.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !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-26{
    font-size: 2.6rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.object-cover {
    object-fit: cover !important;
}
.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);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.spacing-2{
    letter-spacing: 2px;
}
.color-red{
    color: red;
}

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

.object-cover {
    object-fit: cover !important; 
}
.object-scale {
    object-fit: scale-down !important;
}
.color-text {
    color: var(--color-text);
}
.btn-main-1{
    background: transparent !important;
    border-color: var(--color-main-1) !important;
    color: var(--color-main-1);
}
.btn-main-1:hover{
    background: var(--color-main-1) !important;
    color: var(--white) !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.bg-light-1 {
    background: var(--light-1);
}






.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 .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-section: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;
}
.search-section .form-dropdown input {
    min-height: 4.5rem;
}
.slider-main, .slider-main img {
    width: 100%;
    object-fit: cover;
    height: 36.5vw;
}

.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}
.slider-main .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 4px;
}
.slider-main .swiper-pagination-bullet-active {
    border: 2px solid var(--color-highlight);
    color: var(--color-highlight);
}
.banner-section .item .info{
    border:1px solid var(--light-1);
}
.btn-themes{
    background: var(--light-1);
    color: var(--color-main-1);
    border-color: var(--light-1);
}
.btn-themes:hover{
    background: transparent;
    border-color: var(--color-main-1);
    color: var(--color-main-1);
}
.banner-section .item .info::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 3rem;
    height: 3rem;
    background: var(--light-1);
}   


.banner-section>.row>div:nth-child(2)>.item .info::before {
    bottom: auto;
    top: 0;
}

.banner-section>.row>div:nth-child(2)>.item .info {
    border-bottom: 0 !important;
    border-top: 1px solid var(--light-1) !important;
}

.swiper-button-prev, .swiper-button-next {
    width: 35px;
    height: 35px;
    border: 1px solid #cecece;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 35px;
    color: #adadad;
    background: white;
}

.cate-home-section:hover .swiper-button-prev, .cate-home-section:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}
.cate-home-section .img img {
    border: 1px solid var(--color-main-1);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-main-1);
    border-color: var(--color-main-1);
    color: #fff;
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}


@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.cate-home-section .img:active,.cate-home-section .img:focus,.cate-home-section .img:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}
.product-item img {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}
.product-item:hover img{
    transform: translateY(-10px);
}
.swiper .swiper-slide{
    height: auto;
    margin-bottom:3rem;
}

footer {
    background: var(--color-highlight);
    font-size: 1.5rem;
}
.footer-top>.container>.row>div:nth-child(1) {
    background: #575D38;
}

.footer-top>.container>.row>div:nth-child(1):before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    background: #575D38;
    width: 200%;
}
.copyright {
    border-top: 1px solid #72784f;
}
.social-section li {
    margin-right: 1rem;
}

.social-section li a {
    color: #fff;
    font-size: 1.6rem;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100%;
    line-height: 4.5rem;
    background: var(--color-main-1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

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

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

.form-group {
    margin-bottom: 2rem;
}
.form-control {
    border-color: #e4e4e4;
    min-height: 5rem;
}
.newsletter .btn-submit {
    background: var(--color-main-1);
}

.newsletter .btn-submit:hover {
    border-color: var(--color-main-1);
    color: var(--color-main-1);
    background: transparent;
}
.toCall {
    bottom: 11rem;
    position: fixed;
    right: 1.5rem;
    z-index: 99;
}
.toCall a{
    display:block;
    padding-bottom: 1rem;
}
.toCall a img {
    width: 4.2rem;
    height: 4.2rem;
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#return-to-top {
    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;
    bottom: 6.5rem;
    position: fixed;
    right: 1.5rem;
    z-index: 99;
}
#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.2rem;
    width: 4.2rem;
    height: 4.2rem;
    background: var(--color-highlight);
    border-radius: 50%;
    text-align: center;
    color: white;
    display:block;
}
#return-to-top:hover i{
    background: var(--color-main-1);
    color: white;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
  90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
  100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
.contact-info .item i {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: var(--color-highlight);
    color: white;
    border-radius: 50%;
    font-size: 2.5rem;
}
.hotdeal-section .price-amount.old-price {
    color: white;
}

.hotdeal-section .price-amount.old-price::after {
    background: white;
}

.hotdeal-section .price-amount {
    color: var(--color-main-1);
    font-size: 2.2rem;
}
.hotdeal-section .title-section, .hotdeal-section .title-section+p{
    color: white !important;
    
}
.hotdeal-section .price{
    border-bottom:1px dashed rgba(255, 255, 255, 0.2)
}
.hotdeal-section .swiper {
    position: inherit;
}
.hotdeal-section .countdown--item {
    border: 1px dashed var(--color-main-1) !important;
    background: #575D38;
    text-align: center;
    margin-right: 1rem;
    min-width: 12rem;
    min-height: 12rem;
    padding: 1.5rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
}
.hotdeal-section .countdown--item:last-child {
    margin-right: 0;
}
.hotdeal-section .countdown--number {
    color: white;
    font-size: 5rem;
}

.hotdeal-section .countdown--label {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 1rem 0 0;
    font-size: 1.6rem;
}
.product-btn .btn-product-action {
    background: var(--color-main-1);
}
.product-btn .btn-product-action:hover{
    border-color: var(--color-main-1);
    color: var(--color-main-1);
    background: transparent;
}
.view-small .article-item .article-title a {
    font-weight: 400;
    font-size: 1.4rem;
}

.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;
}


.product-image-detail .inner-image {
    padding-top: 100%;
}
.product-image-detail .inner-image img {
    object-fit: scale-down;
}

.button-social-product ul li {
    float: left;
}
.modal button.close {
    font-size: 1.4rem;
    position: absolute;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    font-weight: bold;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0;
    margin: 0;
    background: var(--color-highlight);
    color: white;
}

.modal .modal-dialog {
    margin-top: 3rem;
}
.invalid-feedback {
    color: #dc3545 !important;
}

.contact-form .form-control {
    border-width: 2px;
    min-height: 5.3rem;
}
.contact-form .img{
    padding-top:72%;
}
.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;
}
.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.active::before {
    background-color: #000001;
}

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

.product-detail-footer .nav li:last-child {
    padding: 0 !important;
}
.logo-flex {
    flex: 1;
}
.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);
}
.footer-menu-section ul li a:hover {
    color: var(--color-main-1) !important;
}

.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 .logo-flex {
    flex: unset;
}
#popup-dangkydathang .right-popup .text span {
    color: var(--color-main-1);
    font-weight: 600;
}
@media (min-width: 768px) {
    #popup-dangkydathang .modal-dialog {
        max-width: 700px;
    }
    .banner-section>.row>div:nth-child(2)>.item {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 991px) {
    .cate-home-section .swiper-button-prev, .cate-home-section .swiper-button-next{
        opacity: 0;
        visibility: hidden;
    }
    .hotdeal-section {
        padding: 8rem !important;
    }
    .hotdeal-section .swiper-button-next {
        right: 3.5rem;
    }
    
    .hotdeal-section .swiper-button-prev {
        left: 3.5rem;
    }
    .hotdeal-section .title-section+p{
        margin-bottom: 5rem !important;
    }
}
@media only screen and (max-width:1200px) and (min-width:1000px) {
    .menu-section > ul > li > a {
        padding: 0 1.2rem;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@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;
    }

    .list-category-right .img-category>div {
        padding-top: 75%;
    }
    .contact-form {
        margin-bottom: 5rem !important;
    }
    .setting-menu-mb .logo-flex {
        flex: unset;
    }
    .setting-menu-mb .entire-action-header {
        padding-left: 0 !important;
    }
    #nh-admin-bar {
        display: none;
    }
    .slider-main, .slider-main img {
        height: 45vh;
        object-position: 90% center;
    }
    
    .swiper-slide--tile {
        font-size: 3rem;    
    }
    
    .hotdeal-section .countdown--item {
        min-width: 5rem;
        min-height: 5rem;
    }
    
    .hotdeal-section .countdown--number {
        font-size: 2.5rem;
    }
    
    .hotdeal-section .countdown--label {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .block-tab.nav .nav-item .nav-link {
        padding: 1rem 1.5rem;
    }
    .btn-mini-cart {
        margin: 0 1rem;
    }
    .btn-submit-mb {
        padding: 1.2rem 1.5rem !important;
    }
    
    .btn-submit {
        font-size: 1.5rem;
        padding: 1.2rem 2.5rem;
    }
}

@media (max-width:375px) {
    .btn-filter-mobile {
        font-size: 1.3rem;
    }
    
    .per-page-section {
        font-size: 1.3rem;
        margin: 0 0.5rem !important;
        padding: 0 0.5rem !important;
    }
    
    .orderby-section .orderby-title {
        font-size: 1.3rem;
    }
}