.fs-11 {
    font-size: 1.1rem !important;
}

.fs-12 {
    font-size: 1.2rem !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-18 {
    font-size: 1.8rem !important;
}

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

.fs-24 {
    font-size: 2.4rem !important;
}

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

.fs-30 {
    font-size: 3rem !important;
}

.fs-40 {
    font-size: 4rem !important;
}

.bg-main {
    background: var(--color-main) !important;
}

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

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

.text-underline {
    text-decoration: underline;
}

.color-red {
    color: red !important;
}

.shadow-1, .banner-1 .banner-section a {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
}

.hover-img {
    overflow: hidden;
}

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

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

.rounded-8 {
    border-radius: 0.8rem;
}

.rounded-10 {
    border-radius: 1rem;
}

.rounded-24 {
    border-radius: 2.4rem;
}

.rounded-topbottom-24 {
    border-radius: 2.4rem 0 0 2.4rem;
}

.shadow-2 {
    box-shadow: 2px 2px 20px rgb(0 0 0 / 9%);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.color-gray-bold {
    color: var(--gray-bold);
}

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

.border {
    border: 1px solid #ebebeb !important;
}

.border-top {
    border-top: 1px solid #ebebeb !important;
}

.border-right {
    border-right: 1px solid #ebebeb !important;
}

.border-bottom {
    border-bottom: 1px solid #ebebeb !important;
}

.border-left {
    border-left: 1px solid #ebebeb !important;
}

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

.header-top a:hover {
    color: var(--color-highlight) !important;
}
.block-category ul {
    display: block !important;
}

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

.setting-menu > .container > .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}

.input-group input::-webkit-input-placeholder, .input-group textarea::-webkit-input-placeholder, .form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
    color: var(--gray-bold);
}

.input-group input:-moz-placeholder, .input-group textarea:-moz-placeholder, .form-group input:-moz-placeholder, .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--gray-bold);
}

.input-group input::-moz-placeholder, .input-group textarea::-moz-placeholder, .form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--gray-bold);
}

.input-group input:-ms-input-placeholder, .input-group textarea:-ms-input-placeholder, .form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
    color: var(--gray-bold);
}

.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    background: var(--white);
    border-bottom: 1px solid var(--gray);
}

.items-number {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
}

.swiper-button-prev, .swiper-button-next {
    font-size: 2.2rem;
    background: var(--light);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: var(--color-highlight) !important;
    color: white !important;
}

.swiper-slider-main .swiper-button-prev, .swiper-slider-main .swiper-button-next {
    opacity: 0;
}

.swiper-slider-main:hover .swiper-button-prev, .swiper-slider-main:hover .swiper-button-next {
    opacity: 1
}

.swiper-slider-main .swiper-slide .btn-submit:hover {
    color: white !important;
    background: var(--color-highlight) !important;
}

.swiper-slider-main .swiper-slide-active .title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
}

.swiper-slider-main .swiper-slide-active .description {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
}

.swiper-slider-main .swiper-slide-active .desc-short {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
}

.swiper-slider-main .swiper-slide-active .btn-submit {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.list-category .item a:hover {
    color: var(--color-highlight) !important;
}

.banner-section .item-banner .btn-banner:hover {
    color: var(--color-main) !important;
}

.banner-section .item-banner .btn-banner:hover i {
    color: var(--color-main) !important;
}

.banner-section .item-banner .description {
    line-height: 1.2;
}

.product-item {
    position: relative;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.product-item .inner-image {
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product-item:hover .inner-image img {
    transform: scale(1.1);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.product-item .product-hover {
    position: absolute;
    transition: transform .55s cubic-bezier(.2,.75,.5,1);
    transform: scale(.95) translateY(0) translateZ(0);
    display: block;
    height: calc(100% + 39px);
    width: calc(100% + 20px);
    z-index: -1;
    top: -9px;
    left: -10px;
    border-radius: 30px
}

.product-item .product-hover:before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: center;
    opacity: 0;
    transition: opacity .55s cubic-bezier(.2,.75,.5,1);
    box-shadow: 0 1px 24px 0 rgba(0,0,0,.09);
    border-radius: 30px
}

.product-item:hover .product-hover {
    transform: scale(1) translateY(0) translateZ(0)
}

.product-item:hover .product-hover:before {
    opacity: 1;
    pointer-events: all
}

.product-home .swiper-wrapper {
    margin: 2rem 0;
}

.cart-action .btn-product-action {
    display: inline-block;
    position: relative;
    color: var(--color-main);
    background: var( --light);
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
}

.cart-action .btn-product-action:hover {
    background: var(--color-highlight);
    color: white;
}

.banner-text-top .swiper-slide--wrap {
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: unset;
    top: 1rem;
}

.banner-text-top .swiper-slide--wrap>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.banner-text-top .swiper-slide--wrap * {
    color: white !important;
}

.item-banner a img {
    transition: filter 0.3s ease;
}

.item-banner a:hover img {
    filter: brightness(0.8);
}

.item-banner a:hover {
    color: var(--color-main) !important;
}

.banner-btn-section .banner-section .btn-banner {
    background-color: var(--white);
    color: var(--color-main) !important;
    border-radius: 5rem;
    text-decoration: unset;
    display: inline-block;
    padding: 1.25rem 3rem;
}

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

.banner-btn-section .banner-section .btn-banner:hover i {
    color: white !important;
}

.toolbar {
    display: none;
}

footer {
    margin-top: 3rem;
    background: #2A2F33;
}

footer * {
    color: white;
}

.social-section li a {
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    background: var(--light);
    display: block;
    color: var(--color-main);
    text-align: center;
    border-radius: 50%;
}

.social-section li {
    padding-right: 1rem;
    display: inline-block;
}

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

.footer-menu-section ul a:hover {
    color: var(--color-highlight) !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.float-contact {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 99;
}

.float-contact a {
    display: block;
    margin-bottom: 6px;
}

.float-contact a span {
    background: #0091FF;
    border-radius: 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    display: inline-block;
    padding: 7px 20px;
}

.float-contact a:nth-child(2) span {
    background: #0866FF;
}

.float-contact a:nth-child(3) span {
    background: var(--color-main);
}

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

.info-contact .desc {
    max-width: 80rem;
    margin: 0 auto;
}

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

.form-control {
    border: 1px solid #e1e1e1;
    border-radius: 2.4rem;
}

.breadcrumbs-section-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 10rem 0;
}

.breadcrumbs-section-bg .breadcrumbs-section a, .breadcrumbs-section-bg .breadcrumbs-section span {
    color: white;
}

.description-product ul {
    padding-left: 2rem;
}

.description-product ul li {
    margin-bottom: 1rem;
}

.title-main h3 {
    font-size: 2rem;
}

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

.swiper .swiper-slide {
    height: auto;
}

#productLongDescription {
    display: block;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
}

#productLongDescription {
    max-height: 200px;
}

.copy__inner {
    overflow: hidden;
}

.copy__gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, white 100%);
    bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    transition: bottom 1s ease;
    width: 100%;
    z-index: 10;
}

.reveal .copy__gradient {
    bottom: -150px;
    transition: bottom 2s ease;
}

.more-less {
    color: var(--color-main);
    cursor: pointer;
    bottom: 0;
    font-weight: bold;
    left: 0;
    margin-left: 0px;
    position: relative;
    z-index: 50;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid var(--color-main);
}

.more-less:hover {
    color: #fff;
    background: var(--color-main);
}

.reveal + .more-less:after {
    border-top: none;
    border-bottom: 6px solid black;
}

.products-cat .category-image img {
    max-height: 330px;
    width: 100%;
    object-fit: cover;
}

#lg-zoom-out, #lg-zoom-in {
    display: inline-block !important;
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 300;
}

#lg-zoom-in:after {
    content: "\f00e";
}

#lg-zoom-out:after {
    content: "\f010";
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.product-detail-footer .tab-content h2 {
    font-size: 2rem;
}

.product-detail-footer .tab-content h3, .product-detail-footer .tab-content h4, .product-detail-footer .tab-content h5 {
    font-size: 1.6rem;
}

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

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

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

.is-mobile .search-mb {
    margin: 3.5rem 1.5rem 1.5rem !important;
}

.is-mobile .title-tab .effect-nav li a::after {
    bottom: -1.8rem;
}

.product-item:hover .product-action {
    opacity: 1;
    margin: 0 auto;
}

.bootstrap-select>.dropdown-toggle, .bootstrap-select .dropdown-menu {
    border-radius: 2.4rem !important;
}

.language-section a img {
    width: 2.4rem;
    height: 1.6rem;
    object-fit: cover;
    margin-right: 1rem;
}

.toolbar__item #member-info img {
    margin: 0 !important;
}

.toolbar__item a.dropdown-item {
    padding: 0.5rem 1.5rem !important;
    display: block;
}

.toolbar__item a.dropdown-item i {
    color: var(--color-main);
    font-size: 1.4rem;
}

.language-picker img {
    height: 2rem;
}

.contact-top, .tool-top {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.certificate {
    display: flex;
    gap: 2rem;
}

.certificate img {
    height: 11rem;
}

.title-footer {
    position: relative;
}

.title-footer:before {
    content: "";
    width: 10rem;
    height: 2px;
    background: var(--color-highlight);
    position: absolute;
    bottom: -1rem;
}

.genuine {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.genuine img {
    height: 12rem;
}

.title-benchmark {
    font-size: 2.5rem;
    font-weight: bold;
}

.benchmark {
    margin-bottom: 3rem;
}

.let-contact {
    padding: 10vh 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    color: white;
    font-size: 2rem;
}

.item-top {
    display: flex;
    align-items: center;
    font-size: 6rem;
    color: var(--color-highlight);
    font-weight: 500;
    justify-content: center;
}

.item-counter {
    text-align: center;
}

.section-count-why {
    padding: 5rem 0;
    background-size: cover;
}
.highlight-section .image img {
    height: 8rem;
    object-fit: scale-down;
}
@media (min-width: 992px) {
    .testimonial-section {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .menu-vertical {
        margin-top: -5rem;
    }

    .article .menu-vertical--content , .article_detail .menu-vertical--content , .product .menu-vertical--content {
        display: block !important;
        position: relative;
        margin-bottom: 3rem !important;
    }
}

@media (max-width: 1024px) {
    .menu-section > ul > li {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (max-width: 992px) {
    .toolbar {
        display: flex;
    }

    .setting-menu > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }

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

    .footer-mb>.container>.row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-mb>.container>.row>div {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .search-mb {
        margin: 3.5rem 1.5rem 1.5rem !important;
    }

    .title-main h2 , .title-main h3 {
        font-size: 2.3rem;
    }

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

    .acc-cart a i {
        font-size: 2.5rem !important;
        margin-bottom: 0 !important;
    }

    .acc-cart img {
        width: 28px;
        height: 28px
    }

    .banner-section .item-banner .description {
        font-size: 2.5rem !important;
    }

    .banner-btn-section .item-banner a img {
        height: 50vh !important;
    }
}

@media (max-width: 768px) {
    .swiper-slider-main .swiper-slide--wrap {
        padding: 1rem 2rem;
    }

    .swiper-slider-main .title {
        font-size: 1.3rem !important;
    }

    .swiper-slider-main .description {
        font-size: 3rem !important;
        line-height: 1.2;
    }

    .swiper-slider-main .desc-short {
        font-size: 1.4rem !important;
        margin-bottom: 1.5rem !important;
    }
}

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

    .swiper-slider-main .swiper-slide img {
        height: 34vh;
    }

    .newsletter .title {
        font-size: 2.8rem;
    }

    .sidebar-mini-cart .content-mini-cart .total-price .price-amount {
        font-size: 2.2rem;
    }
}
