.banner {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.banner .description {
  position: relative;
  position: relative;
  z-index: 2;
  height: 60rem;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 9.6rem 0;
  color: #fff;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 2%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.44%, rgba(0, 0, 0, 0.576748) 49.03%, rgba(0, 0, 0, 0.81) 80.13%);
}
.banner .description .txt-width {
  width: 76.7rem;
  max-width: 100%;
}
.banner .description h2, .banner .description h1 {
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  line-height: 126%;
  letter-spacing: -1%;
  margin-bottom: 1.4rem;
}
.banner .description h2 a, .banner .description h1 a {
  color: #fff;
}
.banner .description h2 a:hover, .banner .description h1 a:hover {
  opacity: 0.85;
}
.banner .description p {
  position: relative;
  z-index: 2;
  margin-bottom: 2.4rem;
}
.banner .description a {
  position: relative;
  z-index: 2;
}
.banner .description-1 {
  padding: 3.2rem 0;
}
.banner .d-boxes {
  padding-top: 2.4rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.banner .d-boxes .d-box p {
  line-height: 115%;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0;
}
.banner .d-boxes .d-box p a {
  color: #fff;
}
.banner .d-boxes .d-box p a:hover {
  opacity: 0.85;
}

.category-txt {
  text-transform: uppercase;
  margin: 0 0 1.2rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 140%;
  padding: 0.3rem 0.6rem 0.1rem 0.6rem;
  background: #FFE100;
  display: inline-block;
  color: #000;
}
.category-txt a {
  color: #000;
  opacity: 0.85;
}

.banner-video .description {
  text-align: center;
  justify-content: center;
  align-items: center;
  background: none;
}
.banner-video .description .txt-width {
  margin: 0 auto;
}

.b-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  z-index: 1;
}

.b-video-bg video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 1905px;
  height: auto;
}

.b-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}

.banner-video-mask .description {
  background: rgba(0, 0, 0, 0.6);
}

.b-slider {
  position: relative;
  z-index: 2;
}
.b-slider .b-carousel {
  overflow: hidden;
}
.b-slider .swiper-scrollbar {
  left: 0;
  width: 100%;
  bottom: 0;
  position: relative;
  height: 2px;
  background: rgba(135, 135, 135, 0.5019607843);
  border-radius: 0;
}
.b-slider .swiper-scrollbar-drag {
  border-radius: 0;
  height: 2px;
  background: #00296F;
}

.b-swiper-scrollbar {
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  height: 2px;
  z-index: 3;
  width: 100%;
}

@media (max-width: 1190px) {
  body .b-video-bg video {
    margin: auto;
    position: absolute;
    z-index: -1;
    transform: none;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.b-slider {
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner .description {
    padding: 4.5rem 0;
  }
  .banner .description h2, .banner .description h1 {
    font-size: 2.2rem;
  }
  .banner .description {
    height: 45rem;
  }
  .banner .description-1 {
    padding: 3rem 0;
  }
  .banner .d-boxes {
    margin-top: 0.5rem;
  }
  .d-boxes .row {
    gap: 2rem;
  }
  .banner .description-1 {
    height: 65rem;
  }
  .b-swiper-scrollbar {
    bottom: 2.2rem;
  }
}
.banner {
  max-width: 1920px;
  margin: 0 auto;
}/*# sourceMappingURL=banner.css.map */
