/* crawlpaw_singleimgtxt_b */
.imgtxt-single-b{
  display: flex;
  height: calc(var(--vh, 1vh)*100);
  width: 100%;
}
.imgtxt-singleb-image,.imgtxt-singleb-content {
  width: 50%;
}
.imgtxt-singleb-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 120px;
    text-align: center;
}
.imgtxt-singleb-image{
  --img-box-padding-bottom:0;
  --img-box-height:100%;
}
.imgtxt-singleb-title{
  font-size:var(--medium-title-size);
  margin-bottom: 20px;
}
.imgtxt-singleb-btn{
  margin-top: 20px;

}
.imgtxt-singleb-btn .button{
  --btn-side-padding: 90px;
  --btn-border-color:#fff;
}
@media screen and (max-width: 1200px){
  .imgtxt-singleb-content{
    padding: 50px;
  }
}
@media screen and (max-width: 850px){
  .imgtxt-single-b{
    flex-direction: column;
  }
  .imgtxt-singleb-image,
  .imgtxt-singleb-content{
    width: 100%;
    height: 50%;
  }
  .imgtxt-singleb-text{
    font-size: 12px;
  }
}
/* video_textb banner */
.video-textb{
  --wrapper-margin:0;
  --max-width:initial;
  --section-wrapper-padding:0;
  
}
.video-textb-item{
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
}
.video-textb-video{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.video-textb-body{
  position: absolute;
  top: 15%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.video-textb-title{
  margin: var(--home-slide-title-margin, 0 0 20px);
  font-size: var(--medium-title-size);
  font-weight: var(--home-slide-title-weight, 700);
}
.video-textb-subtext{
  max-width: 500px;
  margin: auto;
  line-height: 19px;
  white-space: normal;
}
.video-textb-btn{
  margin-top: var(--home-slide-btn-top, 16px);
  padding: var(--home-slide-btn-side-padding, 0 25px);
  white-space: nowrap;
}
/* carwrap_image_slide */
.carwrap-image-slide{
  position: relative;
  height: calc(var(--vh,1vh)*100);
  width: 100%;
}
.carwrap-slide-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carwrap-slide-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carwrap-slide-content{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}
.carwrap-img-slide{
  width: 53%;
}
.carwrap-img-slide img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carwrap-img-slide .swiper-slide{
  font-size: 0;
}
.carwrap-slide-btn{
  color: #fff;
}
.carwrap-slide-title{
  display: block;
  font-size: var(--carwrap-slide-title-size, 100px);
  font-weight: bold;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 1450px) {
  .carwrap-image-slide{
    --carwrap-slide-title-size: 80px;
  }
}
@media screen and (max-width: 1200px){
  .carwrap-img-slide{
    width: 100%;
  }
  .carwrap-image-slide {
    --carwrap-slide-title-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .carwrap-image-slide {
    --carwrap-slide-title-size: 50px;
    color: #fff;
  }
}
@media screen and (max-width: 767px){
  .carwrap-slide-content{
    left: 0;
    transform: none;
  }
  .carwrap-slide-title{
    max-width: 280px;
    margin: 0 auto 45px;
    line-height: 50px;
  }
  .carwrap-img-slide.swiper{
    padding-bottom:0;
  }
}
/* image slide */
.home-image-slide .prev-btn,
.home-image-slide .next-btn{
    display: none;
}
.home-image-slide,.video-textb {
  --home-slide-btn-top:20px;
  --home-slide-btn-side-padding:0 67px;
  --home-image-slide-bottom:0;
  --swiper-pagination-bullet-inactive-color: #656565;
  --swiper-bullet-active-color: #FFFFFF;
  --swiper-pagination-bullet-horizontal-gap: 6.5px;

}
.home-imgslide-imgwapper{
  height: calc(var(--vh,1vh)*100);
  width: 100vw;
}
.home-image-slide img{
  object-fit: cover;
  height: 100%;
}
.home-image-slide.image-slide,[data-section-type="crawlpaw_singleimgtxt_b"],
.video-textb{
  --medium-title-size:64px;
  --medium-subtitle-size:16px;
  --home-slide-content-top: 15%;
}
.home-slide-subtitle{
  max-width: 500px;
  margin: auto;
  line-height: 19px;
  white-space:normal;
}
[data-section-type="image_slide"]:nth-of-type(4) .home-slide-subtitle{
max-width:780px;
}

@media screen and (max-width: 767px){
  .home-image-slide,
    .video-textbs{
    --swiper-pagination-bullet-inactive-color:#A4A4A4;
    --swiper-bullet-active-color:#FFFFFF;
    --swiper-pagination-bullet-horizontal-gap:4px;
    --swiper-pagination-bullet-height:6px;
    --swiper-pagination-bullet-width:6px;
   
  }
  .home-image-slide.image-slide,[data-section-type="crawlpaw_singleimgtxt_b"],.video-textb{
    --home-slide-content-top: 110px;
    --medium-title-size: 35px;
    --medium-subtitle-size: 12px;
    --medium-btn-size: 14px;
    --btn-height:48px;
    --home-slide-btn-side-padding:0 90px;
    --home-slide-btn-top: 25px;
    --home-slide-title-margin:0 0 13px;
  }
  .home-slide-content{
    min-width: 78%;
  }
  
}

/* function email */
.function-email{
  width: 100%;
  --function-email-title-bottom:24px;
  --function-email-subtitle-bottom: 0;
  --function-email-input-padding:0 60px 0 0;
  --function-email-m-title-size:24px;
}

.function-email-body{
  position: initial;
  transform: none;
  max-width:100%;
  align-items: flex-start;
}
.function-email-subs{
  --btn-height: 52px;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.function-email-subs input{
  --page-bg-color: "transparent";
  --theme-font-color: #fff;
  flex: 1;
  border-bottom:1px solid var(--theme-font-color);
  border-radius: 0;
}
.function-email-subs input:focus{
  border: 0;
  border-bottom: 1px solid var(--theme-font-color);
}
.function-email-subs input::-webkit-input-placeholder{
  font-weight: 700;
  font-size: 32px;
  color: var(--theme-font-color-sub);
}
.function-email-subtitle{
  order: 2;
}
.function-email-subs button{
  --theme-font-color: #fff;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: initial;
  font-size: 39px;
}
.func-email-success{
  position: initial;
  transform: initial;
}
@media screen and (max-width: 1200px){
 .function-email-body {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .function-email-body{
    padding: 0;
  }
  .function-email{
    --function-email-m-title-size:16px;
    --function-email-title-bottom:6px;
    margin-bottom: 4px;
  }
  .function-email-subs{
    margin-bottom: 12px;
  }
  .function-email-subs input{
    height: 48px;
  }
  .function-email-subs input::-webkit-input-placeholder{
    font-size: 20px;
  }
  .function-email-subs button{
    top: 8px;
    font-size: 30px;
  }
}
/* choicereview */
.choicereview{
  position: relative;
  padding: 0;
  margin: 0;
  height: calc(var(--vh,1vh)*100);
  width: 100%;
  --arrow-btn-color:fff;
}
.choicereview-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.choicereview-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choicereview-list{
  --theme-font-color: #fff;
  flex-wrap: nowrap;
}
.choicereview-item{
  align-items: center;
}
.choicereview-main{
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}
.choicereview-main .swiper{
  width: 100%;
}
.choicereview-item-top{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.choicereview-image-wrapper{
  width: 100%;
}
.choicereview-content{
  text-align: center;
  -webkit-line-clamp:2;
  line-height: 22px;
}
.choicereview-image{
  padding-bottom: 65%;
}
.choicereview-bottom{
  --choicereview-product-height:80px;
  --theme-border-radius:0;
  width: 100%;
}
.choicereview-item:hover .choicereview-bottom{
  border-color:#fff
}
@media screen and (max-width: 767px) {
  .choicereview{
    --choicereview-product-img-width:60px;
    --choicereview-product-img-height:60px;
    --choicereview-m-navigation-display:block;
  }
  .choicereview-bottom,.choicereview-image-wrapper,.choicereview-item-top{
    width: 100%;
  }
  .choicereview-main{
    padding-top: 60px;
  }
}
