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

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

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

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

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

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

.view-all {
    background: #e4f2ff;
    padding: 7px 10px;
    border-radius: 5px;
    color: var(--color-highlight) !important;
    font-size: 15px;
}

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

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

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

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

.shadow-2 {
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.shadow-2-hover:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
}

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

.header-top {
    background: #1a1a1a;
    height: 35px;
    line-height: 35px;
}

.hotline-top a:last-child span.line {
    display: none;
}

.hotline-top .phone {
    color: #b7d847
}

.social-section li a {
    display: block;
    height: 35px;
    color: white;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    font-size: 1.6rem;
}

.social-section li a:hover {
    color: rgba(255,255,255,0.8);
}

.social-section li {
    padding-left: 1.5rem;
}

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

.search-section .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 350px;
    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 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 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 .btn:hover {
    background: var(--color-highlight);
    color: white;
}

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

.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    animation: slide-down 0.7s;
    background: white;
    box-shadow: 0px 10px 13px rgb(0 0 0 / 5%);
    padding: 0.5rem 0;
}

.btn-mini-cart {
    text-align: center;
    border-radius: 5px;
    border: 1px solid;
    padding: 8px 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-highlight);
}

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

.btn-mini-cart:hover .items-number {
    color: white;
}

.highlight-section .item-highlight img {
    height: 40px;
    width: 45px;
    object-fit: scale-down;
}

.highlight-section>.row>div:before {
    content: '';
    background: #dbdbdb;
    height: calc(100% + 1.5rem);
    width: 1px;
    left: 0;
    position: absolute;
    top: -1.5rem;
}

.highlight-section>.row>div:first-child:before {
    opacity: 0
}

.bg-title {
    width: 110px;
    height: 30px;
    display: block;
    margin: 0.65rem auto 1.65rem;
    background-repeat: no-repeat;
    position: relative;
    background-color: var(--white);
    padding: 0 10px;
    background-position: center;
}

.title-parent {
    font-size: 2.2rem;
}

.title-child a {
    font-size: 1.5rem;
    color: var(--color-text);
}

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

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

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

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

footer {
    position: relative;
    margin-top: 3rem;
}

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

.footer-menu-section ul {
    padding-left: 15px;
}

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

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

.footer-social-content a {
    margin-right: 5px;
}

.footer-social-content img {
    height: 30px;
}

.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}

.toCall a {
    display: block;
    padding-bottom: 10px;
}

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

/* 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);
    }
}

.form-control {
    border-color: #e7e7e7;
    border-radius: 6px;
}

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

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

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

.description-product {
    color: var(--color-text);
    font-size: 1.6rem;
}

.description-product ol, .description-product ul, .bao-hanh ul, .bao-hanh ol {
    padding-left: 1.5rem;
}

.bao-hanh {
    background: #e8f3fe;
    margin-top: 1rem;
}

.bao-hanh p {
    margin-bottom: 0
}

.bao-hanh ul, .bao-hanh ol {
    margin: 0;
}

.btn {
    border-radius: 6px;
}

.is-mobile .header-top-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: end;
}

.is-mobile .header-top-mb .btn-mini-cart {
    color: white;
    padding: 5px 7px;
}

.is-mobile .header-top-mb .items-number {
    color: white;
}

.is-mobile .header-top-mb .btn-action-header {
    color: white !important;
}

/* Start Form liÃƒÆ’Ã‚Âªn hÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡ 7 */
.contact-page-7 .form-control {
    height: 5rem !important;
    border-radius: 5rem;
    border: 1px solid #DAE0E7;
}
.contact-page-7 textarea.form-control {
    height: auto !important;
    border-radius: 2rem;
}
.contact-page-7 .form-group {
    margin-bottom: 2rem;
}

.contact-page-7 .contact-form {
    background-color: #f5f7fa !important;
    border-radius: 2rem;
}
.contact-page-7 .icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 2rem;
    border-radius: 50%;
    font-size: 1.8rem;
}
.contact-page-7 .contact-text h2 {
    font-size: 3.2rem;
}
/* End Form liÃƒÆ’Ã‚Âªn hÃƒÂ¡Ã‚Â»Ã¢â‚¬Â¡ 7 */

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

    .product_detail div[nh-row] .container,
    .article_detail div[nh-row] .container {
        max-width: 1200px;
    }
    
    .product_detail header div[nh-row] .container,
    .product_detail footer div[nh-row] .container,
    .article_detail header div[nh-row] .container,
    .article_detail footer div[nh-row] .container{
        max-width: 1440px;
    }
}

@media (min-width: 992px) {
    .fixed .menu-section > ul > li > a {
        height: 6rem;
        line-height: 6rem;
        color: black !important;
    }

    .fixed .menu-section > ul > li:hover > a {
        color: #aedc33 !important;
    }

    .fixed .menu-section > ul > li > a.active {
        color: #aedc33 !important;
    }

    .fixed .btn-action-header {
        color: black !important;
    }

    .col-3-custom {
        max-width: 20%;
        flex: 0 0 20%;
    }
    
    .my-slider {
        margin-top: -100px;
        position: relative;
    }
        
        
    .home .menu-section > ul > li > a, .home .btn-action-header {
        color: white;
    }

    .home .menu-section > ul > li > a:hover {
        color: #aedc33
    }
}

@media (max-width: 992px) {
    .logo-section img {
        height: 3.2rem;
    }

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

    .price-amount {
        display: block;
    }

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

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

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

    .title-parent {
        font-size: 2rem;
    }

    .title-child a:not(.view-all) {
        background: #efefef;
        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;
    }

    .setting-menu {
        padding: 2rem 0;
    }

    .header-top-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .header-top-mb .btn-mini-cart {
        color: white;
        padding: 5px 7px;
    }

    .header-top-mb .items-number {
        color: white;
    }

    .header-top-mb .btn-action-header {
        color: white !important;
    }
}

@media (max-width: 991px) {
    .btn-product-action.btn-submit {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        font-size: 1.2rem;
        width: 100%;
    }

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

@media (max-width: 991px) and (min-width:768px) {
    .footer-mb>.container>.row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .highlight-section>.row>div:nth-child(4) .item-highlight,.highlight-section>.row>div:nth-child(5) .item-highlight, .highlight-section>.row>div:nth-child(6) .item-highlight {
        margin-bottom: 0 !important
    }
}

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

    .highlight-section>.row>div:after {
        content: '';
        background: #dbdbdb;
        height: 1px;
        width: calc(100% + 1.5rem);
        left: 0;
        position: absolute;
        top: -1.5rem;
    }

    .highlight-section>.row>div:nth-child(2n+1):before {
        opacity: 0;
    }

    .highlight-section>.row>div:nth-child(5) .item-highlight, .highlight-section>.row>div:nth-child(6) .item-highlight {
        margin-bottom: 0 !important
    }

    .highlight-section>.row>div:nth-child(1):after, .highlight-section>.row>div:nth-child(2):after {
        opacity: 0
    }

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

    .footer-social-content img {
        height: 26px;
    }
}

@media (max-width: 375px) {
    .star-rating-box {
        display: block !important;
    }
}

header {
    position: relative;
    z-index: 10;
}

.btn-highlight {
    background: var(--color-highlight);
    color: white;
    border-color: var(--color-highlight);
}

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

.btn-submit--1:hover {
    background: #aedc33;
    border-color: #aedc33;
    color: white;
}

.footer-background .row > div {
    position: static;
}

.footer-background div[nh-lazy="image-background"] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top;
    z-index: -10
}

footer * {
    color: white;
}


