  #image_slide1742960299912 .home-slide-title {
    font-size: var(--medium-title-size);
  }
  #image_slide1742960299912 .home-slide-subtitle {
    font-size: var(--medium-subtitle-size);
  }
  #image_slide1742960299912 .home-slide-btn {
    font-size: var(--medium-btn-size);
    border-radius:var(--theme-border-radius);
  }
 
    #slide-1742960299914 {
      
      
      padding-bottom: 33.42%;
    }

    @media screen and (max-width: 767px) {
      #slide-1742960299914 {
        
        
        padding-bottom: 33.42%;
      }
    }

    @media screen and (min-width: 768px) {
      #image_slide1742960299912 {
        max-width: calc(var(--max-width) - calc(var(--side-padding) * 2));
      }
    }
    @media screen and (max-width: 1480px) and (min-width: 768px){
      #image_slide1742960299912 {
        max-width: calc(100% - calc(var(--side-padding) * 2));
      }
    }

/* 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: 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;
  }

  .home-image-slide .swiper-slide>a {
    position: relative;
    display: block;
    width: 100%;
  }

  .home-image-slide img {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .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 {
    display: inline-block;
    margin-top:var(--home-slide-btn-top, 16px) ;
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - 2px);
    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 */

    .home-slide-content{
      background-color: #ffffff;
      padding: 40px 36px;
      white-space: unset;
    }
    @media screen and (min-width: 767px)  {
      .home-image-slide.image-slide {
          --medium-title-size:44px;
          --medium-subtitle-size:16px;
          --home-slide-content-right-textalign:left;
      }
      .home-slide-content{
          max-width: 572px;
          width: 100%;
          border-radius: var(--theme-border-radius);
      }
    }
    @media screen and (max-width: 767px) {
      .home-image-slide.image-slide {
          --medium-title-size:33px;
          --home-slide-btn-top:20px;
      }
      .home-slide-content {
          white-space: normal;
          max-width: 100%;
      }
      .home-image-slide .swiper-slide {
          height: auto;
          background-color: #ffffff;
      }
      .home-image-slide .swiper-pagination {
          position: relative;
          padding: 10px;
          border-bottom: 1px solid var(--theme-border-color);
      }
    }

