.asset-banner {
  height: calc(100vh - 80px);
  background: #000000;
  overflow: hidden;
  position: relative;
  margin-top:80px;
}
@media screen and (max-width: 1199.98px) {
  .asset-banner {
    height: 700px;
  }
}
@media screen and (max-width: 991.98px) {
  .asset-banner {
    height: 580px;
  }
}
.asset-banner div {
  height: 100%;
}
.asset-banner .dot-count {
  position: absolute;
  height: 1px;
  right: 150px;
  bottom: 130px;
  z-index: 1;
}
.asset-banner .dot-count .owl-dot {
  display: none;
  border: 0;
  width: 0px;
}
.asset-banner .dot-count .owl-dot span {
  display: block;
  height: 1px;
  width: 220px;
  background: #fff;
  -webkit-transition: 10s ease-in-out;
  transition: 10s ease-in-out;
}
.asset-banner .dot-count .owl-dot.active {
  width: 220px;
}
.asset-banner .slide-progress {
  width: 0;
  max-width: 100%;
  height: 1px;
  background: #fff;
}
.asset-banner .progress-wheel {
  height: 1px;
  border-bottom: 1px solid #707070;
  position: absolute;
  bottom: 128px;
  z-index: 1;
  width: 220px;
  right: 155px;
}
@media screen and (max-width: 1599.98px) {
  .asset-banner .progress-wheel {
    bottom: 90px;
  }
}

.asset-banner .swiper-pagination{
    height:auto;    
}
.asset-banner  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    background: #11154a;
    border: 1px solid white;
}
.asset-banner #slideCount {
  position: absolute;
  bottom: 120px;
  right: 120px;
  font-size: 15px;
  font-weight: 300;
  z-index: 1;
  height: 20px;
  color: #fff;
}
@media screen and (max-width: 1599.98px) {
  .asset-banner #slideCount {
    bottom: 82px;
  }
}
.asset-banner #slideCount span {
  display: inline-block;
  width: 250px;
}
.asset-banner .down-arrow-bar {
  position: absolute;
  bottom: 120px;
  right: 120px;
  font-size: 15px;
  font-weight: 300;
  z-index: 1;
  height: 20px;
  color: #000;
}
@media screen and (max-width: 1599.98px) {
  .asset-banner .down-arrow-bar {
    bottom: 82px;
  }
}
@media screen and (max-width: 1199.98px) {
  .asset-banner .down-arrow-bar {
    display: none;
  }
}
.asset-banner .swiper-pagination-banner {
  position: relative;
  color: #fff;
}
.asset-banner .swiper-pagination-banner .pro {
  position: absolute;
  left: -30px;
  top: 20px;
}
.asset-banner .swiper-pagination-banner .pre {
  position: absolute;
  right: -30px;
  top: 20px;
}
.asset-banner .swiper-progress-bar-banner {
  position: relative;
  left: 0;
  bottom: 0;
  width: 220px;
  display: block;
  z-index: 1;
  height: 1px;
}
.asset-banner .swiper-progress-bar-banner .slide_progress-bar-banner {
  position: absolute;
  height: 1px;
  background: #fff;
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0px;
  left: 0;
  right: 0;
}
.asset-banner .swiper-progress-bar-banner .slide_progress-bar-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 0;
  content: "";
  -webkit-transition: 0.1s width linear;
  transition: 0.1s width linear;
}
.asset-banner .swiper-progress-bar-banner.active .slide_progress-bar-banner {
  opacity: 1;
}
.asset-banner .swiper-progress-bar-banner.animate .slide_progress-bar-banner:after {
  -webkit-transition: width linear;
  transition: width linear;
  -webkit-transition-delay: unset;
          transition-delay: unset;
  width: 100%;
  -webkit-transition-duration: 8s;
          transition-duration: 8s;
}
.asset-banner .item .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  display: block;
  height: 100vh;
  position: absolute;
  width: 100%;
  background-position: inherit;
    -webkit-transform: scale(1.3);
          transform: scale(1.3);
          background-position: top;
}
@media screen and (max-width: 1599.98px) {
  .asset-banner .item .bg-img {
    height: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  /*.asset-banner .item .bg-img {*/
  /*  background-position: 30%;*/
  /*}*/
}
/*.asset-banner .item .bg-img:after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background: rgba(255, 255, 255, 0.269);*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/
.asset-banner .item .left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1599.98px) {
  .asset-banner .item .left {
    height: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .asset-banner .item .left {
    height: 100%;
  }
}
.asset-banner .item .left h2 {
  color: #fff;
  margin-bottom: 28px;
  font-size: 90px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.4;
}
@media screen and (max-width: 1599.98px) {
  .asset-banner .item .left h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199.98px) {
  .asset-banner .item .left h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .asset-banner .item .left h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.asset-banner .item .left h2 > span {
  display: block;
  overflow: hidden;
}
.asset-banner .item .left h2 > span span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 140);
          transform: matrix(1, 0, 0, 1, 0, 140);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.asset-banner .item .left .more-link {
  display: inline-block;
  overflow: hidden;
}
.asset-banner .item .left .more-link a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 140);
          transform: matrix(1, 0, 0, 1, 0, 140);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
@media screen and (max-width: 767.98px) {
  .asset-banner .item .left .more-link a {
    font-size: 11px;
  }
}
.asset-banner .item .left .more-link a img {
  margin-left: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .asset-banner .item .left .more-link a img {
    margin-left: 30px;
    max-width: 8px;
  }
}
.asset-banner .item .left .more-link a:hover img {
  margin-left: 20px;
}
.asset-banner .owl-item {
  overflow: hidden;
}
.asset-banner .owl-item.active .item .left h2 > span span {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.asset-banner .owl-item.active .item .left .more-link a {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.asset-banner .owl-dots {
  position: absolute;
  bottom: 200px;
  left: 50%;
  width: 1335px;
  margin: auto;
  text-align: right;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  height: auto;
}
@media screen and (max-width: 1599.98px) {
  .asset-banner .owl-dots {
    max-width: 1110px;
    bottom: 100px;
  }
}
@media screen and (max-width: 1199.98px) {
  .asset-banner .owl-dots {
    max-width: 950px;
  }
}
@media screen and (max-width: 991.98px) {
  .asset-banner .owl-dots {
    max-width: 700px;
  }
}
@media screen and (max-width: 767.98px) {
  .asset-banner .owl-dots {
    max-width: 510px;
  }
}
@media screen and (max-width: 575.98px) {
  .asset-banner .owl-dots {
    bottom: 15px;
    max-width: 95%;
  }
}
.asset-banner .owl-dots .owl-dot span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: 0 10px;
  opacity: 0.5;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.asset-banner .owl-dots .owl-dot.active span {
  opacity: 1;
}
.asset-banner .swiper-slide.swiper-slide-active .item .left h2 > span span {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
.asset-banner .swiper-slide.swiper-slide-active .item .left .more-link a {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.slider-counter-wrap {
  opacity: 0;
}
.slider-counter-wrap.slider-loaded {
  opacity: 1;
}
@media screen and (max-width: 1199.98px) {
  .slider-counter-wrap {
    display: none;
  }
}

.swiper-slide{
    overflow:hidden;
}


.asset-banner .swiper-slide-active .item .bg-img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}