html {
    scroll-behavior: smooth;
}

.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-16 {
    font-size: 1.6rem !important;
}

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

.fs-19 {
    font-size: 1.9rem !important;
}

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

.fs-22 {
    font-size: 2.2rem !important;
}

.fs-23 {
    font-size: 2.3rem !important;
}

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

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

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

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

.shadow-1 {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
}

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

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

a.view-all {
    padding: 0.7rem 1rem;
    border-radius: 0.4rem;
    background: var(--light);
}

a.view-all:hover {
    color: var(--white) !important;
    background: var(--color-highlight) !important;
}

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

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

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

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

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

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

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

.account-mini {
    border: 1px solid white;
    border-radius: 1rem;
    background: rgb(0 0 0 / 9%);
    padding: 0.4rem 0.8rem 0;
}

.search-section {
    max-width: 100%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.09);
}

.search-section .btn {
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 0 1rem;
    line-height: 3.8rem;
}

.search-section .input-group input.form-control {
    border-radius: 0.5rem !important;
}

.form-control {
    border-radius: 0.4rem;
    border-color: #ebebeb;
}

.setting-menu.fixed {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color .3s, opacity .3s;
    width: 100%;
    z-index: 10;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}

@-webkit-keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}

.swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 60px;
    opacity: .75;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    background: #fff !important;
}

.swiper-button-next {
    border-radius: 100px 0 0 100px;
    right: 0;
    padding-left: 0.5rem;
}

.swiper-button-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 0.5rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
    color: var(--color-text);
}

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

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

.slide-home>.container {
    padding: 0 1rem;
}

.slide-home>.container>.row {
    margin: 0 -1rem;
}

.slide-home>.container>.row>div {
    padding: 0 1rem;
}

.banner-home .item-banner img {
    height: calc(38rem / 3);
}

.title-child a {
    color: gray;
}

.title-child a:hover {
    color: var(--color-highlight);
}

.hot-product .product-item .inner-image {
    border-radius: 1rem 1rem 0 0 !important;
}

.hot-product .product-item .inner-content {
    padding: 1.5rem !important;
}

.cate-section >.row>div:nth-child(1) .item {
    border-radius: 1rem 0 0;
}

.cate-section >.row>div:nth-child(6) .item {
    border-radius: 0 1rem 0 0;
}

.cate-section >.row>div:nth-child(7) .item {
    border-radius: 0 0 0 1rem;
}

.cate-section >.row>div:nth-child(12) .item {
    border-radius: 0 0 1rem 0;
}

.title-tab .block-tab.nav .nav-item {
    padding-left: 2rem;
}

.title-tab .block-tab.nav .nav-item .nav-link {
    padding: 0;
    color: gray;
    font-weight: 400;
    font-size: 1.5rem;
}

.title-tab .effect-nav li a::after {
    height: 2px;
    bottom: -1.3rem;
}

.title-tab .block-tab.nav .nav-item .nav-link.active, .title-tab .block-tab.nav .nav-item .nav-link:hover {
    color: var(--color-highlight);
}

.footer-top {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.branch-section .name:before {
    position: absolute;
    content: '';
    height: 2px;
    background: var(--color-main);
    width: 5rem;
    bottom: 0px;
    left: 0px;
}

.footer-menu-section a {
    color: var(--color-main);
}

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

.social-section li a {
    display: block;
    height: 3.5rem;
    color: var(--color-top);
    line-height: 3.5rem;
    text-align: center;
    width: 3.5rem;
    border: 1px solid var(--color-top);
    border-radius: 50%;
}

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

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

.img-bct img {
    max-height: 6.1rem;
}

.float-contact {
    position: fixed;
    bottom: 60px;
    left: 10px;
    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(--red);
}

.products-banner .swiper-button-prev, .products-banner .swiper-button-next {
    opacity: 0;
}

.products-banner .swiper:hover .swiper-button-prev, .products-banner .swiper:hover .swiper-button-next {
    opacity: 0.5
}

.products-banner .swiper .swiper-button-prev:hover, .products-banner .swiper .swiper-button-next:hover {
    opacity: 1
}

.category-image .swiper-slide img {
    height: 20rem;
    object-fit: cover;
}

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

#productLongDescription {
    max-height: 302px;
}

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

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

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

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

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

.orderby-cus-section a:hover , .orderby-cus-section a.active {
    background: #f6fffc !important;
    border-color: var(--color-highlight) !important;
    color: var(--color-highlight) !important;
}

.orderby-cus-section .content-scroll, .itemby-priority-sort .content-select-by, .orderby-cus-section .content-sort {
    overflow-x: auto;
    padding-bottom: 1rem;
    display: block;
    width: 100%;
    scrollbar-width: thin;
}

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

.filter-cate .row>div {
    flex: 0 0 15rem !important;
    max-width: 15rem !important;
}

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

.product-content-detail .khuyenmai {
    border: 1px solid #fee2e2;
}

.product-content-detail .khuyenmai .title {
    background: #fee2e2;
    border-radius: 1rem 1rem 0 0;
    color: var(--red);
}

.product-content-detail .khuyenmai .item ul, .product-content-detail .khuyenmai .item ol {
    counter-reset: section;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.product-content-detail .khuyenmai .item li:not(:last-child) {
    margin-bottom: 1rem;
}

.product-content-detail .khuyenmai .item li::before {
    counter-increment: section;
    content: counter(section);
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    padding: 0.1rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 1.1rem;
    width: 1.8rem;
    height: 1.8rem;
    align-items: center;
    display: inline-flex;
}

.product-content-detail .add-to-cart.add-to-cart-buy {
    width: calc(100% - 7rem) !important;
    background: linear-gradient(#f52f32, var(--red));
}

.product-content-detail .add-to-cart:hover {
    background: var(--color-highlight);
    color: white;
    border-color: var(--color-highlight);
}

.product-content-detail .add-to-cart:hover .text {
    color: white;
}

.product-content-detail .add-to-cart span.text {
    font-size: 0.75rem;
    margin-top: 0.1rem;
    color: var(--red);
    font-weight: 600;
    line-height: 1.1;
}

.product-detail-bottom .thongso {
    color: var(--gray-bold);
}

.product-detail-bottom .thongso table {
    border: 1px solid #ececec;
    max-width: 100%;
    width: 100%;
}

.product-detail-bottom .thongso table a {
    color: var(--color-main);
}

.product-detail-bottom .thongso table td {
    padding: 6px 10px;
    border-left-width: 0;
    border-right-width: 0;
}

.product-detail-bottom .thongso table tr:nth-child(odd) {
    background: var(--light);
}

.product-detail-bottom #modal-thongso .modal-dialog {
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    max-width: 630px;
    width: calc(100% - 1rem);
}

.product-detail-bottom #modal-thongso {
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*height: auto;*/
}

.product-detail-bottom #modal-thongso .modal-header .close {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    top: 5px !important;
    right: 5px;
    position: absolute;
    background: hsla(0, 0%, 4%, .2);
    padding: 0;
    margin: 0;
    text-shadow: unset;
    opacity: 1;
    font-size: 1.3rem;
    border: 1px solid #eee;
    border-radius: 50%;
}

.product-detail-bottom .thongso .item table tr:nth-child(n+9) {
    display: none;
}

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

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

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

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

.filter-url .img-filter img {
    max-width: 10rem;
    width: 10rem;
    vertical-align: middle;
    height: 5rem;
}

.img-filter-cate {
    max-width: 10rem;
    width: 10rem;
    vertical-align: middle;
}

.filter-url .filter-cate .inner-name {
    background: rgba(0, 0, 0, 0.35);
    margin-bottom: 0;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    overflow: hidden;
    position: absolute;
}

.toolbar {
    display: none;
}

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

.box-suggest .btn-submit {
    z-index: 10;
}

.gallery-thumbs {
    height: 52rem;
}

.swiper.gallery-thumbs .swiper-slide {
    height: auto !important;
    border: none !important;
}

.lotrinh-section .swiper-slide img {
    height: 35vw;
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: 15rem;
    }

    .menu-container:hover .menu-vertical--nav {
        opacity: 1;
        visibility: visible;
        width: 16.66667%;
    }

    .menu-vertical--content {
        top: 7.1rem;
        border-radius: 1.5rem;
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
        transition: opacity .25s, visibility .25s;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 30;
        background-color: #fff;
        position: unset;
        left: 0;
        max-height: 41rem;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        min-width: 20.5rem;
    }

    .setting-menu.fixed .menu-vertical--content {
        top: 6.4rem;
        opacity: 0;
        visibility: hidden;
    }

    .bg-overlay {
        background-color: rgba(0, 0, 0, .3);
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 7.5rem;
        transition: visibility .3s, opacity .3s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 10;
    }

    .bg-overlay.active {
        opacity: 1;
        background-color: rgba(0, 0, 0, .7);
        visibility: visible
    }

    .menu-vertical:hover .menu-vertical--content , .home .setting-menu:not(.fixed) .menu-vertical--content {
        opacity: 1;
        visibility: visible;
    }

    .menu-vertical--content {
        display: block !important;
    }

    .menu-vertical--content li.more {
        font-weight: 600;
        cursor: pointer;
    }

    .menu-vertical--content>li {
        border-bottom: 1px solid #ddd;
    }

    .menu-vertical .entry-menu .container-menu ul {
        margin-bottom: 1rem
    }

    .menu-vertical .entry-menu .container-menu ul li a {
        padding: 5px 15px 5px 10px;
        font-weight: normal;
        font-size: 13px;
    }

    .menu-vertical .entry-menu .container-menu .menu-title {
        font-size: 1.4rem;
        text-transform: uppercase;
    }

    .col-3-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1000px) {
    .menu-vertical--nav {
        position: absolute;
        left: 1.5rem;
        right: 0;
        z-index: 9;
        top: 8.1rem;
        width: 0;
        opacity: 0;
    }

    .home .setting-menu:not(.fixed) .menu-vertical--nav {
        width: 16.66667%;
        opacity: 1;
    }
}

@media (min-width: 1268px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1268px;
    }
}

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

@media (min-width: 1080px) {
    .search-section {
        width: 44rem;
    }
}

@media (max-width: 1024px) and (min-width:1000px) {
    .menu-vertical--content {
        width: 17.5rem;
    }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
    .search-section {
        width: 30rem;
    }
}

@media (max-width: 1000px) {
    .slide-home >.container>.row>div:nth-child(1) {
        display: none;
    }

    .slide-home >.container>.row>div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .toolbar {
        display: flex;
    }
}

@media (max-width: 992px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .setting-menu-mb .items-number {
        position: absolute;
        right: -7px;
        bottom: 0;
        top: unset;
    }

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

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

    .title-section {
        font-size: 2.2rem !important;
    }

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

    .logo-section a {
        font-size: 2.5rem !important;
    }

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

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

    .title-child a:not(.view-all) {
        background: var(--light);
        padding: 6px 10px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
        font-size: 1.4rem;
    }

    .view-all {
        margin-top: 0.5rem;
        display: inline-block;
        padding: 6px 10px;
        margin-left: 0 !important;
    }

    #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
    }

    .is-mobile .swiper-slider-main .swiper-slide img {
        height: 42vw;
    }

    .title-tab .effect-nav li a::after {
        bottom: -1.4rem;
    }

    .title-footer {
        font-size: 16px !important;
    }

    .hot-product .title-section i {
        font-size: 2.5rem !important;
    }

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

    .no-gutters {
        margin: 0;
    }

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

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

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

    .title-tab .effect-nav li a::after {
        opacity: 0;
    }

    .title-tab .block-tab.nav .nav-item .nav-link {
        background: var(--light);
        font-size: 1.4rem !important;
        padding: 6px 10px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
    }

    .title-tab .block-tab.nav .nav-item .nav-link.active, .title-tab .block-tab.nav .nav-item .nav-link:hover {
        background: var(--color-highlight);
        color: white;
    }

    .title-tab .block-tab.nav .nav-item {
        padding: 0 1rem 0 0;
    }
}
