@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root{
    --color-main: #7B9935;
    --color-white-opacity-01: #F4F4F436;
    --color-text-title: #315350;
    --bg-discount: #f6e1ce;
    --color-discount: #F07C28;
    --color-384F5F: #384F5F;
    --color-73838E: #73838E;
    --color-88959F: #88959F;
}
*,a:active,a:focus{outline:0!important}
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #315350;
}
body::-webkit-scrollbar-track,.modal::-webkit-scrollbar-track,#modal-search-today .modal-content::-webkit-scrollbar-track,.ovh .nav-sidebar-items .nav-content::-webkit-scrollbar-track{background-color:rgba(222, 222, 222, .75)}
body::-webkit-scrollbar-thumb,.modal::-webkit-scrollbar-thumb,#modal-search-today .modal-content::-webkit-scrollbar-thumb,.ovh .nav-sidebar-items .nav-content::-webkit-scrollbar-thumb{background-color:rgba(148, 148, 148, 0.7)}
body::-webkit-scrollbar,.modal::-webkit-scrollbar,#modal-search-today .modal-content::-webkit-scrollbar,.ovh .nav-sidebar-items .nav-content::-webkit-scrollbar{width:8px;background-color:rgba(222, 222, 222, .75)}
input[type="text"], input[type="email"],
input[type="tel"],
input[type="password"],
input.form-control,select.form-control{
    height: 50px;    
    font-size: 15px;
    color: #315350;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="text"]:focus, input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
.form-control:focus,
textarea:focus{
    outline: none;
    box-shadow: none;
    border-color: #315350 !important;
}
img {
    max-width: 100%;
}
.lg-on {
    overflow: hidden;
}
.font-weight-500{
    font-weight: 500 !important;
}
.font-weight-400{
    font-weight: 400 !important;
}
.color-text-title{
    color: #315350;
}
.color-384F5F{
    color: #384F5F;
}
.color-88959F{
    color: #88959F;
}
.color-73838E{
    color: #73838E;
}
.color-main, a.color-main:hover{
    color: #7B9935;
}
.bg-color-main{
    background-color: #7B9935;
}
.bg-size-cover{
    background-size: cover !important;
}
.border-radius-10{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.border-radius-5{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.focus-no-shadow:focus{
    box-shadow: none !important;
}
.font-size-15px{
    font-size: 15px;
}
.font-size-14px{
    font-size: 14px;
}
.font-size-18px{
    font-size: 18px;
}
.font-size-48px{
    font-size: 48px;
}
.font-size-12px{
    font-size: 12px;
}
.max-width-500{
    max-width: 500px;
}
.max-width-800{
    max-width: 800px;
}
.max-width-900{
    max-width: 900px;
}
.max-width-1050{
    max-width: 1050px;
}
.font-barlow-semi-condensed, .text-title{
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.ui-state-error-text {
    font-size: 14px!important;
    color: #F00!important;
    margin: 0!important;
}
a, button {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear;
    cursor:pointer;
    text-decoration:none;
}
a{  
    color: #315350;
}
a,a:hover,a:visited,a:focus{text-decoration:none!important}
a:hover{color:#7B9935}
.font-weight-300{
    font-weight: 300;
}
a:hover{
    text-decoration: none;
}
a.color-text-title:hover{
    color: #315350;
}
[data-toggle="collapse"]{
    cursor: pointer;
}
.ovh {
    overflow: hidden;
}
.modal-open, .modal.show, .ovh {
    padding: 0!important;
}
#loader{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;    
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
#loader.loader-fade{
    display: none;
}
#loader img{
    max-width: 700px;
}
.table th {
    white-space: nowrap;
}
/*input number*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-control, .select2-dropdown {    
    border: 1px solid #F3F2F2;
}
.form-control {
    background: #fbfbfb;    
}
.section-checkout {
    position: relative;
}
.inner-bgd { 
    /*height: 100%;*/
    background: #FAFAFA;
    padding: 1em 0 0 30px;
}
/* The container */
.custom-radio-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.custom-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-radio-container .checkmark {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 18px;
    top: 3px;
    background-color: transparent;
    border: 1px solid #315350;
    -webkit-border-radius: 50%;
    -moz--border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 0;
}

/* On mouse-over, add a grey background color */
.custom-radio-container:hover input ~ .checkmark {
    background-color: transparent;
}
.custom-radio-container .checkmark ~ *{
    font-size: 15px;
    line-height: 22px;
}
/* When the radio button is checked, add a blue background */
.custom-radio-container input:checked ~ .checkmark {
    border-color: #7B9935;
    background-color: #7B9935;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz--border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
}

.mobile-show, .mobile-991-show{
    display: none;
}
.slick-init .item{display:none}
.slick-init .item.slick-slide,.slick-init .item:first-child{display:block}
.sl-gen:not(.noSpace) .slick-list{margin:0 -15px}
.sl-gen:not(.noSpace) .item{padding:0 15px}
.sl-gen .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #7B9935;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #7B9935;
}
.sl-gen .slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
    font-size: 1.25rem;
}
.sl-gen .slick-next:before {
    content: "\f054";
}
.slide-dots .slick-dots {    
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
}
.slide-dots .slick-dots li {
    display: inline-block;
    margin: 0 5px;    
}
.slide-dots .slick-dots li button {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slide-dots .slick-dots li.slick-active button {
    background-color: #7B9935;
}
.slick-disabled {
    border: 1px solid rgba(123,153,53,0.3)!important;
    color: rgba(123,153,53,0.3)!important;
}
.view-col .slick-track, .view-col .slick-slider, .view-col .slick-list, .view-col .item {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.inner-loading{zoom:250%}
.inner-loading .one{display:inline-block;vertical-align:middle;margin-right:-37px}
.inner-loading .two .day>img{display:inline-block}
.inner-loading .two .day>img.d{margin-top:-5px}
.inner-loading .two .day>img.a{margin:0 3px}
.inner-loading .two .day>img.y{margin-top:8px}
.inner-loading .two{display:inline-block;vertical-align:middle;line-height:24px}
.organic{margin-top:-14px;margin-left:-3px}
.key1,.key2,.key3,.key4,.key5{opacity:0}
.animate .key1{animation:fadeOne 5s linear infinite}
.animate .key2{animation:fadeThree 5s linear infinite}
.animate .key3{animation:fadeThree 5s linear .1s infinite}
.animate .key4{animation:fadeThree 5s linear .3s infinite}
.animate .key5{animation:fadeTwo 5s linear .5s infinite}
.animate .key6{animation:fadeFour 5s linear .5s infinite}
@keyframes fadeOne {
0%{opacity:0;transform:translate3d(10%,0,0)}
15%{opacity:1;transform:none}
90%{opacity:1;transform:none}
92%{opacity:0;transform:none}
100%{opacity:0;transform:none}
}
@keyframes fadeThree {
0%{opacity:0;transform:translate3d(50%,0,0)}
20%{opacity:0;transform:translate3d(50%,0,0)}
30%{opacity:1;transform:none}
98%{opacity:1;transform:none}
99%{opacity:0;transform:none}
100%{opacity:0;transform:none}
}
@keyframes fadeTwo {
0%{opacity:0;transform:translate3d(0,2px,0)}
40%{opacity:0;transform:translate3d(0,2px,0)}
50%{opacity:1;transform:none}
78%{opacity:1;transform:none}
81%{opacity:0;transform:none}
100%{opacity:0;transform:none}
}
@keyframes fadeFour {
0%{opacity:0;transform:translate3d(0,4px,0)}
43%{opacity:1;transform:translate3d(0,4px,0)}
50%{opacity:1;transform:none}
81%{opacity:1;transform:none}
83%{opacity:0;transform:none}
100%{opacity:0;transform:none}
}
.home-page .wrapper {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    overflow: hidden;
}
.home-page.load-fade .wrapper {
    overflow: auto;
}
.banner-home {
    position: relative;   
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
    background: #fff;
    min-height: 680px;
}
.home-page .banner-home {
    margin-bottom: 30px;
}
.slide-slidebox .img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    pointer-events: none;
    background-color: rgba(0,0,0,.3);
    z-index: 0;
}
.banner-home .img-logo{
    position: relative;
    z-index: 1;
}
.slide-slidebox .img{position:relative;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center}
.slide-slidebox .img img{display:none}
.slide-slidebox .img video,.slide-slidebox .img iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.header {
    min-height: 100px;
}
.header .a-logo{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 160px;
    height: 125px;
}
.header .img-logo{    
    -webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear;cursor:pointer;
    max-height: 125px;
}
.home-page .header {
    position: absolute;
    top:0;
    left:0;    
    width:100%;
    z-index: 50;
}
.home-page .banner-home {
    overflow: hidden;
    padding-top: 120px;
}
.bg-video{
    position: absolute;    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}
.bg-video .fadeSingle, .bg-video .slick-list, .bg-video .slick-list * {
    height: 100%;
}
.bg-video video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-video .slick-dots{position:absolute;right:calc((100% - 1140px)/2);bottom:30px;left:auto;width:auto;text-align:center;z-index:999}
.bg-video .slick-dots li button{
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;   
}
.hm-item-1, .hm-item-2, .hm-item-3{
    min-height: 100px;
}
.inner-cart {
    white-space: nowrap;
}
.cart-content {
    position: relative;
    display: inline-block;
}
.buget {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #7B9935;
    line-height: 16px;
    text-align: center;
    font-size: 0.55rem;
    position: absolute;
    right: -5px;
    top: 0;
    color: #F2F2F2;
}
.icon-cart {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}
nav.nav-top-2-1.d-none{
    display: none !important;
}
.nav-top-2-1 ul li:first-child{
    padding-left: 0;
}
.sub-page:not(.head-not-mg) .header {
    margin-bottom: 50px;
}
.header.fixed .nav-top-1, .sub-page .header .nav-top-1{
    border-bottom-color: #F4F4F4;
}
.nav-top-1 .dropdown ul li {
    padding: 0!important;
}
.nav-top-1 .dropdown-menu {
    right: 0;
    left: auto!important;
    min-width: 12em;
}
.nav-top-1 .dropdown-item {
    padding: 8px 15px;
    font-size: 14px;
}
.nav-top-1 .dropdown-item i {
    display: inline-block;
    width: 10px;
    margin-right: 15px;
    color: #7B9935;
}
.nav-top-1 .dropdown-item.active, .nav-top-1 .dropdown-item:active {
    background-color: #f8f9fa;
}
.header .sticky {
    position: relative;
    z-index: 100;
    height: 100px;
}
body:not(.home-page) .header .sticky, .home-page .header.fixed .sticky {
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);    
}
.header.fixed .sticky {
    position:fixed;   
    top: 0;
    left: 0;
    width: 100%;     
}
body:not(.has-headFixed) .header.fixed .sticky {
    z-index: 999999;
}
.header.fixed .a-logo {
    height: 70px;
}
.home-page .header:not(.fixed) .h-action-search img, .home-page .header:not(.fixed) .cart-content img {
    display: none;
    background: none;
}
.home-page .h-action-search {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/icon/icon-search.svg) center center/contain no-repeat;
}
.cart-content {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 23px;
    height: 22px;
    position: relative;
    vertical-align: middle;
}
.home-page .cart-content {    
    background: url(../images/icon/icon-cart.svg) center center/contain no-repeat;
}
.modal{
    z-index: 9999;
}
.modal .action-close{
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
}
.toggle-password {
    float: right;
    margin-top: -32px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    color: #8C8C8C;
}
.frm-global-search{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    width: calc( 100% - 110px);
    top: -1rem;
    position: relative;
    margin-right: 15px;
}
.frm-result-search{
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto 40px;
}
.frm-global-search .text-search,
.frm-result-search .text-search,
#modal-traceability .traceability-code{
    background: #FBFBFB;
    border: 1px solid #F3F2F2;
    box-sizing: border-box;
    border-radius: 74px;
    -webkit-border-radius: 74px;
    -moz-border-radius: 74px;
    height: 50px;
    line-height: 50px;
    padding-right: 60px;
}
#modal-traceability h3.title{
    font-family: 'Barlow Semi Condensed', sans-serif;
}
#modal-traceability .traceability-code{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 5px;
}
.frm-help-search{
    position: relative;
}
.frm-help-search .text-search{
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    color: rgba(49,83,80,0.8);
    border-color: rgba(49,83,80,0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
}
.frm-help-search .text-search::placeholder{
    color: #315350e6;
}
.frm-global-search .text-search::placeholder,
#modal-traceability .traceability-code::placeholder{
    color: #9cacaa;
}
.frm-help-search .text-search:focus,
.frm-global-search .text-search:focus{
    outline: none;
    box-shadow: none;
    border-color: #315350;
}
.frm-result-search .text-search:focus{
    outline: none;
    box-shadow: none;
}
.frm-help-search .btn-search,
.frm-global-search .btn-search,
.frm-result-search .btn-search{
    outline: none;
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: transparent;
    font-size: 1.25rem;
    color: #384F5F;
}
.frm-global-search .btn-search,
.frm-result-search .btn-search{
    color: #7B9935;
    width: 54px;
    height: 54px;
    left: auto;
    right: 5px;
}
.boxSearch ~ .boxSearch {
    padding-top: 50px;
}
.wrapper { overflow-x: hidden;}
.section-cover{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 5;
}
.banner-home .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.banner-home .captionWrap {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    max-height: 280px;
    height: auto;
    z-index: 1;
}
.bg-video .content{
    max-width: 780px;
}
.banner-home .content h1{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 108px;
}
.banner-home .content .description{
    width: 100%;
    max-width: 500px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 66px;
}
.banner-home .content .certificate{
    margin-top: 30px;
}
.banner-home .content .certificate ul li{
    padding: 0 5px;
}
.banner-home .content .certificate ul li:first-child{
    padding-left: 0;
}
.section-cover .cover-foot a.action{
    padding: 0 25px;
    border-radius: 30px;
    background-color: #7B9935;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 56px;
}
.section-cover .product-cover-item{
    display: inline-block;
    position: relative;
    opacity: 1;
    flex-shrink: 0;
}
.section-cover .product-cover-item.animated:nth-child(2){
    transform: translateX(0);
}
.section-cover .product-cover-item.animated:nth-child(3){
    transform: translateX(-20px);
}
.section-cover .product-cover-item.animated:nth-child(4){
    transform: translateX(-40px);
}
.section-cover .product-cover-item:nth-child(1){
    opacity: 1;
    transform: translateX(-60px);
}
@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.product-cover-item.animated:nth-child(2){
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
}
@-webkit-keyframes fadeInRight3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeInRight3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
.product-cover-item.animated:nth-child(3){
    -webkit-animation-name: fadeInRight3;
    animation-name: fadeInRight3;
}
@-webkit-keyframes fadeInRight4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }
}

@keyframes fadeInRight4 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }
}
.product-cover-item.animated:nth-child(4){
    -webkit-animation-name: fadeInRight4;
    animation-name: fadeInRight4;
}
.section-cover .product-cover-item a.action-search{
    color: #7B9935;
    background-color: #FFFFFF;
    white-space: nowrap;
}
.section-cover .product-cover-item .thumb {
    width: 56px;
    height: 56px;
    border: 2px solid #F2F5EB;    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.product-cover-item .fa-search{
    font-size: 0.8rem;
}
.tooltip-food {    
    position: absolute;
    min-width: 200px;
    padding: 20px;
    left: 50%;
    margin-left: -100px;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    bottom: calc(100% + 30px);
    background: #F4F4F4;
    opacity: 0;
    pointer-events: none;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tooltip-food:after {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -11px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #F4F4F4 transparent transparent transparent;
}
.tooltip-food .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.tooltip-food .desc {
    font-size: 13px;
    line-height: 15px;
    color: #88959F;
}
.section-cover .product-cover-item:hover .tooltip-food {
    opacity: 1;
    pointer-events: auto;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.section-cover .cover-foot .view-video{
    color: #FFFFFF;
    opacity: 0.7;
}
.cover-foot .cover-foot-item{
    display: inline-block;
}
.cover-foot .cover-foot-item-1:after{
    width: 1px;
    height: 70%;
    position: absolute;
    right: 28px;
    content: '';
    top: 15%;
    background-color: #F2F5EB;
    opacity: 0.3;
}
.cover-foot .cover-foot-item-1{
    width: 33%;
    position: relative;
}

.cover-foot .cover-foot-item-2{
    width: 46%;
}
.cover-foot .cover-foot-item-3{
    width: 20%;
}
.cooking-today{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.cooking-today .item{
    position: relative;
    text-align: center;
    background: #3153502b;
    padding: 15px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    min-height: 140px;
    min-width: 140px;
    display: block;
}
.cooking-today .item.bg-white{
    background: #FFFFFF;
}
.cooking-today .item .img{
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    justify-content: center;
}
.cooking-today .item .img img {
    max-height: 80px;
}
.cooking-today .item .title{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    right: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

#modal-search-today{
    bottom: 0;
    height: inherit;
    overflow: hidden;
}
#modal-search-today .modal-content{
    background: #7B9935;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#modal-search-today .modal-body {
    padding: 24px;
}
#modal-search-today .mx-auto {
    max-width: 920px!important;
}
#modal-search-today .modal-content h3{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
#modal-search-today .btn-search{
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    background: #FFFFFF;
    color: #7B9935;
    min-width: 200px;
}
#modal-search-today .action-close{
    display: none;

}
#modal-search-today.show{
    display: flex !important;
}
.cooking-today-item input.ckb-container {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cooking-today-item label{
    cursor: pointer;
}
input.ckb-container:checked ~ .item{
    background: #FFFFFF;
}
input.ckb-container:checked ~ .item .title{
    color: #315350;
}
.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
#modal-search-today .modal-dialog{
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}
#footer{
    border-top: 1px solid #3153501c;
    background: linear-gradient(180deg, #FFFFFF 0%, #FCF9EF 100%);
    padding-top: 40px;
}
.page-cart #footer, .page-thankyou #footer {
    display: none;
}
.footer-1{
    color: #315350ba;
}
.footer-1 a{
    color: #315350;
}
.footer-1 a.collapse-plus{
    position: absolute;
    right: 0;
    color: #7B9935;
    display: none;
    top: calc((100% - 24px) / 2);
}
.footer-1 a.collapse-plus[aria-expanded="true"] .fa-plus-square:before{
    content: '\f146';
}
.footer-1 .f-title{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.footer-1 .link{
    padding-top: 10px;
}
.footer-1 .link a:hover{
    color: #7B9935;
}
#footer .f-title{
    color: rgba(49, 83, 80, 0.4);
}

.footer-1 .footer-item:last-child dl,
.footer-1 .footer-item:last-child dd{
    margin-bottom: 0;
}

.footer-1 .icon-social, .footer-1 .footer-app{
    margin-top: 15px;
    margin-bottom: 45px !important;
}
.footer-1 .footer-app .d-inline-block {
    max-width: calc(50% - 5px);
}
.footer-1 .footer-certificate{
    margin-top: 15px;
    margin-bottom: 24px !important;
}
.footer-1 .icon-social a:not(:last-child), .footer-1 .footer-certificate a:not(:last-child),
.footer-1 .footer-app a:not(:last-child){    
    padding-right: 10px;
}
.footer-1 .icon-social a:first-child,
.footer-1 .footer-certificate a:first-child,
.footer-1 .footer-app a:first-child{
    padding-left: 0;
}
.footer-1 .footer-certificate img{
    height: 40px;
}
.footer-1 .copyright{
    margin-top: 35px;
}
.footer-1 .copyright,
.footer-1 .description,
.footer-1 .nav-policy * {
    color: rgba(49, 83, 80, 0.5);
    font-size: 15px;
}
.footer-1 .bocongthuong{
    margin-top: 10px;
}
a.go_top {
    width: 40px;
    height: 40px;
    position: fixed;
    background-color: #7b9935;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    bottom: 120px;
    right: 25px;
    z-index: 20;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
a.go_top:before {    
    position: absolute;
    top: 50%;
    left: 50%;    
    font-size: 14px;
    line-height: 30px;
    font-family: "Font Awesome 5 Pro";
    content: '\f077';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-animation: bouncez 1.2s 500ms infinite;
    -o-animation: bouncez 1.2s 500ms infinite;
    animation: bouncez 1.2s 500ms infinite;    
}
.nav-policy{
    list-style: disc;
}
.nav-policy li{
    padding-left: 15px;
}
.nav-policy li:first-child{
    list-style: none;
    padding-right: 45px;
    padding-left: 0;
}
.page-section{
    padding-top: 25px;
    padding-bottom: 25px;
}
.sub-page .page-section, .section-product-detail {    
    padding-bottom: 64px;
}
.page-section-3 {
    position: relative;
    z-index: 1;    
}
.page-section h2{
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
}
#carousel-promotion .thumb {
    display:block;
    width: 100%;
    padding: 1.5rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    overflow: hidden;
    position: relative;
    border: 1px solid #ede9e4;
}
#carousel-promotion .thumb img {
    float: right;
    width: 50%!important;    
}
#carousel-promotion .thumb .caption {
    float: left;   
    position: relative;    
    z-index: 2;
    width: 46%;
    padding: 0!important;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    justify-content: center;
    flex-direction: column;
}
#carousel-promotion .thumb .cate {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #315350;
}
#carousel-promotion .thumb .product-price-regular {
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #7B9935;
    text-decoration: none;    
}
#carousel-promotion .thumb .product-price-sale {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #88959F;
    padding-left: 4px;
}
#carousel-promotion .thumb .title {
    font-family: Barlow Semi Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    color: #315350;
}
#carousel-promotion .thumb button {    
    min-width: 168px;
    padding: 12px 28px;
}
.section-group-1{
    position: relative;
    background: linear-gradient(to top, #FFFFFF 0%, #FCF9EF 100%);
    margin-top: -110px;
    padding-top: 100px;
}
.page-section-7 h2{
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
}
.page-section-7 .article-homepage img {
    height: 50px;
    width: auto;
}
.page-section-3 img{
    position: relative;
    z-index: 999;
}
.product .product-name, .product-title{    
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.product .product-name{
    font-weight: 500;
}
.product .product-date, .product .product-unit, .page-product-detail .product-unit,
.table-cart-information .product-unit{
    font-size: 12px;
    line-height: 14px;
    color: #88959F;
}
.product .product-thumbnail{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background-color: rgba(218,228,214,0.2);    
    border: 1px solid #ede9e4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 10px;
}
.product .product-thumbnail:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
    transition: all .15s linear;
}
.product:hover .product-thumbnail:before {
    opacity: 1;
}
.product .product-thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product .discount, .product .desc, .product .product-out-of-stock, .product-desc{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f6e1ce;
    color: #F07C28;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 6px 11px;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: center;
}
.product.off .product-thumbnail:before {
    opacity: 0!important;
}
.product.off .product-thumbnail img {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.product.off .discount {
    background-color: #EAEEF1;
    color: #88959F;
    text-transform: uppercase;
}
.product.off .add-to-cart {
    pointer-events: none;
    background-color: #EAEEF1;
}
.product .product-out-of-stock{
    background-color: #eff2f2;
    color: #88959F;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.product .p-wistlist{
    position: absolute;
    z-index: 99;
    right: 50px;
    bottom: 10px;
    background-color: #7B9935;    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 34px;
    height: 34px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.product .add-to-cart{
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: 10px;
    background-color: #7B9935;    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 34px;
    height: 34px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.product .add-to-cart i, .product .p-wistlist i{
    color: #FFFFFF;
}
.product:hover .add-to-cart,.product:hover .p-wistlist{
    opacity: 1;
}
.product .product-price-regular, .page-product-detail .product-price-regular{
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #7B9935;
    text-decoration: none;
    padding: 2px 0 5px;
}
.product-detail-content .product-price-regular .pm {
    font-size: 24px;
    padding-right: 8px;
}
.product-detail-content .product-price-regular .pf {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #88959F;
    text-decoration: line-through;
}
.product .product-price-sale, .page-product-detail .product-price-sale{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #88959F;
    padding-left: 4px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    left: -80px;
    top: 50%;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    width: 40px;
    height: 40px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #7B9935;
    color: #7B9935;
    font-weight: 500;
    font-size: 1.25rem;
}
.owl-carousel .owl-nav button.owl-next{
    left: inherit;
    right: -80px;
}
.article-homepage .title{
    font-size: 20px;
    line-height: 23px;
    color: #7B9935;
    font-weight: 400;
}
.page-section-8{
    background-image: url('../images/bg-4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 50px;
}
.page-section-8 .content{
    max-width: 660px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 68px;
    background-color: #7B9935;
    color: #F2F5EB;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.page-section-8 .content h2{
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
}
.page-section-8 .content .btn-to-link{
    font-size: 16px;
    line-height: 24px;
    color: #7B9935;
    background: #F2F5EB;
    border: 2px solid transparent;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    padding: 12px 48px;
    display: inline-block;
    margin-top: 70px;
}
.page-section-8 .content .btn-to-link:hover {
    background: #7B9935;
    color: #FFFFFF!important;
    border-color: #FFFFFF;
}
.sec-cover{    
    margin-top: -50px;
}
.sec-cover img { 
    width: 100%;
}
.sec-cover .content{    
    padding: 3.6em 0;
    border-bottom: 1px solid #eeeeee;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
}
.sec-cover .content h1{
    font-family: Barlow Semi Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    
}
.btn-action-bg-main{
    background-color: #7B9935;
    color: #FFFFFF;
    border: 1px solid #7B9935;
    border-radius: 30px;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 13px 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}
.btn-action-bg-main:hover{
    color: #FFFFFF;
    opacity: 0.8;
}
.btn-action-bg-main.disabled {
    background-color: #eff2f2;
    border-color: #eff2f2;
    color: #88959F;
    cursor: default;
}
.btn-action-bg-main.disabled img {
    -moz-filter: invert(0.4);
    -webkit-filter: invert(0.4);
    filter: invert(0.4);
}
.cartTotal tfoot th, .font-weight-500 .cart-price { font-size: 18px;}
.table {
    margin-bottom: 0;
}
.table-favourite .product .product-thumbnail {
    padding-top: 0;
}
.table-favourite .btn-plus { font-size: 20px; border: solid 2px #fff;}
.table-favourite .btn-plus:hover { font-size: 20px;}
.news-list{
    background-image: url("../images/news/bg-archive.png");
    background-position-y: -150px;
    background-size: contain;
    background-repeat: repeat-y;
    padding-bottom: 64px;
}
.news-list .bg-color-main {
    font-size: 15px;
    line-height: 22px;
} 
.news-list .bg-color-main h3 {
    font-family: Barlow Semi Condensed;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
}
.news-list .bg-color-main .hotline {
    font-family: Barlow Semi Condensed;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;    
}
.news-item {
    color: #315350;
    padding-top: 80px;
}
.article-detail-content .news-item {
    padding-top: 0;
    margin-bottom: 50px;
    align-items: center;
}
.news-item h2{
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
}
.news-item-1, .news-item-2{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.archive-product .sec-cover form{
    flex: 0 0 50%;
}
.archive-product .sec-cover form input{
    height: 50px;
}
.archive-product .sec-cover form .btn-action-bg-main{
    height: 50px;
    border-radius: 0;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    border: 1px solid #7B9935;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 50px;
    -webkit-border-radius: 0 .25rem .25rem 0;
    -moz-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0;
}

.archive-product-content{
    position: relative;
}
.archive-product-content:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #384F5F;
    opacity: 0.4;
}
.products .product{
    margin-bottom: 30px;
}
.nav-sidebar {
    font-size: 1rem;
    line-height: 1.5;
}
.product-categories {
    margin-bottom: 3rem;
}
.product-categories .icon-collapse, .btn-action-collapse .icon-collapse{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: calc((100% - 20px) / 2);
    z-index: 2;
    width: 20px;
    height: 20px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f5eb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #7B9935;
}
.product-categories .cate-item-header.current .link, .product-categories li.active a{
    color: #7B9935;
}
.product-categories .cate-item-header.current .link {
    font-weight: 500;
}
.product-categories .cate-item-header.current .btn-action-collapse i:before {
    content: '\f068';
}

.product-categories ul.submenu, .product-categories .cate-item, .product-categories h3,
.product-cate-item .nav-item{
    padding-left: 15px;
    padding-right: 15px;
}
.product-categories .product-cate-item:not(:last-child),
.blog-categories .blog-cate-item:not(:last-child),
.nav-categories .blog-cate-item:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.product-categories .product-cate-item:after,
.blog-categories .blog-cate-item:after,
.nav-categories .nav-cate-item:after{
    content: '';
    position: absolute;
    right: 15px;
    height: 1px;
    background: #EBEDEF;
    left: 15px;
    bottom: 0;
}
.product-categories .product-cate-item:last-child:after,
.blog-categories .blog-cate-item:last-child:after,
.nav-categories .nav-cate-item:last-child:after{
    height: 0;
}
.product-categories ul.submenu{
    border-left: 1px solid #F4F4F4;
    margin: 0;
}
.product-cate-item .nav-item a,
.blog-cate-item .nav-item a,
.nav-cate-item .nav-item a{
    position: relative;
    display: block;
}
.product-cate-item .nav-item li.active a,
.blog-cate-item .nav-item li.active a,
.nav-cate-item .nav-item li.active a {
    color: #7B9935;
    font-weight: 700;
}
.product-cate-item .nav-item .qty,
.blog-cate-item .nav-item .qty,
.nav-cate-item .nav-item .qty{
    position: absolute;
    right: 0;
    background-color: #f2f5eb;
    top: calc((100% - 20px) / 2);
    color: #7B9935;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: capitalize;
    padding: 3px 7px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    justify-content: center;
    align-items: center;
}
.product-categories ul.submenu li:not(:last-child),
.product-cate-item .nav-item li:not(:last-child),
.blog-cate-item .nav-item li:not(:last-child),
.nav-cate-item .nav-item li:not(:last-child){
    margin-bottom: 15px;
}
.product-categories h3,
.blog-categories h3,
.nav-categories h3{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #315350;
}
.product-categories a,
.blog-categories a,
.nav-categories a{
    color: #315350;
}
.product-categories .btn-product-all, .btn-action-link{
    background: #f2f5eb;
    width: 100%;
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 8px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.product-categories .product-cate-item hr {
    margin: 30px 15px;
}
.product-bought h6{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #315350;
}
#email-newsletter{
    background-repeat: no-repeat;
    background-image: url('../images/bg-email-newsletter.jpg');
    background-position: right center;
    background-size: contain;
    min-height: 300px; 
    height: 300px;   
    margin-bottom: 0;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    margin-top: 60px;
}
#email-newsletter .content{
    width: 55%;
    padding-left: 50px;
}
.frm-email-newsletter{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
}
.frm-email-newsletter button[type="submit"]{
    padding: 0;
    width: 139px;
    flex-shrink: 0;
    background: #7B9935;
    box-shadow: none;
    border-radius: 43px;
    font-weight: 400;
    font-size: 14px;    
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    border: 1px solid #7B9935;
}
.frm-email-newsletter input[type="email"]{
    border: 1px solid #315350;
    border-radius: 4px;
}
.pagination {
    margin-bottom: 80px;
}
.pagination .page-item{
    margin-left: 3px;
    margin-right: 3px;
}
.pagination .page-item .page-link {
    border: 1px solid #CCD0D2;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #315350;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pagination .page-item:not(.page-item-sep) .page-link:hover, .pagination .page-item.active .page-link{
    color: #7B9935;
    background-color: transparent;
}
.pagination .page-item-sep .page-link{
    border-width: 0;
}
.pagination .page-item-sep .page-link:hover{
    background-color: transparent;
    color: #7B9935;
    border-width: 0;
}
.frm-orderby{
    align-items: center;
    justify-content: flex-end;
}
select.show-display{
    width: 196px !important;
}
select.orderby{
    width: 160px !important;
}
.event-modal-nav{
    background-image: url("../images/icon/icon-cate-color.svg");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7B9935!important;
}
.product-filters, .nav-filters {
    display: none;
    background-image: url('../images/icon/ic-filter-list.svg');
    background-size: 24px;    
    background-repeat: no-repeat;
    color: #7B9935;    
}
#modal-product-categories .action-close,
#modal-nav-categories .action-close{
    position: absolute;
    border: none;
    width: 40px;
    height: 40px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    right: -17px;
    top: 20px;
    background: #FFFFFF;
    color: #7B9935;
    padding: 0;
}
#modal-product-categories .modal-dialog,
#modal-nav-categories .modal-dialog,
#modal-nav-sidebar .modal-dialog{
    max-width: 300px;
}
#modal-product-categories .modal-content,
#modal-nav-categories .modal-content,
#modal-nav-sidebar .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}
.product-detail-content .icon-bookmark{
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 48px;
    flex-shrink: 0;
    height: 48px;
    border-radius: 50%;
    background-color: #F2F5EB;
    color: #7B9935;    
    padding: 0 15px;
    cursor: pointer;
}
.product-detail-content .icon-bookmark.active .i1, .product-detail-content .icon-bookmark:not(.active) .i2, .product-detail-content .icon-bookmark.active .i2:after {
    display: none;
}
.product-detail-content .btn-action-bg-main {
    margin-left: 20px;
}
.product-desc{
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-bottom: 15px;
}
.page-product-detail .product-title{
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
/*.page-product-detail .product-price-regular{
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
}*/
.product-detail-line{
    border-top: 1px dashed #384F5F;
}
.product-formula .title, .product-related .title{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    color: #315350;
}
.section-product-detail .product-detail,
.section-product-detail .product-formula,
.section-product-detail .product-related{
    padding-left: 100px;
    padding-right: 100px;
}
.product-action-add-cart.d-none{
    display: none !important;
}
.product-action-to-cart .product-qty, .table-cart .product-qty{
    width: 28px;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    background: none;
}
.product-action-to-cart .product-qty:focus{
    outline: none;
    box-shadow: none;
}
.btn-qty-minus, .btn-qty-plus,
.btn-qty-minus:hover, .btn-qty-plus:hover,
.btn-plus, .btn-plus:hover{
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;    
    border: 2px solid rgba(123,153,53,0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.btn-qty-minus i, .btn-qty-plus i {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);    
    font-size: 1rem;
    color: #7B9935;
}
.btn-qty-minus.is-min, .color-88959F{
    color: #88959F!important;
}
#carousel-product-formula .owl-nav {
    display: none!important;
}
.arr2 .slick-arrow {
    top: calc(50% - 20px)!important
}
#modal-region .action-close{
    color: #000;
}
#modal-region h3{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 52px;
    color: #315350;
}
.form-group.w-100 .select2-container{
    width: 100% !important;
}
#modal-region .modal-body{
    padding: 0 50px 50px 50px;
}
#modal-region .modal-header{
    padding-bottom: 0;
    border-bottom: 0;
}
.select2-container--default .select2-selection--single{
    height: 38px;
    background: #FBFBFB;
    border: 1px solid #F3F2F2;
}
.form-group.h-50px .select2-container--default .select2-selection--single{
    height: 50px;
}
.form-group.h-50px .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
    padding-left: 16px;
    padding-right: 35px;
}
.form-group.h-50px .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #384F5F transparent transparent transparent;
    margin-left: -15px;
    margin-top: -3px;
    border-width: 5px 4px 0 4px;
}
.frm-orderby .select2-container--default .select2-selection--single{
    border-color: #EBEDEF;

}
.frm-orderby .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #315350;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline: none;
}
.page-product-detail .modal-backdrop.show, .modal-backdrop.show, .lg-backdrop.in{
    background-color: #315350;
    opacity: 0.8;
}
.product-action-add-cart .m-action-add-to-cart{
    display: none;
}
.product-action-add-cart .m-action-add-to-cart .m-product-price,
.product-action-add-cart .m-action-add-to-cart .text{
    flex: 0 0 50%;
}
#modal-select-city .content {
    padding: 0 3.2rem;
}
#modal-select-city .title {
    font-size: 24px;
    font-weight: 400;
}
#modal-select-city p {
    font-weight: 500;
    font-size: 16px;
}
#modal-select-city .select2-container--default .select2-selection--single {
    border-color: #315350
}
#m-modal-product-checkout.modal.show{
    display: flex !important;
}
#m-modal-product-checkout .action-dismiss-modal, .action-add-to-cart, .btn-continue-buy, .btn-back-home{
    border-color: #315350;
    background: #fff;
    color: #315350;
}
#m-modal-product-checkout .action-dismiss-modal:hover, .action-add-to-cart:hover, .btn-continue-buy:hover, .btn-back-home:hover{
    color: #315350;
}
.btn-continue-buy-guest{
    background: none;
    border: none;
    padding: 0;
    font-size: 15px;
    color: #315350;
}
.btn-continue-buy-guest:hover, .btn-continue-buy-guest:focus,.btn-continue-buy-guest.active{
    color: #7B9935;
}
#m-modal-product-checkout .modal-dialog{
    max-width: 100%;
}
#m-modal-product-checkout .modal-content{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.page-product-detail .product-images{  
    position: relative;
    background-color: #fdfeff;
}
.product-images .product-desc.mobile-991-show{
    position: absolute;
    bottom: 15px;
    left: 15px;
    top: inherit;
    margin-bottom: 0;
}
.table-cart a:not(.btn-qty-minus):not(.btn-qty-plus), .table-cart .cart-price, .cart-price, .table-cart .cart-sub-total {
    color: #315350;
}
.table-cart a:not(.btn-qty-minus):not(.btn-qty-plus), .table-cart .cart-price, .cart-price {
    font-weight: 500!important;
}
.table-cart .cart-price, .table-cart .cart-sub-total {
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;    
}
.table-cart .cart-price-sale {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #88959F;
}
.table-cart .product-thumbnail{
    width: 90px;    
    border: 1px solid #EBEDEF;
    border-radius: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 0; 
    margin-bottom: 0;
}
.table-cart td, .table-cart th{
    vertical-align: middle;
}
.table-cart thead th, #cart-totals th{
    font-weight: 500;
    color: #88959F;
    border-top: 0;
    border-bottom: 1px solid #EBEDEF;
}
.table-cart td{
    border-bottom: 1px solid #EBEDEF;
}
.table-cart thead:not(.count-cart) th:nth-child(4),.table-cart thead:not(.count-cart) th:last-child,.table-cart:not(#cart-information) tr td:nth-child(4),.table-cart:not(#cart-information) tr td:last-child {
    text-align: right;
}
.table-cart tr td:first-child, .table-cart tr th:first-child{
    padding-left: 0;
}
.table-cart tr td:last-child, .table-cart tr th:last-child{
    padding-right: 0;
}
.table-cart .space {
    padding: 0.5rem 0;
}
#cart-totals tr th{
    padding-left: 0;
    padding-right: 0;
}
#cart-totals .cart-total td{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
#cart-totals .div-buttons{
    margin-bottom: 3rem;
}
.cart-sub-total td {
    padding: 0.5rem 0 0;
    font-size: 15px;
    line-height: 22px;
    border-top: none;
}
#cart-information tfoot td {
    padding-bottom: 0;
}
#cart-totals tfoot td button:first-child {
    margin-top: 0.5rem;
}
.table-cart h3, #cart-totals h3{
    color: #315350;
    font-family: Barlow Semi Condensed;    
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
}
.btn-qty-minus.is-min{
    width: 36px;
    height: 36px;
    font-size: 1rem;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #d0d6da;
    color: #F07C28;
}
.btn-qty-minus.is-min i:before, .table-favourite .btn-del i:before{
    content: '';
}
.btn-qty-minus.is-min i, .table-favourite .btn-del i{
    background-image: url("../images/icon/icon-delete.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#cart-totals{
    color: #315350;
}
#cart-totals .cart-total h4{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}
.btn-action-apply-discount{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 35px;
}
#cart-totals td {
    padding-left: 0;
    padding-right: 0;
}
#cart-totals tr.btns td{border: none}
#cart-totals .cart-discount td, #cart-totals .cart-totals-temp td, #cart-totals .cart-totals-discount td {
    border-top: 0;
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cart-discount td{
    padding-top: 20px!important;    
    position: relative;
    border-bottom: none;
}
.cart-discount td:first-child {
    padding-right: 10px!important;
}
.cart-discount .reset-code {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 30px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
}
#cart-totals .cart-totals-discount td{
    padding-bottom: 20px;
}
.table-cart .cart-sub-total .cart-price-sale {
    display: inline-block;
    margin-right: 5px;
}
.section-cart .cart-total .cart-price {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700!important;
}
.head-cart-mobile, .step-mobile{
    min-height: 100px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.head-cart-mobile h3,
.step-mobile h3{
    font-weight: 400;
    color: #010F07;
}
.head-cart-mobile .back-page,
.step-mobile .back-page{
    position: absolute;
    left: 15px;
    top: calc((100% - 42px) / 2);
    color: #000000;
    font-size: 1.75rem;
}
.head-cart-mobile{
    display: none;
}
.checkout-content .form-login h3{
    font-family: Barlow Semi Condensed;    
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #315350;
}
.form-login label{
    color: #73838E;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.form-login .form-control {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
}
.step-content textarea.form-control {
    height: 100px;
}
.step-content .form-control::placeholder{
    color: rgba(49,83,80,0.4);
}
.text-sep{
    position: relative;
    text-align: center;
    overflow: hidden;

}
.text-sep span{
    background-color: #ffffff;
    z-index: 99;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 14px;
    color: #88959F;
}
.text-sep:before{
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background: #EBEDEF;
    top: calc((100% - 1px) / 2);
    left: 0;
    z-index: 98;
}
.step-checkout .collapse-header>div{    
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    font-size: 17px;
    line-height: 20px;
}
.step-checkout .collapse-header .step-no1{
    width: 32px;
    height: 32px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #CCD0D2;
    background: #F5F5F5;
    margin-right: 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}
.step-checkout .collapse-header.is-show>div{
    padding-left: 0;
    padding-right: 0;
    border: 0;
}
.step-checkout .step-content .table-address-detail{
    margin-bottom: 0;
}
.step-checkout .step-content .table-address-detail th,
.address-another-detail th,
.table-information th,
.account-content .content .address-detail th{
    color: #88959F;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    width: 35%;
}
.table-information thead th{
    color: #384F5F;
    font-style: normal;
    font-weight: 500;    
    font-size: 15px;
    line-height: 18px;
    border: 0;
}
.table-information th:first-child, .table-information td:first-child{
    padding-left: 0;
}
.table-information th:last-child, .table-information td:last-child{
    padding-right: 0;
}
.step-content .item label,.account-content label:not(.custom-radio-container){
    font-size: 14px;
    line-height: 16px;   
}
label.custom-radio-container {
    margin-right: 8px;
    line-height: 34px;
}
.step-content .item label + span {
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
}
.step-checkout .step-content .table-address-detail td{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #315350;
}
.address-another-detail th,
.address-another-detail td{
    vertical-align: middle;
}
.address-another-detail th{
    color: #88959F;
    padding-left: 0;
}
.address-another-detail td{
    padding-right:0;
}
.step-content .item .payment-method-information{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.payment-method-free-item{
    position: relative;
    width: 100%;
    margin-right: 0!important;
}
.payment-method-free-item .radio-payment-method-free{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.payment-method-free-item span{
    display: block;
    background: #FFFFFF;
    border: 1px solid #315350;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.payment-method-free-item .radio-payment-method-free:checked + span{
    background: rgba(123, 153, 53, 0.05);
    border: 2px solid #7B9935;
    color: #7B9935;
}
.table-cart-information .img, .table-favourite .img, .table-ordered .img {
    width: 90px;
    flex-shrink: 0;
}
.table-cart-information .cart-total h4{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #315350;
}
.cart-information-content h3.title, .checkout-content h3.title{
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    color: #315350;
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EBEDEF;;
}
.cart-information-content h3.title{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #315350;
}
.cart-information-content h3.title span.total-quantity{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #88959F;
}
.table-cart-information .row {
    margin: 0 -5px;
}
.table-cart-information .item {
    padding: 0 5px;
}
.nav-tabs-sign li.nav-item a{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 16px;
    line-height: 24px;
}
.nav-tabs-sign li.nav-item:not(:last-child) a{
    border-right: 1px solid #F3F2F2;
}
.nav-tabs-sign li.nav-item a.active{
    color: #7B9935;
    border-bottom: 3px solid #7B9935;
}
.nav-tabs-sign li.nav-item a:not(.active){
    color: #88959F;
}
.step-to-step .head-cart-mobile:after,
.step-to-step .step-mobile:after{
    position: absolute;
    content: '';
    background: #7B9935;
    height: 4px;
    left: 0;
    bottom: 0;
}
.step-checkout-2 .head-cart-mobile:after{
    width: 25%;
}
.step-checkout-3 .head-cart-mobile:after{
    width: 50%;
}
.step-checkout-4 .head-cart-mobile:after{
    width: 75%;
}
.step-checkout-5 .head-cart-mobile:after{
    width: 100%;
}
.user-information-receive, .step-checkout-5-item{
    box-shadow: 0 12px 0 #F3F6FA;
    border-bottom: 1px solid #E5E8EF;
}
.action-step-continue{
    min-height: 192px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    background: #F3F6FA;
    box-shadow: 0px -1px 0px #E5E8EF;
}
/*#cart-information-mobile .product-title{
    font-size: 16px;
    line-height: 24px;
    color: #384F5F;
}
#cart-information-mobile .cart-price{
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #384F5F;
    text-transform: capitalize;
}*/
.thankyou-content{
    max-width: 550px;
    margin: auto;
    min-height: calc(100vh - 300px);
    align-items: center;
    color: #315350;
}
.thankyou-content h1{
    font-family: Barlow Semi Condensed;    
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
}
.nav-account .title{
    color: #315350;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.nav-account .tend {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.nav-account li{
    position: relative;
}
.nav-account li a{
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 43px;
    color: #315350;
}
.account-content .content .address-detail{        
    background: rgba(123, 153, 53, 0.05);
    border-radius: 4px;
    padding: 15px;
} 
.account-content .content .table-address-detail th, .account-content .content .table-address-detail td{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.account-content .form-control {
    border-color: #F3F2F2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.account-content .content .title{
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    color: #315350;
}
.content-detail-ordered .title{
    font-family: 'Barlow Semi Condensed', sans-serif!important;
}
.account-content form .btn-action-bg-main{
    padding-left: 80px;
    padding-right: 80px;
}
.account-content .content{
    max-width: 570px;
    margin-left: 100px;
}
.account-content .content.w100 {
    max-width: 100%;
}
.page-account input::placeholder{
    color: #d3d9d9;
}
.table-address-detail-edit {
    margin-bottom: 0;
}
.table-address-detail-edit th:first-child,
.table-address-detail-edit td:first-child,
.table-address-detail th:first-child,
.table-address-detail td:first-child{
    padding-left: 0;
}
.table-address-detail-edit th:last-child,
.table-address-detail-edit td:last-child,
.table-address-detail th:last-child,
.table-address-detail td:last-child{
    padding-right: 0;
}
.table-address-detail-edit tr:first-child th,
.table-address-detail-edit tr:first-child td{
    padding-top: 0;
}
.account-content .content label.color-text-title, .another-address .address-add-more {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold!important;
    color: #315350!important;
}
.another-address .address-add-more i{
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #7B9935;
    background: #F2F5EB;    
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}
.another-address .address-add-more[aria-expanded="true"] i:before{
    content: '\f068';
}
.js-edit-info, .js-delete-info, .js-save-info, .account-content .content .address-detail, .account-content .content .form-control {
    font-size: 15px;
    line-height: 22px;
}
#address-add-more{
    padding: 20px 15px;
    border: 1px solid #F2F5EB;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 1rem;
}
.account-content .content .address-detail{
    margin-right: 0;
    margin-left: 0;
}
.page-account-address .account-content .content .js-edit-info,
.page-account-address .account-content .content .js-save-info,
.page-account-address .account-content .content .js-delete-info
{
    font-size: 12px;
    line-height: 14px;
    color: #b3b3b3;
}
.account-content .content .another-address-list .address-detail{
    background: #F4F4F4;
    border-radius: 4px;
}
.another-address-list td{
    color: #315350;
    font-weight: normal;
}
.btn-plus, .btn-plus:hover, .btn-del, .btn-del:hover{
    background: #7B9935;
    color: #FFFFFF;
    width: 34px;
    height: 34px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-del, .btn-del:hover{
    color: #F07C28;
    background: #FFFFFF;
    border: 2px solid #cfd5d9;
    box-shadow: none;
}
.table-ordered {
    font-size: 15px;    
}
.table-favourite thead th,
.table-ordered thead th{
    color: #88959F;
    font-weight: 400;
    line-height: 22px;
    border-top: 0;    
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}
.table-favourite th , .table-favourite td,
.table-ordered th , .table-ordered td{
    padding: 1em 0.75em;
    vertical-align: middle;
}
.table-favourite td,
.table-ordered td{
    line-height: 18px;
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}
.table-favourite .product .product-title{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.page-account-favourite .account-content .content,
.page-account-orders .account-content .content{
    max-width: 100%;
}
.table-ordered .product .product-thumbnail {
    padding-top: 0;
}
.cartTotal th, .cartTotal td {
    padding: 0.25em .75rem 0.5em
}
.cartTotal tbody th {
    font-size: 15px;
    line-height: 22px;
}
.page-account-order-detail .content .back-page{
    font-size: 14px;
}
.page-account-order-detail .product-title {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.account-content .order-status {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #315350;
    line-height: 24px;
}
.account-content .action-cancel-order {
    background-color: #F07C28;
    border-color: #F07C28;
    padding-left: 50px;
    padding-right: 50px;
}
.blog-categories .blog-cate-item::after, .nav-categories .nav-cate-item::after{
    right: 0;
    left: 14%;
}
.blog-categories h3,
.nav-categories h3{
    color: #3153509c;
}
.article-item .thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 67%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.blog-categories .article-item .thumbnail {
    padding-top: 0;
}
.khuyen-mai-section .article-item .thumbnail {
    padding-top: 56%;
} 
.article-item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.article-item .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.nav-cate-item .article-item{
    border-bottom: 1px dashed #EBEDEF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nav-cate-item .article-item .thumbnail {
    width: 40%;
    max-width: 80px;
    max-height: 60px;
    flex-shrink: 0;    
}
.nav-cate-item .article-item .thumbnail img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.nav-cate-item .article-item .title{
    display: block;
    font-size: 15px;
    line-height: 22px;
}
.nav-cate-item .article-item .desc{
    font-size: 12px;
    color: #88959F;
    padding-top: 5px;
}
.article-list .article-item{
    margin-bottom: 40px;
}
.article-list .article-item .title{
    color: #315350;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
}
.product-categories a:hover,.blog-categories a:hover, .nav-categories a:hover{
    color: #7B9935;
}
.post-related .article-list .article-item .title{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.article-list.delicious-food-list .thumbnail {
    padding-top: 100%;
}
.article-list.delicious-food-list .title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.article-list.delicious-food-list img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.article-list .article-item .desc{
    font-size: 13px;
    line-height: 15px;
    color: #88959F;
}
.article-list .nav-pagination{
    margin-top: 20px;
    text-align: right;
}
.nav-frm-orderby{
    display: none !important;
}
.article-detail-content .content{
    margin-top: 30px;
}
.article-detail-content .content p img{
    max-width: 100%;
    width: auto!important;
    height: auto!important;
}
.article-detail-content .content .desc-image{
    font-size: 13px;
    line-height: 23px;
}
.article-detail-content h2.title{
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    color: #315350;
    margin-bottom: 10px;
}
.article-detail-content .desc-date{
    font-size: 13px;
    line-height: 15px;
    color: #88959F;
}
.article-detail-content .content{
    color: #315350;
    font-size: 15px;
}
.post-related{
    position: relative;
    background: #FFFFFF;
    padding-top: 60px;
}
.post-related:before{
    content: '';
    position: absolute;
    width: 100%;
    border-top: 1px dashed #384F5F80;
    top: 0;
}
.post-related h2.text-title {
    font-size: 28px;
    line-height: 28px;
}
.post-related h3.title{
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    color: #315350;
}
.post-related .article-item {
    margin-bottom: 0!important;
}
.pt-40 {
    padding-top: 40px;
}
.pt-64 {
    padding-top: 64px;
}
.pb-0 {
    padding-bottom: 0
}
.btn-action-link{
    background: #F2F5EB;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    color: #7B9935 !important;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    padding: 15px 40px 15px 20px;
    position: relative;
}
.btn-action-link i{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}
.shop-list [class*=col-]:first-child{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.shop-list [class*=col-]:first-child .article-item .thumbnail{
    padding-top: 32%;
}
.shop-list .article-item i{
    color: #7B9935;
    margin-right: 10px;
}
.shop-list .col-md-6 .title i{
    font-size: 15px;
    position: relative;
    top: -1px;
}
.shop-list .shop-description p{
    margin-top: 1rem;
    font-size: 17px;
    line-height: 23px;
    color: #7B9935;
}
.gallery-list img.img-responsive{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gallery-list .gallery-item{
    margin-bottom: 21px;
}
.gallery-list .items{
    overflow: hidden;
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-list .item{
    margin-bottom: 21px;
}
.gallery-list .item .gallery-item-image{
    display: block;
    position: relative;
    padding-top: 67.49%;
    overflow: hidden;
}
.gallery-list .item.has-video .gallery-item-image{
    position: relative;
    cursor: pointer;
}
.gallery-list .item.has-video .play-video{
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.gallery-list .item.has-video .play-video img{
    width: 74px;
}

.gallery-list .item:first-child{
    float: left;
    max-width: 66.666667%;
}
.gallery-list .item:nth-child(2),.gallery-list .item:nth-child(3),.gallery-list .item:nth-child(4),.gallery-list .item:nth-child(5),.gallery-list .item:nth-child(8),.gallery-list .item:nth-child(10),.gallery-list .item:nth-child(11),.gallery-list .item:nth-child(12){
    max-width: calc(33.333333% / 2);
    float: left;
}
.gallery-list .item:nth-child(6),.gallery-list .item:nth-child(7),.gallery-list .item:nth-child(9){
    max-width: 33.333333%;
    float: left;
}
.gallery-list .showAll .items {
    justify-content: center; 
    margin-bottom: 30px;
}
.gallery-list:last-child .showAll .items { 
    margin-bottom: 0;
}
.gallery-list .showAll li:not(:first-child), .gallery-list .showAll li:first-child img {
    display: none;
}
.gallery-list .showAll li:first-child {
    float: none;
    max-width: 200px!important; 
    margin: auto;
}
.gallery-list .showAll li:first-child .gallery-item-image {
    background-color: #7B9935;
    color: #FFFFFF;
    border: 1px solid #7B9935;
    border-radius: 30px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 13px 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;   
}
.gallery-list .showAll li:first-child .gallery-item-image:after {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    content: 'Xem táº¥t cáº£';
}
.lg-actions .lg-prev::after,
.lg-actions .lg-next::before{
    font-family: 'Font Awesome 5 Pro' !important;
    width: 40px;
    height: 40px;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #7B9935;
    color: #7B9935;
    background-color: #FFFFFF;
    border-radius: 50%;
}
.lg-actions .lg-prev::after{
    content: '\f053';
}
.lg-actions .lg-next::before{
    content: '\f054';
}
.lg-backdrop {
    z-index: 10004;
}
.lg-outer {
    z-index: 10005;
}
.gallery-list .item-medium.has-video .play-video{
    position: absolute;
    left: calc((100% - 54px) / 2);
    top: calc((100% - 60px) / 2);
}
.gallery-list .item-medium.has-video .play-video img{
    width: 54px;
}

.gallery-list .item-small.has-video .play-video{
    position: absolute;
    left: calc((100% - 32px) / 2);
    top: calc((100% - 36px) / 2);
    cursor: pointer;
}
.gallery-list .item-small.has-video .play-video img{
    width: 32px;
}
.vjs-control-bar {
    display: none;
}
.lg-outer .lg-has-html5 .lg-video-play{
    background: url('../images/play-video.png') no-repeat;
    background-size: 64px;
}
.recruitment-content, .help-content{
    color: #315350;
}
.recruitment-content .lbl-title, .help-content .lbl-title{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #31535075;
}
.help-content .article-item .title {
    font-weight: bold;    
    line-height: 26px;
}
.recruitment-collapse, #collapse-content .collapse-item{
    position: relative;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}
.recruitment-content .body, #collapse-content .body {
    position: relative; 
}
#collapse-content .body {
    position: relative;
    white-space: pre-line;    
}
.recruitment-collapse:after,.recruitment-content.show .body:after,
#collapse-content .collapse-item:after, #collapse-content .collapse.show .body:after{
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    border-bottom: 1px dashed #384F5F;
    opacity: 0.4;
}
.recruitment-content.show .body:after, #collapse-content .collapse.show .body:after {
    left: 0;
    right: 0;
}
#collapse-content .collapse-item:after, #collapse-content .collapse.show .body:after{
    border-bottom-style: solid!important;
    border-bottom-color: #315350!important;
    opacity: 0.1!important;
}
#collapse-content .collapse:last-child .collapse-item:after{
    border: none!important;
}
#collapse-content .collapse-item[aria-expanded="true"]:after {
    border: none!important;
}
.recruitment-collapse[aria-expanded="true"] .btn-action-collapse i:before,
#collapse-content .collapse-item[aria-expanded="true"] .btn-action-collapse i:before {
    content: '\f068';
}
.recruitment-collapse .btn-action-collapse .icon-collapse,
#collapse-content .collapse-item .btn-action-collapse .icon-collapse{
    position: relative;
}
.recruitment-collapse .btn-action-collapse,
#collapse-content .collapse-item .btn-action-collapse{
    position: absolute;
    right: 15px;
    top: calc((100% - 20px)/2);
}
.page-recruitment #footer{
    display: none;
}
.recruitment-collapse .name, .recruitment-content .body .title {
    font-size: 18px;
    line-height: 26px;
}
.recruitment-collapse .location {
    font-size: 15px;
    line-height: 22px;
}
.recruitment-collapse .location i{
    color: #7B9935;
    padding-right: 8px;
}
.recruitment-content .btn-action-bg-main{
    margin-bottom: 2rem;
}
.modal-account .action-close, #modal-select-city .action-close, #modal-traceability .action-close{
    top: 15px;
    right: 15px;
}
.modal-account h3.title{
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    color: #315350;
    text-align: center;
}
.modal-account .modal-dialog{
    max-width: 650px;
}
.modal-account .form-control,
.form-control-h-54px{
    height: 54px;
    line-height: 54px;
    background: #FBFBFB;
    border: 1px solid #F3F2F2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.modal-account .form-control:focus{
    box-shadow: none;
}
.modal-account .form-control::placeholder, .form-control-h-54px::placeholder{
    color: #31535040;
}
.modal-account .content{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.news-intro{
    max-width: 800px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.everyday-organic {
    background: #f8faf7;
    padding-top: 50px;
    padding-bottom: 80px;
}
.everyday-organic h1{
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
}
.post-related.no-border::before{
    border: 0;
}
.page-news-detail .post-related .title{
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
}
.owl-carousel .article-item:after{
    height: 0 !important;
}
.ui-widget.ui-widget-content .autocomplete-title{
    font-weight: bold !important;
    text-transform: uppercase;
    padding-left: 15px;
}
.ui-widget.ui-widget-content{
    padding: 15px 0;
    color: #315350;
    background: #F2F5EB;
    border-radius: 4px;
    z-index: 99999;
}
.ui-widget.ui-widget-content li > div{
    padding-left: 15px;
}
.ui-menu .ui-menu-item-wrapper{
    padding-left: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 0;
    background: #7B9935;
}
.autocomplete-ui-overlay{
    position: fixed;
    background-color: #315350;
    opacity: 0.8;
    width: 100%;
    z-index: 999;
    height: 100%;
    top: 100px;
}
.section-traceability{
    background-color: #f2f5eb;
    padding-top: 50px;
    padding-bottom: 50px;
}
.traceability-item-first{
    background-color: #FBFBFB;
}
.traceability-item{
    padding: 30px 20px;
    background-color: #F8FAF7;
}
.table-traceability-item{
    background-color: transparent !important;
}
.table-traceability-item th,
.table-traceability-item td{
    border-top: 0;
    border-bottom: 1px dashed #384F5F;
    padding-left: 0;
    padding-right: 0;
}
.table-traceability-item th,
.table-traceability-item td{
    color: #315350
}
.traceability-item h3.title{
    color: #000000;
    font-weight: 300;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}
.img-child{
    position: absolute;
    transition: all .25s ease-in-out 0s;
    cursor: pointer;
}
.img-child a.goto-link{
    padding: 5px 15px;
    font-size: 18px;
    line-height: 26px;
    border: 2px solid #FFFFFF;
    position: absolute;
    right: -10px;
    top: 40%;
    z-index: 9999;
    font-weight: 700;
    display: none;
}
.img-child-1 a.goto-link, .img-child-2 a.goto-link{
    right: calc((100% - 96px) / 2);
}
.img-child-4 a.goto-link{
    right: calc((100% - 127px) / 2);
}
.img-child-5 a.goto-link{
    right: calc((100% - 142px) / 2);
}
.img-child-3 a.goto-link{
    right: calc((100% - 171px) / 2);
}
.img-child-6 a.goto-link{
    right: calc((100% - 137px) / 2);
}
.img-child a.goto-link:hover{
    opacity: 1;
}
.img-child a.goto-link i{
    transform: rotate(45deg);
    margin-left: 10px;
}
.img-child-1{
    width: 231px;
    bottom: 10px;
    left: 0;
    z-index: 98;
}
.img-child-2{
    bottom: -30px;
    left: 9%;
    z-index: 99;
}
.img-child-3{
    bottom: 30px;
    left: 27%;
    z-index: 98;
}
.img-child-4{
    bottom: 14px;
    left: 46%;
}
.img-child-5{
    left: 67%;
    bottom: 70px;
}
.img-child-6{
    right: 0;
    bottom: 40px;
}
.img-child-6 img{
    width: 280px;
}
.cv-images img{
    opacity: 1;
}
.img-child:hover{
    z-index: 99;
}
.img-child:hover a.goto-link{
    display: block;
}
.img-child:hover img{
    opacity: 1;
}
.cv-images{
    min-height: 426px;
    width: 100%;
}
#carousel-for-cate{
    display: none;
}
.owl-theme .owl-dots .owl-dot span{
    background: rgba(0, 0, 0, 0.1);
    width: 10px;
    height: 10px;
    margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #7B9935;
}
.ui-menu .ui-menu-item{
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-widget{
    font-family: 'Roboto', sans-serif;
}
.call-zalo {
    display: block;
    width: 50px;
    height: 49px;
    background: url(../images/zalo-icon.png) 0 0 no-repeat;
    cursor: pointer;
    position: fixed;
    right: 90px;
    bottom: 20px;
    z-index: 50;
}
.zalo-chat-widget {
    right: 15px!important;
    bottom: 80px!important;
}
.swal2-container {
    z-index: 10005!important
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {  
.custom-object-fit{position:relative;background-size:cover;background-position:center center}
.custom-object-fit img{opacity:0}
}