/* BANNER */
.swiper-wrapper {
  height: 550px!important;
}
.swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
  padding-left: 0;
  margin-left: 0;
}
.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
  color: #ffffff;
  display: inline-block;
  padding: 30px 70px 30px 70px;
}
.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 h1 {
  font-size: 5.4rem!important;
  margin-top: 60px!important;
  line-height: 4.6rem;
  font-family: Knockout, DIN-Medium, sans-serif!important;
  text-transform: uppercase;
}
.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 {
  padding: 0 70px 30px 70px;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide,
.swiper-banner-container .swiper-slide-background.banner-padding-lg {
  height: 100%!important;
}
/* .page-834 .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 h1 {
    margin-top: 250%!important;
} */
@media (min-width: 1600px) {
  .swiper-wrapper {
    height: 650px!important;
  }
}
@media (max-width: 1000px) {
  .swiper-wrapper {
    height: 450px!important;
  }
  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
    padding: 20px 50px 20px 50px;
  }
  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 h1 {
    font-size: 4rem!important;
    line-height: 3.4rem;
  }
  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 {
    padding: 0 50px 20px 50px;
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .swiper-wrapper {
    height: 350px!important;
  }
  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
    padding: 15px 20px 15px 25px;
  }
  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 h1 {
    font-size: 3rem!important;
    line-height: 2.6rem;
  }
  .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 {
    padding: 0 20px 15px 25px;
    font-size: 16px;
  }
}

/* Home new banner */
body.home .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 {
  margin-top: 0;
}

.banner-background-container .logo-container {
  position: absolute;
  right: 1.5%;
  bottom: 5%;
}

.banner-background-container .logo-container img {
  max-width: 150px;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .banner-background-container .logo-container img {
    max-width: 200px;
  }
}

@media (min-width: 1001px) {
  .page-832 .banner-background-container .logo-container,
  .page-841 .banner-background-container .logo-container {
    right: auto;
    left: 70px;
  }
}

@media (min-width: 1200px) {
  .banner-background-container .logo-container img {
    max-width: 280px;
  }
}