.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 1.3rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-17 {
    font-size: 1.7rem !important;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}

.fs-25 {
    font-size: 2.5rem !important;
}

.fs-28 {
    font-size: 2.8rem !important;
}

.bg-highlight-1 {
    background: #d92227;
}

.object-cover {
    object-fit: cover !important;
}

.space-8, .space-8>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.space-8>.row {
    margin-left: -8px;
    margin-right: -8px;
}

.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shadow-1 {
    box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);
}

.shadow-2 {
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.box-shadow-3 {
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
}

.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.bg-light-1 {
    background-color: rgb(246, 246, 246);
}

.rounded-8 {
    border-radius: 8px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.spacing-3 {
    letter-spacing: 3px;
}

body {
    overflow-x: hidden;
}

.pt-6,.py-6 {
    padding-top: 6rem !important;
}

.pb-6,.py-6 {
    padding-bottom: 6rem !important;
}

.mt-6,.my-6 {
    margin-top: 6rem !important;
}

.mb-6,.my-6 {
    margin-bottom: 6rem !important;
}

.rounded-15 {
    border-radius: 1.5rem;
}

.rounded {
    border-radius: 0.3rem !important;
}

.color-red {
    color: red;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 1rem;
    padding-left: 1rem;
}

.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

[class^="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

a {
    color: var(--color-highlight);
}

.mt-2-cus,.my-2-cus {
    margin-top: 2rem !important;
}

.mb-2-cus,.my-2-cus {
    margin-bottom: 2rem !important;
}

.mr-2-cus,.mx-2-cus {
    margin-right: 2rem !important;
}

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

.object-cover {
    object-fit: cover !important;
}

.object-scale {
    object-fit: scale-down !important;
}

.color-text {
    color: var(--color-text);
}

.setting-menu>.row {
    align-items: center;
    justify-content: space-between;
}

.setting-menu > .row > div {
    display: flex;
    align-items: center;
}

.setting-menu > .row > div:last-child {
    justify-content: end;
}

.search-section {
    width: 37.5rem;
    max-width: 100%;
}

.search-section input.form-control, .search-section .input-group > .input-group-append > .btn {
    height: 4.8rem;
    padding: 0 1.5rem;
    line-height: 4.8rem;
}

.search-section input.form-control {
    padding-left: 0;
}

.search-small .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.search-small:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.slider-main, .slider-main img {
    width: 100%;
    object-fit: cover;
    height: 36.5vw;
}

.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}

.swiper-slide--wrap h6 {
    padding-left: 5rem;
}

.swiper-slide--wrap h6::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4rem;
    height: 2px;
    margin-top: -1px;
    /*background-color: var(--color-highlight);*/
    color: inherit;
}

.swiper-slide--link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    max-width: 100%;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: var(--color-highlight);
    width: 45%
}

.swiper-slide--link:hover:after {
    width: 100%;
}

.slider-main .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    background-color: transparent;
    color: transparent;
    opacity: 1;
    outline: none;
}

.slider-main .swiper-pagination-bullet:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #ddc2bd;
    content: '';
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.slider-main .swiper-pagination-bullet-active {
    border: 2px solid var(--color-highlight);
    color: var(--color-highlight);
}

.slider-main .swiper-pagination-bullet-active:after {
    background-color: var(--color-highlight);
}

.cate-info {
    position: absolute;
    top: 2rem;
    left: 2rem;
}

#google_translate_element {
    position: relative;
    z-index: 10;
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    font-size: 0;
}

.goog-te-gadget .goog-te-combo {
    border-radius: 5px;
    padding: 0.8rem 0rem 0.7rem 0.3rem;
    border: 1px solid var(--color-black);
    outline: none;
}

#google_translate_element > .goog-te-gadget > span {
    display: none;
}

.list-category-left {
    height: calc(100% - 2rem);
}

.list-category-left .img-category, .list-category-left .img-category>div {
    height: 100%;
}

.block-tab.effect-nav li a::after {
    width: calc(100% - 5rem);
    margin: 0 auto;
}

.btn-all:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 86%;
    max-width: 100%;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: var(--color-main);
}

.btn-all:hover:after {
    width: 100%;
}

.banner-info {
    position: absolute;
    top: 13%;
    transform: translateY(-13%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.btn-instagram {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.newsletter {
    max-width: 70rem;
    margin: 0 auto;
    text-align: center;
}

.newsletter .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-control {
    border-color: #e4e4e4;
    min-height: 4.5rem;
}

.newsletter .form-control {
    height: 5.3rem;
}

.btn-newsletter {
    background: var(--color-highlight);
    height: 5.3rem;
    margin-left: 2rem;
    line-height: 5.3rem;
    padding: 0 3rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border: 1px solid var(--color-highlight);
}

.btn-newsletter:hover {
    background-color: var(--white);
    color: var(--color-highlight) !important;
}

.swiper .product-item.swiper-slide {
    height: auto !important
}

.product-item img {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}

.title-footer:before, footer .title-small:before {
    content: '';
    background-color: rgb(255 255 255 / 30%);
    height: 3px;
    display: block;
    width: 100%;
    max-width: 30px;
    bottom: 0;
    position: absolute;
}

footer .title-small {
    font-size: 1.6rem;
    border: none !important;
    position: relative;
    padding-bottom: 1rem !important;
    margin-bottom: 2.1rem !important;
}

footer .article-item .inner-image>a {
    padding-top: 75%;
}

footer .view-small .post-date {
    display: none;
}

footer .view-small .inner-image {
    width: 6rem;
    margin-right: 1rem;
}

footer .view-small .inner-content {
    width: calc(100% - 6rem);
    margin-left: 6rem;
}

footer .logo-section img {
    max-height: 5.3rem;
    object-fit: contain;
}

.view-small .article-item .article-title a {
    font-weight: 400;
    font-size: 1.4rem;
}

.article-item.swiper-slide {
    margin-bottom: 0;
}

.swiper .article-item.swiper-slide {
    height: auto;
    margin-bottom: 1.5rem;
}

.title-footer {
    font-size: 1.6rem;
}

.social-section li a {
    color: var(--color-text);
    margin-right: 2rem;
    font-size: 1.6rem;
}

.social-section li a:hover {
    color: var(--color-highlight);
}

footer .title-footer {
    display: block !important;
}

.footer-menu-section ul li {
    margin-bottom: 2rem;
}

.title-line:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--light);
}

.title-line span {
    background: white;
    position: relative;
    padding: 0 2rem;
}

.title-left .title-line span {
    padding-left: 0;
}

.hotline-phone-ring-wrap {
    right: 10px;
    bottom: 10px;
    position: fixed;
    z-index: 1025;
}

.is-mobile .hotline-phone-ring-wrap {
    bottom: 50px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 10px;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 70px;
    height: 70px;
    top: -15px;
    right: -15px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid var(--color-highlight);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: var(--color-highlight);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: transparent;
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.hotline-phone-ring-img-circle img {
    border-radius: 50%;
    overflow: hidden;
}

.hotline-bar {
    position: absolute;
    background: rgb(246 68 57 / 0.75);
    height: 40px;
    max-width: 200px;
    line-height: 40px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
    text-align: center;
    color: #fff;
    padding: 0 3rem 0 6rem;
    width: max-content;
    z-index: 0;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1.2) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

#modal-advise .right-popup-content h3 {
    line-height: 1.3;
}

.product-image-detail .inner-image {
    padding-top: 100%;
}

.product-image-detail .inner-image img {
    object-fit: scale-down;
}

.description-product-detail-custom {
    display: table;
    width: 100%;
    margin-bottom: 1.5rem;
    border: 1px dashed var(--color-highlight);
    border-radius: 0.3rem;
    background: #fffefa;
    padding: 1rem;
    font-size: 1.4rem;
}

.button-social-product ul li {
    width: 50%;
    float: left;
}

.modal button.close {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
}

.policy-item img {
    width: 40px;
    object-fit: scale-down;
}

.modal .modal-dialog {
    margin-top: 3rem;
}

.invalid-feedback {
    color: #dc3545 !important;
}

#return-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    background: var(--light);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: var(--color-highlight);
}

#return-to-top i {
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 4.5rem;
}

#return-to-top:hover {
    background: var(--color-highlight);
    color: white;
}

.contact-form .form-control {
    border-width: 2px;
    min-height: 5.3rem;
}

.btn-filter-mobile {
    display: block;
    color: var(--color-main);
}

.btn-filter-mobile, .content-filter-head {
    display: block;
}

.content-filter-product {
    position: fixed;
    width: 32rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-32rem, 0, 0);
    -moz-transform: translate3d(-32rem, 0, 0);
    -ms-transform: translate3d(-32rem, 0, 0);
    -o-transform: translate3d(-32rem, 0, 0);
    transform: translate3d(-32rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}

.content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filter-url .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.filter-url .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.content-filter-head {
    background: #faf9f8;
    padding: 2rem 3rem;
}

.per-page-section {
    border-width: 2px !important;
}

.bootstrap-select>.dropdown-toggle {
    min-height: 4.5rem;
}

#popup-dangkydathang button.close {
    position: inherit !important;
    color: white;
}

.search-flex {
    flex: 1.5;
}

.toolbar__item a img {
    width: 20px !important;
    height: 20px !important;
}

.product-action .btn-product-action:last-child {
    margin-right: 0;
}

.product-detail-footer .nav li a::before {
    background-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: background-color .2s ease-out;
    width: 100%;
    z-index: 1;
}

.product-detail-footer .nav li a.active::before {
    background-color: #000001;
}

.product-detail-footer .nav li {
    padding-right: 5rem;
}

.product-detail-footer .nav li:last-child {
    padding: 0 !important;
}

.title-article-detail {
    font-size: 2.4rem;
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 30%);
    line-height: 5rem;
    border-radius: 50%;
}

body {
    counter-reset: section;
}

.file-number::before {
    counter-increment: section;
    content: counter(section);
}

.list-file .article-title a {
    color: var(--color-main);
}

.is-mobile .menu-section {
    position: fixed;
    width: 29rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-29rem, 0, 0);
    -moz-transform: translate3d(-29rem, 0, 0);
    -ms-transform: translate3d(-29rem, 0, 0);
    -o-transform: translate3d(-29rem, 0, 0);
    transform: translate3d(-29rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}

.is-mobile .menu-top {
    display: block;
    position: relative;
    margin: 1.5rem;
}

.is-mobile .menu-section.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.is-mobile .menu-section .close-sidebar {
    position: absolute;
    font-size: 3rem;
    color: var(--color-main);
    top: -0.5rem;
    right: 0;
}

.is-mobile .menu-section > ul {
    background-color: transparent;
    position: static;
    border-top: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section > ul li {
    display: block;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section > ul li:last-child {
    border-bottom: 0;
}

.is-mobile .menu-section > ul li a {
    display: block !important;
    height: 4rem;
    line-height: 4rem;
    padding: 0 4rem 0 1.5rem !important;
}

.is-mobile .menu-section > ul > li > a {
    text-align: left;
    color: var(--color-main);
}

.is-mobile .menu-section > ul > li:last-child {
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section > ul > li.has-child:hover > a {
    background-color: transparent;
    color: var(--color-main);
}

.is-mobile .menu-section .grower {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    border-left: 0.1rem solid #e3e3e3;
    pointer-events: auto;
}

.is-mobile .menu-section .grower::after {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    vertical-align: bottom;
    font-weight: 600;
}

.is-mobile .menu-section .grower.open::after {
    content: "\f068";
}

.is-mobile .menu-section .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    color: var(--color-text);
    font-size: 1.4rem !important;
}

.is-mobile .menu-section .menu-title::before {
    content: none;
}

.is-mobile .menu-section .row-menu {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.is-mobile .menu-section .row-menu > div, .is-mobile .menu-section .row-menu li {
    max-width: 100%;
    padding: 0;
}

.is-mobile .menu-section .container-menu {
    min-height: auto !important;
}

.is-mobile .menu-section .container-menu .sub-menu {
    display: none;
    padding: 0;
    margin-bottom: 0 !important;
}

.is-mobile .menu-section .container-menu .sub-menu li {
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section .container-menu .sub-menu li:last-child {
    border-bottom: 0;
}

.is-mobile .menu-section .child-indicator {
    display: none;
}

.is-mobile .menu-section .entry-menu {
    background-color: transparent;
    border-top: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section .entry-menu.dropdown ul {
    border-top: 0.1rem solid #e3e3e3;
    background-color: transparent;
    position: static;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    display: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.is-mobile .menu-section .entry-menu.full-width .container-menu {
    padding: 0;
    width: 100%;
}

.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu {
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu:last-child {
    border-bottom: 0;
}

.is-mobile .menu-section .entry-menu.full-width .container-menu > .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section .entry-menu.multil-column .row-menu > div {
    border-bottom: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section .entry-menu.multil-column .row-menu:last-child > div {
    border-bottom: 0;
}

.is-mobile .menu-section .entry-menu.multil-column .row-menu .sub-menu {
    border-top: 0.1rem solid #e3e3e3;
}

.is-mobile .menu-section .has-child {
    position: relative;
}

.is-mobile .menu-section .has-child > a {
    position: relative;
}

.is-mobile .menu-section .has-child > a > span {
    display: none !important;
}

.is-mobile .menu-section .has-child > .entry-menu {
    position: static;
    padding: 0;
    min-width: auto;
    width: auto;
    display: none;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.is-mobile .menu-section .has-child > .entry-menu::before {
    content: none;
}

.is-mobile .menu-section .has-child:hover > a {
    background-color: transparent !important;
    color: var(--color-main) !important;
}

.is-mobile .btn-menu-mobile {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 3.5rem;
    display: inline-block;
    color: var(--color-main);
}

.is-mobile .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.is-mobile .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.is-mobile .setting-menu>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.is-mobile .setting-menu>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-mobile .setting-menu>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cus-branchs {
    border: 1px solid var(--color-main);
    transition: transform .2s;
}

.cus-branchs:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight) !important;
    transform: scale(1.1);
    color: white !important;
}

.cus-branchs:hover * {
    color: white !important;
}

.product-item .inner-image:before, .product-item .inner-image:after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999;
    margin: 0;
}

.product-item .inner-image:before {
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: var(--color-highlight);
    -webkit-clip-path: inset(100% 100% 0% 0%);
    clip-path: inset(100% 100% 0% 0%);
}

.product-item .inner-image:after {
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    border-color: var(--color-highlight);
    -webkit-clip-path: inset(0% 0% 100% 100%);
    clip-path: inset(0% 0% 100% 100%);
}

.product-item:hover .inner-image:before {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
}

.product-item:hover .inner-image:after {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
}

.product-item .secondary-image img {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-item:hover .secondary-image img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-item .primary-image img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cate-home .list-category:hover {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
}

.cate-info .item-title-category {
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    .col-2-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (min-width: 992px) {
    .swiper-slide--wrap {
        width: 40%;
    }

    .banner-item-1 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    #modal-advise .modal-dialog {
        max-width: 800px;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .menu-section .entry-menu.dropdown {
        padding: 0;
    }

    .menu-section .menu-link {
        padding: 0.7rem 1rem;
    }

    .menu-section .entry-menu.dropdown li:hover > a {
        color: white !important;
        background: var(--color-highlight);
    }
}

@media only screen and (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1367px) {
    .setting-menu {
        padding: 0 5rem;
    }
}

@media only screen and (max-width: 1367px) and (min-width:1000px) {
    .setting-menu {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

@media only screen and (max-width: 1200px) {
    .menu-section > ul > li > a {
        padding: 0 1.2rem;
    }

    .logo-flex {
        flex: 1;
    }

    .setting-menu-mb .logo-flex {
        flex: unset;
    }
}

@media (max-width: 1347px) {
    .menu-section > ul > li > a {
        padding: 0 1.5rem;
    }
}

@media only screen and (max-width: 992px) {
    .footer-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .setting-menu>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-item .price-amount {
        display: block;
    }

    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }

    #modal-advise .modal-dialog {
        max-width: 100%;
    }

    .list-category-right .img-category>div {
        padding-top: 75%;
    }

    .contact-form {
        margin-bottom: 5rem !important;
    }

    .setting-menu-mb .entire-action-header {
        padding-left: 0 !important;
    }

    #nh-admin-bar {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .title-section {
        font-size: 2.6rem !important;
        margin-bottom: 2rem !important;
    }

    .slider-main, .slider-main img {
        height: 16vh;
        object-position: 90% center;
    }

    .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .cate-info .item-title-category {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #modal-advise .right-popup-content h3 {
        font-size: 2.2rem;
    }

    #modal-advise .left-popup>div {
        padding-top: 60%;
    }

    .swiper-slide--wrap {
        top: 10%;
        transform: translateY(-10%);
    }

    .block-tab.nav .nav-item .nav-link {
        padding: 1rem 1.5rem;
    }

    .banner-description {
        font-size: 1.8rem;
    }

    .banner-info {
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-mini-cart {
        margin: 0 1rem;
    }

    .btn-submit-mb {
        padding: 0 1.5rem;
    }

    .btn-submit {
        font-size: 1.3rem;
    }
}

@media (max-width: 375px) {
    .btn-filter-mobile {
        font-size: 1.3rem;
    }

    .per-page-section {
        font-size: 1.3rem;
        margin: 0 1rem !important;
        padding: 0 1rem !important;
    }

    .orderby-section .orderby-title {
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px) and (max-width:1500px) {
    .menu-section > ul > li > a {
        padding: 0 10px;
    }

    .search-section {
        width: 35.5rem;
        max-width: 30rem;
    }

    .cate-info .item-title-category {
        font-size: 14px;
    }
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 2rem;
    bottom: 9rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 2.2rem;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: var(--color-highlight);
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    position: absolute;
    bottom: 5rem;
    right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.img_flag {
    height: 25px;
    object-fit: contain;
}

/*CSS by quyettq*/
@media (min-width: 1024px) {
    .setting-menu .menu-section .entry-menu.dropdown li a span {
        right: 0.75rem;
    }.setting-menu .menu-section .entry-menu.dropdown li a {
        padding-right: 2rem;
    }
}