@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

/*Call now*/


.fixed-contact {
    position: fixed;
    right: 20px;
    bottom: 95px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    width: 160px;
    position: absolute;
    top: 50%;
    right: 45%;
    padding: 9px 40px;
    padding-left: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}

.zalo .call-now {
    bottom: 100px;
}

#zalo-vr,
#messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill,
#messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle,
#messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

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

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

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

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

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

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

.btn-mini-cart img {
    width: 35px;
}

.header__action img {
    width: 35px;
}

.header__action {
    display: flex;
    color: black;
    gap: 6px;
}

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

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

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

@media (min-width: 1000px) {
    .item_product {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .block_linh_vuc>.container>.row>div:nth-child(2) {
        flex: 0 0 80%;
        max-width: 80%;
        padding: 0;
    }

    .block_linh_vuc>.container>.row>div:nth-child(1) {
        max-width: 280px;
        flex: 0 0 280px;
    }

}

.menu-section>ul>li>a {
    color: white;
    font-weight: bold;
}

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

.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: 14px;
    width: 100%;
    display: block;
    text-align: left;
    line-height: 40px;
    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;
}

@media (min-width: 1000px) {
    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);
    }
}

@media (max-width: 991px) {
    .menu-section span.child-indicator.iconsax.isax-arrow-right-3 {
        display: none !important;
    }

    .menu-vertical .menu-section>ul>li>.entry-menu {
        position: static !important;
        border: 0 !important;
        box-shadow: none !important;
    }
}

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

@media (min-width: 1000px) {
    .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;
}

/* Menu danh mục dọc: hiển thị danh mục con thành một cột ở bên phải. */
@media (min-width: 1000px) {
    .menu-vertical .menu-section>ul>li>.entry-menu.vertical-submenu>li>ul {
        display: block !important;
        width: 300px;
        max-width: none;
        top: 0;
        bottom: 0;
        height: auto;
        background-color: var(--white);
        margin-top: 0;
        padding: 0;
        left: 100%;
    }

    .menu-vertical .menu-section>ul>li>.entry-menu.vertical-submenu>li>ul>li {
        float: none;
        width: 100% !important;
        border-bottom: 1px solid var(--light) !important;
    }

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

.list-article>.row>div {
    padding: 0;
}

.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: 227.3px;
    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 * {
    color: white;
}

footer {
    background: black;
}

.footer-web-info-top {
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
}

.footer-web-info-logo {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-web-info-logo img {
    display: block;
    max-height: 62px;
    width: auto;
}

.footer-web-info-description {
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-web-info-branches h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
}

.footer-web-info-branches li,
.footer-web-info-contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.footer-web-info-branches i,
.footer-web-info-contact i {
    color: #0d86ff;
    font-size: 17px;
    line-height: 22px;
}

.footer-web-info-contact {
    margin-top: 6px;
}

.footer-web-info-top a,
.footer-web-info-bottom a {
    color: inherit;
}

.footer-web-info-bottom {
    border-top: 1px solid rgba(255, 255, 255, .8);
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 16px 0 4px;
    font-size: 12px;
    line-height: 1.45;
}

.footer-web-info-legal p {
    margin: 0 0 3px;
}

.footer-web-info-company {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.footer-web-info-extra {
    flex: 0 0 auto;
    text-align: right;
}

.footer-web-info-copyright {
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 9px;
}

.footer-web-info-badges {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.footer-web-info-badges a {
    display: block;
}

.footer-web-info-badges img {
    display: block;
    max-height: 44px;
    max-width: 145px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .footer-web-info-bottom {
        display: block;
        font-size: 13px;
    }

    .footer-web-info-extra {
        margin-top: 15px;
        text-align: left;
    }

    .footer-web-info-badges {
        justify-content: flex-start;
    }
}

/* Product contact card */
.product-contact-card {
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    color: #18212f;
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 14px;
}

.product-contact-card h3 {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: center;
    text-transform: uppercase;
}

.product-contact-line {
    align-items: flex-start;
    display: flex;
    gap: 9px;
    margin-bottom: 12px;
}

.product-contact-line>i {
    color: var(--color-main);
    flex: 0 0 16px;
    font-size: 20px;
    line-height: 22px;
}

.product-contact-line p {
    margin: 0;
}

.product-contact-line strong {
    color: #1b2530;
    font-weight: 700;
}

.product-contact-line a {
    color: inherit;
}

.product-contact-email {
    margin-bottom: 10px;
}

.product-contact-hotline {
    color: #f20b12;
    font-weight: 700;
    margin: 0 0 13px;
}

.product-contact-sales .product-contact-sale {
    margin-bottom: 13px;
}

.product-contact-sales .product-contact-sale:last-child {
    margin-bottom: 0;
}

.product-contact-sale-icon {
    flex: 0 0 20px;
    height: 20px;
    object-fit: contain;
    width: 20px;
}

@media (max-width: 991px) {
    .product-contact-card {
        margin-bottom: 15px;
    }
}

.section-fanpage {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

#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: 1080px) {
    .product-info-col>.container>.row>div:last-child {
        flex: 0 0 264px;
        max-width: 264px;
    }

    .product-info-col>.container>.row>div:first-child {
        flex: 0 0 calc(100% - 264px);
        max-width: calc(100% - 264px);
    }

}

@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*/
}

/*CSS BY HIEUTX*/
.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;
}

/* Product detail - Bảo hộ An Việt */
.product-detail-head {
    margin-top: 10px;
}

.product-detail-head .product-image-detail-top {
    margin-bottom: 10px;
}

.product-detail-head .product-image-detail .slider-main {
    border: 4px solid var(--color-main) !important;
    border-radius: 2px;
    overflow: hidden;
}

.product-detail-head .product-image-detail .inner-image {
    background: #fff;
}

.product-detail-head .product-image-detail .inner-image img {
    object-fit: contain;
}

.product-detail-head .product-content-detail>.bg-white {
    background: transparent !important;
    border-radius: 0 !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
}

.product-detail-head .product-title-detail {
    font-size: 20px !important;
    line-height: 1.4;
    margin-bottom: 7px;
}

.product-detail-head .code-review-link {
    margin-bottom: 10px;
}

.product-detail-head .product-detail-decor,
.product-detail-decor {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #f6f4f4;
    border-radius: 8px;
    margin: 15px 0 20px;
    padding: 16px 10px;
    overflow: hidden;
}

.product-detail-head .product-detail-decor-item,
.product-detail-decor-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding: 4px 10px;
    min-height: auto;
}

.product-detail-head .product-detail-decor-item+.product-detail-decor-item,
.product-detail-decor-item+.product-detail-decor-item {
    border-left: 1px solid #f05454;
}

.product-detail-head .product-detail-decor-item img,
.product-detail-decor-item img {
    display: block;
    max-height: 26px;
    height: 26px;
    width: auto;
    object-fit: contain;
    margin-bottom: 8px;
}

.product-detail-head .product-detail-decor-item .decor-item-title,
.product-detail-decor-item .decor-item-title {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.product-detail-head .quantity-buy {
    background: transparent !important;
}

.product-detail-head .quantity-buy .btn-cart-buy {
    display: flex;
    gap: 8px;
    width: 100%;
}

.product-detail-head .quantity-buy .add-to-cart {
    border-radius: 3px !important;
    max-width: none;
    text-align: center;
}

.product-detail-video,
.product-detail-information-section {
    margin: 42px auto 0;
}

.product-detail-section-title {
    color: var(--color-main);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: center;
    text-transform: uppercase;
}

.product-detail-video-frame {
    background: #111;
    position: relative;
    padding-top: 32.5%;
}

.product-detail-video-frame iframe,
.product-detail-video-frame video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.product-detail-video-frame video {
    object-fit: contain;
}

.product-detail-information-section #product-information {
    background: #fff;
    border: 2px solid var(--color-main);
    margin: 0;
    padding: 12px;
    margin-bottom: 20px;
}

.product-detail-information-section #product-information> :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .product-detail-head .product-title-detail {
        font-size: 18px !important;
    }

    .product-detail-head .product-detail-decor,
    .product-detail-decor {
        padding: 10px 4px;
        margin: 10px 0 15px;
    }

    .product-detail-head .product-detail-decor-item,
    .product-detail-decor-item {
        min-height: auto;
        padding: 2px 4px;
    }

    .product-detail-head .product-detail-decor-item img,
    .product-detail-decor-item img {
        max-height: 28px;
        height: 28px;
        margin-bottom: 4px;
    }

    .product-detail-head .product-detail-decor-item .decor-item-title,
    .product-detail-decor-item .decor-item-title {
        font-size: 11px;
        line-height: 1.25;
    }

    .product-detail-video,
    .product-detail-information-section {
        margin-top: 28px;
    }

    .product-detail-section-title {
        font-size: 18px;
    }

    .product-detail-video-frame {
        padding-top: 56.25%;
    }

    .product-detail-information-section #product-information {
        padding: 8px;
    }
}

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

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

/*CSS BY HIEUTX*/
.home-parent-product-module {
    overflow: hidden;
    background: #fff;
}

.home-parent-product-header {
    display: flex;
    align-items: center;
    min-height: 42px;
    margin-bottom: 1rem;
    border-top: 3px solid var(--color-main);
}

.home-parent-product-title {
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    background: var(--color-main);
}

.home-parent-product-title:hover,
.home-parent-product-title:focus {
    color: #fff;
}

.home-parent-product-nav {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: 20px;
    min-width: 0;
    padding: 8px 14px;
    overflow: hidden;
    white-space: nowrap;
}

.home-parent-product-nav a,
.home-parent-product-all {
    color: var(--color-main);
    font-size: 14px;
    font-weight: 600;
}

.home-parent-product-nav a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-parent-product-all {
    flex: 0 0 auto;
    padding: 8px 10px 8px 0;
    white-space: nowrap;
}

.home-parent-product-all i {
    font-size: 12px;
}

.home-parent-product-banner {
    overflow: hidden;
}

.home-parent-product-banner img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}

.home-parent-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    padding: 14px 8px 8px;
}

.home-parent-product-grid .product-item {
    min-width: 0;
    height: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: none;
}

.home-parent-product-grid .inner-image {
    padding: 8px 8px 0;
}

.home-parent-product-grid .inner-content {
    padding: 8px 12px 12px;
}

.home-parent-product-grid .product-title {
    min-height: 40px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
}

.home-parent-product-grid .price-amount {
    color: #f04432;
    font-size: 16px;
    font-weight: 700;
}

.home-parent-product-grid .btn-product-action {
    display: none !important;
}

@media (max-width: 1199px) {
    .home-parent-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-parent-product-header {
        flex-wrap: wrap;
        margin-bottom: 0.75rem;
    }

    .home-parent-product-title {
        min-height: 38px;
        font-size: 14px;
        padding: 0 10px;
    }

    .home-parent-product-nav {
        order: 3;
        flex-basis: 100%;
        gap: 8px;
        padding: 8px 10px 10px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #f0f4f8;
    }

    .home-parent-product-nav::-webkit-scrollbar {
        display: none;
    }

    .home-parent-product-nav a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        padding: 6px 14px;
        background: #f1f5f9;
        color: #334155;
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3;
        transition: all 0.2s ease;
    }

    .home-parent-product-nav a:hover,
    .home-parent-product-nav a:focus {
        background: var(--color-main);
        color: #ffffff;
        border-color: var(--color-main);
        text-decoration: none;
    }

    .home-parent-product-all {
        margin-left: auto;
        padding: 8px 10px;
        font-size: 13px;
    }

    .home-parent-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .menu-section {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 290px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        z-index: 1050 !important;
        background-color: #ffffff !important;
        overflow-y: auto !important;
        -webkit-transform: translate3d(-100%, 0, 0) !important;
        transform: translate3d(-100%, 0, 0) !important;
        transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82) !important;
    }

    .menu-section.open {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .menu-section .close-sidebar {
        display: inline-block !important;
        cursor: pointer !important;
    }

    /* Mobile Vertical Product Menu Text & Layout Fix */
    .menu-vertical .menu-section {
        background-color: #ffffff !important;
        padding: 0 !important;
    }

    .menu-vertical .menu-section .menu-top {
        background-color: #e3411f !important;
        padding: 12px 15px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .menu-vertical .menu-section .menu-top .menu-header {
        color: #ffffff !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }

    .menu-vertical .menu-section .menu-top .close-sidebar {
        color: #ffffff !important;
        font-size: 24px !important;
        line-height: 1 !important;
    }

    .menu-vertical .menu-section>ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    .menu-vertical .menu-section>ul>li {
        border-bottom: 1px solid #f0f0f0 !important;
        margin: 0 !important;
        position: relative !important;
    }

    .menu-vertical .menu-section>ul>li>a {
        color: #1e293b !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        padding: 12px 40px 12px 15px !important;
        height: auto !important;
        text-transform: none !important;
        display: flex !important;
        align-items: center !important;
    }

    .menu-vertical .menu-section>ul>li>a:hover,
    .menu-vertical .menu-section>ul>li>a:focus {
        color: #e3411f !important;
        background-color: #f8fafc !important;
    }

    /* 1. Hide empty/base64 placeholder icons & grey boxes */
    .menu-section img[src*="data:image"],
    .menu-section img:not([src]),
    .menu-vertical .menu-section img[src*="data:image"] {
        display: none !important;
    }

    .menu-section .marker-image,
    .menu-vertical .menu-section img {
        max-height: 24px;
        width: auto;
        border: 0 !important;
        background: transparent !important;
    }

    /* 2. Hide duplicate arrow icons on mobile */
    .menu-section .child-indicator,
    .menu-vertical .menu-section .child-indicator,
    .menu-vertical .menu-section .isax-arrow-right-3,
    .menu-vertical .menu-section .isax-arrow-down-1 {
        display: none !important;
    }

    /* 3. Fix hidden text span for .has-child items on mobile */
    .menu-section .has-child>a>span,
    .menu-vertical .menu-section .has-child>a>span {
        display: inline-block !important;
    }

    /* 4. Submenu collapse/expand (nh-toggle-element) */
    .menu-section [nh-toggle-element],
    .menu-vertical .menu-section [nh-toggle-element],
    .menu-vertical .menu-section>ul>li>.entry-menu>li>ul {
        display: none;
        width: 100% !important;
        position: static !important;
        background-color: #f8fafc !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .menu-section .grower.open+[nh-toggle-element],
    .menu-section .grower.open~[nh-toggle-element],
    .menu-vertical .menu-section .grower.open+[nh-toggle-element],
    .menu-vertical .menu-section .grower.open~[nh-toggle-element],
    .menu-section [nh-toggle-element].open,
    .menu-vertical .menu-section [nh-toggle-element].open {
        display: block !important;
    }

    .menu-section .entry-menu li,
    .menu-vertical .menu-section .entry-menu li,
    .menu-vertical .menu-section>ul>li>.entry-menu>li>ul>li {
        float: none !important;
        width: 100% !important;
        display: block !important;
        border-bottom: 1px solid #eef2f6 !important;
        position: relative !important;
    }

    .menu-vertical .menu-section>ul>li>.entry-menu>li>ul {
        height: auto !important;
        width: 100% !important;
        border: 0 !important;
        left: 0 !important;
        padding: 0 !important;
    }

    .menu-vertical .menu-section>ul>li>.entry-menu li a {
        color: #475569 !important;
        font-size: 14px !important;
        padding: 10px 40px 10px 25px !important;
        display: block !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    .menu-vertical .menu-section>ul>li>.entry-menu li a:hover {
        color: #e3411f !important;
    }

    /* Grower (+ / -) button styling & position */
    .menu-section .grower,
    .menu-vertical .menu-section .grower {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: 6px !important;
        right: 10px !important;
        width: 34px !important;
        height: 34px !important;
        font-size: 16px !important;
        color: #64748b !important;
        cursor: pointer !important;
        z-index: 5 !important;
    }
}

.home-news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    border-bottom: 2px solid var(--color-main);
}

.home-news-header h3 {
    position: relative;
    margin: 0;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-news-header h3:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 65px;
    height: 2px;
    content: '';
    background: #f04432;
}

.home-news-header>a {
    color: var(--color-main);
    font-size: 14px;
}

.home-news-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    padding-top: 14px;
}

.home-news-item {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.home-news-image {
    position: relative;
    display: block;
    aspect-ratio: 1.55 / 1;
    overflow: hidden;
}

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

.home-news-category {
    position: absolute;
    left: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    padding: 3px 7px;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    background: var(--color-main);
}

.home-news-content {
    padding: 10px;
}

.home-news-content h4 {
    display: -webkit-box;
    min-height: 42px;
    margin: 0 0 6px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-news-content p {
    display: -webkit-box;
    min-height: 60px;
    margin: 0 0 8px;
    overflow: hidden;
    color: #555;
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-news-content time {
    color: #888;
    font-size: 12px;
}

.home-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.home-highlight-item {
    display: flex;
    align-items: center;
    min-height: 84px;
    padding: 10px;
    color: #111;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.home-highlight-icon {
    display: flex;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-right: 14px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--color-main);
}

.home-highlight-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.home-highlight-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.home-highlight-content strong {
    font-size: 15px;
    text-transform: uppercase;
}

.home-highlight-content span {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.home-introduction-module {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
    gap: 30px;
    align-items: center;
}

.home-introduction-image {
    aspect-ratio: 1.53 / 1;
    overflow: hidden;
    background: #f4f4f4;
}

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

.home-introduction-content h3 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.home-introduction-content>div {
    color: #262626;
    font-size: 16px;
    line-height: 1.6;
}

.home-introduction-link {
    display: inline-block;
    margin-top: 16px;
    color: var(--color-main);
    font-weight: 700;
}

@media (max-width: 1199px) {
    .home-news-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-highlight-grid {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .home-category-section {
        margin: 2rem 0px;
    }

    .home-industry-section {
        margin-bottom: 2rem;
    }

    .menu-vertical {
        height: 0;
    }

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

    .home-news-content p {
        display: none;
    }

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

    .home-introduction-module {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-introduction-content h3 {
        font-size: 18px;
    }

    .home-introduction-content>div {
        font-size: 14px;
    }
}

/* Article Item Home Custom Style */
.article-item-home {
    background: transparent;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-item-home:hover {
    background: #ffffff;
    border-radius: 12px;
    border-color: #f0f0f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

.article-item-home .inner-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1.55 / 1;
    width: 100%;
}

.article-item-home .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-item-home:hover .inner-image img {
    transform: scale(1.04);
}

.article-item-home .inner-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 10px;
}

.article-item-home .article-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.article-item-home .article-title a {
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.article-item-home .article-title a:hover {
    color: var(--color-main, var(--color-main));
}

.article-item-home .article-description {
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 39px;
}

.article-item-home .article-date {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #888888;
}

.article-item-home .article-date i {
    font-size: 14px;
    color: #888888;
}

/* Custom Product Item Style */
.product-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    border-color: var(--color-main);
    box-shadow: 0 6px 20px rgba(47, 128, 237, 0.15);
}

.product-item .inner-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin-bottom: 12px;
}

.product-item .inner-image img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-item .product-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.product-item .product-image>a,
.product-item .product-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-item .product-image img {
    max-height: none;
    object-fit: contain;
}

.product-item:hover .inner-image img {
    transform: scale(1.04);
}

.product-item .inner-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.product-item .product-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
    min-height: 40px;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.product-item .product-title a {
    color: #222222;
    transition: color 0.2s ease;
}

.product-item:hover .product-title a {
    color: var(--color-main);
}

.product-item .product-rating {
    margin-bottom: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.product-item .product-rating .rating-stars {
    color: #f59e0b !important;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.product-item .product-rating .rating-stars i,
.product-item .product-rating .rating-stars .fa-star {
    color: #f59e0b !important;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
}

.product-item .product-rating .rating-stars i::before,
.product-item .product-rating .rating-stars .fa-star::before {
    color: #f59e0b !important;
}

.product-item .product-rating .rating-count {
    color: #666666;
    font-size: 12px;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .product-item {
        padding: 8px;
    }

    .product-item .product-title {
        font-size: 12px;
        line-height: 1.35;
        min-height: 34px;
    }

    .product-item .product-rating {
        flex-direction: column;
        align-items: center;
        gap: 2px;
        margin-bottom: 6px;
    }

    .product-item .product-rating .rating-stars i {
        font-size: 11px;
    }

    .product-item .product-rating .rating-count {
        font-size: 11px;
    }

    .product-item .price .price-amount {
        font-size: 14px;
    }

    .product-item .price .unit {
        font-size: 10px !important;
    }
}




.product-item .product-rating-price {
    margin-top: auto;
    text-align: center;
}

.product-item .price .price-amount {
    color: #e52e2d;
    font-weight: 700;
    font-size: 16px;
}

.product-item .price .currency-symbol {
    font-size: 15px;
}

.product-item .price .old-price {
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 6px;
    display: inline-block;
}

/* Custom Form Search UI */
.form-search .input-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-search .icon-search {
    flex: 1;
}

.form-search .input-group input.form-control {
    height: 42px;
    border: 1px solid #d0d0d0;
    border-right: none;
    border-radius: 6px 0 0 6px !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
}

.form-search .input-group input.form-control:focus {
    border-color: var(--color-main);
    box-shadow: none;
}

.form-search .btn-submit {
    height: 42px;
    line-height: 42px !important;
    padding: 0 20px !important;
    background-color: var(--color-main) !important;
    color: #ffffff !important;
    border: 1px solid var(--color-main) !important;
    border-radius: 0 6px 6px 0 !important;
    font-size: 14px;
    font-weight: 500;
    margin-left: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.form-search .btn-submit:hover {
    background-color: var(--color-main) !important;
    border-color: var(--color-main) !important;
    color: #ffffff !important;
}

.form-search .btn-submit i {
    font-size: 14px;
    color: #ffffff;
}

/* Topbar Menu & Account Dropdown UI */
.top-menu-wrapper {
    display: inline-block;
}

.nav-menu-top {
    gap: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-menu-top .menu-top-item {
    position: relative;
    list-style: none;
}

.nav-menu-top .menu-top-link,
.nav-menu-top .menu-top-link:focus,
.nav-menu-top .menu-top-link:active,
.nav-menu-top .menu-top-link:focus-visible,
.account-dropdown .dropdown-toggle:focus,
.account-dropdown .dropdown-toggle:active,
.account-dropdown .dropdown-toggle:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.nav-menu-top .menu-top-link:hover {
    color: var(--color-main);
}

.nav-menu-top .menu-top-icon {
    max-height: 20px;
    margin-right: 6px;
    object-fit: contain;
}

.nav-menu-top .icon-user-top {
    color: var(--color-main) !important;
    font-size: 18px;
    margin-right: 6px;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "FontAwesome" !important;
    font-style: normal;
    display: inline-block;
}

.nav-menu-top .icon-user-top::before {
    content: "\f2bd" !important;
    color: var(--color-main) !important;
}

.nav-menu-top .icon-caret-top {
    color: #333333;
    font-size: 10px;
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.account-dropdown:hover .icon-caret-top,
.account-dropdown.show .icon-caret-top {
    transform: rotate(180deg);
}

.account-dropdown .dropdown-toggle::after {
    display: none !important;
}

/* Account Popup Menu */
.account-menu-popup {
    min-width: 150px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
    margin-top: 8px !important;
    background-color: #ffffff;
    z-index: 1050;
}

.account-menu-popup .dropdown-item {
    font-size: 14px;
    padding: 9px 18px;
    color: #333333;
    transition: background 0.15s ease, color 0.15s ease;
    display: flex;
    align-items: center;
}

.account-menu-popup .dropdown-item:focus,
.account-menu-popup .dropdown-item:active,
.account-menu-popup .dropdown-item:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.account-menu-popup .dropdown-item.item-login {
    color: #333333;
    font-weight: 400;
}

.account-menu-popup .dropdown-item.item-register {
    color: var(--color-main);
    font-weight: 500;
}

.account-menu-popup .dropdown-item:hover {
    background-color: #f3f4f6;
    color: var(--color-main);
}

.account-menu-popup .dropdown-divider {
    margin: 4px 0;
    border-top: 1px solid #f0f0f0;
}

/* Press / Báo chí nói về chúng tôi UI */
.press-header-title {
    position: relative;
    padding-bottom: 10px;
}

.press-header-title .title-text {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0.5px;
}

.press-header-title .title-line-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #60a5fa;
}

.press-header-title .title-line-bar .red-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 3px;
    background-color: #e52e2d;
    z-index: 2;
}

.press-feature-card {
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}

.press-video-box {
    width: 100%;
    height: 260px;
    background-color: #000000;
    position: relative;
    overflow: hidden;
}

.press-thumb-wrapper {
    width: 100%;
    height: 100%;
}

.press-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.press-iframe-responsive {
    position: relative;
    width: 100%;
    height: 100%;
}

.press-iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    transition: background-color 0.2s ease;
}

.press-thumb-wrapper:hover .video-play-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

.play-btn-circle {
    width: 54px;
    height: 54px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.press-thumb-wrapper:hover .play-btn-circle {
    transform: scale(1.1);
    background-color: #e52e2d;
}

.press-video-caption {
    background-color: var(--color-main) !important;
}

.press-video-caption .caption-title {
    color: #ffffff;
    line-height: 2.4;
}

.press-article-card {
    background-color: #ffffff;
}

.press-article-thumb img {
    height: 135px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.press-article-thumb:hover img {
    transform: scale(1.05);
}

.press-article-card .article-title a {
    color: #222222;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.press-article-card .article-title a:hover {
    color: var(--color-main);
}

.press-article-card .article-desc {
    color: #666666;
    line-height: 1.45;
}

.press-slider-wrapper .press-arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10;
    width: 28px;
    height: 38px;
    background-color: var(--color-main) !important;
    color: #ffffff !important;
    border: none;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.press-slider-wrapper .press-arrow::before {
    display: none !important;
    content: "" !important;
}

.press-slider-wrapper .press-arrow:hover {
    background-color: #1a6edb !important;
}

.press-slider-wrapper .press-prev {
    left: -12px;
}

.press-slider-wrapper .press-next {
    right: -12px;
}

.press-slider-wrapper .press-arrow i {
    font-size: 14px;
    color: #ffffff !important;
    line-height: 1;
}

/* Product More / Sản phẩm cùng thương hiệu UI */
.product-more-header {
    position: relative;
    padding-bottom: 0;
}

.product-more-header .title-badge {
    background-color: var(--color-main) !important;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 2px 2px 0 0;
    position: relative;
    z-index: 2;
    padding: 8px 20px;
}

.product-more-header .title-full-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-main);
    z-index: 1;
}

.product-more-slider-wrapper .product-more-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 42px;
    height: 42px;
    background-color: #e5e7eb !important;
    color: #333333 !important;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-more-slider-wrapper .product-more-arrow::before {
    display: none !important;
    content: "" !important;
}

.product-more-slider-wrapper .product-more-arrow:hover {
    background-color: var(--color-main) !important;
    color: #ffffff !important;
    transform: translateY(-50%) scale(1.08);
}

.product-more-slider-wrapper .product-more-prev {
    left: -20px;
}

.product-more-slider-wrapper .product-more-next {
    right: -20px;
}

.product-more-slider-wrapper .product-more-arrow i {
    font-size: 16px;
    color: inherit !important;
    line-height: 1;
}

/* Footer Contact / Block m2he84j UI */
.block-footer-contact .text-brand-heading {
    color: #993300 !important;
}

.block-footer-contact .text-brand-desc {
    color: #8c3a10;
    line-height: 1.55;
}

.block-footer-contact .text-brand-info {
    color: #8c3a10;
}

.block-footer-contact .icon-brand {
    color: #993300 !important;
    font-size: 16px !important;
    width: 22px !important;
    min-width: 22px !important;
    margin-right: 10px !important;
    text-align: center;
    display: inline-block;
}

.block-footer-contact .info-row {
    margin-bottom: 8px;
}

/* Product Detail Rating UI */
.product-rating-detail .rating-stars i {
    color: #d38905 !important;
    font-size: 13px;
    margin-right: 2px;
}

.product-rating-detail .rating-count {
    color: #6b7280;
    font-size: 14px;
}

/* Custom styling for Product Attribute Image Switch */
.product-attribute-switch.image-switch {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-attribute-switch.image-switch .inner-product-attribute,
.product-action .entire-attribute .product-attribute-switch.image-switch .inner-product-attribute {
    width: 38px !important;
    height: 38px !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #ffffff !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 2px 4px !important;
    padding: 2px !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.product-attribute-switch.image-switch .inner-product-attribute:hover,
.product-action .entire-attribute .product-attribute-switch.image-switch .inner-product-attribute:hover {
    border-color: var(--color-main, #f05454) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-1px);
}

.product-attribute-switch.image-switch .inner-product-attribute.active,
.product-attribute-switch.image-switch .inner-product-attribute.switch-active,
.product-action .entire-attribute .product-attribute-switch.image-switch .inner-product-attribute.active {
    border: 2px solid var(--color-main, #f05454) !important;
    box-shadow: 0 0 0 1px var(--color-main, #f05454) !important;
    background-color: #ffffff !important;
    transform: translateY(0);
}

.product-attribute-switch.image-switch .inner-product-attribute.active::before,
.product-attribute-switch.image-switch .inner-product-attribute.switch-active::before {
    display: none !important;
}

.product-attribute-switch.image-switch .inner-product-attribute.active::after,
.product-attribute-switch.image-switch .inner-product-attribute.switch-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent var(--color-main, #f05454);
}