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

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

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

.mb-5r {
    margin-bottom: 5rem !important;
}

.mb-6r {
    margin-bottom: 6rem !important;
}

.box-7rn1keh {
    height: 44px;
}

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

.btn-action-header {
    color: var(--color-highlight);
    top: 0px;
}

.entire-action-header {
    padding: 0.8rem 0;
}

.entire-action-header .wrap-suggestion {
    left: 0;
    right: 0px;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px 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);
}

.entire-action-header: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;
}

.link-hover {
    position: relative;
}

.link-hover:before {
    opacity: 0;
    position: absolute;
    content: "";
    border-top: 3px solid var(--color-highlight);
    width: 100px;
    height: 3px;
    transition: all .3s ease;
    top: -10px;
    left: 50%;
}

.link-hover:hover:before {
    opacity: 1;
    transform: translateX(-50%);
}

#return-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 2vw;
    right: 4rem;
    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;
}

.rung-lac-icon {
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available;
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

/*header*/
/*Home*/
.img-highlight-01 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.cus-anh-banner-home-01 img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.inner-content {
    /* box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    /* background-color: #8080800d; */
}

.section_index--group-banner .section_index--group-banner-items {
    display: grid;
    gap: 20px;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
    border-radius: 30px;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 4;
    border-radius: 30px;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    border-radius: 30px;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
    border-radius: 30px;
}

.bg--cate-home {
    margin-top: 60px;
}

.item-banner .title-cate-product-home {
    font-weight: bold;
    background-repeat: no-repeat;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    transition: background .5s;
    background-size: 0 100%;
    overflow: hidden;
    display: inline;
    line-height: 1.4;
}

.item-banner .section_index--group-banner-item:hover .title-cate-product-home {
    background-image: linear-gradient(to right, #000 0, #000 100%);
    color: white;
    background-size: 100% 100%;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(1) a img {
    width: 500px;
    height: 650px;
    object-fit: cover;
    transition: all .5s;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(2) a img {
    width: 1000px;
    height: 260px;
    object-fit: cover;
    transition: all .5s;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(3) a img {
    width: 480px;
    height: 370px;
    object-fit: cover;
    transition: all .5s;
}

.section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(4) a img {
    width: 480px;
    height: 370px;
    object-fit: cover;
    transition: all .5s;
}

.product-single__policy .item-product-policy .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.product-single__policy .item-product-policy {
    flex: 0 0 100%;
    margin-bottom: 2rem;
}

.product-single__policy {
    background-color: #f9f9f9;
    padding: 2rem 2rem 0 2rem;
    margin-top: 30px;
}

.title-cate-product-home {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0000004a;
    text-align: center;
    padding: 8px 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.banner-gach {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.banner-gach:before {
    border-color: var(--white) transparent transparent;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 0
}

.banner-gach:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 0
}

.banner-gach:hover:before {
    border-width: 1920px 1920px 0 0;
    transition: all 0.3s ease-in-out
}

.banner-gach:hover:after {
    border-width: 0 0px 1935px 1935px;
    transition: all 0.3s ease-in-out
}

/*zoom-anh sp*/
.product-item {
    overflow: hidden;
}

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

.product-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product-item .product-btn {
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-item:hover .product-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
}

.product-item .product-btn a {
    padding: 0;
    line-height: 40px;
    border: 0;
    color: #fff;
    display: block;
    background-color: var(--color-highlight);
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*zoom-anh sp*/
.hover-lac-highlight .img-highlight-01 img {
    transition: all .8s;
}

.hover-lac-highlight:hover .img-highlight-01 img {
    transform: rotate(-30deg);
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.bg-left-comment-kh {
    background-color: #292929d4;
    color: white;
    height: 100%;
    padding: 30px;
    border-radius: 0 0 0 100px;
}

.icon-text-comment-kh {
    font-size: 19px;
}

.icon-text-comment-kh i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 23px;
    display: inline-block;
}

.title-left-comment-kh {
    font-size: 35px;
    margin: 30px 0 0;
}

.icon-quote-comment-kh {
    font-size: 110px;
    opacity: .2;
}

.title-name-comment-kh {
    font-size: 38px;
}

.img-comment-kh img {
    width: 100%;
    /* height: 40rem; */
    object-fit: cover;
    border-radius: 0 100px 0 0;
}

.description-short-comment-kh {
    font-size: 19px;
    line-height: 1.6;
    /* text-align: center; */
    margin: 0 0 30px 0;
}

.star-comment-kh .star-rating::before {
    color: #f5cb23;
}

.star-comment-kh {
    display: flex;
    justify-content: center;
}

.star-comment-kh .star-rating {
    font-size: 28px;
    z-index: 99;
    overflow: visible;
    width: 15rem;
}

.icon-quote-right-comment-kh {
    font-size: 120px;
    margin-bottom: 10px;
    color: var(--color-highlight);
    opacity: .1;
    display: flex;
    justify-content: flex-end;
}

.cus-form-group-nhan-tin {
    display: flex;
    box-shadow: 0 10px 15px #cdcdcd;
    border-radius: 30px;
    overflow: hidden;
    margin: 0;
    max-width: 660px;
}

.box-img-left-form-dk img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.cus-form-group-nhan-tin .newsletter--input + .error {
    position: absolute;
    z-index: 99;
    margin-top: 55px;
    padding-left: 45px;
    right: 0;
    left: 0;
    bottom: auto;
}

.cus-form-group-nhan-tin .newsletter--input {
    position: relative;
}

.cus-margin-top-form-dk {
    margin-top: 100px;
}

.box-bg-form-dk {
    background-color: var(--light) !important;
}

.fix-2dong {
    /* white-space: pre-wrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*zoom-anh bai viet*/
.article-item {
    overflow: hidden;
}

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

.article-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*zoom-anh bai viet*/
.cus-tin-tuc-home .swiper-wrapper .article-item:nth-child(odd) .conten-img-home .inner-image {
    /*background-color: var(--color-highlight);*/
    border-radius: 80px 0 80px 0px;
    /*position: relative;*/
    overflow: hidden;
}

.cus-tin-tuc-home .swiper-wrapper .article-item:nth-child(even) .conten-img-home .inner-image {
    /*background-color: #efc2c4;*/
    border-radius: 0 80px 0 80px;
    /*position: relative;*/
    overflow: hidden;
}

footer {
    background-color: #292929;
    color: white;
    padding: 50px 0 0px 0;
}

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

.swiper-slider-main .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
    display: inline-block;
    border-radius: 0;
    background: var(--black);
    opacity: 0.2;
}

.swiper-slider-main .swiper-pagination-bullet-active {
    opacity: 1;
    /*background: black !important;*/
}

footer .box-follow {
    display: flex;
    margin-bottom: 0 !important;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    border-top: 0.1rem solid #ccc;
}

.box-follow .list {
    display: flex;
    /* justify-content: flex-end; */
}

.box-follow .list .item {
    padding-left: 5px;
    padding-right: 5px;
}

footer .box-follow .list .item .icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

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

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

.swiper-slider-main .swiper-slide img {
    /*max-height: 85rem;*/
    object-fit: cover;
    width: 100%;
    --_i: 15%;
    --_g: 100% /35% 35% no-repeat linear-gradient(#000 0 0);
    --m: left var(--_i, 0%) top var(--_g), bottom var(--_i, 0%) left var(--_g), top var(--_i, 0%) right var(--_g), right var(--_i, 0%) bottom var(--_g);
    -webkit-mask: var(--m);
    mask: var(--m);
    filter: grayscale();
    transition: 2s linear;
    cursor: pointer;
}

.swiper-slider-main .swiper-slide-active img {
    --_g: 100% / 100% 100% no-repeat linear-gradient(#000 0 0);
    filter: grayscale(0);
}

/*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**/
footer {
    position: relative;
}

.banner-footer img {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .3;
}

.box-footer-banner>.row>div {
    position: inherit;
}

.position-index-footer {
    position: relative;
    z-index: 99;
}

@media (min-width: 991px) {
    .hotdeal-section {
        padding: 6rem 3rem !important;
    }
}

.hotdeal-section .title-section {
    color: white;
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 20px;
}

.hotdeal-section .product-title {
    font-size: 18px;
    line-height: 30px;
}

.hotdeal-section .price {
    font-size: 18px;
    border-bottom: 1px solid;
}

.hotdeal-section .swiper-button-prev, .hotdeal-section .swiper-button-next {
    color: white;
}

.hotdeal-section .product-item .product-btn-cu {
    display: block;
}

.hotdeal-section .product-item .product-btn-cu a {
    max-width: 18rem;
}

.product-item .product-btn-cu a {
    color: var(--white);
    font-weight: bold;
    font-size: 14px;
    background-color: #39b538;
    max-width: 100%;
    height: 36px;
    width: 100%;
    display: flex;
    border-color: #39b538;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.product-item .product-btn-cu a svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.product-item .product-btn-cu a:hover {
    background: #30972f;
    border-color: #30972f;
    color: white;
}

/*.hotdeal-section .product-item:hover .product-btn {*/
/*    -webkit-transform: translateY(0);*/
/*    -ms-transform: translateY(0);*/
/*    transform: translateY(0);*/
/*}*/
.box-img-flash-sale img {
    width: 90px;
}

.box-img-flash-sale {
    position: absolute;
    top: 15px;
    right: 30px;
}

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

.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

/*nut lien he rung lac*/
.rung-lac-home {
    -webkit-animation: shake-top 2s cubic-bezier(0.455, 0.030, 0.515, 2) infinite both;
    animation: shake-top 2s cubic-bezier(0.455, 1.030, 1.515, 2) infinite both;
}

@-webkit-keyframes shake-top {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@keyframes shake-top {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

/*nut lien he rung lac*/
@media (min-width: 991px) and (max-width: 1200px) {
    .menu-section > ul > li > a {
        padding: 0 1.3rem;
        font-size: 1.6rem;
    }

    .countdown--number {
        font-size: 1.6rem;
    }

    .countdown--label {
        margin-left: 2px;
        font-size: 10px;
    }
}

/*CSS by quyettq*/
.language-switch .language-picker {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
}

.product-item {
    border: 1px solid lab(96.286% -.852436 -2.46847);
    border-radius: 12px;
    transition: all .25s ease;
}

.hotdeal-section .product-item {
    border: none;
    border-radius: 0;
}

.product-item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.topbar-section.entire-action-header ul.topbar-dropdown {
    min-width: 12rem;
    left: auto;
    right: 0;
}

/*End quyettq*/
@media (max-width: 992px) {
    .header-setting > .container > .row > div:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .header-setting > .container > .row > div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .header-setting > .container > .row > div:nth-child(3) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .logo-section img {
        height: 3.5rem;
    }
}

@media (max-width: 768px) {
    .product_detail .product-quantity .btn-quantity.quantity-add {
        top: -0.1rem;
        display: flex;
        justify-content: center;
    }

    .cus-header2-mobile > .container > .row > div:nth-child(3) {
        display: flex;
        justify-content: end;
    }

    .swiper-slide--tile {
        font-size: 2.3rem;
    }

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

    .section_index--group-banner .section_index--group-banner-items {
        gap: 10px;
    }

    .section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(1) {
        border-radius: 20px;
    }

    .section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(2) {
        border-radius: 20px;
    }

    .section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(3) {
        border-radius: 20px;
    }

    .section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(4) {
        border-radius: 20px;
    }

    .section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(1) a img {
        width: 260px;
        height: 230px;
    }

    .section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(2) a img {
        width: 500px;
        height: 100px;
    }

    .section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(3) a img {
        width: 450px;
        height: 120px;
    }

    .section_index--group-banner .section_index--group-banner-items .section_index--group-banner-item:nth-child(4) a img {
        width: 450px;
        height: 120px;
    }

    .title-cate-product-home {
        font-size: 17px;
        padding: 4px 0;
    }

    .cus-anh-banner-home-01 img {
        height: 150px;
    }

    .product-title {
        font-size: 1.6rem;
        font-weight: 600;
        /* white-space: pre-wrap; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        min-height: auto;
    }

    .banner-gach {
        border-radius: 20px;
    }

    .bg-left-comment-kh {
        padding: 10px;
        border-radius: 0 0 0 50px;
    }

    .title-left-comment-kh {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .icon-quote-comment-kh {
        font-size: 70px;
        margin-bottom: 0;
    }

    .title-name-comment-kh {
        font-size: 26px;
        padding: 0 15px;
    }

    .icon-text-comment-kh i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .img-comment-kh img {
        /* width: 100%; */
        /* height: 100%; */
        /* object-fit: cover; */
        border-radius: 0 50px 0 0;
    }

    .icon-text-comment-kh {
        font-size: 12px;
    }

    .description-comment-kh {
        padding: 0 15px;
    }

    .icon-quote-right-comment-kh {
        font-size: 100px;
        padding-right: 50px;
        margin-bottom: 0px;
        display: none;
    }

    .description-short-comment-kh {
        font-size: 16px;
        margin: 30px 15px 15px 15px;
    }

    .star-comment-kh {
        margin-bottom: 5px;
    }

    .box-img-left-form-dk img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .cus-margin-top-form-dk {
        margin-top: 20px;
        padding: 0 15px;
    }

    .article-item .article-title {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        min-height: 21px;
    }

    .hotdeal-section .title-section {
        font-size: 23px;
        padding-bottom: 5px;
    }

    .hotdeal-section {
        padding: 60px 30px !important;
    }

    .box-img-flash-sale img {
        width: 60px;
    }

    .box-img-flash-sale {
        top: 5px;
        right: 5px;
    }

    .link-hover:before {
        display: none;
    }

    .cus-fs-bo-loc-mobile > div {
        font-size: 11.5px;
    }

    .price-amount.old-price {
        margin-left: 6px;
    }

    .product-quantity .btn-quantity.quantity-subtract, .product-quantity .btn-quantity.quantity-add, .product-quantity input {
        width: 30px;
    }

    .product-quantity {
        flex: 1 1;
    }
}

@media (max-width: 375px) {
    .countdown--label {
        font-size: 12px;
    }

    .product-content-detail .add-to-cart {
        font-size: 1.2rem;
    }

    .countdown--number {
        font-size: 1.6rem;
    }

    .icon-quote-comment-kh {
        font-size: 50px;
    }

    .title-left-comment-kh {
        font-size: 14px;
    }

    .is-mobile .price-amount {
        font-size: 13px;
    }

    .entire-action-header .form-dropdown {
        width: 220px;
    }

    .cus-header2-mobile .items-number {
        right: -2px;
    }

    .cus-header2-mobile .btn-action-header {
        padding: 0.3rem 0.5rem;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .title-left-comment-kh {
        font-size: 25px;
        margin: 20px 0 0;
    }

    .icon-quote-comment-kh {
        font-size: 90px;
        line-height: 1;
    }

    .icon-quote-right-comment-kh {
        display: none;
    }
}

.hotdeal-section .price .price-amount {
    color: var(--white);
}

.image-bct img {
    transform: scale(1);
    transition: transform .25s ease;
}

.image-bct:hover img {
    transform: scale(1.05);
}
