img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img {
  width: 100%;
}

.cus-img {
  width: 57.96%;
}
@media (max-width: 768px) {
  .cus-img {
    width: 100%;
  }
}

.cus-title {
  width: 100%;
}
@media (max-width: 768px) {
  .cus-title {
    width: 60%;
  }
}

.cus-mb-30-53 {
  margin-bottom: clamp(30px, 3vw, 53px);
}

.cus-mb-30-35 {
  margin-bottom: clamp(30px, 3vw, 35px);
}

.cus-mt-0-41 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cus-mt-0-41 {
    margin-top: 41px;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  footer.footer {
    margin-top: 0;
  }
}
h2 img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  h2 img {
    width: 100%;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #0e3a61;
  position: relative;
}

.hero-img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.schedule-wrapper {
  background-image: url("../img/img-bg-2.png");
  background-image: linear-gradient(rgb(14, 58, 97) 0%, rgba(14, 58, 97, 0) 50%, rgb(14, 58, 97) 100%), url("../img/img-bg-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.schedule-title {
  width: 50%;
}

.cus-translate {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.img-bg-2 {
  position: relative;
  padding-bottom: 30px;
}

.img-bg-2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 619px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url("../img/img-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .img-bg-2 {
    background-image: none;
    padding-bottom: 20px;
  }
  .img-bg-2::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .schedule-title {
    width: 100%;
  }
  .img-bg-2 {
    background-image: none;
  }
}
#section-5.my-5 {
  margin: 0 !important;
}

.banner-promo {
  margin-bottom: 95px !important;
}
@media (max-width: 768px) {
  .banner-promo {
    margin-bottom: 122px !important;
  }
}

.banner-promo,
.banner-prod {
  margin-top: 0 !important;
}

.banner-promo {
  min-height: 220px;
  position: relative;
}

.banner-loading {
  width: 100%;
  height: 100%;
  min-height: 220px;
}

.text-loading {
  color: #ffffff;
}

.cus-promo-title {
  text-align: center;
  margin-bottom: 0;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .cus-promo-title {
    padding-top: 30px;
  }
}

.banner-promo-title {
  display: none;
}/*# sourceMappingURL=index.css.map */