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

.article-detail h2, .article-detail .h2 {
    font-size: 2rem;
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 300 !important;
    -webkit-transition: position 0.8s;
    -o-transition: position 0.8s;
    transition: position 0.8s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    background: white;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.header-main > .container > .row > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.box-header-top .item {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-highlight);
}

.box-section-header-top {
    padding: 25px 55px;
    border-bottom: 1px solid #dfdfdf;
}

.link-top-header a, .btn-view-all {
    background-color: var(--color-highlight);
    color: white;
    padding: 8px 30px;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 400;
}

.link-top-header {
    display: flex;
    justify-content: flex-end;
}

.link-top-header:hover a, .btn-view-all:hover {
    background-color: var(--color-hover);
}

.box-section-header-top > .row {
    display: flex;
    align-items: center;
}

.menu-section > ul > li > a.active:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    content: "";
    height: 2px;
    display: block;
    background-color: var(--color-highlight);
}

.box-section-home-01 {
    margin: 60px 0;
}

.count-product-cate {
    font-size: 13px;
}

.count-product-cate > span {
    font-size: 14px;
    font-weight: 600;
}

.title1-sale-intro-home {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2em;
}

.title2-sale-intro-home {
    color: #8A8B8E;
    font-size: 16px;
    line-height: 1.6em;
    margin: 30px 0;
}

.title3-sale-intro-home {
    position: relative;
    padding-top: 25px;
    margin-bottom: 25px;
}

.title3-sale-intro-home:before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 11.25rem;
    height: 1px;
    top: -0.625rem;
    left: 0;
    background-color: #ccc;
}

.countdown-intro-home .countdown--item {
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
}

.countdown-intro-home .countdown--number {
    font-size: 30px;
    font-weight: 600;
    background: none;
    width: auto;
    height: auto;
}

.countdown-intro-home .countdown--number-giay {
    color: var(--color-highlight);
}

.title1-sale-intro-home > b {
    color: var(--color-highlight);
}

.box-section-home-03 > .container > .row {
    border-top: 1px solid #ccc;
    padding: 60px 0;
}

.slide--wrap-nd-sale {
    text-align: center;
    background-color: white;
    /* margin-top: -20px; */
    position: relative;
    margin: -25px 20px 0 20px;
    padding: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.slide--description-sale {
    color: var(--color-highlight);
}

.slide--tile-sale {
    font-size: 20px;
    font-weight: 600;
}

.swiper-slide-banner-sales:hover .slide--wrap-nd-sale {
    margin-top: -45px;
}

/*zoom-anh*/
.zoom-anh-rieng {
    overflow: hidden;
}

.zoom-anh-rieng img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.zoom-anh-rieng:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh*/
.box-section-home-04 {
    margin: 45px 0 60px 0;
}

.box-section-home-05 > .container > .row {
    border-top: 1px solid #ccc;
    padding: 60px 0;
}

.slide--wrap-higtligh-link {
    position: absolute;
    top: 0;
    left: 0;
    margin: 5rem;
    margin-bottom: 0;
    width: 50%;
}

.description-higtligh-link {
    font-size: 30px;
    /* letter-spacing: 3px; */
    letter-spacing: 1px;
    font-weight: bold;
    margin: 25px 0 20px 0;
}

.description-short-higtligh-link {
    color: #8a8b8e;
    margin-bottom: 50px;
    letter-spacing: 0.8px;
}

.box-section-home-07 {
    margin: 60px 0;
}

.box-tin-tuc-home .inner-content {
    text-align: center;
    margin-top: 15px;
}

.box-tin-tuc-home .inner-content .article-title a {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.3em;
    height: calc(2 * 1.3em);
}

.box-tin-tuc-home .inner-content .article-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: var(--color-text);
    font-size: 16px;
    text-align: justify;
}

.box-highlight .item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--color-main2);
}

.box-section-home-08 > .container > .row {
    border-top: 1px solid #ccc;
    padding: 60px 0;
}

.box-customer-reviews .icon > img {
    border-radius: 50%;
}

.box-customer-reviews .star {
    color: #eda22c;
}

.box-highlight .img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
    flex: none;
    display: inline-block;
}

.box-section-home-09 > .container > .row {
    padding: 60px 0;
}

.menu-footer ul {
    list-style: none;
    padding-left: 0;
}

.title-footer {
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--color-highlight);
    position: relative;
}

.title-footer:before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--color-highlight);
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 2rem;
    bottom: 9rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: var(--color-highlight);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 2.2rem;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: var(--color-highlight);
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 20rem;
    position: absolute;
    bottom: 8rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -0.7rem;
    right: 2.5rem;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 0.8rem 2rem;
    width: 100%;
    color: var(--color-main);
    font-weight: bold;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    background-color: var(--color-highlight);
    border-radius: 50%;
    padding: 0.8rem;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/*End Button Contact Fixed*/
#return-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 2vw;
    right: 2.5rem;
    background: var(--light);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-decoration: none;
    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;
    text-align: center;
    color: var(--color-highlight);
    border-radius: 50%;
}

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

#return-to-top:hover {
    background: var(--color-highlight);
    color: white;
}

footer .embed-responsive-1by1::before {
    padding-top: 60%;
}

.categories .title-left, .title-bo-loc {
    font-size: 30px;
    padding-left: 15px;
    margin-bottom: 18px;
    font-weight: 600;
    border-left: 10px solid var(--color-highlight);
    line-height: 1.2;
}

.box-product-image-detail {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}

.box-product-info-detail, .product-content-detail .social-share, .product-detail-footer {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}

.box-description-detail {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

.product-action-detail .btn-cart-buy {
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-action-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-action-detail .btn-cart-buy a.add-to-cart {
    flex-basis: calc(50% - 10px);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
}

.product-content-detail .add-to-cart {
    background-color: var(--color-highlight);
    color: white;
    text-align: center;
    display: inline-block;
    height: 4.8rem;
    line-height: 4.8rem;
    border: 0.1rem solid var(--color-highlight);
    padding: 0 3rem;
    font-size: 16px;
    border-radius: 10px;
    font-weight: normal;
}

.box-action-detail .product-quantity {
    margin-bottom: 15px;
}

.product-action-detail .btn-product-action {
    border-radius: 8px;
    border-color: #ddd;
}

.box-description-detail .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
}

.product-content-detail .social-share .share-title {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-content-detail .social-share .list-social {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.product-content-detail .social-share .list-social .btn-social {
    padding-left: 10px;
    padding-right: 10px;
}

.product-content-detail .social-share .list-social .btn-social a {
    border: 1px solid #ddd;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #000;
}

.product-content-detail .social-share .list-social .btn-social a:hover {
    border-color: var(--color-hover);
    background: var(--color-hover);
    color: var(--white);
}

.product-detail-head {
    margin-bottom: 30px;
}

.product-detail-footer .nav li {
    margin-right: 20px;
}

.box-detail-tags {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.article-entry-info {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-detail .date-view {
    display: flex;
    align-items: center;
}

.article-detail .date-view span.seperate {
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
    height: 15px;
    overflow: hidden;
    color: #747474;
}

.article-content-info {
    border-top: 1px solid #ddd;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.article-entry-info .action-item--title {
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem;
}

.article-entry-info .action-item {
    position: relative;
}

.action-share--content {
    position: absolute;
    width: 170px;
    background: #e1e1e1 !important;
    right: 0;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    z-index: 1;
}

.article-entry-info .list-social {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.article-entry-info .list-social .btn-social {
    margin: 0 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.article-entry-info .list-social .btn-social a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #000000;
}

.categories, .content-filter-product {
    background: #f5f5f5;
    padding: 20px 15px 20px 0;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    box-shadow: none !important;
}

.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 15px;
}

.box-product-page .product-item {
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d1d5db;
}

.bg-image-breadcrumbs-section {
    padding: 110px 0;
    background-color: var(--color-main);
}

/*.breadcrumb-page-order .breadcrumbs-section a {*/
/*    display: none;*/
/*}*/

/*.breadcrumb-page-order .breadcrumbs-section a, .breadcrumb-page-order .breadcrumbs-section span {*/
/*    color: var(--black);*/
/*    font-weight: 400;*/
/*}*/

.breadcrumbs-section-cus-2 {
    color: white;
    justify-content: center;
}
/* 
.cus-nen-mo-main:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 43%);
}
 */
@media (max-width: 768px) {
    .menu-section > ul > li > a.active:after {
        display: none;
    }

    .swiper-slide--tile {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .swiper-slider-main .swiper-slide img {
        height: 35.5vw;
    }

    .swiper-slider-main .swiper-button-prev, .swiper-slider-main .swiper-button-next {
        border: none;
    }

    .swiper-slide--wrap {
        width: 90%;
    }

    .swiper-slide--link {
        font-size: 1.5rem;
        padding: 0.5rem 2rem;
    }

    .box-section-home-01 {
        margin: 30px 0;
    }

    .title1-sale-intro-home {
        font-size: 23px;
    }

    .title2-sale-intro-home {
        margin: 15px 0;
    }

    .title3-sale-intro-home {
        margin-bottom: 15px;
    }

    .countdown-intro-home {
        margin-bottom: 30px;
    }

    .box-section-home-03 > .container > .row {
        padding: 30px 0;
    }

    .slide--tile-sale {
        font-size: 16px;
    }

    .slide--description-sale {
        font-size: 14px;
    }

    .slide--wrap-nd-sale {
        margin: -25px 15px 0 15px;
        padding: 15px 5px;
    }

    .box-section-home-04 {
        margin: 0px 0 30px 0;
    }

    .box-section-home-05 > .container > .row {
        padding: 30px 0 15px 0;
    }

    .box-highlight .item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 1.5rem;
    }

    .slide--wrap-higtligh-link {
        margin: 1rem 0 1rem 1rem;
        width: 90%;
    }

    .description-higtligh-link {
        font-size: 18px;
        margin: 10px 0 10px 0;
    }

    .description-short-higtligh-link {
        display: none;
    }

    .box-section-home-07 {
        margin: 30px 0;
    }

    .box-section-home-08 > .container > .row {
        padding: 30px 0;
    }

    .box-section-home-09 > .container > .row {
        border-top: 1px solid #ccc;
        padding: 30px 0;
    }

    .box-contact-website .img {
        margin-bottom: 15px;
    }

    .bg-image-breadcrumbs-section {
        padding: 80px 0;
    }

    .main-header-mobile > .container > .row > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
    }
    
    .price-amount.old-price {
        margin-left: 5px;
    }
    
    .product-action-detail .btn-cart-buy {
        flex-basis: calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
    
    .product-action-detail .btn-cart-buy a.add-to-cart {
        flex-basis: calc(50% - 5px);
        font-size: 13px;
    }
    
    /*.product-title {*/
    /*    padding: 0 5px;*/
    /*}*/
    
    .wrp-rating-price .price {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 320px) {
    .product-action-detail .btn-cart-buy a.add-to-cart {
        font-size: 11px;
        padding: 0 2px;
    }
    
    .description-higtligh-link {
        font-size: 15px;
        margin: 5px 0 5px 0;
    }
}

.clip-path-img {
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

/*CSS by quyettq*/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1380px;
    }
}

/*Header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: auto;
    background: white;
    box-shadow: 2px 1px 2px #fafafa;
}

body > header + div {
    margin-top: 7.4rem;
}

@media(min-width: 1000px) {
    .setting-menu .menu-section > ul > li:nth-child(1) {
        margin-left: 25px;
    }
} 

/*Main*/
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* SÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœ dÃƒÆ’Ã‚Â²ng */
.line-1 { -webkit-line-clamp: 1; }
.line-2 { -webkit-line-clamp: 2; }
.line-3 { -webkit-line-clamp: 3; }
.line-4 { -webkit-line-clamp: 4; }

.item-category .inter-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 30px;
}

.item-category .inter-content .name a  {
    font-size: 2.4rem;
    color: var(--color-main);
    line-height: 4.5rem;
}

.box-article-about > .row {
    margin: 0 !important;
}

.text-normal {
    text-transform: unset !important;
}

@media(min-width: 992px) {
    .article-item-about {
        display: flex;
        align-items: center;
    }

    .article-item-about .inner-content,
    .article-item-about .inner-image {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .article-item-about .inner-content {
        display: flex;
        padding: 9rem 4.5rem;
        justify-content: flex-end;
    }
    
    .article-item-about .inner-content .content-about {
        max-width: calc(100% - 4.5rem - (100% - (1350px/2)));
    }
} 

.article-item-about .inner-content .content-about .article-description p, .whychoose--description {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #666;
    margin-bottom: 2rem;
}

.article-item-about .inner-content .content-about a {
    background: var(--color-highlight);
    color: white;
    border-radius: 10px;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    line-height: 1.42857143;
}

.article-item-about .inner-content .content-about a:hover {
    background-color: var(--color-hover);
}

.whychoose--tile {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

.box-section-home-09 {
    background: #f5f5f5;
}

.box-highlight .item a {
    color: var(--color-main2);
}

.box-highlight .item a:hover {
    color: var(--color-highlight);
}

.btn-seemore {
    font-size: 16px;
    color: var(--color-main2);
}

.btn-seemore i {
    font-size: 14px;
}

.article-item.item-slider {
    border: 1px solid #dadada;
}

.article-item.item-slider .inner-content {
    padding: 30px;
    margin: 0;
}

.article-item.item-slider .article-title {
    line-height: 2.4rem;
    font-size: 16px;
}

.article-item.item-slider .post-date {
    color: var(--color-main2);
    font-size: 16px;
}

.article-item.item-slider .post-date i {
    color: var(--color-highlight);
}

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

.section-contact-home {
    background: var(--color-hover);
    padding: 11rem 0;
}

.section-contact {
    color: var(--white);
}

.title-form {
    font-size: 2.6rem;
}

.contact-info p {
    font-size: 18px;
    margin-bottom: 2rem;
}

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

.captcha-box {
    align-items: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.captcha-image {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    background: linear-gradient(135deg, #f0f0f0, #ddd);
    position: relative;
    user-select: none;
    white-space: nowrap;
    height: 48px;
    padding: 0 15px;
    line-height: 48px;
    border-radius: 2px;
    filter: blur(1px);
}

.captcha-image span:nth-child(odd) {
    color: #2ecc71;
}
.captcha-image span:nth-child(even) {
    color: #8e44ad;
}

.captcha-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.1) 0px,
        rgba(0,0,0,0.1) 2px,
        transparent 2px,
        transparent 4px
    );
    top: 0;
    left: 0;
}

.form-section-contact .form-group label {
    font-weight: 400;
    font-size: 16px;
}

.form-section-contact .form-group label span {
    color: var(--red);
    margin-left: 3px;
}

.form-section-contact .form-group .btn-submit {
    border-color: var(--color-highlight);
    background: var(--color-highlight);
    padding: 10px 22px;
    font-size: 16px;
}

.form-section-contact .form-group .btn-submit:hover {
    background: var(--color-hover);
    color: var(--white);
    border-color: var(--white);
    
}

.form-section-contact .form-group .form-control {
    color: #707070;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 11px 20px;
    max-width: 100%;
    height: 48px;
}

.form-section-contact .form-group textarea.form-control {
    height: auto;
}

.captcha-box #captchaInput {
    height: 48px;
    color: #707070;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 11px 20px;
    box-sizing: border-box;
    outline: none;
    max-width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.bg-image-breadcrumbs-section h1 {
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1;
}

.pro-list-box .pro-item {
    margin-bottom: 30px;
}

.pro-list-box .pro-img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.pro-list-box .pro-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-box img {
    max-width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.img-box:hover img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.box-category-page .content-category, .box-category-page .content-category table, .box-category-page .content-category img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.box-contact-html .item-contact {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 5px;
}

.box-contact-html .item-contact .img img {
    max-height: 30px;
}

.box-contact-html .item-contact .info a {
    color: var(--color-main);
}

.box-contact-html .item-contact .info a:hover {
    color: var(--color-highlight);
}

.info-show-content .content-category {
    max-height: 650px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.info-show-content .content-category.active {
    max-height: 100%;
}

.load-more .btn-hide {
    display: none;
}

.load-more.active .btn-show {
    display: none;
}

.load-more.active .btn-hide {
    display: inline-block;
}

.btn-view-all {
    display: inline-block;
    margin-top: 30px;
}

.btn-view-all:hover {
    color: var(--white);
}

.box-description-detail .content {
    color: var(--color-text);
}

.product-action-detail-btn .btn-cart-buy {
    display: flex;
    align-items: center;
    gap: 15px 60px;
    flex-wrap: wrap;
}

.box-product-content table, th, td {
    border: 1px solid #eee;
}

.box-product-content th, td {
    padding: 0.4375em;
}

.box-product-content .con * {
    color: var(--color-text);
}

.section-faq-service {
    background-color: #F4F6F9;
    padding: 6rem 0;
}

.card {
    position: relative;
    overflow: hidden;
    border: .1rem solid #EDF3F5;
    border-radius: 2rem;
    margin-bottom: 2rem;
    background-color: white;
}

.card-header .btn-faq {
    color: var(--color-hover);
    position: relative;
    font-weight: 700;
    font-size: 18px;
    padding: 2.9rem 7rem 2.9rem 3.5rem;
    width: 100%;
    text-align: left;
    border: none;
}

.card-header .btn-faq::before {
    position: absolute;
    width: 5.2rem;
    height: 10.1rem;
    border-radius: 2.8rem;
    background-color: #F4F8FA;
    content: "";
    top: -2.2rem;
    right: .4rem;
    transform: rotate(-134deg);
}

.card-body {
    padding: 0 3.5rem 4rem;
    color: #959595;
}

.card-body p {
    margin: 0;
}

.card-header .btn-faq .icon-collap {
    position: absolute;
    right: 2.7rem;
    top: 2.4rem;
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.card-header .btn-faq[aria-expanded="false"] .icon-collap {
    box-shadow: 0 .4rem .7rem rgba(178, 190, 205, 0.29);
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
}

.card-header .btn-faq[aria-expanded="true"] .icon-collap {
    transform: rotate(180deg);
    transition: all .4s ease-in-out;
}

.card-header .btn-faq[aria-expanded="true"] .icon-collap i::before {
    content: "\f068";
}

.box-map-contact {
    background: #f3f3f3;
}

.info-website {
    display: inline-block;
    padding: 3rem 0rem;
}

.info-website .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-website .info .item > span {
    display: block;
}

.info-website .info .item span.name {
    font-weight: 700;
    margin-bottom: 15px;
}

.info-website .info .item span.name>svg {
    display: inline-block;
    margin-right: 10px;
}

.article-item-about .title-section {
    font-size: 4.8rem;
    line-height: 1.2;
    text-align: justify;
}

.article-detail-page .title-section {
    font-size: 36px;
    line-height: 1;
}

.gap-1 {
    gap: 0 10px;
}

.language-switch .language-picker img {
    height: 2.2rem;
    width: 3rem;
    object-fit: cover;
    display: inline-block;
    opacity: .65;
    transition: all .3s ease;
}

.language-switch .language-picker.active img,
.language-switch .language-picker:hover img {
    opacity: 1;
}

/*Footer*/
footer {
    background-color: white;
}

.footer-bottom {
    border-top: 1px solid #333 !important;
}

footer .logo-section img {
    max-height: 11rem;
}

.title-footer {color: black;font-size: 2rem;}

.title-footer::before {
    background-color: var(--white);
}

.menu-footer >ul > li > a, .copyright {
    color: #999999;font-size: 1.6rem;
}

.menu-footer >ul > li > a:hover {
    color: black;
}

.copyright {
    color: #666666;
}

/*Responsive*/
@media (min-width: 768px) {
    .image-whychoose .ratio-16-9 {
        padding-top: 40%;
    }
    .map-contact .section-map {
        width: 62%;
        height: 100%;
        max-height: 100%;
        margin-top: 0px;
        position: absolute;
        inset: 0% 0% 0% auto;
        overflow: hidden;
    }
    
    .map-contact .section-map .entire-map {
        padding-top: unset;
        height: 100%;
        width: 100%;
    }
    
    .setting-menu > .container > .row > div:last-child {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 10px 20px;
    }
    
    .ratio-slider {
        padding-top: 35vw;
    }
}

@media (max-width: 991.98px) {
    .is-mobile .setting-menu .logo-section {
        text-align: center;
    }
    
    .article-item-about .inner-content .content-about {
        padding: 0 15px;
        max-width: 720px;
        margin: 0 auto 3rem auto;
    }
    
    .article-item-about .inner-image .ratio-16-9 {
        padding-top: 40%;
    }
    
    .section-contact-home {
        padding: 6rem 0;
    }
}

@media (max-width: 767.98px) {
    .box-highlight img {
        height: 40px;
        width: auto;
    }
    
    .ratio-slider {
        padding-top: 35.5vw;
    }
    
    .setting-menu > .container > .row > div:last-child {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .map-contact .section-map .entire-map {
        padding-top: 56.25%;
    }
    
    .info-website {
        padding: 3rem 0;
    }
    
    .item-category .inter-content .name a {
        font-size: 2rem;
        line-height: 1;
    }
    
    .article-item-about .title-section, .title-section {
        line-height: 1.4;
        font-size: 24px;
        text-align: left;
    }
    
    .bg-image-breadcrumbs-section h1 {
        font-size: 3.2rem;
    }
    
    .product-title {
        line-height: 1.5;
    }
    
    .product-content-detail .product-title-detail, .info-website .title {
        font-size: 2.6rem;
    }
    
    .article-item.item-slider .inner-content {
        padding: 15px;
    }
    
    .whychoose--tile {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media(max-width: 575.98px) {
    body, .article-item-about .inner-content .content-about .article-description p, .whychoose--description {
        font-size: 14px;
    }
    
    .product-title {
        font-size: 16px;
    }
    
    .link-top-header a {
        padding: 10px;
    }
    
    .bg-image-breadcrumbs-section {
        padding: 55px 0;
    }
    
    .card-header .btn-faq {
        padding: 1.5rem 7rem 1.5rem 2rem;
    }
    
    .card-body {
        padding: 0 2rem 1.5rem;
    }
    
    .card-header .btn-faq::before {
        width: 4rem;
        height: 8rem;
        top: -2rem;
        right: 0;
    }
    
    .card-header .btn-faq .icon-collap {
        width: 3.2rem;
        height: 3.2rem;
        line-height: 3.2rem;
        top: 1.6rem;
        right: 1.6rem;
    }
    
    .box-tin-tuc-home .inner-content .article-description {
        text-align: left;
    }
}