.seize-customer {
  padding: 60px 0 0;
  /* background: #00358d; */
  position: relative;
}
.seize-customer .container{
  max-width: 100%;
}
.seize-customer::before{
  content:'';
  background: #00358d;
  z-index: -1;
  height: 50%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.seize-customer .tit {
  text-align: center;
  display: flex;
  width: 80%;
  align-content: center;
  align-items: center;
  margin: auto;
}

.seize-customer .tit h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.seize-customer .tit h3 span {
  font-weight: 700
}

.seize-customer .tit p {
  font-size: 20px;
  color: #fff;
  line-height: 2;
  margin: 0px 0px 0px 60px;
  text-align: left;
}

.seize-customer ul {
  margin: 50px 0 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex
}

.seize-customer ul li {
  height: 600px;
  width: 25%;
  position: relative;
  transition: .5s all ease;
  overflow: hidden;
}

.seize-customer ul li>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  /* aspect-ratio: 1920/900; */
}

.seize-customer ul li .t {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .43);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.seize-customer ul li .t em {
  font-size: 48px;
  font-weight: 600;
  color: #fbfbfb
}

.seize-customer ul li .t h5 {
  margin-top: 200px;
  font-size: 24px;
  line-height: 25px;
  height: 50px;
  font-weight: 600;
  color: #fbfbfb;
  text-transform: uppercase
}

.seize-customer ul li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 25px 15px 20px;
  background: linear-gradient(180deg, #00000000 0%, #00000096 44%, #0000008a 77%, #000000 100%);
  /* opacity: 0.85; */
  display: none;
}

.seize-customer ul li .txts {
  display: flex;
  position: relative;
  bottom: 0;
  align-content: flex-end;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-top: 1px #fff solid;
}
.seize-customer ul li .txts .l1 {
  width: 60%;
  padding-right: 30px;
}
.seize-customer ul li .txts .l1 h6{color: #fff;text-align: left;font-size: clamp(18px, 1.15vw, 22px);font-weight: bold;}
.seize-customer ul li .txts .l1 > ul {
  display: flex;
  margin: 0;
  overflow: auto;
  flex-wrap: wrap;
  text-align: left;
}
.seize-customer ul li .txts .l1 > ul >li {
  height: auto;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.seize-customer ul li .txts .l1 h5 {
  font-size: 36px;
  color: #fff;
}
.seize-customer ul li .txt h5 {
  font-size: clamp(24px, 2.1vw, 40px);
  color: #fff;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  padding: 10px 0;
}
.seize-customer ul li .txts .r1 {
  width: 40%;
  border-left: 1px #fff solid;
  padding-left: 30px;
  text-align: left;
}
.seize-customer ul li .txts .r1 p{
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.seize-customer ul li .txts .l1 p{
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: left;
}
.seize-customer ul li .txt p {
  font-size: 16px;
  color: #fbfbfb;
  margin: 10px 0 0
}

.seize-customer ul li .txt .more {
  margin: 10px 0 0;
  width: 190px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: var(--color-primary);
}

.seize-customer ul li .txt .more:hover {
  background: var(--color-primary);color:#fff;
}

.seize-customer ul li.active {
  width: 100%;
}
.seize-customer ul li.active>img {
  object-fit: cover;
  /* aspect-ratio: 1920/900; */
  height: 600px;
}
.seize-customer ul li.active::after {
  display: none
}

.seize-customer ul li.active .t {
  display: none
}

.seize-customer ul li.active .txt {
  display: block
}


@media screen and (max-width: 1600px) {
  .seize-customer .tit h3 {
    font-size: 66px;
  }
}

@media screen and (max-width: 1500px) {
  .seize-customer .tit h3 {
    font-size: 60px;
  }


}

@media screen and (max-width: 1400px) {
  .seize-customer .tit h3 {
    font-size: 54px;
  }

  .seize-customer ul li .t h5 {
    margin-top: 160px;
    font-size: 20px
  }

  .seize-customer ul li .txt p {
    font-size: 15px
  }
}

@media screen and (max-width: 1300px) {
  .seize-customer .tit h3 {
    font-size: 48px;
  }

  .seize-customer ul li {height: 410px;}
  .seize-customer ul li.active > img {height: 410px;}
  .seize-customer ul li > img{height: 410px;}
}

@media screen and (max-width: 991px) {
  .seize-customer {
    padding: 30px 0;
    background: #00358d;
  }

  .seize-customer .tit p {
    font-size: 16px
  }

  .seize-customer ul {
    margin:0;
    display: block
  }

  .seize-customer ul li {
    height: auto;
    width: 100%
  }

  .seize-customer ul li+li {
    margin-top: 15px
  }

  .seize-customer ul li>img {
    position: static;
    width: 100%;
    height: auto
  }

  .seize-customer ul li.active>img {
    height: auto;
  }

  .seize-customer ul li .t {
    display: none
  }

  .seize-customer ul li .txt {
    position: static;
    padding: 15px 10px;
    display: block
  }



  .seize-customer ul li .txt p {
    font-size: 15px;
    line-height: 22px
  }

  .seize-customer ul li .txt .more {
    margin: 10px 0 0;
    width: 150px;
    font-size: 15px
  }

  .seize-customer ul li.active {
    width: 100%
  }
}

@media(max-width:768px){
  .seize-customer ul li .txts {flex-direction: column;}
  .seize-customer ul li .txts .l1 {width: 100%; padding-right: 0;}
  .seize-customer ul li .txts .r1 {width: 100%;border-left: none;padding-left: 0;}
}


@media screen and (max-width: 480px) {
  .seize-customer ul li h5 {
    font-size: 32px
  }

  .seize-customer ul li h5::after {
    bottom: 6px;
    font-size: 14px
  }

  .seize-customer ul li:nth-child(2) h5::after {
    right: -25px;
    font-size: 22px;
    top: 7px
  }
}