.header-button-1>.header-button>a,
.header:not(.transparent) .header-nav-main.nav>li>a {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: .5rem;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 20px;
    line-height: 1.5rem;
}

.header:not(.transparent) .header-nav-main.nav>li {
    margin-left: 40px;
    margin-right: 0;
}

.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li:hover>a {
    background-color: var(--primary-color);
    color: #fff;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-pills.nav-uppercase {
    justify-content: center;
}

.footer-title>* {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-desc p {
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .75rem;
}

footer .ux-menu-link__link,
.text-base {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-sm {
    font-size: 11px;
    line-height: 1.25rem;
}

.text-s {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.text-xxl h1 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.title-ss h3 {
    font-size: 1rem;
    line-height: 1.25rem;
}

.title-xxl h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

footer .ux-menu-link__link {
    line-height: normal;
    height: auto;
    min-height: unset;
    margin-bottom: 1rem;
    padding: 0;
}

footer .ux-menu-link__link:hover {
    text-decoration: underline;
}

footer .icon-box-img svg path {
    fill: transparent;
}

footer .icon-box {
    font-size: 14px;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--primary-color), #008e7a, #00b41e);
}

.absolute-footer {
    padding: 0;
}

footer .social-icons a {
    margin: 0 0 0 1.5rem !important;
}

.icon-facebook::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='w-5 h-5' fill='currentColor' viewBox='0 0 24 24' aria-hidden='true' %3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    top: 3px;
}

.footer-logo img {
    max-height: 77px;
    object-fit: contain;
    margin-left: 0 !important;
    object-position: left;
}

a#top-link {
    width: 3rem;
    height: 3rem;
    border: 0;
    background: transparent;
    right: auto;
    left: 24px;
    bottom: 0;
    color: var(--primary-color);
    z-index: 999999;
}

div#wrapper #main {
    min-height: calc(100vh - 300px);
}


.menu_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    z-index: 9999;
    justify-content: center;
}

.menu_wrap a {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: .75rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    color: #a2af9f;
    transition: all 0.2s;
}

.menu_wrap a.active,
.menu_wrap a:hover {
    color: var(--primary-color);
}

.menu_wrap svg path {
    fill: currentColor;
}

.menu_wrap svg,
.menu_wrap img {
    transition: all 0.2s;
    width: 2.5rem;
    height: 2.5rem;
}

.ss-bg-main,
.bg-col>.col-inner {
    padding: 1.5rem 0.75rem;
    background-image: linear-gradient(to right, var(--primary-color), #00b41e);
}

.ss-bg-main {
    padding-left: 0;
    padding-right: 0;
}

.bg-col-2>.col-inner {
    background-image: linear-gradient(to bottom, var(--fs-color-secondary), red);
}

.ab-desc :last-child {
    margin: 0;
}

.col-sd .col-inner {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.title {
    font-weight: 600;
}

.title h2 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
}

.font-2 h3,
.font-2 h2 {
    font-family: system-ui, sans-serif;
    font-weight: 700 !important;
}

.title-large h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
}

.title-sssm h2,
.title-ssm h2 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.title-sm h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.title-main b {
    background-color: #007a50;
    opacity: 1;
    height: 1.5px;
}

.line-hr hr {
    border-width: 2px;
    margin-top: .75rem;
    width: 50%;
    margin-bottom: 10px;
    opacity: 1;
}

.title-main span.section-title-main {
    background-color: #007a50;
    color: #fff;
    border-radius: 100px;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.section-content {
    counter-reset: section;
}

.row-line .col:nth-child(1)::after {
    color: var(--fs-color-secondary);
    counter-increment: section;
    content: counter(section) '.';
    font-size: 80px;
    font-family: "Londrina Outline", sans-serif;
    position: absolute;
    left: 0;
    top: 0;
}

.row-line:nth-child(odd) .col:nth-child(1)::after {
    left: auto;
    right: 0
}

.row-line .col:nth-child(1) {
    text-align: right;
    padding-right: 5rem;
    padding-left: 60px;
}

.row-line .col:nth-child(2) {
    border-left: 2px solid #000;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left;
    padding-left: 5rem;
}

.row-line .col:nth-child(2)::after {
    content: "";
    background-color: var(--fs-color-secondary);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: -11px;
    bottom: 0;
}

.row-line:nth-child(odd) .col:nth-child(2)::after {
    left: auto;
    right: -11px;
}

.row-line .col:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -50px;
    width: 50px;
    height: 2px;
    background-color: #000;
}

.row-line:nth-child(odd) .col:nth-child(2)::before {
    left: auto;
    right: -50px;
}

.row-line:nth-child(odd) {
    flex-direction: row-reverse;
}

.row-line:nth-child(odd) .col:nth-child(1) {
    text-align: left;
    padding-right: 65px;
    padding-left: 5rem;
}

.row-line:nth-child(odd) .col:nth-child(2) {
    border-right: 2px solid #000;
    border-left: 0;
    padding-left: 12px;
    text-align: right;
    padding-right: 5rem;
    transform: translateX(1.5px);
}

.row-line:nth-child(odd) .col:nth-child(2) .img {
    margin-left: auto;
}

.row-line h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}

.desc-s ul,
.desc-s p {
    margin-top: .75rem;
    margin-bottom: 0;
}

a.button.btn-main {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.75rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: .5rem;
    border: 1px solid #fff;
    min-height: unset;
    min-width: unset;
    letter-spacing: unset;
    margin-top: .75rem;
}

.count-box .col-inner {
    background-image: linear-gradient(to bottom, var(--primary-color), #00b41e);
    color: #fff;
    padding-bottom: .75rem;
    padding-top: .75rem;
    border-radius: .75rem;
    text-align: center;
}

.count-box :last-child {
    margin-bottom: 0;
}

.count-box h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #fff;
    margin: 0;
}

.banner-ss {
    border-radius: 20px;
    overflow: hidden;
}

.banner-ss h2 {
    margin: 0 !important;
    font-size: 1rem;
    color: var(--primary-color);
}

.banner-ss p {
    font-size: .75rem;
    line-height: 1rem;
    margin: 0;
    text-align: justify;
}

.box-step .col-inner {
    background-image: linear-gradient(to bottom, var(--primary-color), #00b41e);
    padding: .75rem;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.box-step .col-inner h3 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: .75rem;
    font-family: var(--font-2);
}

.box-mw {
    width: max-content;
    margin: 0 auto;
}

.woocommerce-product-gallery {
    max-width: 500px;
}

.woocommerce-product-gallery__image a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.woocommerce-product-gallery__image a>img {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.col.large-2.large-col-first.vertical-thumbnails.pb-0 {
    padding: 10px !important;
    margin: 50px 0;
    overflow: hidden;
}

.product-thumbnails.thumbnails {
    transition: all 0.5s;
}

.woocommerce-product-gallery button.flickity-button.flickity-prev-next-button {
    opacity: 1 !important;
    top: 0;
    bottom: auto;
    visibility: visible;
    transform: rotate(90deg) !important;
    left: -86px !important;
    z-index: 99;
    display: block !important;
    min-height: unset;
    width: 32px;
    height: 32px;
    line-height: 32px;
    min-width: unset;
    background-color: var(--fs-color-secondary);
    border-radius: 50%;
    color: #fff;
}

.woocommerce-product-gallery button.flickity-button.flickity-prev-next-button.next {
    top: auto;
    bottom: -30px;
}

.woocommerce-product-gallery button.flickity-button.flickity-prev-next-button svg {
    width: 26px;
}

.product-thumbnails img {
    opacity: 1;
}

.product-thumbnails .is-nav-selected a img {
    border-radius: 5px;
    border: 1px solid var(--fs-color-secondary);
    transform: none;
    margin: 0;
}

.product-thumbnails a {
    border: 0 !important;
    transform: none;
}

.rank-math-breadcrumb p {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.rank-math-breadcrumb a {
    color: gray
}

.rank-math-breadcrumb .separator {
    font-size: 0
}

.rank-math-breadcrumb .last {
    color: var(--fs-color-secondary)
}

.rank-math-breadcrumb .separator::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' aria-hidden='true' class='w-5 h-5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3' stroke='gray'%3E%3C/path%3E%3C/svg%3E") center /contain no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 0.5rem;
}

h1.product-title.product_title.entry-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-top: .75rem;
    margin-bottom: .5rem;
    color: var(--fs-color-secondary);
}

.woocommerce-product-rating .star-rating.star-rating--inline {
    letter-spacing: 3px;
    font-size: 18px;
    width: 108px;
    margin: 0;
}

.product_cat_label a {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-bottom: .125rem;
    padding-top: .125rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 10px;
    display: inline-block;
    color: var(--fs-color-secondary);
    border: 1px solid;
}

.product_cat_label {
    margin-top: 0.5rem;
}

.price-wrapper .price {
    margin-top: .75rem;
    margin-bottom: 0;
}

.product-price-container span.amount {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.woocommerce-review-link {
    color: gray;
}

.thanh_phan {
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
    margin-top: .75rem;
}

.thanh_phan_list {
    display: flex;
    align-items: center;
    margin-left: .5rem;
}

.thanh_phan_item img {
    max-width: 25px;
}

.thanh_phan_item {
    padding-right: .5rem;
}

.list_box-single {
    margin-bottom: .75rem;
}

.list_box-single .col {
    padding: 0;
    margin-left: .75rem;
    max-width: 150px;
}

.list_box-single .col-inner {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.list_box-single .icon-box * {
    margin: 0;
}

.list_box-single .icon-box {
    /* margin-left: .5rem; */
    font-size: .75rem;
    line-height: 1rem;
    align-items: center;
    min-height: 70px;
    padding: 0 .2rem;
}

.list_box-single .lb-price * {
    margin: 0;
    font-size: .75rem;
    line-height: 1rem;
    color: #fff;
}

.list_box-single .lb-price {
    position: absolute;
    background: var(--fs-color-secondary);
    color: #Fff;
    padding: 0 .75rem;
    border-radius: .5rem;
    top: -10px;
    right: -10px;
}

.list_box-single .col:last-child::before {
    content: "";
    right: -10px;
    bottom: -10px;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 9;
    background: url(../images/ice.webp) center /contain no-repeat;
}

.ux-quantity.quantity.buttons_added {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    background-color: var(--primary-color);
    padding: .5rem 1.5rem;
    border-radius: 20px;
    line-height: 23px;
    text-transform: uppercase;
    box-shadow: none;
}

.product-section {
    padding-top: 0;
    border-top: 0;
    margin-top: 20px;
}

.product-section .col {
    max-width: 100%;
    flex-basis: 100%;
}

div#reviews.woocommerce-Reviews {
    max-width: unset;
}

.single .entry-content {
    padding: 0;
}

.product-section:first-child .large-2 {
    display: none;
}

.product-section:nth-child(2) .large-2 h5.uppercase.mt {
    margin-top: 0;
    margin-bottom: .75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.product-section:nth-child(2) .large-2 h5.uppercase.mt::before {
    content: "";
    width: 30px;
    height: 30px;
    z-index: 9;
    display: inline-block;
    margin-right: .5rem;
    position: relative;
    top: 3px;
    background: url(../images/danh-gia.webp) center /contain no-repeat;
}

.load_text {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: .5rem;
    background-image: linear-gradient(to top, #fff, #fff, hsla(0, 0%, 100%, 0));
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: end;
}

.load_text.active {
    height: auto;
    position: unset;
}

.load_text_btn {
    padding: .5rem .75rem;
    background-color: var(--primary-color);
    font-size: .875rem;
    line-height: 1.25rem;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
}

.load_text_btn svg {
    width: 2rem;
    animation: bounce 1s infinite;
}

.load_text_btn span {
    width: max-content;
    display: block;
    margin-left: .25rem;
    font-weight: 700;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}

.list_cat {
    display: flex;
    align-items: center;
    margin-top: .75rem;
}

.list_cat li {
    display: block;
    margin-right: 2rem;
    text-align: center;
    position: relative;
}

.list_cat li a {
    color: #000;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    gap: .25rem;
}

.list_cat li i {
    font-size: .75rem;
    line-height: 1rem;
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--fs-color-secondary);
    color: #fff;
    border-radius: 9999px;
    padding: .25rem .5rem;
    font-style: unset;
}

.list_cat li span {
    width: 70px;
    height: 70px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    transition: all 0.5s;
}

.list_cat li a.active span,
.list_cat li a:hover span {
    background-color: #feede5;
}

.list_cat li span img {
    width: 100%;
    height: 35px;
    object-fit: contain;
}

.list_cat li:first-child span::before {
    content: "";
    background: url(../images/icon-product-all.webp) center /contain no-repeat;
    width: 35px;
    height: 35px;
    display: block;
}

.title-3xl h2,
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

h1.text-3xl {
    margin-top: .75rem;
}

.wrap_main_product>h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: .75rem;
}

.wrap_main_product>h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--fs-color-secondary);
}

.product-small.box {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    padding-top: 80px;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: .5rem;
    margin-top: 75px;
    position: relative;
    border: 1px solid #e6e6e6;
}


.product-small.box .box-image {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    max-width: 150px;
    margin: 0 auto;
}

.product-small.box .box-image img {
    height: 150px;
    object-fit: contain
}

.product-small.box .category {
    padding: .125rem .5rem;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid var(--fs-color-secondary);
    width: max-content;
    text-transform: none;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    font-weight: 700;
    color: var(--fs-color-secondary);
}

.product-small.box .price-wrapper .price {
    margin-top: .5rem;
    margin-bottom: 0;
}

.product-small.box span.amount {
    color: #000;
    font-size: 16px;
}

.product-small.box .box-text {
    display: flex;
    flex-direction: column;
}

.product-small.box .product-size {
    order: 2;
    min-height: 26px;
}

.product-small.box .title-wrapper {
    order: -1;
}

.product-small.box .price-wrapper {
    order: 3;
}

.home .product-small.box {
    box-shadow: none;
    border: 0;
    text-align: center;
    /* padding: 0; */
    border-radius: 20px;
}

.home .product-small.box .box-text {
    padding-top: 0
}

.home .product-small.box:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.home .product-small.box .category {
    font-size: 1em;
    border: 0;
    padding: 0;
    width: 100%;
    line-height: 1.75rem;
}

.home a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--primary-color);
}

.home .btn-product_link,
.home .product-small.box .price-wrapper {
    display: none;
}


.product-size span {
    display: inline-block;
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem .5rem;
    background-color: #e6e6e6;
    border-radius: .5rem;
    font-weight: 400;
}

a.btn-product_link {
    background-color: var(--primary-color);
    order: 4;
    font-size: .875rem;
    line-height: 1.25rem !important;
    cursor: pointer;
    padding: .25rem;
    border-radius: 20px;
    width: 100%;
    margin-top: .5rem !important;
    text-align: center;
    color: #Fff;
    transition: all 0.5s;
}

.btn-product_link:hover {
    background-color: #00b41e;
}

.banner-title {
    font-size: 1rem;
    line-height: 1.5rem;
}

.banner-title h1 {
    margin-bottom: .75rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.banner-title p {
    margin: 0;
}

.button.btn-main-s {
    padding: .25rem .45rem;
    min-height: unset;
    height: unset;
    font-size: 1.25rem;
    line-height: 1.65rem;
    border-radius: .5rem;
    margin-top: .75rem;
}

.button.btn-main-2 {
    padding: .5rem 1.25rem;
    min-height: unset;
    height: unset;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-radius: 20px;
    margin-top: .75rem;
}

.ux-logo img {
    object-fit: contain;
}

.gallery-col.col .box-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: var(--font-2);
}

.box-cus-2 .icon-box-center .icon-box-img {
    margin-bottom: .75rem !important;
}

.box-cus-2 .icon-box .icon-box-img img {
    max-height: 50px;
    object-fit: contain;
}

.title-line h2 {
    padding-left: .75rem;
    border-left: 10px solid var(--primary-color);
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.box-icon-main h3 {
    background: linear-gradient(to left, var(--primary-color), #008e7a, #005f76);
    color: #fff;
    padding: .25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-radius: 20px;
}

.box-icon-main {
    font-size: .875rem;
    line-height: 1.25rem;
}

.banner-title-s {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.banner-title-s h1 {
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 2.25rem;
}

.img-th img {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    z-index: 2;
}

.box-ct .icon-box-text {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    padding: 35px 0 1.25rem;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    margin-top: 20px;
}

.box-ct .icon-box-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    padding: 0;
}

.box-ct .icon-box-img {
    background: linear-gradient(to right, var(--primary-color), #00b41e);
    width: 60px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 0;
    margin: 0 auto !important;
    right: 0;
}

.box-nq .overlay {
    background: linear-gradient(to right, rgba(0, 95, 118, .8), rgba(0, 142, 122, .8), rgba(0, 180, 30, .8));
}

.box-nq .col-inner {
    overflow: hidden;
    border-radius: 15px;
    background-color: #f5fbf3;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.box-nq .box-text-inner * {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
}

.box-nq-text {
    position: relative;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 0 10px;
}

.box-nq-text li {
    text-align: left;
}

.box-nq-text h3 {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem 1rem;
    background-color: var(--fs-color-secondary);
    color: #fff;
    border-radius: 20px;
    width: fit-content;
    margin: -20px auto 0;
    position: relative;
    z-index: 3;
    margin-bottom: 0.75rem;
}

.box-nq-text p,
.box-nq-text li {
    margin-bottom: 10px;
}

.box-nq a.button {
    padding: .25rem 0.75rem;
    border-radius: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
    min-width: unset;
    min-height: unset;
    text-transform: uppercase;
}

.br-20 img {
    border-radius: 20px;
}

.slider-img {
    max-width: 400px;
    margin: 0 auto;
}

.ul-check li::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor' aria-hidden='true' class='w-5 h-5 p-1 rounded-full bg-green-800 stroke-2'%3E%3Cpath fill-rule='evenodd' d='M19.916 4.626a.75.75 0 01.208 1.04l-9 13.5a.75.75 0 01-1.154.114l-6-6a.75.75 0 011.06-1.06l5.353 5.353 8.493-12.739a.75.75 0 011.04-.208z' clip-rule='evenodd' fill='%23fff'%3E%3C/path%3E%3C/svg%3E") center / 14px 12px no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #00c365;
    border-radius: 50%;
}

.ul-check li {
    position: relative;
    margin: 0 !important;
    padding: 0 0 10px 26px;
    display: block;
}

a.button.primary.btn-contact {
    padding: .75rem 40px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    border-radius: 30px;
    min-height: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto 20px;
}

.banner-h1 h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.box-count .col-inner {
    border-radius: .5rem;
    border: 1px solid #e6e6e6;
    padding: 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    cursor: pointer;
    color: #005f76;
}

.box-count .col-inner:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    background-image: linear-gradient(to right, var(--primary-color), #008e7a, #00b41e);
    border: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all 0.3s;
}

.box-count .col-inner h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--primary-color);
    margin: 0;
}

.box-count .icon-box-img {
    margin-bottom: .75rem !important;
}

.box-count .col-inner:hover * {
    color: #fff;
    fill: #fff;
}

.box-tx .col-inner {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
}

.box-tx h3 {
    background-image: linear-gradient(to right, var(--primary-color), #008e7a, #00b41e);
    color: #Fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.box-tx .col-inner p {
    padding: .75rem 2rem;
}

.box-tx-2 h3 {
    padding: .75rem;
    margin-bottom: 0;
    width: 50%;
    background-image: linear-gradient(to right, var(--primary-color), #008e7a, #00b41e);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    color: #fff;
}

.box-tx-2 p {
    border: 1px solid var(--primary-color);
    padding: 1.25rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.box-tx .img {
    display: none;
}

.box-ss-2 .img img {
    height: 200px;
    object-fit: contain
}

.box-ss-2 .img {
    position: absolute;
    top: -75px;
    right: 0;
    max-width: fit-content;
}

.box-ss-2 .col-inner {
    background-image: linear-gradient(to right, var(--primary-color), #008e7a, #00b41e);
    color: #fff;
    padding: .75rem;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 60px;
}

.box-ss-2 h4 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 3rem;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.box-ss-2:hover h4 {
    background-color: #fff;
    color: var(--primary-color) !important;
}

.box-ss-2 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-left: .75rem;
    margin-right: .75rem;
    margin-top: .75rem;
}

.box-ss-2 p {
    margin-left: .75rem;
    margin-right: .75rem;
    margin-top: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
}

.bgia-list {
    padding: .5rem .75rem;
    border: 1px solid #a2af9f;
    background-color: #fff;
    border-radius: .5rem;
    width: 100%;
}

.bgia-item * {
    color: #000;
}

.bgia-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: .5rem;
    padding-top: .5rem;
    cursor: pointer;
}

.bgia-item+.bgia-item {
    border-top: 1px solid #a1ae9e33;
}

.bgia-item>img {
    flex: none;
    padding-right: .75rem;
}

.bgia-title {
    flex: 1 1 0%;
}

.bgia-price {
    flex: none;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100px;
}

.bgia-price span.amount {
    font-weight: normal;
}

.bgia-sl {
    flex: none;
    width: 30px;
    margin-left: .25rem;
    margin-right: .25rem;
}

.bgia-btn * {
    color: var(--primary-color);
}

.bgia-btn svg {
    width: 26px;
}

.bgia-btn:hover * {
    color: #00b41e;
}

.bgia-btn {
    flex: none;
    cursor: pointer;
    color: var(--primary-color);
}

.bgia-main {
    padding: .75rem;
    border-radius: .5rem;
    background-color: #fff;
}

.bgia-main * {
    color: #000 !important;
}

.bgia-main h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0;
    text-align: center;
}

.bgia-desc {
    font-size: .875rem;
    line-height: 1.25rem;
}

.bgia-desc * {
    margin-bottom: 0;
    line-height: 1.6;
}

.bgia-desc p {
    margin-left: .75rem;
}

.bgia-note {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem .75rem;
    color: #feede5 !important;
    border-radius: .5rem;
    background: var(--fs-color-secondary);
    margin: .75rem 0;
}

.bgia-check-item label {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.bgia-check-item .check-click {
    outline: 2px solid transparent;
    outline-offset: 2px;
    width: 2.75rem;
    height: 1.5rem;
    border-radius: 9999px;
    background-color: #fff;
    position: relative;
}

.bgia-check-item .check-click::after {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    position: absolute;
    background-color: #a2af9f;
    top: 2px;
    left: 2px;
    transition: all 0.3s;
}

.peer:checked~.check-click::after {
    background: var(--primary-color);
    transform: translate(100%, 0) scaleX(1) scaleY(1);
}

.bgia-popup * {
    user-select: none;
}

.bgia-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.bgia-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgia-popup-bg {
    background-color: #000000e6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bgia-popup-content {
    position: relative;
    z-index: 2;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: .5rem;
    padding-top: 30px;
    padding-bottom: 10px;
    max-width: 700px;
    width: 100%;
    background-color: #fff;
}

.bgia-popup-close {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.bgia-popup-img img {
    width: 150px;
}

.btn-plus svg,
.btn-minus svg {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    color: #a2af9f;
}

.btn-plus svg {
    color: var(--primary-color);
}

.bgia-popup .form input {
    border: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #a1ae9e33;
    outline-offset: 2px;
    outline: 2px solid transparent;
    width: 100px;
    height: 36px;
    text-align: center;
    font-size: 1.875rem;
    margin: 0;
    line-height: 2.25rem;
}

.bgia-popup button.font-bold {
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-radius: .5rem;
    padding: .25rem .75rem;
    cursor: pointer;
    background-color: #00a35b;
    color: #fff;
    margin: 10px auto 0;
}

.bgia-popup-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.bgia-popup-desc {
    font-size: .875rem;
    line-height: 1.25rem;
}

.item-prod {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-prod-title {
    flex: 1 1 0%;
}

.item-prod-qty {
    flex: none;
    width: 60px;
    font-weight: 700;
}

.item-prod-price {
    flex: none;
}

.item-extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.bgia-main .button-form {
    padding: .5rem .75rem;
    background-color: var(--fs-color-secondary);
    border-radius: 20px;
    text-transform: uppercase;
    margin: 10px auto;
    display: block;
    width: fit-content;
    color: #fff !important;
    font-weight: 700;
    display: none;
}

.bgia-main .button-form.active {
    display: block;
}

div#dat-hang-ngay {
    background-image: linear-gradient(to right, var(--primary-color), #00b41e);
    max-width: 700px !important;
    border-radius: 20px;
    overflow: hidden;
}

form.wpcf7-form textarea,
form.wpcf7-form input {
    background: #fff;
    color: #000;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    padding: .5rem 0.75rem;
    border-radius: 30px;
    height: 42px;
    margin-bottom: .75rem;
}

form.wpcf7-form input::placeholder {
    color: #000 !important
}

div#dat-hang-ngay .row {
    margin: 0 -12px;
}

.note-form {
    color: #fff;
    text-align: center;
}

.note-form a.font-bold.underline {
    color: #fff;
    text-decoration: underline;
    font-size: .875rem;
    line-height: 1.25rem;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: .5rem .75rem;
    background-color: var(--fs-color-secondary) !important;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 10px auto;
    display: block;
    width: fit-content;
    color: #fff !important;
    font-weight: 700;
    line-height: normal;
    /* display: none; */
}

span.wpcf7-spinner {
    position: absolute;
}

div#dat-hang-ngay h3 {
    color: #Fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    margin-bottom: 20px;
}

@keyframes bounce {

    0%,
    to {
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }

    50% {
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}

@media (min-width: 850px) {
    .item-prod-qty {
        width: 150px
    }

    .bgia-sl {
        width: 100px;
    }

    .box-count .col-inner h3 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .banner-h1 h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .box-ct .icon-box-text {
        padding-top: 50px;
    }

    .img-th::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 30px;
        top: 30px;
        border: 2px solid #fff;
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
    }

    .img-th::before {
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        right: -48px;
        bottom: -50px;
        background: url(../images/dot.webp) center /contain no-repeat;
    }

    .img-th-2::after {
        border-color: #e6e6e6;
        z-index: 2;
    }

    .img-th-2::before {
        z-index: 3;
        background: url(../images/dot-2.webp) center /contain no-repeat;
    }

    .banner-title-s p {
        width: 66.666667%;
    }

    .banner-title-s h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .title-line h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .load_text {
        max-width: 66.667%;
    }

    .banner-title h1 {
        font-size: 3.75rem;
        line-height: 1;
    }

    .banner-title {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .product-section:nth-child(2) .large-2 h5.uppercase.mt {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .banner-ss h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .banner-ss p {
        font-size: 1.125rem;
        margin-top: .75rem;
        line-height: 1.75rem;
    }

    .count-box .col-inner {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .count-box h3 {
        font-size: 3.75rem;
        line-height: 1;
    }

    .img-ss {
        position: absolute;
        max-width: 400px;
        bottom: -1.5rem;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .img-ss-2 {
        position: relative;
        bottom: 0;
        max-width: 500px;
    }

    .img-ss .img-inner {
        z-index: 9;
        overflow: unset;
    }

    .img-ss .img-inner img {
        z-index: 99;
    }

    .img-ss::before,
    .img-ss::after {
        content: "";
        width: 100%;
        height: 350px;
        left: 2.5rem;
        bottom: -1.25rem;
        position: absolute;
        border: 2px solid #00b41e;
    }

    .img-ss-2::before,
    .img-ss-2::after {
        height: 450px;
        border: 2px solid var(--fs-color-secondary);
    }

    .img-ss::before {
        right: 2.5rem;
        bottom: 2.5rem;
        left: auto;
    }

    .img-ss .img-inner::after,
    .img-ss .img-inner::before {
        content: "";
        width: 100%;
        height: 250px;
        right: 2.5rem;
        bottom: 3.5rem;
        position: absolute;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .img-ss .img-inner::after {
        left: 2.5rem;
        bottom: 3rem;
        right: auto;
    }

    .img-ss-2 .img-inner::after,
    .img-ss-2 .img-inner::before {
        height: 350px;
    }

    div#wrapper {
        padding-left: 100px;
    }

    .header-wrapper.stuck {
        padding-left: 100px;
        box-shadow: none;
    }

    footer .ux-menu-link__link,
    .text-base {
        font-size: 1rem;
    }

    .text-sm {
        font-size: .875rem;
    }

    .footer-desc {
        padding-right: 2rem;
    }

    .text-s {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .title-ss h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .list_box-single .icon-box {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .text-xxl h1 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .title-sm h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .br-onmb br {
        display: none;
    }

    .title-ssm h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .p-18 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media screen and (max-width: 1200px) {

    .img-ss::after,
    .img-ss .img-inner::after {
        left: 1.5rem;
    }
}

@media screen and (max-width: 850px) {
    .bgia-popup-content {
        padding: 20px
    }

    .box-icon-main p {
        display: none;
    }

    .title-sm-mb h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .title-main span.section-title-main {
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding-bottom: .375rem;
        padding-top: .375rem;
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .section-content>.row.row-ssm {
        max-width: unset;
        width: unset;
        padding: 0 0.375rem;
    }

    .row.row-ssm>.col {
        padding: 0 0.375rem .75rem;
    }

    .box-step .col-inner h3 br {
        display: none;
    }

    a#top-link {
        left: .75rem;
        bottom: 65px;
        width: 2.25rem;
        height: 2.25rem;
        color: var(--fs-color-secondary);
    }

    .header-button-1>.header-button>a,
    .header:not(.transparent) .header-nav-main.nav>li>a {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .medium-logo-left .flex-right {
        flex: auto;
    }

    div#wrapper {
        padding-bottom: 55px;
    }

    .menu_wrap {
        width: 100%;
        top: auto;
        bottom: 0;
        height: 55px;
        background-color: #fff;
        flex-direction: row;
    }

    .menu_wrap a {
        flex-basis: 20%;
        max-width: 20%;
        padding: 0;
        font-size: 7px;
        gap: 0;
    }

    .menu_wrap svg,
    .menu_wrap img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .banner-slider .flickity-page-dots {
        display: none;
    }

    .title-large h2 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .title-large-mb h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .line-hr hr {
        margin-top: .25rem;
        border-width: 1px;
    }

    .list_box-single {
        margin-left: -7px !important;
    }

    .list_box-single .col {
        width: 100px;
        max-width: max-content;
        margin-left: .5rem;
    }

    button.single_add_to_cart_button.button.alt {
        margin: 0 auto;
    }

}

@media screen and (max-width: 550px) {
    .br-mb img {
        border-radius: 0;
    }

    .title-mb-center h2 {
        text-align: center;
    }

    .banner-hide-bg-mb .section-bg.fill {
        display: none;
    }

    footer .social-icons {
        margin-top: .5rem;
    }

    .box-ss .box-text {
        padding: 16px !important;
    }

    .box-ss .image-cover {
        padding-top: 100% !important;
    }


    .banner-title-s h1 span {
        font-size: 50px;
        margin-top: 10px;
        display: block;
        max-width: 150px;
        margin: 0 auto;
        line-height: 55px;
    }

    .img-th-mb img {
        border-radius: 0;
    }

    .col-mb {
        padding: 0 0 20px;
    }

    .banner-h1 h1 strong {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .box-tx .col-inner {
        padding-left: 80px;
        box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
        border: 0;
    }

    .box-tx .img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 75px;
        bottom: 0;
        margin: auto;
        display: block;
        height: max-content;
    }

    .box-tx h3 {
        background: unset;
        color: #000;
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .box-tx .col-inner p {
        padding: 0;
    }

    .bgia-popup-title,
    .bgia-popup-img {
        text-align: center;
    }

    .box-mw {
        margin: 0;
    }

    form.wpcf7-form textarea,
    form.wpcf7-form input {
        height: 32px;
        font-size: 14px
    }

    form.wpcf7-form textarea {
        min-height: 70px;
        border-radius: 20px;
    }

    .note-form a.font-bold.underline,
    .note-form {
        font-size: 12px
    }
}