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

.language-switch {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
}

.language-switch img {
    width: 3rem;
}

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

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

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

.setting-menu .logo-section {
    flex: 1;
}

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

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

.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 {
    margin-top: 3rem;
    background: #E0E0E0;
    position: relative;
}

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

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

.footer-menu-section ul a:hover {
    color: white !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: 15px;
    font-size: 24px;
    color: #1a1a1a;
}

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

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

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

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

.footer-menu-section ul li::marker {
    color: #1a1a1a;
}

.img-activity {
    text-align: center;
}

.img-activity img {
    max-width: 11rem;
}

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

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

    .fixed .logo-section img {
        height: 4rem;
    }

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

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

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

    .price-amount {
        display: block;
    }

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

    .title-section {
        font-size: 2.2rem;
    }
    .item-view-category .title-section {
        font-size: 1.8rem;
        width: 68%;
    }

    .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: 40vw !important; */
    }
}

@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: 768px) and (min-width: 577px) {
    .page-product .item-cate > .row > div:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .page-product .item-cate .title-category {
        flex-direction: column;
    }
    
    .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;
    }
}

.ecapro-branches {
    width: 100%;
    color: #fff;
    padding: 10px 0 26px;
}

.ecapro-branches__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px;
}

.ecapro-branch {
    min-width: 0;
}

.ecapro-branch__title {
    display: inline-block;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.ecapro-branch__list,
.ecapro-branch__groups {
    display: grid;
    gap: 1.5rem;
}

.ecapro-branch__group {
    display: grid;
    gap: 6px;
}

.ecapro-branch__group + .ecapro-branch__group {
    margin-top: 10px;
}

.ecapro-branch__group-title {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.ecapro-branch__line {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.ecapro-branch__label {
    font-weight: 800;
}

#contact-success-modal .close span {
    font-size: 36px;
}

.about-images {
    position: relative;
}

.about-images img {
     width: 85%; 
    height: auto;
    display: block;
}

.about-images .img-main img {
    height: 35rem;
    object-fit: cover;
}

.about-images .img-sub img {
     width: 100%; 
}

/* Ã¡ÂºÂ¢nh lÃ¡Â»â€ºn */
.img-main {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    --cut: 50px;
    clip-path: polygon(
        0% 0%,
        calc(100% - var(--cut)) 0%, /* trÃƒÂªn phÃ¡ÂºÂ£i */
        100% var(--cut),
        100% 100%,
        0% 100%);
}

/* Ã¡ÂºÂ¢nh nhÃ¡Â»Â */
.img-sub {
    width: 55%;
    margin-top: -160px;
    --cut: 50px;
    clip-path: polygon(
        var(--cut) 0%,        /* trÃƒÂªn trÃƒÂ¡i */
        100% 0%,
        100% calc(100% - var(--cut)),
        calc(100% - var(--cut)) 100%, /* dÃ†Â°Ã¡Â»â€ºi phÃ¡ÂºÂ£i */
        0% 100%,
        0% var(--cut)
    );
    border: 10px solid white;
}

/* CONTENT */
.about-label {
    color: black;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

.about-title {
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: 64px;
    margin-bottom: 15px;
}

.about-line {
    display: inline-block;
    width: 70px;
    height: 5px;
    background: #e11b22;
    margin-bottom: 15px;
}

.about-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

.about-link {
    display: inline-block;
    margin-top: 15px;
    color: var(--color-highlight);
    text-decoration: none;
}

.about-link:hover {
    text-decoration: underline;
}

.section-so-chay {
    position: relative;
    margin-top: -80px;
    z-index: 2;
    margin-bottom: 80px;
}

#counter .counter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#counter .row > div:last-child .counter-content:before {
    display: none;
}

#counter .counter-content:before {
    position: absolute;
    content: '';
    top: 50%;
    left: auto;
    right: -15px;
    width: 1px;
    height: 40px;
    background-color: var(--color-highlight);
    transform: translateY(-50%);
}

#counter .counter-content img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 15px;
}

#counter .counter-content .value {
    font-size: 4.2rem;
    color: var(--color-highlight);
    font-weight: 700;
}

#counter {
    box-shadow: 0px 4px 18.1px 0px #0000001A;
    padding: 40px 30px 40px 30px;
    border-radius: 15px;
    background-color: white;
}

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

.ft-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.bg-ready {
    padding: 60px 0;
    background-size: cover;
    position: relative;
    background-position: center;
}

.bg-ready::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000000ba;
}

.product .bg-ready {
    display: none;
}

.page-product .title-section {
    font-size: 2.4rem;
}

.custom-dropdown {
    position: relative;
    width: max-content;
    cursor: pointer;
    font-size: 1.4rem;
}

.selected-lang {
    display: none;
}

#countryList {
    display: flex !important;
    align-items: center;
    gap: 6px;
    position: static;
    background: transparent;
    border: none;
    width: auto;
    max-height: none;
    overflow: visible;
    padding: 0;
    flex-direction: row;
}

.country-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 6px;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s ease;
    color: var(--white);
    font-size: 1.4rem;
    background-color: transparent;
}

.country-item:hover {
    border-color: #ccc;
    background: transparent;
}

.flag-icon {
    width: 27px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px;
    margin-right: 0;
}

.is-mobile .country-item span {
    display: none;
}

@media (max-width: 991px) {
    .ecapro-branches__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 575px) {
    .ecapro-branches {
        padding: 14px 0 22px;
    }

    .ecapro-branch__title,
    .ecapro-branch__group-title,
    .ecapro-branch__line {
        font-size: 14px;
    }
}

body {
    top: 0 !important;
}

.goog-te-banner-frame { display: none !important; }
.skiptranslate { display: none !important; }


