/* site */
main#main {
  overflow: hidden;
}

[data-scrollbar="true"]#main-container {
  height: 100vh;
  overflow: auto;
  width: 100%;
}

#main-container-scroll.scroll-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* body {
  transition: opacity 0.3s;
  opacity: 0;
}

body.is-ok {
  opacity: 1;
  transition: opacity 1.25s;
} */

/* yingxing banner */

.banner-f-img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-full-wrap {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.banner-f-text {
  position: relative;
  z-index: 20;
  align-self: flex-end;
  padding-bottom: 38vh;
}

.b-f-tc {
  color: #fff;
}

.b-f-tc h3 {
  color: inherit;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.b-f-tc .sub-t {
  font-weight: 300;
  font-size: 2.15em;
  opacity: 0.75;
  text-transform: capitalize;
}

.banner-i-sw {
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
  z-index: 30;
}

.banner-i-sw > div {
  position: relative;
  max-width: 100px;
}

.swiper-button-white.alp-banner::after {
  font-size: 1.2em;
}

.swiper-button-white.alp-banner {
  width: auto;
}

.swiper-button-prev.swiper-button-white.alp-banner {
  left: 0;
}

.swiper-button-next.swiper-button-white.alp-banner {
  right: 0;
}

.banner-full-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

/* mobile css */

@media only screen and (max-width: 999px) {
  .banner-f-text {
    padding-bottom: 42vh;
  }

  .banner-full-wrap {
    height: 100vh;
  }
}

/* block css */
.alignfull .kt-row-column-wrap {
  padding: 0;
  width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
}

[data-products="type-2"] .product .ct-image-container img,
[data-products="type-2"] .product .ct-image-container picture {
  object-fit: contain;
}

.alignfull > [class*="_inner-container"] > *:not(.alignwide):not(.alignfull) {
  max-width: none;
  width: auto;
}

.gutentor-image-thumb {
  position: relative;
  padding-bottom: 100%;
}

.gutentor-image-thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kt-blocks-carousel .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kt-blocks-carousel .slick-list {
  overflow: visible;
}

.wp-block-kadence-advancedgallery {
  overflow: visible;
}

.page-description.ct-hidden-sm {
  max-width: 480px;
}

.full-height-banner {
  height: 50vh;
  min-height: 300px;
}

.category-wrapper-1 > .categories > ul > li.cat-item > ul > li > a {
  background: #3d3d3d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: block;
  transition: 0.3s;
}

.category-wrapper-1 > .categories > ul > li.cat-item > ul > li:hover > a {
  background: #00509d;
}

.category-wrapper-1 > .categories > ul > li.cat-item > ul > li.current-cat > a {
  background: #00509d;
}

.list-3 .alpha-post-item-1 {
  flex-basis: 25%;
}

.post-img-1 {
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 100%;
}

.loop-wrapper-1.list-3 {
  margin-top: 12px;
}

a.fullIMG {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.detail-2 .dt-g-img {
  padding-bottom: 100%;
}
.post-img-1 img {
  transform: scale(0.6);
}

.post-img-1 {
  background: #fff;
}

.category-container-1 {
  display: flex;
  flex-wrap: wrap;
}

.category-list-a {
  flex-basis: 25%;
  width: 25%;
  margin-bottom: 24px;
}

.cate-g-c {
  position: relative;
  margin: 0 12px;
  background: #fff;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0px 8px 36px rgb(0 0 0 / 2%);
  overflow: hidden;
}

.oge-img {
  position: relative;
  padding-bottom: 100%;
}

h3.namegc {
  font-size: 20px;
  margin-bottom: 8px;
  padding: 10px 22px;
  padding-top: 22px;
}

.oge-img > div {
  transform: scale(0.8);
}

.online-qq img {
  width: 28px;
}

.online-qq > div {
  display: flex;
  background: #0d4fb9;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.online-qq {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 10%;
}
@media only screen and (min-width: 999.9px) {
  .post-loop-contain-1 .category-wrapper-1 {
    padding-right: 4.5%;
    flex-basis: 295px;
  }
}

@media only screen and (max-width: 999px) {
  .list-3 .alpha-post-item-1 {
    flex-basis: 50%;
  }

  .post-item-1-c {
    padding: 0 0.5em;
  }

  .category-container-1 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .category-list-a {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .cate-g-c {
    margin: 0 8px;
  }
  .online-qq {
    bottom: 72px;
    right: 12px;
  }
}
