/* Hero layout */
.banne {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

#inbanne.hero-simple .swiper-wrapper {
  transform: none !important;
  transition: none !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#inbanne.hero-simple .swiper-slide {
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

#inbanne.hero-simple .swiper-slide.swiper-slide-active {
  display: block !important;
}

#inbanne {
  height: calc(100vh - 90px);
  min-height: calc(100vh - 90px);
}

#inbanne .swiper-wrapper,
#inbanne .swiper-slide {
  height: 100%;
  min-height: 100%;
}

#inbanne .swiper-slide {
  position: relative;
  overflow: hidden;
}

.he_banpc,
.he_banph {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.he_banpc img,
.he_banph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.he_banph {
  display: none;
}

/* Hero pagination always visible */
#inbanne .swiper-pagination {
  opacity: 1 !important;
  bottom: 12px;
  z-index: 4;
}

@media screen and (max-width: 750px) {
  .banne,
  #inbanne,
  #inbanne .swiper-wrapper,
  #inbanne .swiper-slide {
    height: calc(100vw * 1125 / 750) !important;
    min-height: 0 !important;
    max-height: calc(100vw * 1125 / 750) !important;
  }

  .he_banpc {
    display: none !important;
  }

  .he_banph {
    display: block !important;
  }

  .he_banph img {
    object-fit: contain !important;
    object-position: center center !important;
  }

  #inbanne .h120 {
    height: 50px !important;
  }

  #inbanne .bannewbnr {
    padding: 24px 20px 0 !important;
  }

  #inbanne .bannewb {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  #inbanne .bannewb2 {
    font-size: 14px !important;
    margin-top: 8px !important;
  }

  .hero-gap {
    height: 10px !important;
  }

  .maxw1366 > .h120:first-of-type {
    height: 15px !important;
  }
}

/* Mobile nav overlay must sit above content */
.mobilenavtab,
.mobileSearch,
.mobilelan {
  z-index: 9999 !important;
}

.toggleNav,
.toggleSearch {
  cursor: pointer;
}
