/* BANNER */
.section-banner {
  margin-top: 62px;
  display: none!important;
}
.section-banner .swiper-wrapper {
  height: 70vh!important;
}
.section-banner .swiper-slide, .section-banner .swiper-slide-background {
  height: 100%;
}
.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 {
  margin-top: 60px!important;
}
.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 h1 {
  margin-bottom: 10px!important;
}
@media (max-width: 640px) {
  .section-banner .swiper-wrapper {
    height: calc(100vh - 69px)!important;
  }
}
