@media (min-width: 1280px) and (max-width: 1400px) {
  .investor-relations .banner .container {
    left: calc(50% - 600px + 30px);
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .container {
  height: 100%;
}
.banner.homepage-banner .swiper-slide {
  height: 100vh;
}
.banner.childpage-banner .swiper-slide {
  height: 600px;
}
.banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .banner .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .banner .swiper-slide {
    height: 250px;
    background-position: 30% 100%;
  }
}
@media (max-width: 800px) {
  .investor-relations .banner .swiper-slide {
    height: 550px;
    background-position: 58% 100%;
  }
}
@media (max-width: 500px) {
  .investor-relations .banner .swiper-slide {
    height: 650px;
    background-position: 58% 100%;
  }
}
.banner .container-fluid {
  height: 100%;
}
.banner .wrap-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .wrap-content .content h3 {
  font-size: 42px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 18px;
}
@media (max-width: 800px) {
  .banner .wrap-content .content h3 {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .banner .wrap-content .content h3 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .banner .wrap-content .content {
    transform: translateY(100px);
  }
}
.banner .wrap-content p {
  display: none;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 600px) {
  .banner .wrap-content {
    align-items: flex-start;
  }
}
.banner .banner-wrap {
  position: relative;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-weight: bold;
}
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next,
.banner .swiper-button-next,
.banner .swiper-button-prev,
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
  color: #fff;
  z-index: 1;
}
@media (max-width: 600px) {
  .banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next,
.banner .swiper-button-next,
.banner .swiper-button-prev,
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
}
.banner .swiper-button-prev {
  left: 30px;
}
.banner .swiper-button-next {
  right: 30px;
}
.banner .container {
  /*position: absolute;*/
  top: 0;
  padding: 0;
  left: calc(50% - 733px + 30px);
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .banner .container {
    left: calc(50% - 665px + 30px);
  }
}
@media (max-width: 1025px) {
  .banner .container {
    left: 20px;
  }
}
.banner .ticker-chart {
  transform: translateY(50px);
  width: 250px;
  height: auto;
  margin-left: auto;
}
@media (max-width: 600px) {
  .banner .ticker-chart {
    margin-right: auto;
    margin-left: 0;
    margin-top: 30px;
  }
}
.banner .container {
  justify-content: end;
  align-items: center;
}
.banner .container .wrap-content {
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
@media (max-width: 1025px) {
  .banner .container .wrap-content {
    margin-right: 30px;
  }
}
.banner .container .page-title {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: 1px;
  text-shadow: 0px 4px 4px 0px rgba(0, 84, 96, 0.25);
}
@media (max-width: 1025px) {
  .banner .container .page-title {
    font-size: 30px;
  }
}
.banner .container .title {
  position: relative;
  margin-bottom: 50px;
}
.banner .container .title span {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 1025px) {
  .banner .container .title span {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .banner .container .title span {
    font-size: 16px;
  }
}
.banner .container .title span:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 9px;
  right: 0;
  background-color: #00A95F;
  width: 100%;
  height: 10px;
  z-index: -1;
}
.banner .container .btn-link {
  padding: 13px 30px;
  border-radius: 39px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  background-color: #00A65D;
  text-decoration: none;
}
.banner .container .btn-link:hover {
  background-color: rgba(0, 166, 93, 0.7);
}

.childpage-banner {
  position: relative;
}

.childpage-content.investor-relations .banner .wrap-content p {
  display: block;
}

.childpage-content.investor-relations .banner .feature-report-content {
  display: block;
  text-align: right;
}
.childpage-content.investor-relations .banner .content:not(.feature-report-content) {
  display: none;
}

.childpage-content:not(.investor-relations) .banner .feature-report-content {
  display: none;
}
.childpage-content:not(.investor-relations) .banner .container {
  justify-content: flex-start;
  /*@media (max-width: 1600px) {
    padding-left: 8%;
  }*/
}
.childpage-content:not(.investor-relations) .banner .container h3:not(.title-home) {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 10px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .childpage-content:not(.investor-relations) .banner .container h3:not(.title-home) {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.childpage-content:not(.investor-relations) .banner .container h3.title-home {
  font-size: 40px;
  font-weight: 700;
  font-weight: bold;
  text-align: LEFT;
  color: #ffffff;
  text-shadow: 0px 4px 4px 0px rgba(0, 84, 96, 0.25);
}
@media (max-width: 600px) {
  .childpage-content:not(.investor-relations) .banner .container h3.title-home {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .childpage-content:not(.investor-relations) .banner .container .wrap-content .content {
    transform: translateY(50px);
  }
}

/*# sourceMappingURL=banner.css.map */
