  #image_slide_pane_1C520F3989511 .home-slide-title {
    font-size: var(--large-title-size,58px);
  }
  #image_slide_pane_1C520F3989511 .home-slide-subtitle {
    font-size: var(--large-subtitle-size,30px);
  }
  #image_slide_pane_1C520F3989511 .home-slide-btn {
    font-size: var(--large-btn-size,30px);
    border-radius:var(--theme-border-radius);
  }
    #slide-image_slide_block_1C520F398951D {
      
      
      padding-bottom: 34.74%;
    }
    @media screen and (max-width: 767px) {
      #slide-image_slide_block_1C520F398951D {
        
        
        padding-bottom: 34.74%;
      }
    }
    #slide-block1747993717289 {
      
      padding-bottom: 34.74%;
    }
    @media screen and (max-width: 767px) {
      #slide-block1747993717289 {
        
        padding-bottom: 34.74%;
      }
    }

/* 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"] .section-title {
		margin-bottom: calc( var(--section-title-bottom) + 25px );
		--section-title-align: left;
	}
	[data-section-style="1"] .section-sub-title {
		margin-top: -20px;
	}
	@media screen and (max-width: 767px) {
		[data-section-style="1"] .section-title {
			margin-bottom: var(--section-title-bottom);
		}
		[data-section-style="1"] .section-sub-title {
			margin-top: -5px;
		}
	}
	@keyframes spinAround {
		0% {
			transform: rotate(0);
		}
		100% {
			transform: rotate(360deg);
		}
	}
	@keyframes img-text-marque-vertical {
		0%{
			transform: translateY(0);
		}
		100%{
			transform: translateY(-100%);
		}
	}
	@keyframes img-text-marque {
		0% {
			transform: translate(0);
			visibility: visible;
		}
		100% {
			transform: translate(-100%);
		}
	}
	.list-more-button {
		font-size: 16.32px;
	}
	.swiper.j-newswiper {
		padding-left: 1px;
	}
	.imgtxt-background{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display:flex;
		overflow: hidden;
	}
	.imgtxt-background svg{
		animation: img-text-marque 2s linear infinite reverse;
		flex-shrink:0;
	}
	.imgtxt-background path {
		fill: var(--imgtxt-list-bg-color,var(--main-color-second));
	}
	@media screen and (max-width: 767px) {
		.imgtxt-background svg{
			width: 60px;
			height: 20px;
		}
	}

		[data-section-type="image_slide"] {
			--large-title-size: 113px;
			--large-subtitle-size: 16.32px;
			--large-btn-size: 18px;
		}
		.home-slide-content {
			max-width: 60%;
			white-space: initial;
		}
		.home-slide-title {
			text-shadow: 4px 8px 0px rgb(0,0,0), -3px -3px 0px rgb(0,0,0), -3px 3px 0px rgb(0,0,0), 3px -3px 0px rgb(0,0,0), 3px 3px 0px rgb(0,0,0);
			--home-slide-title-margin: 0 0 10px;
			line-height: 1.3;
		}
		.home-slide-subtitle {
			color: #000;
			line-height: 1.3;
		}
		.home-slide-btn {
			--home-slide-btn-top: 45px;
			--home-slide-btn-side-padding: 10px 34px;
			--btn-height: auto;
			--theme-border-radius: 60px;
			min-height: 70px;
			min-width: 220px;
			display: flex;
			align-items: center;
			justify-content: center;
			width: fit-content;
		}
		[data-section-type="image_slide"] .swiper-pagination {
			counter-reset: num;
		}
		[data-section-type="image_slide"] .swiper-pagination-clickable .swiper-pagination-bullet::before {
			counter-increment: num; 
			content: counter(num);
		}
		[data-section-type="image_slide"] .swiper-pagination-bullet {
			--swiper-pagination-bullet-width: 26px;
			--swiper-pagination-bullet-height: 26px;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #fff;
			border: 1px solid #fff;
			--swiper-pagination-bullet-inactive-color: rgba(0,0,0,0);
		}
		[data-section-type="image_slide"] .swiper-bullet-active {
			color: #000;
			--swiper-bullet-active-color: #fff;
		}
		@media screen and (max-width: 1300px) {
			[data-section-type="image_slide"] {
				--large-title-size: 90.4px;
			}
			.home-slide-btn {
				--home-slide-btn-top: 35px;
			}
		}
		@media screen and (max-width: 1200px) {
			.home-slide-btn {
				min-height: 64px;
				min-width: 200px;
			}
		}
		@media screen and (max-width: 968px) {
			[data-section-type="image_slide"] {
				--large-title-size: 50px;
				--large-btn-size: 16px;
			}
			.home-slide-btn {
				--home-slide-btn-top: 25px;
			}
		}
		@media screen and (max-width: 767px) {
			.home-slide-btn {
				min-height: 46px;
				min-width: 140px;
				font-size: 14px;
				line-height: 1.3;
				margin: var(--home-slide-btn-top) auto 0;
			}
			.home-slide-content {
				width: 100%;
				padding: 0 15px;
				max-width: 100%;
				--home-slide-content-left-left: 0;
				--home-slide-content-top: 25%;
				--home-slide-content-left-transform: translate(0);
				--home-slide-content-left-textalign: center;
			}
		}
		@media screen and (min-width: 768px) {
			[data-section-type="image_slide"] .swiper-pagination {
				justify-content: end;
				padding-right: 30px;
			}
		}

 #product_slide1748400108767 .swiper-slide {
    width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3) ;
  }
@media screen and (min-width:768px){
  #product_slide1748400108767 .swiper-slide {
    width: calc(100% / 4 - var(--v-space) * (4 - 1) / 4) ;
  }
}
#product-product_slide1748400108767{
	--title-text-align: left;
}
#product-product_slide1748400108767 .section-title{
  text-align:left;
  color:#000; 
}
#product-product_slide1748400108767 .section-sub-title{
  color:#000;
  text-align:left;
}
#product-product_slide1748400108767 .product-slide-btn{
  color:rgba(255, 255, 255, 1);
  border-color:#fff;
  background-color:rgba(254, 160, 3, 1);
  --bg-color:rgba(254, 160, 3, 1);
  --border-color:#fff;
  --color:rgba(255, 255, 255, 1);
}
@media screen and (min-width: 1200px){
  #product-product_slide1748400108767 .section-title{
    font-size:44px;
  }
  #product-product_slide1748400108767 .section-sub-title{
    font-size:16px;
  }
}

  /* index_css product_slide start */
	.product-slide {
		display: flex;
		flex-direction: column;
	}

  .product-slide .swiper-slide {
    height: auto;
    margin-right: var(--v-space);
  }

  .product-slide  .product-item {
    --product-item-width: 100%;
    --h-space: 0;
    --v-space: 0;
    height: 100%;
  }

	.product-slide .more-button {
		order: 3;
	}

  @media screen and (min-width: 768px) {
    .product-slide .swiper-pagination {
      display:var(--product-slide-pagination-display, none);
    }
  }

  @media screen and (max-width: 767px) {
    .product-slide .swiper-slide{
      width: calc(50% - var(--v-space) / 2);
    }
    .product-slide .prev-btn,
    .product-slide .next-btn {
      display:var(--product-slide-btn-display, none) ;
    }
  }
  /* index_css product_slide end */

		@media screen and (min-width: 768px) {
			[data-section-type="product_slide"] .more-button {
				position: absolute;
				top: 0px;
				right: 80px;
			}
			[data-section-type="product_slide"] .button--default {
				font-size: 14px;
				line-height: 1.3;
				padding: 10px 20px;
				--btn-height: auto;
			}
		}
		@media screen and (max-width: 1200px) {
			[data-section-type="product_slide"] .more-button {
				right: 60px;
				top: -5px;
			}
		}
		
		@media screen and (max-width: 767px) {
			[data-section-type="product_slide"] .button--default {
				font-size: 16.32px;
				line-height: 1.3;
				--btn-height: auto;
				text-decoration: underline;
			}
		}
		

  #imgtxt_list1749180078292 .imgtxt-list-item{
    width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2);
  }
  #imgtxt_list1749180078292 .section-title{
    text-align:left;
    color:#333333;
  }
  #imgtxt_list1749180078292 .section-sub-title{
    text-align:left;
    color:#333333;
  }
  @media screen and (min-width: 768px){
    #imgtxt_list1749180078292 .imgtxt-list-item:nth-child(2n){
      margin-right: 0 ;
    }
  }
  @media screen and (min-width: 1200px){
    #imgtxt_list1749180078292 .section-title{
      font-size:40px;
    }
    #imgtxt_list1749180078292 .section-sub-title{
    font-size:16px;
    }
  }
  @media screen and (max-width: 767px){
    #imgtxt_list1749180078292 .imgtxt-list-item{
      width: calc(100% / 2 - var(--v-space) * (2 - 1) / 2);
    }
    #imgtxt_list1749180078292 .imgtxt-list-item:nth-child(2n){
      margin-right: 0 ;
    }
  }
    #imgtxt_list_item1749180078293 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1749180078293 {
      align-items: flex-start;
    }
    #imgtxt_list_item1749180078293 .imgtxt-list-title{
      color: #333333;
    }
    #imgtxt_list_item1749180078293 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_item1749180078293 .imgtxt-list-btn{
      color: #ffffff;
      background-color: rgba(254, 160, 3, 1);
      border-color: rgba(254, 160, 3, 1);
      --color: #ffffff;
      --bg-color: rgba(254, 160, 3, 1);
      --border-color: rgba(254, 160, 3, 1);
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_item1749180078293 .imgtxt-list-title{
			  font-size: 18px;
      }
      #imgtxt_list_item1749180078293 .imgtxt-list-text{
        font-size: 16px;
      }
      #imgtxt_list_item1749180078293 .imgtxt-list-btn{
        font-size: 13px;
      }
    }
    @media screen and (max-width: 767px){
    }
    #imgtxt_list_item1749180078294 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1749180078294 {
      align-items: flex-start;
    }
    #imgtxt_list_item1749180078294 .imgtxt-list-title{
      color: #333333;
    }
    #imgtxt_list_item1749180078294 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_item1749180078294 .imgtxt-list-btn{
      color: #ffffff;
      background-color: rgba(254, 160, 3, 1);
      border-color: rgba(254, 160, 3, 1);
      --color: #ffffff;
      --bg-color: rgba(254, 160, 3, 1);
      --border-color: rgba(254, 160, 3, 1);
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_item1749180078294 .imgtxt-list-title{
			  font-size: 18px;
      }
      #imgtxt_list_item1749180078294 .imgtxt-list-text{
        font-size: 16px;
      }
      #imgtxt_list_item1749180078294 .imgtxt-list-btn{
        font-size: 13px;
      }
    }
    @media screen and (max-width: 767px){
    }
  #imgtxt_list1749180078292 .imgtxt-list-more{
    background-color:#ffffff;
    color:#333333;
    border-color:#333333;
  }

  /* index_css image_text_list start */
  .imgtxt-list {
    --more-button-top: 0;
  }

  .imgtxt-list-body {
    display: flex;
    flex-wrap:var(--imgtxt-list-body-wrap, wrap);
  }

  .imgtxt-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: var(--h-space);
    margin-right: var(--v-space);
  }

  .imgtxt-list-top {
    width: 100%;
  }

  .imgtxt-list-image {
    margin-bottom: var(--imgtxt-list-image-margin-bottom,10px);
  }

  .imgtxt-list-title {
    display: block;
    font-weight:var(--imgtxt-list-title-weight, 600) ;
  }

  .imgtxt-list-title {
    margin-bottom:var(--imgtxt-list-title-margin-bottom, 10px);
  }

  .imgtxt-list-text {
    margin-bottom: var(--imgtxt-list-text-margin-bottom, 8px);
    line-height: 1.3;
    white-space: pre-wrap;
  }

  .imgtxt-list-btn {
    width: fit-content;
    max-width: 100%;
  }

  @media screen and (max-width: 1200px) {
    .imgtxt-list{
      --imgtxt-list-text-margin-bottom:5px;
    }
  }
  /* index_css image_text_list end */

		[data-section-type="imgtxt_list_b"] {
			background-color: var(--main-color);
		}
		[type="imgtxt_list_b"]{
			margin-bottom: var(--section-space);
			--list-section-wrapper-padding: var(--section-space) var(--side-padding) 0;
		}
		[type="imgtxt_list_b"] .imgtxt-list-body {
			justify-content: center;
			--v-space: 70px;
			--h-space: 40px;
			padding: 45px 0;
		}
		[type="imgtxt_list_b"] .imgtxt-list-item {
			margin-right: 0;
			padding: 0 calc( var(--v-space) / 2 );
		}
		[type="imgtxt_list_b"] .imgtxt-list-image {
			position:relative;
			padding-bottom: 100% !important;
			border: 5px solid var(--imgtxt-list-item-border-color);
			border-radius:50%;
			overflow:visible;
		}
		[type="imgtxt_list_b"] .imgtxt-list-image img {
			transform: scale(.93);
			border-radius: 50%;
		}
		[type="imgtxt_list_b"] .imgtxt-list-image:hover {
			border-color: rgba(0, 0, 0, 0) !important;
			--theme-img-transform:scale(.94);
		}
		[type="imgtxt_list_b"] .imgtxt-list-image::after {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			top: -5px;
			left: -5px;
			border: 5px dashed var(--imgtxt-list-item-border-color);
			opacity:0;
		}
		[type="imgtxt_list_b"] .imgtxt-list-image:hover::after {
			animation: spinAround 20s linear infinite;
			opacity:1;
		}
	
		[type="imgtxt_list_b"] .imgtxt-list-btn {
			text-align: center;
		}
		[type="imgtxt_list_b"] .imgtxt-list-title {
			font-size: 21.8px;
		}
		@media screen and (min-width: 1440px) {
			[type="imgtxt_list_b"] .imgtxt-list-body {
				padding: 0 6%;
			}
		}
		@media screen and (max-width: 1200px) {
			[type="imgtxt_list_b"] .imgtxt-list-item {
				padding: 0 5px;
				--v-space: 5px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_list_b"] .imgtxt-list-body {
				padding: 40px 0 0;
			}
			[type="imgtxt_list_b"] {
				--list-section-wrapper-padding: calc(var(--section-space) + 15px) calc(var(--side-padding) - 10px) 0
			}
			[type="imgtxt_list_b"] .imgtxt-list-image::after{
				display:none;
			}
				[type="imgtxt_list_b"] .imgtxt-list-image{
				border-width: 4px;
			}
		}
		[type="imgtxt_list_c"] .imgtxt-list-item {
			--v-space: 50px;
			padding: 14px 14px 0;
			border-radius: var(--theme-border-radius);
			border: 9px solid var(--imgtxt-list-item-border-color);
		}
		[type="imgtxt_list_c"] .imgtxt-list-image {
			--imgtxt-list-image-margin-bottom: 30px;
		}
		[type="imgtxt_list_c"] .imgtxt-list-body {
			padding-top: 20px;
		}
		[type="imgtxt_list_c"] .imgtxt-list-title {
			line-height: 1.3;
			--imgtxt-list-title-margin-bottom: 30px;
			padding: 0 15px;
		}
		[type="imgtxt_list_c"] .imgtxt-list-btn {
			margin-bottom: 30px;
		}
		@media screen and (max-width: 1200px) {
			[type="imgtxt_list_c"] .imgtxt-list-item{
				border-width:5px;
			}
			[type="imgtxt_list_c"] .imgtxt-list-image {
				--imgtxt-list-image-margin-bottom: 20px;
			}
			[type="imgtxt_list_c"] .imgtxt-list-title {
				--imgtxt-list-title-margin-bottom: 20px;
				font-size: 21.8px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_list_c"] .imgtxt-list-body {
				padding-top: 15px;
			}
		}
		[type="imgtxt_list_d"] .imgtxt-list-top {
			position: relative;
			--imgtxt-list-image-margin-bottom: 0;
		}
		[type="imgtxt_list_d"] .imgtxt-list-top:hover .imgtxt-list-marque {
			opacity: 1;
		}
		[type="imgtxt_list_d"] .imgtxt-list-content {
			position: absolute;
			top: 15px;
			width: 100%;
			max-width: 90%;
			max-height: 90%;
			left: 50%;
			transform: translate(-50%);
			--imgtxt-list-title-margin-bottom: 0px;
			padding: 20px;
		}
		[type="imgtxt_list_d"] .imgtxt-list-image {
			border-radius: var(--theme-border-radius);
			overflow: hidden;
		}
		[type="imgtxt_list_d"] .imgtxt-list-title {
			padding: 20px;
			line-height: 1.3;
		}
		.imgtxt-list-marque {
			display: flex;
			overflow: hidden;
			position: absolute;
			opacity: 0;
		}
		.imgtxt-list-marque .imgtxt-list-swiper {
			font-size: 14.3px;
			padding: 5px 10px;
			color: #fff;
		}
		.imgtxt-list-marque.top-marque {
			top: 0;
			left: 30px;
			max-width: calc( 100% - 60px);
		}
		.imgtxt-list-marque.bottom-marque {
			bottom: 0;
			left: 30px;
			max-width: calc( 100% - 60px);
		}
		.imgtxt-list-marque.left-marque {
			left: 0;
			top: 0;
			flex-direction: column;
		}
		.imgtxt-list-marque.left-marque .imgtxt-list-swiper {
			writing-mode: vertical-lr;
		}
		.imgtxt-list-marque.right-marque {
			right: 0;
			top: 0;
			flex-direction: column;
		}
		.imgtxt-list-marque.right-marque .imgtxt-list-swiper {
			writing-mode: vertical-lr;
		}
		.top-marque .imgtxt-list-swiper,
		.bottom-marque .imgtxt-list-swiper {
			animation: img-text-marque 10s linear infinite;
			white-space: nowrap;
		}
		.left-marque .imgtxt-list-swiper,
		.right-marque .imgtxt-list-swiper {
			animation: img-text-marque-vertical 10s linear infinite;
			padding: 10px 5px;
		}
		@media screen and (max-width: 1200px) {
			[type="imgtxt_list_d"] .imgtxt-list-title {
				font-size: 38.15px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_list_d"] .imgtxt-list-title {
				font-size: 30.52px;
			}
		}

  #imgtxt_list1749180411462 .imgtxt-list-item{
    width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3);
  }
  #imgtxt_list1749180411462 .section-title{
    text-align:center;
    color:rgba(254, 160, 3, 1);
  }
  #imgtxt_list1749180411462 .section-sub-title{
    text-align:center;
    color:#333333;
  }
  @media screen and (min-width: 768px){
    #imgtxt_list1749180411462 .imgtxt-list-item:nth-child(3n){
      margin-right: 0 ;
    }
  }
  @media screen and (min-width: 1200px){
    #imgtxt_list1749180411462 .section-title{
      font-size:44px;
    }
    #imgtxt_list1749180411462 .section-sub-title{
    font-size:30px;
    }
  }
  @media screen and (max-width: 767px){
    #imgtxt_list1749180411462 .imgtxt-list-item{
      width: calc(100% / 3 - var(--v-space) * (3 - 1) / 3);
    }
    #imgtxt_list1749180411462 .imgtxt-list-item:nth-child(3n){
      margin-right: 0 ;
    }
  }
    #imgtxt_list_item1749180411462 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1749180411462 {
      align-items: flex-start;
    }
    #imgtxt_list_item1749180411462 .imgtxt-list-title{
      color: #333333;
    }
    #imgtxt_list_item1749180411462 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_item1749180411462 .imgtxt-list-btn{
      color: #ffffff;
      background-color: rgba(254, 160, 3, 1);
      border-color: rgba(254, 160, 3, 1);
      --color: #ffffff;
      --bg-color: rgba(254, 160, 3, 1);
      --border-color: rgba(254, 160, 3, 1);
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_item1749180411462 .imgtxt-list-title{
			  font-size: 16px;
      }
      #imgtxt_list_item1749180411462 .imgtxt-list-text{
        font-size: 16px;
      }
      #imgtxt_list_item1749180411462 .imgtxt-list-btn{
        font-size: 12px;
      }
    }
    @media screen and (max-width: 767px){
    }
    #imgtxt_list_item1749180411463 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1749180411463 {
      align-items: flex-start;
    }
    #imgtxt_list_item1749180411463 .imgtxt-list-title{
      color: #333333;
    }
    #imgtxt_list_item1749180411463 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_item1749180411463 .imgtxt-list-btn{
      color: #ffffff;
      background-color: rgba(254, 160, 3, 1);
      border-color: rgba(255, 160, 3, 1);
      --color: #ffffff;
      --bg-color: rgba(254, 160, 3, 1);
      --border-color: rgba(255, 160, 3, 1);
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_item1749180411463 .imgtxt-list-title{
			  font-size: 16px;
      }
      #imgtxt_list_item1749180411463 .imgtxt-list-text{
        font-size: 16px;
      }
      #imgtxt_list_item1749180411463 .imgtxt-list-btn{
        font-size: 13px;
      }
    }
    @media screen and (max-width: 767px){
    }
    #imgtxt_list_item1749180411464 .imgtxt-list-content{
      text-align: left;
    }
    #imgtxt_list_item1749180411464 {
      align-items: flex-start;
    }
    #imgtxt_list_item1749180411464 .imgtxt-list-title{
      color: #333333;
    }
    #imgtxt_list_item1749180411464 .imgtxt-list-image {
      padding-bottom: 100%;
    }
    #imgtxt_list_item1749180411464 .imgtxt-list-btn{
      color: #ffffff;
      background-color: rgba(254, 160, 3, 1);
      border-color: rgba(254, 160, 3, 1);
      --color: #ffffff;
      --bg-color: rgba(254, 160, 3, 1);
      --border-color: rgba(254, 160, 3, 1);
    }
    @media screen and (min-width: 1200px){
      #imgtxt_list_item1749180411464 .imgtxt-list-title{
			  font-size: 18px;
      }
      #imgtxt_list_item1749180411464 .imgtxt-list-text{
        font-size: 16px;
      }
      #imgtxt_list_item1749180411464 .imgtxt-list-btn{
        font-size: 13px;
      }
    }
    @media screen and (max-width: 767px){
    }
  #imgtxt_list1749180411462 .imgtxt-list-more{
    background-color:#ffffff;
    color:#333333;
    border-color:#333333;
  }

  @media screen and (min-width: 768px) {
      #content_blog1748485176509 .content-blog-item {
        width: calc((100% - var(--v-space) * 3) / 4);
      }
       #content_blog1748485176509 .content-blog-item:nth-child(4n) {
        margin-right: 0;
      }

   
  }
  @media screen and (min-width: 1200px){
    #content_blog1748485176509{
     --section-title-size:40px;
     --section-subtitle-size:16px;
    }
  }
  #content_blog1748485176509{
    --section-title-align:left;
  }
  #content_blog1748485176509 .section-title{
    color:#333333;
  }
  #content_blog1748485176509 .section-sub-title{
    color:#333333;
  }

  /* index_css blog start */
  .content-blog-list {
    display: flex;
    flex-wrap: var(--content-blog-list-wrap,wrap);
  }

  .content-blog-item {
    margin: var(--content-blog-item-margin, 0 var(--v-space) var(--h-space) 0);
  }

  .content-blog-cover {
    padding-bottom: 66.67%;
  }

  .content-blog-body {
    padding: var(--content-blog-body-padding,14px 14px 0) ;
  }
  
  .content-blog-title {
    margin-bottom: var(--content-blog-title-bottom,14px);
    font-size: var(--content-blog-title-size,16px);
    line-height: calc(var(--content-blog-title-size,16px) + 8px);
    font-weight: var(--content-blog-title-weight,700);
    color:var(--theme-font-color);
  }

  .content-blog-info {
    display: flex;
    justify-content:var(--content-blog-info-justify-content, space-between);
    align-items: center;
    margin-bottom: var(--content-blog-info-bottom,14px);
  }

  .content-blog-time {
    color: var(--theme-font-color-sub);
    font-size: var(--content-blog-time-size,14px);
  }

  .content-blog-content {
    font-size:var(--content-blog-content-size,14px);
  }

  .content-blog-read {
    display: block;
    margin-top: var(--content-blog-content-bottom,6px);
    color: var(--content-blog-redmore-color,var(--highlight-font-color));
    text-decoration: underline;
    font-size: var(--content-blog-redmore-size, 14px);
  }

  .content-blog .prev-btn,.content-blog .next-btn {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .content-blog{
      --content-blog-list-wrap:nowrap;
      --content-blog-item-margin: 0;
      overflow: hidden;
    }

    .content-blog-item{
      width: 100%;
    }
    .content-blog-title{
      width: auto;
    }

    .content-blog .list-more-button{
      margin: var(--list-more-top) 0 0;
    }
  }
  /* index_css blog end */


  #imgtxt_single_c1748426426910 .imgtxt-single-image{
    --imgtxt-single-image-padding-bottom: calc(31.60% * var(--imgtxt-single-img-ratio, 0.5));
  }
  @media screen and (max-width: 767px){
    #imgtxt_single_c1748426426910 .imgtxt-single-image{
      --imgtxt-single-image-padding-bottom: 31.60%;
    }
  }
  #imgtxt_single_c1748426426910 .content-title{
    color: #facc36;
    text-align:left;
  }
   #imgtxt_single_c1748426426910 .imgtxt-single-content{
    text-align:left;
  }
  #imgtxt_single_c1748426426910 .imgtxt-single-btn{
    text-align:left;
  }
  #imgtxt_single_c1748426426910 .button{
    color: #ffffff;
    background-color:#169bd5;
    border-color:#169bd5;
    --color: #ffffff;
    --bg-color:#169bd5;
    --border-color:#169bd5;
  }
    [data-section-id="imgtxt_single_c1748426426910"]{
      --imgtxt-list-bg-color:#32A861;
    }
    #imgtxt_single_c1748426426910{
      background-color:var(--imgtxt-list-bg-custom,#32A861);
    }

  @media screen and (min-width: 1200px){
    #imgtxt_single_c1748426426910 .content-title{
      font-size:130px;
    }
    #imgtxt_single_c1748426426910 .imgtxt-single-content{
      font-size:74px;
    }
    #imgtxt_single_c1748426426910 .button{
      font-size:13px;
    }
  }

   /* index_css imgtxt_single start */
  .imgtxt-single {
    display: flex;
    justify-content: space-between;
    align-items: var(--imgtxt-single-align-items, center);
  }

  .imgtxt-single-image {
    padding-bottom: var(--imgtxt-single-image-padding-bottom, 48%);
    width:var(--imgtxt-single-image-width, 50%);
  }

  .imgtxt-single-text {
    display: flex;
    flex-direction: column;
    justify-content: var(--imgtxt-single-body-justify-content, center);
    align-items: var(--imgtxt-single-body-align,flex-start);
    width:var(--imgtxt-single-text-width, 50%);
    padding : var(--imgtxt-single-body-slide-padding,0 80px);
    line-height:var(--imgtxt-single-text-line-height, 1.5);
  }

  .imgtxt-single-title {
    width: 100%;
    margin-bottom: var(--imgtxt-single-title-bottom,40px);
    text-align: var(--imgtxt-single-text-align,left);
    font-size: var(--section-title-size);
    font-weight: var(--imgtxt-single-text-weight, 700);
  }

  .imgtxt-single-content {
    width: 100%;
    margin-bottom: var(--imgtxt-single-text-bottom,50px);
    text-align: var(--imgtxt-single-text-align,left);
    font-size:var(--imgtxt-single-text-size, 14px);
    white-space: pre-wrap;
  }
  .imgtxt-single-btn {
    width:100%;
  }
  @media screen and (max-width: 1200px) {
    [data-section-type="imgtxt_single"] {
      --imgtxt-single-title-bottom: 10px;
      --imgtxt-single-text-bottom: 10px;
      --imgtxt-single-body-slide-padding: 20px;
    }
  }

  @media screen and (max-width: 767px) {
    [data-section-type="imgtxt_single"]{
      --imgtxt-single-image-padding-bottom: 100%;
      --imgtxt-single-title-bottom: 15px;
      --imgtxt-single-text-bottom: 15px;
      --imgtxt-single-body-slide-padding: 10px;
      --imgtxt-single-body-align: center;
      --imgtxt-single-text-align: center;
    }
    .imgtxt-single {
      --imgtxt-single-text-width: 100%;
      --imgtxt-single-image-width: 100%;
      flex-direction: column;
    }
  }
  /* index_css imgtxt_single end */

		[type="imgtxt_single_b"] {
			--section-wrapper-padding: 0;
			--max-width: 100%;
			display: flex;
			margin-bottom: var(--section-space);
			background-color:var(--imgtxt-list-bg-color);
			overflow: hidden;
		}
		[type="imgtxt_single_b"] .imgtxt-single {
			justify-content: left;
			padding: 10px 0 15px;
			animation: img-text-marque 20s linear infinite;
		}
		[type="imgtxt_single_b"] .imgtxt-single-image {
			--imgtxt-single-image-width: 70px;
			--imgtxt-single-img-ratio: 0;
			--img-box-height: 70px;
			--imgtxt-single-image-padding-bottom: 0;
		}
		[type="imgtxt_single_b"] .content-title {
			white-space: nowrap;
		}
		[type="imgtxt_single_b"] .imgtxt-single-text {
			flex-direction: row;
			--imgtxt-single-title-bottom: 0;
			--imgtxt-single-text-bottom: 0;
			--imgtxt-single-body-slide-padding: 0 70px 0 70px;
			--imgtxt-single-text-width: auto;
			--imgtxt-single-text-line-height: 1.2;
		}
		[type="imgtxt_single_b"] .imgtxt-single-conten,[type="imgtxt_single_b"] .button--default  {
			display: none;
		}
		[type="imgtxt_single_b"]+[data-section-type="footer"] {
			margin-top: var(--section-space);
		}		
		@media screen and (max-width: 1200px) {
			[type="imgtxt_single_b"] .imgtxt-single-title {
				--section-title-size: 56px;
			}
			[type="imgtxt_single_b"] .imgtxt-single-image {
				--imgtxt-single-image-width: 56px;
				--img-box-height: 56px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_single_b"] .imgtxt-single {
				flex-direction: row-reverse;
				margin-bottom: 0;
			}
			[type="imgtxt_single_b"] .imgtxt-single-text .content-title {
				--section-title-size: 40px;
			}
			[type="imgtxt_single_b"] .imgtxt-single-image {
				--imgtxt-single-image-width: 40px;
				--img-box-height: 40px;
				padding-bottom: initial !important;
			}
		}
		[data-section-type="imgtxt_single_c"]{
			position:relative;
			--side-padding: 0;
			--max-width: auto;
			padding-top:40px;
		}
		[type="imgtxt_single_c"] .imgtxt-single {
			position: relative;
			overflow: hidden;
			padding-top: 40px;
			--imgtxt-single-image-width: 100%;
			--imgtxt-single-img-ratio: 1;
			--theme-img-transform: scale(1);
		}
		[type="imgtxt_single_c"] .imgtxt-single-text {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%) rotate(-2deg);
			--imgtxt-single-text-width: 100%;
			--imgtxt-single-text-line-height: 1.2;
			--imgtxt-single-body-slide-padding: 30px 0;
			overflow: hidden;
			--imgtxt-list-bg-custom: none;
		}

		[type="imgtxt_single_c"] .imgtxt-single-title{
			display: flex;
			justify-content: center;
			white-space: nowrap;
			--text-shadow-color: 72 57 9;
			text-shadow: 1px 3px 0px rgb(var(--text-shadow-color)), -1px -1px 0px rgb(var(--text-shadow-color)), -1px 1px 0px rgb(var(--text-shadow-color)), 1px -1px 0px rgb(var(--text-shadow-color)), 1px 1px 0px rgb(var(--text-shadow-color));
		}

		[type="imgtxt_single_c"] .imgtxt-single-title span {
			display: inline-block;
			padding-right: 40px;
			animation: img-text-marque 16s linear infinite;
		}

		[type="imgtxt_single_c"] .imgtxt-single-content{
			display: flex;
			justify-content: center;
			--text-shadow-color: 22 124 63;
			text-shadow: 1px 3px 0px rgb(var(--text-shadow-color)), -1px -1px 0px rgb(var(--text-shadow-color)), -1px 1px 0px rgb(var(--text-shadow-color)), 1px -1px 0px rgb(var(--text-shadow-color)), 1px 1px 0px rgb(var(--text-shadow-color));
			--imgtxt-single-text-bottom:0;
		}

		[type="imgtxt_single_c"] .imgtxt-single-content div {
			padding-right: 40px;
			white-space: nowrap;
			animation: img-text-marque 16s linear infinite reverse;
		}
		
		@media screen and (max-width: 1200px) {
			[data-section-type="imgtxt_single_c"] .imgtxt-single-title {
				font-size: 104px;
			}
			[data-section-type="imgtxt_single_c"] .imgtxt-single-content {
				font-size: 59px;
			}
		}
		@media screen and (max-width: 767px) {
			[data-section-type="imgtxt_single_c"]{
				padding-top: 19px;
			}
			[data-section-type="imgtxt_single_c"] .imgtxt-single-title {
				font-size: 40px;
				margin-bottom: 0;
				line-height: 1.4;
				text-shadow: 1px 3px 0px rgb(var(--text-shadow-color)), -1px -1px 0px rgb(var(--text-shadow-color)), -1px 1px 0px rgb(var(--text-shadow-color)), 1px -1px 0px rgb(var(--text-shadow-color)), 1px 1px 0px rgb(var(--text-shadow-color));
			}
			[data-section-type="imgtxt_single_c"] .imgtxt-single-title span {
				animation: img-text-marque 15s linear infinite;
			}
			[type="imgtxt_single_c"] .imgtxt-single-content {
				font-size: 40px;
				text-shadow: 1px 3px 0px rgb(var(--text-shadow-color)), -1px -1px 0px rgb(var(--text-shadow-color)), -1px 1px 0px rgb(var(--text-shadow-color)), 1px -1px 0px rgb(var(--text-shadow-color)), 1px 1px 0px rgb(var(--text-shadow-color));
			}

			[type="imgtxt_single_c"] .imgtxt-single-content div{ 
				animation: img-text-marque 15s linear infinite reverse;
			}
		}
		[type="imgtxt_single_d"]{
			--imgtxt-single-img-ratio:1;
			--section-wrapper-padding: 0 0 var(--section-space);
			--max-width: 100%;
		}
		[type="imgtxt_single_d"] .imgtxt-single {
			position: relative;
		}
		[type="imgtxt_single_d"] .imgtxt-single-image {
			--imgtxt-single-image-width: 100%;
		}
		[type="imgtxt_single_d"] .imgtxt-single-text {
			position: absolute;
			--imgtxt-single-text-width: 45%;
			right: 5%;
			top: 50%;
			transform: translateY(-50%);
			--imgtxt-single-body-slide-padding: 30px;
		}
		[type="imgtxt_single_d"] .img-box:hover img:not(.product-icon-img) {
			transform: scale(1);
		}
		[type="imgtxt_single_d"] .imgtxt-single-text .imgtxt-single-content {
			--imgtxt-single-text-bottom: 0;
		}
		[type="imgtxt_single_d"] .button {
			border-radius: 80px;
			font-size: 16px;
			line-height: 1.3;
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 46px;
			min-width: 140px;
		}
		
		@media screen and (min-width: 768px) {
			[data-section-type="imgtxt_single_d"] .button {
				min-width: 170px;
				min-height: 54px;
			}
		}
		@media screen and (min-width: 1200px) {
			[data-section-type="imgtxt_single_d"] .button {
				min-width: 180px;
			}
		}
		@media screen and (max-width: 767px) {
			[type="imgtxt_single_d"] .imgtxt-single-text {
				--imgtxt-single-text-width: 100%;
				--imgtxt-single-body-slide-padding: 0 15px;
				right: 0;
				top: 320px;
				transform: translateY(0);
			}
			[type="imgtxt_single_d"] .imgtxt-single-content {
				overflow: initial;
				display: block;
			}
		}

