@font-face {
    font-family: 'PoppinsRegular';
    src: url('/wp-content/themes/botanical/assets/fonts/Poppins-Regular.eot');
    src: url('/wp-content/themes/botanical/assets/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Regular.woff2') format('woff2'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Regular.woff') format('woff'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Regular.ttf') format('truetype'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('/wp-content/themes/botanical/assets/fonts/Poppins-Medium.eot');
    src: url('/wp-content/themes/botanical/assets/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Medium.woff2') format('woff2'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Medium.woff') format('woff'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Medium.ttf') format('truetype'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('/wp-content/themes/botanical/assets/fonts/Poppins-SemiBold.eot');
    src: url('/wp-content/themes/botanical/assets/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-SemiBold.woff') format('woff'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('/wp-content/themes/botanical/assets/fonts/Poppins-Bold.eot');
    src: url('/wp-content/themes/botanical/assets/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Bold.woff2') format('woff2'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Bold.woff') format('woff'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Bold.ttf') format('truetype'),
        url('/wp-content/themes/botanical/assets/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
  overflow-x: hidden;
  font-family: 'PoppinsRegular' !important;
}
body p,body{
  color: #121212;
  font-size: 16px;
  line-height: 24px;
}
body p{
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
  touch-action: none;
  touch-action: pan-y;
}
dl {
margin: 0;
}

dt {
font-weight: normal;
}

ul,
li {
list-style-type: none;
margin: 0;
font-family: 'PoppinsRegular';
}
summary {
  list-style: none;
}
h1,h2,h3,h4,h5,h6{
  font-weight: var(--heading--font-weight-strong) !important;
}
h1,h2,.h1,.h2{
  color: #000000;
  font-family: 'PoppinsSemiBold' !important;
}
h3,h4,h5,h6,.h3,.h4,.h5,.h6{
  color: #000000;
  font-family: 'PoppinsMedium' !important;
  font-weight: 400 !important;
}
a{
  text-decoration: none;
  outline: none;
  font-family: 'PoppinsRegular' !important;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus {
  text-decoration: none !important;
  outline: none !important;
  background-color: transparent !important;
  color: inherit !important;
}
img {
border: 0;
vertical-align: middle;
transition: all 0.6s;
}
table {
border-collapse: collapse;
table-layout: fixed;
width: 100% !important;
word-wrap: break-word;
}
td{
  width: fit-content;
}
input,
textarea,
select,
button {
border: 0;
outline: none;
}
.m-35{
  margin-top: 35px;
}
.m-55{
  margin-top: 55px;
}
.aligncenter{
  display: flex !important;
  justify-content: center !important;
}
.alignrights{
  text-align: right;
}
.mt-base{
  margin-top: 50px;
}
.pt-base{
  padding: 80px 0;
}
.width_800{
  max-width: 800px;
  margin: 0 auto;
}
.vc_row.container{
  margin: 0 auto !important;
}
/* header */
.head_up{
  background-color: #f4fafa;
  padding: 11.5px 0;
}
.head_up_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.head_contact{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  column-gap: 20px;
}
.head_contact p{
  margin: 0;
  font-size: 16px;
  color: #219c99;
}
.head_contact p img{
  display: inline-block;
  margin-right: 5px;
}
.head_social{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.head_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.head_menu{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  column-gap: 35px;
}
.head_menu .menu-item a{
  font-size: 16px;
  color: #444444 !important;
  font-family: 'PoppinsMedium' !important;
  text-transform: capitalize;
  text-decoration: none !important;
  position: relative;
  padding: 15px 0 !important;
}
.head_menu .menu-item a:hover,
.head_menu .current_page_item > a{
  color: #219c99 !important;
}
.head_menu #primary-menu-list > .menu-item > a::before{
    position: absolute;
    width: 0;
    content: "";
    height:3px;
    transition: all .5s ease-out 0s;
    background: #219c99;
    top: 0;
    left: 0;
}
.menu_search .menu-item a::before{
  display: none;
}
.head_menu .menu-item a:hover::before,
.head_menu .current-menu-item a::before{
  width: 100%;
}
.head_main .container{
  display: block;
}
.head_menu .primary-navigation > div > .menu-wrapper{
  column-gap: 35px;
}
.head_main {
  padding: 10.5px 0;
}
.lan{
  display: inline-block;
  margin: 0;
}
.lan .textwidget>ul {
  float: right;
  margin-left: 10px;
}
.lan li.choose-site img{
  width: 24px;
}
.lan li.choose-site {
  position: relative;
}
.lan li.choose-site ul {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #ffffff;
  width: 90px;
  border: 1px solid #e3e3e3;
  z-index: 10;
}
.lan li.choose-site>ul>li>a {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 100%;
  text-align: left;
  height: auto;
  line-height: 26px;
  font-size: 14px;
  color:#000000;
  text-align: center;
  font-weight: 500;
}
.lan li.choose-site>ul>li:last-child>a {
  border-bottom: none;
}
.lan li.choose-site>ul>li>a:hover, .lan li.choose-site>ul>li:hover>a {
  background-color: #219c99;
  color: #ffffff;
}
.lan li.choose-site ul li {
  margin: 0;
  width: 100%;
}
.lan li.choose-site ul li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.lan li.choose-site>a {
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #444444;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
}
.lan li.choose-site>a:hover{
  cursor: pointer;
}
.lan li.choose-site>a .fa{
  margin-left: 10px;
}
.lan li.choose-site>a::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/06/global.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.menu_search {
    padding-left: 20px;
}
.slide_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}
.slide_content h2{
    font-size: 48px;
    color: #111111;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: 'PoppinsSemiBold' !important;
    text-align: center;
}
.slide_content p{
    font-size: 16px;
    color: #444444;
    margin-bottom: 20px;
    text-align: center;
}
.slide_box .subtitle{
  font-size: 24px;
  color: #111111;
  text-align: center;
  margin-bottom: 0;
}
.btn_dark{
  background-color: #219c99;
  color: #ffffff;
  width: 260px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'PoppinsSemiBold' !important;
  line-height: 1;
  transition: all ease 0.3s;
  border: 1px solid #219c99;
  text-transform: uppercase;
}
.btn_dark:hover{
  background-color: #ffffff;
  color: #219c99;
}
.btn_light{
  background-color: transparent;
  color: #ffffff;
  width: 260px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'PoppinsSemiBold' !important;
  line-height: 1;
  transition: all ease 0.3s;
  border: 1px solid #ffffff;
  text-transform: uppercase;
}
.btn_light:hover{
  border: 1px solid #219c99;
  color: #219c99;
}
.slide_box .btn_dark{
  margin: 0 auto;
}
.slide_box {
    width: 540px;
    height: 220px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px 45px;
    border-radius: 30px;
}
.swiper-pagination-bullet{
  background-color: #ffffff;
}
.swiper-pagination-bullet-active{
  transform: scale(1.3);
}
.home_cat_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.home_cat_item{
  width: 32%;
  border-radius: 12px;
  overflow: hidden;
}
.home_cat_item a{
  position: relative;
  display: block;
}
.home_cat_item a::before{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.25);
}
.home_cat_flex{
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  padding: 0 25px;
}
.home_cat_content .h3{
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  transform: translateY(22px);
}
.more_link{
  font-size: 16px;
  font-family: 'PoppinsBold' !important;
  text-decoration: underline;
  color: #ffffff;
  opacity: 0;
  transition: all ease 0.4s;
  transform: translateY(45px);
}
.home_cat{
  padding: 90px 0;
}
.heading_h2{
  font-size: 44px;
  color: #219c99;
  text-align: center;
}
.heading_h3{
  font-size: 30px;
  color: #219c99;
  text-align: center;
  font-family: 'PoppinsBold' !important;
}
.content_p{
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  text-align: center;
  margin: 20px 0 30px 0;
}
.blogFeedItemText:hover .more_link,
.home_cat_item:hover .more_link{
  opacity: 1;
  transform: translateY(15px);
}
.home_cat_item:hover .h3{
  font-size: 24px;
  transform: translateY(0);
}
.home_cat_icon {
    position: relative;
    width: 21%;
    height: 72px;
}
.home_cat_icon::before{
  content: '';
  display: block;
  position: absolute;
  left: 6.5px;
  top: 6.5px;
  width: 59px;
  height: 59px;
  background-color: transparent;
  transition: all ease 0.3s;
  border-radius: 50%;
}
.home_cat_item:hover .home_cat_icon::before{
  background-color: #219c99;
}
.home_cat_content {
    width: 79%;
}
.home_cat_icon img{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.home_product{
  padding: 90px 0;
  background-color: #f7f7f7;
}
.home_product_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  row-gap: 35px;
  flex-wrap: wrap;
  margin: 50px 0 30px;
}
.home_product_item{
  width: 23.5%;
  text-align: center;
}
.home_product_item p a,
.home_product_item a p{
  font-size: 17px;
  line-height: 26px;
  color: #444444;
  margin: 20px 0 0 0;
  transition: all ease 0.3s;
}
.home_product_item img{
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all ease 0.3s;
}
.home_product_item:hover img{
  border: 1px solid #219c99;
}
.home_product_item:hover a,
.home_product_item:hover p{
  color: #219c99;
}
.home_about{
  padding: 90px 0;
}
.home_about_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.home_about_item{
  width: 48%;
}
.home_about_item:nth-child(1) a{
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home_about_item:nth-child(1) .player{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.home_about_item:nth-child(2) h2{
  text-align: left;
  margin-bottom: 20px;
}
.home_about_item:nth-child(2) p{
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
.home_about_item .btn_dark{
  margin-top: 25px;
}
.player .fa {
    color: #219c99;
    background-color: #ffffff;
    font-size: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    border: 1px solid #ffffff;
}
.home_about_item:nth-child(1):hover .fa{
    background-color: transparent;
    border: 1px solid #219c99;
}
.stats-top .stats-number,
.counter_suffix{
  font-size: 72px !important;
  color: #ffffff;
  font-family: 'PoppinsSemiBold' !important;
}
.stats-block .stats-text{
  font-size: 16px !important;
  color: #ffffff;
  font-family: 'PoppinsMedium' !important;
}
.stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block {
    margin-bottom: 0 !important;
    padding: 35px;
}
.home_counter_box .wpb_column:nth-child(1) > .vc_column-inner .wpb_wrapper .stats-block{
  padding-left: 50px;
}
.home_counter_box .wpb_column:nth-child(1) > .vc_column-inner{
  background-color: #7cc2c1;
}
.home_counter_box .wpb_column:nth-child(2) > .vc_column-inner{
  background-color: #66b8b6;
}
.home_counter_box .wpb_column:nth-child(3) > .vc_column-inner{
  background-color: #51aeac;
}
.home_counter_box .wpb_column:nth-child(4) > .vc_column-inner{
  background-color: #7cc2c1;
}
.home_counter_box .wpb_column:nth-child(5) > .vc_column-inner{
  background-color: #3aa4a1;
}
.stats-top .aio-icon-top, .stats-top .stats-desc {
  text-align: left !important;
}
.home_counter_box{
  border-radius: 12px;
  overflow: hidden;
}
.home_market{
  padding: 90px 0;
}
.home_market_item a{
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.home_market_item a img{
  transition: all ease 0.3s;
}
.home_market_item a:hover img{
  transform: scale(1.05);
}
.home_market_item p{
  position: absolute;
  left: 25px;
  bottom: 25px;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-family: 'PoppinsMedium' !important;
}
.home_market_box{
  position: relative;
  margin: 35px 0 50px 0;
}
.swiper-button-next-cer,
.swiper-button-next-clean,
.swiper-button-next-factory,
.swiper-button-next-related,
.swiper-button-next-market{
  right: -70px;
}
.swiper-button-prev-cer,
.swiper-button-prev-clean,
.swiper-button-prev-factory,
.swiper-button-prev-related,
.swiper-button-prev-market{
  left: -70px;
}
.swiper-button-next::after{
  content: "\f178";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ffffff;
}
.swiper-button-prev::after{
  content: "\f177";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ffffff;
}
.swiper-button-next,
.swiper-button-prev{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #219c99;
}
.home_choose{
  padding: 90px 0;
  background-color: #f9fbfb;
}
.home_choose_box{
  margin: 35px 0 50px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 20px;
  flex-wrap: wrap;
}
.home_choose_item{
  background-color: #ffffff;
  width: 49%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: start;
  column-gap: 30px;
  padding: 40px 25px;
  border-radius: 8px;
  transition: all ease 0.3s;
}
.home_choose_item:hover{
  background-color: #f4fafa;
  box-shadow: 0px 1px 6px 1px #999;
}
.home_choose_content h3{
  font-size: 20px;
  color: #219c99;
  margin: 0 0 10px 0;
}
.home_choose_content p{
  line-height: 26px;
}
.home_certification{
  padding: 90px 0;
}
.home_certification_box{
  margin-top: 50px;
}
.quality_certificate .swiper-pagination-bullet,
.about_history_box .swiper-pagination-bullet,
.about_processing_box .swiper-pagination-bullet,
.home_certification_box .swiper-pagination-bullet{
  background-color: #259a97;
}
.home_certification_box .swiper-wrapper{
  height: 180px;
}
.about_processing_box .swiper-wrapper{
  height: 270px;
}
.home_certification_item{
  overflow: hidden;
}
.home_certification_item img{
  transition: all ease 0.3s;
}
.home_certification_item:hover img{
  transform: scale(1.05);
}
.home_blog{
  padding: 40px 0 90px 0;
}
.home_blog_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  justify-content: space-between;
  row-gap: 35px;
  margin: 50px 0;
}
.home_blog_item{
  width: 32.5%;
  background-color: #f9fbfb;
  border-radius: 8px;
  transition: all ease 0.3s;
  overflow: hidden;
}
.home_blog_item:hover{
  transform: translateY(-15px);
}
.home_blog_content{
  padding: 30px;
}
.home_blog_content .h3{
  font-size: 20px;
  line-height: 26px;
  color: #219c99;
  font-family: 'PoppinsMedium' !important;
  margin: 0 0 15px 0;
}
.home_blog_item p{
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_blog_item .preTitle {
    display: block;
    color: #9c9c9c;
    text-transform: uppercase;
    font-size: 14px;
}
.blogFeedItemText .more_link,
.home_blog_item .more_link{
  color: #219c99;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 0;
}
.home_cta{
  background-image: url('/wp-content/uploads/2025/06/cta.jpg');
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.home_cta_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.home_cta_item:nth-child(1){
  width: 65%;
}
.home_cta_item:nth-child(2){
  width: 25%;
}
.home_cta_item:nth-child(1) h2{
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 25px;
}
.home_cta_item:nth-child(1) p{
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0;
}
.home_cta_item:nth-child(2){
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-items: flex-end;
}
footer {
    background-color: #f9fbfb;
}
.foot_up{
  padding: 80px 0;
}
.foot_up_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}
.foot_item.foot_item_logobox{
  width: 24%;
}
.foot_item.foot_item_contactbox{
  width: 32%;
}
.foot_item h3{
  font-size: 18px;
  color: #259a97;
  margin: 0 0 15px 0;
  font-family: 'PoppinsSemiBold' !important;
}
.foot_item .menu_link{
  padding: 0;
  margin: 0;
}
.foot_item .menu_link a{
  font-size: 15px;
  line-height: 28px;
  color: #444444;
}
.foot_item .menu_link a:hover{
  color: #219c99;
}
.foot_item_logobox p{
  font-size: 15px;
  line-height: 20px;
  color: #444444;
}
.foot_item_contactbox p{
  font-size: 15px;
  color: #444444;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  column-gap: 8px;
}
.foot_des{
  margin: 20px 0;
}
.foot_item_logobox .head_social{
  width: inherit;
  column-gap: 15px;
}
.foot_item_contactbox p img {
    margin-top: 6px;
}
.foot_down p{
  text-align: center;
  font-size: 14px;
  color: #444444;
  margin-bottom: 0;
}
.foot_down{
  padding: 30px 0;
}
.return-top {
  background: #219c99;
  border: 1px solid #219c99;
  bottom: 100px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  cursor: pointer;
  transition: all 0.9s ease;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.return-top.hide{
  bottom: -40px;
}
.return-top:hover{
  background: transparent;
  color:#219c99;
}
.box.box-active:not(.no-animation) {
  animation: navslide .5s ease forwards;
}
@keyframes navslide{
  from{
      opacity:0;
      -webkit-transform:translate3d(0,-10px,0);
      transform:translate3d(0,-10px,0)
  }
  to{
      opacity:1;
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0)
  }
}
.hidden-sm{
  display: block !important;
}
.box.header-bottom.hidden-sm {
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  border-bottom: 1px solid transparent;
}
.box.header-bottom.box-active {
  position: fixed;
  z-index: 9999;
  height: 98px;
  background: #ffffff !important;
  box-shadow: 0 16px 24px rgb(14 13 18 / 7%);
  top: 0;
}
.box.header-bottom.box-active .head_main_box{
  display: none;
}
.box.header-bottom.box-active .head_logo img{
  width: 120px;
}
.box.header-bottom.box-active .head_box {
  padding: 10px 0;
}
.box-active .head_up{
  display: none;
}
.head_logo h1,
.head_logo a{
  line-height: 0;
}
/* category */
.top_banner{
  height: 400px;
  position: relative;
}
.top_banner img{
  height: 100%;
  object-fit: cover;
}
.top_banner_box{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.top_type{
  font-size: 20px;
  color: #ffffff;
}
.top_banner_item h1{
  font-size: 48px;
  color: #ffffff;
  margin: 0;
}
.titlebar_breadcrumbs a span{
  color: #444444;
}
.titlebar_breadcrumbs span{
  color: #444444;
  font-size: 17px;
  line-height: 26px;
}
.titlebar_breadcrumbs {
    padding: 17.65px 0;
    background-color: #f4fafa;
}
.titlebar_breadcrumbs a{
  border-bottom: 1px solid #444444;
}
.titlebar_breadcrumbs a:hover{
  border-color: #219c99;
}
.titlebar_breadcrumbs a:hover span{
  color: #219c99;
}
.cat_description{
  padding: 50px 0 120px 0;
}
.cat_description_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.cat_description_item{
  width: 48%;
}
.cat_description_item .heading_h2{
  text-align: left;
  margin: 0 0 30px 0;
}
.cat_description_item p{
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.cat_description_item .btn_dark{
  margin-top: 40px;
}
.cat_section{
  padding: 100px 0;
  background-color: #f7f7f7;
}
.cat_products h2{
  font-family: 'PoppinsBold' !important;
  margin: 50px 0;
}
.cat_products_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 25px;
}
.cat_product_item{
  width: 32%;
  margin-bottom: 25px;
}
.cat_product_item p{
  font-size: 18px;
  line-height: 26px;
  color: #444444;
  margin: 20px 0 12px 0;
  text-align: center;
}
.cat_product_item img{
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all ease 0.3s;
}
.cat_product_item:hover img{
  border: 1px solid #219c99;
}
.cat_product_item:hover p{
  color: #219c99;
}
.cat_product_item .more_link{
  transform: translateX(0);
  opacity: 1;
  color: #219c99;
  margin: 0;
}
.wp-pagenavi span.current{
  font-weight: 400;
  color: #ffffff;
  background-color: #219c99;
}
.wp-pagenavi a, .wp-pagenavi span{
  border: 0 !important;
  background-color: #eaeaea;
  color: #444444;
  font-size: 16px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0 3px !important;
}
.wp-pagenavi a:focus, .wp-pagenavi span:focus{
  background-color: #219c99 !important;
  color: #ffffff !important;
}
.wp-pagenavi {
  text-align: center;
}
.page-nav {
  display: block;
  width: 100%;
  margin-top: 25px;
}
.cat_faq{
  padding: 90px 0;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  border: none;
  background: transparent;
  outline: none!important;
  margin: 7.5px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
}
.accordion button:hover,.accordion button:focus {
  cursor: pointer;
  color: #219c99;
}
.accordion button:hover::after,.accordion button:focus::after {
  cursor: pointer;
  color: #219c99;
  outline: none!important
}
.accordion button .accordion-title {
  font-size: 20px !important;
  color: #444444 !important;
  font-family: 'PoppinsMedium' !important;
  line-height: 26px;
  padding: 10px 0;
}
.accordion button .icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 13px;
  left: 7.4px;
  width: 13.8px;
  height: 2px;
  background: #444444;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 8px;
  left: 13.5px;
  width: 2px;
  height: 13px;
  background: #444444;
}
.accordion button[aria-expanded=true] {
  color: #222;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: inherit;
  min-height: inherit;
  will-change: opacity, max-height;
  padding: 10px 0;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear,max-height 200ms linear;
  will-change: opacity,max-height;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 5px;
}
.accordion .accordion-content p {
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin: 0 0 15px;
}
.accordion-item button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent!important;
  color: #444444!important;
}
.accordion_q{
  margin-right: 10px;
  color: #219c99 !important;
  font-size: 21px !important;
  line-height: 30px !important;
}
.accordion button .accordion-title:hover,
.accordion button[aria-expanded=true] .accordion-title {
    color: #219c99 !important;
}
.accordion-item {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 25px;
}
.cat_faq_box{
  margin: 50px 0;
}
/* single product */
.single_gallery_box{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
}
.single_gallery_item:nth-child(1){
  width: 47.5%;
}
.single_gallery_item:nth-child(2){
  width: 47.5%;
}
.single_gallery{
  padding: 50px 0;
  background-color: #f9fbfb;
}
.product_des h2{
  font-size: 36px;
  line-height: 44px;
  color: #219c99;
  margin: 0 0 30px 0;
  font-family: 'PoppinsBold' !important;
}
.product_des ul{
  padding-left: 0;
  margin: 0;
}
.product_des li {
  font-size: 18px;
  color: #444444;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.product_des p{
  font-size: 18px;
  color: #444444;
  line-height: 36px;
}
.product_des li:nth-child(1){
  border-top: 1px solid #e2e2e2;
}
.full_btn{
  width: 100%;
}
.product_des .full_btn{
  text-transform: uppercase;
  margin-top: 45px;
}
.single_product_content{
  padding: 90px 0;
}
.single_product_content figure{
  max-width: 100%;
  width: auto !important;
}
.single_product_content h2{
  font-size: 44px;
  line-height: 48px;
  color: #219c99;
  margin: 0 0 30px 0;
  font-family: 'PoppinsBold' !important;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
}
.about_content_box h2,
.single_blog_content h2,
.single_product_content h3{
  font-family: 'PoppinsBold' !important;
  font-size: 24px;
  margin: 20px 0;
  color: #444444;
}
.about_content_box h2 strong,
.about_content_box h2 b,
.single_blog_content h2 strong,
.single_blog_content h2 b,
.single_product_content h3 strong,
.single_product_content h3 b{
  font-family: 'PoppinsBold' !important;
  font-size: 24px;
  margin: 0;
  color: #444444;
}
.single_product_content table{
  margin: 35px 0 60px 0 !important;
}
.single_product_content td {
  font-size: 17px;
  padding: 12px 15px;
}
.single_product_content td:nth-child(1){
  font-family: 'PoppinsMedium' !important;
}
.single_product_content td{
  border-left: 0;
  border-right: 0;
  border-color: #e2e2e2;
  color: #444444;
}
.about_content_box strong,
.default_page strong,
.single_product_content strong{
  /* color: #219c99; */
  font-size: 18px;
  font-family: 'PoppinsBold';
  font-weight: 400;
  margin: 20px 0 10px 0;
  color: #444444;
}
.about_content_box b,
.default_page b,
.single_product_content b{
  font-size: 18px;
  font-family: 'PoppinsBold';
  color: #444444;
}
/* .single_product_content strong::before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #219c99;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
} */
.about_content_box p,
.default_page p,
.single_product_content p{
  line-height: 28px;
}
.about_content_box ol,
.about_content_box ul,
.default_page ol,
.default_page ul,
.single_product_content ol,
.single_product_content ul{
  padding-left: 20px;
  margin-bottom: 15px;
}
.about_content_box ol li,
.about_content_box ul li,
.default_page ol li,
.default_page ul li,
.single_product_content ol li,
.single_product_content ul li{
  list-style: disc;
  line-height: 28px;
  font-size: 16px;
}
.about_content_box ol li::marker,
.about_content_box ul li::marker,
.default_page ol li::marker,
.default_page ul li::marker,
.single_product_content ol li::marker,
.single_product_content ul li::marker{
  font-size: 20px;
}
.single_cta{
  padding: 0 0 100px 0;
}
.single_cta_box{
  background-image: url('/wp-content/uploads/2025/06/single-cta.jpg');
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.single_cta_content{
  max-width: 870px;
  margin: 0 auto;
}
.single_cta_box h2{
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
  font-family: 'PoppinsBold' !important;
  font-size: 44px;
}
.single_cta_box p,
.single_cta_box a{
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
.single_cta_box a{
  text-decoration: underline;
}
.single_cta_box .btn_dark{
  text-decoration: none;
  width: inherit;
  padding-left: 35px;
  padding-right: 35px;
}
.related_swiper .home_product_item{
  width: 99%;
}
.relate_product{
  background-color: #f7f7f7;
  padding: 90px 0;
}
.relate_product_box{
  position: relative;
  margin-top: 50px;
}
.single_form{
  padding: 90px 0;
  background-image: url('/wp-content/uploads/2025/06/form-bg.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
}
.nf-form-fields-required{
  display: none;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content select {
    background: #ffffff !important;
    border: 1px solid #efefef !important;
    color: #444444 !important;
    font-family: 'PoppinsRegular' !important;
    font-size: 16px !important;
}
nf-field{
    margin-bottom: 15px;
    display: block;
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 9px !important;
}
.nf-form-content input[type=button]{
    background: #219c99 !important;
    border: 0;
    color: #ffffff;
    transition: all .5s;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    width: 240px !important;
    height: 50px !important;
    padding: 0 !important;
    font-family: 'PoppinsSemiBold' !important;
}
.nf-form-content input[type=button]:hover{
    color: #ffffff !important;
}
.nf-form-content label{
    color: #333333;
}
.nf-form-content label {
    font-size: 16px;
    line-height: 20px;
    font-family: 'PoppinsRegular' !important;
    font-weight: 400 !important;
}
.nf-field-element textarea {
    height: 130px !important;
    border-radius: 6px !important;
}
.nf-field-element input[type=submit]{
  background-color: #219c99 !important;
  color: #ffffff !important;
  /* width: 100% !important; */
  text-align: center;
  border: 0 !important;
  font-family: 'PoppinsSemiBold' !important;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px auto 0 0;
  display: block;
}
.nf-field-element select,
.nf-field-element input{
  border-radius: 6px !important;
}
.form_container{
  max-width: 1100px;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus, .nf-form-content select:focus {
    border: 1.5px solid #444444 !important; /* 例如，使用黑色实线边框 */
    outline: none !important; /* 移除默认的outline，如果你不希望有额外的轮廓 */
}
.nf-form-content select{
  color: #444444 !important;
}
/* about */
.about_content{
  background-image: url('/wp-content/uploads/2025/06/shanyang-factory.jpg');
  padding: 90px 0 55px 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.about_content_box{
  width: 84%;
}
.about_content_box p{
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
}
.about_content_box h3{
  font-size: 28px;
  line-height: 36px;
  font-family: 'PoppinsBold' !important;
  margin-bottom: 15px;
}
.about_content_box h2{
  font-size: 44px;
  line-height: 54px;
  font-family: 'PoppinsBold' !important;
  margin-bottom: 30px;
}
.about_factory_box{
  padding: 80px 0;
}
.about_factory_box:nth-child(2){
  background-color: #f9fbfb;
}
.about_factory_flex{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.about_factory_box:nth-child(2) .about_factory_item:nth-child(1){
  order: 2;
}
.about_factory_item h3{
  font-size: 30px;
  font-family: 'PoppinsBold' !important;
  color: #219c99;
  margin-bottom: 25px;
}
.about_factory_image{
  width: 45%;
}
.about_factory_content{
  width: 51%;
}
.about_processing{
  padding: 100px 0;
  background-color: #f7f7f7;
}
.about_processing_box{
  margin-top: 50px;
  position: relative;
}
.about_processing_item{
  border-radius: 8px;
  overflow: hidden;
}
.about_history{
  padding: 100px 0;
}
.about_history_box{
  margin-top: 80px;
  overflow: hidden;
}
.history_swiper {
  overflow: visible;
  height: 570px;
}
.history_image{
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  width: 170px;
  height: 170px;
  box-shadow: 0px 1px 6px 1px #999;
  background-color: #ffffff;
}
.history_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.history_content p{
  margin-bottom: 0;
}
.history_content .h_date{
  font-size: 36px;
  color: #219c99;
  margin-bottom: 15px;
}
.history_content {
  height: 150px;
  margin-left: 95px;
  border-left: 1px solid #b8b8b8;
  padding-left: 20px;
  width: 220px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
}
.history_image + .history_content{
  justify-content: flex-end;
  opacity: 0;
}
.history_swiper .swiper-slide:nth-child(odd) .history_content,
.history_swiper .swiper-slide:nth-child(even) .history_image + .history_content{
  opacity: 0;
}
.history_swiper .swiper-slide:nth-child(even) .history_content,
.history_swiper .swiper-slide:nth-child(odd) .history_image + .history_content{
  opacity: 1;
}
.history_start p{
  font-size: 18px;
  color: #219c99;
  font-family: 'PoppinsMedium' !important;
}
.start_circle{
  width: 42px;
  height: 42px;
  background-color: #219c99;
  border-radius: 50%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}
.start_circle::after{
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
}
.about_history_item{
  height: 490px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
}
.history_swiper .swiper-wrapper{
  align-items: center;
}
.about_history_pos{
  position: relative;
}
.about_history_pos::before{
  content: '';
  width: 100%;
  border-bottom: 2px dashed #219c99;
  display: block;
  position: absolute;
  top: 43%;
  left: 0;
}
.about_history_item.history_start {
  margin-top: -20px;
}
.swiper-button-next-history{
  right: 40px;
  top: 45%;
}
.swiper-button-prev-history{
  left: 40px;
  top: 45%;
}
.about_history_box{
  position: relative;
}
.about_exhibition{
  padding: 90px 0;
}
.about_exhibition_box{
  margin-top: 50px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.about_exhibition_item{
  width: 31.5%;
  border-radius: 12px;
  overflow: hidden;
}
.banner_link{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner_link_box{
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 10px;
}
.banner_link_box a{
  border: 1px solid #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  border-bottom: 0;
}
.factory_production{
  padding: 90px 0;
  background-color: #f9fbfb;
}
.factory_description{
  margin-top: 25px;
}
.factory_description p{
  font-size: 16px;
  line-height: 30px;
}
.factory_gallery .about_processing_box .swiper-wrapper {
    height: 340px;
}
.clean_room{
  margin-top: 50px;
}
.factory_gallery .about_processing_box .clean_room_swiper .swiper-wrapper{
  height: 270px;
}
.swiper-button-prev-factory,
.swiper-button-next-factory,
.swiper-button-prev-clean,
.swiper-button-next-clean{
  top: 40%;
}
.rd_and_testing .about_factory_box:nth-child(2),
.quality_planted .about_factory_box:nth-child(2) {
    background-color: #ffffff;
}
.rd_and_testing .about_factory_box,
.quality_planted .about_factory_box {
    padding: 40px 0;
}
.quality_planted{
  padding: 50px 0;
}
.rd_and_testing{
  padding: 90px 0;
}
.quality_planted .about_factory_item,
.rd_and_testing .about_factory_item{
  width: 48%;
}
.quality_planted .about_factory_item p,
.rd_and_testing .about_factory_item p{
  line-height: 30px;
}
.rd_gallery{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  row-gap: 15px;
  margin-top: 35px;
}
.rd_gallery_image{
  width: 19%;
}
.rd_gallery_image img{
  width: 100%;
  border-radius: 8px;
}
.quality_certificate{
  background-color: #f9fbfb;
  padding: 90px 0;
}
.quality_certificate_box{
  margin-top: 50px;
}
.quality_cer_link{
  position: relative;
}
.quality_cer_link a{
  position: absolute;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: rgba(37,154,151,0.65);
  padding: 0 30px;
  text-align: center;
}
.quality_cer_link:focus a,
.quality_cer_link:hover a{
  opacity: 1;
  background-color: rgba(37,154,151,0.65) !important;
}
.quality_cer_link a span{
  font-family: 'PoppinsMedium' !important;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
}
.quality_certificate_box{
  position: relative;
}
.quality_certificate_swiper .swiper-wrapper{
  height: 370px;
}
.banner_link.scroll-to-fixed-fixed {
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    height: 51px;
}
.banner_link.scroll-to-fixed-fixed a{
  background-color: transparent;
  border-color: #219c99;
  color: #219c99;
}
.banner_link a.active,
.banner_link_box a:focus,
.banner_link_box a:hover{
  background-color: #219c99 !important;
  color: #ffffff !important;
  border-color: #219c99 !important;
}
.vr_page{
  line-height: 0;
}
.vr_page iframe{
  width: 100% !important;
  height: 100vh !important;
}
.contact_column ul li{
    color: #ffffff;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px 0;
}
.contact_column p{
    font-size: 16px;
    line-height: 30px;
}
.contact_column ul{
    padding-left: 0;
}
.contact_right p{
    color: #ffffff;
}
.contact_column .vc_col-sm-6 .vc_column-inner,
.contact_column .vc_col-sm-5 .vc_column-inner,
.contact_column .vc_col-sm-7 .vc_column-inner{
    padding: 50px;
}
.contact_column a,
.contact_column a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.contact_column .fa{
    margin-right: 15px;
}
.default_page{
  padding: 90px 0;
}
.product_page{
  padding: 40px 0;
}
.primary-navigation .sub-menu .menu-item > a {
  font-size: 14px !important;
  font-family: 'PoppinsMedium' !important;
  padding: 10px 15px !important;
  transition: 0.2s;
}
.primary-navigation .sub-menu .menu-item > a:hover{
  color: #219c99 !important;
  text-decoration: none !important;
  opacity: 1;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: none !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu{
  min-width: 200px !important;
  border: 0 !important;
}
.sub-menu > .menu-item-has-children{
  position: relative;
}
.sub-menu > .menu-item-has-children > .sub-menu{
  position: absolute;
  top: 0;
  left: 200px;
  min-width: 200px !important;
  display: none;
  margin-left: -2px;
  padding: 0;
  list-style: none;
  border: 0 !important;
}
#menu-item-56 > .sub-menu{
  min-width: 235px !important;
}
.sub-menu > .menu-item-has-children:hover .sub-menu{
  display: block;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu:after{
  display: none !important;
}
/* blog */
/* knowledge */
.knowpage{
    margin: 80px 0;
}
.knowpage .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.knowpage .row>* {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.preTitle {
    display: block;
    color: #9c9c9c;
    text-transform: uppercase;
    font-size: 14px;
}
.blogFeedTitle a{
    font-size: 20px;
    line-height: 26px;
    color: #219c99;
    font-family: 'PoppinsMedium' !important;
    margin: 0 0 15px 0;
}
.blogFeedTitle a:hover{
    color: #219c99;
}
.blogexcerpt{
    font-size: 16px;
    color: #555555;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blogFeedTitle {
    margin: 20px 0 15px;
}
.btn_blog{
    color: #333333;
    text-decoration: underline;
    font-size: 16px;
}
.btn_blog:hover{
    text-decoration: underline;
    color: #219c99;
}
.blogFeedItem {
    margin: 25px 0;
}
.blogimg{
    overflow: hidden;
    display: inline-block;
    width: 94%;
    height: 100%;
}
.blogimg img{
    transition: all ease 0.3s;
    width: 100%;
}
.blogimg img:hover{
    transform: scale(1.1);
}
.blogFeedItem:hover img{
    transform: scale(1.1);
}
.widgetAccordions {
    background-color: #f2f2f2;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
#side-menu-list {
    padding: 10px 0;
}
#side-menu-list li a{
    font-size: 14px;
    color: #444444;
    display: block;
    padding: 5px 25px;
    margin: 0;
}
#side-menu-list li{
    margin: 0;
}
#side-menu-list li a:hover{
    background-color: #219c99;
    color: #ffffff;
}
.widgetAccordions h3 {
    background-color: #219c99;
    border-radius: 4px;
    color: #fff !important;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    margin: 0 !important;
}
.widgetAccordions h3:hover{
    cursor: pointer;
}
#side-menu-list.no_active{
    display: none;
    transition: all ease 0.3s;
}
.widgetAccordions h3 .fa{
    font-size: 26px;
    transition: all ease 0.3s;
}
.widgetAccordions h3 .fa.active{
    transform: rotate(180deg);
}
.mb-25{
    margin-bottom: 25px;
}
#blogSidebar {
    padding-left: 30px;
}
.blogFeedItem0{
    margin-top: 0;
}
.project_sticky{
    position: relative;
    height: 100%;
    margin-bottom: 70px;
}
#blogSidebar {
    position: sticky;
    top: 115px;
}
.widgetAccordions .nf-form-content {
    padding: 15px;
}
.widgetAccordions .nf-field-element input[type=submit]{
  margin: 0;
  width: 100% !important;
}
.knowpage .single_product_content{
  padding-top: 0;
}
.title_section {
  margin-bottom: 35px;
  padding-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
.title_section .titlebar {
    font-size: 32px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    background-color: transparent;
    border-left: 0;
    padding-bottom: 20px;
}
.title_section .titlebar::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    left: 0;
    bottom: -5px;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #219c99;
}
/*********404*************/
.cls-1 {
  fill: #666;
}
.cls-2 {
  fill: #219c99;
}
.cls-3 {
  fill: #219c99;
}
.cls-4 {
  fill: #ccc;
}
.cls-5 {
  fill: #219c99;
}
.cls-6,
.cls-7,
.cls-8 {
  fill: #a1cbcb;
}
.cls-10,
.cls-6 {
  opacity: 0.6;
}
.cls-7 {
  opacity: 0.4;
}
.cls-9 {
  fill: #a1cbcb;
}
.cls-11 {
  fill: #a1cbcb;
}
.cls-12 {
  fill: #a1cbcb;
}
.cls-13 {
  fill: #a1cbcb;
}
.cls-14 {
  fill: #219c99;
}
.com-404 .wrapper{
    max-width: 700px;
    width: 100%;
    margin: auto;
}
.show-antor .search-form{
    text-align: center;
    max-width: 700px;
    width:100%;
    margin: auto;
}
.show-antor #search-bg{
    display: flex;
}
.show-antor p{
    padding:18px 0;
}
.com-404{
     padding: 100px 15px;
}
/* searh modal */
.searchwp-modal-form__content input.search-submit{
  color: transparent !important;
}
.searchwp-modal-form__footer{
  background-image: none;
}
.searchwp-modal-form-default .searchwp-modal-form__content .search-form label{
  display: none;
}
.searchwp-modal-form-default .search-form .search-field {
  border-color: #219c99;
  margin-right: 0;
}
.searchwp-modal-form-default button.searchwp-modal-form__close.button{
  background-color: #219c99 !important;
}
.searchwp-modal-form-default button.searchwp-modal-form__close.button:hover::before{
  color: #ffffff !important;
}
.searchwp-modal-form__content input.search-submit{
  display: none;
}
.search_page{
  padding: 90px 0;
}
.head_search{
  position: relative;
}
.head_search > img:hover{
  cursor: pointer;
}
.head_search .searchwp-form{
  opacity: 0;
  transform: rotateX(90deg);
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 10;
  margin-top: 15px;
}
.head_search .searchwp-form.active{
  transition: opacity .3s, transform .3s;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
  transform-origin: top;
}
.head_search #searchwp-form-2 .swp-input{
  width: 200px !important;
  height: 45px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-image: none !important;
}
#searchwp-form-2 input[type=submit] {
  height: 45px;
  width: 45px;
  padding: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-image: url('/wp-content/uploads/2025/07/search-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
#searchwp-form-2 input[type=submit]:hover{
  border-color: #259a97 !important;
}
.head_search form.searchwp-form .swp-flex--gap-md {
  gap: 0;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img,
input:focus,
a:focus{
  outline: unset !important;
}
table,
tbody,
tr{
  border: 0 !important;
}
td{
  border: 1px solid #e6e6e6 !important;
  font-size: 18px;
  color: #404040;
  text-align: center;
}
table td:first-child ,
table th:first-child {
  font-size: 18px;
  font-family: 'PoppinsMedium' !important;
}
table td:first-child strong,
table th:first-child strong{
  font-weight: 400 !important;
}
td:first-child{
  text-align: left;
}
table tr:hover{
  background-color: #f6f6f6;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-color: #ddd;
  text-align: left;
  padding: 8px 15px;
}
a.page-numbers {
    border: 0 !important;
    background-color: #eaeaea;
    color: #444444;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    line-height: 30px;
    border-radius: 3px;
    margin: 0 3px !important;
    text-decoration: none !important;
    min-width: inherit !important;
    min-height: inherit !important;
}
span.page-numbers.current {
    border: 0 !important;
    background-color: #219c99;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    line-height: 30px;
    border-radius: 3px;
    margin: 0 3px !important;
    font-weight: bold;
    text-decoration: none !important;
    min-width: inherit !important;
    min-height: inherit !important;
}
span.page-numbers.dots {
    margin-top: 0 !important;
    min-width: inherit !important;
    min-height: inherit !important;
}
nav.navigation.pagination {
    border-top: 0 !important;
}
@media (max-width: 1440px){
  .home_cat_icon::before {
    left: 5.5px;
    top: 5.5px;
  }
  .cat_product_item {
    width: 31.5%;
  }
}
@media (max-width: 1360px){
  .head_menu .primary-navigation > div > .menu-wrapper {
    column-gap: 20px;
  }
  .home_cat_icon::before {
    left: 4.5px;
    top: 5.5px;
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1280px){
  .home_market_item a img{
    width: 100%;
  }
  .single_gallery_item{
    width: 48% !important;
  }
  .product_des li {
    font-size: 16px;
    padding: 10px 0;
  }
  .quality_cer_link > img,
  .factory_swiper img{
    width: 100%;
  }
}
@media (max-width: 1024px){
  #fancybox-wrap{
    width: 90% !important;
    left: 5% !important;
  }
  .swiper-button-next-related,
  .swiper-button-next-market{
    right: 0;
  }
  .swiper-button-prev-related,
  .swiper-button-prev-market{
    left: 0;
  }
  .home_cta{
    height: 305px;
  }
  .head_menu .primary-navigation > div > .menu-wrapper {
    column-gap: 15px;
  }
  .market_title,
  .about_content_box h2,
  .product_des h2,
  .top_banner_item h1,
  .single_product_content h2,
  .home_cta_item:nth-child(1) h2,
  .heading_h2,
  .slide_content h2 {
    font-size: 34px;
  }
  .slide_box .subtitle {
    font-size: 20px;
  }
  .slide_box {
    padding: 35px 0;
  }
  .home_cat_item{
    width: 49%;
  }
  .home_cat_item a > img{
    width: 100%;
  }
  .home_cat_icon::before {
    left: 8px;
    top: 8px;
    width: 56px;
    height: 56px;
  }
  .stats-top .stats-number, .counter_suffix {
    font-size: 50px !important;
  }
  .stats-block .stats-text {
    font-size: 14px !important;
  }
  .home_blog_content .h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .accordion button[aria-expanded=true]+.accordion-content{
    max-height: inherit;
    min-height: inherit;
  }
  .accordion button .icon::after{
    left: 12.5px;
  }
  .about_content_box{
    width: 100%;
  }
  .swiper-button-next-cer,
  .swiper-button-next-clean,
  .swiper-button-next-factory,
  .swiper-button-next-related,
  .swiper-button-next-market{
    right: 0;
  }
  .swiper-button-prev-cer,
  .swiper-button-prev-clean,
  .swiper-button-prev-factory,
  .swiper-button-prev-related,
  .swiper-button-prev-market{
    left: 0;
  }
  .factory_gallery .about_processing_box .swiper-wrapper {
      height: 270px;
  }
  .head_main .container {
    width: 100%;
  }
}
@media (max-width: 991px){
  .head_search,.lan{
    display: none;
  }
  .head_menu .primary-navigation > div > .menu-wrapper {
    column-gap: 5px;
  }
  .head_logo img {
    width: 120px;
  }
  .home_product_item {
    width: 48%;
  }
  .home_product_box img{
    width: 100%;
  }
  .home_about_box{
    flex-wrap: wrap;
    gap: 35px;
  }
  .home_about_item{
    width: 100%;
  }
  .home_choose_item{
    width: 100%;
  }
  .home_certification_item img{
    width: 100%;
  }
  .home_blog_box {
    flex-wrap: wrap;
  }
  .home_blog_item {
    width: 48.5%;
  }
  .home_cta_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .home_cta_item:nth-child(2) {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .home_cta {
    height: 350px;
  }
  .foot_up_box{
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .foot_item.foot_item_logobox {
    width: 40%;
  }
  .foot_item.foot_item_contactbox {
    width: 100%;
  }
  .foot_up {
    padding: 80px 0 40px 0;
  }
  .home_cta_item:nth-child(1) {
    width: 100%;
  }
  .single_gallery_item {
    width: 100% !important;
  }
  .single_gallery_box{
    gap: 50px;
  }
  .single_cta_box h2{
    font-size: 32px;
  }
  .single_cta_box{
    padding: 50px;
    height: 400px;
  }
  .cat_description_box{
    flex-wrap: wrap;
    gap: 35px;
  }
  .cat_description_item{
    width: 100%;
  }
  .cat_product_item {
    width: 48%;
  }
  .about_factory_flex{
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .about_factory_item{
    width: 100%;
  }
  .about_factory_box:nth-child(odd) .about_factory_item:nth-child(1) {
    order: 2;
  }
  .about_processing_box .swiper-wrapper {
    height: 210px;
  }
  .swiper-button-next-cer,
  .swiper-button-next-clean,
  .swiper-button-next-factory,
  .swiper-button-next-related,
  .swiper-button-next-market{
    right: 0;
  }
  .swiper-button-prev-cer,
  .swiper-button-prev-clean,
  .swiper-button-prev-factory,
  .swiper-button-prev-related,
  .swiper-button-prev-market{
    left: 0;
  }
  .history_image {
    width: 120px;
    height: 120px;
  }
  .history_content {
    margin-left: 70px;
  }
  .about_history_box {
    margin-top: 30px;
  }
  .quality_planted .about_factory_item,
  .rd_and_testing .about_factory_item{
    width: 100%;
  }
  .factory_gallery .about_processing_box .clean_room_swiper .swiper-wrapper,
  .factory_gallery .about_processing_box .swiper-wrapper {
    height: 300px;
  }
  .rd_gallery{
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 15px;
  }
  .rd_gallery_image {
    width: 31.5%;
  }
}
@media (max-width: 580px){
  .menu-wrapper > li > .sub-menu.sub-active{
    display: block;
  }
	.primary-navigation > div > .menu-wrapper > li > .sub-menu{
		border: 0;
		width: auto;
	}
  .menu-wrapper > li > .sub-menu{
    display: none;
  }
  .menu-wrapper > li > .sub-menu.sub-active{
    display: block;
  }
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
		height: 51px !important;
		width: 51px !important;
	}
	.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus{
		outline: none !important;
	}
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle{
    display: inline-block !important;
  }
  .menu-item .fa{
    display: none;
  }
  .head_menu button.sub-menu-toggle {
    display: inline-block !important;
    color: #000000 !important;
    position: absolute;
    top: 4px;
    right: 0;
    text-align: center;
  }
  .icon-plus::after{
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
  }
  .icon-minus::after{
    content: "\f106";
    font: normal normal normal 18px/1 FontAwesome;
  }
  .menu-image-title-after.menu-image-title{
    margin: 0;
    font-size: 14px;
  }
  .icon-plus svg,.icon-minus svg{
    display: none;
  }
  .icon-plus,.icon-minus{
    justify-content: center;
  }
  .head_menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding: 18px 2px;
    border-bottom: 1px solid #eee;
  }
  .head_up{
    display: none;
  }
  .slide_box {
    width: 100%;
  }
  .banner picture img{
    height: 500px;
    object-fit: cover;
  }
  .market_title,
  .about_content_box h2,
  .single_product_content h2,
  .product_des h2,
  .top_banner_item h1,
  .home_cta_item:nth-child(1) h2,
  .heading_h2,
  .slide_content h2 {
    font-size: 32px;
  }
  .home_cat_item {
    width: 100%;
  }
  .home_cat_content {
    width: 75%;
  }
  .home_blog_item{
    width: 100%;
  }
  .home_cta_item:nth-child(2){
    flex-wrap: wrap;
  }
  .home_cta {
    height: 500px;
  }
  .foot_item.foot_item_logobox{
    width: 100%;
  }
  .foot_item_logobox .head_social {
    width: fit-content;
  }
  .head_logo img {
    width: inherit;
  }
  .home_market_item p{
    font-size: 18px;
    line-height: 24px;
  }
  .top_banner {
    height: 300px;
  }
  .single_cta_box {
    padding: 50px 20px;
    height: inherit;
  }
  .swiper-button-next-related,
  .swiper-button-prev-related{
    top: 35%;
  }
  .top_banner_box .container{
    width: 100%;
  }
  .cat_product_item {
    width: 100%
  }
  .accordion button .accordion-title {
    width: 90%;
    padding: 0;
  }
  .about_processing_box .swiper-wrapper {
    height: 185px;
  }
  .history_image {
    width: 140px;
    height: 140px;
  }
  .about_exhibition_item{
    width: 48.5%;
  }
  .swiper-button-prev-history,
  .swiper-button-next-history {
    top: 44.5%;
  }
  .banner_link_box a {
    padding: 10px;
    font-size: 16px;
  }
  .banner_link_box{
    gap: 5px;
  }
  .banner_link.scroll-to-fixed-fixed{
    height: 41px;
  }
  .factory_gallery .about_processing_box .clean_room_swiper .swiper-wrapper, .factory_gallery .about_processing_box .swiper-wrapper {
    height: 175px;
  }
  .rd_gallery_image {
    width: 47.5%;
  }
  .quality_certificate_swiper .swiper-wrapper {
    height: 300px;
  }
  .quality_cer_link a{
    padding: 0;
    width: 100%;
  }
  .quality_cer_link a span {
    font-size: 16px;
    line-height: 20px;
  }
  .contact_column .vc_col-sm-6 .vc_column-inner, .contact_column .vc_col-sm-5 .vc_column-inner, .contact_column .vc_col-sm-7 .vc_column-inner {
    padding: 50px 20px;
  }
  .project_sticky{
    display: none;
  }
  .knowpage .single_product_content{
    padding-bottom: 0;
  }
}
@media (max-width: 320px){
  .home_choose_item {
    flex-direction: column;
  }
}