html {
    overflow-y: scroll;
    overflow-x: hidden;
}

[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1000px){
    div#header-desktop > .container > .row >div:nth-child(3) {
        flex: 0 0 16%;
        max-width: 16%;
    }
    
    div#header-desktop > .container > .row >div:nth-child(2) {
        flex: 0 0 59%;
        max-width: 59%;
    }
}

.social-right-default img {
    width: 44px;
    height: 44px;
}

.block_abc {
    margin-bottom: 9rem;
}

/*nut lien he goc man hinh*/
.hotline-phone-ring-wrap {
    right: 10px;
    bottom: 5rem;
    position: fixed;
    z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-img-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.hotline-phone-ring-circle {
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(51 152 205);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 4rem;
    height: 4rem;
    position: absolute;
    background-color: rgb(252 254 255);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }

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

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

#back-top-top .hotline-phone-ring-img-circle {
    -webkit-animation: none;
    animation: none;
        background: #ffffff;
}

.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 130%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    left: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.75);
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

div#show-countdown{
        color: white;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-right: 10px;
    padding-left: 10px;
}
.left-topbar {
    height: 50px;
    line-height: 50px;
}

.logo-section img {
    height: 48px;
}
.color-hightlight {
    color: var(--color-hightlight);
}

.py-9 {
    padding-bottom: 9px;
    padding-top: 9px;
}
.p-9 {
    padding: 9px;
}
.m-3 {
    margin: 3px;
}
.topbar-header {
    background: #e8e8e8;
}

.header-top > .container > .row,
.header-top > .container > .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-right-topbar {
    line-height: 19px;
}
.form-search .icon-search i {
    right: 10px;
    z-index: 99;
    line-height: 48px;
    color: #cacaca;
    border: 0;
    top: 0;
}

.form-search .input-group input::-webkit-input-placeholder {
    color: #5a5a5a;
}

.form-search .input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #5a5a5a;
}

.form-search .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5a5a5a;
}

.form-search .input-group input:-ms-input-placeholder {
    color: #5a5a5a;
}
.icon-search {
    flex: auto;
}

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

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

.btn-dang-ky {
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
}
.form-search .btn-submit {
    height: 48px;
    line-height: 48px !important;
}
.btn-action-header .items-number {
    width: 20px;
    height: 20px;
    background: var(--color-hightlight);
    color: white;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    line-height: 20px;
    text-align: center;
    margin: 0;
}

.box-search {
    flex: auto;
}
.section-policy .policy-image {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: var(--white);
    border-radius: 50%;
}
.section-policy .policy-image img {
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}

.section-policy span {
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 8px;
    width: calc(100% - 43px);
    line-height: 20px;
    font-weight: bold;
}
.setting-menu > .container > .row {
    align-items: center;
}

.setting-menu > .container > .row > div:first-child {
    max-width: 280px;
    flex: 0 0 280px;
}

.setting-menu > .container > .row > div:last-child {
    max-width: calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
}

.menu-vertical {
    background: var(--color-hightlight);
}

.menu-vertical > .menu-container .btn-menu-mobile {
    display: block;
    color: var(--white);
    margin: 0 10px;
    line-height: 60px;
}

.menu-vertical > .menu-container .menu-section {
    width: 100%;
}

.menu-vertical > .menu-container .menu-section ul li.has-child {
    width: 100%;
}

.menu-vertical .menu-section > ul > li > a {
    height: auto;
    color: #fff !important;
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;

    padding: 0 10px;
    text-transform: uppercase;
}

.menu-vertical .menu-section > ul > li > .entry-menu {
    width: calc(100% - 20px);
    left: 10px;
    padding: 0;
    min-width: auto;
}

.menu-vertical .menu-section > ul > li > ul > li {
    border-bottom: 1px solid var(--light);
}

.menu-vertical .menu-section > ul > li > .entry-menu li:last-child {
    border: 0;
}

body.home .menu-vertical .menu-section > ul > li > .entry-menu {
        opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    max-height: 353px;
    overflow: hidden;
    overflow-y: scroll;
}
.menu-vertical .menu-section > ul > li > .entry-menu {
    overflow: visible;
    border: 1px solid var(--light);
}
.menu-vertical .menu-section > ul > li > .entry-menu li > a {
    font-size: 15px;
    padding: 9px 8px;
}
.menu-vertical .menu-section .entry-menu.dropdown ul {
    min-width: 100%;
    left: 100%;
    display: none;
    overflow: hidden;
    padding: 0;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li {
    position: initial;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > a {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul {
    height: 100%;
    width: calc(100% * 2);
    margin-top: 0px;
    display: none;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li {
    float: left;
    width: 50% !important;
    border: 0 !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li > ul {
    position: relative !important;
    left: 0 !important;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    display: block !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li > a {
    color: var(--color-text);
    padding: 9px 15px;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li > ul > li > a.menu-link {
    padding: 2px 15px;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li > a .child-indicator {
    display: none;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul {
    max-width: 1000px;
    left: 100%;
    width: calc(300% + 237px);
    border: 2px solid var(--light);
    padding: 10px;
    display: none !important;
}

.menu-vertical .menu-section > ul > li > .entry-menu > li > ul > li {
    width: 25% !important;
}
.menu-vertical .menu-section > ul > li > .entry-menu li > a > img {
    height: 24px;
    position: relative;
    padding-right: 5px;
}
.menu-vertical .menu-section .child-indicator {
    font-size: 10px;
    right: 5px;
}

.show-countdown li {
    float: left;
    list-style: none;
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 56px;
    height: 60px;
    position: relative;
}
.show-countdown li:before {
    content: ":";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: white;
}
.show-countdown li:last-child:before {
    opacity: 0;
}
.show-countdown li > div {
    position: relative;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 26px;
    color: var(--color-main);
    line-height: 35px;
}
.show-countdown li > div:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--color-main);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flash-sale {
    background-image: linear-gradient(to right, #014ac7, #00a2ff);
}
.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.rounded-10 {
    border-radius: 10px;
}
.rounded-12 {
    border-radius: 12px;
}

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

.p-3 {
    padding: 3px;
}
.product-item .inner-content .product-title {
    min-height: 42px;
    line-height: 20px;
    height: 42px;
    overflow: hidden;
}
.tiet-kiem {
    height: 24px;
    line-height: 25px;
}
.icon-title img {
    width: 38px;
}

.slider-main > .container > .row > div:nth-child(1) {
    max-width: 280px;
    flex: 0 0 280px;
}
.slider-main > .container > .row > div:nth-child(2) {
    max-width: calc(75% - 280px);
    flex: 0 0 calc(75% - 280px);
    padding: 0;
}
.item-banner-promotion img {
    height: 168px;
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    object-fit: cover;
}

.custom-slider .custom-slider .slick-slide {
    display: block !important;
}

.slick-next,
.slick-prev {
    top: 50%;
    transform: translateY(-50%);
}

.custom-slider .slick-list {
    padding: 0 !important;
}

.slide-title {
    background: white;
}

.title-slide {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    margin: 9px 14px;
    text-align: center;
}

.slide-title .slick-list .slick-slide {
    text-align: center;
    position: relative;
    border-top: 3px solid transparent;
    cursor: pointer;
}

.slide-title .slick-list .slick-slide.slick-current {
    border-color: var(--blue);
}
.bg-red {
    background-color: #a90302;
}

.product-tab.nav {
    justify-content: space-between;
    justify-content: center;
}

.product-tab.nav .nav-item .nav-link.active,
.product-tab.nav .nav-item:hover .nav-link {
    background: var(--blue);
    color: white;
}

.product-tab.nav .nav-item:nth-child(n) .nav-link.active::before,
.product-tab.nav .nav-item :last-child .nav-link::before {
    width: 0px;
}
.slide-product .product-item {
    height: auto;
}

.text-a {
    color: var(--text-a);
}
.slide-product .slick-track {
    display: flex;
}
.onsale {
    background-color: var(--text-a);
    font-size: 12px;
    border-radius: 4px;
    height: 20px;
    width: 40px;
    line-height: 20px;
}

.bg-blue {
    background: var(--blue);
}
.btn-more-ab {
    position: absolute;
    right: 0;
}

.sp-cao-cap {
    border-radius: 10px 10px 0 0;
}

.sp-cao-cap .title-section {
    color: white;
}
.slick-slider:hover .slick-next {
    right: 0;
}

.slick-slider:hover .slick-prev {
    left: 0;
}

.view-list .article-item .article-title {
    font-weight: normal;
    font-size: 13px !important;
    line-height: 17px;
}

.view-list .article-item .inner-content {
    padding: 10px !important;
    max-height: 50px;
}

.hover-image .inner-image img {
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 991px) {
    .hover-image:hover .inner-image img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

.social a img {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
}

@media (min-width: 1080px) {
    .list-product-cat > .row > div {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.entire-infor address p {
    margin-bottom: 5px;
}

.toolbar-section .toolbar-item a .items-number {
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 25px;
    background-color: var(--color-hightlight);
    color: var(--white);
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
    padding: 0;
    min-width: auto;
    border: none;
}
.mypage-alo-phone {
    position: fixed;
    left: 0px;
    bottom: 70px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: var(--color-hightlight);
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: var(--color-hightlight);
    opacity: 0.55 !important;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: var(--color-hightlight);
    opacity: 0.5;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.slide-menu .slick-list {
    margin: 0;
}
.slide-menu .slick-list .slick-slide {
    margin: 0;
}
.slide-menu img {
    max-height: 382px;
    width: 100%;
    object-fit: cover;
}
.box-intro .bg-intro {
    background-repeat: no-repeat;
    top: 50%;
    position: absolute;
    right: 0;
    width: 64px;
    height: 294px;
    transform: translateY(-50%);
}

.box-intro .image-intro {
    position: absolute;
    right: 30px;
    width: 100%;
    top: 50%;
    height: 340px;
    transform: translateY(-50%);
}
.image-intro img {
    min-height: 340px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-intro {
    background: #eeeeee;
    border-radius: 20px;
}

.box-intro .inner-content {
    padding: 50px 75px 30px 50px;
}
.box-intro .ratio-4-3 {
    padding-top: 68%;
}
.ytp-button {
    position: absolute;
    left: 0;
    top: 50%;
    width: 68px;
    -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.article-item:hover .ytp-button .ytp-large-play-button-bg {
    -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: var(--red);
    fill-opacity: 1;
}
.content-video .inner-content {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 0 20px 5px;
    z-index: 2;
}

.content-video .article-title a {
    color: white;
}
.content-video .inner-image a:before {
    content: "";
    background-color: var(--black);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    opacity: 0.5;
}
.slider-doitac img {
    max-height: 55px;
}
.slogan-text {
    max-width: 665px;
    margin: 0 auto;
}
footer {
    background: #eeeeee;
}
#popup-promotion .modal-content {
    background: none;
}
#popup-promotion .close {
    text-shadow: none;
    position: absolute;
    right: 25px;
    top: 25px;
    background: none;
    opacity: 1;
    z-index: 99999;
}
#popup-promotion .modal-content {
    background: none;
}
#popup-promotion .close i {
    width: 20px;
    height: 20px;

    border-radius: 50%;
    line-height: 21px;
    background: var(--color-text);
    color: white;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

#popup-promotion .modal-dialog {
    top: 30%;
    transform: translateY(-30%);
}
.bg-copyright {
    background: #5a5a5a;
}
.bg-product-status {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 77px;
    height: 33px;
    position: absolute;
    color: white;
    padding: 0 5px;
    line-height: 26px;
}
.product-status-right {
    position: absolute;
    top: 12px;
    right: -5px;
    z-index: 11;
    pointer-events: none;
}
.product-status-right .bg-product-status {
    right: 0;
    left: inherit;
}
.album-intro img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
    border: 3px solid white;
}
.address-custommer {
    color: var(--gray);
}
.rounded-7 {
    border-radius: 7px !important;
}
#modal-het-hang .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

#modal-het-hang .modal-dialog .modal-content {
    border-radius: 7px;
}
#modal-het-hang .close i {
    border-radius: 50%;
    color: var(--gray);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    text-align: center;
    font-size: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.icon-hethang {
    font-size: 84px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--color-hightlight);
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid;
    margin: 25px 0;
}
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 10px 0px;
    -moz-box-shadow: 0px 1px 10px 0px;
    box-shadow: 0px 1px 10px 0px #999;
    -moz-animation: slideInDown 0.6s ease;
    -webkit-animation: slideInDown 0.6s ease;
    animation: slideInDown 0.6s ease;
    background: var(--color-main);
}
@media (min-width: 1200px) {
    .article-content iframe {
        height: 17vw;
    }
    
    @-webkit-keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }

        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
body.home .fixed .menu-vertical .menu-section > ul > li > .entry-menu {
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}
.bg-color-text {
    background: var(--color-text);
}
.box-location {
    height: 36px;
    line-height: 36px;
background: #cdcdcd;}
.icon-hotline-top {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    margin: 2px;
}

.hotline-top {
    border: 2px solid var(--color-hightlight);
}
.slick-next:before,
.slick-prev:before {
    font-size: 18px !important;
}

.product-item .btn-product-action {
    height: 36px;
    line-height: 36px;
}
.content-video .ratio-3-2 {
    padding-top: 62%;
}
.border-black {
    border-color: var(--black) !important;
}
.title-right .title-section {
    font-size: 16px;
}
.tu-van {
    border: 1px solid var(--color-main);
}

.title-tuvan {
    border-radius: 8px 8px 0 0;
    height: 45px;
    line-height: 45px;
}
.tuvan-top img {
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}
.dichvu-item img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}
.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-hightlight);
}
:not(.slick-vertical).slider-thumbs .slick-next,
:not(.slick-vertical).slider-thumbs .slick-prev {
    background-color: rgba(255, 255, 255, 0.75);
    color: var(--color-main);
    height: 21px !important;
    width: 21px !important;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 1;
    filter: opacity(1);
}

.slider-thumbs .slick-next:before,
.slider-thumbs .slick-prev:before {
    font-size: 12px !important;
    color: var(--color-text);
    opacity: 1;
}

:not(.slick-vertical).slider-thumbs .slick-next.slick-arrow {
    right: -11px !important;
}

:not(.slick-vertical).slider-thumbs .slick-prev.slick-arrow {
    left: -11px !important;
}
.product-detail-head .social-share .facebook-icon {
    border: 1px solid var(--color-main);
    border-radius: 50px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    position: relative;
}

.product-detail-head .social-share .image-facebook {
    background: var(--color-main);
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    top: -7px;
    left: -7px;
}

.product-detail-head .social-share .image-facebook img {
    width: 12px;
    height: 21px;
    object-fit: scale-down;
}
.discount-detail {
    background: #cb0017;
    color: white;
    border-radius: 3px;
    padding: 1px 5px;
margin-left: 10px;}
p {
    margin-bottom: 10px;
}
.rounded-5 {
    border-radius: 5px !important;
}

#product-information {
    font-size: 15px;
    margin: 20px 0;
}
#product-information {
    display: block;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
    max-height: 1500px;
}
.copy__inner {
    overflow: hidden;
}

.copy__gradient {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 98%);
    bottom: 0;
    height: 350px;
    left: 0;
    position: absolute;
    transition: bottom 1s ease;
    width: 100%;
    z-index: 10;
}
.reveal .copy__gradient {
    bottom: -150px;
    transition: bottom 2s ease;
    opacity: 0;
}

.more-less {
    color: var(--color-main);
    cursor: pointer;

    position: relative;
    z-index: 50;
    display: inline-block;
    padding: 4px 60px;
    border-radius: 5px;

    border: 1px solid var(--color-main);
    font-size: 16px;
}
.more-less:hover {
    color: #fff;
    background: var(--color-main);
}

.reveal + .more-less:after {
    border-top: none;
    border-bottom: 6px solid black;
}
.comment-section .list-comment:empty {
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
}
.comment-section .list-comment:empty + .total-comment {
    display: none;
}
.title-binh-luan {
    border-bottom: 1px dashed #d2d2d2;
}
.list-comment.p-15 {
    background: white;
    border-radius: 0 0 5px 5px;
    border: none;
    margin: 0;
}

.total-comment {
}
.breadcrumb-article > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-article .categories-section {
    margin: 0;
    display: flex;
}

.category-article .categories-section li {
    padding-left: 50px;
    margin-bottom: 0;
}

.category-article .categories-section a {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 0;
    height: 54px;
    line-height: 54px;
}

.category-article .categories-section a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--color-hightlight);
    bottom: 0;
    opacity: 0;
}
.category-article .categories-section a.active:before {
    opacity: 1;
}
.article-right .article-description {
    display: none;
}

.article-slide .inner-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: white;
    padding: 30px;
}
.article-slide .inner-image a:before {
    content: "";
    background-image: linear-gradient(rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0.9), black);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    z-index: 1;
    opacity: 0.5;
}

.article-slide.article-item .article-title a {
    color: white;
}
.article-right .article-item .article-title {
    margin: 0;
}
.article-right .article-slide .inner-content {
    padding: 15px;
}
.article-slide .ratio-8-5 {
    /*padding-top: 55%;*/
}

.article-right .article-slide .ratio-8-5 {
    padding-top: 61.7%;
}
.article-entry-info .post-date {
    text-decoration: underline;
}
.tin-khuyen-mai .title-section {
    color: var(--color-text);
    font-size: 16px;
}
.border-color-main {
    border-color: var(--color-main) !important;
}
.remove-cart a {
    color: #23b6e0;
}
.bg-main-1 {
    background: #4aa8ff !important;
}
.color-text {
    color: var(--color-text) !important;
}
#order-info-right {
    margin-top: 37px;
}
.table-info-right td {
    border: none;
    padding: 0;
}
.position-absolute {
    width: 24px;
    height: 24px;
    line-height: 24px;
    right: -10px;
    top: -10px;
    border: 1px solid white;
}
.product-order-info-right-bottom {
    border-radius: 5px 5px 0 0 !important;
}

.checkout-payment {
    border-radius: 0 0 5px 5px;
}
.note-order-review {
    background: rgb(20 129 230 / 10%);
}

.article-description {
    font-size: 14px !important;
}
.decoration-underline {
    text-decoration: underline;
}
.item-only-title p {
    margin: 0;
}
.social-right-default {
    position: fixed;
    bottom: 100px;
    right: 20px;
    text-decoration: 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;
}

#return-to-top {
    text-decoration: 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;
}
#return-to-top i {
    color: #ff6a00;
    margin: 0;
    position: relative;
    font-size: 22px;
    -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: 45px;
    background: rgb(255 179 0 / 38%);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
#return-to-top:hover {
    background: var(--color-hightlight);
}

@media (min-width: 992px) {
    .col-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .sp-cao-cap .text-a {
        color: white;
    }
    article.article-detail iframe {
        height: 33vw;
    }
    .order-section .product-order-cart > table.table.table-info-right tbody > tr {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        padding-right: 20px;
    }
    
    .order-section .product-order-cart table.table.table-info-right > tbody {
        display: flex;
        flex-wrap: wrap;
    }
    .order-section .product-order-cart > table.table.table-info-right tbody > tr > td:nth-child(1) {
        width: 70%;
    }
    .order-section .product-order-cart > table.table.table-info-right tbody > tr > td:nth-child(2) {
        width: 30%;
    }
    .order-section .product-order-cart > table.table.table-info-right tbody > tr:nth-child(n+2) {padding: 0;}
}
@media (max-width: 992px) {
    .form-search {
        width: 100%;
    }
    .form-search .input-group input {
        border: none;
    }

    .form-search .input-group .input-group-append button.btn.btn-submit {
        background: none;
        color: var(--color-main);
    }

    .title-tab .product-tab.nav {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }
    .title-tab .product-tab.nav li {
        display: inline-block;
        margin-bottom: 10px;
    }
    /*CSS BY HIEUTX*/
    .flash-sale .icon-title img {
        width: 20px;
    }

    div#show-countdown > li > div {
        font-size: 14px;
        line-height: 23px;
    }

    div#show-countdown > li {
        margin-left: 10px;
        width: 35px;
        height: 38px;
        font-size: 8px;
    }
    .section-flash-sale-mb {
        background-image: linear-gradient(to right, #014ac7, #00a2ff);
    }
    .show-countdown li:before {
        right: -8px;
    }
    .flash-sale {
        background: none;
    }

    .slick-slide {
        margin-left: 5px;
        margin-right: 5px;
    }

    .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .product-item .inner-content {
        padding: 5px;
    }

    .product-scoll .section-product-scoll > .row {
        width: 1000px;
        max-width: unset;
        position: relative;
    }

    .product-scoll .section-product-scoll {
        overflow-x: auto;
    }

    .product-scoll .section-product-scoll > .row > [class^="col-"] {
        flex: 0 0 200px;
        max-width: 200px;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .product-scoll .section-product-scoll::-webkit-scrollbar {
        display: none;
    }

    .album-intro img {
        border-radius: 10px;
    }

    .box-intro .inner-content a {
        justify-content: center;
    }
    .content-video .inner-content {
        position: initial;
        padding: 0;
        color: var(--black);
        padding-top: 15px;
    }

    .content-video .inner-content .article-title a {
        color: var(--color-black);
    }

    .social-right-default {
        bottom: 15px;
        right: 5px;
        z-index: 1111;
    }
    .article-title-detail {
        font-size: 20px;
    }   
    .article-content iframe {
        height: 45vw;
    }
    article.article-detail iframe {
        height: 45vw;
    }
    
    /*CSS BY HIEUTX*/
}
@media (max-width: 767px) {
    .footer-right > div {
        height: auto;
        padding: 10px 0;
    }
    .icon_menu_tab .link_show,
    .sort-right .dropdown span.orderby-title {
        width: 140px;
    }
    .lien-he > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*CSS BY HIEUTX*/
    .banner-newest-lookbooks img {
        height: 33vw;
        object-fit: cover;
    }
    .title-section {
        font-size: 20px;
    }
    .section-introduce-mb {
        background: #eeeeee;
    }
    .box-intro .article-item > .row > div:nth-child(1) {
        order: 1;
    }
    .box-intro .inner-content {
        padding: 15px 0;
    }
    .image-intro img {
        min-height: auto;
        height: 51vw;
    }
    .box-intro .image-intro {
        position: initial;
        transform: initial;
        height: auto;
    }
    .breadcrumb-article > .container > .row > div {
        flex-direction: column;
        align-items: flex-start;
    }
    .category-article .categories-section li {
        padding-left: 0;
        flex: auto;
    }

    .category-article .categories-section a {
        font-size: 14px;
        text-align: center;
    }
    .menu-category-article {
        width: 100%;
        border-top: 1px solid #ddd;
    }
    .article-slide .inner-content {
        padding: 0 15px;
    }
    .article-content iframe {
        height: 50vw !important;
    }
    article.article-detail iframe {
        height: 49vw;
    }
    #order-info-right {
        margin-top: 5px;
    }
    /*CSS BY HIEUTX*/
}

/* Header search and language block - Figma node 128:1987 */
header {
    position: relative;
    z-index: 30;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .08);
}

[nh-row="dawuenz"] > .container > .row {
    min-height: 88px;
    align-items: center;
}

[nh-row="dawuenz"] [nh-block="hysxug5"] .logo-section img {
    width: 251px;
    height: 61px;
    object-fit: contain;
    object-position: left center;
}

[nh-row="dawuenz"] [nh-block="ap149zd"] .menu-section > ul {
    min-height: 88px;
    align-items: stretch;
    justify-content: flex-end;
    gap: 16px;
}

[nh-row="dawuenz"] [nh-block="ap149zd"] .menu-section > ul > li {
    display: flex;
    align-items: stretch;
    margin-right: 0;
}

[nh-row="dawuenz"] [nh-block="ap149zd"] .menu-section > ul > li > a {
    display: flex;
    align-items: center;
    height: 88px;
    padding: 8px;
    color: #1d1d1f;
    border-bottom: 4px solid transparent;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
}

[nh-row="dawuenz"] [nh-block="ap149zd"] .menu-section > ul > li > a:hover,
[nh-row="dawuenz"] [nh-block="ap149zd"] .menu-section > ul > li > a.active {
    color: #ff7318 !important;
    border-bottom-color: #ff7318;
}

.header-search-language-block {
    position: relative;
}

.header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.header-tools button {
    font-family: inherit;
}

.header-tools__search {
    position: relative;
}

.header-tools__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    background: #f5f5f7;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.header-tools__button:hover,
.header-tools__button:focus,
.header-tools__search.is-open .header-tools__button {
    background: #ededf0;
    box-shadow: 0 0 0 3px rgba(255, 115, 24, .12);
    outline: 0;
}

.header-tools__button img {
    display: block;
    width: 25px;
    height: 24px;
}

.header-tools__search-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 40;
    width: 380px;
    padding: 12px;
    background: #fff;
    border: 1px solid #ededf0;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.header-tools__search.is-open .header-tools__search-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-tools__search-panel form {
    position: relative;
}

.header-tools__search-panel .form-control {
    width: 100%;
    height: 48px;
    padding: 10px 50px 10px 16px;
    color: #1d1d1f;
    background: #f5f5f7;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    font-size: 15px;
}

.header-tools__search-panel .form-control:focus {
    background: #fff;
    border-color: #ff7318;
}

.header-tools__search-panel button[nh-btn-submit] {
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

.header-tools__languages {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 16px;
    background: #f5f5f7;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

.header-tools__language {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 0;
    color: #1d1d1f;
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
}

button.header-tools__language {
    cursor: pointer;
}

button.header-tools__language:hover,
button.header-tools__language:focus {
    color: #ff7318;
    outline: 0;
}

.header-tools__language img {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    object-fit: cover;
    border-radius: 4px;
}

.header-tools__language-divider {
    display: block;
    width: 1px;
    height: 25px;
    margin: 0 8px;
    background: #d7d7da;
}

@media (max-width: 1279.98px) and (min-width: 992px) {
    [nh-row="dawuenz"] [nh-block="ap149zd"] .menu-section > ul {
        gap: 4px;
    }

    [nh-row="dawuenz"] [nh-block="ap149zd"] .menu-section > ul > li > a {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 15px;
    }

    .header-tools__languages {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* The mobile layout has the logo, existing menu and tools as three independent blocks. */
[nh-row="h6zwd0o"] {
    padding: 0 !important;
    background: #fff !important;
}

[nh-row="h6zwd0o"] > .container > .row {
    min-height: 64px;
    align-items: center;
}

[nh-row="h6zwd0o"] > .container > .row > .col-12 {
    display: flex;
    align-items: center;
    width: 100%;
}

[nh-row="h6zwd0o"] [nh-block="hysxug5"] {
    order: 1;
    margin-right: auto;
}

[nh-row="h6zwd0o"] [nh-block="ap149zd"] {
    order: 2;
    margin-left: 8px;
}

[nh-row="h6zwd0o"] [nh-block="hdsrch01"] {
    order: 3;
    margin-left: 8px;
}

[nh-row="h6zwd0o"] [nh-block="hysxug5"] .logo-section img {
    width: 168px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
}

[nh-row="h6zwd0o"] .btn-menu-mobile,
[nh-row="h6zwd0o"] .header-tools__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #1d1d1f;
    background: #f5f5f7;
    border-radius: 8px;
    font-size: 24px;
}

[nh-row="h6zwd0o"] .header-tools__languages {
    min-height: 42px;
    padding: 9px 10px;
}

[nh-row="h6zwd0o"] .header-tools__language span {
    display: none;
}

[nh-row="h6zwd0o"] .header-tools__language-divider {
    height: 22px;
    margin-right: 6px;
    margin-left: 6px;
}

[nh-row="h6zwd0o"] .header-tools__search-panel {
    position: fixed;
    top: 72px;
    right: 10px;
    width: min(380px, calc(100vw - 20px));
}

@media (max-width: 575.98px) {
    [nh-row="h6zwd0o"] [nh-block="hysxug5"] .logo-section img {
        width: 140px;
        height: 36px;
    }

    [nh-row="h6zwd0o"] [nh-block="ap149zd"],
    [nh-row="h6zwd0o"] [nh-block="hdsrch01"] {
        margin-left: 6px;
    }

    [nh-row="h6zwd0o"] .header-tools {
        gap: 6px;
    }
}

@media (max-width: 374.98px) {
    [nh-row="h6zwd0o"] [nh-block="hysxug5"] .logo-section img {
        width: 116px;
    }

    [nh-row="h6zwd0o"] .header-tools__languages {
        display: none;
    }
}
/*CSS BY HIEUTX*/

/* Homepage: company introduction */
.home-about {
    position: relative;
    padding: 48px 0;
    overflow: hidden;
    background: #FFF6F0;
}

.home-about__wave {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 190px;
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-size: 100% auto;
    pointer-events: none;
}

.home-about__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 646px) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
}

.home-about__visual {
    position: relative;
    min-height: 467px;
    padding: 0 22px 80px 0;
}

.home-about__image {
    display: block;
    width: 100%;
    height: 387px;
    border-radius: 8px;
    object-fit: cover;
}

.home-about__experience {
    position: absolute;
    bottom: 0;
    left: 56px;
    display: flex;
    width: 274px;
    min-height: 126px;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    border-radius: 8px;
    background: #d04300;
    color: #fff;
    box-shadow: 0 12px 28px rgba(118, 45, 10, .18);
}

.home-about__experience strong {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.home-about__experience span {
    max-width: 118px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.home-about__content {
    min-width: 0;
}

.home-about__intro {
    margin-bottom: 28px;
    border-left: 4px solid #ff4c00;
    padding-left: 24px;
}

.home-about__heading {
    margin: 0 0 20px;
    color: #222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
}

.home-about__description {
    color: #555;
    font-size: 16px;
    line-height: 1.65;
}

.home-about__description p {
    margin: 0 0 12px;
}

.home-about__description p:last-child {
    margin-bottom: 0;
}

.home-about__benefits {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.home-about__benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.home-about__benefits img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.home-about__cta {
    display: inline-flex;
    min-width: 142px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 6px;
    padding: 12px 22px;
    background: #ff4c00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: background-color .2s ease, transform .2s ease;
}

.home-about__cta svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.home-about__cta:hover {
    background: #d94000;
    color: #fff;
    transform: translateY(-2px);
}

/* Homepage: company activity gallery */
.home-activity {
    padding: 48px 0;
    background: #FFE6D5;
}

.home-activity__heading {
    margin: 0 0 32px;
    color: #222;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.home-activity__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.home-activity__small-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.home-activity__item {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #ddd;
    color: #fff;
}

.home-activity__item--featured {
    height: 662px;
}

.home-activity__item--small {
    min-height: 0;
}

.home-activity__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-activity__logo {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    width: auto;
    height: 34px;
    object-fit: contain;
}

.home-activity__overlay {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 42%;
    align-items: flex-end;
    padding: 28px 26px 22px;
    background: linear-gradient(180deg, rgba(255, 76, 0, 0) 0%, rgba(255, 76, 0, .94) 100%);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .28s ease, transform .28s ease;
}

.home-activity__overlay strong {
    display: block;
    max-width: 360px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.home-activity__item:hover,
.home-activity__item:focus {
    color: #fff;
}

.home-activity__item:hover .home-activity__image,
.home-activity__item:focus .home-activity__image {
    transform: scale(1.035);
}

.home-activity__item:hover .home-activity__overlay,
.home-activity__item:focus .home-activity__overlay {
    opacity: 1;
    transform: translateY(0);
}

/* Homepage: partner logos */
.home-partners {
    padding: 32px 0;
    overflow: hidden;
    background: #fff;
}

.home-partners__slider {
    margin: 0 -12px;
}

.home-partners__slider .slick-slide {
    padding: 0 12px;
}

.home-partners__link {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.home-partners__logo {
    display: block;
    width: 100%;
    max-width: 174px;
    height: 60px;
    object-fit: contain;
    transition: opacity .2s ease, transform .2s ease;
}

.home-partners__link:hover .home-partners__logo {
    opacity: .82;
    transform: translateY(-2px);
}

@media (min-width: 1280px) {
    .home-about > .container,
    .home-activity > .container {
        max-width: 1440px;
    }

    .home-partners > .container {
        max-width: 1600px;
    }
}

@media (max-width: 1199.98px) {
    .home-about__inner {
        grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
        gap: 34px;
    }

    .home-about__visual {
        min-height: 405px;
        padding-bottom: 72px;
    }

    .home-about__image {
        height: 333px;
    }

    .home-about__experience {
        left: 30px;
        width: 244px;
        min-height: 112px;
        padding: 18px 22px;
    }

    .home-about__experience strong {
        font-size: 36px;
    }

    .home-about__heading,
    .home-activity__heading {
        font-size: 28px;
    }

    .home-activity__item--featured {
        height: 540px;
    }
}

@media (max-width: 991.98px) {
    .home-about {
        padding: 40px 0;
    }

    .home-about__inner {
        grid-template-columns: 1fr;
    }

    .home-about__visual {
        width: 100%;
        max-width: 646px;
        margin: 0 auto;
    }

    .home-activity__layout {
        grid-template-columns: 1fr;
    }

    .home-activity__item--featured {
        grid-row: 1;
        height: 540px;
    }

    .home-activity__small-grid {
        grid-row: 2;
    }

    .home-activity__item--small {
        aspect-ratio: 1.08 / 1;
    }
}

@media (max-width: 767.98px) {
    .home-about,
    .home-activity {
        padding: 32px 0;
    }

    .home-about__inner {
        gap: 28px;
    }

    .home-about__visual {
        min-height: 0;
        padding: 0 0 62px;
    }

    .home-about__image {
        height: auto;
        min-height: 250px;
        aspect-ratio: 624 / 387;
    }

    .home-about__experience {
        bottom: 0;
        left: 18px;
        width: 220px;
        min-height: 96px;
        gap: 14px;
        padding: 16px 18px;
    }

    .home-about__experience strong {
        font-size: 32px;
    }

    .home-about__experience span,
    .home-about__description,
    .home-about__benefits li,
    .home-about__cta {
        font-size: 14px;
    }

    .home-about__intro {
        margin-bottom: 22px;
        padding-left: 16px;
    }

    .home-about__heading,
    .home-activity__heading {
        font-size: 23px;
    }

    .home-about__heading {
        margin-bottom: 14px;
    }

    .home-about__benefits {
        margin-bottom: 24px;
    }

    .home-activity__heading {
        margin-bottom: 22px;
    }

    .home-activity__layout,
    .home-activity__small-grid {
        gap: 12px;
    }

    .home-activity__item--featured {
        height: auto;
        min-height: 420px;
        aspect-ratio: 1 / 1;
    }

    .home-activity__logo {
        top: 8px;
        left: 8px;
        height: 25px;
    }

    .home-activity__overlay {
        min-height: 46%;
        padding: 22px 16px 14px;
    }

    .home-activity__overlay strong {
        font-size: 15px;
    }

    .home-partners {
        padding: 24px 0;
    }

    .home-partners__slider {
        margin: 0 -8px;
    }

    .home-partners__slider .slick-slide {
        padding: 0 8px;
    }
}

@media (hover: none), (pointer: coarse) {
    .home-activity__overlay {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 479.98px) {
    .home-about__wave {
        height: 120px;
        background-size: auto 100%;
    }

    .home-about__heading,
    .home-activity__heading {
        font-size: 21px;
    }

    .home-activity__small-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .home-activity__item--small {
        aspect-ratio: 342 / 260;
    }

    .home-activity__item--featured {
        min-height: 360px;
    }
}

/* Home hero and trust highlights - Figma nodes 14:2980, 13:956 */
.home-hero {
    position: relative;
    background: #170700;
    color: #fff;
    overflow: hidden;
}

.home-hero__slide {
    position: relative;
    min-height: 700px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(84.5deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .76) 30%, rgba(0, 0, 0, .66) 48%, rgba(0, 0, 0, 0) 76%),
        rgba(23, 7, 0, .1);
    pointer-events: none;
}

.home-hero__container {
    position: relative;
    z-index: 2;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.home-hero__content {
    width: min(710px, 100%);
}

.home-hero__title {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(42px, 3.35vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.home-hero__title .home-hero__accent {
    color: #ff4d00;
}

.home-hero__description {
    max-width: 700px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.home-hero__description p {
    margin: 0;
}

.home-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    margin-top: 20px;
}

.home-hero__stat {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    white-space: nowrap;
}

.home-hero__stat svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    fill: none;
    stroke: #ff4d00;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero__scroll {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 79px;
    width: 32px;
    height: 32px;
    transform: translateX(-50%);
    color: #fff;
}

.home-hero__scroll svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero__link {
    position: absolute;
    z-index: 1;
    inset: 0;
}

.home-hero__content {
    position: relative;
    z-index: 3;
}

.home-highlight {
    position: relative;
    z-index: 5;
    margin-top: -70px;
    padding-bottom: 16px;
}

.home-highlight__card {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    padding: 24px 32px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8ed;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.home-highlight__item {
    min-width: 0;
    min-height: 106px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 24px;
    border-left: 1px solid #e8e8ed;
}

.home-highlight__item:first-child {
    padding-left: 8px;
    border-left: 0;
}

.home-highlight__item:last-child {
    padding-right: 8px;
}

.home-highlight__icon {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}

.home-highlight__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-highlight__content {
    min-width: 0;
}

.home-highlight__title {
    margin: 0 0 8px;
    color: #1d1d1f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.home-highlight__title a {
    color: inherit;
}

.home-highlight__description {
    overflow: hidden;
    color: #64748b;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 1600px) {
    .home-hero__container {
        max-width: 1440px;
        padding-right: 0;
        padding-left: 0;
    }

    .home-highlight > .container {
        width: calc(100% - 320px);
        max-width: 1600px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .home-hero__slide,
    .home-hero__container {
        min-height: 620px;
    }

    .home-hero__content {
        width: min(650px, 75%);
    }

    .home-highlight {
        margin-top: -56px;
    }

    .home-highlight__card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 16px 24px;
    }

    .home-highlight__item,
    .home-highlight__item:first-child,
    .home-highlight__item:last-child {
        padding: 16px;
        border-left: 0;
    }

    .home-highlight__item:nth-child(even) {
        border-left: 1px solid #e8e8ed;
    }

    .home-highlight__item:nth-child(n + 3) {
        border-top: 1px solid #e8e8ed;
    }
}

@media (max-width: 767.98px) {
    .home-hero__slide,
    .home-hero__container {
        min-height: 560px;
    }

    .home-hero__slide {
        background-position: 64% center;
    }

    .home-hero__shade {
        background: linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .65) 65%, rgba(0, 0, 0, .32) 100%);
    }

    .home-hero__content {
        width: 100%;
        padding-bottom: 45px;
    }

    .home-hero__title {
        margin-bottom: 16px;
        font-size: clamp(34px, 10vw, 48px);
    }

    .home-hero__description {
        max-width: 90%;
        font-size: 18px;
    }

    .home-hero__stats {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-top: 18px;
    }

    .home-hero__stat {
        font-size: 15px;
    }

    .home-hero__scroll {
        bottom: 42px;
    }

    .home-highlight {
        margin-top: -32px;
        padding-bottom: 8px;
    }

    .home-highlight__card {
        padding: 10px 12px;
    }

    .home-highlight__item,
    .home-highlight__item:first-child,
    .home-highlight__item:last-child {
        min-height: 108px;
        gap: 10px;
        padding: 12px 8px;
    }

    .home-highlight__icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .home-highlight__title {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .home-highlight__description {
        font-size: 13px;
        white-space: normal;
    }
}

@media (max-width: 479.98px) {
    .home-highlight__card {
        grid-template-columns: 1fr;
    }

    .home-highlight__item:nth-child(even) {
        border-left: 0;
    }

    .home-highlight__item:nth-child(n + 2) {
        border-top: 1px solid #e8e8ed;
    }

    .home-highlight__item,
    .home-highlight__item:first-child,
    .home-highlight__item:last-child {
        min-height: 88px;
        padding: 10px 8px;
    }

    .home-highlight__icon {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .home-highlight__title {
        font-size: 15px;
    }

    .home-highlight__description {
        font-size: 14px;
    }
}

/* Home product categories - Figma node 13:957 */
.home-category {
    padding: 56px 0;
    overflow: hidden;
    background: #fff;
}

.home-category__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.home-category__heading {
    margin: 0;
    color: #1d1d1f;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.home-category__view-all {
    flex: 0 0 auto;
    padding: 4px 16px;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.home-category__view-all:hover {
    color: #ff4d00;
}

.home-category__slider {
    margin: 0 -12px;
}

.home-category__slider .slick-list {
    overflow: visible;
}

.home-category__slider .slick-slide {
    padding: 0 12px;
}

.home-category__slide {
    min-width: 0;
}

.home-category__card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #171717;
    border: 2px solid transparent;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
    transition: border-color .25s ease, box-shadow .25s ease;
}

.home-category__card--empty {
    background:
        radial-gradient(circle at 85% 15%, rgba(255, 115, 24, .52), transparent 34%),
        linear-gradient(145deg, #4c1c08 0%, #171717 62%, #080808 100%);
}

.home-category__link {
    position: absolute;
    inset: 0;
    display: block;
    color: #fff;
}

.home-category__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-category__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 0) 100%);
}

.home-category__content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    transition: bottom .3s ease;
}

.home-category__icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
}

.home-category__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-category__name {
    min-width: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.home-category__cta {
    display: none;
}

.home-category__link:hover {
    color: #fff;
}

.home-category__link:hover .home-category__image {
    transform: scale(1.04);
}

@media (hover: hover) and (pointer: fine) {
    .home-category__card:hover,
    .home-category__card:focus-within {
        border-color: #ff7318;
        box-shadow: 0 25px 50px -12px rgba(255, 115, 24, .28);
    }

    .home-category__card:hover .home-category__content,
    .home-category__card:focus-within .home-category__content {
        bottom: 72px;
    }

    .home-category__cta {
        position: absolute;
        z-index: 3;
        right: 20px;
        bottom: 24px;
        left: 20px;
        display: flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #ff7318;
        border-radius: 8px;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.5;
        opacity: 0;
        transform: translateY(12px);
        transition: opacity .25s ease, transform .3s ease;
        pointer-events: none;
    }

    .home-category__card:hover .home-category__cta,
    .home-category__card:focus-within .home-category__cta {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-category__slider .slick-prev,
.home-category__slider .slick-next {
    width: 28px;
    height: 28px;
    opacity: 1;
    filter: none;
}

.home-category__slider .slick-prev {
    left: 25px !important;
}

.home-category__slider .slick-next {
    right: 25px !important;
}

.home-category__slider:hover .slick-prev {
    left: -44px;
}

.home-category__slider:hover .slick-next {
    right: -44px;
}

.home-category__slider .slick-prev::before,
.home-category__slider .slick-next::before {
    color: #171717;
    font-size: 28px;
    opacity: 1;
}

@media (min-width: 1600px) {
    .home-category > .container {
        max-width: 1440px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .home-category {
        padding: 48px 0;
    }

    .home-category__slider .slick-list {
        overflow: hidden;
    }

    .home-category__slider .slick-prev {
        left: 4px;
    }

    .home-category__slider .slick-next {
        right: 4px;
    }

    .home-category__slider:hover .slick-prev {
        left: 4px;
    }

    .home-category__slider:hover .slick-next {
        right: 4px;
    }
}

@media (max-width: 767.98px) {
    .home-category {
        padding: 36px 0;
    }

    .home-category__header {
        align-items: center;
        margin-bottom: 24px;
    }

    .home-category__heading {
        font-size: 24px;
    }

    .home-category__view-all {
        padding: 4px 0;
        font-size: 14px;
    }

    .home-category__content {
        gap: 12px;
        padding: 18px;
    }

    .home-category__icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .home-category__name {
        font-size: 19px;
    }
}

@media (max-width: 479.98px) {
    .home-category__heading {
        max-width: 180px;
        font-size: 21px;
        line-height: 1.15;
    }

    .home-category__content {
        padding: 16px;
    }

    .home-category__name {
        font-size: 18px;
    }
}

/* Parent category product sliders */

/* Home product combos - Figma node 53:2447 */
.home-combo {
    padding: 56px 0;
    background: #fff;
}

.home-combo__heading {
    margin: 0 0 32px;
    color: #1d1d1f;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.home-combo__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-combo__card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home-combo__visual {
    position: relative;
    height: 275px;
    overflow: hidden;
}

.home-combo__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-combo__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .4) 28%, rgba(0, 0, 0, 0) 62%);
}

.home-combo__products {
    position: absolute;
    z-index: 2;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.home-combo__product {
    width: 104px;
    height: 104px;
    flex: 0 0 104px;
    overflow: hidden;
    background: #f1f1f1;
    border: 4px solid #fff;
    border-radius: 50%;
}

.home-combo__product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-combo__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    transition: background-color .25s ease;
}

.home-combo__title {
    margin: 0;
    color: #171717;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.home-combo__description {
    height: 30px;
    overflow: hidden;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-combo__cta {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #ff7318;
    border: 1px solid #ff7318;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    transition: color .25s ease, background-color .25s ease;
}

.home-combo__cta:hover {
    color: #fff;
    background: #ff7318;
}

@media (hover: hover) and (pointer: fine) {
    .home-combo__card:hover,
    .home-combo__card:focus-within {
        background: #ffd7c0;
        box-shadow: 0 16px 30px rgba(255, 115, 24, .18);
        transform: translateY(-2px);
    }

    .home-combo__card:hover .home-combo__content,
    .home-combo__card:focus-within .home-combo__content {
        background: #ffd7c0;
    }

    .home-combo__card:hover .home-combo__background,
    .home-combo__card:focus-within .home-combo__background {
        transform: scale(1.025);
    }

    .home-combo__card:hover .home-combo__cta,
    .home-combo__card:focus-within .home-combo__cta {
        color: #fff;
        background: #ff7318;
    }
}

@media (min-width: 1600px) {
    .home-combo > .container {
        max-width: 1440px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .home-combo {
        padding: 48px 0;
    }

    .home-combo__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home-combo {
        padding: 36px 0;
    }

    .home-combo__heading {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.1;
    }

    .home-combo__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .home-combo__visual {
        height: 240px;
    }

    .home-combo__product {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    .home-combo__content {
        padding: 20px;
    }

    .home-combo__title {
        font-size: 21px;
    }

    .home-combo__description,
    .home-combo__cta {
        font-size: 15px;
    }
}

@media (max-width: 479.98px) {
    .home-combo__heading {
        font-size: 21px;
    }

    .home-combo__visual {
        height: 220px;
    }

    .home-combo__products {
        right: 10px;
        bottom: 12px;
        left: 10px;
        gap: 6px;
    }

    .home-combo__product {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }
}

/* Home product sliders - Figma node 13:961 */
.home-products-row {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fff8f5 0%, #f5f5f7 66%);
}

.home-products-row::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: url("https://cdn12462.cdn4s14.io.vn/media/file_thiet_ke/do-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    opacity: 1;
    pointer-events: none;
}

.home-products-row > .row {
    position: relative;
    z-index: 1;
}

.home-products {
    position: relative;
    padding: 48px 0 0;
}

.home-product-block + .home-product-block .home-products {
    padding-top: 36px;
    padding-bottom: 56px;
}

.home-products__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.home-products__heading {
    margin: 0;
    color: #1d1d1f;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.home-products__view-all {
    flex: 0 0 auto;
    padding: 4px 16px;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.home-products__view-all:hover {
    color: #ff4d00;
}

.home-products__slider {
    margin: 0 -12px;
}

.home-products__slider .slick-list {
    padding: 4px 0 20px;
}

.home-products__slider .slick-slide {
    height: auto;
    padding: 0 12px;
}

.home-products__slider .slick-track {
    display: flex;
}

.home-products__slider .slick-slide > div,
.home-products__slide {
    height: 100%;
}

.home-product-card {
    display: flex;
    height: 100%;
    min-height: 373px;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.home-product-card__image {
    position: relative;
    display: block;
    height: 234px;
    flex: 0 0 234px;
    overflow: hidden;
    background: #f5f5f7;
    border-radius: 4px;
}

.home-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-product-card:hover .home-product-card__image img {
    transform: scale(1.035);
}

.home-product-card__body {
    position: relative;
    display: flex;
    min-height: 99px;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.home-product-card__category {
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    padding: 2px 8px;
    color: #1d1d1f;
    background: #fff8f5;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product-card__category:hover {
    color: #ff4d00;
}

.home-product-card__name {
    display: -webkit-box;
    width: 100%;
    min-height: 42px;
    overflow: hidden;
    margin: 0;
    color: #1d1d1f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-product-card__name a {
    color: inherit;
}

.home-product-card__name a:hover {
    color: #ff4d00;
}

.home-product-card__meta {
    max-width: 100%;
    overflow: hidden;
    color: #64748b;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product-card__cta {
    display: none;
}

@media (hover: hover) and (pointer: fine) {
    .home-product-card__category,
    .home-product-card__meta {
        opacity: 1;
        transition: opacity .2s ease, visibility .2s ease;
    }

    .home-product-card__name {
        transition: transform .3s ease;
    }

    .home-product-card__cta {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 40px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: #fff;
        background: #ff7318;
        border-radius: 8px;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.5;
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
        transition: opacity .2s ease, transform .3s ease, visibility .2s ease;
        pointer-events: none;
    }

    .home-product-card:hover .home-product-card__category,
    .home-product-card:focus-within .home-product-card__category,
    .home-product-card:hover .home-product-card__meta,
    .home-product-card:focus-within .home-product-card__meta {
        opacity: 0;
        visibility: hidden;
    }

    .home-product-card:hover .home-product-card__category + .home-product-card__name,
    .home-product-card:focus-within .home-product-card__category + .home-product-card__name {
        transform: translateY(-23px);
    }

    .home-product-card:hover .home-product-card__cta,
    .home-product-card:focus-within .home-product-card__cta {
        color: #fff;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }
}

.home-products__slider .slick-prev,
.home-products__slider .slick-next {
    width: 28px;
    height: 28px;
    opacity: 1;
    filter: none;
}

.home-products__slider .slick-prev,
.home-products__slider:hover .slick-prev {
    left: -44px;
}

.home-products__slider .slick-next,
.home-products__slider:hover .slick-next {
    right: -44px;
}

.home-products__slider .slick-prev::before,
.home-products__slider .slick-next::before {
    color: #171717;
    font-size: 28px;
    opacity: 1;
}

@media (min-width: 1600px) {
    .home-products > .container {
        max-width: 1440px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .home-products {
        padding-top: 44px;
    }

    .home-product-block + .home-product-block .home-products {
        padding-top: 28px;
        padding-bottom: 48px;
    }

    .home-products__slider .slick-prev,
    .home-products__slider:hover .slick-prev {
        left: 4px;
    }

    .home-products__slider .slick-next,
    .home-products__slider:hover .slick-next {
        right: 4px;
    }
}

@media (max-width: 767.98px) {
    .home-products {
        padding-top: 36px;
    }

    .home-product-block + .home-product-block .home-products {
        padding-top: 24px;
        padding-bottom: 36px;
    }

    .home-products__header {
        align-items: center;
        margin-bottom: 24px;
    }

    .home-products__heading {
        font-size: 24px;
        line-height: 1.1;
    }

    .home-products__view-all {
        padding: 4px 0;
        font-size: 14px;
    }

    .home-products__slider {
        margin: 0 -6px;
    }

    .home-products__slider .slick-slide {
        padding: 0 6px;
    }

    .home-product-card {
        min-height: 326px;
        padding: 10px;
    }

    .home-product-card__image {
        height: 190px;
        flex-basis: 190px;
    }

    .home-product-card__category {
        font-size: 12px;
    }

    .home-product-card__name {
        min-height: 38px;
        font-size: 16px;
    }

    .home-product-card__meta {
        font-size: 14px;
    }
}

@media (max-width: 479.98px) {
    .home-products__heading {
        max-width: 190px;
        font-size: 21px;
    }

    .home-product-card__image {
        height: 230px;
        flex-basis: 230px;
    }
}
.parent-category-products {
    margin-bottom: 46px;
    overflow: hidden;
}

.parent-category-products__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 3px solid #ed1c24;
    margin-bottom: 28px;
    padding-bottom: 8px;
}

.parent-category-products__title {
    color: #050505;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.parent-category-products__all {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    color: #151525;
    font-size: 15px;
}

.parent-category-products__all:hover {
    color: #ed1c24;
}

.parent-category-products__all-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #101125;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.parent-category-products__swiper {
    overflow: hidden;
}

.parent-category-products__swiper .swiper-slide {
    height: auto;
}

.parent-category-product {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.parent-category-product__image {
    display: flex;
    width: 100%;
    height: 350px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    overflow: hidden;
    background: #fff;
}

.parent-category-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .25s ease;
}

.parent-category-product:hover .parent-category-product__image img {
    transform: scale(1.025);
}

.parent-category-product__name {
    display: -webkit-box;
    min-height: 44px;
    margin: 0 0 12px;
    overflow: hidden;
    color: #383845;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.parent-category-product__name a {
    color: inherit;
}

.parent-category-product__name a:hover {
    color: #ed1c24;
}

.parent-category-product__price {
    margin-top: auto;
    color: #ed1c24;
    font-size: 16px;
    line-height: 1.4;
}

.parent-category-product__price .currency-symbol {
    padding-left: 3px;
}

@media (max-width: 1199px) {
    .parent-category-products {
        margin-bottom: 38px;
    }

    .parent-category-products__title {
        font-size: 26px;
    }

    .parent-category-product__image {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .parent-category-products {
        margin-bottom: 30px;
    }

    .parent-category-products__header {
        gap: 12px;
        margin-bottom: 18px;
        border-bottom-width: 2px;
    }

    .parent-category-products__title {
        font-size: 21px;
    }

    .parent-category-products__all {
        gap: 6px;
        font-size: 13px;
    }

    .parent-category-products__all-icon {
        width: 22px;
        height: 22px;
        font-size: 14px;
    }

    .parent-category-product__image {
        height: 190px;
        margin-bottom: 12px;
    }

    .parent-category-product__name,
    .parent-category-product__price {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .parent-category-products__title {
        font-size: 18px;
    }

    .parent-category-products__all span:last-child {
        display: none;
    }

    .parent-category-product__image {
        height: 160px;
    }
}
.is-mobile .setting-menu-mb > .container > .row > div:nth-child(3) {
    justify-content: flex-end;
}
.list_category .img_category img {
    height: 54px;
    width: 54px;
    object-fit: contain;
}
.session-copy {
    background: #5a5a5a;
}
.call-mobile a {
    position: fixed;
    left: 10px;
    bottom: 65px;
    border: 2px solid var(--color-hightlight);
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 75px;
    padding: 5px;
}
.call-mobile a span.icon {
    background: var(--color-hightlight);
    border-radius: 50%;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    padding: 0;
    margin-right: 10px;
}

.call-mobile a span {
    color: #545454;
    font-weight: 700;
    font-size: 18px;
    padding-right: 10px;
}
.call-mobile a span.icon img {
    height: 24px;
    width: 22px;
    object-fit: contain;
}

.album-intro img:last-child {
    margin-right: 0;
}
.is-mobile .menu-section > ul > li > a > span.icon-name-marker,
.is-mobile .menu-section > ul > li > a > span.text-name {
    display: inline-block !important;
    margin-left: 0;
}
.is-mobile .menu-section > ul > li > a > span.text-name {
    line-height: 24px;
    font-size: 16px;
}
.is-mobile .menu-section > ul > li > a > span.icon-name-marker img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 15px;
}

.setting-menu-mb {
    transition: 1.1s;
}

.per-page-section span.orderby-title {
    padding: 5px 10px;
    display: inline-block !important;
}

@media (min-width: 576px) and (max-width: 1200px) {
    .box-intro .inner-content {
        padding: 15px 20px;
    }
    .box-intro .image-intro {
        right: 15px;
        height: 260px;
    }

    .image-intro img {
        min-height: 260px;
        height: 260px;
    }
}
@media (max-width: 1200px) {
    .form-search .icon-search button.btn {
        border: 0;
        top: 0;
        right: 0;
        width: auto;
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
    }
    .slider-section .item,
    .slider-section .item img {
        border-radius: 8px;
        overflow: hidden;
    }
    .policy-list-item {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .section-policy .policy-image {
        width: 46px;
        height: 46px;
        line-height: 46px;
        background: var(--color-hightlight);
    }
    .box-intro .bg-intro {
        display: none;
    }
    [class^="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .product-item {
        margin-bottom: 10px;
    }
    .content-right-article .inner-content .article-description {
        display: none;
    }
    .article-content iframe {
        height: 45vw;
    width: 100%;}
}

.per-page-section .dropdown .dropdown-menu a.active {
    background: var(--color-main);
}

.per-page-section .dropdown .dropdown-menu a {
    padding: 6px 10px;
}
.category-product-left .title-section-1 {
    background: var(--white);
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.category-product-left .categories-section {
    padding: 10px 15px;
}

.category-product-left .categories-section li.has-child .list-child.list-unstyled {
    background: none;
}
.category-text img {
    margin: 0 auto;
    display: table;
}
.btn-hide {
    display: none;
}

.content-main {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.content-main.transform-active {
    max-height: none;
}

.content-main.transform-active ~ .load-more .btn-show {
    display: none;
}

.content-main.transform-active ~ .load-more .btn-hide {
    display: inline-block;
}
.product-content-detail p,
.product-content-detail p span {
    font-size: 14px !important;
}

#product-information p span {
    font-size: 14px !important;
}
#product-information img {
    max-width: 100%;
    height: auto;
}

div#system .form-check input {
    position: relative;
    top: 5px;
}
div#system .address .form-check {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div#system .address .form-check:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.address-map .map iframe {
    width: 100%;
    height: 300px;
}

/* Product detail - Figma nodes 53:4153, 53:4154, 53:4155 */
.product-info-col {
    overflow: hidden;
    background: #fff;
}

.product-info-col > .container {
    max-width: 1470px;
}

.chemical-product-detail {
    color: #1d1d1f;
}

.chemical-product-detail__overview {
    display: grid;
    grid-template-columns: minmax(0, 589px) minmax(0, 1fr);
    align-items: start;
    gap: 32px;
    padding: 48px 0;
}

.chemical-product-detail__gallery,
.chemical-product-detail__info {
    min-width: 0;
}

.chemical-product-detail__main {
    width: 100%;
    background: #fff;
}

.chemical-product-detail__main-image {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
}

.chemical-product-detail__main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chemical-product-detail__thumbs {
    margin: 16px -8px 0;
}

.chemical-product-detail__thumb-slide {
    padding: 0 8px;
}

.chemical-product-detail__thumb-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .2s ease;
}

.chemical-product-detail__thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chemical-product-detail__thumbs .slick-current .chemical-product-detail__thumb-image {
    border-color: #ff4d00;
}

.chemical-product-detail__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.chemical-product-detail__title {
    margin: 0;
    color: #1e232d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.chemical-product-detail__sku {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.chemical-product-detail__sku strong {
    color: #ce171f;
    font-weight: 600;
}

.chemical-product-detail__summary {
    width: 100%;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.chemical-product-detail__summary > :last-child {
    margin-bottom: 0;
}

.chemical-product-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.chemical-product-detail__quote,
.chemical-product-detail__hotline {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 16px;
    border: 1px solid #d04300;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.chemical-product-detail__quote {
    color: #fff;
    background: #ff7318;
    border-color: #ff7318;
}

.chemical-product-detail__quote:hover,
.chemical-product-detail__quote:focus {
    color: #fff;
    background: #d04300;
    border-color: #d04300;
}

.chemical-product-detail__hotline {
    color: #d04300;
    background: #fff;
}

.chemical-product-detail__hotline:hover,
.chemical-product-detail__hotline:focus {
    color: #fff;
    background: #d04300;
}

.chemical-product-detail__quote i,
.chemical-product-detail__hotline i {
    flex: 0 0 auto;
    font-size: 24px;
}

.chemical-product-detail__group {
    width: 100%;
}

.chemical-product-detail__group-title {
    margin: 0 0 16px;
    color: #1e232d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.chemical-product-detail__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chemical-product-detail__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    color: #1d1d1f;
    background: #f5f5f7;
    border-radius: 16px;
    font-size: 17px;
    line-height: 1.5;
}

.chemical-product-detail__category:hover {
    color: #d04300;
}

.chemical-product-detail__feature-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.chemical-product-detail__feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.chemical-product-detail__feature-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    color: #ff7318;
    background: #ffe4d3;
    border-radius: 50%;
}

.chemical-product-detail__feature-icon img {
    width: 13px;
    height: 13px;
    object-fit: contain;
}

.chemical-product-detail__specifications,
.chemical-product-detail__description {
    position: relative;
    padding: 48px 0;
}

.chemical-product-detail__specifications {
    background: #f5f5f7;
    box-shadow: 0 0 0 100vmax #f5f5f7;
    clip-path: inset(0 -100vmax);
}

.chemical-product-detail__section-title {
    margin: 0 0 32px;
    color: #1d1d1f;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.chemical-product-detail__spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.chemical-product-detail__spec-table {
    overflow: hidden;
    background: #fff;
    border: 1px solid #d4dfeb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}

.chemical-product-detail__spec-row {
    display: grid;
    min-height: 56px;
    grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
    align-items: center;
    border-bottom: 1px solid #d4dfeb;
}

.chemical-product-detail__spec-row:last-child {
    border-bottom: 0;
}

.chemical-product-detail__spec-row.is-alt {
    background: #f5f5f7;
}

.chemical-product-detail__spec-name,
.chemical-product-detail__spec-value {
    padding: 11px 16px;
    font-size: 17px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.chemical-product-detail__spec-name {
    color: #64748b;
    font-weight: 400;
}

.chemical-product-detail__spec-value {
    color: #1d1d1f;
    font-weight: 500;
}

.chemical-product-detail__description {
    background: #fff;
}

.chemical-product-detail__content,
#product-information.chemical-product-detail__content {
    display: flow-root;
    max-height: none;
    margin: 0;
    overflow: visible;
    color: #1e232d;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

.chemical-product-detail__content h1,
.chemical-product-detail__content h2,
.chemical-product-detail__content h3,
.chemical-product-detail__content h4 {
    margin: 24px 0 12px;
    color: #1e232d;
    font-weight: 700;
    line-height: 1.15;
}

.chemical-product-detail__content h1,
.chemical-product-detail__content h2 {
    font-size: 20px;
}

.chemical-product-detail__content h3,
.chemical-product-detail__content h4 {
    font-size: 18px;
}

.chemical-product-detail__content > :first-child {
    margin-top: 0;
}

.chemical-product-detail__content p,
.chemical-product-detail__content p span,
#product-information.chemical-product-detail__content p span {
    font-size: 17px !important;
    line-height: 1.5;
}

.chemical-product-detail__content img,
#product-information.chemical-product-detail__content img {
    max-width: 100%;
    height: auto !important;
}

.chemical-product-detail__content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

@media (max-width: 1199.98px) {
    .chemical-product-detail__overview {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 28px;
        padding: 40px 0;
    }

    .chemical-product-detail__title,
    .chemical-product-detail__section-title {
        font-size: 28px;
    }

    .chemical-product-detail__spec-row {
        grid-template-columns: minmax(140px, 42%) minmax(0, 1fr);
    }
}

@media (max-width: 991.98px) {
    .chemical-product-detail__overview {
        grid-template-columns: minmax(0, 1fr);
    }

    .chemical-product-detail__gallery {
        width: min(100%, 680px);
        margin: 0 auto;
    }

    .chemical-product-detail__spec-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    .chemical-product-detail {
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
    }

    .chemical-product-detail__overview,
    .chemical-product-detail__gallery,
    .chemical-product-detail__main,
    .chemical-product-detail__info,
    .chemical-product-detail__summary,
    .chemical-product-detail__group,
    .chemical-product-detail__specifications,
    .chemical-product-detail__description {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .chemical-product-detail__title,
    .chemical-product-detail__summary,
    .chemical-product-detail__feature-list li {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .product-info-col > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .chemical-product-detail__overview,
    .chemical-product-detail__specifications,
    .chemical-product-detail__description {
        padding: 32px 0;
    }

    .chemical-product-detail__overview {
        gap: 24px;
    }

    .chemical-product-detail__title,
    .chemical-product-detail__section-title {
        font-size: 24px;
        line-height: 1.1;
    }

    .chemical-product-detail__section-title {
        margin-bottom: 24px;
    }

    .chemical-product-detail__actions,
    .chemical-product-detail__quote,
    .chemical-product-detail__hotline {
        width: 100%;
    }

    .chemical-product-detail__summary,
    .chemical-product-detail__category,
    .chemical-product-detail__feature-list li,
    .chemical-product-detail__spec-name,
    .chemical-product-detail__spec-value,
    .chemical-product-detail__content,
    .chemical-product-detail__content p,
    .chemical-product-detail__content p span,
    #product-information.chemical-product-detail__content p span {
        font-size: 15px !important;
    }

    .chemical-product-detail__spec-row {
        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);
    }

    .chemical-product-detail__spec-name,
    .chemical-product-detail__spec-value {
        padding: 10px 12px;
    }
}
.address-system .text-address-map {
    margin-bottom: 20px;
    font-size: 16px;
}
.category-content img {
    width: 100%;
    height: auto;
}
.color-red{
    color: red !important;
}
article.article-detail iframe {
    width: 100%;
    min-width: 100%;
}
.thuong-duoc-mua-cung .product-small .product-title {
    line-height: 1.1;
}

.thuong-duoc-mua-cung .product-small .product-rating-price .price {
    margin: 0;
}

.thuong-duoc-mua-cung .product-small .product-rating-price .price span.price-amount {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
}
.quantity-mua-cung .quantity-input {
    padding: 0 0px !important;
    width: 25px;
    font-size: 11px;
}

.quantity-mua-cung span.btn-quantity {
    width: 15px;
    line-height: 15px;
    height: 15px;
}
.product-small label.custom-control-label {
    padding-left: 20px;
    width: 100%;
}

.product-small label.custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    border-radius: 50%;
}
.quantity-mua-cung {
    position: relative;
    z-index: 99;
}
.product-image-detail .slider-thumbs .thumb-item .ratio-3-2 {
    padding-top: 66%;
}
.product-item .product-rating-price {height: 52px;}

/* Homepage: chemical quotation form */
.home-quote {
    position: relative;
    padding: 48px 0;
    overflow: hidden;
    background-color: #242424;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-quote__shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
}

.home-quote__container {
    position: relative;
    z-index: 1;
}

.home-quote__card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.home-quote__info {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    padding: 64px;
    background: #111;
    color: #fff;
}

.home-quote__glow {
    position: absolute;
    top: -64px;
    right: -64px;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    background: rgba(229, 130, 36, .2);
    filter: blur(32px);
    pointer-events: none;
}

.home-quote__info-main {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 432px;
    flex-direction: column;
    justify-content: space-between;
}

.home-quote__heading {
    margin: 0 0 24px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.home-quote__description {
    max-width: 460px;
    margin: 0 0 24px;
    color: #dbdbdb;
    font-size: 17px;
    line-height: 1.5;
}

.home-quote__contacts {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-quote__contacts li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.home-quote__contacts a {
    color: inherit;
}

.home-quote__contacts a:hover {
    color: #ff7318;
}

.home-quote__contact-icon {
    display: flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff7318;
}

.home-quote__contact-icon img {
    width: 24px;
    height: 28px;
    object-fit: contain;
}

.home-quote__customers {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
}

.home-quote__avatars {
    display: flex;
    min-width: 68px;
    align-items: center;
}

.home-quote__avatars span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    overflow: hidden;
    border: 2px solid #0f2b5c;
    border-radius: 50%;
}

.home-quote__avatars span + span {
    margin-left: -12px;
}

.home-quote__avatars img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-quote__customers-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.home-quote__customers-copy strong,
.home-quote__customers-copy span {
    font-size: 14px;
    line-height: 1.35;
}

.home-quote__customers-copy strong {
    color: #fff;
    font-weight: 600;
}

.home-quote__customers-copy span {
    color: #bfdbfe;
}

.home-quote__form-wrap {
    display: flex;
    min-width: 0;
    align-items: center;
    padding: 56px;
    background: #fff;
}

.home-quote__form {
    display: grid;
    width: 100%;
    gap: 24px;
}

.home-quote__field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.home-quote__field {
    min-width: 0;
}

.home-quote__field label {
    display: block;
    margin: 0 0 4px;
    color: #111;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.home-quote__field .form-control,
.home-quote__field textarea {
    display: block;
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #f8f8f8;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.home-quote__field .form-control {
    height: 46px;
    padding: 9px 17px;
}

.home-quote__field textarea {
    min-height: 120px;
    resize: vertical;
    padding: 17px;
}

.home-quote__field .form-control:focus,
.home-quote__field textarea:focus {
    border-color: #ff7318;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(255, 115, 24, .13);
}

.home-quote__field .form-control::placeholder,
.home-quote__field textarea::placeholder {
    color: #1d1d1f;
    opacity: 1;
}

.home-quote__field .invalid-feedback {
    font-size: 12px;
}

.home-quote__submit {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    padding: 10px 20px;
    background: #ff7318;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    transition: background-color .2s ease, transform .2s ease;
}

.home-quote__submit:hover,
.home-quote__submit:focus {
    background: #e95c00;
    color: #fff;
    outline: 0;
    transform: translateY(-1px);
}

.home-quote__submit-wrap p {
    margin: 8px 0 0;
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 1280px) {
    .home-quote > .container {
        max-width: 1216px;
    }
}

@media (max-width: 1199.98px) {
    .home-quote__info {
        min-height: 520px;
        padding: 44px;
    }

    .home-quote__info-main {
        min-height: 432px;
    }

    .home-quote__form-wrap {
        padding: 44px;
    }

    .home-quote__heading {
        font-size: 28px;
    }

    .home-quote__description,
    .home-quote__contacts li,
    .home-quote__field label,
    .home-quote__field .form-control,
    .home-quote__field textarea,
    .home-quote__submit {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .home-quote__card {
        grid-template-columns: 1fr;
    }

    .home-quote__info {
        min-height: 0;
    }

    .home-quote__info-main {
        min-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .home-quote {
        padding: 32px 0;
    }

    .home-quote__info,
    .home-quote__form-wrap {
        padding: 28px 24px;
    }

    .home-quote__info-main {
        min-height: 390px;
    }

    .home-quote__heading {
        margin-bottom: 18px;
        font-size: 23px;
        line-height: 1.2;
    }

    .home-quote__description {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .home-quote__contacts li {
        font-size: 14px;
    }

    .home-quote__contact-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .home-quote__customers {
        margin-top: 28px;
    }

    .home-quote__customers-copy strong,
    .home-quote__customers-copy span {
        font-size: 12px;
    }

    .home-quote__form,
    .home-quote__field-row {
        gap: 18px;
    }

    .home-quote__field-row {
        grid-template-columns: 1fr;
    }

    .home-quote__field label,
    .home-quote__field .form-control,
    .home-quote__field textarea,
    .home-quote__submit {
        font-size: 14px;
    }

    .home-quote__field textarea {
        min-height: 110px;
    }
}

@media (max-width: 374.98px) {
    .home-quote__customers {
        align-items: flex-start;
        gap: 10px;
    }

    .home-quote__avatars span {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
}

/* Contact page form (independent from the homepage quote block) */
.contact-page-form {
    display: grid;
    gap: 24px;
    width: 100%;
}

.contact-page-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.contact-page-form__field label {
    display: block;
    margin-bottom: 8px;
    color: #171717;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
}

.contact-page-form__field .form-control,
.contact-page-form__field textarea {
    display: block;
    width: 100%;
    color: #171717;
    background: #f8f8f8;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: none;
    font-size: 17px;
    line-height: 1.5;
    outline: none;
}

.contact-page-form__field .form-control {
    height: 46px;
    padding: 9px 17px;
}

.contact-page-form__field textarea {
    min-height: 138px;
    padding: 16px 17px;
    resize: vertical;
}

.contact-page-form__field .form-control:focus,
.contact-page-form__field textarea:focus {
    background: #fff;
    border-color: #ff7318;
    box-shadow: 0 0 0 3px rgba(255, 115, 24, .12);
}

.contact-page-form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 10px 20px;
    color: #fff;
    background: #ff7318;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    transition: background-color .2s ease;
}

.contact-page-form__submit:hover,
.contact-page-form__submit:focus {
    color: #fff;
    background: #e95e05;
}

.contact-page-form__submit-wrap p {
    margin: 8px 0 0;
    color: #666;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 575.98px) {
    .contact-page-form,
    .contact-page-form__row {
        gap: 18px;
    }

    .contact-page-form__row {
        grid-template-columns: 1fr;
    }

    .contact-page-form__field label,
    .contact-page-form__field .form-control,
    .contact-page-form__field textarea {
        font-size: 15px;
    }
}

/* Footer - Figma node 53:5051 */
footer {
    color: #1d1d1f;
    background: #f5f5f7;
}

[nh-row="yr4dzkv"],
[nh-row="scv549x"],
[nh-row="ndc0lvy"] {
    background: #f5f5f7 !important;
}

[nh-row="yr4dzkv"] {
    padding: 32px 0 48px;
}

[nh-row="yr4dzkv"] > .container > .row {
    align-items: stretch;
}

@media (min-width: 1600px) {
    [nh-row="yr4dzkv"] > .container,
    [nh-row="scv549x"] > .container {
        max-width: 1600px;
    }
}

.site-footer-info__logo {
    display: flex;
    width: 544px;
    max-width: 100%;
    height: 133px;
    align-items: center;
    margin-bottom: 8px;
}

.site-footer-info__logo img {
    /* width: 100%;
    height: 100%; */
    object-fit: contain;
    object-position: left center;
}

.site-footer-info__company {
    margin: 0 0 12px;
    color: #1d1d1f;
    font-size: 33.4px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.site-footer-info__hours {
    margin: 0 0 8px;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.site-footer-info__contact {
    margin: 0;
    font-style: normal;
}

.site-footer-info__contact p,
.site-footer-map__address {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 8px;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.site-footer-info__contact p > img,
.site-footer-map__address > img {
    width: 24px;
    height: 28px;
    flex: 0 0 24px;
    filter: invert(1);
}

.site-footer-info__contact a {
    color: inherit;
}

.site-footer-info__contact a:hover {
    color: #ff7318;
}

.site-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
}

.site-footer-links__group h2,
.site-footer-map h2 {
    margin: 0 0 24px;
    color: #1d1d1f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.site-footer-links__group ul,
.site-footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-links__group ul {
    display: grid;
    gap: 8px;
    opacity: .8;
}

.site-footer-links__group li {
    margin: 0;
}

.site-footer-links__group a {
    display: block;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.site-footer-links__group a:hover {
    color: #ff7318;
}

.site-footer-map {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.site-footer-map__address {
    margin-bottom: 16px;
}

.site-footer-map__image {
    display: block;
    width: 100%;
    min-height: 225px;
    flex: 1 1 auto;
    overflow: hidden;
    border: 1px solid #374151;
    border-radius: 8px;
    background: #1f2937;
}

.site-footer-map__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 225px;
    object-fit: cover;
    transition: transform .25s ease;
}

.site-footer-map__image:hover img {
    transform: scale(1.015);
}

.site-footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.site-footer-social li {
    margin: 0;
}

.site-footer-social a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    transition: transform .2s ease, box-shadow .2s ease;
}

.site-footer-social a:hover {
    box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
}

.site-footer-social img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

[nh-row="scv549x"] {
    margin-top: 0 !important;
}

.site-footer-copyright {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #666;
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .site-footer-info__company {
        font-size: 27px;
    }

    .site-footer-info__hours,
    .site-footer-info__contact p,
    .site-footer-map__address,
    .site-footer-links__group a {
        font-size: 15px;
    }

    .site-footer-links {
        gap: 24px;
    }
}

@media (max-width: 991.98px) {
    [nh-row="yr4dzkv"] {
        padding-bottom: 36px;
    }

    [nh-row="yr4dzkv"] > .container > .row > div {
        margin-bottom: 36px;
    }

    [nh-row="yr4dzkv"] > .container > .row > div:last-child {
        margin-bottom: 0;
    }

    .site-footer-map__image,
    .site-footer-map__image img {
        min-height: 260px;
    }
}

/* Mobile layout stores all footer blocks in one column. */
[nh-row="ndc0lvy"] {
    margin: 0 !important;
    padding: 28px 0 0 !important;
}

[nh-row="ndc0lvy"] [nh-block] {
    margin-bottom: 32px;
}

[nh-row="ndc0lvy"] [nh-block="awlj4fk"] {
    margin-bottom: 0;
}

[nh-row="ndc0lvy"] .site-footer-copyright {
    min-height: 64px;
    padding: 16px 0;
    font-size: 14px;
}

@media (max-width: 575.98px) {
    .site-footer-info__logo {
        width: 225px;
        height: 56px;
    }

    .site-footer-info__company {
        font-size: 21px;
    }

    .site-footer-links {
        gap: 28px 20px;
    }

    .site-footer-links__group h2,
    .site-footer-map h2 {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .site-footer-map__image,
    .site-footer-map__image img {
        min-height: 200px;
    }
}

@media (max-width: 374.98px) {
    .site-footer-links {
        grid-template-columns: 1fr;
    }
}
/* Combo product section: articles + products from category attribute */
.combo-product-section {
    padding: 0;
}

.combo-product-section__heading {
    margin: 0 0 28px;
    color: #1d1d1f;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.combo-product-section__heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ff4c00;
    border-radius: 2px;
}

.combo-product-section__articles {
    margin-bottom: 40px;
}

.combo-product-section__products {
    padding-top: 32px;
    border-top: 1px solid #e8e8ed;
}

.combo-product-section__products-heading {
    margin: 0 0 24px;
    color: #1d1d1f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    padding-left: 16px;
}

.combo-product-section__products-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: #ff4c00;
    border-radius: 2px;
}

.col-xl-2-4 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1200px) {
    .col-xl-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.combo-product-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.combo-product-card:hover {
    border-color: #ff7318;
    box-shadow: 0 8px 24px rgba(255, 115, 24, .12);
    transform: translateY(-2px);
}

.combo-product-card__image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f9f9f9;
}

.combo-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.combo-product-card:hover .combo-product-card__image img {
    transform: scale(1.04);
}

.combo-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
}

.combo-product-card__name {
    display: -webkit-box;
    min-height: 38px;
    margin: 0;
    overflow: hidden;
    color: #1d1d1f;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.combo-product-card__name a {
    color: inherit;
}

.combo-product-card__name a:hover {
    color: #ff4c00;
}

.combo-product-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin-top: auto;
}

.combo-product-card__price-current {
    color: #d04300;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.combo-product-card__price-old {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: line-through;
}

@media (max-width: 1199.98px) {
    .combo-product-section__heading {
        font-size: 28px;
    }

    .combo-product-section__products-heading {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .combo-product-section__heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .combo-product-section__articles {
        margin-bottom: 28px;
    }

    .combo-product-section__products {
        padding-top: 24px;
    }

    .combo-product-section__products-heading {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .combo-product-card__body {
        padding: 10px;
    }

    .combo-product-card__name {
        font-size: 14px;
        min-height: 36px;
    }

    .combo-product-card__price-current {
        font-size: 14px;
    }

    .combo-product-card__price-old {
        font-size: 12px;
    }
}
/*CSS BY HIEUTX*/
