  	/*--------carousel_home-//-------*/
.carousel_home .swiper {width: 100%;overflow: hidden;}
	
.carousel_home .swiper-slide {
		  text-align: center;
		  font-size: 18px;

}
	
.carousel_home .swiper-slide img {
		  display: block;
		  width: 100%;
		  height:auto;

}
.carousel_home  .swiper-slide {width: 100%;}
.carousel_home  .my-button-disabled{ opacity:0.2; } 

	.carousel_home{ overflow: hidden;width: 100%; position: relative;}	
	.carousel_home .swiper-button-next:after,.carousel_home .swiper-button-prev:after {
		font-family:swiper-icons;
		font-size:20px;
		text-transform:none!important;
		letter-spacing:0;
		font-variant:initial;
		color: #fff;
		line-height:1
	}
	.carousel_home .swiper-slide img {width: 100%; height: auto;}	
	.carousel_home .swiper-pagination{bottom:5%}
	.carousel_home .swiper-pagination-bullet{ width: 14px;height: 14px; background:#f0f5e9; border: 1px solid #fff; opacity:1;margin: 0px 5px;}
	.carousel_home .swiper-pagination-bullet-active{width: 14px;height: 14px; background:#1a7c50; border: 1px solid #fff;}
	
.carousel_home .swiper-button-prev { margin-left: 5%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3)
}


.carousel_home .swiper-button-next { margin-right: 5%;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3)
}
  
.carousel_home .swiper-button-next:hover {
  opacity: 0.9;
  background: #1a7c50
}
  
.carousel_home .swiper-button-prev:hover {
  opacity: 0.9;
background:#1a7c50
}
	
.carousel_home .mySwiper .swiper-pagination { bottom: 40px;width: 100%;}

@media (max-width:1300px) {
.carousel_home .mySwiper  .swiper-pagination{bottom:30px}
}
@media (max-width:750px) {
.carousel_home .mySwiper  .swiper-pagination{bottom:20px} 


.carousel_home .swiper-button-prev {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transform: scale(0.7);   }


 .carousel_home .swiper-pagination-bullet{ width: 10px;height: 10px; background: rgba(244, 240, 228, 0.5); border: 2px solid #fff; opacity:1;margin: 0px 5px;}

.carousel_home .swiper-pagination-bullet-active{width: 10px;height: 10px; background: #1a7c50; border: 1px solid #fff;}
.carousel_home .swiper-button-next {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transform: scale(0.7); 
}
}

/*--------home_ad-//-------*/


/*---------------pro--------------*/
:root {
    --gt-white: #fff;
    --gt-theme: #1a7c50;
    --gt-bg: #b8d1c7;
}

section {
  width: 94%;
    margin: 0 auto;
    padding: 0px;
}


.gt-testimonial-wrapper {
    position: relative;
}

.gt-array-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
    max-width: 660px;
}

.gt-array-button {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 0;
}

.array-prev, .array-next {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--gt-bg);
    color: var(--gt-theme);
    transition: all 0.4s ease-in-out;
    border: 0;
    font-size: 18px;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gt-array-items button{ outline: none;}
button:focus {
  outline: none;
}
.array-prev:hover, .array-next:hover {
    background-color: var(--gt-theme);
    color: var(--gt-white);
    transform: scale(1.05);
}




.gt-testimonial-box-items {
    margin-top: 0px;
    position: relative;
    z-index: 9;
    text-align: center;
    opacity: 0.6;
    transition: opacity 0.4s ease; padding-bottom: 30px;
}


.gt-testimonial-box-items .cp_title{
		font-size: 18px;font-family:'Source-Heavy';
		color: #1a7c50;
		position: absolute;
		right:15%;
		top: 10px;
		z-index: 20;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: vertical-rl;
    letter-spacing: 2px;text-align: left;
	 padding: 10px 4px; background:url(../images/i_tea-1.svg) no-repeat center 10px; background-size: 26px auto; padding-top: 40px;
	  }


.gt-testimonial-box-items::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:45%;
    content: "";
    z-index: -1;
    opacity: 0.32;
    border-radius: 15px;
}
.gt-testi-thumb {max-width: 440px;width: auto; height: auto; margin: 0 auto;}
.gt-testi-thumb img{width: 100%; height: auto;}

.gt-testimonial-box-items .gt-testi-content {
    padding: 0 55px;
    margin-top: 20px; font-size: 20px; color: #1a7c50; line-height: 190%;opacity: 0;
}

.gt-testimonial-wrapper .gt-testimonial-content-slider .swiper-slide-active .gt-testimonial-box-items .gt-testi-content {color: #fff; opacity: 1;}

.gt-testimonial-wrapper .gt-testimonial-content-slider .swiper-slide-active .gt-testimonial-box-items{transform: scale(1.01);}
 @media (max-width:1600px) {
.gt-testimonial-box-items .cp_title{right:12%;}
}

@media (max-width:1400px) {
.gt-testi-thumb {max-width: 325px;}
.array-prev, .array-next {
width: 46px;
height: 46px;
line-height: 46px;}
.gt-testimonial-box-items .gt-testi-content {font-size: 18px;}
.gt-testimonial-box-items .cp_title{font-size: 16px; background:url(../images/i_tea-1.svg) no-repeat center 10px; background-size: 24px auto; padding-top: 37px;}

.gt-testimonial-box-items .cp_title{right:14%;}
}
 @media (max-width:1200px) {
.gt-testimonial-box-items .cp_title{right:15%;}
}
 @media (max-width:900px) {
.gt-testimonial-box-items .cp_title{right:20px;}

.gt-testimonial-box-items::before {height:35%;border-radius: 10px;}
}

@media (max-width: 767px) {
.gt-testimonial-box-items .gt-testi-content {font-size: 16px;}
   .gt-testi-thumb {max-width: 80%;}
    .gt-testimonial-box-items .cp_title{right:15%;}
   .array-prev, .array-next {
    width: 36px;
    height: 36px;
    line-height: 36px;}
.gt-testimonial-box-items .cp_title{font-size: 14px;background:url(../images/i_tea-1.svg) no-repeat center 5px; background-size: 20px auto;padding-top: 30px;max-height:190px; letter-spacing: 1px;}

}



 @media (max-width:750px) {
    .gt-testimonial-box-items{width: 80%; margin: 0 auto; margin-top: 30px;}
 }

 @media (max-width:640px) {
    .gt-testimonial-box-items .cp_title{right:17%;}
    .gt-testimonial-box-items{width: 90%; margin: 0 auto;}
    .gt-testi-thumb {max-width: 85%;}
 }


.gt-testimonial-wrapper .gt-testimonial-content-slider .swiper-slide-active .gt-testimonial-box-items {
    opacity: 1;z-index: 9;
}

.gt-testimonial-wrapper .gt-testimonial-content-slider .swiper-slide-active .gt-testimonial-box-items::before {

    opacity: 1;
 background:url(../images/cpsm_bg.png) no-repeat  top; background-size: cover
}



.gt-testimonial-wrapper .gt-testimonial-slider-thumb {
    max-width: 380px;
    height: 100px;
    padding: 0 ;
    margin: 0;
    background: transparent;
    overflow: hidden;
}

@media (max-width: 575px) {
.gt-testimonial-wrapper .gt-testimonial-slider-thumb {max-width: 240px;}
}

@media (max-width: 380px) {
.gt-testimonial-wrapper .gt-testimonial-slider-thumb { max-width: 90px;}
}

.gt-testimonial-wrapper .gt-testimonial-slider-thumb img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gt-testimonial-wrapper .gt-testimonial-slider-thumb .swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.gt-testimonial-wrapper .gt-testimonial-slider-thumb .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.gt-testimonial-wrapper .gt-testimonial-slider-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.gt-testimonial-wrapper .gt-testimonial-slider-thumb .swiper-slide-thumb-active img {
    transform: scale(1.2);
    position: relative;
    z-index: 9;
    border: 2px solid var(--gt-theme);
    box-shadow: 0 4px 12px rgba(5, 52, 30, 0.3); padding: 4px;
}




/*--------home_join-//-------*/
.home_join .swiper {width: 100%;overflow: hidden;}
.home_join .swiper-slide {text-align: center;font-size: 18px;}
	
.home_join .swiper-slide img {
		  display: block;
		  width: 100%;
		  height:auto; position: relative;

}



.home_join .swiper-slide::before{width: 100%; height: 100%;content: "";background:rgba(0, 0, 0, 0.3);top:0;left:0; position: absolute;z-index: 2;}

.home_join  .swiper-slide {width: 100%;}
.home_join  .my-button-disabled{ opacity:0.2; } 

	.home_join{ overflow: hidden;width: 100%; position: relative;}	
	.home_join .swiper-button-next:after,.home_join .swiper-button-prev:after {
		font-family:swiper-icons;
		font-size:18px;
		text-transform:none!important;
		letter-spacing:0;
		font-variant:initial;
		color: #fff;
		line-height:1
	}
	.home_join .swiper-slide img {width: 100%; height: auto;}	
	.home_join .swiper-pagination{bottom:5%;z-index: 20;}
	.home_join .swiper-pagination-bullet{ width: 10px;height: 10px; background: rgba(255,255,255,0.5); border: 1px solid #fff; opacity:1;margin: 0px 5px;}
	.home_join .swiper-pagination-bullet-active{width: 10px;height: 10px; background:#1a7c50; border: 1px solid #fff;}
	
.home_join .swiper-button-prev { left:2%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(26, 124, 80, 0.7);
  z-index: 20;top:52%
}




.home_join .swiper-button-next {right: 2%;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(26, 124, 80, 0.7);
   z-index: 20;top:52%
}
  
.home_join .swiper-button-next:hover {
  opacity: 0.9;
  background: #1a7c50
}
  
.home_join .swiper-button-prev:hover {
  opacity: 0.9;
background:#1a7c50
}
	
.home_join .mySwiper .swiper-pagination { bottom: 40px;width: 100%;}

@media (max-width:1300px) {
.home_join .mySwiper  .swiper-pagination{bottom:30px}

.home_join .swiper-button-next:after,.home_join .swiper-button-prev:after {font-size:16px;}
}

@media (max-width:750px) {
.home_join .mySwiper  .swiper-pagination{bottom:20px} 


.home_join .swiper-button-prev {
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: scale(0.7);  
}

.home_join .swiper-button-next:after,.home_join .swiper-button-prev:after {font-size:14px;}
.home_join .swiper-pagination-bullet{ width: 8px;height: 8px; background: rgba(255,255,255,0.5); border: 2px solid #fff; opacity:1;margin: 0px 5px;}

.home_join .swiper-pagination-bullet-active{width: 8px;height: 8px; background: #1a7c50; border: 1px solid #fff;}
.home_join .swiper-button-next {
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: scale(0.7); 
}
}




/*-----scrolling_item4------*/

.scrolling_item4{overflow: hidden;padding: 0px; margin: 0;}
.scrolling_item4 .swiper-button-next:after {color: #ffffff;font-size: 16px;}
.scrolling_item4 .swiper-button-prev:after {color: #ffffff;font-size: 16px;}
.scrolling_item4 .swiper-button-next:hover:after,.scrolling_item4 .swiper-button-prev:hover:after {color: #ffffff;font-size: 16px;}
.scrolling_item4 .swiper-button-next{margin-top: -30px;background:  rgba(0, 0, 0, 0.2); height: 30px;width: 30px; border-radius: 50%;}
.scrolling_item4 .swiper-button-prev{margin-top: -30px;background:  rgba(0, 0, 0, 0.2); height: 30px;width: 30px; border-radius: 50%;}
.scrolling_item4 .swiper-button-next:hover {
	opacity: 1;
	background:  rgba(0, 0, 0, 0.4);
  }

  .scrolling_item4 .swiper-button-prev:hover {
	opacity: 1;
	background:  rgba(0, 0, 0, 0.4);
  }

.scrolling_item4 .swiper-slide img {
		  display: block;
		  width: 100%;
		  height:auto;

}

.scrolling_item4 .swiper-pagination-bullet-active {background:#008844;}

.scrolling_item4 .swiper-wrapper {padding-bottom:40px}


/*-----scrolling_item4-//-----*/



	/*--------case--------*/
	.case_gd_box{position: relative; padding: 0px 0px 30px 0px; margin: 0px;}
	.case_gd_box .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8); opacity: 0.7;
  }



  .case_gd_box .swiper-slide img{width: 100%; height: auto;}
  .case_gd_box .swiper-wrapper{margin: 0px; padding-bottom: 20px; padding: 0px; }
  .case_gd_box .swiper-slide-active,.case_gd_box .swiper-slide-duplicate-active{
    transform: scale(1);opacity: 1;
  }
  .case_gd_box .swiper-container {margin: 0px;}
  .case_gd_box .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1a7c50;
    width: 10px;
    height: 10px;
  }

.case_gd_box .swiper-slide-active .Case-witness{ background: #1ec28e;}
.case_gd_box .swiper-slide-active .Case-witness .Case-witness_info dl dt{color: #fff;}
.case_gd_box .swiper-slide-active .Case-witness .Case-witness_desc{color: #fff;}
.case_gd_box .swiper-slide-active .Case-witness .Case-witness_info .btn_xx{ background: #fff;color: #1ec28e;}



  .case_gd_box{  width: 94%; margin: 0 auto;}
  .case_gd_box .swiper-pagination{bottom:-10px}


  .case_gd_box .swiper-button-next:after,.swiper-button-prev:after {
      font-family:swiper-icons;
      font-size:20px;
      text-transform:none!important;
      letter-spacing:0;
      font-variant:initial;
      color: #fff;
      line-height:1
  }
  

  .case_gd_box .swiper-button-prev { 
        width: 40px;
        height: 40px;
        border-radius: 50%;
background: rgba(0, 0, 0, 0.3)
      }
  
      .case_gd_box .swiper-button-next { 
        font-size: 14px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
background: rgba(0, 0, 0, 0.3)
      }
    
      .case_gd_box .swiper-button-next:hover {
        opacity: 1;
       background: rgba(26,124, 80, 0.8);
      }
    
      .case_gd_box .swiper-button-prev:hover {
        opacity: 1;
 background: rgba(26,124, 80, 0.8);
      }
  

      @media (max-width:750px) {
        .case_gd_box .swiper-button-prev {
        font-size: 14px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
background: rgba(0, 0, 0, 0.3);
        transform: scale(0.7);   }
  .case_gd_box .swiper-button-next {
        font-size: 14px;
        width: 34px;
        height: 34px;
        border-radius: 50%;
      background: rgba(0, 0, 0, 0.3);
        transform: scale(0.7); 
      }
	    .case_gd_box .swiper-button-next:after,.swiper-button-prev:after {
			font-size: 16px;
		}
  }

  .case_gd_box .swiper-pagination,.case_gd_box .swiper-pagination-fraction{color: #1a7c50;font-size: 18px;}

