.banners-swiper-slide {
  position: relative;
}

.banner-desc {
  position: absolute;
  top: 23%;
  left: 13%;
  z-index: 2;
}

.banner-title {
  font-size: 5.20835vw;
  font-family: 'Poppins-Bold';
  color: #fff;
  margin-bottom: 2.604175vw;
  /* margin-bottom: 50px; */
}

.banner-title span {
  color: #12bc66;
}

.banner-desc p {
  /* margin-top: 28px; */
  margin-top: 1.458338vw;
  font-size: 1.562505vw;
  /* font-size: 30px; */
  font-family: 'Poppins-ExtraLight';
  color: #fff;
}

.banner-btn {
  /* margin-top: 50px; */
  margin-top: 2.604175vw;
}

.banner-btn a {
  position: relative;
  /* width: 280px; */
  /* height: 70px; */
  width: 14.58338vw;
  height: 3.645845vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.banner-btn .get a {
  color: #fff;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  transition: all 2s;
  z-index: 3;
}


.banner-btn .get a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #55ba4a, #1ab370);
  z-index: -1;
  content: '';
}

.banner-btn .get a:hover::after {
  transition: all 0.5s;
  width: 100%;
  border-radius: 40px;
}


.banner-btn .get a svg {
  margin-left: 10px;
}

.banner-btn .more a {
  margin-left: 40px;
  border: 1px solid #12bc66;
  color: #12bc66;
  transition: all 1s;
}

.banner-btn .more a:hover {
  border: none;
  color: #fff;
  background: linear-gradient(to left, #55ba4a, #1ab370);
  transition: all 1s;
}


.banners-swiper-item img {
  width: 100%;
}

.banner-swiper-pagination {
  bottom: 3.645845vw !important;
}

.banner-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  margin: 0 5px !important;
  opacity: 0.5;
  border-radius: 10px;
  background: #fff;
}

.banner-swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}

.banner-button-prev,
.banner-button-next {
  --swiper-navigation-size: 46px;
  --swiper-navigation-color: #fff;
  width: 46px;
  height: 46px;
}

.banner-button-prev {
  left: 30px;
}

.banner-button-next {
  right: 30px;
}

/* banner end */

/* products */
.products {
  padding-top: 80px;
}

.products-show {
  /* height: 840px; */
  /* height:43.75014vw; */

  max-height: 720px;
  overflow: hidden;
}


.products-show .left,
.products-show .right {
  flex: 1;
}

.products-show .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.products-show .left {
  /* padding: 28px 0; */
  padding: 0;
  background: #dbe5e6;
  border: 1px solid transparent;
  transition: all 1s;
}

.products-show .left .products-img {
  max-width: 500px;
  height: auto;
}


.products-show .right .one {
  background: #dcdbe8;
  padding: 7px 4.16665vw 7px 5.20835vw;
}


.products-show .right .two {
  background: #e8dce0;
  padding: 7px 4.16665vw 7px 5.20835vw;
}

.products-show .right .one .products-img {
  max-width: 400px;
}

.products-show .right .two .products-img {
  max-width: 460px;
}

.products-item {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.16665vw 0 5.20835vw;
  transition: all 1s;
  border: 1px solid transparent;
}

.products-item {
  padding-top: 0;
  padding-bottom: 0;
}

.products-title {
  /* font-size: 40px; */
  font-size: 2.08934vw;
  color: #222;
  font-family: 'Raleway-Bold';
  line-height: 1.2;
  /* margin-bottom: 60px; */
  margin-bottom: 3.12501vw;
}

.products-img {
  position: relative;
  margin: auto;
  flex-shrink: 0;
  transition: all 1s;
  overflow: hidden;
  /* height: 90%; */
  -webkit-filter: drop-shadow(-10px 20px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-10px 20px 10px rgba(0, 0, 0, 0.2));
}

.products-img img {
  /* height: 100%; */
  position: relative;
  transition: all 1s;
}

/* hover 效果 */

.products-show .left:hover,
.products-show .right .products-item:hover {
  border: 1px solid #12bc66;
  transition: all 1s;

}

.products-item:hover .products-img img {
  transform: scale(1.15);
  transition: all 1s;
}

/* products end */

/* latests */
.latests {
  padding: 80px 0 0;
  background: #f7f7f7;
}

.latests-cata-title {
  align-items: center;
  justify-content: center;
}

.latests-cata-title .item {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #12bc66;
  border: 2px solid #12bc66;
  background: #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.latests-cata-title .item:hover,
.latests-cata-title .item.active {
  color: #fff;
  border-color: #12bc66;
  background: #12bc66;
  transition: all 0.5s;
}

.latests-cata-title .xian {
  height: 40px;
  width: 1px;
  margin: 0 30px;
  background: #222;
}

.latests-cata-content {
  margin-top: 40px;
}


.latests-cata-content .item.active {
  display: flex !important;
}


.latests-cata-content .item .content {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  background: #fff;
}

.latests-cata-content .swiper-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.latests-item {
  transition: all 1s;
}

.latests-item .latests-img {
  max-width: 300px;
  margin: auto;
  overflow: hidden;
  border: 1px solid transparent;
}

.latests-item:hover .latests-img {
  transition: all 1s;
  border: 1px solid #12bc66;
}

.latests-item .latests-img img {
  transition: all 1s;
}

.latests-item:hover .latests-img img {
  transform: scale(1.2);
  transition: all 1s;
}


.latests-prev::after,
.latests-next::after {
  content: none;
}

.latests-prev,
.latests-next {
  width: 40px;
  height: 40px;
}

.latests-prev {
  left: 0px;
  transform: rotate(180deg);
  background: linear-gradient(90deg, rgba(39, 174, 97, 1) 0%, rgba(0, 133, 62, 1) 100%);
}

.latests-next {
  right: 0px;
  background: linear-gradient(90deg, rgba(39, 174, 97, 1) 0%, rgba(0, 133, 62, 1) 100%);
}


/* latests end */

/* cases */
.cases {
  padding: 80px 0 70px;
  background: #f7f7f7;
}

.cases-swiper {
  padding-bottom: 70px;
}

.cases-swiper .swiper-slide {
  border: 1px solid transparent;
  transition: all 1s;
}

.cases-swiper .swiper-slide:nth-child(2n-1) {
  background: #e8eeef;
}

.cases-swiper .swiper-slide:nth-child(2n) {
  background: #fff;
}

.case-item {
  max-width: 480px;
  height: 480px;
  /* height: 100%; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.case-item .case-img {
  max-width: 400px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  overflow: hidden;
}

.case-item .case-img img {
  transition: all 1s;
}

.case-desc .subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 23px auto 18px;
  padding: 2px 15px;
  text-align: center;
}

.case-desc .com-btn {
  margin: auto;
}

.cases-swiper .swiper-slide:hover {
  border: 1px solid #12bc66;
  transition: all 1s;
}

.cases-swiper .swiper-slide:hover img {
  transform: scale(1.15);
  transition: all 1s;
}

.cases-content .com-container {
  position: relative;
}

.cases-prev,
.cases-next {
  display: none;
  top: 43%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}


.cases-prev::after,
.cases-next::after {
  content: none;
}

.cases-prev {
  left: -74px;
  transform: rotate(180deg);
  /* background: url(/lib/images/left.svg) no-repeat center; */
  background: linear-gradient(to right, #55ba4a, #1ab370);
}

.cases-next {
  right: -74px;
  /* background: url(/lib/images/right.svg) no-repeat center; */
  background: linear-gradient(to right, #55ba4a, #1ab370);
}

.cases-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #c4c4c4;
}

.cases-pagination .swiper-pagination-bullet-active {
  background: #12bc66;
}

/* case ens */


/* about  */
.about {

  background: #eff8f2 url(/lib/images/index/video_bg.png) no-repeat;
}

.about-container .com-container {
  /* padding: 0; */
}

.about .left {
  display: block;
  max-width: 800px;
  width: 100%;
  padding: 5.729185vw 4.687515vw 14.58338vw;
  color: #fff;
  background: rgba(18, 188, 102, 0.9);
}

.about-title {
  font-size: 60px;
  font-family: 'Raleway-Bold';
  letter-spacing: 3px;
}

.about-subtitle {
  margin: 50px 0 30px;
  font-size: 40px;
  font-family: 'Raleway-Bold';
  line-height: 1.2;
}

.about-text {
  line-height: 24px;
}

.about-more {
  margin-top: 50px;
}

.about-more p,
.about-more a {
  align-items: center;
  transition: all 1s;
}

.about-more p svg,
.about-more a svg {
  margin-left: 10px;
  transition: all 1s;
}


.about-more p:hover,
.about-more a:hover {
  color: #fff;
}

.about-more p:hover svg,
.about-more a:hover svg {
  transform: translateX(10px);
  transition: all 1s;
}



/* products video start */

.about .right {
  width: 100%;
  flex-shrink: 1;
}


.products-video {
  position: relative;
  height: 100%;
}

.products-video .mask {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.products-video-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
}


/* 水波纹 start */
@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.waters {
  position: relative;
  width: 100%;
  height: 150px;
  max-width: 250px;
  margin: auto;
  cursor: pointer;
}

.waters::after {
  position: absolute;
  content: '';
  height: 100px;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: url(/lib/images/index/wwa_icon_play.svg) no-repeat center;
  cursor: pointer;
  z-index: 10;
}

/* .water1 {
  -webkit-animation: wateranimate 12s 9s ease-out infinite;
  animation: wateranimate 12s 9s ease-out infinite;
}			 */
.water2 {
  -webkit-animation: wateranimate 4s 2s linear infinite;
  animation: wateranimate 4s 2s linear infinite;
}

.water3 {
  -webkit-animation: wateranimate 4s 1s linear infinite;
  animation: wateranimate 4s 1s linear infinite;
}

.water4 {
  -webkit-animation: wateranimate 4s 0s linear infinite;
  animation: wateranimate 4s 0s linear infinite;
}

.water2,
.water3,
.water4 {
  padding: 20%;
  position: absolute;
  left: 30%;
  top: 0;
  box-shadow: 0 0 120px 30px #12bc66 inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
}

/* 水波纹 end */

.video-text {
  position: absolute;
  top: 83%;
  left: 24%;
  font-family: 'Poppins-Bold';
  font-size: 22px;
  color: #fff;
}


/* products video end */

/* about end */



/* advantage */

.advantage {
  padding: 80px 0;
  background: #eff8f2;
}

/* 滚动数字 */
.scroll-number-container {
  position: relative;
  padding: 50px 0;
  margin-top: -7.812525vw;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(18, 188, 102, 0.08);
}

.scroll-number-container .title {
  color: #222;
  margin-bottom: 50px;
  text-align: center;
}

.scroll-number-content {
  padding: 0 3.645845vw;
  width: 100%;
}

.scroll-number-content .item {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.scroll-number-content .first-item {
  justify-content: flex-start;
}

.scroll-number-content .last-item {
  justify-content: flex-end;
}

.scroll-number-content .icon {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  flex-shrink: 0;
}

.scroll-num {
  font-size: 3.12501vw;
  color: #222;
  font-family: 'Poppins-Bold';
}

.scroll-desc .add {
  font-size: 2.08934vw;
  color: #222;
  font-family: 'Poppins-Bold';
}

.scroll-text {
  margin-top: 8px;
}

/* 滚动数字 end */

.adv-item {
  position: relative;
  display: block;
  transition: all 1s;
}

.adv-title {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 40px;
  color: #fff;
}

.adv-nor-desc,
.adv-mask-desc {
  position: relative;
  transition: all 1s;
}

.adv-mask-desc {
  display: none;
}

.adv-title h4 {
  font-size: 22px;
  font-family: 'Raleway-Bold';
}

.adv-xian {
  margin-top: 20px;
  height: 2px;
  width: 80px;
  background: #fff;
}


.adv-text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: all 1s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adv-img {
  position: relative;
  max-width: 360px;
  width: 100%;
  transition: all 1s;
}

.adv-img img {
  width: 100%;
  object-fit: fill;
  height: 100%;
}

.adv-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141d28;
  opacity: 0.4;
  content: '';
  transition: all 1s;
}

.adv-item:hover .adv-img::after {
  opacity: 1;
  background: linear-gradient(to right, #55ba4a, #1ab370);
  transition: all 1.5s;
}


.adv-item:hover .adv-nor-desc {
  display: none;
  transition: all 1s;
}


.adv-item:hover .adv-mask-desc {
  display: block;
  transition: all 1s;
  animation: fadeDown 2s;
}

.adv-item:hover .adv-mask-desc .adv-title {
  bottom: 30px;
  padding: 0 30px;
  transition: all 1s;
  animation: fadeDown 1s;
}


@keyframes fadeDown {

  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* advantage end */
.clients {
  padding: 80px 0;
  background: #f7f7f7;
}



.clients-swiper {
  padding-bottom: 70px;
}

.clients-swiper .swiper-slide {
  opacity: 0.7;
}

.clients-swiper .swiper-slide-active {
  width: 660px !important;
  transform: rotate(0) !important;
  opacity: 1;
}

.clients-item {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 1s;
}

.clients-img {
  /* flex-shrink: 0; */
  /* margin: auto 0; */
  transition: all 1s;
}

.clients-img img {
  height: 100%;
}

.clients-desc {
  position: relative;
  max-width: 330px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.clients-desc span {
  margin-bottom: -20px;
  margin-left: -28px;
  font-size: 53px;
  color: #979797;
  font-family: SimHei;
}

.clients-title {
  padding-top: 20px;
  font-size: 20px;
  font-family: 'Raleway-Bold';
  color: #222;
  margin-bottom: 15px;
  transition: all 1s;
}

.clients-text {
  line-height: 24px;
  margin-bottom: 20px;
}

.clients-item:hover {
  box-shadow: 0 0px 30px rgba(18, 188, 102, 0.15);
  transition: all 1s;
}

.clients-item:hover .clients-title {
  color: #12bc66;
  transition: all 1s;
}

/* clients end */

/* certificate  */
.certificate {
  padding: 80px 0 60px;
  background: #e8eeef;
}

.cer-swiper {
  padding-bottom: 60px;
}

.cer-swiper .swiper-slide-active {
  width: 220px !important;
  transform: translateY(0px) !important;
}

.cer-swiper .swiper-slide {
  transform: translateY(20px);
}

.cer-swiper .swiper-slide-active .cer-img,
.cer-swiper .swiper-slide-active .cer-img img {
  width: 100%;
}


.cer-swiper .swiper-slide .cer-img,
.cer-swiper .swiper-slide .cer-img img {
  margin: auto;
}

/* certificate end */





@media (max-width: 1600px) {
  .products-img {
    flex-shrink: 1;
  }

  .cases-next {
    right: 0;
  }

  .cases-prev {
    left: 0;
  }
}

@media (max-width: 1279px) {
  .about-title {
    font-size: 50px;
  }

  .about-subtitle {
    margin: 40px 0 30px;
    font-size: 36px;
  }

  .clients-swiper .swiper-slide-active {
    width: 578px !important;
  }
}

@media (max-width: 1023px) {
  .banner-btn a {
    width: 140px;
    height: 40px;
  }

  .banner-title {
    font-size: 50px;
  }

  .banner-desc p {
    font-size: 18px;
  }

  .banner-button-prev,
  .banner-button-next {
    --swiper-navigation-size: 30px;
  }

  .banner-button-prev {
    left: 0;
  }

  .banner-button-next {
    right: 0;
  }

  .products {
    padding-top: 60px;
  }

  .cases {
    padding: 60px 0 50px;
  }

  .case-item {
    height: 450px;
  }

  .cases-swiper {
    padding-bottom: 60px;
  }

  .about-title {
    font-size: 40px;
  }

  .about-subtitle {
    margin: 30px 0 20px;
    font-size: 28px;
  }

  .about .left {
    padding: 5.729185vw 30px 14.58338vw;
  }

  .scroll-number-container {
    padding: 40px 0 10px;
  }

  .scroll-number-content {
    padding: 0 30px;
  }

  .scroll-number-content .item {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .scroll-number-container .title {
    margin-bottom: 40px;
  }

  .advantage,
  .clients,
  .certificate {
    padding: 60px 0;
  }

  .clients-swiper .swiper-slide-active {
    width: -webkit-fill-available !important;
  }

  .clients-desc {
    padding: 20px 0;
  }

  .adv-img {
    max-width: 100%;
  }

  .adv-text {
    -webkit-line-clamp: inherit;
  }
}

@media (max-width: 767px) {

  .banner-desc {
    top: 15%;
  }

  .banner-title {
    margin: -10px 0 20px;
    font-size: 32px;
  }

  .banner-button-prev,
  .banner-button-next {
    width: 30px;
    height: 30px;
  }

  .banner-desc p {
    font-size: 14px;
    margin-top: 10px;
  }

  .banner-btn {
    margin-top: 35px;
    flex-direction: column;
  }

  .banner-btn a {
    font-size: 12px;
    width: 100px;
    height: 30px;
  }

  .banner-btn .more a {
    margin-left: 0;
    margin-top: 10px;
  }

  .products {
    padding-top: 40px;
  }

  .products-show {
    flex-direction: column;
    max-height: inherit;
  }

  .products-item {
    padding: 0 15px;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }

  .products-show .left .products-img,
  .products-show .right .one .products-img,
  .products-show .right .two .products-img {
    max-width: 100%;
  }
  .case-desc .subtitle {
    font-size: 16px;
  }

  .products-show .right .products-item {
    padding: 30px 15px;
  }

  .products-img img {
    width: 70%;
    margin: auto;
  }

  .products-title {
    margin: 20px auto;
  }

  .latests-cata-content .item .content {
    height: 300px;
  }

  .latests-prev,
  .latests-next {
    /* top: 94%; */
  }

  .latests-prev {
    left: -15px;
  }

  .latests-next {
    right: -15px;
  }

  .cases {
    padding: 40px 0 30px;
  }

  .case-item {
    height: auto;
    padding: 30px 0;
  }

  .case-item .case-img {
    height: auto;
  }

  .cases-swiper {
    padding-bottom: 40px;
  }

  .cases-prev,
  .cases-next {
    width: 40px;
    height: 40px;
  }

  .about-content {
    flex-direction: column;
  }

  .about .left {
    padding: 40px 15px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-subtitle {
    margin: 20px 0;
    font-size: 24px;
  }

  .about .right {
    padding: 60px 0;
  }

  .about-text {
    line-height: 20px;
  }

  .scroll-number-container {
    margin: 20px 0 0;
    padding: 30px 0 10px;
  }

  .scroll-number-content {
    padding: 0;
    margin: 0;
  }

  .scroll-num {
    font-size: 30px;
  }

  .scroll-desc .add {
    font-size: 20px;
  }

  .scroll-number-container .title {
    margin-bottom: 40px;
  }

  .advantage {
    padding: 40px 0;
  }

  .adv-title {
    padding: 0 20px;
  }

  .adv-title h4 {
    font-size: 18px;
  }

  .clients-swiper .swiper-slide-active {
    width: -webkit-fill-available !important;
  }

  .clients-item {
    padding-top: 40px;
    flex-direction: column;
  }

  .clients-img img {
    margin: auto;
  }

  .clients-desc {
    max-width: 100%;
    padding: 30px;
  }

  .clients-text {
    margin-bottom: 20px;
  }

  .certificate,
  .clients {
    padding: 40px 0 30px;
  }

  .cer-swiper,
  .clients-swiper {
    padding-bottom: 40px;
  }

  .cer-swiper .swiper-slide-active .cer-img,
  .cer-swiper .swiper-slide-active .cer-img img {
    width: auto;
  }

  .cer-swiper .swiper-slide {
    transform: translateY(0) !important;
  }

  .cer-swiper .swiper-slide-active {
    width: -webkit-fill-available !important;
  }
}

.clients-video {
  width: 600px;
  flex-shrink: 0;
  margin-right: 60px;
}

.clients-video iframe {
  width: 100%;
  height: 337px;
}

.clients-swiper {
  width: 100%;
}

.clients-swiper .swiper-slide-active {
  width: initial !important;
}

.clients-desc {
  max-width: 500px !important;
  padding: 0 40px;
  height: 337px;
}

.more-feedback a {
  width: fit-content;
  padding: 10px 20px;
  margin: auto;
  background: #12bc66;
  color: #fff;
  font-family: 'Raleway-Bold';
  border: 2px solid #12bc66;
  transition: all 1s;
  border-radius: 5px;
}

.more-feedback a:hover {
  color: #12bc66;
  background: #fff;
  transition: all 1s;
}

@media (max-width: 1440px) {
  .clients-video {
      width: 500px;
      margin-right: 30px;
  }

  .clients-desc {
      max-width: 450px !important;
  }
}

@media (max-width: 1300px) {
  .clients-desc {
      max-width: 350px !important;
  }
}

@media (max-width: 1200px) {
  .clients-video {
      width: 400px;
  }

  .clients-desc {
      max-width: 300px !important;
      padding: 0 20px;
  }
}

@media (max-width: 1100px) {
  .clients-video-text .content {
      flex-direction: column;
  }

  .clients-video {
      width: 600px;
      margin: 0 auto 30px;
  }

  .clients-video iframe {
      height: 300px;
  }

  .clients-desc {
      max-width: 450px !important;
  }

  .clients-swiper .swiper-slide-active {
      width: 100% !important;
  }
}

@media (max-width : 767px) {
  .banner-desc {
    display: none;
  }

  .clients-video {
      width: 100%;
  }

  .clients-desc {
      max-width: 100% !important;
  }
}