.banner-swiper {
  width: 100%;
  position: relative;
  display: none;
}

@media screen and (min-width: 768px) {
  .banner-swiper {
    display: block;
  }
}

.banner-swiper .banner-item {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  gap: 0;
}

.banner-swiper .banner-image {
  width: 50%;
  overflow: hidden;
}

.banner-swiper .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  content: "";
}

.banner-swiper .banner-text {
  flex: 1;
  background: #003a83;
  
}

.banner-swiper .text-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #f7f7f7;
    /*width: 100%;*/
    margin-left: -4px;
    margin-right: -4px;
}

.text-content[data-aos2] {
    transform: translate3d(100%, 0, 0);
    opacity: 0.1;
    transition-duration: 0.8s !important;
    transition-delay: -.3s;
}
    .text-content[data-aos2].aos-animate {
        opacity: 1;
        transform: translateZ(0);
    }
.banner-swiper [data-aos].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.banner-swiper .text-content .text {
    padding: 0 2vw;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .banner-swiper .text-content .text {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 992px) {
  .banner-swiper .text-content .text {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .banner-swiper .text-content .text {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1400px) {
  .banner-swiper .text-content .text {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1600px) {
  .banner-swiper .text-content .text {
    padding: 0 9vw;
  }
}
@media screen and (min-width: 1900px) {
  .banner-swiper .text-content .text {
    padding: 0 10vw;
  }
}

.banner-swiper .text-content h2 {
  font-size: 2rem;

  color: #333;
  padding-bottom: 2rem;
  font-weight: bold;
  position: relative;
  padding-top: 0.6em;
  color: #273238;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .banner-swiper .text-content h2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-swiper .text-content h2 {
    font-size: 3rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner-swiper .text-content h2 {
    font-size: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .banner-swiper .text-content h2 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .banner-swiper .text-content h2 {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 1900px) {
  .banner-swiper .text-content h2 {
    font-size: 4.8rem;
    padding-bottom: 4rem;
  }
}

.banner-swiper .text-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #58656b;
}
@media screen and (min-width: 768px) {
  .banner-swiper .text-content p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-swiper .text-content p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner-swiper .text-content p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .banner-swiper .text-content p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .banner-swiper .text-content p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1900px) {
  .banner-swiper .text-content p {
    font-size: 2rem;
  }
}

.banner-swiper .text-content a{
  margin: 0 auto;
  margin-top: 3em;
  color: #003a83;
  background: none;
  position: relative;
  border-radius: 10em;
  padding: 0.8em 3em;
  line-height: 1;
  font-weight: bold;
  height: auto;
  border: 1px solid #003a84;
}
@media screen and (min-width: 768px) {
  .banner-swiper .text-content a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .banner-swiper .text-content a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner-swiper .text-content a {
    font-size: 1.4rem;
    line-height: 1;
    height: auto;
    padding: 0.8em 3em;
  }
}
@media screen and (min-width: 1400px) {
  .banner-swiper .text-content a {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1600px) {
  .banner-swiper .text-content a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1900px) {
  .banner-swiper .text-content a {
    font-size: 1.6rem;
  }
}

[data-aos], [data-aos2] {
    pointer-events: none;
}
    [data-aos].aos-animate, [data-aos2].aos-animate {
        pointer-events: auto;
    }

.banner-swiper .swiper-pagination {
  position: absolute;
  left: 50% !important;

  bottom: 10% !important;
  text-align: left;
  padding: 0 5vw;
  z-index: 10;
  display: flex;
  width: auto;
  right: 0;

  gap: 10px;
}

@media screen and (min-width: 768px) {
  .banner-swiper .swiper-pagination {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 992px) {
  .banner-swiper .swiper-pagination {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .banner-swiper .swiper-pagination {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1400px) {
  .banner-swiper .swiper-pagination {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1600px) {
  .banner-swiper .swiper-pagination {
    padding: 0 9vw;
  }
}
@media screen and (min-width: 1900px) {
  .banner-swiper .swiper-pagination {
    padding: 0 10vw;
  }
}

.banner-swiper .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 0;
  background: #ccc;
  opacity: 1;
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  cursor: pointer;
  display: block;
  border-radius: 10em;
}

@media screen and (min-width: 768px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 32px;
  }
}
@media screen and (min-width: 992px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 56px;
  }
}
@media screen and (min-width: 1900px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 60px;
  }
}

.banner-swiper .swiper-pagination-bullet-active{
  background: #eee;
}

.banner-swiper .swiper-pagination-bullet .progress-bar{
  display: block;
  width: 0%;
  height: 100%;
  background: red;
  position: absolute;
  top: 0;
  left: -1px;
}

.banner-swiper .swiper-pagination-bullet-active .progress-bar {
  animation: progressFill 5000ms linear forwards;
}

@keyframes progressFill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}


