.home-banner {
  height: 680px;
  background: #0d342e;
  overflow: hidden;
}
@media (max-width: 1599.98px) {
  .home-banner {
    height: 510px;
  }
}
@media (max-width: 991.98px) {
  .home-banner {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .home-banner {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .home-banner {
    height: 300px;
  }
}
.home-banner div {
  height: 100%;
}
.home-banner .item .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: transform 1s ease-in-out;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.home-banner .item .bg-img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,.15); */
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,1);
    background: linear-gradient(0deg, rgba(0,0,0,.37) 0%, rgba(13,52,46,0) 100%);
}
.home-banner .item .left {
  height: calc(100% - 100px);
  display: flex;
  max-width: 630px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .home-banner .item .left {
    height: calc(100% - 50px);
  }
}
@media (max-width: 575.98px) {
  .home-banner .item .left {
  justify-content: flex-end;
  padding-bottom: 40px;
    height: 100%;
    padding-top: 30px;
  }
}
.home-banner .item .left h2 {
  color: #fff;
  margin-bottom: 28px;
  -webkit-filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.15));
}
@media (max-width: 767.98px) {
  .home-banner .item .left h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.home-banner .item .left h2 > span {
  display: block;
  overflow: hidden;
}
.home-banner .item .left h2 > span span {
  display: inline-block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 140);
  transition: all 0.99s ease;
}
.home-banner .item .left .more-link {
  display: inline-block;
  overflow: hidden;
}
.home-banner .item .left .more-link a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 140);
  transition: all 0.99s ease;
}
.home-banner .item .left .more-link a img {
  margin-left: 5px;
  transition: 0.3s ease-in-out;
  width: auto;
  display: inline-block;
}
.home-banner .item .left .more-link a:hover img {
  margin-left: 10px;
}
.home-banner .swiper-slide {
  overflow: hidden;
  visibility: hidden !important;
}
.home-banner .swiper-slide.swiper-slide-active {
  visibility: visible !important;
}
.home-banner .swiper-slide.swiper-slide-active .item .bg-img {
  opacity: 1;
}
.home-banner .swiper-slide.swiper-slide-active .item .left h2 > span span {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.home-banner .swiper-slide.swiper-slide-active .item .left .more-link a {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.home-banner .home-ban-slider {
  position: relative;
}
.home-banner .home-ban-slider::before {
  content: "";
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  height: 0%;
  transition: all linear 0.5s;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 3;
}
.home-banner .item .bg-img{
  transform: scale(1.2) rotate(-3deg);
}
.home-banner .home-ban-slider.swiper-container-initialized .item .bg-img{
  transform: scale(1) rotate(0deg);
}
.home-banner .home-ban-slider.swiper-container-initialized::before {
  height: 0%;
}
.home-banner .home-ban-slider-pagination {
  position: absolute;
  bottom: 100px !important;
  left: 50%!important;
  width: 1335px!important;
  margin: auto!important;
  text-align: right!important;
  transform: translatex(-50%)!important;
  height: auto!important;
  z-index: 1!important;
}
@media (max-width: 1599.98px) {
  .home-banner .home-ban-slider-pagination {
    max-width: 1110px!important;
    bottom: 100px!important;
  }
}
@media (max-width: 1199.98px) {
  .home-banner .home-ban-slider-pagination {
    max-width: 950px!important;
  }
}
@media (max-width: 991.98px) {
  .home-banner .home-ban-slider-pagination {
    max-width: 700px!important;
  }
}
@media (max-width: 767.98px) {
  .home-banner .home-ban-slider-pagination {
    max-width: 510px!important;
    display: none;
  }
}
@media (max-width: 575.98px) {
  .home-banner .home-ban-slider-pagination {
    bottom: 15px!important;
    max-width: 95%!important;
  }
}
.home-banner .home-ban-slider-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: 0 10px !important;
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}
.home-banner .home-ban-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.site_loader {
  content: "";
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  height: 100%;
  transition: all linear 0.5s;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 3;
}
.site_loader_loaded {
  height: 0%;
}
