  #image_slide1746587898263 .home-slide-title {
    font-size: var(--medium-title-size,36px);
  }
  #image_slide1746587898263 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size,16px);
  }
  #image_slide1746587898263 .home-slide-btn {
    font-size: var(--medium-btn-size,14px);
    border-radius:var(--theme-border-radius);
  }
    #slide-1746587898263 {
      
      
      padding-bottom: 41.67%;
    }
    @media screen and (max-width: 767px) {
      #slide-1746587898263 {
        
        
        padding-bottom: 93.33%;
      }
    }

/* index_css  start */
.more-button {
  margin-top: var(--more-button-top,var(--v-space));
  text-align: var(--more-button-text-align,center);
}

.list-more-button {
  margin:var(--list-more-margin, calc(var(--list-more-top ,var(--h-space)) - var(--h-space)) 0 var(--h-space));
  text-align:var(--list-more-text-align, center);
}

@media screen and (max-width: 767px) {
  .list-more-button {
    --list-more-top: 15px;
  }
}
/* index_css  end */

  /* index_css slide start */
  [data-section-type="image_slide"] {
    --large-title-size: 58px;
    --large-subtitle-size: 30px;
    --large-btn-size: 30px;
    --medium-title-size: 36px;
    --medium-subtitle-size: 14px;
    --medium-btn-size: 16px;
    --small-title-size: 35px;
    --small-subtitle-size: 15px;
    --small-btn-size: 15px;
    --prev-btn-left: 40px;
    --next-btn-right: 40px;
  }

  [data-section-type="image_slide"] .swiper-pagination {
    --swiper-pagination-bottom:  var(--slide-pagination-bottom);
  }

  .home-image-slide.image-slide {
    margin-bottom:var(--home-image-slide-bottom,var(--section-space) );
    padding-bottom: 0;
    --prev-btn-left:10px;
    --next-btn-right:10px;
  }
  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }
  .home-slide-content {
    white-space: nowrap;
  }
  .home-slide-title {
    margin:var(--home-slide-title-margin, 0 0 20px) ;
    font-weight:var(--home-slide-title-weight, 700);
  }

  .home-slide-subtitle {
    margin:var(--home-slide-subtitle-margin, 0);
    font-weight:var(--home-slide-subtitle-weight, 400);
  }

  .home-slide-btn {
    margin-top:var(--home-slide-btn-top, 16px) ;
    padding: var(--home-slide-btn-side-padding, 0 25px);
  }

  @media screen and (max-width: 1200px) {
    [data-section-type="image_slide"] {
      --large-title-size: 33px;
      --large-subtitle-size: 20px;
      --large-btn-size: 18px;
      --medium-title-size: 22px;
      --medium-subtitle-size: 14px;
      --medium-btn-size: 16px;
      --small-title-size: 25px;
      --small-subtitle-size: 14px;
      --small-btn-size: 14px;
      --prev-btn-left: 10px;
      --next-btn-right: 10px;
      --home-slide-btn-top:14px;
      --home-slide-title-margin:0 0 10px;
    }
    .home-slide-content{
      white-space: normal;
      max-width: 85%;
      min-width: 60%;
    }
  
  }

  @media screen and (max-width: 767px) {
  .home-image-slide .prev-btn,
    .home-image-slide .next-btn {
      display:var(--home-image-slide-btb-display, none);
    }
  }
  /* index_css slide end */

[data-section-style="1"] .prev-btn,[data-section-style="1"] .next-btn{
  display: none;
}
.swiper.j-newswiper {
  padding-bottom: var(--pagination-bottom);
}

[data-section-type="image_slide"]{
  --home-slide-content-top:none;
  --home-slide-content-center-left: 88px;
  --home-slide-content-center-transform: none;
  --home-slide-content-center-textalign:left;
  --home-slide-subtitle-margin: 0 0 7px;
  --home-slide-title-margin: 0 0 20px;
  --home-slide-btn-side-padding:0 36px;
}

.home-image-slide.image-slide{
  --medium-subtitle-size:30px;
  --medium-title-size:60px;
}
.home-slide-content{
  display: flex;
  flex-direction: column;
  bottom: 12.8%;
}
.home-slide-subtitle{
  order: -1;
  line-height: 1.2;
}
.home-slide-btn{
  width: fit-content;
}
@media screen and (max-width:1000px) {
  [data-section-type="image_slide"]{
    --home-slide-content-center-left:20px;
  }
  .home-slide-content{
    bottom: 20px;
  }
  .home-image-slide.image-slide {
    --medium-subtitle-size: 14px;
    --medium-title-size: 20px;
    --medium-btn-size:14px;
    --home-slide-subtitle-margin: 0 0 10px;
    --home-slide-title-margin: 0 0 6px;
  }
}

