/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.text_xsmall,
.text_xsmall>* {
    font-size: 14px !important;
}

.text_small,
.text_small>* {
    font-size: 16px !important;
}

.title_small,
.title_small>* {
    font-size: 24px !important;
}

.text_medium,
.text_medium>* {
    font-size: 24px !important;
}

.text_large,
.text_large>* {
    font-size: 32px !important;
}

.text_xlarge,
.text_xlarge>* {
    font-size: 40px !important;
}

.text_xxlarge,
.text_xxlarge>* {
    font-size: 64px !important;
}

*{
    margin: 0px;
    padding: 0px;
    outline: none !important;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    color: #231f20;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.header-main {
    height: 100px !important;
    /* background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%); */
    padding: 15px 0;
}
.header .stuck{
    height: 85px;
}
.header .top-divider{
    display: none;
}
.header-main .header-inner .logo{
    justify-items: center;
}
.header-main .header-inner .logo img{
    height: 70px;
    width: auto;
}
.header .stuck .header-main .header-inner .logo img{
    height: 55px;
}
.header-main .header-inner .header-nav-main{
    padding: 0 10px;
    align-items: center;
    /* justify-content: space-around; */
}

.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    line-height: 40px;
    font-size: 15px;
    color: rgb(106, 106, 106);
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
/* .header-main #mega-menu-wrap-primary #mega-menu-primary,
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    background: #fff;
} */
#mega-menu-wrap-primary{
    width: 100%;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary{
    display: flex;
    justify-content: space-between;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    display: none;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
    color: #8dc53e;
    background: transparent;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link::before {
    content: '';
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 16px; 
    height: 16px; 
    background-image: url(./assets/images/icon_house.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link{
    font-size: 0;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child a.mega-menu-link:hover::before,
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item:first-child a.mega-menu-link::before{
    filter: brightness(0) saturate(100%) invert(65%) sepia(72%) saturate(514%) hue-rotate(42deg) brightness(96%) contrast(96%);
}

.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item a.mega-menu-link{
    color: #8dc53e;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    box-shadow: rgb(204, 204, 204) 2px 2px 7px;
    background: rgb(255, 255, 255);
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background: rgb(255, 255, 255);
    font-weight: 600;
    padding: 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #8dc53e;
    color: #000;
}
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link{
    border-bottom: none;
}
 .header-main   #mega-menu-wrap-primary,
 .header-main #mega-menu-wrap-primary #mega-menu-primary,
.header-main #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    background: transparent;
 }


.header-main .header-inner .header-nav-main .header-cart-link{
    background-color: rgb(243, 243, 243);
    height: 43px;
    min-width: 148px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: none;
}
.header-main .header-inner .header-nav-main .header-cart-link .header-cart-title{
    margin-left: 15px;
}
.header-main .header-inner .header-nav-main .header-cart-link .cart-price{
    /* width: calc(100% - 43px); */
    text-align: center;
    display: block;
    color: rgb(1, 61, 72);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.header-main .header-inner .header-nav-main .header-cart-link .header-cart-icon{
    width: 43px;
    height: 43px;
    box-shadow: rgb(204, 204, 204) 2px 2px 7px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: -1px;
    margin: 0;
}
.header-main .header-inner .header-nav-main .header-cart-link .header-cart-icon img{
    transform: scale(.8);
}
.header-main .header-inner .header-nav-main .header-cart-link .header-cart-icon::after{
    top: -4px;
    right: -4px;
    width:22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    border: 1px solid #fff;
    border-image: initial;
    background: rgb(237, 39, 33);
    border-radius: 50%;
    font-weight: 400;
    line-height: 1;
}
.header .header-main .header-inner .icon-search{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}














/*  */
.banner {
    background-color: transparent;
}
.section_banner img{
    object-fit: cover;
    object-position: center;
}
.header-main .header-vertical-menu, .section_banner {
    cursor: pointer;
}
/* introduce */
.section_introduce,
.section_regis_consultation,
.section_reality,
.section_client,
.section_why,
.section_product,
.section_benefit { 
    background: #e5e7eb;
}
.section_introduce .row{
    border-radius: 32px;
    padding: 30px;
    background: #fff;
}
.section_introduce .row .box_intro_left .row,   
.section_introduce .row .box_intro_left .col{
    padding-top: 0;
    padding-bottom: 0;
}
.section_introduce .title_main_top{
    text-align: left;

}
.title_main_top {
    position: relative;
    padding: 0 32px;
    display: inline-block;
    line-height: 24px;
}
.title_main_top h2{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.title_main_top::before, .title_main_top::after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #32B356;
    top: 50%;
}
.title_main_top::before{
    left: 0;
}
 .title_main_top::after{
    right: 0;
 }

 .title_main h2{
    font-weight: 700;
    color: #8DC53E;
    line-height: 32px;
    margin-bottom: 20px;
 }
 .section_introduce .row .box_intro_left .text p{
    text-align: justify;
 }
.section_introduce .row .box_intro_left .text.text_sub{
    display: -webkit-box;
    -webkit-line-clamp: 2;        
    -webkit-box-orient: vertical;
    overflow: hidden;             
    text-overflow: ellipsis; 
}
.section_introduce .row .box_intro_left .btn_success{
    margin: 28px 0 0 0;
    height: 40px;
    padding: 0 32px;
    background: #8DC53E;
    align-content: center;
    position: relative;
}
.section_introduce .row .box_intro_left .btn_success:hover{
    background: #32B356;
}
.section_introduce .row .box_intro_left .btn_success span{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.section_introduce .row .box_intro_left .btn_success::after{
     content: '';
    display: inline-block;
    width: 18px;
    height:18px;
     background-color: #fff; 
    -webkit-mask-image: url(./assets/images/paper-plane-solid.svg);
    mask-image: url(./assets/images/paper-plane-solid.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    position: relative;
    top: 10%;
    margin-left: 4px;
}
.text_effect p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.section_introduce .row .box_intro_right .flickity-slider .img:not(.is-selected){
    transform: scaleY(0.8);
}
.section_introduce .row .box_intro_right .flickity-slider .img .img-inner{
    text-align: center;
}
.section_introduce .row .box_intro_right .flickity-slider .img{
    z-index: -1;
}
.section_introduce .row .box_intro_right .flickity-slider .img.is-selected{
    z-index: 0;
    /* transform: scaleX(1.1); */
}
.section_introduce .row .box_intro_right .flickity-slider .img img{
    border-radius: 16px;
    
}
.section_introduce .row .box_intro_right .flickity-button{
    top: 103% !important;
    display: block;
    opacity: 1;
    transform: unset !important;
}
.section_introduce .slider-nav-circle .flickity-prev-next-button:hover svg{
    background: #8DC53E;
}
.section_introduce .slider-nav-circle .flickity-prev-next-button     svg
{   
    border: none;
    background-color: #dfdddd;
}
.section_introduce .slider-nav-circle .flickity-prev-next-button.previous{
    left: 42%;
}
.section_introduce .slider-nav-circle .flickity-prev-next-button.next{
    right: 42%;
}
/* .section_introduce .row .box_intro_right .flickity-slider .img.left{
    transform: translateX(75%) scale(0.8);

}
.section_introduce .row .box_intro_right .flickity-slider .img.right{
    transform: translateX(-75%) scale(0.8);
} */


/*                              vì sao                          */

.section_why .row_why_title{
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    background: #fff;
    padding-top: 30px;
}
.section_why .col_left .icon_item p{
    padding: 0 8px;
    color: #fff;
}
.section_why .row_all{
    padding: 0 0 20px 0 !important;
}
.section_why .col_left .icon_item p{
    text-align: end;
}
.section_why .row_all:nth-child(even) .col_left .icon_item p{
    text-align: start;
}
.section_why .col_left .icon-box-img{
    width: fit-content !important;
    padding: 8px;
    margin: 0 15px; 
    border-radius: 9999px;
    background-color: white; 
    border: 3px solid #d9d9d99d; 
    box-shadow: 0px 0px 0px 3px #ffffff7e;
    justify-items: center;
}
.section_why .col_left .icon-box-img .icon{
    text-align: center;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    align-self: center;
}
.section_why .col_left .icon-box-img img{
    padding: 0;
    width: 18px;
    height: 18px;
}
.section_why .col_right,
.section_why .col_left{
    text-align: center;
    padding: 0;
}
.section_why .col_right .row{
    align-items: center;
    vertical-align: middle;
    position: relative;
    /* left: -2%; */
}
.section_why .col_left .icon_item{
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 70px;
    background: linear-gradient(180deg, #32B356 0%, #8DC53E 100%);
    border-radius: 9999px;
    width: calc(100% + 40px);
    /* width: 70px; */
}
.section_why .row_content{
    position: relative;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #fff;
    padding-bottom: 30px;
    z-index: -2;
}
.section_why .row_content::after{
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 30px);
    display: inline-flex;
    left: 50%;
    top: 0;
    background: #8DC53E;
    z-index: -1;
}
.section_why .row_all:last-child{
    padding-bottom: 0 !important;
}
/* .section_why .row_all:nth-child(even) .col_right .row{
    left: 2%;
} */
.section_why .row_all:nth-child(even) .col_left {
    left: -35px;
}
.section_why .row_all:nth-child(odd) .col_right{
    order: 2;
}
.section_why .row_all:nth-child(even) .col_right .col_geometry{
    clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%);
    order: 2;
    transform: rotate(180deg);
}
.section_why .row_all:nth-child(odd) .col_left .icon_item .icon-box-img{
    order: 2;
}
.section_why .col_right .row .col_geometry{
    clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%);
    background: linear-gradient(180deg, #32B356 0%, #8DC53E 100%);
    height: 40px;
    align-content: center;
    z-index: -1;
}
.section_why .col_right .row .col_geometry .is-divider{
    background: #fff;
    position: relative;
}
.section_why .col_right .row .col_geometry .is-divider::after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    top: -6px;
    right: -16%;
}
.section_why .col_right .number_large{
    font-size: 70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8DC53E;
    color: transparent;
    font-weight: 700;
    line-height: 1;
}
.section_why .col_right .number_large p{
    margin-bottom: 0;
}
/* .section_reality .row{
    border-radius: 32px;
    padding: 30px;
    background: #fff;
} */
 /*                         section_product                              */


.section_product .row {
    background: #fff;
    padding-bottom: 30px;
    border-radius: 32px;
}
.section_product .row .col,
.section_product .row .col .row{
    padding-bottom: 0;
}
 .table-wrapper {
  width: 100%;
  padding: 10px;
}

.veggie-header {
  background-color: #8DC53E;
  color: white;
  font-weight: bold;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.veggie-header .table-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.veggie-header img {
  width: 34px;
  height: 34px;
}

.veggie-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  gap: 2px;
  background-color: #fff;
  /* border-radius: 0 0 12px 12px; */
  /* overflow: hidden; */
  max-height: 520px;
  overflow-y: auto;
}
 
.veggie-item {
  padding: 8px 16px;
  background-color: rgba(213, 243, 171, 0.76);
  /* border: 2px solid #fff; */
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  min-height: 50px;
  align-content: center;
  /* margin: 0 !important; */
}

/* Bottom rounded corners */
.veggie-bottom{
    border-top: 2px solid #fff;
    height: 20px;
    background: rgba(213, 243, 171, 0.76);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}


/*                      /end table product                    */
/*                      section benefit                      */
.section_benefit .row_banner{
    border-radius: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(./assets/images/bg_banner_benefit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.section_benefit .col{
    padding-bottom: 0;
}
.section_benefit .row_banner .col_title{
    align-content: center;
    vertical-align: middle;
    text-align: center;
}
.section_benefit .title_main_top h2,
.section_benefit .title_main h2{
    color: #fff;
}
.section_benefit .title_main_top::before, .section_benefit .title_main_top::after{
    background: #fff;
}
.section_benefit .col_benefit_effect{
    position: relative;
}
/* .section_benefit .col_benefit_effect::after{
    content: '';
    position: absolute;
    background-image: url(./assets/images/image-center.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 310px;
    aspect-ratio: 1 / 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
} */
.section_benefit .col_benefit_effect .col-inner{
    justify-items: center;
    width: 620px;
    height: 620px;
    align-content: center;
    border-radius: 50%;
    /* background: tan; */
    overflow: hidden;
    position: relative;
    margin-left: auto;
    animation:rotate 50s linear infinite;
}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
/* .section_benefit .col_benefit_effect .col-inner::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 620px;
    width: 1px;
    background: red;
    z-index: 1;
}
.section_benefit .col_benefit_effect .col-inner::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 620px;
    height: 1px;
    background: red;
    z-index: 1;
} */

.section_benefit .img_center_circle{
    /* position: relative; */
    width: 57% !important;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 0px 22px #FFFFFF4D;
    border-radius: 9999px;
    border: 24px solid #8DC53E;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin-bottom: 0 !important;
    animation: rotate-img 50s linear infinite;;
}
@keyframes rotate-img {
    0%{
        transform: rotate(-360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.section_benefit .items_circle .icon-box-img{
    margin: 0;
    padding: 8px;
    background: #32B356;
    border: 13px solid #fff;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.section_benefit .items_circle .icon-box-img img{
    padding: 0;
}
.section_benefit .items_circle .icon-box-text p{
    font-style: 14px;
    color: #32B356;
    font-weight: 400;
}
/* .section_benefit  .circle-wrapper {
    position: relative;
    width: 265px;
    height:265px;
    margin: 0 auto;
} */
/* @keyframes rotate-i-0 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes rotate-i-1 {
    0%{
        transform: rotate(-40deg);
    }
    100%{
        transform: rotate(320deg);
    }
}
.section_benefit .col_benefit_effect .items_circle.i-0 .icon-box-img,
.section_benefit .col_benefit_effect .items_circle.i-0 .icon-box-text .swivel_part{
    animation:rotate-i-0 50s linear infinite;
}
.section_benefit .col_benefit_effect .items_circle.i-1 .icon-box-img,
.section_benefit .col_benefit_effect .items_circle.i-1 .icon-box-text .swivel_part{
    animation:rotate-i-1 50s linear infinite;
} */
.section_benefit .col_benefit_effect .items_circle.i-0{
    transform: translate(-50%, -159%) rotate(0deg);
}
.section_benefit .col_benefit_effect .items_circle.i-1 { 
    transform: translate(22%, -135%) rotate(40deg);
}
.section_benefit .col_benefit_effect .items_circle.i-2 { 
    transform: translate(63%, -70%) rotate(80deg);
}
.section_benefit .col_benefit_effect .items_circle.i-3 { 
    transform: translate(50%, 4%) rotate(120deg);
}
.section_benefit .col_benefit_effect .items_circle.i-4 { 
    transform: translate(-11%, 52%) rotate(160deg);
}
.section_benefit .col_benefit_effect .items_circle.i-5 { 
    transform: translate(-90%, 52%) rotate(200deg);
}
.section_benefit .col_benefit_effect .items_circle.i-6 { 
    transform:  translate(-152%, 1%) rotate(240deg);
}
.section_benefit .col_benefit_effect .items_circle.i-7 { 
    transform: translate(-163%, -71%) rotate(280deg);
}
.section_benefit .col_benefit_effect .items_circle.i-8 { 
    transform: translate(-123%, -134%) rotate(320deg)
}

.section_benefit .col_benefit_effect .items_circle{
    position: absolute;
    display: flex;
    flex-direction: column-reverse; 
    align-items: center;
    transform-origin: center;
    z-index: 1;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
}
.section_benefit .col_benefit_effect .items_circle .icon-box-text{
    width: 250px;
    height: 200px;
    padding: 60px 28px 0 28px;
    text-align: center;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: translate(0, 63px) rotate(0deg) skewX(1deg) skewY(1deg);
    /* z-index: -1; */

}
.section_benefit .col_benefit_effect .items_circle .icon-box-text .swivel_part{
    width: 80px;
    height: 60px;
    display: inline-block;
    /* animation:rotate 50s linear infinite; */
}
.section_benefit .items_circle .icon-box-text p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_benefit .border_circle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 1px dashed #fff;
}
/*                      /section benefit                     */
.section_reality .col.large-12,
.section_client .img_left{
    padding-bottom: 0;
}
.section_client .img_left{
    position: relative;
}
.section_client .img_left .col-inner{
    position: absolute;
    bottom: 0;
}
.section_client .col_note_right{
    padding-bottom: 30px !important;
}
.section_client .col_note_right .col-inner{
    border-radius: 16px;
    padding: 20px;
    background: #fff;
}
.section_client .col_note_right .icon_item{
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 8px;
    padding-bottom: 20px;
}
.section_client .col_note_right .icon-box-img{
    margin-bottom: 0;
    padding: 8px;
    border-radius: 9999px;
    background: #8DC53E;
}
.section_client .col_note_right .col_note{
    padding-bottom: 0!important;
}
.section_client .col_note_right .col_note .col-inner{
    padding: 16px;
    border-radius: 16px;
    background: #e5e7eb;
}
.section_client .col_note_right .col_note .col-inner p{
    color: rgb(117 117 117 / 1);
    line-height: 1.8;
    font-weight: 400;
}
.section_reality .reality_gallery .gallery-col{
    padding: 0 10px;
}
.section_reality .reality_gallery .gallery-col img{
    border-radius: 6px;
    overflow: hidden;
}
.section_reality .text p{
    color: rgb(117 117 117 /1);
}
/* section contact form */
.section_regis_consultation {
    padding-bottom: 30px !important;
}
.section_regis_consultation .row{
    border-radius: 32px; 
    padding: 30px;
    background: #fff;
    /* gap: 50px; */
}
.section_regis_consultation .col_left,
.section_regis_consultation .col_right{
    text-align: center;
    align-content: center;
    padding-bottom: 0;
}
.section_regis_consultation .col_left .form_register input,
.section_regis_consultation .col_left .form_register textarea{
    border-radius: 4px;
    height: 50px;
    box-shadow: 0 0 #0000, 00 #000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #8DC53E;
}
.section_regis_consultation .col_left .form_register .btn_regis{
    width: 100%;
    max-width: 320px;
    border: none;
    background: #8DC53E;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 28px;
    border-radius: 8px;
}
.section_regis_consultation .col_left .form_register .btn_regis:hover{
    background: #32B356;
}
.section_regis_consultation .col_left .form_register .btn_regis span{
    position: relative;
}
.section_regis_consultation .col_left .form_register .btn_regis span::after{
    content: ' ';
    position: absolute;
    display: inline-block;
    width: 18px;
    height:18px;transform: translate(-50%, -50%);
    top: 50%;
    right: -30%;
    background-image: url(./assets/images/svgviewer-png-output.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.section_regis_consultation .wpcf7-spinner{
    display: none;
}
.section_regis_consultation .col_right{
    padding-left: 50px;
}
/* .section_regis_consultation .col_left */
/*                  footer                       */
#footer .col{
    animation-duration: 1s;
    padding-left: 6px;
    padding-right: 6px;
    /* padding-bottom: 0; */
}
#footer .amlab_footer{
    padding-bottom: 0;
}
#footer .footer_menu_social_icon .col{
    padding-bottom: 10px;
}
#footer .footer_title_menu{
    margin-bottom: 20px;
    text-transform: capitalize;
}
#footer h4,
#footer .text p,
#footer span ,
#footer .icon-box-text p{
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
}
#footer .icon-box-text p{
    font-weight: 500;
}
#footer .icon-box:nth-child(even){
    margin-bottom: 12px;
    margin-top: 12px;
}
#footer .icon-box{
    border-radius: 8px;
    border-width: 1px;
    padding: 12px 20px;
    box-shadow: 0 0 #0000, 0 0 #0000, 3px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
#footer .icon-box .icon-box-text{
    align-content: center;
}
#footer .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link{
    border-bottom: none;
}
#footer .ux-menu.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link::before{
    content: '';
    position: relative;
    background: #8DC53E;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 8px;
}
#footer .back-to-top{
    background: #fff;
    border: none;
    top: auto;
    right: 15px !important;
    border-radius: 4px !important;
    box-shadow: 0px 0px 20px #ccc !important;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s;
    bottom: 100px;
}
#footer .back-to-top .icon-angle-up{
    color: #8bc34a;
}
#footer .back-to-top .icon-angle-up::before{
    text-align: center;
    font-weight: bold;
    font-style: 19px;
    line-height: 35px;

}
.col_title_section{
    padding-bottom: 0;
}

/*                          page liên hệ                     */
.section_info_contact .row.col_2{
    background-color: #e5e7eb;
    padding: 25px !important;
    align-self: center;
    vertical-align: middle;
}
.section_info_contact .contact_title{
    position: relative;
}
.section_info_contact .contact_title h2{
    letter-spacing: 0 !important;
    font-size: 20px !important;
}
.section_info_contact .contact_title::before{
    content: '';
    position: absolute;
    background: #8DC53E;
    width: 100px;
    bottom: -1px;
    height: 2px;
    left: 0;
}
.section_info_contact .col_info_left{
    padding: 0 10px 0 0;
}
.section_info_contact .col_info_left .img-inner::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.section_info_contact .col_info_left .img-inner:hover::before {
    animation: shine 1s;
}
@keyframes shine{
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
.section_info_contact .col_form_left input{
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: 1px solid #e0e0e0;
    padding-left: 15px; 
    padding: 1rem;
    /* background: #f4f4f4; */
    color: #000;
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 10px;
}
.section_info_contact .col_form_left textarea{
    background: #f4f4f4;
    color: #000;
    font-size: 14px;
    border: 1px solid #f4f4f4;
    height: 100%;
}
.section_info_contact .col_form_left .btn_contact{
    line-height: 12px;
    display: inline;
    padding: 13px 30px ;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    background-color: #8DC53E;
    border: 1px solid #32B356;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: auto;
    cursor: pointer;
}
.section_info_contact .col_info_right{
    padding: 0 0 0 10px;
}
.section_info_contact .col_info_right p{
    line-height: 17px;
    margin-bottom: 10px;
    font-weight: 400;
}
.section_info_contact .col_form_right .col-inner{
    padding: 8px !important;
    text-align: center;
    background-color: #e5e7eb;
}
.section_info_contact .col_form_right p{
    margin-bottom: 0;
}
.section_info_contact .row.col_2{
    
    margin-bottom: 30px;
}
.section_info_contact .col_form_left form,
.section_info_contact .col_form_left .btn_contact{
    margin-bottom: 0;
}
.section_info_contact .col_form_left .form_contact{
    padding-left: 20px;
    padding-right: 20px;
}
.section_info_contact .col_form_left .form-left{
    flex-basis: 50%;
    max-width: 48%;
}
.section_info_contact .col_form_left .form-right{
    flex-basis: 50%;
    max-width: 48%;      
}
.gioi_thieu .col{
    padding-bottom: 0;
}
.gioi_thieu ul{
    padding-left: 20px;
}
/* page khách hàng */
.client_page .box{
    cursor: pointer;
}
.client_page .box::after,
.product .box::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to top, #32B356 0%, #00000000 100%);
}
.client_page .box .image-cover{
    overflow: hidden;
}
.client_page .box .image-cover:hover img,
.category-item .img-inner:hover img{
    transform: scale(1.1);
}
.client_page .box img{
    aspect-ratio:  1 / 1;
}
.client_page .box img,
.category-item .img-inner img{
    transform: scale(1);
    transition: all 0.5s;
    overflow: hidden;
}
.client_page .box .box-text{
    position: absolute;
    z-index: 2;
    padding: 60px 50px;
    pointer-events: none;
}
.client_page .box .box-text .client_name{
    text-align: left;
}
.client_page .box .box-text .client_name h3{
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;    
    white-space: normal;
    overflow: hidden;
}
/* table light box */
.mfp-auto-cursor{
    overflow-y: auto;
    height: 100vh;
}
.client_item{
    max-width: 80% !important;
    height: 100vh;
    box-shadow: 2px 2px 7px #ccc;
    border-radius: 5px;
    background-color: #fff;
}
.client_item .client_title h2{
    color: #32B356;
    font-weight: 600; 
    font-size: 42px;
    font-style: italic;
    text-align: left;
}
.client_item .btn_see_detail{
    margin-top: 50px;
    position: relative;
    border: 1px solid #32B356;
    padding: 0 40px 0 20px;
    color: #32B356;
    transition: all 0.5s;
    border-radius: 4px !important;
    display: inline-block;
    align-content: center;
}
.client_item .btn_see_detail:hover{
    color: #fff;
    background: #32B356;
}
.client_item .btn_see_detail:hover::after{
    color: #fff;
}

.client_item .btn_see_detail::before{
    position: absolute;
    content: '';
    clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
    background: #32B356;
    bottom: 2px;
    left: 2px;
    height: 20px;
    width: 20px;
}
.client_item .btn_see_detail::after{
    position: absolute;
    content: '»';
    color: #32B356;
    top: 0;
    right: 2px;
    margin-right: 15px;
    font-size: 20px;
}
.client_item .btn_see_detail span{
    line-height: 1;
    font-weight: 400;
}
.garden-table {
    width: 100%;
    border-spacing: 1px;
    font-family: Arial, sans-serif;
    border: 1px solid #ececec;
}

.garden-table th,
.garden-table td {
    border: 1px solid #333;
    padding: 8px;
    text-align: center;
    font-size: 16px;
}

.garden-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.garden-table td {
    color: #333;
}
.client_item .flickity-prev-next-button:hover{
    transform: none;
    opacity: 1;
}
.client_item .flickity-prev-next-button .flickity-button-icon:hover{
    background: #32B356 !important;
    fill: #fff !important;
}

.client_item .flickity-prev-next-button{
    box-shadow: none;
    transform: none;
    color: #000000;
    opacity: 1;
}
.client_item .flickity-prev-next-button .flickity-button-icon{
    background: #fff !important;
    border: none;
}

.slider-nav-outside.slider-nav-circle .previous{
    margin-right: -20px;
}
.slider-nav-outside.slider-nav-circle .next{
    margin-left: -20px;
}
/*              trang cửa hàng, danh mục sản phẩm                   */
.category-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    gap: 20px; 
    padding-bottom: 30px;
    padding-top: 20px;
}
.category-tabs h2{
    font-size: 20px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.category-tabs h2::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 195px;
    height: 10px;
    z-index: 1;
    clip-path: polygon(0px 0px, 95% 0px, 100% 100%, 0% 100%);
    background: #8DC53E;
}
.category-item {
    text-align: center; 
    transition: all 0.2s;
    border: 1px solid #E5E5EA;
    border-radius: 0.4rem;
    background: #fff;
    padding: 8px;
    animation: fadeOpacity 0.5s ease-in-out;
    box-shadow: 2px 2px 7px #ccc
}
@keyframes fadeOpacity{
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.category-item:hover {
    transform: translateY(-0.5rem);
    box-shadow: 2px 2px 7px #8DC53E;
    border-color: #DEDEDE;
}

.category-item img {
    max-width: 100%;
    height: auto;
    object-fit: cover; 
    aspect-ratio: 4 / 3;
    border-radius: 4px;
}
.category-item .img-inner{
    position: relative;
    overflow: hidden;
}
.category-item .img-inner::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}
.category-item .img-inner:hover::before { 
    animation: shine 1s;
}

.category-item p {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    max-height: 40px;
    margin: 10px 0 0 0 ;
}
 
/*                  sản phẩm                 */
.product{
    pointer-events: auto;
}
.product .box{
    position: relative;
    overflow: hidden;
    pointer-events: auto;
}

.product .box-image a{
    aspect-ratio: 380 / 490;
    width: 100%;
    border-radius: 35px;
    overflow: hidden;
}
.product .box-image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    pointer-events: auto;
}
.product .box-text{
    position: absolute;
    /* top: 60%; */
    bottom: -130px;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 60px 45px;
    z-index: 2;
}
 .product .box::before {
    border-radius: 35px;
 }
 .product .box:hover .box-text{
    bottom: 0;

 }
  .product .box:hover .box-text .box-excerpt{
    opacity: 1;
 }
.product .box-text .title-wrapper a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-stretch: normal;
    letter-spacing: normal;
}
.product .box-text .price-wrapper{
    display: none;
}
.product .box-text .box-excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    opacity: 0;
    transition: all 0.5s;
}
/* breadcrumb */
.breadcrumbs{
    font-size: 14px;
}
.breadcrumbs .col-inner p{
    display: flex;
    align-items: center;
}
.breadcrumbs a.active,
.breadcrumbs a:last-child{
    font-weight: 700;
}
.breadcrumbs a{
    /* padding: 0 10px; */
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-self: center;
}
.breadcrumbs .col-inner p{
    position: relative;
}
.breadcrumbs  a:first-child{
    padding-left: 0px;
    font-size: 0;
    line-height: 0;
    padding-right: 10px;
}
.breadcrumbs  a:first-child::before{
    content: '';
    position: relative;
    display: inline-flex;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    background-color: #6b6b6b; /* màu bạn muốn cho icon */

    /* Dùng icon làm mask */
    -webkit-mask-image: url('./assets/images/icon_house.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url('./assets/images/icon_house.png');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumbs  a:not(:last-child)::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
    position: relative;
    display: inline-flex;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%) rotate(45deg);
    margin: 0 10px;
}

.woocommerce-breadcrumb a:first-child::after,
.single-product .woocommerce-breadcrumb a:first-child::after{
    margin: 0 5px 0 0;
    left: 1% !important;
}
.woocommerce-breadcrumb a::after{
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    left: 0 !important;
}
.breadcrumbs a:not(:last-child)::after{
    top: -7px;
    left: 50%;
}
.breadcrumbs .divider{
    display: none;
}

/*              trang chi tiết sản phẩm                      */
.shop-container .type-product{
    background-color: #fff;
}
.product-page-title{
    background: #f5f5f5;
}
#product-sidebar .block_widget{
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.ux_support .col{
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}
.ux_support .title_main h2{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}
.ux_support .p_main p{
    margin: 10px 0;
    font-size: 16px;
    color: #828282;
}
.ux_support .form_support{
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
}
.ux_support .form_support input{
    width: 100%;
    padding: 10px;
    height: 41px;
    border: 0.5px solid #898989;
    background-color: #fff;
    margin-right: 5px;
    user-select: none;
    color: #000;
    outline: none;
    border-radius: 4px;
    font-size: 13px;
}
.ux_support .form_support input::placeholder{
    color: #ccc;
    font-size: 13px;
}
.ux_support .form_support .btn_support{
    padding: 0 10px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    border: none;
    color: #fff;
    border: 1px solid #8DC53E;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background: #8DC53E;
    border-radius: 4px;
    font-size: 15px;
    text-transform: capitalize;
}
.ux_support .form_support .btn_support:hover{
    color: #8bc34a;
    background: #fff;
}
.ux_support .zalo_con p{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
}
.ux_support .zalo_con .letter-form-chat-message{
    display: inline-flex;
    font-size: 15px;
    color: #8DC53E;
    font-weight: 700;
}
.shop-container .product-info .is-divider{
    display: none;
}
.shop-container .product_custom_layout{
    /* padding: 20px !important; */
    border-right: none;
    margin-right: 20px;
    max-width: calc(75% - 20px);
}
.shop-container .product_custom_layout .product_custom_layout_top{
    padding: 20px;
    background: #fff;

}
.shop-container .product-info{
    padding-left: 10px !important;
    border-left: none !important; 
    padding-right: 0 !important;
    padding-bottom: 0;
}
.shop-container .product-gallery{
    padding: 0 10px 0 0 !important;
}
.product_detail{
    font-size: 14px;
    /* display: flex; */
}
.shop-container .product-info .product_title{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product_detail .product-detail-status{
    padding: 8px 10px; 
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    background: #27C500;
    margin-right: 1.6rem;
}
.product_detail  .custom-visitor-count{
    padding: 8px 10px;
    background: transparent;
    border: 1px solid #8DC53E;
    border-radius: 4px;
    color: #8DC53E;
    display: inline-block;
    margin-right: 16px;
}
.product_detail .star_rating_list{
    display: inline-flex;
    padding: 8px 10px;
    background: transparent;
}
.product_detail .star_rating_list li{
    list-style-type: none;
    margin:0 1px;
}
 .custom-product-meta p{
    font-size: 14px;
} 
 .custom-product-meta img{
    padding-bottom: 2px;
}
.product-info .product-short-description p{
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}
.product_custom_layout .pro_desc{
    padding: 20px !important;
    margin-top: 20px;
    background: #fff;
}
.product_custom_layout .pro_desc .col{
    padding-bottom: 0px;
}
.product_custom_layout .pro_desc .title-content {
    background: #f8f8f8;
    color: #5A5A5A;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
}
.product_custom_layout .pro_desc .product-long-description{
    padding: 10px;
}
.product-info .product_detail_price{
    padding: 25px 16px;
    background: rgb(248, 248, 248);
    margin-bottom: 20px;
}
.product-info .product_detail_price span {
    font-size: 14px;
    line-height: 22px;
}
.product-info .product_detail_price #view-price-detail{
    color: rgb(255, 0, 0);
    font-size: 20px;
    font-weight: bold;
}
.product-container{
    padding-bottom: 30px;
    background: #f5f5f5;
}
.product-footer .related-products-wrapper{
    padding: 20px 0;
    border-top: none; 
}
.product-footer .related-products-wrapper .flickity-prev-next-button{
    display: none;
}
.product-footer .container{
    background: #fff;
    /* padding: 20px 0; */
}
.product-footer  .product-small{ 
    background: #fff !important;
}
.product-footer .product_related_title{
    color: #5A5A5A;
    font-size: 20px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-footer .product_related_title span{
    font-weight: 600;
    line-height: 1;
}
.product-footer .product_related_title a{
    font-size: 16px;
    position: relative;
}
.product-footer .product_related_title a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
    position: relative;
    display: inline-flex;
    right: 0;
    top: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 5px;
}
.product-footer .product-section-title-related{
    display: none;
}
.product-footer .flickity-page-dots{
    left: calc(50% - 25px); 
    display: flex;
}
.product-footer .flickity-page-dots .dot{
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px 7px;
    background: #6b6b6b;
    border-radius: 50%;
}
.product-footer .flickity-page-dots .dot.is-selected{
    background-color: #8DC53E !important;
    border: 1px solid #fff;
}
.product-info .quantity-label{
    display: inline-flex;
    max-width: fit-content;
    font-weight: 400;
    font-size: 14px;
}
.product-info form.cart{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE6AD;
    padding: 10px;
    border-radius: 4px;
    gap: 8px;
}
.product-info form.cart .ux-quantity{
    align-items: center;
}
.product-info form.cart .ux-quantity input{
    min-height: 28px ;
    height: 28px ;
    font-size: 14px;
    background: #fff;
    color: #000;
    text-shadow: none;
    line-height: normal;
    width: 28px;
    box-shadow: none;
}
.product-info form.cart .single_add_to_cart_button,
.product-info form.cart .ux-buy-now-button{
    background: #8DC53E !important;
    padding: 0 12px;
    font-size: 14px;
    height: 43px;
    border: 0;
    color: #fff;
    border-radius: 4px;
    text-transform: none;
    font-weight: 400;
}
.product-main{
    padding-bottom: 10px;
}
/* .load-more-wrapper #load-more-products{
    padding: 10px 16px;
    border-radius: 2px;
    border: 1px solid #8DC53E;
    font-size: 16px;
    transition: all 0.2s;
    display: inline-block;
    background: transparent;
    color: #8dc53e;
    cursor: pointer;
    line-height: 20px;
    text-transform: none;
}
.load-more-wrapper #load-more-products img{
    margin-top: 6px;
    margin-left: 6px;
    animation: bounceAlphaY 1.4s infinite linear;
}
@keyframes bounceAlphaY{
    0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateY(10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateY(-10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
} */
/* .header-search .nav-dropdown{
    border: none;
    padding: 0;
    top: 40px;
    left: 0;
} */
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown::before{
    border: none;
}
/* .header-search .nav-dropdown-has-arrow li.has-dropdown::after{
    bottom: -13px;
} */
.header-search-form input.search-field{
    border: none;
    background: #f9f9f9;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    box-shadow: none;
}
.header-search-form .ux-search-box{
    visibility: visible;
    opacity: 1;
    box-shadow: 2px 2px 7px #ccc;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.1s;
    box-sizing: border-box;
    transition: ease-in-out 0.2s;
    
}
.header-search-form .ux-search-submit{
    height: 35px;
    border: none;
    padding: 10px;
    display: flex;
    align-items: center;
    background: #8dc53e;
    cursor: pointer;
    user-select: none;
}
.header .header-main .header-inner .ux-search-submit .icon-search{
    color: #fff;
    font-size: 14px;
}







































@media only screen and (max-width: 64em) {
    /*************** ADD TABLET ONLY CSS HERE  ***************/
    /* .header{
        display: none;
    } */
     .header-main{
        height: 85px !important;
     }
     .header-main .header-inner .logo img{
        height: 55px ;
     }
    .header-main .header-inner .icon-menu{
        display: block;
        font-size: 35px;
        position: relative;
        color: #8DC53E;
    }
    .section_introduce .slider-nav-circle .flickity-prev-next-button.previous{
        left: 42%;
    }
    .section_introduce .slider-nav-circle .flickity-prev-next-button.next {
        right: 42%;
    }
    .text_effect p{
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section_why .col_left .icon_item p{
        text-align: start !important;
    }
    .section_why .row_all {
        justify-items: center;
        /* padding: 0 0 20px 30px !important; */
    }
    .section_why .row_all .col_left {
        left: -35px;
    }
    .section_why .row_all .col_right{
        order: 0 !important; 
        /* left: 30px; */
    }
    .section_why .row_all .col_right .col_geometry{
        clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%);
        order: 2;
        transform: rotate(180deg);
    }
    .section_why .col_left .icon_item{
        width: 100% !important;
    }
    .section_why .row_all .col_left .icon_item .icon-box-img{
        order: 0 !important;
    }
    .section_why .row_all .col_left .icon_item p{
        font-size: 12px;
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .section_why .row_all .col_right{
        flex-basis: 40% !important;
        max-width: 40% !important;
        vertical-align: middle;
        align-content: center;
    }
    .section_why .row_all .col_left{
        flex-basis: 60% !important;
        max-width: 60% !important;
    }
    .section_why .col_left .icon-box-img .icon{
        width: 20px;
        height: 20px;
    }
    .section_why .row_content::after{
        left: 40%;
    }
    .section_why .col_right .number_large{
        font-size: 40px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #8DC53E;
        color: transparent;
        font-weight: 700;
        line-height: 1;
        text-align: left;
        transform: translateX(30px);
    }
    .section_product .col{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .veggie-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
    }
    .section_reality .reality_gallery .gallery-col{
        margin: 0;
    }
    .section_client .img_left .col-inner{
        position: relative;
        /* bottom: 0; */
    }

    .section_benefit .resp_slider_benefit .owl-item{
        padding: 6px;
        flex-basis: calc(100% / 6);
        max-width: calc(100% / 6) !important;
    }

    .section_benefit .resp_slider_benefit .items_circle{
        margin-bottom: 16px;
        display: flex;
        flex-direction: column-reverse; 
        align-items: center;
        transform-origin: center;
        z-index: 1;
    }
    .section_benefit .resp_slider_benefit .items_circle .icon-box-text{
        text-align: center;
        background: #fff;
        padding: 16px 12px 35px 12px;
        /* margin-bottom: 35px; */
        border-radius: 12px;
        min-height: 120px;
        width: 100%;
    }
    .section_benefit .resp_slider_benefit .items_circle .icon-box-img{
        transform: translateY(-32px);
        /* border: 1px solid #8DC53E; */
        position: relative;
        animation: none !important;
    }
    .section_benefit .resp_slider_benefit .items_circle .icon-box-img::after{
        content: '';
        position: absolute;
        border-radius: 50%;
        border: 1px solid #8DC53E;
        display: block;
        width: calc(100% + 26px);
        height: calc(100% + 26px);
        top: -33%;
        left: -36%;
    }
    .table_rau_xa_lach .veggie-item:nth-last-child(-n+3),
    .table_rau_thom .veggie-item:nth-last-child(-n+3){
        background: #fff; 
        min-height: 0;
        padding: 0;
    }

    .section_info_contact .col_form_left .form-left{
        margin-right: 5px !important;
    }
    .section_info_contact .col_form_left .form-right{
        margin-left: 5px !important;  
    }
    .shop-container .product_custom_layout{
        flex-basis: 100% !important;
        max-width: 100% ;
    }
    .shop-container .product_custom_layout .product-gallery img{
        max-width: 500px;
        max-height: 500px;
    }
    #product-sidebar{
        display: none;
    }
    .category-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .product .box-text .title-wrapper a{
        font-size: 16px;
    }
}










@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .text_xsmall,
    .text_xsmall>* {
        font-size: 12px !important;
    }

    .text_small,
    .text_small>* {
        font-size: 14px !important;
    }

    .text_medium,
    .text_medium>* {
        font-size: 18px !important;
    }
    .title_small,
    .title_small>* {
        font-size: 20px !important;
    }

    .text_large,
    .text_large>* { 
        font-size: 24px !important;
    }

    .text_xlarge,
    .text_xlarge>* {
        font-size: 32px !important;
    }

    .text_xxlarge,
    .text_xxlarge>* {
        font-size: 40px !important;
    }

    .footer_menu_social_icon{
        padding: 0 10px;
        margin: 0 -4px !important;
    }
     .veggie-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
    }
    /* .header{
        display: none;
    } */
    .section_benefit .resp_slider_benefit .items_circle .icon-box-img{
        animation: none !important;
    }
    .section_introduce,
    .section_regis_consultation,
    .section_reality,
    .section_client,
    .section_why,
    .section_benefit,
    .section_product { 
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .section_why .row_all .col_left .icon_item p{
        font-size: 12px !important; 
        font-weight: 400;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .section_why .row_all .col_right {
        flex-basis: 40% !important;
        max-width: 40% !important;
        vertical-align: middle;
        align-content: center;
    }
    .section_why .row_all .col_right .row .col:nth-child(1){
        width: 40%;
    }
    .section_why .row_all .col_right .row .col:nth-child(2){
        width: 60%;
    }
    .section_why .row_all .col_right .row .col_geometry .is-divider{
        width: 75%;
    }
    .section_why .row_all .col_left {
        flex-basis: 60% !important;
        max-width: 60% !important;
    }

    .section_regis_consultation .row {
        padding: 30px 0;
    }
    .section_introduce .row,
    .section_regis_consultation .row,
    .section_reality .row,
    .section_client .row{ 
        border-radius: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .section_product .row .col:nth-child(1){
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .section_product .row .col:nth-child(2){
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .section_product .col_product .col-inner .row{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .section_client .col_note_right{
        padding-left: 0;
        padding-right: 0;
    }

    .section_regis_consultation .col_right{
        padding-left: 15px;
    }
    .section_regis_consultation .col_left .form_register .inp_phone,
    .section_regis_consultation .col_left .form_register .inp_email{
        width: 100% !important;
    }


     .section_benefit .resp_slider_benefit .owl-item{
        padding: 6px;
        flex-basis: calc(100% / 2);
        max-width: calc(100% / 2) !important;
    }
    .section_benefit .resp_slider_benefit .items_circle .icon-box-text{
        text-align: center;
        background: #fff;
        padding: 16px 12px 35px 12px;
        /* margin-bottom: 35px; */
        border-radius: 12px;
        min-height: 120px;
        width: 100%;
    }
    .section_product .row .col_product{
        padding-left: 0;
        padding-right: 0;
    }
    .section_benefit .resp_slider_benefit .items_circle{
        margin-bottom: 0;
    }
    .section_introduce .slider-nav-circle .flickity-prev-next-button.previous{
        left: 38%;
    }
    .section_introduce .slider-nav-circle .flickity-prev-next-button.next {
        right: 38%;
    }

    .section_info_contact{
        padding-left: 10px;
        padding-right: 10px;
    }
    .section_info_contact .col_form_left{
        padding-left: 0;
        padding-right: 0;
    }
    .section_info_contact .col_form_left .form-left{
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0 !important;
    }
    .section_info_contact .col_form_left .form-right{
        flex-basis: 100%;
        max-width: 100%;      
        margin-left: 0 !important;
    }

    .section_info_contact .row.col_2{
        background-color: #e5e7eb;
        padding: 10px !important;
        align-self: center;
        vertical-align: middle;
    }
    .breadcrumbs{
        display: none;
    }
    .section_info_contact .col_info_right{
        padding: 15px 0 0 0;
    }
    .shop-container .product_custom_layout{
        max-width: 100%;
        margin-right: 0px;
    }

    .product-page-title,
    .shop-page-title{
        display: none;
    }
    .shop-container .product-gallery {
        padding: 0  !important;
    }
    .shop-container .product-info{
        padding-left: 0 !important;
    }
    .product_custom_layout .pro_desc .col{
        padding: 0;
    }
    .product-footer .container,
    .product-footer .product-small{
        background: #F5F5F5 !important;
    }
    .product-footer .product_related_title {
        font-size: 16px;
        padding: 0 0 20px 0;
    }
    .product-footer .product_related_title a{
        font-size: 14px;
    }
    .category-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .shop-container .type-product{
        padding: 5px;
    }
    .product .box-text{
        padding: 60px 10px;
    }
    .client_page .col_title_page{
        padding-bottom: 0;
    }
    .client_table{
        max-height: 200px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .client_item{
        margin: 0;
        max-width: 100% !important  ;
        height: 90vh;
    }
    .section_client_detail{
        padding: 0 !important;
    }
} 

