#jwell-banner .swiper-slide img {
  width: 100%;
}
#jwell-banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#jwell-banner .swiper-slide {
  position: relative;
}
#jwell-banner .swiper-slide video {
  max-height: 750px;
  object-fit: cover;
  width: 100%;
  position: relative;
}
/*#jwell-banner .swiper-slide::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
  /*background: #1413131a;*/
/*  z-index: 1;*/
/*}*/
#jwell-banner .t {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 30%;
  z-index: 2;
}
#jwell-banner .t h3 {
  color: #fff;
  font-size: 65px;
  margin: 10px 0 15px;
}
#jwell-banner .t p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
#jwell-banner .t a {
  display: inline-block;
  padding: 15px 30px;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  background: var(--color-primary);
  border-radius: 5px;
  transition: all .3s;
  display: none;
}
#jwell-banner .t a:hover {
  color: var(--color-primary);
  background: #fff;
}
#jwell-banner .txt .box {
  margin: 50px 15% 0;
  box-sizing: border-box;
}
#jwell-banner .txt h5 {
  color: #fff;
  font-size: 90px;
  font-family: "FuturaBT-Medium";
}
#jwell-banner .txt p {
  margin: 25px 0 0;
  font-size: 36px;
  color: #fff;
  font-family: "FuturaBT-Medium";
}

#jwell-banner .swiper-button-prev,
#jwell-banner .swiper-button-next {
  display: inline-block;
  width: 50px;
  height: 55px;
  background: none;
  margin-top: -25px;
  text-align: center;
}
#jwell-banner .swiper-button-next::after,
#jwell-banner .swiper-button-prev::after {
  display: none;
}
#jwell-banner .swiper-button-prev i,
#jwell-banner .swiper-button-next i {
  font-size: 30px;
  line-height: 55px;
  color: #fff;
}

#jwell-banner .swiper-pagination-bullets {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
#jwell-banner .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border: none;
  display: inline-block;
  border-radius: 20px;
  background: #fff;
  opacity: 1;
  margin: 0 3px;
}
#jwell-banner .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

@media screen and (max-width: 1500px) {
  #jwell-banner .t h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #jwell-banner .t {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  #jwell-banner .t {
    width: 50%;
  }
  #jwell-banner .t h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #jwell-banner .t {
    width: 90%;
    left: 5%;
  }
  #jwell-banner .t h3 {
    margin: 5px 0;
    font-size: 22px;
  }
  #jwell-banner .t p {
    font-size: 18px;
  }
  #jwell-banner .t a {
    padding: 12px 25px;
    margin-top: 15px;
  }
  #jwell-banner .swiper-pagination-bullets {
    bottom: 10px;
  }
  #jwell-banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
}

@media screen and (max-width: 480px) {
  #jwell-banner .t p {
    display: none;
  }
  #jwell-banner .t a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
