/*
Theme Name: Freshio
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --color-gray: #909896;
    --color-gray-dark: #555555;
    --color-primary: #AB1621;
    --color-seconds-primary: #fff;
    --text-color: #333333;
    --font-size: 16px;
    --line-height: 1.5;
    --font-size-title: 30px;
    --color-green: #0A472E;
    --color-green-hover: #a8b324;
    --bg-green: #E3EBC4;
    --color-black: #000000;
    --color-pink: #FB6AB5;
    --bg-pink: #FED8EC;
    --color-blue: #33D1C7;
    --bg-blue: #DDFDFB;
    --color-pink-orange: #D15C36;
    --bg-pink-orange: #FFE0D7;
    --our-green-bg: #01693b;
    --color-white: white;
    --color-button-youtube: #C62127;
    --color-border: #4d982f;
}

/*  */
.h-56 {
    height: 56px;
}

.pd-0 {
    padding: 0 !important;
}

.is-outline:hover,
.primary.is-outline:hover {
    background-color: var(--color-primary) !important;
}

.content-between {
    justify-content: space-between;
}



.button {
    padding: 10px 20px !important;
    display: inline-block;
    font-size: 12px;
    outline: none !important;
    cursor: pointer;
    outline: none;
    border: 0 solid transparent !important;
    margin-left: -1px;
    text-decoration: none !important;
    text-transform: uppercase !important;
    position: relative;
    z-index: 0;
    background-color: var(--color-primary);
}

.button span {
    color: #fff;
    display: block;
    padding-left: 0%;
    padding-right: 30px;
    font-size: 12px;
    letter-spacing: 3px;
    transform: scaleX(0.9);
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.button em {

    display: none;

    position: absolute;
    height: 1px;
    background: #fff;
    width: 20%;
    right: 18px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}


.button:before,
.button:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button:before {
    top: 0;
    left: 0;
    right: auto;
}

.button:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.button:hover:before {
    width: 100%;
    right: 0;
    left: auto;
}

.button:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.button:hover span {
    color: #fff;
}

.button:hover em {
    background: #fff;
    transform: scaleX(1);
}

/*  */

body,
html {
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text-color);
    text-align: justify;
}

.bg-gray {
    background-color: #F1F2F3;
}

.bg-white {
    background-color: white;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.mr-30 {
    margin-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.w-50 {
    width: 50%;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

/* Header Nav */

.searchform-wrapper i.icon-search {
    left: -12px;
}

.header {
    border-bottom: 1px solid #e9e9e9;
}

.archive .page-wrapper {
    padding-top: 0;
}

.archive .page-wrapper,
.post-template-default .page-wrapper {
    padding-top: 0
}

.freshio-breadcrumb {
    padding: 75px 30px
}


.header-main {}

.header-language-dropdown i {
    margin-left: 5px;
}

.header-main .header-nav>li {
    margin: 0;
}

.header-main .header-nav>li>a {
    padding: 15px 10px;
    color: var(--text-color);
    font-size: var(--font-size);
    text-transform: uppercase;
}

.header-main .header-nav>li.active>a,
.header-main .header-nav>li:hover>a {
    color: var(--color-primary);
}

/* UX Title */
.nkd_title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: var(--font-size-title);
}

.box-add-to__modal {
    text-align: center;
    padding-top: 10px;
}

/* Custom button */

.btn-custom__nkd {
    background-color: var(--color-seconds-primary);
    margin: 0;
    /* border-color: var(--color-primary); */
    display: flex;
    border: 1px solid var(--color-primary) !important;
    width: fit-content;
}



.btn-custom__nkd span {
    padding: 10px 24px;
    font-weight: 500;
    border-top-left-radius: 4px;
    color: var(--color-primary);
    font-weight: 600;
    /* border-right: 1px solid var(--color-primary); */
}

.btn-custom__nkd i {
    padding: 10px;
    color: var(--color-seconds-primary);
    color: var(--color-primary);
    margin-top: 2px;
}

.btn-custom__nkd:hover {
    background-color: var(--color-primary);
}

.btn-custom__nkd:hover>* {
    color: var(--color-seconds-primary);
}

.text-box-content .button {
    display: flex;
    align-items: center;
    width: fit-content;
}

.text-box-content .button span {
    color: #000;
}

/*  */
.ss_item {
    transition: all 0.2s linear;
    border-radius: 170px;
    background-color: #E8F8F7;
    padding: 20px;

}

.ss_item:hover .ss_name {
    color: var(--color-green-hover);
}


.ss_item:hover .ss_img img {
    scale: 1.2;
}

.ss_img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
    margin: auto;
}

.ss_img img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
    transition: all 0.2s linear;
}

.ss_img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    border-radius: 4px;
    content: "";
    opacity: 0;
}

.ss_info {
    position: relative;
    width: 100%;
    -webkit-box-align: stretch;
    text-align: center;
    list-style: kannada;
    margin: auto;
    min-height: 100px;
}

.ss_name {
    padding: 20px 0px 10px;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-green);
    font-weight: 600;
    transition: all 0.2s linear;
}

/* product */
.box-text-products a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.box-text-products .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-green-hover);
    margin-bottom: 25px;
    text-align: center;
    color: red;
}


.box-text-products .price-wrapper {
    margin-top: 10px;
}

.box-text-products .price-wrapper .price {
    text-align: center;
}

.box-text-products .price-wrapper .amount {
    position: relative;
}

/* .home .add-to-cart-button a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 60px;
    background-color: var(--color-green-hover);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.25s linear;
} */

.box-text-products:hover .price-wrapper .amount::after {
    width: 150%;
}

.archive .box-text-products .add-to-cart-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;

    border: 1px solid var(--color-primary) !important;
    padding: 5px 15px !important;
    color: var(--color-primary);
}

.archive .box-text-products .add-to-cart-button a:hover {
    color: white;
}

/* partner */

.section-partner h3.nkd_title {
    position: relative;
}

.section-partner .section-content {
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}


.section-partner h3.nkd_title::before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: var(--color-primary);
    bottom: -10px;
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.slick-slider .slick-track {
    display: flex !important;
    margin: auto;
}

.slick-slider .element {
    margin: 0 27px !important;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.section-partner .slick-slider .element {
    height: 100px;
    width: 100px;
}

.section-partner .slick-slider .element>a>img {
    max-height: 100px;
    height: 100%;
    border-radius: 5px;
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-slider button {
    display: none !important;
}

.col-services i {
    /* color: #A8B324;
    transition: color 0.3s;
    width: 1.25em;
    font-size: 20px; */

    font-size: 48px;
    width: 1em;
    height: 1em;
}

.col-services .button {
    font-size: 12px;
    line-height: 22px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #0A472E;
    border-radius: 22px 22px 22px 22px;
    padding: 11px 35px 11px 35px;
}


.col-services p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--text-color);
    text-align: center;
}

.col-services .fa-check-circle {
    padding-right: 40px;
}

.col-services h4 {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    text-align: center;
}

.col-services .bg-icon {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: var(--bg-pink);
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-services .bg-icon i {
    color: var(--color-pink);
}

.col-services:nth-child(2) .bg-icon {
    background-color: var(--bg-green);
}

.col-services:nth-child(2) .bg-icon i {
    color: var(--color-green);
}

.col-services:nth-child(3) .bg-icon {
    background-color: var(--bg-blue);
}

.col-services:nth-child(3) .bg-icon i {
    color: var(--color-blue);
}

.col-services:nth-child(4) .bg-icon {
    background-color: var(--bg-pink-orange);
}

.col-services:nth-child(4) .bg-icon i {
    color: var(--color-pink-orange);
}

.col-services .col-inner {
    padding: 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1E1E1;
    border-radius: 4px 4px 4px 4px;
}

/*  */
.section-news h3.nkd_title {
    text-align: center;
    color: var(--color-green-hover);
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

.section-news h2.nkd_title {
    font-size: 40px;
    text-transform: capitalize;
    color: var(--color-green);
    padding-bottom: 30px;
}

.text-box-news h3 {
    text-align: center;
    color: #FFFFFF;
    font-size: 48px;
    line-height: 46px;
}


.text-box-news p {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
}

.text-box-news .button {
    font-size: 12px;
    line-height: 22px;
    background-color: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    padding: 9px 30px 9px 30px;
    color: #000 !important;
}

.content-news {
    padding-right: 15px;
    justify-content: center;
}


.content-news p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-news h3 {
    color: #333;
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
}


.content-news p {
    font-size: 14px;
    line-height: 25.2px;
}

.content-news a {
    color: #61120E;
    line-height: 1;
    border-bottom: 1px solid;
    font-weight: normal;
    padding-bottom: 3px;
    width: fit-content;
    display: flex;
    gap: 5px;
}

.tag-cate {
    bottom: 15px;
    left: 10px;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #a8b324;
    margin-top: 0;
    margin-bottom: 5px;
}

.tag-cate a {
    color: #fff;
}

.col-news {
    margin-bottom: 30px;
}

.posted-on {
    align-items: center;
    gap: 10px;
}


/* Product Page */
.yith-wcan-filter {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}

.yith-wcan-filter .filter-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    text-align: center;
}

.category-page-title .page-title-inner,
.product-breadcrumb-container .woocommerce-breadcrumb {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}



.row-information {
    padding: 15px;
    max-width: 1200px !important;
}

.row-information .product-page-price .pro-price {
    font-size: 18px;
    opacity: .92;
    font-weight: bold;
    color: red;
}


.row-information .product-title {
    font-size: 35px;
    line-height: 1.4;
    margin: 0 0 10px;
    color: var(--color-primary);
}

.row-information .product-page-price {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px 0;
    align-items: baseline;
    line-height: 1.4;
}

.row-information .product-page-price del {
    margin-left: 10px;
    font-size: 15px;
}

.row-information .product-page-price>span.amount *,
.row-information .product-page-price ins * {
    font-size: 22px;
}

.row-information .price>span.amount *,
.row-information ins span.amount * {
    font-weight: normal;
    color: #ff0000;
}

.row-information .product-short-description {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.row-information .product-short-hotline *,
.row-information .product-short-description * {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 2;
}

.row-information .product-short-description ul {
    list-style: disc;
}

.row-information .col-action>.col-inner>a.button:nth-of-type(1) {
    border: 1px solid var(--color-primary) !important;
    background-color: var(--color-white);
}

.row-information .col-action>.col-inner>a.button:nth-of-type(1) span,
.row-information .col-action>.col-inner>a.button:nth-of-type(2) span {
    color: var(--color-primary);
    width: 100%;
    padding: 0;
    max-width: 100%;
    transform: unset;
}

.row-information .col-action>.col-inner>a.button:nth-of-type(2) span {
    color: var(--color-white);
}

.row-information .col-action>.col-inner>a.button:nth-of-type(1) em,
.row-information .col-action>.col-inner>a.button:nth-of-type(2) em {
    width: 0;
}

.product-tab__title {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding: 15px 15px 10px;
    padding-left: 15px;
    line-height: 1.3;
    text-transform: initial;
    font-weight: normal;
    letter-spacing: initial;
    padding-left: 0;
    font-weight: 700;
    color: var(--color-primary);
    font-size: 25px;
}

.product-description .description-content .description-productdetail {
    position: relative;
}

.expandable-content_toggle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid var(--color-primary);
    padding: 5px 15px;
    position: relative;
    text-align: center;
    font-weight: 500;
    background: #fff;
    z-index: 99;
    outline: none;
}

.expandable-content_toggle i,
.expandable-content_toggle span {
    color: var(--color-primary);
}

.expandable-content_toggle i {
    margin-right: 10px;
    transition: transform 0.2s ease-in-out;
}

.expandable-content_toggle:hover i {
    transform: rotate(45deg);
}

.product-description .description-content.opened .description-productdetail {
    height: 150px;
    overflow: hidden;
}

.product-description .description-content.opened .description-productdetail:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff);
}

.product-description .description-content:not(.opened) .expandable-content_toggle {
    margin-top: 30px;
    border: 0;
}

.featured_item .wt-post-title h3.post-title a {
    -webkit-line-clamp: 3;
}

.featured_item .blog-post {
    box-shadow: 2px 2px 20px #0000000f;
}

.featured_item .wt-post-info.p-t30.text-black {
    border-top: 1px solid #e1e1e1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
    padding: 20px;
}

.box-img__fix {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.box-img__fix img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* product */
.product-small.box {
    border-radius: 5px;
    box-shadow: 1px 4px 7px 2px #00000014
}

.product-small .box-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: white;
}

.san-pham-section .box .box-image {
    border-radius: 5px;
}

.product-small .box-text {
    border-top: 1px solid #e1e1e1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
}

.product-small .product-title a {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 600;
}

.product-small:hover .product-title a {
    color: var(--color-primary);
}

.name.product-title.woocommerce-loop-product__title {
    text-align: center;
}

.product-small:hover a img {
    transform: scale(1.2);
}



.cool-footer-logo .col-inner p {
    color: var(--color-gray-dark);
}

.cool-footer-logo span,
.cool-footer-logo a {
    font-weight: bold;
    color: var(--color-green-hover);
    font-size: 16px;
}

.col-call-footer .social-icons {
    display: flex;
    gap: 5px;
}

.col-call-footer .social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-call-footer .box-mail {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-mail i {
    font-size: 30px;
}

.box-mail {
    font-size: 20px;
    color: var(--color-black);
}

/* section breadcrum */
.section-breadcrum {
    padding-left: 30px;
    padding-right: 30px;
}

.section-breadcrum h3.nkd_title {
    font-size: 50px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: var(--color-green);
}

.section-breadcrum .section-content>p {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
}

.section-breadcrum .section-content>p a:last-of-type {
    color: var(--color-black);
}

.section-contact h4.nkd_title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.section-contact input[type=email],
.section-contact input[type=number],
.section-contact input[type=search],
.section-contact input[type=tel],
.section-contact input[type=text],
.section-contact input[type=url],
.section-contact textarea {
    padding: 24px 20px;
    background-color: #fff;
    border-color: #e1e1e1;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
}

.section-contact input[type=submit] {
    background-color: var(--color-green-hover);
    color: #fff;
    font-size: 14px;
    border-radius: 50px 50px 50px 50px;
    padding: 9px 20px;
    font-weight: 700;
    width: 193px;
}

.section-contact h3.nkd_title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* crum */
.freshio-breadcrumb {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 30px;
    margin: 0 0 2em;
    min-height: 300px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.freshio-breadcrumb h1 {
    color: var(--color-green);
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.breadcrums {
    list-style-type: none;
    display: flex;
    width: 100%;
    gap: 5px;
}

.breadcrums li a {
    color: var(--color-gray);
    font-size: 14px;
}

.home .news-wrapper {
    padding-left: 15px !important;
}

.news-wrapper {
    /* padding-left: 30px !important;
    padding-right: 150px; */

    width: calc(100% - 300px);
    float: left;
    margin-right: 10%;
    position: relative;
}

/* .news-wrapper::after {
    content: ''; 
    position: absolute;
    height: 100%;
    top: 0;
    display: block;
    width: 1px;
    right: -7%;
    border-right: 1px dashed;
    border-right-color: #ebebeb;
} */
.box-video-custom {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 15px;
    cursor: pointer;
}

.box-video-custom .box-image__background {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.box-video-custom .box-image__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.box-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.is-shop .row {
    display: none;
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        transform: scale(1.85);
    }

    100% {
        opacity: 0;
    }
}

.btn-action__icon {
    background: var(--color-button-youtube);
    color: var(--color-white);
    border: 2px solid var(--color-button-youtube);
    min-width: 3em;
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.btn-action__icon:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid var(--color-button-youtube);
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    border-color: var(--color-button-youtube);
}

.btn-action__icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid var(--color-button-youtube);
    -webkit-animation: btnIconRipples 2s infinite ease-in-out;
    animation: btnIconRipples 2s infinite ease-in-out;
    border-color: var(--color-button-youtube);
}

.side-bar_blog {
    width: 300px;
    float: right;
}

/* .blog-archive .row {
    max-width: 100% !important;
} */
.list-text-1 {
    background: var(--color-primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.list-text-1>.text-left {
    max-width: 50%;
    width: 100%;
    text-align: right !important;
    font-size: 120px;
    font-weight: 700;
    color: white;
}

.list-text-1>.text-right {
    text-align: left !important;
    padding-left: 30px;
    color: white;
    font-size: 35px;
}

.list-text-2 {
    border: 1px solid var(--color-primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.list-text-2>.item {
    max-width: 33.3333%;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.list-text-2 .number {
    font-size: 80px;
    font-weight: 700;
}

.list-text-2 .number sup {
    font-size: 20px;
}

.list-text-2 .text-ct {
    font-size: 30px;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
}

.news-wrapper .posted-on {
    margin-bottom: 1.6em;
    color: var(--color-black);
    font-size: 12px;
}

.news-wrapper h4,
.news-wrapper h4 a {
    position: relative;
    font-size: 30px;
    line-height: 1.5em;
    color: var(--color-green);
    margin-bottom: .5em;
}

.news-wrapper h4 a::after {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    bottom: -20px;
    left: 0;
    background-color: #999;
}

.news-wrapper p {
    padding-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap_blog-posts {
    display: flex;
    max-width: 100%;
    width: 100%;

    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.wrap_blog-posts-single .news-wrapper h4 a::after {
    display: none;
}

.wrap_blog-posts-single .tag-cate {
    width: fit-content;
}

.categories_read_more {
    margin-bottom: 50px;
}

.categories_read_more a {
    line-height: 1;
    border-bottom: 1px solid;
    font-weight: 700;
    padding-bottom: 3px;
    font-size: 14px;
    color: var(--color-green-hover);
}

.side-bar_blog h3 {
    font-size: 20px;
    color: var(--color-green);
    padding: 0 0 8px;
    margin-bottom: 30px;

    border-bottom: 1px dashed;
    border-bottom-color: #ebebeb;
    font-weight: 700;

}

.side-bar_blog .list_cate {
    margin-bottom: 40px;
}

.side-bar_blog .list_cate .cat-item {
    color: var(--color-gray-dark);
    list-style: none;
    margin-bottom: 11px;
    line-height: 1.41575em;
}

.side-bar_blog .list_cate .cat-item::before {
    font-family: freshio-icon;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    color: var(--color-green-hover);
    margin-right: 15px;
}


.side-bar_blog .recent-posts-thumbnail {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    overflow: hidden;
}

.recent-posts li {
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 1em 0;
    margin-bottom: 0;
}

.recent-posts-thumbnail {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    overflow: hidden;
}

.recent-posts-thumbnail img {
    margin-right: 20px;
    border-radius: 3px;
    width: 100px;
    height: 100px;
}

.recent-posts-info {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.recent-posts-info .post-title {
    display: block;
    line-height: 20px;
    color: #000;
    margin-bottom: .5407911001em;
}

.recent-posts-info span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}

.recent-posts-info .post-date {
    font-size: 12px;
    color: #b0b0b0;
}

.tagcloud {
    margin-bottom: 1.25em;
}

.tagcloud a {
    display: inline-block;
    font-size: 12px !important;
    line-height: 30px;
    padding: 0 17px;
    margin-bottom: 5px;
    color: #4b5955;
    border-radius: 50px;
    border: 1px solid;
    border-color: #ebebeb;
    transition: all 0.2s linear;
}

.tagcloud a:hover {
    background-color: var(--color-green-hover);
    color: white;
    border: none;
}

/* detail pót */
.freshio-breadcrumb-nobg {
    display: block;
    min-height: unset;
    background: #f8eee3;
    padding: 1.5em 30px;
    border-top-color: #ebebeb;
}



.freshio-breadcrumb-nobg .breadcrums li,
.freshio-breadcrumb-nobg .breadcrums {
    margin-bottom: 0;
}


.freshio-breadcrumb-nobg .breadcrums li a {
    color: var(--color-gray-dark);
    font-size: 14px;
}

.freshio-breadcrumb-nobg .breadcrums li:nth-last-child(2) a {
    color: var(--color-black);
}


/* custom comment */
div#comments h2 {
    font-size: 30px;
    color: var(--color-green);
}



#formcmmaxweb input[type=email],
#formcmmaxweb input[type=number],
#formcmmaxweb input[type=text],
#formcmmaxweb textarea {
    padding: 24px 20px;
    background-color: #fff;
    border-color: #e1e1e1;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
}

#formcmmaxweb input[type=submit] {
    background-color: var(--color-green-hover);
    color: #fff;
    font-size: 14px;
    border-radius: 50px 50px 50px 50px;
    padding: 9px 20px;
    font-weight: 700;
    width: 193px;
}


/* product home page */
/* .home .product-small.box {
    box-shadow: unset;
    border-radius: unset;
    border: unset;

}

.home .product-small .box-text {
    border: unset;
} */

.food_1 {
    padding-bottom: 0 !important;
}

.home .primary.is-outline {
    color: #000000;
    font-size: 12px;
    margin: 0;
}

/* .home .add-to-cart-button .is-outline:hover,
.home .primary.is-outline:hover {
    background-color: unset !important;
    color: var(--color-green-hover) !important;
} */


.home .add-to-cart-button .is-outline:hover,
.home .primary.is-outline:hover {
    color: white !important;
    background-color: white;
    width: 90%;
}

.home .primary.is-outline {
    border: 1px solid var(--color-primary) !important;
    width: 90%;
}


.home .add-to-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/*  */
#woocommerce_recently_viewed_products-3 {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}

#woocommerce_recently_viewed_products-3>span {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    width: 100%;
}

#woocommerce_recently_viewed_products-3 .is-divider.small {
    display: none;
}

#woocommerce_recently_viewed_products-3 .product_list_widget {
    margin-top: 30px;
}

#woocommerce_recently_viewed_products-3 .product-title {
    font-size: 14px;
}


/* section-home-counts */

.section-home-counts .icon-box-img img,
.section-home-counts .icon-box-img svg {
    filter: brightness(0) saturate(100%) invert(11%) sepia(83%) saturate(3585%) hue-rotate(342deg) brightness(113%) contrast(105%);
    width: 40px;
    height: 40px;
}

.home_count_text p {
    font-size: 35px;
    margin-bottom: 20px;
}

.home_count_text p,
.home_count_text p span {}

.home_count_text h3 {
    text-transform: uppercase;
}

.foot_1 {
    padding-bottom: 0 !important;
}

.icon-box.featured-box.icon-box-top.text-left {
    box-shadow: 3px 5px 1px #00000014;
    background: white;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
}

.ss-chung-chi {
    background-image: url(/wp-content/uploads/2024/08/transparent-pattern-png-8.png);
    background-repeat: repeat-x;
    padding-top: 50px !important;
    padding-bottom: 50px;
    background-color: rgb(242, 244, 245) !important;
}

.section-title {
    color: var(--color-primary);

}

.section-title span {
    text-transform: none;
    font-size: var(--font-size-title);
    font-weight: bold;
}

.heading-bar {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.heading-bar .heading-bar__title {
    display: unset;
    color: var(--color-primary);
    width: auto;
}

.border-radius-10 img {
    border-radius: 10px;
}

a.see-all {
    font-size: 14px;
    text-decoration: underline;
    text-align: right;
    white-space: nowrap;
    float: right;
    margin-top: 5px;
}



/* Lang */
.__english .wrap-english {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.__english span {
    color: var(--color-white);
}

.__english ul.sl-en span {
    color: var(--color-primary);
    cursor: pointer;
    margin-left: 10px;
}

.txt-14-22 {
    font-size: 14px;
    line-height: 22px;
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important;
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important;
}

.__english .wrap-english .en-arrow {
    transition: all .2s;
}

.__english .sl-en {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin-top: 10px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    width: 180%;
}

.__english .sl-en li {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    transition: all .2s;
}

.__english .sl-en li img {
    margin-right: 4px;
}

.__english.open .sl-en {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

#google_language_translator {
    overflow: hidden;
    font-size: 0;
    display: none;
}

/* Lang */



/* Modal */
.modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    display: none;
}

.modal.in {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fade .6s forwards;
    opacity: 0;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    background-color: white;
    width: 30%;
    border-radius: 3px;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    margin: 0;
    line-height: unset;
    min-height: unset;
}

.modal-close span {
    font-size: 18px;
}

.modal-form input:not(input[type="checkbox"]),
.modal-form textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-form input[readonly="readonly"] {
    background-color: #e6ebef !important;
}

.modal-header {
    background-color: var(--color-primary);
}

.modal-header * {
    color: white;
    font-size: 20px;
}

.modal-header h3 {
    margin-bottom: 0;
}

.modal-form .wpcf7-spinner {
    display: none;
}



.ss-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 60px 0 !important;
}

.is-shop {
    padding: 0 !important;
    background: unset;
}

/* Blog Style */
.single .page-wrapper,
.archive .page-wrapper,
.blog .page-wrapper {
    padding: 0;
}

.blog-post {
    position: relative;
    margin-bottom: 40px;
}

.wt-post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 16/9;
}

.pagination {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 4px;
    justify-content: center;
}


.pagination li.item {
    margin: 0;
    padding: 0;
    border: 1px solid var(--color-primary);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    border-radius: 4px;
    display: grid;
}

.pagination li.item.current {
    background-color: var(--color-primary);
}

.pagination li.item a {
    padding: 5px 15px !important;
    color: var(--color-primary);
}

.pagination li.item.current a {
    color: white;
}

.wt-post-title h3.post-title {
    margin-bottom: 15px;
}

.wt-post-title h3.post-title a {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.wt-post-meta {
    margin-bottom: 10px;
}

.wt-post-meta ul {
    margin: 0px;
    list-style: none;
}

.wt-post-meta li {
    padding: 0;
    display: inline-block;

    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wt-post-meta li span {
    font-size: 13px;
}

.wt-post-meta li.post-date::after {
    content: "/";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}

.wt-post-text {
    margin-bottom: 15px;
    text-align: justify;
}

.wt-post-text p:last-child {
    margin: 0;
}

.news-latest,
.menu-blog {
    margin: 0 0 30px;
    position: relative;
    padding: 16px 26px 28px;
    border: 1px solid #e3e7e8;
    background: #fff;
}


.sidebarblog-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 2px solid var(--color-primary);
    line-height: 1.2;
}

.sidebarblog-title h2 span,
.page_menu_title h2 span {
    display: none;
}

.list-news-latest {
    counter-reset: popular-counter;
}

.list-news-latest .item-article {
    -webkit-transition: .4s;
    transition: .4s;
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.list-news-latest .item-article:last-child {
    border-bottom: none;
}

.list-news-latest .item-article .number {
    font-size: 30px;
    font-weight: 500;
    color: #cdcfd0;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    border-right: 1px solid #e3e7e8;
    counter-increment: popular-counter;
}

.list-news-latest .item-article .number:before {
    content: counter(popular-counter);
    position: absolute;
    font-size: 30px;
    width: 100%;
    line-height: 1;
}

.list-news-latest .item-article .post-content {
    padding-left: 15px;
    width: 100%;
}

.list-news-latest .item-article .post-content h3 {
    margin: 5px 0 0;
    line-height: 1.5;
}

.list-news-latest .item-article .post-content h3 a {
    font-size: 14px;

}

.list-news-latest .item-article .post-content span.cate-blog a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #828d91;
}

/* Tree Menu */
/* Menu Category */
.tree-menu li a {
    line-height: 30px;
    font-size: 13px;
    position: relative;
    display: block;

}

.tree-menu,
.tree-menu-sub {
    list-style: none;
}

.tree-menu>li {
    border-bottom: 1px dashed #e7e7e7;
}

.tree-menu>li:last-child {
    border-bottom: none;
}

.tree-menu>li>a {
    padding: 12px 30px 12px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: initial;
    letter-spacing: 1px;
    display: block;
    position: relative;
}

.tree-menu>li:last-child>a {
    padding-bottom: 0;
}

.tree-menu li.has-child ul {
    display: none;
}

.tree-menu li.has-child:first-child ul {
    display: block;
}

.tree-menu li.has-child>ul {
    padding: 0 0 15px 15px;
}

.tree-menu li.has-child>ul>li ul {
    padding: 0 0 0 15px;
}

.tree-menu li a .icon-control {
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    color: #525353;
}

.tree-menu li a .icon-control:hover {
    border-color: #e7e7e7;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}

.tree-menu li.active>a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0);
}

/* single post */
.box-article-heading h1 {
    margin: 20px 0 15px;
    font-size: 24px;
    line-height: 1.3;
}

.article-info-more {
    margin-bottom: 20px;
}

ul.article-info-more li {
    opacity: 0.85;
    display: inline-block;
    margin-right: 10px;

}

ul.article-info-more li * {
    font-size: 13px;
    font-weight: 600;
}

ul.article-info-more li i {
    margin-right: 5px;
}

.article-pages,
.meta-tags,
.article-comment .comment_form,
.post-navigation {
    margin-bottom: 40px;
}

.post-navigation {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.post-navigation .right {
    float: right;
}

.post-navigation .left {
    float: left;
}

.post-navigation span svg {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.post-navigation span a {
    display: inline-block;
    vertical-align: -1px;
}

.blog-post .button em {
    display: block;
}

.absolute-footer {
    display: none;
}

#footer .main-footer--copyright {
    border-top: 1px dashed #e0d9d6;
    padding: 15px 0 !important;
}

#footer .main-footer--copyright p {
    text-align: center;
}

footer {
    border-top: 1px solid #f1eeed;
}



/* customize ux menu */


.customize-ux__menu>.header-nav>li>.nav-top-link>i {
    vertical-align: middle;
    font-size: 10px;
    margin-bottom: 2px;
}

.customize-ux__menu>.header-nav>li::before,
.customize-ux__menu>.header-nav>li::after {
    content: none;
}

.customize-ux__menu>.header-nav>li>.sub-menu {
    border: none;
    padding: 0;
}

.customize-ux__menu>.header-nav>li>.sub-menu>li:hover {
    background: #F2F2F2;
}

.customize-ux__menu>.header-nav>li>.sub-menu>li:hover>a {
    color: var(--color-primary);
}



/* sidebar */

.sidebar-page.group-menu,
.yith-wcan-filter,
.box-gallery,
.box-content__featureal {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}

.sidebar-page.group-menu img {
    width: 100%;
}

.sidebar-page .title_block h2,
.yith-wcan-filter .filter-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    text-align: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover,
.price-range:hover *,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a *,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a * {
    color: var(--color-primary);
}


.banner-title-name h1,
.banner-title-name span {
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 0px;
}

/* bg */
.text-white {
    color: #fff;
}


/* breadcrums */

.breadcrums {
    padding: 20px 0;
    background: transparent;
    margin-bottom: 0;
    display: block;
    padding-bottom: 0;
}

.breadcrums>li {
    display: inline-block;
    margin-bottom: 0;
}

.breadcrums>li>a {
    color: white;
}

.breadcrums>li+li::before {
    content: '|';
    padding: 0 15px;
    color: white;
}

.home_count_text * {
    color: var(--color-primary) !important;
}

.product-category {
    box-shadow: 1px 4px 7px 2px #00000014;
}

.product-category .box-image {
    border-radius: 5px;
}

.product-category .box-text {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: var(--color-primary);
    padding: 15px;
    background: rgb(255, 252, 181);
    background: linear-gradient(45deg, rgba(255, 252, 181, 1) 0%, rgba(171, 22, 33, 1) 50%, rgba(255, 252, 181, 1) 100%, rgba(171, 22, 33, 1) 100%);
}

.product-category h5 {
    letter-spacing: 0;
    font-size: 16px;
}

.ss-hotproduct>.section-content>.row {
    background-color: #E5E2DD;
    border-radius: 10px;
    padding: 30px 10px;
}

.ss-hotproduct .product-small .box-image,
.ss-hotproduct .product-small .box-text {
    background-color: #f7f7f7;
}

.home .ss-hotproduct .primary.is-outline {
    background-color: var(--color-primary) !important;
    color: white;
}

.product-category-box {
    background: #F7F7F7;
}

.product-category-box a.product-item {
    display: flex;
    padding: 15px;
    align-items: center;
}

.product-category-box a.product-item .ss_img {
    max-width: 135px;
    width: 100%;
}

.product-category-box a.product-item .ss_img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-category-box a.product-item .ss_img::before {
    content: none
}

.product-category-box .ss_info {
    text-align: left;
    margin-left: 20px;
}

.ss-page-contact .s-title h2 {
    font-size: 30px !important;
    font-weight: 700;
    margin: 0px 0 !important;
    line-height: 1.5 !important;
    text-transform: capitalize !important;
}

.ss-page-contact .s-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 10px;
    background: #000000;
    margin-bottom: 25px;
}

.border-right .col-inner {
    padding: 20px;
    border: 1px solid #e3e5ec;
}

.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}

body {
    top: 0 !important;
}

.header-search.header-search-lightbox {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header-search-form.search-form.html.relative.has-icon {
        max-width: 150px;
    }

    .ss-hotproduct .section-content {
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .header-search-form.search-form.html {
        display: none;
    }

    .header-search.header-search-lightbox {
        display: block;
    }

    #logo {
        width: 150px !important
    }

    .header-main .header-nav>li>a {
        padding: 10px 5px;
    }

    .text-about-indent {
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 9;
    }

    .home_count_text h3 {
        font-size: 15px;
    }

    .tag-cate {
        bottom: 20%;
    }

    .sidebar-page .title_block h2,
    .yith-wcan-filter .filter-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .btn-custom__nkd {
        margin-top: 15px;
    }
}

@media screen and (max-width: 576px) {
    .col-video {
        display: none !important;
    }

    .foot_1 {
        padding-top: 30px !important;
    }

    .col-news>.flex> :first-child {
        width: 30%;
        margin-right: 15px;
    }

    .col-news>.flex> :last-child {
        width: 70%;
    }

    .content-news h3 {
        font-size: 16px;
    }

    .news-wrapper .posted-on {
        margin-bottom: 5px;
    }

    .tag-cate {
        display: none;
    }

    .news-wrapper p {
        padding-top: 0;
        display: none;
    }

    .product-tab__title {
        font-size: 18px;
    }

    .heading-bar {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 480px) {
    .col-news>.flex {
        flex-wrap: wrap;
    }

    .col-news>.flex> :first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .col-news>.flex> :last-child {
        width: 100%;
    }

    .news-wrapper p {
        padding-top: 20px;
        display: -webkit-box;
    }
}

.ss-fit-content .wpcf7 {
    position: absolute;
    top: 61%;
    z-index: 99;
    left: 11%;
    transform: translate(-11%, -61%);
}


.ss-fit-content .custom-form {
    max-width: fit-content;
    /* margin: 0 auto; */
    width: 100%;
    position: relative;
}

.ss-fit-content .custom-form .form-group {
    margin-bottom: 19px;
    position: relative;

}

.ss-fit-content .custom-form .form-group input {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px 15px 10px 40px;
    border: 2px solid #d13439;
    border-radius: 50px;
    line-height: 40px;
    outline: none;
    margin-bottom: 0;
    max-width: 320px;
}

.ss-fit-content .custom-form .form-group input:focus {
    border-color: #a71d24;
}

.custom-form .form-group input::placeholder {
    color: #888;
    text-align: center;

}

.custom-form .form-group:before {
    content: "";
    position: absolute;

    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-size: cover;
    z-index: 9
}

.ss-fit-content .custom-form .form-group:nth-child(1):before {
    background-image: url(https://giatruyenfood.tgs.com.vn/wp-content/uploads/2025/01/profile-user.png);
}

.ss-fit-content .custom-form .form-group:nth-child(2):before {
    background-image: url(https://giatruyenfood.tgs.com.vn/wp-content/uploads/2025/01/phone-call.png);
}

.ss-fit-content .custom-form .form-group input[type="submit"] {
    background-color: #2d5c2e;
    text-align: center;
    color: #fff;
    width: 60%;
    border: none;
    padding: 5px 15px;
    border-radius: 60px;
    cursor: pointer;
    margin-bottom: 0;
    height: 50px
}

.ss-fit-content .custom-form .form-group input[type="submit"]:hover {
    background-color: #1c3d1c;

}

.ss-fit-content span.wpcf7-spinner {
    display: none;
}

.ss-fit-content .form-group.form-button {
    text-align: center;
}

@media screen and (max-width:1500px) {
    .ss-fit-content .custom-form .form-group input {
        height: 50px;
        max-width: 270px;
    }

    .custom-form .form-group::before {
        width: 40px;
        height: 40px;
    }

    .ss-fit-content .custom-form .form-group input[type="submit"] {
        height: 40px;
    }
}

@media screen and (max-width:1200px) {
    .ss-fit-content .wpcf7 {
        transform: translate(-11%, -66%);
        top: 66%;
    }

    .ss-fit-content .custom-form .form-group input {
        height: 40px;
        max-width: 210px;
    }

    .custom-form .form-group::before {
        width: 30px;
        height: 30px;
    }

    .ss-fit-content .custom-form .form-group input[type="submit"] {
        height: 35px;
        width: 100%;
        line-height: 1;
    }
}

@media screen and (max-width:480px) {


    .custom-form .form-group::before {
        width: 20px;
        height: 20px;
    }

    .ss-fit-content .custom-form .form-group input {
        height: 30px;
        font-size: 12px;
        max-width: 100%;
        padding: 0;
        padding-left: 20px !important;
        border-width: 1px;
        padding-left: 30px;
    }

    .ss-fit-content .custom-form .form-group input[type="submit"] {
        height: 30px;
        line-height: 1;
        font-size: 12px;
        padding: 5px !important;
        min-height: unset;
    }

    .ss-fit-content .custom-form .form-group {
        margin-bottom: 15px;
        max-width: 49%;
        width: 100%;
    }

    .ss-fit-content .custom-form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .ss-fit-content .custom-form .form-group.form-button {
        margin-left: auto;
        margin-right: auto;
    }
    .ss-fit-content .wpcf7 {
        top: 92%;
        transform: translate(-11%, -92%);
        width: 100%;
        text-align: center;
        padding: 0 50px;
    }

    .pum-close.popmake-close {
        margin: 0;
    }

}