﻿@charset "UTF-8";

@keyframes ldio-c4d59ljt0jh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomInBN {
    0% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        opacity: 1;
    }

    50% {
        opacity: 0.2;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        opacity: 0;
    }
}

@keyframes zoomInBT {
    0% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        opacity: 1;
    }

    50% {
        opacity: 0.4;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(0.7, 0.7, 0.7);
        transform: scale3d(0.7, 0.7, 0.7);
        opacity: 0;
    }
}

.ldio-c4d59ljt0jh div {
    left: 47px;
    top: 15px;
    position: absolute;
    animation: ldio-c4d59ljt0jh linear 1s infinite;
    background: #fe718d;
    width: 6px;
    height: 12px;
    border-radius: 3px / 6px;
    transform-origin: 3px 35px;
}

    .ldio-c4d59ljt0jh div:nth-child(1) {
        transform: rotate(0deg);
        animation-delay: -0.9166666666666666s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(2) {
        transform: rotate(30deg);
        animation-delay: -0.8333333333333334s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(3) {
        transform: rotate(60deg);
        animation-delay: -0.75s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(4) {
        transform: rotate(90deg);
        animation-delay: -0.6666666666666666s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(5) {
        transform: rotate(120deg);
        animation-delay: -0.5833333333333334s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(6) {
        transform: rotate(150deg);
        animation-delay: -0.5s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(7) {
        transform: rotate(180deg);
        animation-delay: -0.4166666666666667s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(8) {
        transform: rotate(210deg);
        animation-delay: -0.3333333333333333s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(9) {
        transform: rotate(240deg);
        animation-delay: -0.25s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(10) {
        transform: rotate(270deg);
        animation-delay: -0.16666666666666666s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(11) {
        transform: rotate(300deg);
        animation-delay: -0.08333333333333333s;
        background: #fe718d;
    }

    .ldio-c4d59ljt0jh div:nth-child(12) {
        transform: rotate(330deg);
        animation-delay: 0s;
        background: #fe718d;
    }

.loadingio-spinner-spinner-uzlublexfob {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    margin: auto;
}

.ldio-c4d59ljt0jh {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.48);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

    .ldio-c4d59ljt0jh div {
        box-sizing: content-box;
    }

:root {
    --main-color: #db291d;
    --main-boder: 1px solid #e9e9e9;
    --black-color: #202020;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

::selection {
    color: #ffffff;
    background: #19328c;
}

::selection {
    color: #fff;
    background: #19328c;
}

::-moz-selection {
    color: #000;
    background: #19328c;
}

::-webkit-input-placeholder {
    color: #c9c9c9;
    text-overflow: ellipsis;
}

:-moz-placeholder {
    color: #19328c !important;
    text-overflow: ellipsis;
    opacity: 1;
}

::-moz-placeholder {
    color: #19328c !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #19328c !important;
    text-overflow: ellipsis;
    opacity: 1;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

input.form-control:focus {
    border-color: #ced4da;
}

.form-control::placeholder {
    color: var(--black-color);
}

body {
    color: var(--black-color);
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

    body.mobile,
    body.mobile .container {
        max-width: 640px;
        margin: auto;
    }

    body.none-scroll {
        overflow: hidden;
    }

a:hover {
    text-decoration: none;
    color: var(--main-color);
    transition: all 0.2s linear;
}

.clearfix {
    clear: both !important;
    float: initial !important;
}

a {
    color: var(--black-color);
}

    a:hover {
        text-decoration: none;
        color: #dc3545;
    }

header {
    z-index: 999;
    width: 100%;
    position: relative;
}

    header.show-head {
        z-index: 9999;
    }

.header {
    background: var(--main-color);
}

.text-fix {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-2 {
    -webkit-line-clamp: 2;
}

.text-3 {
    -webkit-line-clamp: 3;
}

@keyframes showhead {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

header.show-head .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation-name: showhead;
    -webkit-animation-duration: 0.3s;
    animation-name: showhead;
    animation-duration: 0.3s;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

    header.show-head .header-bottom .sticker-menu {
        padding-top: 0;
    }

        header.show-head .header-bottom .sticker-menu .logo {
            padding-top: 7.5px;
        }

.logo .logo_mb {
    display: none;
}

.cart_mb {
    display: none;
}

.header-top {
    display: table;
    width: 100%;
    background: #fff;
    padding: 12px 0;
}

    .header-top a:hover {
        color: #ed1b24;
    }

.header-bottom {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 0 2px 7px -6px rgba(0, 0, 0, 0.43);
}

.cart_bottom {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    padding-top: 5px;
    border-left: var(--main-boder);
    padding-left: 15px;
    opacity: 0;
    display: flex;
}

    .cart_bottom span {
        width: 24px;
        height: 24px;
        background: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        border-radius: 20px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: -12px;
    }

    .cart_bottom img {
        max-height: 40px;
    }

.logo_bottom {
    position: absolute;
    left: 15px;
    top: 5px;
    display: block;
    opacity: 0;
}

    .logo_bottom img {
        max-height: 40px;
        top: 7px;
        width: initial;
    }

.search_bottom {
    position: absolute;
    right: 71px;
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
    width: 56px;
    border-left: var(--main-boder);
    justify-content: center;
    opacity: 0;
    cursor: pointer;
}

.form_search_bottom {
    position: absolute;
    width: 100vw;
    top: 100%;
    left: 0;
    box-shadow: 0 0 10px -10px #000;
    display: none;
}

    .form_search_bottom .search-header input {
        width: 100%;
        border-radius: 0;
    }

header.show-head .logo_bottom,
header.show-head .cart_bottom,
header.show-head .search_bottom {
    opacity: 1;
}

.banner-top img {
    width: 100%;
}

.banner-top {
    position: relative;
}

.close-banner {
    position: absolute;
    top: 7px;
    right: 7px;
    border: 2px solid #fff;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

    .close-banner i {
        top: -2px;
        position: relative;
    }

.header-top {
    background: #e3edf7;
    padding: 0;
}

.flex-header_top {
    display: flex;
    justify-content: flex-start;
}

    .flex-header_top a {
        font-size: 11px;
        text-transform: uppercase;
        margin: 0 18px;
        line-height: 24px;
        display: inline-block;
        padding: 4px 0;
        color: var(--black-color);
    }

        .flex-header_top a i {
            margin-left: 5px;
            font-size: 18px;
        }

        .flex-header_top a img {
            margin-right: 5px;
        }

.phone-top > a {
    font-weight: 700;
    font-size: 14px;
    color: #e52023;
    margin-left: 0;
    padding-left: 28px;
    position: relative;
}

    .phone-top > a:before {
        content: "";
        background-image: url(../images/list-icon-header.png);
        background-position-x: 54px;
        background-position-y: -17px;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 4px;
        left: 0;
    }

.phone-top {
    position: relative;
    z-index: 999;
}

    .phone-top:hover .sub-phone {
        display: block;
    }

.sub-phone {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    width: 230px;
    display: none;
}

    .sub-phone span {
        font-weight: 700;
    }

    .sub-phone a {
        font-weight: 400;
        font-size: 14px;
        margin: 0;
        display: block;
        padding: 5px 15px;
        border-bottom: 1px dashed #e9e9e9;
        text-transform: initial;
    }

.phone-top a span {
    color: var(--black-color);
}

.flex-top {
    padding: 10px 0 10px 0;
    display: flex;
    align-items: center;
}

    .flex-top .item {
        color: #fff;
        position: relative;
        padding: 0 10px;
        font-size: 13px;
        cursor: pointer;
        display: block;
    }

        .flex-top .item:first-child {
            padding-left: 0;
        }

        .flex-top .item:hover {
            color: #333;
        }

        .flex-top .item:before {
            content: "";
            height: 10px;
            width: 1px;
            background: #dddddd;
            position: absolute;
            right: 0px;
            top: 4px;
        }

        .flex-top .item:last-child {
            padding-right: 0;
        }

            .flex-top .item:last-child::before {
                display: none;
            }

.flex-header {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
    justify-content: space-between;
}

.logo img {
    max-width: 265px;
    object-fit: contain;
    width: initial;
    height: initial;
}

.logo {
    margin-right: 15px;
    aspect-ratio: 170/35;
}

.hotline {
    padding-right: 60px;
}

    .hotline span {
        color: #fff;
        font-size: 14px;
    }

    .hotline a {
        text-transform: uppercase;
        font-size: 19px;
        color: #fff;
        display: block;
    }

.search-header .icon-sr {
    display: none;
}

.search-header {
    position: relative;
}

    .search-header button {
        position: absolute;
        top: 0;
        right: 0;
        border: initial;
        height: 45px;
        width: 45px;
        background: initial;
        font-size: 0;
    }

    .search-header input {
        padding: 5px 40px 5px 15px;
        width: 555px;
        max-width: 100%;
        font-size: 15px;
        color: #abacad;
        height: 45px;
        border: none;
        border-radius: 45px;
        font-family: "Mulish", sans-serif;
        font-weight: 500;
    }

        .search-header input::placeholder {
            font-size: 15px;
            color: #abacad;
            font-family: "Mulish", sans-serif;
        }

.header-right {
    display: flex;
    align-items: center;
}

    .header-right .slide-check {
        display: flex;
        font-size: 14px;
        color: #fff;
        padding-right: 25px;
        align-items: center;
        position: relative;
        cursor: pointer;
        line-height: 1;
        flex-wrap: nowrap;
        margin-left: 10px;
        gap: 10px;
    }

        .header-right .slide-check.log-popup {
            flex-direction: column;
            gap: 0;
        }

        .header-right .slide-check span {
            display: block;
            padding-top: 5px;
            align-self: end;
        }

    .header-right .gio-hang {
        font-size: 14px;
        color: #fff;
        align-items: center;
        position: relative;
        cursor: pointer;
        flex-direction: column;
        line-height: 1;
        flex-wrap: nowrap;
        display: flex;
    }

        .header-right .gio-hang span:not(.count_shopping_cart) {
            display: block;
            padding-top: 5px;
            align-self: end;
            white-space: nowrap;
        }

    .header-right > a {
        position: relative;
    }

    .header-right .count_shopping_cart {
        width: 24px;
        height: 24px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color);
        font-size: 14px;
        line-height: 1;
        border-radius: 20px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: -12px;
    }

.sub-logined {
    position: fixed;
    width: 400px;
    height: 100vh;
    top: 0;
    right: -400px;
    background: #fff;
    transition: all 0.5s linear;
    z-index: 10;
    padding: 25px;
}

.over-logined {
    width: 100vw;
    height: 100vh;
    background: #000000c4;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s linear;
    position: fixed;
    opacity: 0;
    pointer-events: none;
}

    .over-logined.active {
        opacity: 1;
        pointer-events: all;
    }

.sub-logined.active {
    right: 0;
}

.sub-logined h3 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
}

.sub-logined a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #cdcdcdcd;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}

    .sub-logined a.logout {
        text-align: center;
        background: var(--main-color);
        margin-top: 15px;
        padding: 10px;
        border-radius: 25px;
        color: #fff;
        border: 1px solid var(--main-color);
    }

        .sub-logined a.logout:hover {
            background: #fff;
            color: var(--main-color);
        }

    .sub-logined a:first-child {
        padding-top: 0;
    }

.sub-logined:before {
    border-bottom-color: #ffffff;
}

.popup-login {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .popup-login .over {
        width: 100%;
        height: 100%;
        background: #000000c4;
        top: 0;
        left: 0;
        z-index: 9;
    }

.wrapper-login {
    width: 400px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -400px;
    background: #fff;
    transition: all 0.5s linear;
    z-index: 10;
    padding: 25px;
    overflow-y: auto;
}

.popup-login.active .wrapper-login {
    right: 0;
}

.wrapper-login .tab-content > div {
    display: none;
}

    .wrapper-login .tab-content > div.active {
        display: block;
    }

    .wrapper-login .tab-content > div h3 {
        font-size: 18px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height: 1;
    }

    .wrapper-login .tab-content > div > p {
        margin-bottom: 20px;
    }

.wrapper-login .nav-tab {
    overflow: hidden;
    display: none;
}

    .wrapper-login .nav-tab a {
        background: #fff;
        line-height: 58px;
        font-size: 18px;
        text-align: center;
        display: block;
        width: 50%;
        float: left;
    }

    .wrapper-login .nav-tab.nav-tab-full a {
        width: 100%;
    }

    .wrapper-login .nav-tab a.active {
        color: #1c348e;
        border-bottom: 2px solid #1c348e;
        border-right: 1px solid #dadada;
    }

    .wrapper-login .nav-tab a:nth-child(2).active {
        border-right: 0;
        border-left: 1px solid #dadada;
    }

.header-right .icon span {
    position: absolute;
    top: -17px;
    right: -10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #e52023;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.from-login .form-group {
    align-items: center;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
}

    .from-login .form-group a {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 38px;
        background: #05b1f1;
        color: #ffffff;
        padding: 0 10px;
        border-radius: 0 3px 3px 0;
    }

    .from-login .form-group label:not(.error) {
        margin: 0 0 10px 0;
        font-size: 15px;
        font-weight: 700;
    }

.from-login.frm-edit .form-group label:not(.error) {
    width: 20%;
}

.from-login .form-group label:not(.error) > span.text {
    color: silver;
    font-size: 11px;
}

.from-login .form-group label.error,
#SendRequestPopup label.error {
    font-size: 14px;
    color: red;
    margin-bottom: 0;
    font-weight: 400;
}

.alrt-login,
.alrt-regis,
.alrt-contact,
.alrt-cmt,
.alrt-rate,
.alrt-change,
.alrt-email {
    clear: both;
    text-align: center;
    color: red;
    margin-bottom: 10px;
    display: none;
}

.note-register {
    margin-left: 10px;
}

.contact {
    margin-bottom: 20px;
}

.form-radio .grid-contact .radio-inline {
    display: flex;
    align-items: center;
    margin-right: 22px;
}

.from-login .form-group > ._input {
    font-size: 15px;
}

.from-login.frm-edit .form-group > ._input {
    width: 80%;
}

.from-login .form-group > ._input._select {
    display: flex;
}

    .from-login .form-group > ._input._select select {
        width: calc(100% / 3 - 6px);
        margin-right: 9px;
        font-size: 14px;
    }

.purg-lft .from-login .form-group > ._input._select select {
    background: url(../images/bg-select.jpg) no-repeat;
    width: 150px;
    background-position: center right;
    appearance: inherit;
}

.purg-lft .form-group label span {
    color: #da2032;
    padding-left: 2px;
}

.from-login .form-group > ._input._select select:last-child {
    margin-right: 0;
}

.from-login .form-group input {
    width: 100%;
    height: 50px;
    font-size: 15px;
    border-radius: 25px;
}

    .from-login .form-group input::placeholder {
        font-size: 14px;
    }

.from-login .form-group.form-radio input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    opacity: 1;
}

    .from-login .form-group.form-radio input + span {
        display: block;
        margin-left: 7px;
    }

.from-login > span {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    display: block;
}

    .from-login > span a {
        color: #006abf;
    }

.from-login button {
    background: var(--main-color);
    height: 50px;
    border-radius: 25px;
    border: initial;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid var(--main-color);
    transition: all 0.5s linear;
}

    .from-login button:hover {
        background: #fff;
        color: var(--main-color);
    }

.other-login {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    position: relative;
    margin-top: 25px;
    padding-bottom: 15px;
    display: flex;
    gap: 10px;
}

    .other-login p {
        color: #000;
        line-height: 1.5;
        position: absolute;
        top: -11px;
        background: #fff;
        padding: 0 10px;
        left: 50%;
        white-space: nowrap;
        transform: translateX(-50%);
        margin-bottom: 0;
    }

    .other-login .logfb,
    .other-login .loggg, .other-login .zl {
        display: flex;
        width: calc((100% - 10px)/3);
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 700;
        transition: all 0.5s linear;
    }

        .other-login .logfb svg,
        .other-login .loggg svg {
            height: 15px;
            fill: #fff;
        }

    .other-login .logfb {
        background: #1877F2;
        border: 1px solid #1877F2;
        height: 50px;
        border-radius: 50px;
        color: #fff;
    }

    .other-login .loggg {
        background: #CD201F;
        border: 1px solid #CD201F;
        height: 50px;
        border-radius: 50px;
        color: #fff;
    }

    .other-login .zl {
        border: 1px solid #2962ff;
        height: 50px;
        border-radius: 50px;
        color: #2962ff;
    }

.login-taget {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

    .login-taget p {
        color: #000;
        line-height: 1.5;
    }

    .login-taget .btn_register, .login-taget .btn_login {
        display: flex;
        width: 100%;
        height: 50px;
        border-radius: 25px;
        overflow: hidden;
        justify-content: center;
        border: 1px solid #cdcdcd;
        align-items: center;
        cursor: pointer;
        transition: all 0.5s linear;
    }

    .login-taget .btn_login {
        gap: 7.5px;
    }

        .login-taget .btn_login svg.active {
            display: none;
        }

    .login-taget .btn_register:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color: #fff;
    }

    .login-taget .btn_login {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color: #fff;
    }

        .login-taget .btn_login svg {
            display: none;
        }

            .login-taget .btn_login svg.active {
                display: block;
            }

.from-login .form-group.form-date input {
    background: #fff url(../images/bg-select.jpg) no-repeat;
    background-position: center right;
    width: calc(80% / 3 - 7px);
}

    .from-login .form-group.form-date input:nth-child(3) {
        margin: 0 10px;
    }

.wrapper-login .checkbox label {
    float: right;
    display: flex;
    margin-bottom: 20px;
}

.wrapper-login .checkbox input {
    border: 1px solid #a7a7a7;
    width: 22px;
    height: 22px;
    border-radius: 1px;
    margin-right: 10px;
}

.popup-img {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s linear;
}

    .popup-img.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .popup-img .ifr-tv {
        height: initial;
        margin: auto;
        top: 0;
        max-width: calc(100% - 30px);
        z-index: 103;
        position: relative;
    }

    .popup-img .bgblack {
        z-index: 102;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .popup-img .close-pu {
        right: 20px;
        top: 20px;
        color: #fff;
        cursor: pointer;
        opacity: 1;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0);
        border-radius: 100%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: absolute;
        z-index: 1000;
    }

        .popup-img .close-pu:before {
            display: block;
            content: " ";
            position: absolute;
            top: 14px;
            left: 23px;
            width: 4px;
            height: 22px;
            border-radius: 4px;
            background: #fff;
            -webkit-transition: background 0.2s linear;
            transition: background 0.2s linear;
        }

        .popup-img .close-pu:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .popup-img .close-pu:after {
            display: block;
            content: " ";
            position: absolute;
            top: 14px;
            left: 23px;
            width: 4px;
            height: 22px;
            border-radius: 4px;
            background: #fff;
            -webkit-transition: background 0.2s linear;
            transition: background 0.2s linear;
        }

        .popup-img .close-pu:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.close-login,
.close-member {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #7f7f7f;
    top: 25px;
    right: 25px;
    z-index: 1;
    border-radius: 4px;
}

    .close-login:before,
    .close-member:before {
        content: "";
        width: 15px;
        background: #fff;
        height: 1px;
        position: absolute;
        top: 15px;
        left: 8px;
        transform: rotate(45deg);
    }

    .close-login:after,
    .close-member:after {
        content: "";
        width: 15px;
        background: #fff;
        height: 1px;
        position: absolute;
        top: 15px;
        left: 8px;
        transform: rotate(-45deg);
    }

.sticker-prd {
    position: relative;
}

.sticker-wrapper {
    position: absolute;
    width: 260px;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 10px -9px var(--black-color);
    background: #fff;
    z-index: 99;
    transform: translateY(15px);
    border-radius: 0 0 10px 10px;
    opacity: 0;
    pointer-events: none;
}

.list-prd-cate ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    position: relative;
}

    .list-prd-cate ul li {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin: 0;
    }

.list-prd-cate > ul > li > div {
    display: flex;
    width: 100%;
    position: relative;
    padding: 9px 20px;
    transition: all 0.5s linear;
}

.list-prd-cate > ul > li > i {
    display: none;
}

.list-prd-cate > ul > li > div > div,
.list-prd-cate > ul > li > div > p {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.list-prd-cate ul li a {
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 0;
    display: inline-block;
    color: var(--black-color);
    font-weight: 500;
}

.list-prd-cate > ul > li > div a {
    width: initial;
}

.list-prd-cate ul li svg {
    position: absolute;
    top: 15px;
    right: 10px;
}

.list-prd-cate ul li i {
    line-height: 24px;
    color: #a7a7a7;
    position: absolute;
    top: 2px;
    right: 10px;
}

.list-prd-cate ul li:last-child:before {
    display: none;
}

.list-prd-cate ul li a:first-child {
    padding-left: 0;
}

.list-prd-cate ul li > div img {
    margin-right: 10px;
    max-width: 20px;
    object-fit: contain;
    max-height: 100%;
    width: 20px;
    height: initial;
}

.list-prd-cate ul li.hide {
    display: none;
}

.list-prd-cate ul li.more-cate,
.list-prd-cate ul li.hide-cate {
    cursor: pointer;
    text-align: center;
}

    .list-prd-cate ul li.hide-cate p,
    .list-prd-cate ul li.more-cate p {
        text-align: center;
        display: block;
        margin: 0;
        font-size: 13px;
        color: var(--black-color);
        width: 100%;
        padding-top: 6px;
    }

        .list-prd-cate ul li.hide-cate p svg,
        .list-prd-cate ul li.more-cate p svg {
            position: relative;
            top: 0;
            right: -3px;
            font-size: 16px;
        }

.list-prd-cate > ul {
    margin-bottom: 10px;
}

.list-prd-cate ul li.hide-cate {
    display: none;
}

.item-menu > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: #fff;
    width: calc(1269px - 260px);
    height: calc(100% + 21px);
    left: 260px;
    z-index: 9999;
    top: -10px;
    margin: 0;
    list-style: none;
    overflow: auto;
    overflow-x: hidden;
    padding: 30px;
    box-shadow: 0 2px 10px -9px var(--black-color);
    grid-template-columns: repeat(4, 25%);
    border-radius: 0 0 10px 10px;
    transform: translateX(20px);
    display: grid;
}

    .item-menu > ul > li > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

a.pure-menu-link {
    font-weight: 700;
    color: var(--black-color);
    font-size: 13px !important;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
}

    a.pure-menu-link:hover {
        color: #fb490b;
    }

.item-menu > ul > li {
    list-style: none;
    margin-bottom: 0;
    font-size: 16px;
    display: table;
    float: left;
    padding: 0 10px;
    border: 0;
    width: 100%;
    font-weight: 700;
}

    .item-menu > ul > li > a {
        font-weight: 700;
        font-size: 16px;
        display: table;
        color: var(--black-color);
    }

    .item-menu > ul > li img {
        width: 100%;
    }

    .item-menu > ul > li > p {
        text-transform: uppercase;
        font-size: 12px !important;
        font-weight: 700;
        display: flex;
        margin: 0;
    }

        .item-menu > ul > li > p a {
            font-size: 12px;
            color: #4a90e2;
            display: inline-block;
            margin-left: 5px;
            text-transform: initial;
            width: initial;
            font-weight: 400;
        }

    .item-menu > ul > li > ul li {
        line-height: 15px;
        border-bottom: 0;
        font-size: 14px;
        padding: 5px 0;
        padding-bottom: 7px;
        overflow: hidden;
        display: inherit;
    }

        .item-menu > ul > li > ul li a {
            padding-left: 0;
            float: left;
            display: block;
            width: initial;
            font-size: 14px;
            font-weight: initial;
            text-transform: initial;
        }

            .item-menu > ul > li > ul li a:hover,
            .item-menu > ul > li > a:hover {
                color: var(--main-color);
            }

a.pure-menu-link2 {
    display: block;
    color: var(--black-color);
    transition: 0s;
}

    a.pure-menu-link2:hover {
        color: #fd4a0b;
    }

.pure-menu-link2:before {
    display: none;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #aaa;
    position: absolute;
    left: 12px;
    top: 12px;
}

.sub-menu {
    display: none;
}

.sticker-body {
    display: none;
}

.sticker {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-bottom {
    background: #fff;
}

.span-text {
    color: var(--black-color);
    padding: 17px 0;
    font-size: 15px;
    cursor: pointer;
    width: 168px;
    overflow: hidden;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}

    .span-text:after {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        background: #dedede;
        height: 30px;
        width: 1px;
    }

    .span-text img {
        margin-right: 15px;
    }

.text-menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .text-menu li {
        position: relative;
    }

        .text-menu li ul {
            position: absolute;
            top: 100%;
            left: 17.5px;
            transform: translateY(-15px);
            opacity: 0;
            pointer-events: none;
            list-style: none;
            transition: all 0.5s linear;
            background: #fff;
            min-width: 250px;
            padding-left: 0;
            box-shadow: 0 0 10px -10px #000;
        }

        .text-menu li:hover ul {
            transform: translateY(0);
            opacity: 1;
            pointer-events: all;
        }

    .text-menu a {
        font-size: 15px;
        color: var(--black-color);
        font-weight: 700;
        padding: 18px 0;
        display: flex;
        align-items: center;
        margin-left: 35px;
        line-height: 1;
    }

        .text-menu a:hover,
        .text-menu a.active {
            color: var(--main-color);
        }

    .text-menu li ul li a {
        margin-left: 0;
        font-weight: 500;
        padding: 7.5px 10px;
        line-height: 1.4;
    }

.BannerIndexLeft,
.BannerIndexRight {
    position: absolute;
}

.contaner-banner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

    .contaner-banner .wrp {
        width: 1205px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto;
    }

        .contaner-banner .wrp .BannerIndexLeft {
            left: 3px;
            transform: translateX(-100%) translateY(10%);
        }

        .contaner-banner .wrp .BannerIndexRight {
            right: 3px;
            transform: translateX(100%) translateY(10%);
        }

.banner {
    display: grid;
    grid-template-columns: calc(100% - 485px) 485px;
}

.home-banner {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0;
}

.banner-text {
    background: #fff;
    margin-bottom: 7px;
}

    .banner-text > a:first-child {
        color: #ed1c24;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        font-family: "arial-B", sans-serif;
        padding: 5px 10px;
        display: block;
    }

        .banner-text > a:first-child i {
            margin-left: 10px;
            font-size: 16px;
        }

    .banner-text > a {
        display: block;
        padding: 7px 12px;
        border-top: 1px solid #eee;
        line-height: 1.5;
    }

.banner-slider {
    margin-right: 15px;
    aspect-ratio: 770 / 485;
}

    .banner-slider .owl-carousel .owl-item img {
        width: 100%;
        height: initial;
    }

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slider .owl-dots,
.banner_detail .owl-dots,
.slide_banner_category .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

    .banner-slider .owl-dots span,
    .banner_detail .owl-dots span,
    .slide_banner_category .owl-dots span {
        width: 12px;
        height: 12px;
        border-radius: 12px;
        border: 1px solid transparent;
        background: #fff;
        display: block;
        margin: 0 5px;
    }

    .banner-slider .owl-dots button.active span,
    .banner_detail .owl-dots button.active span,
    .slide_banner_category .owl-dots button.active span {
        border: 1px solid #fff;
        background: var(--main-color);
    }

.hb-right {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 -7.5px;
}

    .hb-right a {
        margin: 0 7.5px 15px 7.5px;
        display: flex;
        align-items: start;
        aspect-ratio: 1;
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

        .hb-right a img {
            width: 100%;
            height: initial;
        }

        .hb-right a:after {
            content: "";
            position: absolute;
            pointer-events: none;
            top: 0;
            left: -100%;
            width: 120%;
            height: 100%;
            opacity: 0;
            background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.2), 70%, rgba(255, 255, 255, 0.3) 100% );
            transform: skewX(-25deg);
        }

        .hb-right a:hover:after {
            opacity: 1;
            left: 120%;
            transition-property: left, top, opacity;
            transition-duration: 1s, 2s, 0.1s;
            transition-timing-function: linear;
        }

.sld-banner {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

    .sld-banner.owl-carousel .owl-nav button,
    .slider_nav.owl-carousel .owl-nav button,
    .slide-views .owl-carousel .owl-nav button {
        background: url(../images/arow-slider.png) no-repeat var(--black-color);
        height: 50px;
        width: 25px;
        margin-top: 0;
        transform: translateY(-50%);
        background-position: center;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        top: 50%;
        position: absolute;
        opacity: 0;
        transition: all 0.3s linear;
    }

.slider_nav.owl-carousel .owl-nav button {
    box-shadow: 0 0 10px -5px #333;
    background: #fff;
}

    .slider_nav.owl-carousel .owl-nav button span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .slider_nav.owl-carousel .owl-nav button svg {
        width: 15px;
    }

        .slider_nav.owl-carousel .owl-nav button svg path {
            fill: #d2d2d2;
        }

.sld-banner.owl-carousel:hover .owl-nav button,
.slider_nav.owl-carousel:hover .owl-nav button,
.slide-views:hover .owl-carousel .owl-nav button {
    opacity: 1;
}

.sld-banner.owl-carousel .owl-nav button.owl-next,
.slider_nav.owl-carousel .owl-nav button.owl-next,
.slide-views .owl-carousel .owl-nav button.owl-next {
    transform: translateY(-50%) rotate(180deg);
    right: 0;
}

.sld-banner.owl-carousel .owl-nav button.owl-prev,
.slider_nav.owl-carousel .owl-nav button.owl-prev,
.slide-views .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.sld-banner .owl-item a {
    display: block;
    aspect-ratio: 770 / 485;
}

.banner {
    margin-bottom: 5px;
    padding: 30px 0 0 0;
}

.bg-gray {
    background: #eee;
}

.background_bottom {
    width: 100%;
    margin-bottom: 20px;
}

    .background_bottom a {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        aspect-ratio: 1270 / 155;
    }

        .background_bottom a:after {
            content: "";
            position: absolute;
            pointer-events: none;
            top: 0;
            left: -100%;
            width: 120%;
            height: 100%;
            opacity: 0;
            background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.2), 70%, rgba(255, 255, 255, 0.3) 100% );
            transform: skewX(-25deg);
        }

        .background_bottom a:hover:after {
            opacity: 1;
            left: 120%;
            transition-property: left, top, opacity;
            transition-duration: 1s, 2s, 0.1s;
            transition-timing-function: linear;
        }

    .background_bottom img {
        max-width: 100%;
        width: initial;
        height: initial;
    }

/*discount index*/

.bg-discount {
    background: url(../images/bg-km.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

.discount {
    padding: 40px 0;
    background: #fff;
}

.title-discount {
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    color: var(--main-color);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .title-discount img {
        margin-right: 10px;
    }

    .title-discount span.timecd {
        color: #323232;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
    }

        .title-discount span.timecd span {
            width: 35px;
            height: 35px;
            border-radius: 20px;
            overflow: hidden;
            display: flex;
            align-items: center;
            background: #323232;
            color: #fff;
            text-align: center;
            font-size: 15px;
            justify-content: center;
            margin: 0 5px;
        }

/*item-p*/

.item_p {
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

    .item_p.bordered {
        border: var(--main-boder);
        border-radius: 5px;
    }

    .item_p .img {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 11/10;
    }

        .item_p .img .sale-val {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 13px;
            width: 60px;
            height: 30px;
            line-height: 1;
            display: flex;
            align-items: center;
            border-radius: 3px;
            overflow: hidden;
            background: #ffd8d7;
            text-align: center;
            color: var(--main-color);
            justify-content: center;
            z-index: 4;
        }

        .item_p .img .stick {
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .item_p .img .has-gift {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #fff;
            background: #28b72d;
            font-size: 12px;
            justify-content: center;
            padding: 5px 7.5px;
            line-height: 1;
            border-radius: 12px;
            margin-bottom: 2.5px;
        }

            .item_p .img .has-gift svg {
                fill: #fff;
            }

        .item_p .img img.frame {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            z-index: 3;
            max-height: initial;
            max-width: initial;
        }

        .item_p .img span.sale {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 13px;
            width: 60px;
            height: 30px;
            line-height: 1;
            display: flex;
            align-items: center;
            border-radius: 3px;
            overflow: hidden;
            background: #ffd8d7;
            text-align: center;
            color: var(--main-color);
            justify-content: center;
            z-index: 2;
        }

        .item_p .img span.fa {
            width: 42px;
            height: 42px;
            overflow: hidden;
            border-radius: 21px;
            position: absolute;
            left: calc((100% - 42px) / 2);
            top: calc((100% - 42px) / 2);
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.5s linear;
            cursor: pointer;
            z-index: 10;
        }

        .item_p .img a {
            display: flex;
            position: relative;
            width: 100%;
            height: 100%;
        }

            .item_p .img a img {
                max-width: 100%;
                transition: transform 0.5s linear !important;
                height: initial;
                width: initial !important;
                max-height: 100%;
                object-fit: contain;
            }

        .item_p .img span.sold-out {
            width: 80px;
            height: 80px;
            position: absolute;
            top: 50%;
            z-index: 9;
            left: 50%;
            background: rgba(0, 0, 0, 0.3);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translate(-50%, -50%);
            border: 1px solid rgb(129 129 129 / 30%);
        }

    .item_p:hover a img {
        transform: scale(1.05);
    }

    .item_p:hover span.fa {
        opacity: 1;
    }

    .item_p .desc h3 {
        line-height: 1;
        margin-bottom: 5px;
    }

    .item_p .desc {
        position: relative;
    }

        .item_p .desc .sold-text {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            color: rgba(0, 0, 0, 0.5);
            font-size: 12px;
            padding-top: 2px;
        }

        .item_p .desc .has-gift {
            color: #058314;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 15px;
            gap: 5px;
            line-height: 1;
            min-height: 15px;
        }

            .item_p .desc .has-gift svg {
                fill: #058314;
            }

        .item_p .desc h3,
        .item_p .desc h3 a {
            font-size: 14px;
            color: var(--black-color);
            min-height: 37px;
        }

            .item_p .desc h3 a {
                line-height: 1.4;
                overflow: hidden;
                word-wrap: break-word;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

                .item_p .desc h3 a:hover {
                    color: var(--main-color);
                }

        .item_p .desc .price {
            display: flex;
            flex-wrap: wrap;
            align-items: end;
            margin-bottom: 10px;
            gap: 5px;
            min-height: 42.5px;
        }

            .item_p .desc .price.no-flex {
                flex-direction: column;
                align-items: start;
                min-height: 35px;
            }

            .item_p .desc .price .prPrice {
                font-weight: 500;
                font-size: 14px;
                line-height: 1;
                margin-right: 10px;
                color: var(--black-color);
                text-decoration: line-through;
                float: left;
            }

            .item_p .desc .price .prOldPrice {
                font-weight: 900;
                width: 100%;
                font-size: 16px;
                color: var(--main-color);
                line-height: 1;
            }

            .item_p .desc .price.no-flex > * {
                margin-bottom: 5px;
            }

                .item_p .desc .price.no-flex > *:last-child {
                    margin-bottom: 0;
                }

        .item_p .desc .price-sale {
            display: flex;
            background: url(../images/pattern-sale.webp) no-repeat;
            background-size: 100%;
            margin-bottom: 10px;
            align-items: center;
            padding: 0 5px 0 10px;
            justify-content: space-between;
            aspect-ratio: 222/53;
        }

            .item_p .desc .price-sale .price {
                display: flex;
                flex-direction: column;
                margin-bottom: 0;
                align-items: start;
                justify-content: center;
            }

                .item_p .desc .price-sale .price .prPrice {
                    color: #fff;
                    font-size: 12px;
                }

                .item_p .desc .price-sale .price .prOldPrice {
                    color: #fff;
                    font-size: 18px;
                }

            .item_p .desc .price-sale .sale-val {
                color: #cf0207;
                font-weight: 900;
                font-size: 18px;
                line-height: 1;
            }

    .item_p > .act_add,
    .item_p .click-add {
        line-height: 1;
        font-size: 13px;
        border: 1px solid var(--black-color);
        padding: 12px 0;
        text-align: center;
        border-radius: 20px;
        transition: background 0.5s linear, border 0.5s linear;
        cursor: pointer;
    }

        .item_p > .act_add:hover,
        .item_p .click-add:hover {
            background: var(--main-color);
            border: 1px solid var(--main-color);
            color: #fff;
        }

            .item_p > .act_add:hover .multi-sub .item,
            .item_p .click-add:hover .item {
                color: var(--black-color);
            }

.check-sold-out .line-sold {
    height: 17px;
    background: #ddd;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
}

    .check-sold-out .line-sold .line-sold-active {
        background: #ED020B;
        background: linear-gradient(90deg, rgba(237, 2, 11, 1) 0%, rgba(167, 1, 1, 1) 46%, rgba(167, 1, 1, 1) 100%);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 15px;
        transition: width .8s ease-in-out;
        width: 0%;
    }

    .check-sold-out .line-sold .text {
        font-size: 12px;
        position: absolute;
        width: 100%;
        height: 100%;
        font-weight: 700;
        left: 0;
        top: 0;
        color: #fff;
    }

.check-sold-out {
    position: relative;
    margin-bottom: 10px;
}

    .check-sold-out .ic {
        z-index: 10;
        position: absolute;
        left: 0px;
        bottom: 0;
    }

        .check-sold-out .ic img {
            width: initial;
            height: initial;
        }

.prRating span {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #7b7b7b;
    gap: 2px;
}

.prRating i:not(.fa) {
    background-image: url(../image/icondetaildesktop.jpg);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 2.5px;
}

.prRating .starLight {
    background-position-x: 0;
}

.prRating .starHaft {
    background-position-x: -20px;
}

.prRating .starDark {
    background-position-x: -39px;
}

.prRating i.fa {
    color: #fabb47;
    font-size: 13px;
}

.prRating i.fa-star-o {
    color: #c9cac5;
}
/*san pham moi & noi bat*/
.background-section {
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_new_highlight {
    padding: 40px 0;
}

._grid_new_highlight {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 -10px;
}

    ._grid_new_highlight > * {
        margin: 0 10px;
    }

        ._grid_new_highlight > * .banner_category {
            margin-bottom: 15px;
        }
/*thuong hieu*/
.section_brand {
    position: relative;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

._slide_brand {
    position: initial;
}

    ._slide_brand a {
        border-radius: 50px;
        overflow: hidden;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 200 / 66;
        border: var(--main-boder);
    }

        ._slide_brand a img {
            height: initial;
            width: initial !important;
        }

/* san pham ban chay */

.section_bestsale,
.section_category {
    padding-bottom: 20px;
}

    .section_bestsale .banner_category,
    .section_category .banner_category {
        margin-bottom: 15px;
    }

    .section_category .background-section {
        border-radius: 5px;
        padding: 15px;
        background-position: top;
        background-size: 100% 100%;
    }

.banner_category {
    position: relative;
}

    .banner_category img {
        width: 100%;
    }

    .banner_category h1 {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: center;
        color: #fff;
    }

.banner_bestsale {
    margin-bottom: 40px;
    display: flex;
    gap: 15px;
}

    .banner_bestsale .item {
        width: 50%;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        aspect-ratio: 628 / 160;
    }

        .banner_bestsale .item::after {
            content: "";
            position: absolute;
            pointer-events: none;
            top: 0;
            left: -100%;
            width: 120%;
            height: 100%;
            opacity: 0;
            background: linear-gradient( to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.2), 70%, rgba(255, 255, 255, 0.3) 100% );
            transform: skewX(-25deg);
        }

        .banner_bestsale .item:hover::after {
            opacity: 1;
            left: 120%;
            transition-property: left, top, opacity;
            transition-duration: 1s, 2s, 0.1s;
            transition-timing-function: linear;
        }

        .banner_bestsale .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .banner_bestsale .item .infor {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .banner_bestsale .item .infor h3 {
                font-size: 18px;
                font-weight: 800;
                color: #fff;
                line-height: 1.5;
                margin-bottom: 10px;
            }

            .banner_bestsale .item .infor p {
                font-weight: 300;
                line-height: 1;
                color: #fff;
                font-size: 14px;
            }

            .banner_bestsale .item .infor .btn_banner {
                width: 110px;
                height: 32px;
                border-radius: 20px;
                overflow: hidden;
                color: #fff;
                background: rgba(255, 255, 255, 0.15);
                box-shadow: 0 0 10px -5px var(--black-color);
                display: flex;
                align-items: center;
                justify-content: center;
            }

/* snn pham trang chu */

.grid_category {
    display: grid;
    grid-template-columns: 270px calc(100% - 540px) 270px;
}

    .grid_category > * {
        margin: 0;
    }

    .grid_category ._banner {
        border-radius: 5px;
        overflow: hidden;
        margin-right: 15px;
        aspect-ratio: 255 / 434;
    }

        .grid_category ._banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .grid_category .child_category {
        margin-left: 15px;
    }

        .grid_category .child_category .item {
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            display: flex;
            padding: 15px;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
            height: calc(100% / 4 - 15px);
        }

            .grid_category .child_category .item .text h2 {
                font-size: 15px;
                font-weight: 900;
                text-transform: uppercase;
                line-height: 1.5;
                margin-bottom: 4px;
            }

            .grid_category .child_category .item .text span {
                font-size: 14px;
                line-height: 1;
            }

            .grid_category .child_category .item .img {
                max-width: 70px;
                display: flex;
                align-items: center;
                justify-content: center;
                max-height: 70px;
                aspect-ratio: 1;
            }

                .grid_category .child_category .item .img img {
                    max-width: 100%;
                    height: initial;
                }

            .grid_category .child_category .item .text {
                width: calc(100% - 70px);
            }

        .grid_category .child_category .last {
            line-height: 1;
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            height: calc(100% / 4 - 6px);
            font-size: 15px;
        }

.news_index {
    padding-bottom: 20px;
}

.line-trade,
.lightning {
    position: relative;
    margin: 0 0 5px 0;
    display: table;
}

    .line-trade:before,
    .lightning:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background: url(../images/icondetaildesktop.png);
        background-position: -28px -21px;
        top: -1px;
        left: -1px;
    }

    .lightning:before {
        background-position: 1px -21px;
    }

    .lightning span {
        background: linear-gradient(270deg, #ed2023 4.6%, #fa790a 94.58%);
        color: #fff;
        display: inline-block;
        line-height: 20px;
        padding: 0 15px 0 30px;
        border-radius: 10px;
        font-size: 12px;
    }

    .line-trade span {
        font-size: 12px;
        color: #fff;
        background: #ec2327;
        line-height: 20px;
        padding: 0 13px;
        display: table-cell;
        margin: 0;
    }

        .line-trade span:first-child {
            border-radius: 10px 0 0 10px;
            padding-left: 30px;
        }

        .line-trade span:last-child {
            border-radius: 0 10px 10px 0;
            background: #0e64a9;
        }

.prDisPercent {
    font-size: 14px;
    display: inline-block;
    color: #ec2327;
    font-weight: 400 !important;
    margin-left: 10px;
}

.prRating span:nth-child(2) {
    font-size: 14px;
    top: -1px;
    margin-left: 10px;
    position: relative;
    font-weight: 400;
}

.lst_comment .prRating span:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    font-size: initial;
}

.lst_comment .prRating span {
    margin-right: 10px;
}

.prRating {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
}

.grid-pro-5,
.grid-pro-4 {
    display: grid;
    grid-template-columns: repeat(6, calc(100% / 6));
    padding: 0;
    border-bottom: var(--main-boder);
    border-left: var(--main-boder);
}

.grid-prd-5 .item {
    border-right: var(--main-boder);
    border-top: var(--main-boder);
    position: relative;
    overflow: hidden;
}

.grid-prd-5 .view-tt-prd {
    grid-column: 1/6;
}

.grid-pro-4 .item-img {
    grid-column: 1/3;
}

.grid-prd-4 .view-tt-prd,
.grid_product .view-tt-prd,
.ppage {
    grid-column: 1/5;
}

.ppage {
    width: 100%;
}

.list_product .item_p {
    padding: 15px 0;
    border-bottom: var(--main-boder);
    display: flex;
    grid-gap: 20px;
}

    .list_product .item_p:first-child {
        padding-top: 0;
    }

    .list_product .item_p .img {
        width: 260px;
    }

    .list_product .item_p .desc {
        width: calc(100% - 260px);
    }

        .list_product .item_p .desc h3,
        .list_product .item_p .desc h3 a {
            min-height: initial;
        }

        .list_product .item_p .desc .price {
            margin-bottom: 15px;
        }

.ppage {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    margin-top: 15px;
}

    .ppage div,
    .ppage a,
    .ppage span {
        width: 30px;
        height: 30px;
        border: 1px solid #b4b4b4;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        cursor: pointer;
    }

        .ppage div.hidden,
        .ppage div.disabled,
        .ppage a.hidden,
        .ppage a.disabled {
            display: none;
        }

        .ppage div.active,
        .ppage span {
            border: 1px solid var(--main-color);
        }

.grid-prd-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0;
}

.view-tt-prd {
    display: table;
    margin: 15px auto 0px;
    line-height: 33px;
    padding: 0;
    background: #fff;
    color: var(--main-color);
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    grid-column: 1/7;
    transition: all 0.5s linear;
}

    .view-tt-prd:hover {
        background: var(--main-color);
        color: #fff;
    }

    .view-tt-prd span {
        display: block;
        padding: 0 25px;
    }

    .view-tt-prd i {
        margin-left: 5px;
        font-size: 18px;
    }

.more_hot_index {
    padding: 0 25px;
}

.item-img img {
    width: 100%;
}

.prd-intro_1 {
    padding-bottom: 20px;
}

.item-img_v2 {
    grid-column: 1/3;
}

.title_v2 {
    color: var(--black-color);
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 15px;
}

    .title_v2 ._more {
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        margin-left: 20px;
        text-decoration: underline;
    }

    .title_v2 a.view-all {
        text-transform: initial;
        font-weight: 400;
        font-size: 14px;
        color: var(--black-color);
    }

    .title_v2 a i {
        margin-left: 5px;
        color: #1d3c93;
    }

.slider-category a .img {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.slider-category a img {
    max-width: 100%;
    transition: transform 0.5s linear !important;
    max-height: 100%;
    object-fit: contain;
    width: initial;
    height: initial;
}

.slider-category a:hover img {
    transform: scale(1.05);
}

.slider-category h3 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.slider-category {
    position: initial;
    margin-bottom: 40px;
}

.category-wrap {
    position: relative;
    margin-top: 0px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    gap: 15px;
    margin-bottom: 15px;
}

    .category-wrap .item {
        width: calc((100% - 105px)/8);
    }

        .category-wrap .item .img {
            overflow: hidden;
            margin: auto;
            margin-bottom: 15px;
            display: flex;
            aspect-ratio: 1;
            align-items: center;
            justify-content: center;
        }

            .category-wrap .item .img img {
                max-width: 100%;
                max-height: 100%;
                width: initial;
                height: initial;
                object-fit: contain;
            }

        .category-wrap .item h3 {
            font-size: 14px;
            font-weight: 500;
            text-align: center;
        }

.owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.slider_seen.owl-carousel {
    position: initial;
}

    .slider-category.owl-carousel .owl-nav button,
    .slider-discount_v1.owl-carousel .owl-nav button,
    .slider-discount_v2.owl-carousel .owl-nav button,
    ._slide_new_highlight.owl-carousel .owl-nav button,
    ._slide_brand.owl-carousel .owl-nav button,
    .slide_category.owl-carousel .owl-nav button,
    .slider_same.owl-carousel .owl-nav button,
    .slider_seen.owl-carousel .owl-nav button,
    .slide-viewed.owl-carousel .owl-nav button {
        border-radius: 50%;
        background-color: #fff;
        right: 0;
        opacity: 1;
        width: 38px;
        height: 38px;
        position: absolute;
        top: -9px;
        line-height: 1;
        color: var(--black-color);
        border: 1px solid var(--black-color);
        overflow: hidden;
        transition: all 0.5s linear;
    }

.slide-viewed.owl-carousel .owl-nav button {
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.slider-discount_v1.owl-carousel .owl-nav button,
.slider-discount_v2.owl-carousel .owl-nav button,
._slide_new_highlight.owl-carousel .owl-nav button,
.slide_category.owl-carousel .owl-nav button {
    top: 50%;
    right: 20px;
    transform: translateY(calc(-50% - 100px));
}

    .slider-category.owl-carousel .owl-nav button:hover,
    .slider-discount_v1.owl-carousel .owl-nav button:hover,
    .slider-discount_v2.owl-carousel .owl-nav button:hover,
    ._slide_new_highlight.owl-carousel .owl-nav button:hover,
    ._slide_brand.owl-carousel .owl-nav button:hover,
    .slide_category.owl-carousel .owl-nav button:hover,
    .slider_same.owl-carousel .owl-nav button:hover,
    .slider_seen.owl-carousel .owl-nav button:hover,
    .slide-viewed.owl-carousel .owl-nav button:hover {
        color: #fff;
        background: var(--main-color);
        border: 1px solid var(--main-color);
    }

    .slider-category.owl-carousel .owl-nav button span,
    .slider-discount_v1.owl-carousel .owl-nav button span,
    .slider-discount_v2.owl-carousel .owl-nav button span,
    ._slide_new_highlight.owl-carousel .owl-nav button span,
    ._slide_brand.owl-carousel .owl-nav button span,
    .slide_category.owl-carousel .owl-nav button span,
    .slider_same.owl-carousel .owl-nav button span,
    .slider_seen.owl-carousel .owl-nav button span,
    .slide-viewed.owl-carousel .owl-nav button span {
        font-size: 30px;
    }

.slider-category.owl-carousel .owl-nav button.owl-prev,
._slide_brand.owl-carousel .owl-nav button.owl-prev,
._slide_brand.owl-carousel .owl-nav button.owl-prev,
.slider_same.owl-carousel .owl-nav button.owl-prev,
.slider_seen.owl-carousel .owl-nav button.owl-prev {
    right: 48px;
}

.slider-discount_v1.owl-carousel .owl-nav button.owl-prev,
.slider-discount_v2.owl-carousel .owl-nav button.owl-prev,
._slide_new_highlight.owl-carousel .owl-nav button.owl-prev,
.slide_category.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.slide-viewed.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}

    .slider-category.owl-carousel .owl-nav button.owl-prev span,
    .slider-category.owl-carousel .owl-nav button.owl-next span,
    .slider-discount_v1.owl-carousel .owl-nav button.owl-prev span,
    .slider-discount_v1.owl-carousel .owl-nav button.owl-next span,
    .slider-discount_v2.owl-carousel .owl-nav button.owl-prev span,
    .slider-discount_v2.owl-carousel .owl-nav button.owl-next span,
    ._slide_new_highlight.owl-carousel .owl-nav button.owl-prev span,
    ._slide_new_highlight.owl-carousel .owl-nav button.owl-next span,
    ._slide_brand.owl-carousel .owl-nav button.owl-prev span,
    ._slide_brand.owl-carousel .owl-nav button.owl-next span,
    .slide_category.owl-carousel .owl-nav button.owl-prev span,
    .slide_category.owl-carousel .owl-nav button.owl-next span,
    .slider_same.owl-carousel .owl-nav button.owl-prev span,
    .slider_same.owl-carousel .owl-nav button.owl-next span,
    .slider_seen.owl-carousel .owl-nav button.owl-prev span,
    .slider_seen.owl-carousel .owl-nav button.owl-next span,
    .slide-viewed.owl-carousel .owl-nav button.owl-prev span,
    .slide-viewed.owl-carousel .owl-nav button.owl-next span {
        font-size: 0;
        position: relative;
    }

        .slider-category.owl-carousel .owl-nav button.owl-prev span:before,
        .slider-discount_v1.owl-carousel .owl-nav button.owl-prev span:before,
        .slider-discount_v2.owl-carousel .owl-nav button.owl-prev span:before,
        ._slide_new_highlight.owl-carousel .owl-nav button.owl-prev span:before,
        ._slide_brand.owl-carousel .owl-nav button.owl-prev span:before,
        .slide_category.owl-carousel .owl-nav button.owl-prev span:before,
        .slider_same.owl-carousel .owl-nav button.owl-prev span:before,
        .slider_seen.owl-carousel .owl-nav button.owl-prev span:before,
        .slide-viewed.owl-carousel .owl-nav button.owl-prev span:before {
            content: "\f104";
            font: normal normal normal 22px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .slider-category.owl-carousel .owl-nav button.owl-next span:before,
        .slider-discount_v1.owl-carousel .owl-nav button.owl-next span:before,
        .slider-discount_v2.owl-carousel .owl-nav button.owl-next span:before,
        ._slide_new_highlight.owl-carousel .owl-nav button.owl-next span:before,
        ._slide_brand.owl-carousel .owl-nav button.owl-next span:before,
        .slide_category.owl-carousel .owl-nav button.owl-next span:before,
        .slider_same.owl-carousel .owl-nav button.owl-next span:before,
        .slider_seen.owl-carousel .owl-nav button.owl-next span:before,
        .slide-viewed.owl-carousel .owl-nav button.owl-next span:before {
            content: "\f105";
            font: normal normal normal 22px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.slider-category .owl-dots,
._slide_brand .owl-dots {
    margin-top: 15px;
}

.slider-discount_v1 .owl-dots,
.slider-discount_v2 .owl-dots,
._slide_new_highlight .owl-dots {
    margin-top: 20px;
}

    .slider-category .owl-dots span,
    .slider-discount_v1 .owl-dots span,
    .slider-discount_v2 .owl-dots span,
    ._slide_new_highlight .owl-dots span,
    ._slide_brand .owl-dots span {
        width: 10px;
        height: 10px;
        background: #dddddd;
        border-radius: 10px;
        display: block;
        margin: 0 5px;
    }

    .slider-discount_v1 .owl-dots span,
    .slider-discount_v2 .owl-dots span {
        background: #eee;
    }

    .slider-category .owl-dots button.active span,
    .slider-discount_v1 .owl-dots button.active span,
    .slider-discount_v2 .owl-dots button.active span,
    ._slide_new_highlight .owl-dots button.active span,
    ._slide_brand .owl-dots button.active span {
        background: var(--main-color);
    }

._slide_new_highlight.owl-carousel .owl-stage,
.slide_category.owl-carousel .owl-stage,
.slider-discount_v1.owl-carousel .owl-stage,
.slider-discount_v2.owl-carousel .owl-stage {
    display: flex;
}

._slide_new_highlight.owl-carousel .owl-item,
.slide_category.owl-carousel .owl-item,
.slider-discount_v1.owl-carousel .owl-item,
.slider-discount_v2.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

    ._slide_new_highlight.owl-carousel .owl-item .item_p,
    .slide_category.owl-carousel .owl-item .item_p,
    .slider-discount_v1.owl-carousel .owl-item .item_p,
    .slider-discount_v2.owl-carousel .owl-item .item_p {
        display: flex;
        flex-direction: column;
    }

.slick-dot, .swiper-pagination {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
    gap: 10px;
    position: initial;
}


    .slick-dot li button,
    .swiper-pagination .swiper-pagination-bullet {
        border: none;
        background: #fff;
        font-size: 0;
        width: 10px;
        height: 10px;
        padding: 0;
        display: flex;
        border-radius: 50px;
        margin: 0 !important;
        opacity: 1;
    }

        .slick-dot li.slick-active button,
        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--main-color);
        }

.slick-arrow, .swiper-button-prev, .swiper-button-next {
    opacity: 1;
    width: 38px;
    height: 38px;
    line-height: 1;
    color: var(--black-color);
    border: 1px solid var(--black-color);
    overflow: hidden;
    transition: all 0.5s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 14px;
    }

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: 0;
    }

    .slick-arrow svg {
    }

    .swiper-button-prev, .swiper-button-next:hover {
        color: #fff;
        background: var(--main-color);
        border: 1px solid var(--main-color);
    }

    .slick-arrow:hover svg {
        fill: #fff;
    }

._slide_new_highlight {
    position: relative;
    overflow: hidden;
}

    ._slide_new_highlight .swiper-button-prev,
    ._slide_new_highlight .swiper-button-next {
        top: 50%;
        transform: translateY(calc(-50% - 70px));
    }

    ._slide_new_highlight .swiper-button-prev {
        left: 15px;
    }

    ._slide_new_highlight .swiper-button-next {
        right: 15px;
    }

.special-product, .category-product {
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 15px;
    background: #fff;
}

.tab-special, .tab-category {
    display: flex;
    border-bottom: var(--main-boder);
    background: #fff;
}

    .tab-special .item-tab,
    .tab-category .item-tab {
        padding: 10px 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        font-weight: 900;
        position: relative;
        cursor: pointer;
        min-height: 70px;
        border-right: var(--main-boder);
    }

        .tab-category .item-tab img {
            filter: grayscale(100%);
        }

        .tab-special .item-tab:last-child,
        .tab-category .item-tab:last-child {
            border-right: none;
        }

        .tab-special .item-tab.active,
        .tab-category .item-tab.active {
            background: #FFE5E5;
            background: linear-gradient(0deg, rgba(255, 229, 229, 1) 0%, rgba(255, 252, 252, 1) 67%, rgba(255, 255, 255, 1) 100%);
            color: var(--main-color);
        }

            .tab-category .item-tab.active img {
                filter: grayscale(0);
            }

            .tab-special .item-tab.active:before,
            .tab-category .item-tab.active:before {
                content: '';
                height: 2px;
                width: 100%;
                background: var(--main-color);
                position: absolute;
                bottom: -1px;
                left: 0;
            }

        .tab-special .item-tab p,
        .tab-category .item-tab p,
        .tab-category .item-tab h2 {
            margin-bottom: 0;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 21px;
            font-weight: 900;
        }

.container-suggest {
    background: #fff;
    border-radius: 15px;
    padding: 25px 15px;
    margin-bottom: 20px;
}

    .container-suggest .more_d {
        margin-bottom: 0;
    }

.banner-suggest {
    margin-bottom: 20px;
    aspect-ratio: 1270/208.5;
    overflow: hidden;
}

    .banner-suggest .item, .banner-suggest .item-p {
        aspect-ratio: 629/209;
        overflow: hidden;
        border-radius: 10px;
        display: block;
        position: relative;
    }

        .banner-suggest .item:after {
            content: "";
            position: absolute;
            pointer-events: none;
            top: 0;
            left: -100%;
            width: 120%;
            height: 100%;
            opacity: 0;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.2), 70%, rgba(255, 255, 255, 0.3) 100%);
            transform: skewX(-25deg);
        }

        .banner-suggest .item:hover:after {
            opacity: 1;
            left: 120%;
            transition-property: left, top, opacity;
            transition-duration: 1s, 2s, 0.1s;
            transition-timing-function: linear;
        }

        .banner-suggest .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .banner-suggest:not(.owl-carousel) {
        display: flex;
        gap: 15px;
    }

        .banner-suggest:not(.owl-carousel) .item {
            width: calc((100% - 15px)/2);
        }

.banner-special,
.banner-category {
    aspect-ratio: 1250/128;
    overflow: hidden;
    margin-bottom: 15px;
}

    .banner-special .item,
    .banner-category .item {
        position: relative;
        aspect-ratio: 1250/128;
        display: block;
    }

        .banner-special .item img,
        .banner-category .item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
        }

        .banner-special .item:after,
        .banner-category .item:after {
            content: "";
            position: absolute;
            pointer-events: none;
            top: 0;
            left: -100%;
            width: 120%;
            height: 100%;
            opacity: 0;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.2), 70%, rgba(255, 255, 255, 0.3) 100%);
            transform: skewX(-25deg);
        }

        .banner-special .item:hover:after,
        .banner-category .item:hover:after {
            opacity: 1;
            left: 120%;
            transition-property: left, top, opacity;
            transition-duration: 1s, 2s, 0.1s;
            transition-timing-function: linear;
        }

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.clear-viewed {
    cursor: pointer;
    padding-top: 5px;
}

    .clear-viewed:hover {
        color: var(--main-color);
    }

.viewed-product-index {
    aspect-ratio: 1270/168;
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px 30px;
    border-radius: 15px;
}

    .viewed-product-index .item {
        display: flex;
        border: var(--main-boder);
        border-radius: 6px;
        overflow: hidden;
        padding: 10px;
        align-items: center;
    }

        .viewed-product-index .item .img {
            width: 80px;
            aspect-ratio: 1;
            overflow: hidden;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .viewed-product-index .item .img img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
                width: initial;
                height: initial;
            }

        .viewed-product-index .item .info {
            width: calc(100% - 80px);
            padding-left: 10px;
            position: relative;
            padding-right: 20px;
        }

            .viewed-product-index .item .info .name {
                margin-bottom: 5px;
            }

                .viewed-product-index .item .info .name a {
                    overflow: hidden;
                    word-wrap: break-word;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                }

            .viewed-product-index .item .info .price {
                font-weight: 900;
                width: 100%;
                font-size: 16px;
                color: var(--main-color);
                line-height: 1;
                margin-bottom: 0;
            }

            .viewed-product-index .item .info .remove-viewed {
                width: 18px;
                height: 18px;
                border-radius: 18px;
                overflow: hidden;
                position: absolute;
                top: 0;
                right: 0;
                background: #98a2b3;
                cursor: pointer;
            }

                .viewed-product-index .item .info .remove-viewed:before,
                .viewed-product-index .item .info .remove-viewed:after {
                    content: '';
                    width: 10px;
                    height: 1px;
                    display: block;
                    background: #fff;
                    top: 8px;
                    left: 4px;
                    position: absolute;
                }

                .viewed-product-index .item .info .remove-viewed:before {
                    transform: rotate(45deg);
                }

                .viewed-product-index .item .info .remove-viewed:after {
                    transform: rotate(-45deg);
                }

.grid-penitem {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.load-special-index.loaded .grid-penitem, .load-category-index.loaded .grid-penitem {
    gap: 15px;
}

.load-special-index .more_d {
    margin-top: 15px;
    margin-bottom: 0;
}

.grid-penitem .item_p, .grid-penitem .item-p {
    width: calc(calc(100% - 60px)/5);
    aspect-ratio: 236/382;
}

.grid-penitem .item_p {
    padding: 10px;
    border: var(--main-boder);
}

    .grid-penitem .item_p > .act_add,
    .grid-penitem .item_p .click-add {
        width: 100%;
    }

.load-special-index, .load-category-index {
    padding: 15px;
}

    .load-special-index.load {
        padding: 0;
    }

    .load-category-index .banner-category:last-child {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .load-category-index .more_d {
        margin-bottom: 0;
        margin-top: 15px;
    }

.skeleton {
    width: 100%;
    margin: auto;
    height: 100%;
}

    .skeleton .placeholder {
        position: relative;
        background: #f1f1f1;
        border-radius: 3px;
        overflow: hidden;
    }

        .skeleton .placeholder:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100px;
            left: -100px;
            top: 0;
            background: linear-gradient(to right, transparent, #ffffff70, transparent);
            animation: reflect 800ms ease-out infinite;
        }

    .skeleton .content {
        width: 100%;
        height: 100%;
    }

@keyframes reflect {
    to {
        left: calc(100% + 100px);
    }
}

/*tin tuc*/
.section_news .title_v2 {
    margin-bottom: 20px;
}

.grid_news {
    display: grid;
    grid-template-columns: calc(100% - 370px) 370px;
    margin: 0 -10px;
    margin-bottom: 20px;
}

    .grid_news > * {
        margin: 0 10px;
    }

.news_index {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.grid_news_index {
    display: grid;
    grid-template-columns: calc(100% - 335px) 335px;
    margin: 0 -10px;
}

    .grid_news_index .item {
        margin: 0 10px;
        margin-bottom: 15px;
    }

        .grid_news_index .item:first-child {
            border: 1px solid #f1f1f1;
            border-top: none;
            border-radius: 4px;
            grid-row: 1/7;
            margin-bottom: 0;
        }

        .grid_news_index .item .img {
            border-radius: 4px;
            overflow: hidden;
            aspect-ratio: 16/9;
        }

            .grid_news_index .item .img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform 0.5s linear;
            }

        .grid_news_index .item .infor {
            padding: 30px;
        }

            .grid_news_index .item .infor h3 {
                font-size: 18px;
                font-weight: 600;
                line-height: 1.5;
            }

        .grid_news_index .item:hover .img img {
            transform: scale(1.05);
        }

        .grid_news_index .item:nth-child(n + 2) {
            display: flex;
            align-items: start;
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 15px;
        }

            .grid_news_index .item:nth-child(n + 2) .img {
                width: 130px;
            }

            .grid_news_index .item:nth-child(n + 2) .infor {
                width: calc(100% - 130px);
                padding: 0 0 0 15px;
            }

            .grid_news_index .item:nth-child(n + 2) h3 {
                font-size: 15px;
                font-weight: 500;
                line-height: 1.5;
            }

            .grid_news_index .item:nth-child(n + 2) .desc {
                padding: 0 0 0 15px;
            }

        .grid_news_index .item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.tips_index {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.grid_tip .item .img {
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

    .grid_tip .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s linear;
    }

.grid_tip .item :hover .img img {
    transform: scale(1.05);
}

.grid_tip .item {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    display: block;
}

    .grid_tip .item:nth-of-type(1) {
        padding-top: 0;
    }

        .grid_tip .item:nth-of-type(1) h3 {
            font-size: 15px;
            padding: 15px 0 0 0;
            margin-bottom: 0;
        }

    .grid_tip .item:nth-of-type(n + 2) {
        display: flex;
    }

        .grid_tip .item:nth-of-type(n + 2) .img {
            width: 80px;
        }

        .grid_tip .item:nth-of-type(n + 2) h3 {
            padding-left: 10px;
            font-size: 15px;
            width: calc(100% - 80px);
        }

    .grid_tip .item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

/* dich vu*/

.section_services {
    padding: 40px 0;
    background: url(../image/banner-dvkh.jpg) no-repeat;
    background-size: 100%;
}

    .section_services .title_v4 {
        color: #ffffff;
        text-align: center;
        font-size: 24px;
        font-weight: 900;
        line-height: 1;
        margin-bottom: 40px;
    }

.grid_services .item {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 40px 20px;
}

    .grid_services .item .icon {
        margin: auto;
        margin-bottom: 30px;
        width: 80px;
        height: 80px;
        display: flex;
    }

    .grid_services .item h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .grid_services .item img {
        width: initial;
        margin: auto;
    }

/*de xuat*/

.grid-dexuat {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 -7.5px;
}

    .grid-dexuat > * {
        margin: 0 7.5px 15px 7.5px;
    }

    .grid-dexuat .item-p {
        aspect-ratio: 236 / 282;
    }

.more_d {
    font-size: 14px;
    line-height: 1;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/6;
    cursor: pointer;
    border: 1px solid #333;
    margin: 0 auto 20px auto;
    transition: all 0.5s linear;
}

    .more_d:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color: #fff;
    }

.grid-dexuat .load {
    grid-column: 1/6;
    margin: auto;
}

.email_letter {
    max-width: 590px;
    margin: auto;
    margin-bottom: 30px;
    padding-top: 30px;
}

    .email_letter h2 {
        font-size: 21px;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 10px;
        text-align: center;
    }

    .email_letter p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }

.form-footer {
    display: flex;
    align-items: center;
    position: relative;
}

    .form-footer label.error {
        position: absolute;
        top: 100%;
        color: red;
        font-size: 14px;
    }

    .form-footer input {
        height: 43px;
        padding: 0 12px;
        font-size: 16px;
        color: #a8a8a8;
        border-radius: 25px;
    }

        .form-footer input::placeholder {
            font-size: 16px;
            color: #a8a8a8;
        }

    .form-footer button {
        background: var(--main-color);
        color: #fff;
        height: 43px;
        width: 144px;
        border: initial;
        border-radius: 25px;
        display: inline-block;
        margin-left: 15px;
        transition: 0.2s linear;
        border: 1px solid var(--main-color);
    }

        .form-footer button:hover {
            color: var(--main-color);
            background: #fff;
        }

.grid-footer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

    .grid-footer .item a {
        display: block;
        line-height: 24px;
        font-size: 14px;
    }

        .grid-footer .item a.hides {
            display: none;
        }

    .grid-footer .item p {
        font-weight: 900;
        font-size: 16px;
    }

.view-a {
    color: #1d3c93;
    margin-top: 5px;
    cursor: pointer;
}

    .view-a i {
        font-size: 18px;
        margin-left: 5px;
    }

.mxh a {
    width: 30px;
    height: 30px;
    background: #45619d;
    display: inline-block;
    margin-right: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}

    .mxh a:nth-child(2) {
        background: #55acee;
    }

    .mxh a:nth-child(3) {
        background: #db3939;
    }

    .mxh a:nth-child(4) {
        background: #d10055;
    }

    .mxh a:nth-child(1):hover {
        background: #056bad;
    }

    .mxh a:nth-child(2):hover {
        background: #056bad;
    }

    .mxh a:nth-child(3):hover {
        background: #056bad;
    }

    .mxh a:nth-child(4):hover {
        background: #056bad;
    }

.footer_bottom .grid_infor_footer {
    border-top: 1px solid #e4e4e4;
    padding: 30px 0;
}

.grid_infor_footer {
    display: flex;
    gap: 20px;
}

.ageny_footer {
    width: calc((100% - 20px) / 5);
    background: #ededed;
    border-radius: 10px;
    overflow: hidden;
}

    .ageny_footer > p {
        background: var(--main-color);
        color: #fff;
        padding: 7.5px 15px;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 14px;
        margin-bottom: 0;
    }

.area-agency {
    padding: 15px;
}

    .area-agency .area {
        font-weight: 900;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .area-agency .item .agen {
        font-size: 14px;
        font-weight: 700;
        display: flex;
        gap: 10px;
        background: #fff;
        border-radius: 4px;
        margin-bottom: 10px;
        padding: 7.5px 10px;
    }

        .area-agency .item .agen svg {
            fill: var(--main-color);
        }

.list-map {
    width: calc((100% - 20px) * 55 / 100);
    border: var(--main-boder);
    border-radius: 10px;
    padding: 15px;
}

    .list-map .area-detail {
        display: none;
    }

.area-detail .desc {
    margin-bottom: 10px;
}

    .area-detail .desc p {
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px !important;
        font-size: 15px;
        text-align: left;
        line-height: 1.4 !important;
    }

        .area-detail .desc p strong,
        .area-detail .desc p b {
            font-weight: 700;
        }

        .area-detail .desc p svg {
            fill: var(--main-color);
            position: absolute;
            left: 0;
            top: 4px;
        }

.area-detail .map {
    display: block;
    aspect-ratio: 645 / 210;
}

    .area-detail .map img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.list-map .area-detail:first-child {
    display: block;
}

.contact_footer {
    width: calc((100% - 20px) / 4);
}

    .contact_footer h3,
    .grid_infor_footer .item p {
        font-weight: 900;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 20px;
    }

        .grid_infor_footer .item p.color-white {
            opacity: 0;
        }

    .contact_footer p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0;
    }

.grid_infor_footer .item p {
    margin-bottom: 15px;
}

.hotline-contact .phone_p {
    border-bottom: var(--main-boder);
    padding-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.hotline-contact {
    margin-bottom: 15px;
}

    .hotline-contact .phone_p:nth-of-type(n + 2) {
        padding-top: 10px;
    }

    .hotline-contact .phone_p p {
        margin-bottom: 0;
        font-weight: 400;
    }

    .hotline-contact .phone_p .icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9e9e9;
        border-radius: 50%;
    }

    .hotline-contact .phone_p p:nth-of-type(1) {
        min-width: 90px;
    }

    .hotline-contact .phone_p p a {
        font-weight: 700;
        color: var(--main-color);
    }

.social-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
}

    .social-footer p {
        margin-bottom: 0 !important;
    }

.bct div,
.bct p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hidden-mb {
    display: none;
}

.popup-vd .bgblack {
    z-index: 102;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.popup-vd {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s linear;
    display: flex;
}

    .popup-vd.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .popup-vd .ifr-tv {
        z-index: 103;
        position: relative;
        width: 900px;
        height: initial;
        margin: auto;
        top: 0;
        max-width: calc(100% - 30px);
        z-index: 103;
        position: relative;
    }

        .popup-vd .ifr-tv iframe {
            width: 100%;
            height: 506px;
            border: 0;
        }

.nonescroll {
    overflow: hidden;
}

.micro,
.hidden-desk {
    display: none;
}

.page {
    text-align: center;
    grid-column: 1/3;
    margin: 15px 0;
    justify-self: center;
}

    .page ul {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: center;
        width: auto;
        border-radius: 3px;
        overflow: hidden;
    }

        .page ul li {
            display: inline-block;
        }

.hidden-mb {
    display: none;
}

.popup-vd .bgblack {
    z-index: 102;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.popup-vd {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s linear;
    display: flex;
}

    .popup-vd.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .popup-vd .ifr-tv {
        z-index: 103;
        position: relative;
        width: 900px;
        height: initial;
        margin: auto;
        top: 0;
        max-width: calc(100% - 30px);
        z-index: 103;
        position: relative;
    }

        .popup-vd .ifr-tv iframe {
            width: 100%;
            height: 506px;
            border: none;
        }

.nonescroll {
    overflow: hidden;
}

.micro,
.hidden-desk {
    display: none;
}

.detail a {
    color: #006abf;
    font-weight: 600;
}

/*khuyen mai*/

.page {
    text-align: center;
    grid-column: 1/3;
    margin: 15px 0;
    justify-self: center;
}

    .page ul {
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: center;
        width: auto;
        border-radius: 3px;
        overflow: hidden;
    }

        .page ul li {
            display: inline-block;
        }

            .page ul li.hidden {
                display: none;
            }

            .page ul li:last-child a {
                border-right: 1px solid #a9a9a9;
                border-radius: 0 3px 3px 0;
            }

            .page ul li:first-child a {
                border-radius: 3px 0 0 3px;
            }

    .page a,
    .page span {
        width: 42px;
        height: 48px;
        display: flex;
        align-items: center;
        border: 1px solid #a9a9a9;
        justify-content: center;
        line-height: 48px;
        font-size: 16px;
        transition: 0.3s linear;
        font-weight: 600;
        border-right: initial;
    }

        .page a:last-child {
            border-right: 1px solid #a9a9a9;
        }

        .page a:hover,
        .page a.active-page,
        .page span.active-page,
        .page a.active,
        .page span.active {
            border: 1px solid #2f97db;
            color: #fff;
            background: #2f97db;
            border-right: none;
        }

.chevron_right,
.chevron_left {
    background: url(../images/icondetaildesktop.png);
    width: 20px;
    height: 21px;
    display: block;
    background-position: -4px 24px;
}

.chevron_double_right,
.chevron_double_left {
    background: url(../images/icondetaildesktop.png);
    width: 20px;
    height: 21px;
    display: block;
    background-position: -33px 24px;
}

.chevron_double_left,
.chevron_left {
    transform: rotate(180deg);
}

.toll-right {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

    .toll-right a,
    .toll-right span,
    .toll-right h1 {
        display: inline-block;
        color: #333;
        font-size: 14px;
        margin-right: 0;
        padding: 15px 0;
    }

        .toll-right a i {
            margin-left: 5px;
        }

        .toll-right a.active,
        .toll-right span,
        .toll-right h1 {
            color: var(--main-color);
            padding-left: 5px;
            margin-bottom: 0;
        }

    .toll-right .total-result {
        padding-left: 0;
    }

.bg-while {
    background: #fff;
}

.grid_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 33px;
}

.lst_discount .item {
    background: #f7f7f7;
}

    .lst_discount .item .img img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        transition: transform 0.3s linear;
    }

    .lst_discount .item .img {
        height: 274px;
        overflow: hidden;
    }

    .lst_discount .item h3 {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
    }

.lst_discount .txt {
    padding: 15px;
}

.clock {
    font-size: 14px;
    display: flex;
    border-bottom: var(--main-boder);
    padding: 0 0 8px 0;
    margin-bottom: 10px;
}

    .clock span {
        color: #fff;
        height: 21px;
        background: #e51e21;
        margin: 0 0 0 4px;
        display: inline-block;
        text-align: center;
        border-radius: 3px;
    }

.countdown {
    margin-left: 10px;
}

    .countdown span {
        min-width: 21px;
    }

.lst_discount .txt P {
    line-height: 22px;
    font-size: 14px;
    max-height: 66px;
    overflow: hidden;
}

.grid-detail {
    display: grid;
    grid-template-columns: 65% 35%;
    margin-bottom: 15px;
    padding: 15px;
}

.detail-wrapper h1 {
    color: #1c348d;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.clock_v2 {
    font-size: 13px;
    color: #a8a8a8;
    display: block;
    padding-bottom: 10px;
    border-bottom: var(--main-boder);
    margin-bottom: 15px;
}

.detail-wrapper img,
.detail-wrapper iframe,
.detail-wrapper table {
    width: 100%;
}

.detail-wrapper img {
    height: auto !important;
}

.lst-sp-other {
    grid-template-columns: repeat(4, 1fr);
    border-right: var(--main-boder);
}

.view-right {
    display: block;
    text-align: right;
    color: #006abf;
    font-size: 16px;
    margin: 10px 0;
}

.tag-box {
    background: #dbedf9;
    padding: 20px;
    border: var(--main-boder);
    border-radius: 5px;
    margin-bottom: 10px;
}

    .tag-box b {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 700;
        display: block;
    }

    .tag-box a {
        display: block;
        color: #006abf;
        line-height: 24px;
        position: relative;
        margin-bottom: 3px;
    }

        .tag-box a:before {
            content: "•";
            margin-right: 7px;
            color: #000;
        }

.share textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    margin-top: 15px;
    padding: 12px;
}

.box-right {
    margin-left: 30px;
}

.lst-discount > h3 {
    font-size: 16px;
    display: block;
    border-bottom: var(--main-boder);
    padding-bottom: 15px;
    margin-bottom: 0;
}

.lst-discount .item {
    padding: 18px 0;
    border-bottom: var(--main-boder);
    overflow: hidden;
}

    .lst-discount .item:first-child {
        padding-top: 0;
    }

    .lst-discount .item:last-child {
        padding-bottom: 0;
        border-bottom: initial;
    }

    .lst-discount .item .img {
        width: 120px;
        height: 64px;
        overflow: hidden;
        float: left;
    }

.lst-discount .img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: transform 0.3s linear;
}

.lst-discount .img:hover img {
    transform: scale(1.1, 1.1);
}

.lst-discount .txt {
    width: calc(100% - 120px);
    float: left;
    padding-left: 15px;
}

    .lst-discount .txt h3 {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
        margin-bottom: 0;
    }

.clock-gray {
    color: #969696;
}

.tit-red h2,
.tit-red h1 {
    text-align: center;
    color: #e51e21;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 30px;
}

.grid-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 23px;
}

    .grid-contact .img img,
    .grid-contact .img iframe {
        width: 100%;
        height: 345px;
        object-fit: cover;
    }

    .grid-contact .desc > a {
        display: block;
        margin-bottom: 30px;
        width: 70%;
    }

    .grid-contact .desc a img {
        width: 100%;
    }

    .grid-contact h3 {
        font-size: 21px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 15px 0;
    }

    .grid-contact p {
        margin-bottom: 5px;
        line-height: 24px;
        font-size: 14px;
    }

    .grid-contact .purg-lft p {
        font-style: italic;
    }

    .grid-contact .desc p {
        margin-bottom: 10px;
    }

    .grid-contact p a {
        color: #e51e21;
        font-size: 16px;
        font-weight: 700;
    }

    .grid-contact .desc .form-group > input {
        height: 40px;
        border-radius: 3px;
        font-size: 14px;
        border: 1px solid #e4e4e4;
    }

    .grid-contact .desc .form-group textarea {
        width: 100%;
        height: 88px;
        padding: 8px 12px;
        border: 1px solid #e4e4e4;
    }

    .grid-contact > .img {
        grid-column: 1/3;
    }

    .grid-contact .desc .form-group textarea::placeholder,
    .grid-contact .desc .form-group input::placeholder {
        color: var(--black-color);
    }

    .grid-contact .desc button {
        width: 190px;
        height: 40px;
        border: initial;
        background: var(--main-color);
        color: #fff;
        font-weight: 700;
        float: right;
        border: 1px solid #e51e21;
        transition: 0.3s linear;
        border-radius: 20px;
    }

        .grid-contact .desc button:hover {
            background: #fff;
            color: #e51e21;
        }

    .grid-contact .desc .form-group .radio {
        display: inline-block;
        line-height: 16px;
        margin: 10px 15px 0 0;
    }

        .grid-contact .desc .form-group .radio label {
            margin-bottom: 0;
        }

.title_v3 {
    font-size: 20px;
    color: #ec2327;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    padding: 12px 0 12px 54px;
}

    .title_v3:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 15px;
        background: url(../images/icondetaildesktop.png);
        width: 30px;
        height: 33px;
        background-position: -106px -63px;
    }

.grid-contact .grid-contact .radio-inline {
    margin: 10px 0;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    .radio input[type="radio"] + .radio-label:before {
        content: "";
        background: #fff;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all 250ms linear;
        transition: all 250ms linear;
    }

    .radio input[type="radio"]:checked + .radio-label:before {
        background-color: #e51e21;
        box-shadow: inset 0 0 0 6px #fff;
    }

    .radio input[type="radio"]:focus + .radio-label:before {
        outline: 0;
        border-color: #3197ee;
    }

    .radio input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }

    .radio input[type="radio"] + .radio-label:empty:before {
        margin-right: 0;
    }

.slider-advertisement {
    margin-bottom: 20px;
}

.list-category {
    background: #fff;
    margin-bottom: 20px;
}

    .list-category .flex-list {
        display: flex;
        flex-wrap: wrap;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
    }

.flex-list a {
    display: block;
    width: 10%;
    padding: 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}

    .flex-list a:nth-child(10n + 10) {
        border-right: none;
    }

    .flex-list a.show_module {
        border-right: none;
    }

    .flex-list a .img {
        height: 60px;
        overflow: hidden;
        margin-bottom: 10px;
        line-height: 60px;
    }

        .flex-list a .img img {
            max-width: 100%;
            object-fit: contain;
            max-height: 100%;
        }

    .flex-list a h3 {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
    }

    .flex-list a.hide_module {
        display: none;
    }

        .flex-list a.hide_module img {
            transform: rotate(180deg);
        }

    .flex-list a.hides {
        display: none;
    }

.wrapper-dis {
    display: grid;
    grid-template-columns: calc(100% / 3) calc(200% / 3);
    background: #fff;
    padding: 0;
}

    .wrapper-dis .item-img_v2 {
        grid-column: initial;
        height: 440px;
        overflow: hidden;
    }

    .wrapper-dis.no-grid {
        display: block;
    }

.slider-discount_v3 .item {
    border-right: var(--main-boder);
    padding-left: 0;
    padding-right: 0;
    min-height: 485px;
}

    .slider-discount_v3 .item:nth-child(-n + 4) {
        border-top: var(--main-boder);
    }

    .slider-discount_v3 .item .desc {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-discount_v3 .item .img {
        height: 200px;
        line-height: 200px;
    }

        .slider-discount_v3 .item .img span {
            left: 15px;
        }

        .slider-discount_v3 .item .img img.frame {
            width: 100%;
            left: 0;
            height: 235px;
        }

.lst-sp_v2 .slider-discount_v3 .item {
    min-height: 460px;
}

    .lst-sp_v2 .slider-discount_v3 .item .img {
        height: 168px;
        line-height: 168px;
    }

        .lst-sp_v2 .slider-discount_v3 .item .img img.frame {
            height: 210px;
        }

.lst-product-pageina {
    margin-bottom: 20px;
}

.slider-discount_v2 .item {
    padding-left: 0;
    padding-right: 0;
    min-height: 500px;
}

    .slider-discount_v2 .item .desc {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-discount_v2 .item .img {
        height: 215px;
        line-height: 215px;
    }

        .slider-discount_v2 .item .img span {
            left: 15px;
        }

        .slider-discount_v2 .item .img img.frame {
            width: 100%;
            left: 0;
            height: 251px;
        }

.box_desc-content {
    padding: 15px;
}

    .box_desc-content > p:first-child {
        border-bottom: 1px solid #a9a9a9;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 10px;
        margin-bottom: 20px;
        position: relative;
    }

        .box_desc-content > p:first-child:before {
            content: "";
            width: 61px;
            height: 3px;
            background: #1d3c93;
            position: absolute;
            bottom: -1px;
            left: 0;
            z-index: 99;
        }

.boxQuickFilter > span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.flex-new {
    display: flex;
}

    .flex-new a,
    .flex-new .item-type {
        flex: 1 100%;
        width: calc(100% / 8 - 4px);
        position: relative;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

        .flex-new .item-type.active {
            font-weight: 600;
        }

        .flex-new a:after,
        .flex-new .item-type:after {
            content: "";
            position: absolute;
            right: 0;
            top: 10px;
            width: 1px;
            height: 60%;
            background: #eee;
        }

        .flex-new a:last-child:after,
        .flex-new .item-type:last-child:after {
            display: none;
        }

        .flex-new a img,
        .flex-new .item-type img {
            max-height: 80px;
            object-fit: contain;
            display: block;
            margin: 0 auto 10px;
        }

        .flex-new a span,
        .flex-new .item-type span {
            display: block;
        }

        .flex-new .item-type span {
            padding: 15px 5px 0 5px;
        }

.pd-0 {
    padding: 0;
}

.sort {
    display: flex;
    padding: 12px 15px;
    border-top: 0;
    background: #fff;
    position: relative;
    border-bottom: none;
}

    .sort ul {
        margin: 0;
        padding: 0;
    }

        .sort ul li {
            display: table-cell;
            padding-left: 12px;
            font-size: 14px;
            line-height: 20px;
        }

.cus-radio [type="radio"]:checked,
.cus-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .cus-radio [type="radio"]:checked + label,
    .cus-radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #000;
        font-weight: 400;
        margin: 0;
    }

        .cus-radio [type="radio"]:checked + label:before,
        .cus-radio [type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            width: 16px;
            height: 16px;
            border: 1px solid #797979;
            border-radius: 100%;
            background: #fff;
        }

        .cus-radio [type="radio"]:checked + label:after,
        .cus-radio [type="radio"]:not(:checked) + label:after {
            content: "";
            width: 8px;
            height: 8px;
            background: #e51e21;
            position: absolute;
            top: 6px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .cus-radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .cus-radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .cus-radio [type="radio"]:checked + label:before {
            border-color: #e51e21;
        }

.grid-prd-4,
.grid_product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

    .grid_product .item_p {
        padding: 0;
    }

.item_p > .act_add,
.item_p .click-add {
    float: left;
    padding: 12px 12px;
    margin-right: 10px;
    position: relative;
}

.item_p.bordered > .act_add,
.item_p.bordered .click-add {
    width: 100%;
}

.multi-sub {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid var(--black-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 5px;
    display: none;
}

    .multi-sub.active {
        display: flex;
    }

    .multi-sub:before {
        content: "";
        position: absolute;
        top: 100%;
        content: "";
        position: absolute;
        top: calc(100% - 7px);
        width: 15px;
        height: 15px;
        border: 1px solid var(--black-color);
        transform: rotate(45deg);
        background: #fff;
        border-top: none;
        border-left: none;
        z-index: 9;
    }

    .multi-sub .item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        border: var(--main-boder);
        padding: 0 10px;
        border-radius: 5px;
        z-index: 10;
        position: relative;
    }

        .multi-sub .item:hover {
            border: 1px solid var(--main-color);
            background: var(--main-color);
            color: #fff !important;
        }

.item_p .compare {
    background: #f5f5f5;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s linear;
    cursor: pointer;
}

.item_p:hover .compare {
    opacity: 1;
}

.title-count {
    padding-top: 15px;
    border-top: var(--main-boder);
}

.box_desc-content {
    padding: 0;
}

    .box_desc-content ._detail.short {
        max-height: 120px;
        overflow: hidden;
    }

    .box_desc-content ._detail {
        position: relative;
    }

.viewmore_detail {
    text-align: center;
    height: 35px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    width: 130px;
    margin: auto;
    margin-bottom: 15px;
    cursor: pointer;
}

    .viewmore_detail i {
        margin-left: 10px;
    }

.bd-b {
    border-bottom: var(--main-boder);
}

.bd-t {
    border-top: var(--main-boder);
}

.bd-r {
    border-right: var(--main-boder);
}

.box-list {
    padding: 20px 25px;
    background: #fafafa;
    border: var(--main-boder);
    margin-bottom: 15px;
}

    .box-list a {
        display: block;
        line-height: 24px;
        color: #006abf;
    }

    .box-list span {
        display: block;
        margin-bottom: 15px;
        font-weight: 700;
    }

.attr-price .theme-green .back-bar .selected-bar {
    background: #000;
}

.attr-price .theme-green .back-bar .pointer-label {
    display: none;
}

.attr-price .theme-green .back-bar .pointer {
    width: 20px;
    height: 20px;
    background: #000;
    border: none;
    top: -8px;
}

.attr-price .slider-container {
    margin-left: 10px;
}

.attr-price {
    margin-top: 20px;
}

.from-jranger {
    margin-top: 20px;
    display: flex;
}

    .from-jranger input {
        height: 30px;
        border-radius: 3px;
        border: var(--main-boder);
        padding-left: 15px;
        font-size: 15px;
        color: #000;
        text-align: right;
        width: 110px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .from-jranger > span {
        display: flex;
        align-items: center;
        width: calc(100% - 190px);
        justify-content: center;
    }

    .from-jranger .form-group {
        position: relative;
        margin: 0;
    }

        .from-jranger .form-group label {
            font-size: 15px;
            color: #000;
            position: absolute;
            top: 4px;
            left: 7px;
        }

.filter_price {
    height: 34px;
    border: var(--main-boder);
    border-radius: 3px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.5s linear;
}

    .filter_price:hover {
        background: var(--main-color);
        color: #fff;
        border: 1px solid var(--main-color);
    }

.sub-filter ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

    .sub-filter ul li img {
        max-width: 100%;
        max-height: 30px;
        display: block !important;
    }

    .sub-filter ul li {
        font-size: 14px;
        color: #000000;
        line-height: 22px;
        margin: 0;
        cursor: pointer;
        display: flex;
        gap: 10px;
        align-items: center;
        font-weight: 500;
        justify-content: space-between;
    }

        .sub-filter ul li p {
            margin-bottom: 0;
        }

        .sub-filter ul li:last-child {
            margin-bottom: 0;
        }

.filter-right .item ul lib {
    padding: 0 2px;
}

.sub-filter li input[type="checkbox"] {
    display: none;
}

.no-image {
    background: #f1f1f1;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.sub-filter ul li label {
    position: relative;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 0;
    min-height: initial;
    border: var(--main-boder);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

    .sub-filter ul li label span {
        display: none;
    }

    .sub-filter ul li label .logo {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 100 / 30;
        max-width: 80px;
    }

    .sub-filter ul li label .ic {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .sub-filter ul li label .ic img {
            max-height: 100%;
            max-width: 100%;
            width: initial;
            height: initial;
            object-fit: contain;
        }

.sub-filter li span.no-image {
    font-size: 12px;
    color: #979797;
}

.sub-filter .item ul li span {
    display: none;
}

.sub-filter ul li span:before {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 6px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border: 1px solid #000000;
    top: 3px;
}

.sub-filter ul.manufacture li span:before {
    top: 7px;
}

.sub-filter ul li input[type="checkbox"]:checked + label,
.sub-filter ul li input[type="checkbox"]:checked ~ p {
    color: var(--main-color);
    border-color: var(--main-color);
}

    .sub-filter ul li input[type="checkbox"]:checked + label span:before {
        content: "\2713";
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        font-size: 12px;
        color: var(--main-color);
        text-align: center;
        line-height: 15px;
        border: 1px solid var(--main-color);
    }

.sub-filter ul li.hides,
.sub-filter ul li.hided {
    display: none;
}

.sub-filter ul li.more_attr {
    clear: both;
    width: 100%;
    grid-column: 1/3;
    text-align: center;
}

.sub-filter ul.manufacture {
    display: grid;
    grid-template-columns: 50% 50%;
}

    .sub-filter ul.manufacture li {
        width: 100%;
    }

.filter-right.filter-search,
.filter-right.filter-tag {
    margin-top: 40px;
}

.filter-right {
    background: #fff;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: start;
    flex-wrap: wrap;
}

    .filter-right::-webkit-scrollbar {
        height: 0;
    }

    .filter-right .item:last-child {
        border-bottom: initial;
        padding-bottom: 0;
    }

    .filter-right .item {
        position: relative;
    }

    .filter-right h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        position: relative;
        border: var(--main-boder);
        border-radius: 4px;
        cursor: pointer;
        margin: 0;
        padding: 6px 10px;
        white-space: nowrap;
        display: flex;
        gap: 10px;
        align-items: center;
        position: relative;
        z-index: 4;
    }

        .filter-right h3 svg {
            height: 12px;
        }

    .filter-right .item.active {
        z-index: 4;
    }

        .filter-right .item.active h3 {
            border-color: var(--main-color);
        }

    .filter-right .item h3 .arrow-filter {
        width: 27px;
        height: 14px;
        top: 30px;
        left: 25px;
        position: absolute;
        overflow: hidden;
    }

    .filter-right .item.active h3 .arrow-filter:before {
        content: "";
        position: absolute;
        width: 27px;
        height: 27px;
        background: #fff;
        transform: rotate(45deg);
        top: 10px;
        left: 0;
        box-shadow: -2px -2px 5px -4px;
    }

.filter-attrquick {
    width: 100%;
}

    .filter-attrquick p {
        margin-bottom: 10px;
    }

    .filter-attrquick .sub-filterquick ul {
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 0;
    }

        .filter-attrquick .sub-filterquick ul li {
            margin: 0;
        }

            .filter-attrquick .sub-filterquick ul li label,
            .filter-attrquick .sub-filterquick ul li a {
                min-height: 46px;
                max-height: 46px;
                align-items: center;
                border: 1px solid #e0e0e0;
                border-radius: 52px;
                color: #333;
                display: flex;
                font-size: 14px;
                line-height: 13px;
                padding: 6px 13px;
                vertical-align: top;
                display: flex;
                gap: 5px;
            }

                .filter-attrquick .sub-filterquick ul li label .ic,
                .filter-attrquick .sub-filterquick ul li a .ic {
                    aspect-ratio: 50 / 32;
                    width: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .filter-attrquick .sub-filterquick ul li label img,
                .filter-attrquick .sub-filterquick ul li a img {
                    height: 32px;
                    width: initial;
                }

            .filter-attrquick .sub-filterquick ul li input {
                display: none;
            }

            .filter-attrquick .sub-filterquick ul li label:hover {
                border-color: var(--main-color);
                color: var(--main-color);
            }

    .filter-attrquick ul li input[type="checkbox"]:checked + label {
        border-color: var(--main-color);
        color: var(--main-color);
    }

.infor-filterquick > p {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    color: var(--main-color);
}

.infor-filterquick p span {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .infor-filterquick p span svg {
        height: 10px;
    }

.infor-filterquick svg {
    fill: var(--main-color);
}

.infor-filterquick .desc-filterquick {
    display: none;
    margin-bottom: 10px;
    padding-left: 25px;
}

    .infor-filterquick .desc-filterquick p {
        margin-bottom: 0;
    }

.filter-mostsearch {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

    .filter-mostsearch .left {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .filter-mostsearch .left > p {
            width: 110px;
            margin-bottom: 0;
        }

.sub-filtermostsearch {
    display: flex;
    gap: 10px;
}

    .sub-filtermostsearch .item {
        white-space: nowrap;
        min-height: 36px;
        max-height: 36px;
        align-items: center;
        border: 1px solid #e0e0e0;
        border-radius: 52px;
        color: #333;
        display: flex;
        font-size: 14px;
        line-height: 13px;
        padding: 6px 13px;
        vertical-align: top;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .sub-filtermostsearch .item .logo {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            aspect-ratio: 100 / 30;
            max-width: 80px;
        }

            .sub-filtermostsearch .item .logo img {
                width: initial;
                height: initial;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
                display: block;
            }

        .sub-filtermostsearch .item .ic {
            height: 25px;
            aspect-ratio: 50/30;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sub-filtermostsearch .item .ic img {
                width: initial;
                height: initial;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

        .sub-filtermostsearch .item:hover {
            border-color: var(--main-color);
            color: var(--main-color);
        }

.sub-filter {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    max-width: 600px;
    min-width: 382px;
    left: 0;
    position: absolute;
    padding: 15px 10px 10px 10px;
    top: 45px;
    width: max-content;
    white-space: normal;
    z-index: 5;
}

    .sub-filter ul {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

.filter-right .item.active .sub-filter {
    display: block;
}

.filter-right .item.active:before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0);
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
}

.filter-right .item.active h3 svg {
    transform: rotate(180deg);
}

.choosedfilter.hides {
    display: none;
}

.choosedfilter > span {
    margin-right: 5px;
}

.choosedfilter a {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    padding: 0 0 0 5px !important;
    background: #4a90e2;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    width: auto;
    margin: 0px 5px 0 0;
    height: 22px;
}

    .choosedfilter a span {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .choosedfilter a:after {
        content: "";
        float: right;
        width: 22px;
        height: 22px;
        border-radius: 0 4px 4px 0;
        background: #206bc1;
        margin-left: 5px;
    }

    .choosedfilter a i {
        position: absolute;
        top: 5px;
        right: 6px;
        font-weight: 300;
        font-size: 12px;
    }

.choosedfilter:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #edebeb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 45%;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox.disabled label,
    .radio.disabled label,
    fieldset[disabled] .checkbox label,
    fieldset[disabled] .radio label {
        cursor: not-allowed;
    }

    .checkbox label,
    .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"],
    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        position: absolute;
        margin-left: -20px;
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline.disabled,
    .radio-inline.disabled,
    fieldset[disabled] .checkbox-inline,
    fieldset[disabled] .radio-inline {
        cursor: not-allowed;
    }

    .checkbox-inline + .checkbox-inline,
    .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

.wrapper-prd {
    display: flex;
    padding-top: 15px;
    flex-direction: column;
    position: relative;
}

.product-left {
    width: 100%;
}

.product_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.main-filter {
    width: 100%;
}

.product_right .title-filter {
    font-size: 14px;
    display: flex;
    border-radius: 4px;
    gap: 10px;
    align-items: center;
    border: var(--main-boder);
    padding: 0 10px;
    height: 35px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

    .product_right .title-filter .count-attr {
        background-color: #f89406;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 10px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        top: -8px;
        text-align: center;
        right: 5px;
        width: 16px;
    }

        .product_right .title-filter .count-attr.hide {
            display: none;
        }

    .product_right .title-filter .arrow-filter {
        width: 27px;
        height: 14px;
        top: 30px;
        left: 25px;
        position: absolute;
        overflow: hidden;
    }

    .product_right .title-filter.active {
        z-index: 4;
    }

        .product_right .title-filter.active .arrow-filter:before {
            content: "";
            position: absolute;
            width: 27px;
            height: 27px;
            background: #fff;
            transform: rotate(45deg);
            top: 10px;
            left: 0;
            box-shadow: -2px -2px 5px -4px;
        }

    .product_right .title-filter svg {
        height: 12px;
    }

.module_child {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

    .module_child p,
    .module_child p a {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .module_child a {
        display: block;
        line-height: 1.5;
        font-size: 15px;
        color: #000;
        font-weight: 400;
        margin-bottom: 5px;
    }

        .module_child a.active {
            color: var(--main-color);
        }

        .module_child a:last-child {
            margin-bottom: 0;
        }

.function_product {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 10px;
}

    .function_product .item {
        display: flex;
        gap: 10px;
        align-items: center;
        border: var(--main-boder);
        border-radius: 4px;
        padding: 0 10px;
    }

    .function_product p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #202020;
    }

    .function_product select {
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        height: 36px;
        border: none;
        padding: 0px;
        color: #202020;
        -moz-appearance: none;
        appearance: none;
        padding: 3px 5px;
        -webkit-appearance: none;
        min-width: 40px;
        background-image: url(../image/angle-down.jpg);
        background-repeat: no-repeat;
        background-position: 100%;
    }

        .function_product select:before {
            display: none;
        }

.view-type {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

    .view-type .view {
        opacity: 0.5;
        cursor: pointer;
    }

        .view-type .view.active {
            opacity: 1;
        }

.boxQuickFilter span {
    padding: 15px 15px 0 15px;
}

.boxproperty {
    padding-bottom: 15px;
}

    .boxproperty.scrol-fex {
        overflow-x: scroll;
        white-space: nowrap;
    }

        .boxproperty.scrol-fex::-webkit-scrollbar {
            height: 5px;
        }

        .boxproperty.scrol-fex .item-type {
            width: 200px;
        }

.manufacture li {
    width: 50%;
    float: left;
}

.manufacture .more {
    font-size: 14px;
    color: #006abf;
    display: block;
    margin: 15px 0 0;
    clear: both;
}

.flexJus ul {
    margin-bottom: 0;
}

.sort-od {
    padding: 18px 0;
    background: #ddd;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}

.slider-banner_v2 {
    padding-bottom: 11px;
}

.flexJus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

    .flexJus label {
        margin-bottom: 0;
        transition: 0.2s linear;
    }

.flexL {
    display: flex;
    justify-content: flex-start;
}

.oli {
    position: relative;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
}

.othpro label,
.othpro .oli span {
    padding: 0 15px;
    font: 13px/33px arial;
    margin: 0;
    width: 100%;
}

.othpro .oli > label::after {
    content: "\f0d7";
    font: 15px FontAwesome;
    padding-left: 8px;
    color: var(--black-color);
}

.filter-applience .othpro .oli {
    border-radius: 0;
    border: none;
}

    .filter-applience .othpro .oli span:after {
        content: "\f0d7";
        font: 15px FontAwesome;
        padding-left: 8px;
        color: #1c7eb6;
    }

.filter-applience .othpro {
    margin-left: 0;
}

.othpro ul {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0;
    min-width: 190px;
    z-index: 1;
    max-height: 450px;
    overflow-y: scroll;
}

.othpro li:hover > ul {
    display: block;
}

.othpro ul li {
    display: block;
    width: 100%;
    font: 13px/30px arial;
    color: #555;
    cursor: pointer;
    margin: 0 !important;
    white-space: nowrap;
}

    .othpro ul li.checkbox.hided {
        display: none;
    }

    .othpro ul li.checkbox input {
        display: none;
    }

    .othpro ul li.checkbox label {
        padding: 5px;
    }

    .othpro ul li.checkbox:hover label {
        color: #1c348d;
    }

    .othpro ul li.checkbox label span:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0;
        margin-right: 6px;
        background-color: #fff;
        border-radius: 9px;
        position: absolute;
        left: 12px;
        border: 2px solid #c0c0c5;
        top: 15px;
    }

    .othpro ul li.checkbox label span:after {
        content: "";
        position: absolute;
        left: 15px;
        top: 18px;
        background: #c0c0c5;
        width: 6px;
        height: 6px;
        border-radius: 5px;
        display: none;
    }

    .othpro ul li.checkbox input[type="checkbox"]:checked + label span:after {
        display: block;
    }

.radio:before {
    content: "";
    font: 14px/1px FontAwesome;
    margin-right: 5px;
    color: #999;
}

.unselect:before {
    content: "\f10c";
}

.select:before {
    content: "\f192";
}

.radio.unselect label {
    font-weight: 400 !important;
    line-height: 20px !important;
    padding: 0 !important;
    border: none !important;
}

.radio.unselect input {
    margin-right: 5px !important;
}

.isapxep {
    position: relative;
}

    .isapxep > span {
        background: #ffffff;
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 3px;
        margin-bottom: 0;
    }

        .isapxep > span label {
            margin-bottom: 0;
        }

    .isapxep > ul {
        display: none;
        background: #ffffff;
        position: absolute;
        top: 100%;
        right: 0;
        width: 200px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        padding: 0;
        z-index: 9;
    }

        .isapxep > ul li {
            padding: 5px 0;
            list-style: none;
            padding-left: 15px;
        }

            .isapxep > ul li label {
                cursor: pointer;
            }

            .isapxep > ul li:hover {
                background: #1c348d;
                color: #ffffff;
            }

                .isapxep > ul li:hover label {
                    color: #fff;
                }

    .isapxep:hover > ul {
        display: block;
    }

    .isapxep > ul span {
        display: block;
        padding: 5px 15px;
    }

        .isapxep > ul span:hover {
            color: #e51e21;
            background: #e51e211f;
        }

    .isapxep ul li label input {
        display: none;
    }

.see-more,
.hide-more {
    display: block;
    text-align: center;
    font: 14px/30px arial;
    background: linear-gradient( to bottom, #ffffffa1 1%, #ffffffc2 67%, #fff 100% );
    cursor: pointer;
    color: #006abf;
    padding: 29px 0 5px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
}

.hide-more {
    display: none;
}

.detail-prd_v1 {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    padding: 10px 0;
}

    .detail-prd_v1._detail_product {
        max-height: 450px;
    }

.slider-banner_v2.owl-carousel .owl-item img {
    width: 100%;
}

.grid-prd-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    padding: 11px 0 0;
}

    .grid-prd-5 .item {
        border: var(--main-boder);
    }

    .grid-prd-5 .ppage,
    .grid-prd-5 .load {
        grid-column: 1 / 6;
    }

.lst-relate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px;
}

    .lst-relate .img {
        height: 135px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 15px;
    }

        .lst-relate .img img {
            width: 100%;
            min-height: 100%;
            object-fit: cover;
            transition: transform 0.3s linear;
        }

        .lst-relate .img:hover img {
            transform: scale(1.1, 1.1);
        }

    .lst-relate h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        max-height: 60px;
        overflow: hidden;
    }

        .lst-relate h3 a {
            color: var(--black-color);
        }

            .lst-relate h3 a:hover {
                color: #e51e21;
            }

    .lst-relate p {
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
        overflow: hidden;
    }

.news-relate .lst-relate img {
    width: initial;
    height: initial;
    transition: 0.2s linear;
}

.news-relate .lst-relate h3 {
    padding-left: 0;
    width: initial;
    font-size: 16px;
}

.news-relate .lst-relate .item {
    padding: 0;
    border-bottom: 0;
    border-top: none;
}

.news-relate.see-more-news {
    background-color: #ededed;
    padding: 0;
}

.news-relate .lst-relate p {
    line-height: 1.5;
    width: 100%;
    max-height: 63px;
    overflow: hidden;
}

.news-relate .view-detail {
    font-size: 14px;
    color: #275cab;
    transition: 0.2s linear;
}

    .news-relate .view-detail i {
        margin-left: 5px;
    }

    .news-relate .view-detail:hover {
        text-decoration: revert;
    }

.view-detail {
    font-size: 14px;
}

.lst-left {
    width: 20%;
    float: left;
    border-right: var(--main-boder);
    padding-right: 14px;
}

    .lst-left h2,
    .lst-left p {
        font-size: 14px;
        font-weight: 700;
        line-height: 37px;
        background: #1c348d;
        color: #fff;
        text-transform: uppercase;
        padding: 0 0 0 20px;
        border-radius: 5px;
    }

    .lst-left a {
        display: block;
        padding: 5px 0;
        border-bottom: var(--main-boder);
        color: var(--black-color);
        line-height: 20px;
        position: relative;
        padding-left: 15px;
    }

        .lst-left a.active {
            color: #e52023;
        }

        .lst-left a:hover {
            color: #275cab;
        }

        .lst-left a:last-child {
            border-bottom: initial;
        }

        .lst-left a:before {
            content: "\f105";
            margin-right: 5px;
            font: normal normal normal 14px/1 FontAwesome;
        }

    .lst-left .item {
        margin-bottom: 20px;
    }

.box-list-info {
    overflow: hidden;
    padding: 14px;
}

.info-right {
    float: left;
    width: 73%;
    box-sizing: border-box;
    padding: 0;
    margin: auto;
}

    .info-right h1 {
        font-size: 21px;
        font-weight: 900;
        padding-bottom: 0px;
        margin-bottom: 20px;
        position: relative;
    }

    .info-right h2 {
        font-size: 24px;
    }

    .info-right h3 {
        font-size: 20px;
    }

    .info-right table {
        margin-bottom: 15px;
    }

._detail h2 {
    font-size: 21px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 15px;
}

._detail h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

._detail p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

._detail img {
    max-width: 100%;
    height: initial !important;
}

._detail a {
    color: var(--primary);
    text-decoration: underline;
}

    ._detail a:hover {
        color: var(--main-color);
        text-decoration: none;
    }

._detail ul,
._detail ol {
    padding-left: 35px;
}

    ._detail ul li::marker {
        color: var(--main-color);
    }

._detail table {
    overflow-x: auto;
    max-width: 100%;
}

.info-right table td {
    line-height: 18px;
    padding: 8px 10px;
}

.info-right table tr:nth-child(even) {
    background: #f6f6f6;
}

.bigpost {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
}

    .bigpost .box-featured {
        float: left;
        width: 60%;
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 0;
        margin: 0;
    }

.box-featured li {
    display: block;
    overflow: hidden;
}

    .box-featured li a {
        display: block;
        overflow: hidden;
        padding: 10px 0 0;
        border-top: 1px solid #e5e5e5;
        border-top: 0;
        padding: 0;
    }

    .box-featured li.featured .img {
        width: 100%;
        height: auto;
        float: none;
        display: block;
        padding-right: 0;
        overflow: hidden;
    }

    .box-featured li .img img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.5s linear;
    }

    .box-featured li:hover .img img {
        transform: scale(1.05);
    }

.bigpost .box-featured li.featured .title {
    padding: 10px 0;
    display: block;
    overflow: hidden;
}

.box-featured li.featured .title h3 {
    font-size: 20px;
    color: var(--black-color);
    line-height: 1.3;
    font-weight: 900;
    transition: color 0.5s linear;
}

    .box-featured li.featured .title h3:hover {
        color: var(--main-color);
    }

.boxlb {
    margin-top: 15px;
}

    .boxlb > span {
        padding: 5px 12px;
        line-height: 1;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        color: var(--black-color);
    }

        .boxlb > span i {
            margin-right: 10px;
        }

        .boxlb > span:before {
            content: "";
            width: 1px;
            height: 15px;
            background: #000;
            position: absolute;
            right: -2px;
            top: 7px;
        }

        .boxlb > span:last-child:before {
            display: none;
        }

        .boxlb > span:first-child {
            padding-left: 0;
        }

.bigpost .box-featured li.featured .title {
    padding: 15px 0 15px 80px;
    position: relative;
}

.bigpost .listpost {
    float: right;
    width: 40%;
    box-sizing: border-box;
    padding-left: 20px;
    display: block;
}

.listpost li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.bigpost .listpost li:first-child {
    border-bottom: 0;
}

.listpost li h3 {
    display: block;
    font-weight: 900;
    font-size: 21px;
    line-height: 1.5;
    margin: 0;
}

.listpost li a {
    display: block;
    overflow: hidden;
    padding: 13px 0;
    color: var(--black-color);
    position: relative;
}

    .listpost li a:hover {
        color: var(--main-color);
    }

.listpost li:last-child {
    border: initial;
    padding-bottom: 0;
}

.listpost li label {
    float: left;
    padding: 5px 10px 0 10px;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
    width: 31px;
    position: absolute;
    top: 14px;
}

    .listpost li label:after {
        content: "";
        border-top: 10px solid var(--main-color);
        border-left: 16px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

.listpost li span {
    float: left;
    width: calc(100% - 31px);
    padding-left: 10px;
    display: block;
}

.bigpost .listpost li span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    height: 40px;
    line-height: 20px;
    margin-left: 40px;
    margin-bottom: 5px;
    float: left;
    width: 82%;
    overflow: hidden;
    padding-left: 5px;
}

.maincate {
    float: left;
    width: 73%;
    box-sizing: border-box;
    padding: 0;
    margin: auto;
}

.tab-content_news {
    display: block;
    overflow: hidden;
    padding: 15px 0;
}

.box-featured.grid-load-news {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 30px 0 0 0;
    margin: 0 -15px;
}

.box-featured .item {
    margin: 0 15px;
    margin-bottom: 30px;
}

    .box-featured .item .img {
        overflow: hidden;
    }

        .box-featured .item .img img {
            width: 100%;
            object-fit: cover;
            transition: transform 0.3s linear;
        }

    .box-featured .item:hover .img img {
        transform: scale(1.05);
    }

    .box-featured .item .title {
        position: relative;
    }

        .bigpost .box-featured li.featured .title .time,
        .box-featured .item .title .time {
            width: 67px;
            height: 67px;
            background: var(--main-color);
            position: absolute;
            top: 15px;
            left: 0;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 26px;
            font-weight: 700;
            line-height: 1.1;
        }

        .box-featured .item .title .time {
            top: -50px;
            left: 15px;
        }

            .bigpost .box-featured li.featured .title .time span,
            .box-featured .item .title .time span {
                font-weight: 500;
                font-size: 12px;
            }

        .box-featured .item .title .boxlb {
            padding-left: 100px;
            margin-bottom: 10px;
        }

        .box-featured .item .title h3 {
            font-size: 18px;
            font-weight: 700;
            line-height: 20px;
            max-height: 40px;
            overflow: hidden;
            margin-bottom: 10px;
            padding: 0 15px;
            transition: color 0.5s linear;
        }

    .box-featured .item:hover .title h3 {
        color: var(--main-color);
    }

    .box-featured .item a {
        color: var(--black-color);
    }

.view-tt_v2 {
    border: 1px solid var(--main-color);
    padding: 0 22px;
}

    .view-tt_v2 span {
        display: block;
    }

.faqs {
    float: right;
    width: 27%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

    .faqs h2 {
        font-size: 21px;
        padding: 0 0 10px 0;
        font-weight: 900;
        line-height: 1.5;
        border-bottom: var(--main-boder);
        margin: 0;
        position: relative;
    }

        .faqs h2:before {
            content: "";
            background: var(--main-color);
            height: 3px;
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 50px;
        }

    .faqs ul {
        display: block;
        overflow: hidden;
        padding: 0;
        margin-bottom: 20px;
    }

    .faqs li {
        display: flex;
        align-items: center;
        padding: 10px 0;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
    }

        .faqs li span {
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            color: #666;
            text-transform: capitalize;
        }

        .faqs li a {
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            font-size: 15px;
            margin-left: 10px;
        }

        .faqs li.active a {
            color: var(--main-color);
        }

        .faqs li:last-child {
            border: initial;
        }

.search_news {
    margin-bottom: 15px;
}

    .search_news input {
        width: calc(100% - 40px);
        border: var(--main-boder);
        border-right: none;
        height: 40px;
        padding-left: 10px;
    }

    .search_news button {
        border: var(--main-boder);
        border-left: none;
        width: 40px;
        height: 40px;
        background: #fff;
    }

        .search_news button i {
            font-size: 16px;
        }

    .search_news form {
        display: flex;
    }

.category_child,
.banner_news {
    margin-bottom: 15px;
}

    .banner_news .owl-carousel {
        margin-top: 15px;
    }

    .banner_news .owl-dots span {
        width: 7px;
        height: 7px;
        background: #b1b1b1;
        border-radius: 10px;
        display: block;
        margin: 0 5px;
    }

    .banner_news .owl-dots button.active span {
        background: var(--main-color);
    }

    .banner_news .owl-dots {
        margin-top: 5px;
    }

.cate-cook h3 {
    font-size: 22px;
    font-weight: 700;
}

    .cate-cook h3 a {
        color: #006abf;
        font-size: 14px;
        float: right;
        font-weight: 400;
    }

.tab-content_news .slider-cook.owl-carousel .owl-nav button.owl-prev,
.tab-content_news .slider-cook.owl-carousel .owl-nav button.owl-next {
    top: 33%;
}

.slider-cook .owl-prev span,
.slider-cook .owl-next span {
    display: none;
}

.left-menu {
    width: 20%;
    float: left;
    padding-right: 14px;
    display: block;
}

    .left-menu h2 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .left-menu li {
        position: relative;
    }

        .left-menu li i {
            position: absolute;
            top: 15px;
            right: 5px;
            font-size: 20px;
        }

    .left-menu a {
        display: block;
        font-size: 16px;
        color: var(--black-color);
        background: #f1f1f1;
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 3px;
    }

.div_sublcate {
    margin-bottom: 5px;
    background: #f1f1f1;
    padding: 10px 0;
    display: none;
}

    .div_sublcate a {
        margin-bottom: 0;
        padding: 5px 10px;
        font-size: 15px;
        margin: 0 10px;
    }

.left-menu .boxleft > li:hover > a,
.left-menu .boxleft > li.active > a,
.left-menu .boxleft a:hover {
    background: #1c348d;
    color: #fff;
}

.bcenter {
    width: 80%;
    float: left;
    overflow: hidden;
    display: block;
}

    .bcenter.bcenter-tag {
        margin-left: 20%;
    }

.lst-right {
    width: 28%;
    float: left;
    display: block;
}

    .lst-right .listpost {
        padding-left: 15px;
    }

        .lst-right .listpost > li:first-child,
        .lst-right .listpost > span {
            font-weight: 700;
            font-size: 18px;
            display: block;
            margin-bottom: 5px;
            border-bottom: none;
        }

        .lst-right .listpost img {
            width: 100%;
        }

.boxleft {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.title-news a {
    font-size: 14px;
    color: var(--black-color);
    margin: 0 10px;
    line-height: 18px;
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

    .title-news a:first-child {
        margin-left: 0;
    }

    .title-news a.active {
        color: #e51e21;
        border-bottom: 3px solid #e51e21;
        font-weight: 700;
    }

    .title-news a:first-child:before {
        content: "";
        width: 1px;
        height: 13px;
        top: 4px;
        right: -12px;
        background: var(--black-color);
        position: absolute;
    }

.banner_detail {
    margin-bottom: 20px;
}

    .banner_detail img {
        width: 100%;
    }

.bxcontentnews .item {
    padding: 20px 0;
    border-bottom: var(--main-boder);
    overflow: hidden;
}

    .bxcontentnews .item:first-child {
        padding-top: 0;
    }

    .bxcontentnews .item img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        transition: transform 0.3s linear;
    }

    .bxcontentnews .item:first-child .img {
        max-height: 325px;
        overflow: hidden;
    }

    .bxcontentnews .item .img:hover img {
        transform: scale(1.1, 1.1);
    }

    .bxcontentnews .item h3 {
        font-size: 22px;
        font-weight: 700;
        margin: 15px 0 0;
    }

    .bxcontentnews .item a {
        color: var(--black-color);
    }

        .bxcontentnews .item a:hover {
            color: var(--main-color);
        }

    .bxcontentnews .item:nth-child(n + 2) .img {
        width: 202px;
        height: 98px;
        overflow: hidden;
        border-radius: 5px;
        float: left;
    }

    .bxcontentnews .item:nth-child(n + 2) h3 {
        float: left;
        width: calc(100% - 202px);
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        padding-left: 15px;
    }

.bxcontentnews {
    width: 72%;
    float: left;
}

.lst-question {
    width: 53%;
    float: left;
}

.tit-ques {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 52px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

    .tit-ques:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 35px;
        height: 35px;
        background: url(../images/img-s.jpg);
    }

.box-ques {
    padding: 0;
    list-style: none;
}

    .box-ques li > span {
        width: 47px;
        height: 47px;
        background: #f3f3f3;
        float: left;
        display: block;
        text-align: center;
        font-size: 16px;
        margin-right: 15px;
        font-weight: 700;
        color: #6c757d;
    }

        .box-ques li > span small {
            font-size: 12px;
            display: block;
        }

    .box-ques li {
        padding: 0 0 15px;
        overflow: hidden;
    }

        .box-ques li p {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .box-ques li .txt span {
            color: #808080;
        }

        .box-ques li:first-child {
            padding-top: 0;
        }

    .box-ques .txt {
        width: calc(100% - 62px);
        float: left;
        padding: 0 0 10px;
        border-bottom: 1px solid #ccc;
    }

        .box-ques .txt > a {
            display: block;
        }

.lst-question > h3,
.lst-question > p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: block;
}

.lst-right .lst-question {
    width: 100%;
    padding-left: 15px;
}

.page {
    text-align: center;
    display: flex;
}

.page_v2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .page_v2 ul li {
        display: inline-block;
    }

        .page_v2 ul li.hidden {
            display: none;
        }

.page_v2 a,
.page_v2 span {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #a9a9a9;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    transition: 0.3s linear;
    background: #eee;
    color: var(--black-color);
    border-radius: 3px;
}

    .page_v2 a:hover,
    .page_v2 a.active-page,
    .page_v2 span.active-page,
    .page_v2 a.active,
    .page_v2 span.active {
        border: 1px solid #ccc;
        color: var(--black-color);
        background: #ccc;
    }

.login-tab {
    border-top: 1px solid #ccc;
}

    .login-tab a {
        color: #006abf;
        font-size: 14px;
        display: block;
        text-align: center;
        margin: 10px 0;
    }

    .login-tab .makeaques {
        background: #006abf;
        color: #fff;
        display: table;
        text-transform: uppercase;
        line-height: 30px;
        border-radius: 3px;
        margin: 0 auto;
        padding: 0 50px;
        cursor: pointer;
    }

.header-detail h1 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.5;
}

.header-detail {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 15px;
    flex-wrap: wrap;
    column-gap: 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .header-detail .prRating {
        display: flex;
        align-items: center;
        margin: 0;
    }

        .header-detail .prRating .evaluate {
            cursor: pointer;
            margin-left: 5px;
            top: -1px;
            font-size: 15px;
        }

.hdtr-acc {
    margin-right: 10px;
    cursor: pointer;
}

.likeshare {
    float: right;
    display: flex;
    margin: 0;
}

.rowdetail {
    display: grid;
    grid-template-columns: calc(100% - 485px) 485px;
    padding: 20px 0;
    border-bottom: var(--main-boder);
    margin-bottom: 20px;
}

.sticky-left {
    position: sticky;
    top: 0;
}

.slide-img,
.why-ct {
    height: 100%;
}


.picture {
    overflow: hidden;
}

    .picture .characteristics {
        aspect-ratio: 775/435;
    }

        .picture .characteristics .item {
            aspect-ratio: 775/435;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .picture .characteristics .item img {
                width: initial;
                height: initial;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

.price_sale {
    padding: 0 0 0 20px;
}

.policy_intuitive {
    border: var(--main-boder);
    border-radius: 10px;
}

.price_sale.full-w {
    width: 59%;
}

.price_sale .price {
    padding-bottom: 20px;
    border-bottom: var(--main-boder);
}

    .price_sale .price.hidden.active {
        display: block;
    }

.price_sale .detail {
    padding-bottom: 20px;
    margin-bottom: 15px;
}

    .price_sale .detail p:last-child {
        margin-bottom: 0;
    }

    .price_sale .detail ul {
        padding-left: 15px;
    }

        .price_sale .detail ul:last-child {
            margin-bottom: 0;
        }

        .price_sale .detail ul li::marker {
            color: var(--main-color);
        }

.label-check p {
    font-size: 15px;
    margin-bottom: 10px;
}

.label-check span {
    font-weight: 700;
}

.label-check .mass label input {
    margin: 0 auto;
    position: initial;
    margin-right: 5px;
}

.label-check .mass.version {
    display: flex;
}

.label-check .mass a {
    border: var(--main-boder);
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    margin: 0 2px;
    font-size: 13px;
    text-transform: initial;
}

    .label-check .mass a .icondetail-check {
        display: none;
    }

    .label-check .mass a.active .icondetail-check {
        display: inline-block;
    }

    .label-check .mass a.active .icon-opt {
        display: none;
    }

.label-check .mass.slide-versions a {
    width: 100%;
    margin: 0;
}

.slide-versions {
    position: relative;
}

    .slide-versions.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 5px;
        right: -15px;
        font-size: 25px;
    }

    .slide-versions.owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 5px;
        left: -15px;
        font-size: 25px;
    }

.label-check .icondetail-check {
    background-position: -260px -49px;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    background-size: initial;
}

.label-check .icon-opt {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border: 1px solid #979797;
    border-radius: 20px;
    position: relative;
    margin: 2px 5px 0 0;
    background: #fff;
    cursor: pointer;
}

[class^="icondetail-"],
[class*="icondetail-"] {
    background-image: url(../images/icondetaildesktop.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 200px 100px;
}

.label-check .mass a.active {
    border: 1px solid var(--main-color);
}

    .label-check .mass a.active span {
        font-weight: 700;
    }

.label-check .mass span {
    display: block;
    font-weight: 400;
}

.label-check {
    margin-bottom: 10px;
    overflow: hidden;
}

    .label-check.no-over {
        overflow: initial;
        margin-top: 10px;
    }

.flex-price {
    display: flex;
    margin: 0 0 15px 0;
    align-items: end;
}

    .flex-price p {
        margin-bottom: 0;
    }

    .flex-price strong {
        margin-right: 10px;
    }

    .flex-price .prOldPrice {
        font-size: 19px;
        font-weight: 500;
        text-decoration: line-through;
    }

    .flex-price .prPrice {
        font-size: 21px;
        color: var(--main-color);
        font-weight: 900;
    }

.para {
    padding: 0;
    margin-bottom: 10px;
}

    .para ul {
        padding: 0;
        margin-bottom: 0;
        display: grid;
        grid-template-columns: auto auto;
    }

    .para li {
        line-height: 1.5;
        margin: 0;
        padding-right: 10px;
        padding-left: 15px;
        position: relative;
        list-style: none;
    }

        .para li:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 4px;
            background: var(--black-color);
            top: 8px;
            left: 0;
        }

        .para li b,
        .para li strong {
            color: var(--main-color);
            font-size: 14px;
        }

.deliverytime {
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .deliverytime p {
        margin-bottom: 0;
        white-space: nowrap;
    }

.note-sapvehang {
    margin-top: 0px;
    background: #ffe5e5;
    font-size: 14px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    justify-content: space-between;
    gap: 10px;
}

    .note-sapvehang .icon {
        width: 28px;
        height: 28px;
        border-radius: 14px;
        overflow: hidden;
    }

        .note-sapvehang .icon img {
            width: 100%;
            height: 100%;
        }

.tooltip-sapvehang {
    width: 25px;
    height: 30px;
    cursor: pointer;
    position: relative;
}

    .tooltip-sapvehang:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 1px solid #cdcdcd;
        background: #fff;
        position: absolute;
        top: 100%;
        right: 9px;
        transform: rotate(-45deg);
        border-bottom: none;
        border-left: none;
        display: none;
        z-index: 1;
    }

.note-sapvehang.s .tooltip-sapvehang:before {
    display: block;
}

.tooltip-sapvehang > img {
    width: 20px;
    margin-top: 4px;
    margin-left: 0;
}

.note-sapvehang .content-tooltip {
    display: none;
    position: absolute;
    width: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #cdcdcd;
    padding: 7px;
    top: calc(100% + 5px);
    border-radius: 7px;
    min-width: 450px;
}

.note-sapvehang.s .content-tooltip {
    display: block;
}

.note-sapvehang .content-tooltip {
    width: 100%;
}

    .note-sapvehang .content-tooltip p {
        margin-bottom: 5px;
        font-size: 12px;
        white-space: initial;
    }

    .note-sapvehang .content-tooltip ul {
        padding-left: 20px;
    }

        .note-sapvehang .content-tooltip ul li {
        }

    .note-sapvehang .content-tooltip p:last-child {
        margin-bottom: 0;
    }

.deliverytime .note-sapvehang {
    margin-top: 10px;
    margin-bottom: 0;
}

.deliverytime span {
    font-size: 15px;
    color: #058314;
    font-weight: 500;
}

    .deliverytime span.out-of-stock {
        color: #ffeb3b;
    }

    .deliverytime span.stop-business {
        color: var(--main-color);
    }

    .deliverytime span.pending {
        color: #ffa500;
    }

.area_promotion {
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
    padding: 30px 15px 0;
    margin: 0 0 15px 0;
}

    .area_promotion.hidden.active {
        display: block;
    }

    .area_promotion a {
        color: #007bff;
    }

    .area_promotion > strong {
        position: absolute;
        top: -16px;
        left: 20px;
        background: var(--main-color);
        color: #fff;
        padding: 5px 25px 5px 35px;
        border-radius: 20px;
        text-transform: uppercase;
    }

        .area_promotion > strong svg {
            content: "";
            position: absolute;
            top: 7px;
            left: 12px;
        }

    .area_promotion span {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
    }

    .area_promotion > ol {
        counter-reset: my-counter;
        padding-left: 0;
    }

        .area_promotion > ol li {
            counter-increment: my-counter;
            list-style: none;
            padding-left: 30px;
            font-size: 14px;
            position: relative;
            padding-bottom: 6px;
            line-height: 1.5;
        }

            .area_promotion > ol li:last-child {
                padding-bottom: 0;
            }

            .area_promotion > ol li:before {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: var(--main-color);
                color: #fff;
                text-align: center;
                font-weight: 700;
                content: counter(my-counter);
                position: absolute;
                left: 0;
                top: 0;
            }

.numeric {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
}

.box-tab-sl {
    margin-bottom: 0;
    padding-left: 0;
}

    .box-tab-sl li {
        list-style: none;
    }

        .box-tab-sl li input {
            width: 50px;
            border: var(--main-boder);
            text-align: center;
            height: 49px;
        }

        .box-tab-sl li span {
            width: 30px;
            height: 30px;
            border: 1px solid #cdcdcd;
            display: flex;
            align-items: center;
            line-height: 24px;
            margin: 0;
            border-radius: 0;
            justify-content: center;
        }

            .box-tab-sl li span:hover {
                cursor: pointer;
            }

            .box-tab-sl li span.minus-cart-1 {
                display: block;
                text-align: center;
            }

.prd_promotion {
    border-top: 1px dashed #c8c8c8;
    padding: 15px 0;
    overflow: hidden;
}

    .prd_promotion small {
        display: block;
        font-size: 12px;
        color: #666;
        margin-bottom: 10px;
    }

    .prd_promotion a {
        color: #006abf;
        width: 50%;
        display: inline-block;
        margin-top: 20px;
    }

    .prd_promotion img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin-right: 10px;
    }

.choose-color,
.choose-npp,
.choose-npp-popup,
.choose-color-quick {
    margin: 15px 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.choose-npp,
.choose-npp-popup {
    gap: 5px;
}

    .choose-npp strong,
    .choose-npp-popup strong {
        width: 100%;
    }

    .choose-color span,
    .choose-npp .item,
    .choose-npp-popup .item,
    .choose-color-quick span {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        border: var(--main-boder);
        margin: 0 0 0 5px;
        cursor: pointer;
    }

    .choose-npp .item,
    .choose-npp-popup .item {
        width: initial;
        margin-left: 0;
        margin-right: 5px;
        padding: 5px 15px;
        height: initial;
        line-height: 1;
        border-radius: 5px;
    }

        .choose-npp .item.sold-out,
        .choose-npp-popup .item.sold-out {
            opacity: 0.5;
            pointer-events: none;
        }

.choose-color span.no-class,
.choose-color-quick span.no-class {
    padding: 5px 20px;
    height: inherit;
    border-radius: 4px;
}

.choose-color.choose-qty {
    margin-bottom: 0;
    margin-top: 5px;
}

    .choose-color.choose-qty span.no-class {
        margin-left: 0;
        padding: 2.5px 10px;
        font-weight: 400;
        font-size: 11px;
        margin-bottom: 5px;
    }

.choose-color span.active,
.choose-npp .item.active,
.choose-npp-popup .item.active,
.choose-color-quick span.active {
    border: 1px solid var(--main-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.choose-qty {
    display: block;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
}

    .choose-qty > span {
        font-weight: 700;
        margin-right: 10px;
    }

.area_buy {
    display: flex;
    grid-gap: 15px;
    margin-bottom: 20px;
    border-top: var(--main-boder);
    padding-top: 20px;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

    .area_buy.active {
        display: flex;
    }

    .area_buy p {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        width: 70px;
    }

    .area_buy input {
        width: calc(50% - 92.5px);
        height: 40px;
        border: var(--main-boder);
        border-radius: 20px;
        padding: 0 15px;
    }

    .area_buy div,
    .area_buy a {
        display: block;
        padding: 8.5px 8px;
        border-radius: 20px;
        background: var(--main-color);
        color: #fff;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        transition: 0.3s linear;
        cursor: pointer;
        width: calc(50% - 7.5px);
    }

        .area_buy div span {
            display: table;
            clear: both;
            text-transform: initial;
            font-size: 12px;
            margin: 0 auto;
            position: relative;
        }

    .area_buy .buy_now {
        border: 1px solid var(--main-color);
    }

    .area_buy .add-to-cart {
        background: #fff;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

    .area_buy .buy-installment {
        background: #fff;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

    .area_buy .calladvice {
        background: var(--main-color);
        grid-column: 1/3;
        border: 1px solid var(--main-color);
    }

        .area_buy .calladvice span:before {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: url(../images/icondetailprd.png);
            background-position: -6px -39px;
            position: absolute;
            top: -21px;
            left: -5px;
        }

    .area_buy .buy_now:hover {
        color: var(--main-color);
        background-color: #fff;
    }

.advisor_product {
    display: none;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid var(--main-color);
    margin-bottom: 15px;
    color: #333;
    transition: background 0.5s ease;
}

    .advisor_product > p {
        cursor: pointer;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 0;
        font-weight: 900;
        color: #333;
        line-height: 1;
        text-align: center;
    }

    .advisor_product:hover {
        background: var(--main-color);
        color: #fff;
    }

        .advisor_product:hover > p {
            color: #fff;
        }

    .advisor_product .form-group {
        margin: 0;
        display: flex;
        grid-gap: 10px;
        position: relative;
        flex-wrap: wrap;
        gap: 10px;
    }

        .advisor_product .form-group .input {
            width: calc(50% - 5px);
            position: relative;
        }

        .advisor_product .form-group .area {
            width: 100%;
            position: relative;
        }

            .advisor_product .form-group .area textarea {
                height: 70px;
                border: none;
            }

                .advisor_product .form-group .area textarea::placeholder {
                    color: #929292;
                    font-size: 14px;
                }

        .advisor_product .form-group input {
            height: 36px;
            border: none;
            color: #929292;
            font-size: 14px;
        }

            .advisor_product .form-group input::placeholder {
                color: #929292;
                font-size: 14px;
            }

        .advisor_product .form-group .action {
            width: 100%;
        }

        .advisor_product .form-group button {
            font-size: 16px;
            height: 36px;
            border-radius: 5px;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            width: 100%;
            background: #494949;
            border: none;
            font-weight: 700;
        }

.box-article .area_buy .calladvice {
    margin-top: 15px;
}

.callorder {
    border: var(--main-boder);
    padding: 17px;
    border-radius: 5px;
}

    .callorder b {
        color: var(--main-color);
    }

.countimg {
    display: block;
    text-align: center;
    position: relative;
    line-height: 30px;
    cursor: pointer;
}

    .countimg .btn-a {
        color: #424242;
        font-size: 15px;
    }

        .countimg .btn-a svg {
            margin-right: 10px;
        }

.counter {
    float: right;
    background: #ddd;
    padding: 0 10px;
    font-size: 14px;
}

.colorandpic {
    padding: 0;
    list-style: none;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}

    .colorandpic li {
        display: inline-block;
        max-width: 80px;
        text-align: center;
        font-size: 12px;
        margin: 0 2px;
        cursor: pointer;
    }

        .colorandpic li.active img {
            border: 1px solid var(--main-color);
        }

        .colorandpic li.active {
            font-weight: 700;
        }

    .colorandpic .tskt > div, .colorandpic .gal-video > div {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: var(--main-boder);
        margin: auto;
        margin-bottom: 5px;
        padding: 3px;
    }

        .colorandpic .tskt > div svg {
            height: 25px;
        }

    .colorandpic img {
        width: 70px;
        height: 70px;
        border: var(--main-boder);
        object-fit: contain;
        margin-bottom: 5px;
        padding: 3px;
    }

.policy_intuitive p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    line-height: 1.3;
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}

.policy_intuitive ul {
    margin-bottom: 0;
    padding: 0 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .policy_intuitive ul li {
        font-size: 15px;
        padding: 15px 0;
        border-top: 1px solid #e9e9e9;
        padding-left: 35px;
        position: relative;
        font-weight: 500;
        width: 50%;
    }

        .policy_intuitive ul li:first-child,
        .policy_intuitive ul li:nth-of-type(2) {
            border-top: none;
        }

        .policy_intuitive ul li img {
            position: absolute;
            left: 0;
        }

        .policy_intuitive ul li .img-icon {
            position: absolute;
            left: 0;
            top: 10px;
            display: block;
            max-width: 33px;
        }

            .policy_intuitive ul li .img-icon img {
                max-width: 100%;
            }

        .policy_intuitive ul li:last-child {
            border-bottom: none;
        }

/*qua tang*/

.wrap_gift {
    display: grid;
    grid-template-columns: 31% 51.8% 17.2%;
    border: var(--main-boder);
    align-items: center;
    margin-bottom: 20px;
    background: #f5f5f5;
}

    .wrap_gift .head {
        padding: 30px;
        display: flex;
        grid-gap: 20px;
        align-items: center;
    }

        .wrap_gift .head h3 {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 900;
            color: var(--main-color);
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
            position: relative;
        }

            .wrap_gift .head h3 img {
                position: absolute;
                left: 0;
                top: -1px;
            }

        .wrap_gift .head p {
            margin: 0;
            font-size: 15px;
            font-weight: 500;
        }

        .wrap_gift .head .text {
            width: calc(100% - 90px);
        }

        .wrap_gift .head .text-gift {
            width: 70px;
            height: 70px;
            background: var(--main-color);
            border-radius: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
        }

.main_gift {
    display: flex;
    overflow-x: auto;
    background: #fff;
}

    .main_gift .item {
        min-width: calc(100% / 3);
        padding: 20px;
        border-left: var(--main-boder);
        white-space: nowrap;
    }

        .main_gift .item:last-child {
            border-right: var(--main-boder);
        }

        .main_gift .item p {
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            margin-bottom: 5px;
            white-space: normal;
        }

            .main_gift .item p > span:first-child {
                overflow: hidden;
                word-wrap: break-word;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }

        .main_gift .item span:nth-of-type(n + 2) {
            text-align: center;
            color: var(--main-color);
        }

        .main_gift .item .img {
            width: 80px;
            height: 80px;
            margin: auto;
            border-radius: 40px;
            overflow: hidden;
            background: var(--main-color);
        }

            .main_gift .item .img img {
                max-width: 100%;
                max-height: 100%;
            }

.wrap_gift .end {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .wrap_gift .end p {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 5px;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 5px;
        position: relative;
    }

    .wrap_gift .end span {
        font-size: 21px;
        color: var(--main-color);
        font-weight: 900;
    }

/*thong so ky thuat*/

.infor_product {
    border: var(--main-boder);
    padding: 15px;
    margin-bottom: 15px;
}

    .infor_product > p {
        font-weight: 900;
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .infor_product .changePara {
        border: 1px solid var(--main-color);
        color: var(--main-color);
        border-radius: 4px;
        text-align: center;
        padding: 5px 0;
        display: inline-block;
        margin-left: calc((100% - 287px) / 2);
        width: 287px;
        cursor: pointer;
        transition: background 0.5s linear;
    }

        .infor_product .changePara:hover {
            background: var(--main-color);
            color: #fff;
        }

        .infor_product .changePara i {
            margin-left: 5px;
        }

.specifications {
    max-height: 360px;
    overflow: hidden;
    position: relative;
}

    .specifications:before {
        content: "";
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgb(255, 255, 255);
        background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 10%, rgba(253, 187, 45, 0) 100% );
    }

    .specifications table tr:nth-of-type(2n + 1),
    ._detail-specs table tr:nth-of-type(2n + 1) {
        background: #f5f5f5;
    }

    .specifications table tr td,
    ._detail-specs table tr td {
        font-size: 14px;
        font-weight: 500;
        padding: 6px 15px;
    }

        .specifications table tr td:nth-of-type(1),
        ._detail-specs table tr td:nth-of-type(1) {
            width: 50%;
        }

.key-selling ul {
    padding-left: 15px;
}

.title_text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.key-selling {
    position: relative;
}

    .key-selling.kmh {
        max-height: 120px;
        overflow: hidden;
        position: relative;
    }

.ovlarticle {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 1) 100% );
}

.viewmorekeyselling {
    font-size: 14px;
    display: block;
    color: #006abf;
}

    .viewmorekeyselling:after {
        content: "";
        width: 0;
        right: 0;
        border-top: 6px solid #006abf;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px;
    }

.productrelate .bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.bar h2 {
    font-size: 21px;
    font-weight: 900;
    margin: 0 0 15px 0;
}

.productrelate div.suggest-same {
    position: relative;
}

    .productrelate div.suggest-same input {
        width: 342px;
        height: 36px;
        border: 1px solid var(--main-color);
        border-radius: 3px;
        padding: 0 12px;
        max-width: 100%;
        padding-right: 36px;
    }

        .productrelate div.suggest-same input::placeholder {
            color: #989898;
        }

    .productrelate div.suggest-same .button {
        position: absolute;
        top: 0;
        right: 0;
        background: inherit;
        border: initial;
        height: 36px;
        width: 36px;
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: 5px;
    }

.slider-bd .item {
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.slider-bd {
    border-left: 1px solid #e9e9e9;
}

.box_content_product {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .box_content_product .left_content {
        width: calc(100% - 480px);
        float: left;
        display: block;
        overflow: hidden;
        margin-right: 15px;
    }

    .box_content_product .right_content {
        width: 465px;
        display: block;
        overflow: hidden;
    }

        .box_content_product .right_content .price_sale {
            width: 100%;
            padding: 0;
            margin-bottom: 20px;
            background: #ffffff;
            padding: 15px;
            border: var(--main-boder);
        }

    .box_content_product .left_content .box_article {
        padding: 15px;
        border: var(--main-boder);
        margin-bottom: 15px;
    }

.left_content .infor_product {
    display: none;
}

.news-relate {
    padding: 15px;
    border: var(--main-boder);
    margin-bottom: 30px;
}

.box_article img,
.box_article table,
.box_article iframe {
    max-width: 100%;
}

.box_article {
    padding: 0 0 20px;
}

    .box_article img {
        max-width: 100%;
    }

    .box_article h3 {
        line-height: 1.4em;
        font-size: 22px;
        margin: 1.5em auto 0.3em;
    }

    .box_article h4,
    .box_article h5,
    .box_article h6 {
        font-size: 14px;
    }

    .box_article h6 {
        padding-left: 20px;
    }

    .box_article a {
        color: #288ad6;
    }

.title-span {
    font-size: 21px;
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
}

.news-relate .item {
    padding: 12px 0;
    border-top: 1px solid #e9e9e9;
    overflow: hidden;
}

    .news-relate .item.hides {
        display: none;
    }

    .news-relate .item:nth-of-type(2) {
        border-top: none;
        padding-top: 0;
    }

    .news-relate .item:last-child {
        padding-bottom: 0;
    }

.news-relate img {
    width: 130px;
    max-height: 65px;
    float: left;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.news-relate h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    float: left;
    width: calc(100% - 130px);
    padding-left: 15px;
}

.news-relate .view-all {
    color: #006abf;
    display: block;
    padding: 15px 0 0 0;
    cursor: pointer;
    border-top: 1px solid #e9e9e9;
}

.length_a {
    max-width: 427px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

    .length_a a {
        color: #ffffff;
    }

.box_offers {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    overflow: hidden;
}

    .box_offers > strong {
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }

.boxChild .item .img {
    width: 191px;
    height: 191px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
    line-height: 186px;
    margin: 0 auto 10px;
    max-width: 100%;
    position: relative;
    display: block;
}

    .boxChild .item .img img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

.boxChild .item h3 {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

    .boxChild .item h3 input {
        margin-right: 5px;
        background: var(--main-color);
    }

.boxChild {
    margin: 0 -15px;
}

    .boxChild .item {
        width: calc(25% - 30px);
        float: left;
        margin: 0 15px;
        position: relative;
    }

        .boxChild .item:before {
            content: "+";
            color: #fff;
            background: var(--main-color);
            width: 20px;
            height: 20px;
            display: inline-block;
            position: absolute;
            text-align: center;
            border-radius: 50%;
            top: 74px;
            right: -25px;
        }

    .boxChild.slide-views {
        margin: 0;
    }

        .boxChild.slide-views .item {
            width: 100%;
            margin: 0;
        }

.box-scroll {
    overflow-x: auto;
    width: calc(50% - 30px);
    display: flex;
    padding-bottom: 10px;
    float: left;
    margin: 0 15px;
    cursor: grabbing;
}

    .box-scroll::-webkit-scrollbar {
        height: 2px;
    }

    .box-scroll .item {
        width: 164px;
    }

        .box-scroll .item:last-child:before {
            display: none;
        }

        .box-scroll .item:first-child {
            margin-left: 0;
        }

.result-offer {
    width: calc(25% - 15px);
    margin: 0;
    float: left;
    text-align: center;
}

    .result-offer .area_buy {
        display: block;
    }

    .result-offer small,
    .result-offer p {
        text-align: left;
        display: block;
    }

.show-more::before {
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient( linear, 0% 100%, 0% 0, from(white), color-stop(0.2, white), to(rgba(255, 255, 255, 0)) );
    display: block;
}

.boxChild_v2 .item .img {
    border: initial;
}

    .boxChild_v2 .item .img a {
        display: block;
        position: relative;
        z-index: 3;
        width: 100%;
        padding: 10px;
    }

    .boxChild_v2 .item .img img.frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.boxChild_v2 .item:before {
    display: none;
}

.Rate-detail_ {
    padding: 15px;
    border: var(--main-boder);
}

.head-rate {
    overflow: hidden;
    padding: 0 0 15px 0;
}

.act_rate {
    display: flex;
    grid-gap: 15px;
}

    .act_rate > * {
        width: 50%;
    }

.btn-viewrate {
    height: 44px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    cursor: pointer;
    transition: background 0.5s linear;
}

    .btn-viewrate:hover {
        background: var(--main-color);
        color: #fff;
    }

    .btn-viewrate i {
        margin-left: 10px;
    }

.btn-ratenow {
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    background: var(--main-color);
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid var(--main-color);
    transition: 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.5s linear;
}

    .btn-ratenow:hover {
        background: #fff;
        color: var(--main-color);
    }

    .btn-ratenow .img {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-ratenow .close,
    btn-ratenow.active .open {
        display: none;
    }

    .btn-ratenow.active .close {
        display: inline-block;
    }

.Rate-detail_ .box_ {
    display: grid;
    grid-template-columns: 45% 55%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: var(--main-boder);
}

.box-rated {
    padding: 0 40px 0 0;
    border-right: var(--main-boder);
}

.avg_rate {
    display: flex;
    grid-gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

    .avg_rate p {
        margin: 0;
    }

    .avg_rate .avg {
        font-size: 20px;
        line-height: 1;
        font-weight: 900;
        color: #fac82e;
    }

    .avg_rate .prRating i {
        width: 16px;
        height: 16px;
    }

.box-rated .top .point-rated {
    font-size: 30px;
    font-weight: bold;
    line-height: 24px;
    color: #f5a623;
    display: inline-block;
    margin-right: 5px;
}

.box-rated .top .vote-star .rating > label:before,
.box-rated .top .vote-star .rating > .star-v1:before {
    font-size: 20px;
}

.box-rated .box {
    margin-top: 0;
}

    .box-rated .box .line-rate {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .box-rated .box .line-rate:last-child {
            margin-bottom: 0;
        }

        .box-rated .box .line-rate .lv-rate {
            color: #3694e8;
            float: right;
            margin-left: 10px;
            cursor: text;
            font-size: 14px;
        }

        .box-rated .box .line-rate .lv-star {
            width: 40px;
            float: left;
            padding-top: 0;
            vertical-align: top;
            display: flex;
            align-items: center;
            line-height: 1;
        }

            .box-rated .box .line-rate .lv-star i {
                font-size: 18px;
                margin-left: 4px;
                color: #9a9a9a;
            }

        .box-rated .box .line-rate .tool-pct {
            position: relative;
            width: calc(100% - 40px);
            height: 3px;
            margin-top: 7px;
            background: #eee;
            float: left;
            margin-left: 0;
            overflow: hidden;
        }

            .box-rated .box .line-rate .tool-pct span {
                position: absolute;
                top: 0;
                left: 0;
                background: #fac82e;
                transition: all 0.35s;
                height: 100%;
            }

.customer-rate-box {
    border-top: 0;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    display: none;
    margin: 0;
    grid-column-start: 1;
    grid-column-end: 3;
}

    .customer-rate-box textarea {
        width: 100%;
        padding: 10px;
        height: 150px;
        border: 1px solid #ccc;
        border-bottom: 0;
        margin-bottom: -5px;
    }

    .customer-rate-box.active {
        display: block;
    }

    .customer-rate-box .content-faq {
        height: 150px;
        border-radius: 0;
        background: #fff;
    }

    .customer-rate-box .upload-img-faq {
        border-radius: 0;
        background: #f1f1f1;
    }

.feedback-question {
    padding: 0 0px 0 40px;
}

    .feedback-question > p {
        font-weight: bold;
        margin-bottom: 5px;
    }

.feedback {
    overflow: hidden;
    margin: 10px 0;
}

    .feedback > div {
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
        margin-right: 10px;
        cursor: pointer;
    }

        .feedback > div:last-child {
            margin: 0;
        }

        .feedback > div > .icon {
            border-radius: 50%;
            overflow: hidden;
            width: 40px;
            height: 40px;
            display: inline-block;
            vertical-align: top;
            margin-right: 8px;
            background-image: url(../images/list-icon-header.png);
            background-position-x: -51px;
            background-position-y: 78px;
        }

    .feedback div span {
        display: inline-block;
        vertical-align: top;
        line-height: 40px;
    }

.question {
    overflow: hidden;
}

.feedback > div.op-bad > .icon {
    background-position-x: -4px;
    background-position-y: 77px;
}

.question > span {
    font-weight: 500;
    line-height: 24px;
}

.question-ed {
    overflow: hidden;
    display: flex;
    margin-top: 10px;
    align-items: center;
}

    .question-ed .q-good {
        float: left;
        margin-right: 15px;
        color: #006abf;
        font-size: 12px;
    }

        .question-ed .q-good b,
        .question-ed .q-bad b {
            font-weight: 600;
        }

    .question-ed .q-bad {
        float: right;
        margin-left: 15px;
        color: #006abf;
        font-size: 12px;
    }

.line-question {
    float: left;
    position: relative;
    width: 160px;
    height: 3px;
    background: #eee;
    border-radius: 3px;
    margin-top: 3px;
    overflow: hidden;
}

    .line-question span {
        position: absolute;
        top: 0;
        left: 0;
        background: #6cba71;
        transition: all 0.35s;
        height: 100%;
    }

span.count-turn-rated {
    font-size: 13px;
}

.head-rate .titH2b {
    font-size: 21px;
    font-weight: 900;
    margin: 0;
}

.frm-comment {
    width: 100%;
    margin-top: 15px;
}

    .frm-comment textarea {
        border-radius: 3px;
        border: 1px solid #dedede;
        height: 120px;
        width: 100%;
        padding: 10px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .frm-comment .action {
        display: none;
        width: 100%;
        background: #fff;
    }

        .frm-comment .action.active {
            display: flex;
        }

        .frm-comment .action .img input {
            display: none;
        }

        .frm-comment .action > * {
            display: table-cell;
            border: 1px solid #dedede;
            border-collapse: collapse;
            padding: 7.5px;
        }

        .frm-comment .action .img {
            width: 110px;
            border-right: 0;
            height: 47px;
            display: flex;
            align-items: center;
        }

            .frm-comment .action .img > * {
                display: flex;
                align-items: center;
            }

            .frm-comment .action .img label {
                font-weight: 400;
                font-size: 13px;
                margin-bottom: 0;
            }

    .frm-comment label.error {
        display: none !important;
    }

    .frm-comment .action .img label span {
        width: 27px;
        height: 20px;
        display: block;
        margin-right: 10px;
        background-image: url(../images/ic-camera.jpg);
        background-repeat: no-repeat;
        float: left;
    }

    .frm-comment .action .input {
        text-align: right;
        width: calc(100% - 110px);
    }

    .frm-comment .action input.error {
        border: 1px solid red !important;
    }

    .frm-comment .action .input .processing {
        display: none;
        line-height: 1;
        float: right;
    }

        .frm-comment .action .input .processing.show {
            display: inherit;
        }

    .frm-comment .action .input > * {
        margin-left: 3.5px;
        display: inline-block;
    }

    .frm-comment .action .input input {
        height: 30px;
        border: 1px solid #dedede;
        padding: 0 15px;
        font-size: 14px;
        color: #000;
    }

        .frm-comment .action .input input::placeholder {
            color: #000;
        }

        .frm-comment .action .input input:read-only {
            border: 0;
            color: gray;
        }

    .frm-comment .action .input button {
        background: var(--main-color);
        line-height: 30px;
        color: #fff;
        padding: 0 20px;
        border: none;
    }

.vote-star {
    display: inline-block;
    vertical-align: middle;
}

    .vote-star .rating {
        border: 0;
        display: table-cell;
        vertical-align: middle;
    }

        .vote-star .rating > input {
            display: none;
        }

        .vote-star .rating > label:before,
        .vote-star .rating > .star-v1:before {
            margin: 2px;
            font-size: 13px;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005";
            text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
        }

        .vote-star .rating > label,
        .vote-star .rating > .star-v1 {
            color: #ddd;
            float: right;
            margin-bottom: 0;
        }

        .vote-star .rating > .star-v1 {
            float: left;
        }

            .vote-star .rating > .star-v1.active {
                color: #f5a623;
            }

        .vote-star .rating > input:checked ~ label,
        .vote-star .rating:not(:checked) > label:hover,
        .vote-star .rating:not(:checked) > label:hover ~ label {
            color: #ffd700;
        }

            .vote-star
            .rating > input:checked + label:hover
            .vote-star
            .rating > input:checked ~ label:hover,
            .vote-star .rating > label:hover ~ input:checked ~ label,
            .vote-star .rating > input:checked ~ label:hover ~ label {
                color: #ffed85;
            }

.insert-img,
.insert-img_Reply,
.insert-img-rate,
.insert-img-rate_Reply {
    width: auto;
    margin-top: 10px;
    position: relative;
    display: flex;
    margin-right: 5px;
    align-items: center;
}

    .insert-img img,
    .insert-img_Reply img,
    .insert-img-rate img,
    .insert-img-rate_Reply img {
        max-width: 100px;
    }

    .insert-img i,
    .insert-img_Reply i,
    .insert-img-rate i,
    .insert-img_Reply-rate i {
        font-weight: 400;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background: rgba(125, 125, 125, 0.38);
        font-size: 11px;
        cursor: pointer;
        position: relative;
        margin-left: 10px;
    }

        .insert-img i:before,
        .insert-img_Reply i:before,
        .insert-img-rate i:before,
        .insert-img-rate_Reply i:before {
            font-size: 22px;
            position: absolute;
            width: 35px;
            height: 20px;
            color: #f43636;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            content: "\f00d";
            border: 0;
        }

.list-c-d-detail-rate {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: var(--main-boder);
}

    .list-c-d-detail-rate .action {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .list-c-d-detail-rate .item {
        padding: 15px 0;
        margin-bottom: 0;
        border-top: var(--main-boder);
        display: flex;
    }

        .list-c-d-detail-rate .item:first-child {
            padding-top: 0;
        }

        .list-c-d-detail-rate .item:nth-of-type(1) {
            border-top: none;
            padding-top: 0;
        }

        .list-c-d-detail-rate .item:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }

        .list-c-d-detail-rate .item .info p {
            display: block;
            margin: 0 0 10px;
            clear: both;
        }

    .list-c-d-detail-rate .lst-repply-rate .item .info p {
        clear: both;
    }

    .list-c-d-detail .item .info span,
    .list-c-d-detail-rate .item .info span {
        font-size: 13px;
        color: gray;
        transition: all 0.3s linear;
    }

        .list-c-d-detail .item .info span.by {
            font-weight: 700;
            color: var(--black-color);
            font-size: 14px;
        }

            .list-c-d-detail .item .info span.by small,
            .list-c-d-detail-rate .item .info span.by small {
                background: #eebc49;
                line-height: 9px;
                display: inline-block;
                text-transform: uppercase;
                padding: 3px 8px;
                border-radius: 3px;
                margin-left: 5px;
                color: #000;
            }

        .list-c-d-detail-rate .item .info span.by {
            font-weight: 700;
            font-size: 14px;
            margin-right: 5px;
            float: left;
            margin-bottom: 10px;
        }

        .list-c-d-detail-rate .item .info span.bought {
            color: #2ea036;
            font-size: 13px;
            line-height: 1;
        }

            .list-c-d-detail-rate .item .info span.bought i {
                margin-right: 5px;
            }

    .list-c-d-detail .item .info .time-span,
    .list-c-d-detail-rate .item .info .time-span {
        font-size: 13px;
        margin-left: 0;
        color: gray !important;
    }

        .list-c-d-detail-rate .item .info .time-span:before {
            content: "";
            width: 1px;
            height: 15px;
            background: #e9e9e9;
            left: 0;
            position: absolute;
        }

    .list-c-d-detail-rate .item .lst-repply-rate .info .time-span:before {
        display: none;
    }

    .list-c-d-detail .item .info span._replay,
    .list-c-d-detail-rate .item .info span._replay-rate {
        font-size: 14px;
        cursor: pointer;
        color: #788ad6;
    }

    .list-c-d-detail .item .info span._show-reply,
    .list-c-d-detail-rate .item .info span._show-reply-rate {
        cursor: pointer;
        color: #788ad6;
        font-size: 13px;
    }

    .list-c-d-detail .item .info span._show-reply,
    .list-c-d-detail-rate .item .info span._show-reply-rate {
        cursor: pointer;
    }

    .list-c-d-detail .item .info span:hover,
    .list-c-d-detail-rate .item .info span:hover {
        color: #ddac3a;
    }

    .list-c-d-detail-rate .lst-repply-rate .item {
        background: #ffffff;
        border: none;
        border-radius: 0;
        margin: 0 15px;
        border-bottom: var(--main-boder);
        display: flex;
    }

        .list-c-d-detail-rate .lst-repply-rate .item:first-child {
            padding-top: 15px;
        }

        .list-c-d-detail-rate .lst-repply-rate .item:last-child {
            border-bottom: none;
        }

    .list-c-d-detail-rate .item .avt {
        margin-right: 10px;
        width: 28px;
        height: 28px;
        background: var(--main-color);
        border-radius: 14px;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 3px;
        justify-content: center;
    }

        .list-c-d-detail-rate .item .avt.short {
            background: #cccccc;
        }

        .list-c-d-detail-rate .item .avt img {
            overflow: hidden;
            border-radius: 20px;
            width: 100%;
        }

        .list-c-d-detail .item .avt label,
        .list-c-d-detail-rate .item .avt label {
            font-weight: 400;
            margin-bottom: 0;
            background: #cccccc;
            color: #ffffff;
            padding: 5px;
        }

.page-comment {
    margin-bottom: 15px;
}

    .page-comment ul li a,
    .pagi-reply ul li a,
    .page-rate ul li a,
    .pagi-reply-rate ul li a {
        width: 24px;
        height: 24px;
        border-radius: 16px;
        background: #eaeaea;
        color: var(--black-color);
        display: block;
        text-align: center;
        line-height: 24px;
        margin-right: 5px;
        text-decoration: none;
        font-size: 12px;
    }

        .page-comment ul li a.active,
        .pagi-reply ul li a.active,
        .page-rate ul li a.active,
        .pagi-reply-rate ul li a.active {
            color: #fff;
            background: #da2032;
        }

    .page-comment ul li.disabled,
    .page-comment ul li.hidden,
    .pagi-reply ul li.hidden,
    .pagi-reply ul li.disabled,
    .page-rate ul li.hidden,
    .pagi-reply-rate ul li.hidden,
    .pagi-reply-rate ul li.disabled,
    .page-rate ul li.disabled {
        display: none !important;
    }

.page-reply,
.page-reply-rate {
    font-size: 13px;
    color: #006abf;
    padding-top: 10px;
    cursor: pointer;
}

    .page-reply i,
    .page-reply-rate i {
        margin-right: 5px;
    }

.list-c-d-detail .item .avt {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    background: var(--main-color);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 3px;
    justify-content: center;
}

    .list-c-d-detail .item .avt.short {
        border: 0;
        background: #cdcdcd;
        padding: 0;
        border-radius: 0;
    }

.list-c-d-detail .item .info,
.list-c-d-detail-rate .item .info {
    width: calc(100% - 38px);
    float: left;
    overflow: hidden;
    display: block;
}

    .list-c-d-detail .item .info p a,
    .list-c-d-detail-rate .item .info p a {
        color: #006abf;
    }

.list-c-d-detail {
    margin-bottom: 20px;
}

    .list-c-d-detail .item .info .action {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .list-c-d-detail .item .info .action > span,
        .list-c-d-detail-rate .item .info .action > span {
            color: #006abf;
            font-size: 13px;
            padding: 0 7px;
            position: relative;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

            .list-c-d-detail .item .info .action > span img,
            .list-c-d-detail-rate .item .info .action > span img {
                margin-right: 5px;
            }

        .list-c-d-detail .item .info .action span:first-child,
        .list-c-d-detail-rate .item .info .action span:first-child {
            padding-left: 0;
        }

.list-c-d-detail-rate .item .info .action .input-file span:after {
    display: none;
}

.list-c-d-detail .item .info .action span:first-child:after {
    display: none;
}

.list-c-d-detail .item .info .action .replycmt + span:after {
    right: -2px;
}

.list-c-d-detail .item .info .action span {
    position: relative;
}

.list-c-d-detail .item .info .action > span:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #b9b9b7;
    bottom: 5px;
    left: 1px;
}

.list-c-d-detail .item .info > p {
    margin-bottom: 5px;
}

.list-c-d-detail .item {
    display: flex;
    padding: 5px 0;
}

    .list-c-d-detail .item .avt img {
        max-width: 100%;
        max-height: 100%;
    }

.lst-repply.lst-repply {
    position: relative;
    background-color: #f8f8f8;
    padding: 15px;
    margin-top: 20px;
    display: table;
    width: 100%;
}

.lst-repply.hiden {
    display: none;
}

.lst-repply:before {
    content: " ";
    position: absolute;
    top: -15px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #f8f8f8;
}

.alrt-comment {
    background: #ff7d7d;
    padding: 5px 20px;
    margin-top: 15px;
    border-radius: 4px;
    display: inline-block;
}

    .alrt-comment.alrt-success {
        background: #07ca43;
        color: #fff;
    }

.frm-reply {
    margin-top: 10px;
    margin-bottom: 0;
}

.lst-repply .item {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
}

    .lst-repply .item:first-child {
        padding-top: 0;
        display: flex;
    }

    .lst-repply .item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.hidden {
    display: none;
}

.main-comment {
    margin-top: 15px;
}

.count-cmt {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 21px;
    position: relative;
}

.search_comment {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    border: var(--main-boder);
    border-radius: 4px;
    width: 240px;
}

    .search_comment .button {
        width: 35px;
        height: 35px;
        text-align: center;
    }

    .search_comment input {
        height: 35px;
        border: none;
        font-size: 13px;
        width: calc(240px - 35px);
    }

.closebtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 75px;
    height: 75px;
    background: #f4f4f4;
    color: #bbb;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
}

    .closebtn span {
        font-size: 42px;
        padding: 20px 0 10px 0;
        display: block;
        margin: 0 auto;
    }

.fullparameter {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    padding: 0;
    margin: 0 auto;
    background: #000000bf;
}

    .fullparameter .scroll {
        height: 100vh;
        width: auto;
        padding: 0 30px 0 30px;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 700px;
    }

        .fullparameter .scroll h4,
        .fullparameter .scroll h3 {
            display: block;
            font-size: 21px;
            color: #666;
            font-weight: 900;
            margin-top: 15px;
            line-height: 1.3em;
        }

    .fullparameter ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

.specs li {
    display: block !important;
    background: #f4f4f4;
    padding: 10px;
    font-size: 20px;
    color: #999;
}

    .specs li:nth-child(2n) {
        background: #fff;
    }

.fullparameter .specs li span.specname {
    width: 30%;
}

.specs li span.specname {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 600;
}

.fullparameter .specs li span.specval {
    width: 69%;
}

.fullparameter .specs li span {
    display: inline-block;
    vertical-align: top;
}

.specs li span.specval {
    font-size: 14px;
    color: var(--black-color);
    margin-left: 5px;
}

.article h1 {
    display: block;
    line-height: 1.3em;
    font-size: 24px;
    color: var(--black-color);
    font-weight: 900;
}

.authorBox {
    margin-top: 20px;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: var(--main-boder);
}

    .authorBox span {
        color: #000;
        margin-right: 15px;
        font-size: 14px;
    }

        .authorBox span i {
            margin-right: 10px;
        }

    .authorBox > .authorName {
        color: var(--black-color);
        font-size: 14px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

        .authorBox > .authorName b {
            color: var(--main-color);
        }

    .authorBox .new-iconviewcount {
        background: url(../images/sprite2x-mobile-new.v160101010710.png) no-repeat -182px -30px;
        background-size: 312px 51px;
        width: 18px;
        height: 13px;
        display: inline-block;
        vertical-align: middle;
    }

.bcenter .article .bxcontentnewsctct {
    overflow: hidden;
}

.bxcontentnewsct ._desc {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}

    .bxcontentnewsct ._desc p,
    .bxcontentnewsct ._desc h2 {
        line-height: 1.5;
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
    }

    .bxcontentnewsct ._desc p {
        font-weight: 400;
        font-size: 14px;
    }

    .bxcontentnewsct ._desc a {
        color: var(--primary);
    }

.bxcontentnewsct a:hover {
    text-decoration: underline;
    color: #167ac6;
}

.bxcontentnewsct img,
.bxcontentnewsct iframe,
.bxcontentnewsct table {
    max-width: 100%;
}

.bxcontentnewsct img {
    height: auto !important;
}

.comment_creator {
    background: #f5f5f5;
    padding: 20px;
    display: flex;
    margin-top: 15px;
}

    .comment_creator .img {
        margin-right: 15px;
    }

    .comment_creator .desc p {
        margin-top: 0;
    }

.key-word {
    margin: 10px 0;
}

.bxindexknh {
    display: inline-block;
    background: #f4f4f4;
    border: var(--main-boder);
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}

    .bxindexknh .indxtitle {
        position: relative;
        display: block;
        overflow: hidden;
        text-align: left;
        cursor: pointer;
        font-weight: 900;
        font-size: 21px;
        margin-bottom: 10px;
        margin-top: 0;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

        .bxindexknh .indxtitle i {
            margin-right: 10px;
            color: var(--main-color);
        }

.indxtitle i.faq-idxknh {
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    filter: grayscale(1);
    height: 10px;
    background: url(../images/idxup.png) no-repeat center center;
    transform: rotate(180deg);
}

.indxtitle.active i.faq-idxknh {
    transform: rotate(0deg);
}

.ctindxknh a {
    font-weight: normal;
    text-decoration: none;
    font-size: 15px;
    display: block;
    line-height: 25px;
}

    .ctindxknh a i {
        margin-right: 15px;
        font-size: 17px;
    }

.bxcontentnewsct p,
.bxcontentnewsct h2 {
    margin-bottom: 10px;
    display: block;
    text-rendering: geometricPrecision;
    color: var(--black-color);
    line-height: 20px;
    margin: 12px 0;
}

.bxcontentnewsct label {
    margin: 10px auto;
    padding: 10px;
    border: 2px solid #c3e5f8;
    border-radius: 5px;
    background-color: #dbedf9;
    line-height: 22px;
    clear: both;
}

.bxcontentnewsct h3 {
    font-size: 19px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.dropcap {
    font-size: 72px;
    line-height: 36px;
    float: left;
    padding: 10px;
    color: #09c;
    font-weight: 600;
    margin-bottom: 10px;
}

.bxcontentnewsct a {
    text-decoration: none !important;
    transition: 0.2s linear;
}

.bxcontentnewsct p.prRating {
    display: inline-block;
    margin: 0;
}

.bxcontentnewsct a:hover {
    color: #ec2327;
}

    .bxcontentnewsct a:hover span {
        color: #ec2327 !important;
    }

.generate-productbox-product .img {
    width: 50%;
    float: left;
}

.generate-productbox-product .prSpec {
    width: 50%;
    float: left;
    padding-left: 20px;
}

    .generate-productbox-product .prSpec h3 {
        text-transform: uppercase;
        margin-top: 0;
    }

    .generate-productbox-product .prSpec > span {
        font-size: 16px;
        text-transform: uppercase;
        color: #158d1e;
        font-weight: 700;
        display: block;
        margin-bottom: 5px;
    }

        .generate-productbox-product .prSpec > span.out-of-stock {
            color: #ec2327;
        }

.bxcontentnewsct .generate-productbox-product p.prRating {
    display: flex;
    margin-bottom: 10px;
}

.bxcontentnewsct .generate-productbox-product .deliverytime {
    margin-bottom: 10px;
}

.table-of-content h3,
.table-of-content h2,
.table-of-content h4,
.table-of-content h5 {
    margin: 0;
}

.table-of-content h5 {
    padding-left: 5px;
    cursor: pointer;
}

.table-of-content h6 {
    margin: 0;
    padding-left: 42px;
}

    .table-of-content h6 a {
        cursor: pointer;
    }

.table-of-content h5 a {
    font-weight: 700;
}

.table-of-content a:hover {
    color: var(--main-color) !important;
}

.table-of-content a {
    color: #000;
}

.price span {
    color: var(--main-color);
    font-weight: 700;
}

.price .sale-val {
    background: rgb(255 0 0 / 50%);
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    padding: 2.5px 5px;
    border-radius: 5px;
    margin-bottom: -2px;
}

.price span.salecombo {
    color: var(--black-color);
    font-weight: 400;
    clear: both;
    display: block;
}

.prSpecMain > p {
    font-size: 16px;
    font-weight: 700;
    color: #006abf;
}

.prSpecMain ul {
    padding-left: 15px;
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 17px;
    overflow: hidden;
    position: relative;
    max-height: 129px;
}

    .prSpecMain ul:after {
        content: "";
        height: 82px;
        max-height: 82px;
        position: absolute;
        bottom: -8px;
        left: -10px;
        right: -5px;
        border-radius: 0 0 15px 15px;
        background-image: linear-gradient( -180deg, rgba(255, 255, 255, 0) 0, #fff 100% );
        opacity: 0.94;
    }

.prSpecBtnViewAll {
    display: block;
    margin: 10px 0 0;
    text-align: center;
}

    .prSpecBtnViewAll i {
        font-size: 20px;
        margin-left: 10px;
    }

.bxcontentnewsct .sliderdetail ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.sliderdetail img {
    width: 100%;
}

.leftGallery {
    width: calc(100% - 125px);
    float: left;
}

.rightGallery {
    width: 110px;
    float: left;
    margin-left: 10px;
}

    .rightGallery ul {
        padding-left: 10px;
    }

    .rightGallery li {
        border-radius: 8px;
        border: 1px solid #e9e9e9;
        padding: 5px;
        margin: 0 0 10px;
        position: relative;
        overflow: hidden;
    }

        .rightGallery li.lastedItem:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            background: #0000006b;
            box-sizing: initial;
        }

        .rightGallery li .lstOverlay {
            position: absolute;
            top: 9px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            text-align: center;
            width: 100%;
            color: #fff;
            z-index: 99;
        }

        .rightGallery li img {
            width: 100%;
            height: 60px;
            object-fit: cover;
            padding: 0;
        }

.video-container {
    position: relative;
}

    .video-container:before {
        content: "";
        width: 67px;
        height: 47px;
        background: url(../images/ic-play.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.leftGallery .video-container:before {
    display: none;
}

.fotorama-org {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
}

    .fotorama-org.active {
        display: block;
    }

.galleryImg {
    display: block;
    overflow: hidden;
}

.pswp__top__tabWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    display: block;
    z-index: 9;
    height: 50px;
}

    .pswp__top__tabWrap .tab {
        display: inline-block;
        padding: 15px 10px 12px;
        border-bottom: 3px solid #478fe3;
        text-transform: uppercase;
    }

        .pswp__top__tabWrap .tab.active {
            border-bottom: 3px solid #feeb34;
        }

.fotorama__iconclose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    background: url(../images/fotorama.png) no-repeat;
    background-position: -68px 0;
    height: 30px;
    cursor: pointer;
}

.generate-gallery {
    margin-bottom: 20px;
}

.generate-productbox-product {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #e9e9e9;
}

.table-scroll td,
.table-scroll th {
    border: 1px solid #e9e9e9;
    padding: 11px 17px;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

.infobox {
    margin: 10px auto;
    padding: 10px;
    border: 2px solid #c3e5f8;
    border-radius: 5px;
    background-color: #dbedf9;
    line-height: 22px;
    clear: both;
}

.productbox-bhx {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

    .productbox-bhx > strong {
        font-size: 18px;
        margin: 15px 0;
        display: block;
    }

.related_articles h4 {
    font-size: 21px;
    font-weight: 900;
    margin: 20px 0;
}

.related_articles .grid-4,
.related_articles .grid-3 {
    margin: 0 -7.5px;
}

.related_articles .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
}

.related_articles .item {
    margin: 0 7.5px;
}

    .related_articles .item img {
        object-fit: cover;
        width: 100%;
    }

    .related_articles .item h3 {
        font-size: 13px;
        font-weight: 600;
        margin: 10px 0;
        line-height: 18px;
        max-height: 72px;
        overflow: hidden;
    }

.key-word a {
    color: #006adf;
}

.characteristics .owl-carousel .owl-item img {
    width: 100%;
}

.item-video {
    position: relative;
}

    .item-video:before {
        content: "";
        width: 67px;
        height: 47px;
        background: url(../images/ic-play.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#infor_pro {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999999998;
    padding: 10px 0;
    display: none;
}

    #infor_pro .zone-prodcut .button-prodcut div {
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        text-transform: uppercase;
        margin: 0 5px;
        text-align: center;
        min-height: unset;
        display: inline-block;
        cursor: pointer;
    }

    #infor_pro .zone-prodcut .button-prodcut .buy_now {
        background: #ec3537;
    }

    #infor_pro .zone-prodcut .button-prodcut .add-cart {
        background: #05b1f1;
        cursor: pointer;
    }

.brow#fotorama {
    z-index: 999999999 !important;
}

.brow .pswp__top__tabWrap {
    margin-top: 70px;
}

.zone-prodcut {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thumbnail-product {
    display: inline-block;
    margin-right: 10px;
}

    .thumbnail-product img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

.infor-product {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.fotorama--fullscreen {
    z-index: 999999999 !important;
}

.fotorama__arr {
    background: url(../images/fotorama.png) no-repeat;
    width: 40px;
    height: 40px;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #fff !important;
}

.fotorama__arr--next {
    right: 15px;
    background-position: -32px 0;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__arr--prev {
    left: 15px;
    background-position: 0 0;
}

.fotorama__wrap--video .fotorama__video-close {
    display: none;
}

.purg-ct {
    width: 960px;
    position: absolute;
    top: calc((100% - 646px) / 2);
    left: calc((100% - 960px) / 2);
    background: #fff;
    padding: 30px 38px 30px 50px;
    display: block;
    overflow: hidden;
    z-index: 111;
}

    .purg-ct .purg-lft {
        width: 580px;
        float: left;
        padding-right: 30px;
        border-right: 1px solid #dbdbdb;
    }

    .purg-ct .purg-rght {
        width: calc(100% - 580px);
        float: left;
        padding-left: 35px;
    }

        .purg-ct .purg-lft p:first-child,
        .purg-ct .purg-rght p:first-child {
            text-align: center;
            font-weight: 700;
            color: var(--black-color);
            text-transform: uppercase;
            font-size: 18px;
            margin-bottom: 30px;
            padding-top: 15px;
        }

.purg-lft .form-group {
    display: flex;
    margin-bottom: 15px;
}

    .purg-lft .form-group label {
        font-size: 14px;
        width: 150px;
        float: left;
        margin-bottom: 0;
    }

        .purg-lft .form-group label span {
            color: #da2032;
            padding-left: 2px;
        }

        .purg-lft .form-group label.checkbox-c {
            width: 100%;
        }

    .purg-lft .form-group input {
        height: 37px;
        border: 1px solid #dbdbdb;
        padding-left: 8px;
        font-size: 14px;
        color: var(--black-color);
    }

        .purg-lft .form-group input:focus,
        .listsl-f .itemsl-formp select:focus,
        .purg-lft button:focus {
            outline: none;
        }

    .purg-lft .form-group .listsl-f {
        width: calc(100% - 150px);
        float: left;
        margin: 0 !important;
    }

.listsl-f .itemsl-formp {
    width: calc(100% / 3);
    float: left;
    height: 34px;
    line-height: initial;
}

    .listsl-f .itemsl-formp select {
        height: 100%;
        width: 100%;
        border: 1px solid #dbdbdb;
        background: #fff url(../images/angle-down.jpg) no-repeat;
        padding-left: 4px;
        font-size: 14px;
        color: #757575;
        padding-right: 10px;
        -webkit-appearance: none;
        appearance: none;
        background-position: right 7px;
    }

        .listsl-f .itemsl-formp select.error {
            border: 1px solid red !important;
        }

    .listsl-f .itemsl-formp:nth-of-type(2) select {
        border-left: initial;
        border-right: initial;
    }

.purg-lft .readdk {
    font-size: 14px;
    color: var(--black-color);
    margin-left: 145px;
    font-style: italic;
    margin-top: 15px;
    margin: 0 0 30px 150px;
    line-height: 1;
}

    .purg-lft .readdk.receivesale {
        font-style: initial;
    }

.purg-lft button {
    background: var(--main-color);
    border: initial;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-left: 0;
    padding: 7.5px 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    float: left;
    width: 200px;
}

    .purg-lft button:disabled {
        opacity: 0.5;
    }

.radio-inline {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}

    .radio-inline input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    border: 1.1px solid #ccc;
    top: 7px;
    left: 5px;
    height: 15px;
    width: 15px;
    border-radius: 3px;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.radio-inline input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-c {
    padding-left: 33px;
    position: relative;
    padding-top: 4px;
}

    .checkbox-c input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-c .checkmark {
        width: 21px;
        height: 21px;
        border: 1px solid #dadada;
        top: 0;
        left: 0;
    }

.container input:checked ~ .checkmark {
    border: 1.1px solid #ed1b24;
}

.checkbox-c input:checked ~ .checkmark:after {
    display: block;
    color: #da2032;
    border-radius: 0;
    content: "\f00c";
    font: normal normal normal 17px/1 FontAwesome;
    top: 1px;
    left: 1px;
}

.radio-inline .checkmark:after {
    color: #da2032;
    border-radius: 0;
    left: 1px;
    top: 1px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    background: #fff;
    font-size: 12px;
    width: 12px;
    height: 12px;
}

.inftimenh .radio-inline input[type="text"] {
    opacity: 1;
    cursor: initial;
    position: initial;
    height: 36px;
    padding-left: 20px;
    width: 150px;
    margin: 0 5px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.inftimenh .radio-inline {
    margin-right: 30px;
    height: 36px;
    line-height: 36px;
    text-transform: initial;
}

.purg-lft .form-group .gt-norn label.radio-inline {
    font-weight: 400;
    width: 100px;
}

.purg-lft .form-group .gt-norn label span {
    top: 1px;
}

.purg-lft .form-group .gt-norn input:checked ~ .checkmark {
    border: 1.1px solid #ed1b24;
}

.purg-lft .form-customer .form-group .gt-norn .radio-inline .checkmark:after {
    width: 8px !important;
    height: 8px !important;
    background: #da2032;
    top: 3px !important;
    left: 3px !important;
}

.gt-norn .checkmark {
    width: 23px;
    height: 23px;
    left: 0;
    border-radius: 15px;
}

.gt-norn .radio-inline .checkmark:after {
    content: "";
    width: 11px !important;
    height: 11px !important;
    border-radius: 50% !important;
    top: 5px !important;
    left: 5px !important;
    background: var(--main-color);
}

.gt-norn .checkbox-inline .checkmark:after {
    content: "";
    width: 11px !important;
    height: 11px !important;
    border-radius: 50% !important;
    top: 5px !important;
    left: 5px !important;
    background: var(--main-color);
}

.gt-norn .radio-inline,
.gt-norn .checkbox-inline {
    padding-left: 30px;
    margin-right: 30px;
    text-transform: initial;
}

.account-2 .checkmark {
    left: 0;
}

.radio-inline input:checked ~ .checkmark {
    border: 1px solid #ccc;
}

.checkbox_acc.radio-inline .checkmark {
    border-radius: 0 !important;
    background: #ffffff;
}

.purg-lft .form-group.account-1 label {
    width: auto;
    font-weight: 400;
    text-transform: none;
}

.account-1 .radio-inline .checkmark:after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    width: 0;
    height: 0;
    top: 1px;
    left: 1px;
    font-size: 14px;
}

.infaccc-ct {
    display: block;
    overflow: hidden;
    padding: 15px 0;
    margin-bottom: 40px;
}

    .infaccc-ct .infac-lft {
        width: 27%;
        float: left;
        padding: 0;
    }

    .infaccc-ct .infac-rght {
        width: 73%;
        float: left;
        padding-right: 15px;
        display: block;
    }

        .infaccc-ct .infac-rght > p {
            font-size: 14px;
        }

.infaccc .title-h2 h2 {
    font-weight: 900;
    font-size: 21px;
    line-height: 1.5;
}

.infac-lft ._tk2 .iteminacc {
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    border-bottom: var(--main-boder);
}

    .infac-lft ._tk2 .iteminacc.active,
    .infac-lft ._tk2 .iteminacc.active a {
        font-weight: 700;
        color: var(--main-color);
    }

.iteminacc_user {
    padding: 0 0 15px 0;
    overflow: hidden;
    border-bottom: var(--main-boder);
}

.infac-lft ._tk2 .iteminacc_user .img-itemacc {
    width: 40px;
    height: 40px;
    float: left;
}

.infac-lft ._tk2 .iteminacc_user .txt-itemacc {
    width: calc(100% - 40px);
    height: auto;
    float: left;
    padding-left: 10px;
    font-weight: 900;
    font-size: 21px;
    line-height: 1;
}

    .infac-lft ._tk2 .iteminacc_user .txt-itemacc p {
        margin-bottom: 2px;
        font-size: 13px;
        line-height: initial;
    }

    .infac-lft ._tk2 .iteminacc_user .txt-itemacc span {
        text-transform: uppercase;
    }

.infac-rght .infacr-lft {
    width: 62%;
    float: left;
}

.infac-rght .infacr-rght {
    width: 38%;
    float: left;
    padding-left: 30px;
}

.infacr-rght p {
    font-size: 14px;
    margin-bottom: 12px;
    color: var(--black-color);
}

.infacr-rght ul {
    padding: 0;
}

    .infacr-rght ul li {
        list-style-type: none;
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 14px;
        position: relative;
    }

.infac-rght .cn-social {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 40px;
}

    .infac-rght .cn-social p:first-child {
        font-weight: 500;
        font-size: 18px;
        color: var(--black-color);
        margin-bottom: 0;
        padding-bottom: 10px;
        border-bottom: #dddddd;
    }

.infacr-rght ul li:before {
    width: 6px;
    height: 6px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px;
}

.infac-rght .infacr-lft form {
    background: #ffffff;
    padding: 0;
    border-radius: 4px;
}

.infac-rght .infacr-lft form {
    overflow: hidden;
}

.purg-lft.infacr-lft .form-group p {
    font-size: 14px;
    float: left;
    margin-bottom: 0;
}

.purg-lft.infacr-lft .form-group a {
    font-size: 14px;
    float: left;
    margin-left: 11px;
    position: relative;
    text-decoration: none;
}

.purg-lft.infacr-lft .form-group:nth-of-type(8) p {
    padding-left: 12px;
}

.purg-lft.infacr-lft .action {
    width: 49%;
    display: flex;
    margin-left: calc(20% + 5px);
}

.cn-social .itcnsc {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.itcnsc .img-itcnsc {
    width: 40px;
    height: 40px;
    float: left;
}

.img-itcnsc img {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.txt-itcnsc {
    width: calc(100% - 40px);
    float: left;
    padding-left: 10px;
    line-height: 40px;
}

    .txt-itcnsc a:nth-of-type(1) {
        font-size: 14px;
        color: var(--black-color);
        font-weight: 700;
        text-decoration: none;
        transition: 0.2s linear;
        float: left;
    }

    .txt-itcnsc a:nth-of-type(2) {
        font-size: 14px;
        color: #3e7fbc;
        float: right;
        text-decoration: none;
        transition: 0.2s linear;
    }

        .txt-itcnsc a:nth-of-type(2):hover {
            color: #da2032;
        }

.itcnsc .txt-itcnsc a.cancel {
    color: #da2032;
}

.itcnsc .txt-itcnsc a i {
    color: #26bc4e;
    padding-left: 1px;
}

.cn-social .itcnsc:last-child {
    border-bottom: initial;
}

.title-h2 h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cn-social .desc {
    background: #fff;
    padding: 17px;
    border-radius: 5px;
}

.cn-social > p {
    font-size: 18px;
    display: block;
    margin: 15px 0;
}

.from-login .form-group label.checkbox_acc {
    margin-left: 20%;
    width: 80%;
}

.from-login.frm-edit .form-group label.checkbox_acc {
    margin-left: 20%;
    width: 80%;
}

.lst_evaluate .item {
    overflow: hidden;
    margin-bottom: 3px;
    background: #fff;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-bottom: var(--main-boder);
    position: relative;
}

.lst_evaluate.lst_comment .item {
    padding: 15px 0;
}

.lst_evaluate .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
    line-height: 120px;
    text-align: center;
}

    .lst_evaluate .img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.lst_evaluate .desc {
    width: calc(100% - 120px);
    float: left;
    padding-left: 20px;
}

    .lst_evaluate .desc a {
        color: #006abf;
    }

        .lst_evaluate .desc a:hover {
            color: #e51e21;
        }

    .lst_evaluate .desc > span {
        color: #006abf;
        font-size: 12px;
    }

.lst_evaluate.lst_comment .desc p:not(.prRating) {
    margin-bottom: 0;
}

.lst_evaluate.lst_comment .desc > span {
    color: #666666;
    font-size: 14px;
    padding: 3px 0;
    display: block;
}

.lst_evaluate h3 {
    margin-bottom: 5px;
    font-size: 14px;
}

    .lst_evaluate h3 a {
        font-size: 14px;
        color: #006abf;
    }

.lst_evaluate .page a.hidden,
.page a.hidden {
    display: none;
}

.accept {
    color: #47c156;
    padding-left: 0;
    font-size: 16px;
}

.noaccept {
    color: #e51e21;
    padding-left: 0;
    font-size: 16px;
}

.box-sale {
    background: #fff;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

    .box-sale .item {
        background: url(../images/bg-sale.png) no-repeat;
        background-size: 100% 100%;
        padding: 15px 10px 15px 25px;
        background-position: left;
    }

    .box-sale .bg-padding {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .box-sale .box-left {
        width: 72%;
        float: left;
    }

        .box-sale .box-left h3 {
            font-size: 21px;
            font-weight: 700;
            color: #ec2327;
        }

        .box-sale .box-left p {
            margin-bottom: 15px;
            font-size: 14px;
        }

        .box-sale .box-left span {
            color: #ccc;
        }

    .box-sale .box-right {
        width: 28%;
        float: left;
        margin: 0;
        text-align: center;
    }

        .box-sale .box-right a {
            font-size: 16px;
            color: #006abf;
            text-transform: uppercase;
            font-weight: 700;
        }

.my_order {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-top-width: 5px;
    padding: 15px 15px 0px 15px;
    border-bottom: none;
}

.item_cart {
    padding-top: 10px;
}

    .item_cart:first-child {
        padding-top: 0;
    }

    .item_cart .cart_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
    }

        .item_cart .cart_head:first-child {
            padding-top: 0;
        }

        .item_cart .cart_head .code_cart {
            font-size: 13px;
            font-weight: 700;
        }

        .item_cart .cart_head .status_cart {
            font-size: 11px;
        }

    .item_cart .infor_cart {
        display: flex;
        align-items: start;
        padding-top: 10px;
        gap: 10px;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
    }

        .item_cart .infor_cart .image_cart {
            width: 80px;
            max-height: 80px;
            overflow: hidden;
        }

            .item_cart .infor_cart .image_cart img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .item_cart .infor_cart .name_cart {
            width: calc(100% - 250px);
        }

            .item_cart .infor_cart .name_cart p {
                margin-bottom: 5px;
                font-size: 13px;
            }

            .item_cart .infor_cart .name_cart span {
                color: #797878;
                font-size: 13px;
                font-weight: 300;
                display: block;
            }

        .item_cart .infor_cart .price_cart {
            width: 150px;
            text-align: right;
        }

            .item_cart .infor_cart .price_cart .price {
                font-weight: 700;
                font-size: 13px;
            }

    .item_cart .cart_footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
    }

        .item_cart .cart_footer .ngay_dat {
            color: #797878;
            font-size: 13px;
            font-weight: 300;
        }

        .item_cart .cart_footer .total_price {
            font-weight: 700;
            font-size: 15px;
            color: var(--main-color);
        }

            .item_cart .cart_footer .total_price span {
                color: #333;
            }

.new-order {
    background: #05b1f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5px 10px;
    border-radius: 15px;
    color: #fff;
}

.cancel-order {
    background: #939393;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
}

.success-order {
    background: #0fdd87;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5px 10px;
    border-radius: 15px;
    color: #fff;
}

.suppend-order {
    background: #ffe528;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5px 10px;
    border-radius: 15px;
}

.canceled-order {
    background: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5px 10px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;
}

.fis-order {
    color: #e51e21;
}

.purchased_prd.lst_evaluate .desc {
    width: calc(80% - 120px);
    padding-left: 0;
}

.purchased_prd.lst_evaluate .price_order {
    width: 20%;
    float: right;
}

    .purchased_prd.lst_evaluate .price_order .prDisPercent {
        font-weight: 400;
    }

.close-order {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

    .close-order:before {
        content: "";
        width: 3px;
        height: 20px;
        background: #999;
        position: absolute;
        transform: translate(8px, 0px) rotate(45deg);
    }

    .close-order:after {
        content: "";
        width: 3px;
        height: 20px;
        background: #999;
        position: absolute;
        transform: translate(8px, 0px) rotate(-45deg);
    }

.lst_purchased_prd {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
}

    .lst_purchased_prd .item {
        padding: 35px 0 10px 0;
        margin: 0px 0 15px 0;
    }

        .lst_purchased_prd .item .txt {
            padding-left: 10px;
            padding-right: 10px;
        }

            .lst_purchased_prd .item .txt > span {
                font-size: 12px;
                color: #006abf;
                display: block;
            }

        .lst_purchased_prd .item:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }

    .lst_purchased_prd .img {
        height: 205px;
        line-height: 205px;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
    }

        .lst_purchased_prd .img img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

            .lst_purchased_prd .img img.frame {
                position: absolute;
                top: -35px;
                left: 0;
                width: 100%;
                max-height: initial;
            }

        .lst_purchased_prd .img > a {
            display: block;
            overflow: hidden;
        }

        .lst_purchased_prd .img > span {
            position: absolute;
            top: -23px;
            left: 10px;
            color: #ec2327;
            border: 1px solid #ec2327;
            border-radius: 3px;
            padding: 0 5px;
            line-height: 22px;
            display: inline-block;
            background: #fff;
        }

    .lst_purchased_prd .txt h3 {
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
    }

        .lst_purchased_prd .txt h3 a span {
            color: #ec2327;
        }

    .lst_purchased_prd .page a.hidden {
        display: none;
    }

    .lst_purchased_prd .page {
        grid-column: 1/5;
    }

.title-cart {
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    margin: 15px 0;
}

.grid_cart {
    display: grid;
    grid-template-columns: calc(100% - 343px) 343px;
    margin: 0 -15px;
}

    .grid_cart > * {
        margin: 0 15px;
    }

    .grid_cart .left .thead,
    .product-item {
        background: #fafafa;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        width: 100%;
        justify-content: space-between;
    }

.product-item {
    background: #fff;
    flex-wrap: wrap;
}

    .grid_cart .left .thead .th,
    .product-item > * {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 11px 15px;
    }

    .product-item > * {
        padding: 10px;
    }

    .grid_cart .left .thead .th:nth-of-type(1),
    .product-item .imgsp {
        width: 100%;
        display: flex;
        align-items: start;
        flex-wrap: wrap;
        background: #f8fbff;
        position: relative;
    }

    .grid_cart .left .thead .th:nth-of-type(2),
    .grid_cart .left .thead .th:nth-of-type(3),
    .product-item .quality_cart {
        display: flex;
        align-items: center;
        padding-left: 0;
        gap: 5px;
        flex-wrap: wrap;
    }

        .product-item .quality_cart select {
            border: var(--main-boder);
            text-align: center;
            height: 20px;
            font-size: 11px;
            font-weight: 400;
            margin: 0;
            width: 70px;
        }

        .product-item .quality_cart span {
            font-weight: 400;
            font-size: 12px;
        }

        .product-item .quality_cart ul li input {
            height: 20px;
            font-size: 11px;
            font-weight: 400;
        }

        .product-item .quality_cart .off {
            width: 100%;
            font-weight: 400;
            font-size: 12px;
            text-transform: initial;
            color: var(--main-color);
            margin-bottom: 0;
        }

    .grid_cart .left .thead .th:nth-of-type(4),
    .product-item .total_cart {
        width: 180px;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-item .total_cart span {
            text-transform: initial;
        }

.flex-card .promo {
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
    padding: 20px 10px 10px;
    margin: 20px 0 15px 0;
    overflow: initial;
}

    .flex-card .promo::before {
        content: "Khuyến mãi";
        position: absolute;
        top: -10px;
        left: 10px;
        background: var(--main-color);
        color: #fff;
        padding: 2.5px 15px 2.5px 15px;
        border-radius: 20px;
        text-transform: uppercase;
        font-size: 10px;
    }

.delete_cart {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: relative;
    margin: auto;
    margin-top: 12px;
}

    .delete_cart:before {
        content: "";
        background: #000;
        height: 1px;
        width: 14px;
        transform: rotate(45deg);
        position: absolute;
        top: 6px;
        left: 0;
    }

    .delete_cart:after {
        content: "";
        background: #000;
        height: 1px;
        width: 14px;
        transform: rotate(-45deg);
        position: absolute;
        top: 6px;
        left: 0;
    }

.product-item .imgsp.offhand {
    opacity: 0.5;
}

.product-item .imgsp .avatar {
    width: 60px;
    max-height: 60px;
    display: block;
    position: relative;
}

    .product-item .imgsp .avatar img {
        width: 100%;
        margin: auto;
        max-height: 100%;
    }

.product-item .imgsp .infor_p {
    padding-left: 10px;
    width: calc(100% - 60px);
}

    .product-item .imgsp .infor_p .name-price {
        font-size: 12px;
        line-height: 1.4;
        font-weight: 400;
        text-transform: initial;
        margin-bottom: 5px;
        display: block;
    }

    .product-item .imgsp .infor_p .quantity_price {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .product-item .imgsp .infor_p .choose-color {
        gap: 0;
    }

        .product-item .imgsp .infor_p .choose-color span {
            text-transform: initial;
        }

.promo {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

    .promo ol,
    .promo ul {
        padding-left: 15px;
        padding-top: 5px;
        margin-bottom: 5px;
        text-transform: initial;
        font-weight: 400;
        font-size: 14px;
    }

    .promo > a {
        display: block;
        padding-left: 10px;
        font-size: 13px;
        text-transform: initial;
        color: var(--main-color);
        font-weight: 400;
    }

    .promo ol li,
    .promo ul li {
        font-size: 13px;
    }

        .promo ol li a,
        .promo ul li a {
            font-size: 13px;
            color: var(--main-color);
            font-weight: 400;
        }

    .promo small {
        overflow: hidden;
        font-size: 12px;
        color: #666;
        padding: 6px 0 0 10px;
    }

        .promo small a {
            color: #006abf;
        }

        .promo small:before {
            content: "\2022";
            color: #d8d8d8;
            display: inline-block;
            vertical-align: middle;
            margin: 0 3px 0 -7px;
        }

.choose-color,
.choose-color-quick {
    gap: 10px;
    align-items: center;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}

    .choose-color span,
    .choose-color-quick span {
        width: initial;
    }

    .choose-color-quick strong {
        width: 100%;
    }

.product-item .price_cart {
    padding-left: 0;
    text-transform: initial;
    display: flex;
    flex-wrap: wrap;
    max-width: 125px;
}

    .product-item .price_cart .sale-val {
        background: rgb(255 0 0 / 50%);
        color: #fff;
        font-weight: 400;
        font-size: 10px;
        padding: 0.5px 5px;
        border-radius: 5px;
        margin-left: 5px;
        width: initial !important;
    }

    .product-item .price_cart span:not(.vat) {
        font-size: 12px;
        line-height: 1.3;
        display: block;
        width: 100%;
    }

    .product-item .price_cart span.old {
        text-decoration: line-through;
        font-size: 11px;
        width: initial;
    }

.vat {
    font-size: 11px;
    display: block;
    font-weight: 400;
}

.price_cart span.line {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}

.price_cart span.vat {
    clear: both;
}

.price_cart span .strike {
    display: block;
    overflow: hidden;
    color: #666;
}

.grid_cart .right .title-right-cart {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    margin-bottom: 0;
}

.area-total .discountcode .usecode {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    padding: 14px 0;
    cursor: pointer;
    width: 100%;
    border-bottom: var(--main-boder);
}

    .area-total .discountcode .usecode span {
        overflow: hidden;
        font-size: 15px;
    }

.area-total .total-provisional {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    border-bottom: var(--main-boder);
    padding: 14px 0px;
}

    .area-total .total-provisional span:nth-child(2) {
        font-weight: 700;
    }

.accept_rules label {
    font-size: 14px;
    color: #838383;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 18px 0;
    line-height: 1;
}

    .accept_rules label a {
        color: #000;
        text-decoration: underline;
        margin-left: 5px;
    }

    .accept_rules label input {
        margin-right: 5px;
    }

.act_cart a,
.act_cart .payment {
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    margin-bottom: 10px;
    transition: background 0.5s linear, border 0.5s linear;
    cursor: pointer;
    width: 100%;
}

    .act_cart a:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color: #fff;
    }

.act_cart .payment {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}

.act_cart button.payment {
    margin-top: 15px;
}

.act_cart button:disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.act_cart .payment:hover {
    background: #fff;
    color: var(--main-color);
}

.list_cart .item {
    display: flex;
    padding: 15px 0;
    border-bottom: var(--main-boder);
}

    .list_cart .item .img {
        width: 60px;
        max-height: 60px;
        display: flex;
        align-items: center;
        display: block;
    }

        .list_cart .item .img img {
            max-width: 100%;
            max-height: 100%;
        }

    .list_cart .item .infor {
        width: calc(100% - 60px);
        padding-left: 10px;
    }

        .list_cart .item .infor p.name {
            font-size: 15px;
            margin-bottom: 5px;
            line-height: 1.4;
        }

        .list_cart .item .infor p:not(.name) {
            font-size: 14px;
            line-height: 1;
            margin-bottom: 0;
        }

.tab_notification {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}

    .tab_notification a {
        display: inline-block;
        padding: 15px 10px;
        position: relative;
        margin: 0 35px;
    }

        .tab_notification a.current {
            border-bottom: 3px solid #1c348d;
        }

        .tab_notification a.active:before {
            content: "";
            width: 11px;
            height: 11px;
            background: #ec2327;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            right: -5px;
        }

.tab-content_notification .tab-pane {
    display: none;
}

    .tab-content_notification .tab-pane.current {
        display: block;
    }

.notification {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.lst-thbao table {
    width: 100%;
}

.lst-thbao tr td {
    padding: 25px 0;
    vertical-align: central;
    font-size: 14px;
    color: var(--black-color);
}

.lst-thbao tr:nth-child(odd) {
    background: #f6fcff;
}

.lst-thbao tr td:first-child {
    padding-left: 22px;
    width: 12%;
}

.lst-thbao tr td:nth-of-type(2) {
    width: 9%;
    text-align: center;
    padding-right: 15px;
}

.lst-thbao tr td:nth-of-type(3) {
    width: 58%;
}

.lst-thbao tr td:nth-of-type(4) {
    width: 15%;
    padding-right: 15px;
    text-align: right;
}

.lst-thbao tr td:last-child {
    padding-right: 18px;
    width: 6%;
    text-align: right;
}

    .lst-thbao tr td:last-child a {
        color: #da2032;
    }

.lst-thbao tr td a {
    color: #2061a7;
    transition: 0.2s linear;
}

.lst-thbao tr:last-child td {
    border-bottom: initial;
}

.liststorenx a,
.liststorenx span {
    width: 32px;
    height: 32px;
    background: #eaeaea;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: var(--black-color);
    margin-right: 4px;
    transition: 0.2s linear;
    text-decoration: none;
}

    .liststorenx a:last-child {
        margin-right: 0;
    }

.detailbil {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    justify-items: center;
}

    .detailbil h1 {
        font-size: 21px;
        margin: 0;
        font-weight: 900;
    }

        .detailbil h1 strong {
            color: var(--main-color);
        }

        .detailbil h1 span {
            font-weight: 700;
            display: initial;
        }

            .detailbil h1 span.suppend-order {
                background: #fff;
                color: #ffe528;
                padding: 0;
                font-weight: 500;
                font-size: 16px;
            }

        .detailbil h1 p {
            display: inline-block;
            color: #da2032;
            margin-bottom: 0;
        }

        .detailbil h1 a {
            color: #006abf;
            font-size: 14px;
            margin-top: 10px;
            display: initial;
            font-weight: 400;
        }

    .detailbil .timebil {
        margin-bottom: 0;
        font-size: 14px;
    }

.lst-inftran {
    display: grid;
    grid-template-columns: repeat(3, calc(100% / 3));
    margin: 0 -7.5px;
    margin-bottom: 0;
}

    .lst-inftran .itemtransb {
        margin: 0 7.5px;
        border: var(--main-boder);
    }

.itemtransb .h3-ittransb {
    padding: 10px 15px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
}

    .itemtransb .h3-ittransb h3 {
        font-size: 14px;
        font-weight: 700;
        color: var(--black-color);
        margin-bottom: 0;
        text-transform: uppercase;
        position: relative;
        padding-left: 40px;
        line-height: 24px;
    }

        .itemtransb .h3-ittransb h3:before {
            content: "";
            width: 35px;
            height: 24px;
            background: url(../images/ic-map.png) no-repeat;
            position: absolute;
            top: 0;
            left: 0;
        }

.itemtransb:nth-child(2) .h3-ittransb h3:before {
    background: url(../images/ic-ship.png) no-repeat;
}

.itemtransb:nth-child(3) .h3-ittransb h3:before {
    background: url(../images/ic-v.png) no-repeat;
}

.itemtransb .txt-ittransb {
    padding: 15px;
}

.txt-ittransb p {
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--black-color);
}

.itemtransb:first-child .txt-ittransb p:first-child {
    font-weight: 700;
    text-transform: uppercase;
}

.tabitem table {
    width: 100%;
}

    .tabitem table th {
        border-bottom: 1px solid #dbdbdb;
        height: 45px;
        text-align: center;
        font-weight: 700;
    }

        .tabitem table th:first-child,
        .tabitem table td:first-child {
            padding-left: 0;
            text-align: left;
        }

        .tabitem table th:last-child {
            white-space: nowrap;
        }

        .tabitem table th:last-child,
        .tabitem table td:last-child {
            padding-right: 15px;
            text-align: left;
        }

    .tabitem table td:first-child {
        display: block;
        overflow: hidden;
    }

    .tabitem table td {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dbdbdb;
        text-align: center;
        vertical-align: top;
        font-size: 14px;
        color: var(--black-color);
    }

        .tabitem table td .img-ittable {
            width: 72px;
            float: left;
            height: 72px;
            overflow: hidden;
        }

            .tabitem table td .img-ittable img {
                max-width: 100%;
                max-height: 100%;
                object-fit: cover;
            }

        .tabitem table td .txt-ittable {
            width: calc(100% - 77px);
            float: left;
            font-size: 14px;
            color: var(--black-color);
            padding-left: 15px;
        }

            .tabitem table td .txt-ittable a {
                color: #006abf;
            }

            .tabitem table td .txt-ittable .flex-gift a {
                color: #333;
            }

.txt-ittable p {
    font-weight: 700;
    margin-bottom: 5px;
}

.txt-ittable span {
    display: block;
}

.gtittb {
    display: block;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 0;
    background: #fff;
}

    .gtittb p {
        font-size: 14px;
        width: 100%;
        text-align: right;
        color: #5e5e5e;
        margin-bottom: 10px;
        font-weight: 700;
    }

        .gtittb p span {
            width: 160px;
            display: inline-block;
            color: var(--black-color);
            font-weight: 400;
        }

        .gtittb p.total-money span {
            font-size: 16px;
            color: #da2032;
            font-weight: 700;
        }

        .gtittb p .cancel-order {
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            border-radius: 20px;
            text-align: center;
            width: 200px;
            padding: 6.5px 10px;
        }

.infaccc-ct .gobbil {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 300;
    padding-left: 29px;
    background: url(../images/ic-leftb.png) no-repeat;
    background-position-x: 2px;
    background-position-y: 3px;
    text-decoration: none;
    transition: 0.2s linear;
    color: #006abf;
}

    .infaccc-ct .gobbil:hover {
        color: #da2032;
    }

[class*="cartnew-"],
[class^="cartnew-"] {
    background-image: url(../images/cart-mobile.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 125px 152px;
}

.cartnew-discount {
    background-position: -38px 0px;
    width: 18px;
    height: 13px;
}

.cartnew-choose {
    background-position: -19px 0;
    width: 16px;
    height: 16px;
}

.choosegetgoods .click-choose .choose-link.current i {
    background-position: 0 0;
}

.cartnew-select {
    background-position: -80px 0;
    width: 16px;
    height: 16px;
}

.anotheroption li label.active i {
    background-position: -101px 0;
}

.anotheroption ul li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 2px 0;
}

.cartnew-select {
    background-position: -80px 0;
    width: 16px;
    height: 16px;
}

.infor-customer {
    border-top: var(--main-boder);
    padding: 15px 0 0 0;
    width: 100%;
    display: table;
}

    .infor-customer h4 {
        display: block;
        overflow: hidden;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: var(--black-color);
    }

.group-5 {
    width: calc(50% - 7.5px);
    float: left;
}

.group-10 {
    width: 100%;
}

.infor-customer .form-group {
    margin: 0 0 15px 0;
    display: flex;
    position: relative;
}

    .infor-customer .form-group label.error {
        color: red;
        font-size: 14px;
        position: absolute;
        top: 10px;
        right: 15px;
        left: initial;
        width: initial !important;
    }

    .infor-customer .form-group.group-5:nth-of-type(2),
    .infor-customer .form-group.group-5:nth-of-type(5) {
        margin-right: 15px;
    }

    .infor-customer .form-group input {
        border-radius: 0;
        border: var(--main-boder);
        font-size: 15px;
        height: 40px;
    }

.box_cart .gt-norn .checkmark {
    width: 16px;
    height: 16px;
}

.grid-contact .purg-lft .form-group .gt-norn .radio-inline .checkmark:after {
    width: 11px;
    height: 11px;
    background: #da2032;
    border-radius: 15px;
    top: 5px;
    left: 5px;
}

.grid-contact .purg-lft .form-group .gt-norn .checkbox-inline .checkmark:after {
    width: 11px;
    height: 11px;
    background: #da2032;
    border-radius: 15px;
    top: 5px;
    left: 5px;
}

.box_cart.purg-lft .form-group .gt-norn label {
    width: initial;
    margin: 0 20px 0 0;
    padding-left: 20px;
}

.deli-address p {
    display: block;
    clear: both;
    margin: 0 0 10px 0;
    font-size: 15px;
}

.choosegetgoods .click-choose .choose-link {
    background: 0;
    color: var(--black-color);
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 15px 0;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}

.click-choose .choose-link.current:after {
    content: "";
    width: 15px;
    height: 11px;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #f6f6f6;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    bottom: -6px;
    left: 45px;
}

.click-choose .choose-link:nth-of-type(2).current:after {
    display: none;
}

.choosegetgoods .choose-content {
    display: none;
    background: #f6f6f6;
    padding: 15px 15px 0 15px;
    border: var(--main-boder);
    width: 100%;
}

    .choosegetgoods .choose-content.current {
        display: table;
    }

.deli-address select {
    appearance: initial;
    background: #fff url(../images/ic-select-d.png) no-repeat;
    background-position: center right 10px;
    font-size: 15px;
    border-radius: 0;
    border: var(--main-boder);
    height: 40px;
}

.deli-address .form-group.group-5:nth-of-type(2n + 1) {
    margin-right: 15px;
}

.deli-address .form-group.group-5:nth-of-type(2n + 2) {
    margin-right: 0;
}

.anotheroption ul {
    padding: 0;
    list-style: none;
}

    .anotheroption ul li {
        padding-bottom: 0;
    }

.anotheroption li form {
    border: 1px solid #006abf;
    padding: 10px 10px 3px;
    border-radius: 4px;
    background: #f6f6f6;
    margin: 10px 0 0;
    position: relative;
    display: table;
    width: 100%;
    transition: initial;
}

    .anotheroption li form:before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #006abf;
        border-left: 1px solid #006abf;
        background: #f6f6f6;
        transform: rotate(45deg);
        position: absolute;
        top: -5px;
        left: 50px;
    }

.anotheroption {
    padding: 15px 0;
}

    .anotheroption input {
        border-radius: 0;
        border: var(--main-boder);
        height: 40px;
        font-size: 15px;
    }

.box-order {
    display: block;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    clear: both;
}

    .box-order .rowtime {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px 5px;
    }

        .box-order .rowtime span {
            float: left;
            color: var(--black-color);
            width: 63%;
            font-size: 13px;
        }

            .box-order .rowtime span:nth-child(2) {
                float: right;
                color: #006abf;
                width: auto;
                text-align: right;
                cursor: pointer;
            }

    .box-order .ul-order {
        border-bottom: 1px solid #e9e9e9;
        display: block;
        overflow: hidden;
        margin: 0 10px;
        clear: both;
    }

    .box-order .img-order {
        float: left;
        width: 11%;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .box-order .img-order img {
            width: 100%;
            object-fit: contain;
        }

    .box-order .text-order {
        display: block;
        overflow: hidden;
        padding-left: 10px;
        width: 88%;
        float: left;
    }

    .box-order .choose-time .timeline button {
        display: block;
        background: #fff url(../images/ic-select-d.png) no-repeat;
        background-position: center right 10px;
        border: 1px solid #d1d1d1;
        color: #006abf;
        border-radius: 4px;
        padding: 10px;
        width: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
    }

    .box-order .choose-time .timeline .selecttime {
        position: absolute;
        right: 0;
        left: 0;
        top: 45px;
        border: 1px solid #cacaca;
        background: #fff;
        z-index: 0;
        border-radius: 4px;
        max-height: 116px;
        overflow-y: scroll;
    }

    .box-order .timeline .selecttime span {
        display: block;
        padding: 10px;
        color: #006abf;
        cursor: pointer;
    }

        .box-order .timeline .selecttime span.active {
            background: #006abf;
            color: #fff;
        }

    .box-order .choose-time .timeline {
        margin: 0 10px;
        position: relative;
        display: table;
        width: calc(100% - 20px);
    }

    .box-order .order-promotion,
    .box-order .order-gift {
        margin-bottom: 15px;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .box-order .order-promotion .detail-promotion,
        .box-order .order-gift .gift-promotion {
            display: block;
        }

            .box-order .order-promotion .detail-promotion ul li:first-child {
                padding-top: 0;
            }

.free-ship span {
    text-align: right;
    display: block;
    font-size: 12px;
    color: #10a702;
    padding: 10px;
}

.finaltotal {
    text-align: center;
    padding: 20px 30px;
    border-top: 1px solid #e9e9e9;
}

    .finaltotal .totalmoney {
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }

        .finaltotal .totalmoney strong {
            float: left;
            color: var(--black-color);
        }

            .finaltotal .totalmoney strong:nth-child(2) {
                float: right;
                color: #f30c28;
            }

    .finaltotal button {
        color: #fff;
        height: 50px;
        margin: 10px auto;
        width: 343px;
        border-radius: 4px;
        border: 0;
        cursor: pointer;
        background: #05b1f0;
        text-transform: uppercase;
        float: initial;
        max-width: 100%;
    }

    .finaltotal small {
        color: #666;
        font-size: 12px;
        display: block;
        clear: both;
    }

#app > section {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    min-width: 0;
}

.middleCart {
    display: block;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin: 40px 0;
}

.alertsuccess {
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    color: #34c772;
}

.cartnew-success {
    background-position: 0 -20px;
    width: 41px;
    height: 49px;
}

.alertsuccess i {
    margin-right: 5px;
}

.ordercontent {
    display: block;
    overflow: hidden;
    padding: 0 15px;
}

    .ordercontent p {
        display: block;
        overflow: hidden;
        line-height: 22px;
        color: var(--black-color);
        padding: 10px;
    }

    .ordercontent .info-order {
        display: block;
        overflow: hidden;
        background-color: #f3f3f3;
        padding: 10px 0;
        margin: 0 0 10px 0;
    }

        .ordercontent .info-order h4 {
            display: block;
            overflow: hidden;
            padding: 0 15px;
            color: var(--black-color);
            text-transform: uppercase;
            font-size: 14px;
        }

            .ordercontent .info-order h4 a {
                float: right;
                color: #006abf;
                text-transform: none;
            }

        .ordercontent .info-order label {
            display: block;
            overflow: hidden;
            color: var(--black-color);
            padding: 5px 15px;
            margin: 0;
        }

            .ordercontent .info-order label span {
                display: block;
                overflow: hidden;
            }

                .ordercontent .info-order label span.paid {
                    font-weight: 400;
                    color: forestgreen;
                }

                .ordercontent .info-order label span.notpaid {
                    font-weight: 400;
                }

            .ordercontent .info-order label b {
                color: #f30c28;
            }

    .ordercontent h3 {
        display: block;
        overflow: hidden;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--black-color);
        padding: 10px 10px 0;
        font-size: 14px;
    }

    .ordercontent .formality-pay {
        display: block;
        overflow: hidden;
        padding: 10px 0;
        margin: 0;
    }

.formality-pay li {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    margin: 0.5%;
    height: 55px;
    background-color: var(--main-color);
    border-radius: 4px;
}

    .formality-pay li:last-of-type {
        width: 99%;
        margin: 0.5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .formality-pay li a {
        text-align: center;
        color: #fff;
        padding: 7px;
    }

        .formality-pay li a,
        .formality-pay li a span {
            display: block;
            overflow: hidden;
        }

            .formality-pay li a .noicon {
                padding: 0;
            }

    .formality-pay li:nth-child(2n + 2) {
        margin-right: 0;
        margin-left: 0.5%;
    }

.cartnew-atm {
    background-position: 0 -73px;
    width: 38px;
    height: 20px;
    margin-left: 10px;
}

.cartnew-mastercard {
    background-position: -70px -74px;
    width: 23px;
    height: 18px;
}

.cartnew-jbc {
    background-position: -98px -74px;
    width: 23px;
    height: 18px;
}

.cartnew-visa {
    background-position: -43px -74px;
    width: 23px;
    height: 18px;
}

.cartnew-qrcode {
    background-position: -95px -25px;
    width: 30px;
    height: 30px;
}

.formality-pay li.qrcode a span {
    display: inline-block;
    vertical-align: middle;
}

.formality-pay li a i.cartnew-qrcode {
    margin-left: 10px;
}

.ordercontent .cancel-order a {
    display: flex;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    clear: right;
    color: #fff;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.timetakegoods h4 {
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 14px;
}

.box-order ul {
    display: block;
    overflow: hidden;
    padding: 0 10px;
}

.box-order .lastrow {
    display: block;
    overflow: hidden;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

    .box-order .lastrow small {
        float: left;
        font-size: 14px;
    }

        .box-order .lastrow small:nth-child(2) {
            float: right;
            color: #f30c28;
            font-weight: 700;
        }

.box-order li .amount-color small {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #666;
    font-size: 11px;
}

.popup-hoantien {
    display: none;
}

.bg-hoantien {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black-color);
    opacity: 0.8;
    z-index: 999;
}

.hoantienonline {
    position: fixed;
    background: #fff;
    border-radius: 4px;
    padding: 10px 20px 20px;
    width: 50%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

    .hoantienonline .row-ht {
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }

        .hoantienonline .row-ht strong {
            display: inline-block;
            vertical-align: middle;
            color: var(--black-color);
            padding: 10px 0;
            width: 70%;
        }

        .hoantienonline .row-ht a {
            float: right;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 10px 10px 10px 24px;
            color: #006abf;
            position: relative;
        }

    .hoantienonline p {
        display: block;
        overflow: hidden;
        padding: 5px 0;
        line-height: 22px;
    }

    .hoantienonline .row-ht a:after,
    .hoantienonline .row-ht a:before {
        content: "";
        width: 2px;
        height: 12px;
        background-color: #006abf;
        transform: rotate(45deg);
        display: block;
        position: absolute;
        top: 13px;
        left: 14px;
    }

    .hoantienonline .row-ht a:before {
        transform: rotate(-45deg);
    }

.refund-policy {
    text-align: center;
    color: #006adf;
    display: block;
    padding: 10px 0;
}

.buyanother {
    display: block;
    overflow: hidden;
    border: 1px solid #006abf;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #006abf;
}

/*popup advisory*/

#Advisor label.error {
    color: red;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.popup-advisory {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000bd;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.wrapper-advisory {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1c348e;
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 42px 53px;
    color: #fff;
    max-width: calc(100% - 15px);
}

    .wrapper-advisory > p {
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        margin: 0 auto 20px;
        display: table;
    }

        .wrapper-advisory > p:before {
            content: "";
            background: url(../images/icondetailprd.png) no-repeat;
            background-position: -6px -102px;
            position: absolute;
            top: 0;
            left: -47px;
            width: 35px;
            height: 35px;
        }

    .wrapper-advisory .form-group input {
        height: 42px;
        border-radius: 99px;
        width: 415px;
        border: initial;
        box-shadow: initial;
        max-width: 100%;
    }

        .wrapper-advisory .form-group input::placeholder {
            text-align: center;
            color: #000000;
        }

    .wrapper-advisory .form-group {
        margin-bottom: 17px;
    }

    .wrapper-advisory .form-check input {
        opacity: 0;
        position: absolute;
        cursor: pointer;
    }

    .wrapper-advisory .form-check {
        margin-bottom: 10px;
        padding-left: 26px;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
}

.wrapper-advisory .form-check:hover .checkmark {
    background: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.wrapper-advisory .form-check .checkmark:after {
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: solid 3px white;
    transform: translate(-50%, -50%) rotate(45deg);
}

.wrapper-advisory .form-check input:checked ~ .checkmark {
    background: #2196f3;
}

    .wrapper-advisory .form-check input:checked ~ .checkmark:after {
        display: block;
    }

.wrapper-advisory button {
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 99px;
    background: #ff2c2e;
    font-weight: 700;
    height: 40px;
    border: initial;
    margin-top: 20px;
}

.banner_v2 {
    background: #ffffff;
}

.area_article {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: var(--black-color);
    line-height: 22px;
    padding-bottom: 10px;
}

    .area_article > p {
        font-size: 21px;
        font-weight: 900;
        line-height: 1.5;
    }

    .area_article.visible {
        height: initial;
    }

.fotorama--fullscreen {
    z-index: 999999999 !important;
}

[class^="iconcom-"],
[class*="iconcom-"] {
    background-image: url(//cdn.tgdd.vn/dienmay2015/comment/Content/images/bg_comment@2x.v20190108.png);
    background-size: 320px 250px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.iconcom-like {
    background-position: -106px -25px;
    width: 13px;
    height: 13px;
    margin-top: -5px;
}

.iconcom-like {
    background-position: -107px -26px !important;
    width: 10px !important;
    height: 13px !important;
    margin: 0 5px;
    margin-top: -3px;
}

.iconcom-likeR {
    width: 11px !important;
    height: 13px !important;
    margin: 0 5px !important;
    background-position: -94px -26px !important;
    margin-top: -3px;
}

.iconcom-unlike {
    background-position: -136px -31px;
    width: 9px;
    height: 12px;
    vertical-align: inherit;
    margin: 0 5px -2px 3px;
}

.likecmt span,
.nlikecmt span {
    padding: 0 !important;
}

/*Question*/

.wrapper-question {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 15px;
    max-width: 700px;
}

    .wrapper-question .form-group {
        position: relative;
    }

    .wrapper-question > p {
        color: #1c348d;
        font-size: 20px;
    }

    .wrapper-question textarea {
        width: 100%;
        border: 1px solid #ccc;
        background: #f7f8fc;
        height: 250px;
        padding: 10px;
        border-radius: 0;
    }

        .wrapper-question textarea::placeholder {
            color: var(--black-color);
        }

    .wrapper-question .img {
        background: #eaedf4;
        position: absolute;
        top: calc(100% - 48px);
        left: 1px;
        width: calc(100% - 2px);
        padding: 10px;
    }

    .wrapper-question textarea.error ~ .img {
        top: calc(100% - 77px);
    }

    .wrapper-question .img input {
        display: none;
    }

    .wrapper-question .img label {
        font-weight: 400;
        font-size: 13px;
        margin: 0;
        cursor: pointer;
    }

        .wrapper-question .img label span {
            width: 27px;
            height: 20px;
            display: block;
            margin-right: 10px;
            background-image: url(../images/ic-camera.jpg);
            background-repeat: no-repeat;
            float: left;
        }

    .wrapper-question input {
        height: 35px;
        font-size: 14px;
        border-radius: 0;
    }

    .wrapper-question .form-group:nth-of-type(n + 2) {
        width: 50%;
        float: left;
        margin: 0 0 10px 0;
        padding: 0 5px;
    }

    .wrapper-question .action {
        padding: 0 5px;
    }

        .wrapper-question .action button {
            font-size: 14px;
            background: #1c348d;
            width: 100%;
            border-radius: 0;
            text-transform: uppercase;
        }

    .wrapper-question .insert-img {
        margin-left: 10px;
    }

        .wrapper-question .insert-img i {
            position: relative;
        }

    .wrapper-question label.error {
        color: red;
    }

/*NotFound*/

.notfound {
    background: url(../images/bg_404.jpg) no-repeat 100%;
    background-size: 100%;
    font-family: "open_sanslight";
    font-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 84vh;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

    .notfound .content {
        width: 70%;
        margin: 0 auto 0;
    }

.logo_notfound {
    padding: 1em;
    text-align: center;
    padding: 1% 1% 5% 1%;
}

    .logo_notfound h1 {
        display: block;
        padding: 2em 0em;
    }

    .logo_notfound span {
        font-size: 2em;
        color: #fff;
    }

        .logo_notfound span img {
            width: 40px;
            height: 40px;
            vertical-align: bottom;
            margin: 0px 10px;
        }

.buttom_notfound {
    background: url(../images/bg2_404.png) no-repeat 100% 0%;
    background-size: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: 556px;
    padding-bottom: 15px;
    max-width: 100%;
}

.seach_bar {
    padding: 2em;
}

    .seach_bar p {
        font-size: 1.5em;
        color: #fff;
        font-weight: 300;
        margin: 3em 0em 0.9em 0em;
    }

    .seach_bar span a {
        font-size: 1em;
        color: #fff;
        text-decoration: underline;
        font-weight: 300;
    }

.search_box {
    background: #f1f3f6;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 6px 10px;
    position: relative;
    cursor: pointer;
    width: 75%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
}

    .search_box img {
        vertical-align: middle;
        margin-right: 10px;
    }

    .search_box form input[type="text"] {
        border: none;
        outline: none;
        background: none;
        font-size: 1em;
        color: #999;
        width: 100%;
        height: 32px;
    }

    .search_box form button[type="submit"] {
        border: none;
        cursor: pointer;
        background: url(../images/search_404.png) no-repeat 0px 1px;
        position: absolute;
        right: 0;
        width: 34px;
        height: 25px;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        top: 9px;
    }

/*end*/

.grid-product-detail-news .item.hidden {
    display: none;
}

.hide-hide,
.more-hide {
    grid-column: 1/5;
    color: var(--main-color);
    font-size: 14px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    width: 120px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 34px;
}

    .hide-hide i,
    .more-hide i {
        margin-left: 10px;
    }

.hide-hide {
    display: none;
}

.grid-product-detail-news.grid-prd-4 {
    border-left: none;
}

.grid-product-detail-news .item:nth-child(4n + 1) {
    border-left: var(--main-boder);
}

.show-fgh .tooltips-gh:before,
.icgh-mbhtt .tooltips-gh:before {
    top: -11px;
    right: 20px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #da2032;
}

.show-fgh .tooltips-gh,
.icgh-mbhtt .tooltips-gh {
    position: absolute;
    z-index: 10;
    width: 250px;
    right: -20px;
    background: #fff;
    border: 1px solid #d8d7d7;
    border-top: 2px solid #da2032;
    box-shadow: inset 0 0 8px -5px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    top: 35px;
    padding: 26px 10px 20px;
}

.tooltips-gh p {
    font-size: 14px;
    margin-bottom: 11px;
    position: relative;
    color: var(--black-color);
    padding-left: 22px;
    text-align: center;
}

.show-fgh .tooltips-gh a,
.show-fgh .tooltips-gh .view-cart-h {
    background: #da2032;
    width: 100%;
    display: block;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-transform: none;
    border-radius: 5px;
    border: 1px solid #da2032;
}

.btn-closett {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

    .btn-closett:before,
    .btn-closett:after {
        width: 14px;
        content: "";
        height: 2px;
        background: #000;
        position: absolute;
        transform: rotate(45deg);
        top: 5px;
        left: 5px;
    }

    .btn-closett:after {
        transform: rotate(315deg);
    }

.show-noti-cart.hidden {
    display: none;
}

.tooltips-gh p:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    background: #da2032;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 11px;
}

.anotheroption .hidden {
    display: none;
}

.listpost.detail-news-more li a span {
    padding-left: 40px;
    min-height: 42px;
}

.listpost.detail-news-more li:nth-of-type(2) a {
    padding-top: 0;
}

    .listpost.detail-news-more li:nth-of-type(2) a label {
        top: 1px;
    }

.listpost.detail-news-more li:last-child a {
    padding-bottom: 0;
}

.listpost.detail-news-more {
    margin-bottom: 20px;
}

.otherreceive {
    margin-bottom: 15px;
}

.gt-norn {
    display: flex;
}

.infouser .form-group.group-5:nth-of-type(2n + 2) {
    margin-right: 15px;
}

.detail .box-right .lst-discount .item a {
    color: var(--black-color);
}

.grid-contact .desc p img {
    max-width: 100%;
    height: auto !important;
}

/*so sanh*/

.ss-detail-item {
    background: #ffffff;
}

.title-ss-f.scroll {
    display: none;
}

.tit-top {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px -2px var(--black-color);
}

    .tit-top.tit-toptrade {
        background: #ffffff;
        margin-bottom: 15px;
        position: relative;
    }

        .tit-top.tit-toptrade.fixed {
            background: #ffffff;
            margin-bottom: 15px;
            position: fixed;
            top: 0;
            max-width: 1200px;
            margin: auto;
            z-index: 100;
            width: 100%;
        }

    .tit-top > div {
        width: 50%;
        display: block;
        text-align: center;
        font-size: 13px;
        padding: 10px 0;
        background-color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

        .tit-top > div.first {
            text-align: left;
            padding-left: 15px;
        }

            .tit-top > div.first img {
                max-width: 100%;
                max-height: 40px;
            }

        .tit-top > div:nth-child(n + 2) {
            height: 100%;
            position: relative;
            border-left: 1px solid #cdcdcdcd;
        }

        .tit-top > div.small {
            font-size: 11px;
            padding: 0 15px;
        }

        .tit-top > div.active {
            background-color: var(--main-color);
            color: #fff;
            border-right: 0;
        }

.dt-item-top-ss {
    display: flex;
}

.title-ss {
    width: 19%;
    padding: 20px 0 20px 10px;
    border: 1px solid #f3f3f3;
    border-right: 0;
    border-top: 0;
}

.dt-item-top-ss .title-ss > div,
.title-ss-f-ct > .name a {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
}

    .dt-item-top-ss .title-ss > div:last-child,
    .title-ss-f-ct > .name a:last-child {
        margin-bottom: 0;
    }

    .dt-item-top-ss .title-ss > div.active,
    .title-ss-f-ct > .name a:hover,
    .title-ss-f-ct > .name a.active {
        color: #4a90e2;
    }

        .dt-item-top-ss .title-ss > div.active i,
        .title-ss-f-ct > .name a:hover i,
        .title-ss-f-ct > .name a.active i {
            background-position-x: -20px;
        }

.dt-item-top-ss .check-box-ss {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(../images/check-dt-ss.png);
}

.all-item-ss .item {
    width: 50%;
    border: 1px solid #f3f3f3;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    position: relative;
}

    .all-item-ss .item .img {
        padding-top: 30px;
    }

        .all-item-ss .item .img > span {
            font-size: 11px;
            line-height: 12px;
            padding: 3px 5px;
            border-radius: 4px;
            border: 1px solid #eb5757;
            background-color: #fff;
            color: #eb5757;
            position: absolute;
            left: 10px;
            top: 10px;
        }

.add-sp {
    width: 13%;
    border: 1px solid #f3f3f3;
    border-top: 0;
    padding: 20px 5px;
    border-right: none;
}

.all-item-ss .item img {
    max-width: 100%;
    height: initial;
    width: initial;
}

.all-item-ss .item > a {
    display: block;
}

.remove-cmp {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    border: 1px solid #ced4da;
    border-radius: 15px;
    cursor: pointer;
}

    .remove-cmp:before {
        content: "";
        width: 18px;
        height: 1px;
        background: #ced4da;
        display: block;
        transform: rotate(45deg);
        top: 11px;
        left: 3px;
        position: relative;
    }

    .remove-cmp:after {
        content: "";
        width: 18px;
        height: 1px;
        background: #ced4da;
        display: block;
        transform: rotate(-45deg);
        top: 11px;
        left: 3px;
        position: relative;
    }

.compare-fixed .remove-cmp {
    bottom: 10px;
    top: initial;
}

.all-item-ss {
    width: 68%;
    display: flex;
}

    .all-item-ss.hidden {
        display: none;
    }

    .all-item-ss .item h3 {
        font-size: 14px;
        padding-top: 15px;
        font-weight: 700;
    }

        .all-item-ss .item h3 a span {
            color: #167ac6;
        }

    .all-item-ss .item .desc .price {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .all-item-ss .item .desc .price > * {
            margin-right: 10px;
            font-size: 14px;
            font-weight: 500;
        }

        .all-item-ss .item .desc .price .prPrice {
            font-weight: 900;
            font-size: 16px;
        }

        .all-item-ss .item .desc .price .prOldPrice {
            font-size: 14px;
            font-weight: 500;
            color: #333;
        }

.compare-fixed .all-item-ss .item {
    display: flex;
}

    .compare-fixed .all-item-ss .item .img {
        width: 98px;
        max-height: 98px;
        float: left;
        padding-top: 0;
    }

    .compare-fixed .all-item-ss .item .desc {
        width: calc(100% - 98px);
        float: left;
    }

    .compare-fixed .all-item-ss .item h3 {
        padding-top: 0;
    }

.compare-fixed .all-item-ss.item-3-ss .item {
    width: calc(100% / 3);
}

.compare-fixed .all-item-ss .item .desc .price > * {
    margin-right: 5px;
}

.compare-fixed .all-item-ss .item .desc .price > .prPrice {
    font-size: 14px;
}

.compare-fixed .all-item-ss .item .desc .price > .prOldPrice {
    font-size: 12px;
}

.compare-fixed .all-item-ss .item .desc .price > .prDisPercent {
    font-size: 12px;
    margin-left: 0;
}

.color-item-ss .all-item-ss .add-sp {
    border-bottom: 0;
}

.add-sp .cp-plus {
    margin: 15px auto;
    border: dashed 2px var(--main-color);
    width: 100px;
    height: 85px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    font-size: 80px;
    color: var(--main-color) !important;
    text-shadow: 1px 1px 1px #fff;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 #e8e8e8;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-sp p {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.compare-fixed .add-sp .cp-plus {
    margin: 0px auto;
    width: 70px;
    height: 70px !important;
    float: left;
    padding-bottom: 12px;
}

.compare-fixed .add-sp p {
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
    float: left;
    padding: 0 5px;
    width: calc(100% - 70px);
}

    .compare-fixed .add-sp p br {
        display: none;
        padding: 0 5px;
    }

.color-item-ss {
    display: flex;
}

    .color-item-ss .title-ss {
        font-weight: 700;
        padding-left: 15px;
        border-bottom: 0;
    }

        .color-item-ss .title-ss p {
            margin-bottom: 0;
        }

    .color-item-ss .all-item-ss .item {
        display: flex;
        border-bottom: 0;
    }

    .color-item-ss .item .mini-item {
        text-align: center;
        width: 60px;
        margin-right: 5px;
    }

        .color-item-ss .item .mini-item:last-child {
            margin-right: 0;
        }

        .color-item-ss .item .mini-item img {
            max-width: 100%;
            height: 40px;
            margin-bottom: 3px;
        }

        .color-item-ss .item .mini-item span {
            font-size: 12px;
        }

.detail-all-ss > .name {
    font-size: 16px;
    color: #fff;
    background-color: var(--main-color);
    font-weight: 700;
    padding: 6px 8px 6px 12px;
    margin-bottom: 0;
}

.item-row-ss .name {
    width: 19%;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    font-weight: 700;
    padding: 10px;
}

.item-row-ss:last-child .name {
    border-bottom: 1px solid #d0d0d0;
}

.item-row-ss .detail-tsss {
    width: 50%;
    float: left;
    border-left: 0;
    border-bottom: 0;
    padding: 10px;
    border-right: 1px solid #f3f3f3;
}

.item-row-ss:last-child .detail-tsss {
    border-top: 1px solid #f3f3f3;
}

.item-row-ss .detail-tsss:last-child {
    border-right: none;
}

.item-row-ss:last-child .detail-tsss {
    border-bottom: 1px solid #d0d0d0;
    padding: 10px;
}

.item-2-ssn .item-row-ss,
.item-3-ssn .item-row-ss {
    display: flex;
}

.item-row-ss:nth-child(2n) .detail-tsss,
.item-row-ss:nth-child(2n) .name {
    background-color: #f3f3f3;
}

.item-two-cmp {
    width: 68%;
    display: flex;
}

    .item-two-cmp.item-three-cmp {
        width: 81%;
    }

.item-row-ss .detail-tsss a {
    color: #4a90e2;
}

    .item-row-ss .detail-tsss a:hover {
        color: #dc3545;
    }

.item-row-ss .detail-tsss .buy-now-ss,
.item-row-ss .detail-tsss .add-cart-ss,
.item-row-ss .detail-tsss .call-now-ss {
    color: #fff;
    background-color: #eb3537;
    display: block;
    max-width: 90%;
    margin: 0 auto 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 0;
    border-radius: 4px;
    border: 1px solid #eb3537;
    line-height: 1.2;
}

.item-row-ss .detail-tsss .add-cart-ss {
    background: #05b1f0;
    border: 1px solid #05b1f0;
}

.item-row-ss .detail-tsss .buy-now-ss:hover {
    background-color: #fff;
    color: #eb3537;
}

.item-row-ss .detail-tsss .add-cart-ss:hover {
    background-color: #fff;
    color: #05b1f0;
}

.item-row-ss .detail-tsss .call-now-ss:hover {
    background-color: #fff;
    color: #1c348d;
}

.item-row-ss .detail-tsss .call-now-ss {
    margin-bottom: 0;
    background: #1c348d;
    border: 1px solid #1c348d;
}

.item-row-ss .detail-tsss div {
    cursor: pointer;
}

    .item-row-ss .detail-tsss div span {
        display: block;
        text-transform: initial;
        font-size: 13px;
        line-height: 1.5;
    }

.all-item-ss.item-3-ss {
    width: 81%;
}

.color-item-ss .all-item-ss.item-3-ss .item:last-child {
    border-right: 1px solid #d0d0d0;
}

.item-3-ssn .item-row-ss .detail-tsss {
    width: calc(100% / 3);
}

.detail-tsss .detail-ss-img {
    display: block;
    text-align: center;
}

    .detail-tsss .detail-ss-img img {
        max-width: 100%;
        margin-bottom: 10px;
        width: 100%;
    }

.item-row-ss:last-child .detail-tsss,
.item-row-ss:last-child .name {
    background-color: #fff;
}

.title-ss-f.scroll.fixed {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 0 10px #adadad;
    padding: 0;
    margin: 0 auto;
    width: initial;
}

.title-ss-f-ct {
    background-color: #fff;
    display: flex;
}

    .title-ss-f-ct > .name {
        width: 19%;
        padding: 20px 5px;
        border: 1px solid #d0d0d0;
        border-right: 0;
    }

        .title-ss-f-ct > .name a {
            display: block;
        }

.all-item-ss-f {
    width: 81%;
    display: flex;
}

    .all-item-ss-f .item {
        width: 38%;
        display: flex;
        padding: 20px 10px;
        border: 1px solid #d0d0d0;
        border-right: 0;
    }

    .all-item-ss-f .add-sp {
        width: 24%;
        border: 1px solid #d0d0d0;
    }

    .all-item-ss-f.hidden {
        display: none;
    }

    .all-item-ss-f .item .img {
        width: 35%;
    }

        .all-item-ss-f .item .img img {
            max-width: 100%;
        }

    .all-item-ss-f .item .text {
        width: 65%;
    }

        .all-item-ss-f .item .text h3 {
            font-size: 15px;
            margin-bottom: 5px;
        }

        .all-item-ss-f .item .text .price {
            margin-bottom: 0;
            font-size: 15px;
            font-weight: 700;
        }

            .all-item-ss-f .item .text .price .price-fix {
                font-size: 13px;
                text-decoration: line-through;
            }

            .all-item-ss-f .item .text .price .pt-fix {
                font-size: 13px;
                font-weight: 400;
            }

            .all-item-ss-f .item .text .price .price-ss {
                font-weight: 400;
                display: block;
                color: var(--black-color);
            }

.detail .box-right .lst-discount .item a {
    color: var(--black-color);
}

.billcompany {
    margin: 0px;
}

    .billcompany span {
        margin-left: 5px;
    }

.infocompany .form-group {
    margin-top: 21px;
}

.alrt-mk.hidden {
    display: none;
}

.popup-add-item {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10000;
}

    .popup-add-item.active {
        display: block;
    }

    .popup-add-item .bgblack {
        z-index: 102;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .popup-add-item .close-pu {
        right: 20px;
        top: 20px;
        color: #fff;
        cursor: pointer;
        opacity: 1;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0);
        border-radius: 100%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: absolute;
        z-index: 1000;
    }

        .popup-add-item .close-pu:before {
            display: block;
            content: " ";
            position: absolute;
            top: 14px;
            left: 23px;
            width: 4px;
            height: 22px;
            border-radius: 4px;
            background: #fff;
            -webkit-transition: background 0.2s linear;
            transition: background 0.2s linear;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .popup-add-item .close-pu:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            display: block;
            content: " ";
            position: absolute;
            top: 14px;
            left: 23px;
            width: 4px;
            height: 22px;
            border-radius: 4px;
            background: #fff;
            -webkit-transition: background 0.2s linear;
            transition: background 0.2s linear;
        }

.popup-addit-ct {
    position: absolute;
    background-color: #fff;
    z-index: 103;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 230px;
    background: #fff;
    color: var(--black-color);
    border-radius: 10px;
    padding: 20px 25px 30px;
}

.list-item-popup {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 15px;
}

    .list-item-popup h3 {
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
    }

.popup-addit-ct h2 {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

.popup-addit-ct .item {
    width: 100px;
    text-align: center;
}

    .popup-addit-ct .item img {
        max-width: 100%;
        margin-bottom: 10px;
        max-height: 80px;
        height: initial;
    }

.popup-addit-ct form input {
    border: 1px solid #d0d0d0;
    height: 32px;
    padding: 0 3px 0 8px;
    width: 100%;
}

    .popup-addit-ct form input::placeholder {
        color: var(--black-color);
    }

.page-sale {
    background-color: #eeeeee;
    padding: 25px 0;
}

    .page-sale .tab-content-prd {
        background-color: #fff;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .page-sale .view-tt-prd {
        border: 1px solid #d0d0d0;
    }

.list-tab-km {
    display: flex;
    justify-content: center;
}

    .list-tab-km a {
        font-size: 14px;
        color: var(--black-color);
        padding: 7px 25px;
        border: 1px solid #e51e21;
        border-radius: 4px;
        font-weight: 600;
        background-color: #fff;
        display: block;
        margin-right: 10px;
        transition: 0.2s linear;
        text-transform: uppercase;
    }

        .list-tab-km a:hover,
        .list-tab-km a.active {
            background-color: #e51e21;
            color: #fff;
        }

        .list-tab-km a:last-child {
            margin-right: 0;
        }

    .list-tab-km.fixed {
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        z-index: 103;
        background-color: #fff;
        margin-bottom: 0;
        padding: 10px 0;
        box-shadow: 0 0 5px -2px var(--black-color);
    }

.list-tab-km-ct {
    background-color: #eeeeee;
    padding-top: 25px;
}

.alrt-mk.hidden {
    display: none;
}

.not-found {
    padding: 1px 20px;
    text-align: center;
}

.ui-widget.ui-widget-content {
    z-index: 10000;
    border: none;
    box-shadow: 0 0 5px -3px var(--black-color);
    max-height: 80vh;
    overflow-y: auto;
}

.ui-menu .ui-menu-item {
    padding: 0;
}

    .ui-menu .ui-menu-item .info {
        padding-left: 10px;
    }

        .ui-menu .ui-menu-item .info .status {
            width: 100%;
            font-size: 13px;
            color: #058314;
            font-weight: 500;
        }

            .ui-menu .ui-menu-item .info .status.out-of-stock {
                color: #ffeb3b;
            }

            .ui-menu .ui-menu-item .info .status.pending {
                color: #ffa500;
            }

            .ui-menu .ui-menu-item .info .status.stop-business {
                color: var(--main-color);
            }

.ui-menu .ui-menu-item-wrapper {
    display: flex;
    transition: initial;
}

    .ui-menu .ui-menu-item-wrapper.title-auto {
        background: #eeeeee;
        font-size: 12px;
        display: block;
        cursor: text;
    }

    .ui-menu .ui-menu-item-wrapper.title-keyword {
        font-size: 12px;
        display: block;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: transparent;
    color: red;
    margin: 0;
}

.title-auto.ui-state-active {
    color: var(--black-color);
}

.search-type {
    display: flex;
    padding: 15px 0;
    border-bottom: var(--main-boder);
    margin-bottom: 15px;
}

    .search-type p {
        margin-bottom: 0;
    }

    .search-type .link {
        margin-left: 10px;
        margin-bottom: 0;
        position: relative;
        padding-left: 23px;
    }

        .search-type .link .checkmark {
            width: 16px;
            height: 16px;
            border-radius: 16px;
            border: 1px solid var(--main-color) !important;
            position: absolute;
            left: 0;
            top: 2px;
        }

            .search-type .link .checkmark:before {
                content: "";
                width: 10px;
                height: 10px;
                background: #e51e21;
                display: block;
                border-radius: 14px;
                position: relative;
                top: 2px;
                left: 2px;
                opacity: 0;
            }

        .search-type .link.active .checkmark:before {
            opacity: 1;
            border: 1px solid #e51e21 !important;
        }

    .search-type p > span {
        font-weight: 600;
    }

.product-search .grid-prd-5 {
    padding-top: 0;
}

.product-search .grid-load-product .load {
    grid-column: 1/6;
}

.grid-load-search .item_p {
    border: var(--main-boder);
}

.grid-load-search .item-news {
    display: flex;
}

    .grid-load-search .item-news .img {
        width: 150px;
    }

        .grid-load-search .item-news .img img {
            width: 100%;
        }

    .grid-load-search .item-news .info {
        width: calc(100% - 150px);
        padding-left: 15px;
    }

.news-search {
    padding: 10px;
    background: #ffffff;
    margin-bottom: 10px;
}

.grid-search-news .item-news {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

    .grid-search-news .item-news .info h3,
    .grid-search-news .item-news .info h3 a {
        font-size: 15px;
        color: #1c348d;
    }

        .grid-search-news .item-news .info h3 a:hover {
            color: #dc3545;
        }

    .grid-search-news .item-news .info h3 {
        margin: 0;
    }

    .grid-search-news .item-news .info p,
    .grid-search-news .item-news .info h2 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .grid-search-news .item-news .info > span {
        font-size: 13px;
        color: #d2d2d2;
    }

.sort-news-search {
    display: flex;
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid #f1f1f1;
}

    .sort-news-search p {
        margin-bottom: 0;
        font-size: 13px;
        color: #b9b9b9;
    }

    .sort-news-search label {
        margin-left: 10px;
        margin-bottom: 0;
        position: relative;
        padding-left: 23px;
        font-size: 13px;
        color: #b9b9b9;
        cursor: pointer;
    }

        .sort-news-search label input {
            display: none;
        }

        .sort-news-search label .checkmark {
            width: 14px;
            height: 14px;
            border-radius: 14px;
            border: 1px solid var(--black-color) !important;
            position: absolute;
            left: 0;
            top: 2px;
            background: #ffffff;
        }

            .sort-news-search label .checkmark:before {
                content: "";
                width: 8px;
                height: 8px;
                background: #fba11a;
                display: block;
                border-radius: 14px;
                position: relative;
                top: 2px;
                left: 2px;
                opacity: 0;
            }

        .sort-news-search label input:checked ~ .checkmark {
            border: 1px solid #fba11a !important;
        }

            .sort-news-search label input:checked ~ .checkmark:before {
                opacity: 1;
            }

    .sort-news-search p > span {
        font-weight: 600;
    }

.not-found {
    background: #ffffff;
    padding: 10px;
    grid-column: 1/6;
}

    .not-found p {
        font-weight: 600;
        text-align: left;
    }

    .not-found ul li {
        font-weight: 600;
        text-align: left;
    }

._detail_content h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
}

._detail_content > h3 {
    font-size: 17px;
    font-weight: bold;
}

    ._detail_content > h3 > a {
        color: #00528b;
    }

._detail_content p a,
._detail_content ul li a {
    color: deepskyblue;
    text-decoration: underline !important;
}

._detail_content a.prSpecBtnViewAll {
    color: #006abf;
}

._detail_content .image-center,
._detail .image-center {
    text-align: center;
}

._detail_content .image-right,
._detail .image-right {
    float: right;
    text-align: center;
    margin-left: 15px;
}

._detail_content .image-left,
._detail .image-left {
    float: left;
    text-align: center;
    margin-right: 15px;
}

._detail_content figcaption,
._detail figcaption {
    padding: 5px;
}

._detail_content .xemthem {
    margin: 10px auto;
    padding: 10px;
    border: 2px solid #c3e5f8;
    border-radius: 5px;
    background-color: #dbedf9;
    line-height: 155%;
    clear: both;
    font-size: 14px;
}

    ._detail_content .xemthem a {
        color: #167ac6;
    }

.list_hightlight .item_p {
    padding: 15px 0;
    border-bottom: var(--main-boder);
}

    .list_hightlight .item_p .desc h3,
    .list_hightlight .item_p .desc h3 a {
        min-height: initial;
    }

.grid-product-detail-news .item {
    padding: 35px 10px 10px 10px;
}

    .grid-product-detail-news .item h3 {
        font-weight: 400;
    }

        .grid-product-detail-news .item h3 span {
            color: var(--black-color);
        }

        .grid-product-detail-news .item h3 a {
            color: #167ac6;
        }

.iIUmpa {
    margin: 20px 0px;
    width: 100%;
    padding: 50px 20px 70px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

    .iIUmpa img {
        width: 230px;
    }

    .iIUmpa .message {
        margin: 20px 0px;
        color: rgba(0, 0, 0, 0.65);
    }

    .iIUmpa .back {
        width: 190px;
        border-radius: 4px;
        color: rgb(74, 74, 74);
        font-size: 14px;
        background-color: rgb(253, 216, 53);
        display: block;
        padding: 10px 30px;
        margin: auto;
    }

.par-sub-rv {
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    z-index: 102;
    width: 100%;
    padding-top: 15px;
    display: none;
}

.maps-footer_mobi li .submenu-ft {
    padding: 0 20px;
    margin-bottom: 5px;
}

.submenu-ft iframe {
    height: 250px;
}

.submenu-ft p.name-add {
    font-weight: 700;
    font-size: 14px;
}

.submenu-ft p {
    text-align: left;
    margin-bottom: 3px;
    line-height: 1.5;
    display: flex;
    font-size: 13px;
}

    .submenu-ft p span {
        width: 50px;
    }

    .submenu-ft p a {
        margin-left: 3px;
        margin-right: 3px;
        color: #006abf;
    }

    .submenu-ft p:last-child {
        margin-bottom: 0;
    }

.see-more-par {
    margin-bottom: 0;
}

._banner img {
    width: 100%;
}

.list-module {
    background: #f0f0f0;
    padding: 40px 0;
}

    .list-module .container:not(.no-grid) {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .list-module .module-item {
        padding: 10px;
        background: #fff;
        border-radius: 10px;
    }

    .list-module .container:not(.no-grid) .module-item {
        width: calc((100% - 100px) / 5);
    }

    .list-module .module-item h2 {
        text-align: center;
        padding: 30px 0 0 0;
        font-weight: 700;
        font-size: 18px;
        min-height: 80px;
        color: #333;
        margin-bottom: 0;
    }

        .list-module .module-item h2 a {
            text-transform: uppercase;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 1.4;
            font-weight: 700;
            font-size: 18px;
            color: #333;
        }

    .list-module .module-item .img {
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        aspect-ratio: 1;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

        .list-module .module-item .img img {
            max-height: 100%;
            max-width: 100%;
            width: initial;
            height: initial;
            object-fit: contain;
            display: block;
            transition: transform 0.5s ease;
            border-radius: 10px;
        }

    .list-module .module-item:hover .img img {
        transform: scale(1.05);
    }

.owl_category .owl-dots {
    margin-top: 10px;
}

    .owl_category .owl-dots .owl-dot {
    }

        .owl_category .owl-dots .owl-dot span {
            width: 9px;
            height: 9px;
            background: #cdcdcd;
            display: block;
            border-radius: 9px;
            margin: 0 5px;
        }

        .owl_category .owl-dots .owl-dot.active span {
            background: var(--main-color);
        }

.wrapper-compare {
    display: none;
    width: 100%;
    height: 90px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid var(--main-color);
    box-shadow: 0 -1px 4px 1px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    margin: auto;
}

.listcompare {
    padding-left: 0;
    margin: 0;
}

    .listcompare li {
        float: left;
        overflow: visible;
        position: relative;
        padding: 22px 10px 14px 0;
        border-right: 1px solid var(--main-color);
        list-style: none;
    }

    .listcompare a {
        display: block;
        overflow: hidden;
        cursor: auto;
    }

    .listcompare li img {
        float: left;
        max-width: 65px;
        height: auto;
        margin: 0 10px;
        max-height: 40px;
    }

    .listcompare h3 {
        display: block;
        overflow: hidden;
        line-height: 1.3em;
        color: var(--black-color);
        font-weight: 600;
        height: 55px;
        width: 220px;
        font-size: 14px;
    }

    .listcompare span {
        position: absolute;
        top: 5px;
        right: 9px;
        width: 10px;
        height: 10px;
        cursor: pointer;
    }

.closecompare {
    position: absolute;
    top: -29px;
    right: 0;
    background: var(--main-color);
    padding: 5px 8px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 -1px 4px 1px rgba(0, 0, 0, 0.2);
}

.boxcompare {
    float: right;
    overflow: hidden;
    margin: 10px 0 15px 0;
    padding: 0 15px;
    display: none;
}

    .boxcompare .btndis {
        display: block;
        padding: 5px 10px;
        border-radius: 4px;
        border: 1px solid #e4e4e4;
        font-size: 14px;
        color: #e1e1e1;
        margin: 5px auto;
        text-transform: uppercase;
        min-width: 65px;
        text-align: center;
    }

    .boxcompare .btnen {
        background: var(--main-color);
        color: #fff;
        border-color: var(--main-color);
    }

    .boxcompare .clearall {
        display: block;
        overflow: hidden;
        padding: 5px 10px;
        color: #1c348d;
    }

.wrapper-compare form {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 8px;
}

    .wrapper-compare form label {
        display: block;
        overflow: hidden;
        color: var(--black-color);
        width: 230px;
        margin-bottom: 0;
    }

.wrapper-compare input {
    display: block;
    padding: 4px 0;
    height: 31px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    text-indent: 8px;
    width: 250px;
}

.autocomplete {
    position: absolute;
    z-index: 99;
    border-radius: 2px;
    display: block;
    background-color: #fff;
    overflow-y: auto;
    max-height: 300px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.compare-fixed {
    max-width: 1336px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 10px -6px;
}

.ic-filter {
    display: none;
}

.popup-code-sale {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.bg-black {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 109;
    background-color: #000000ad;
}

.code-sale-ct {
    position: absolute;
    z-index: 112;
    background-color: #fff;
    width: 375px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    padding: 20px 0;
}

    .code-sale-ct h4 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .code-sale-ct .code {
        display: flex;
        padding: 8px 10px;
        background-color: #f7f7f7;
    }

        .code-sale-ct .code p {
            margin-bottom: 0;
            width: 50%;
        }

            .code-sale-ct .code p:last-child {
                margin-bottom: 0;
            }

    .code-sale-ct .timing {
        padding: 8px;
    }

        .code-sale-ct .timing p {
            margin-bottom: 10px;
        }

            .code-sale-ct .timing p:last-child {
                margin-bottom: 0;
            }

    .code-sale-ct .dkien {
        padding: 6px 10px;
        background-color: #f7f7f7;
        margin-bottom: 10px;
    }

        .code-sale-ct .dkien > p {
            margin-bottom: 5px;
        }

    .code-sale-ct .btn-close {
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
        padding: 10px;
        border: 1px solid #035192;
        border-radius: 4px;
        background-color: #035192;
        color: #fff;
        transition: 0.2s linear;
    }

        .code-sale-ct .btn-close:hover {
            background-color: #fff;
            color: #035192;
        }

.popup-code-sale .cl-close {
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}

    .popup-code-sale .cl-close:before {
        display: block;
        content: " ";
        position: absolute;
        top: 14px;
        left: 23px;
        width: 4px;
        height: 22px;
        border-radius: 4px;
        background: #fff;
        -webkit-transition: background 0.2s linear;
        transition: background 0.2s linear;
    }

    .popup-code-sale .cl-close:after {
        display: block;
        content: " ";
        position: absolute;
        top: 14px;
        left: 23px;
        width: 4px;
        height: 22px;
        border-radius: 4px;
        background: #fff;
        -webkit-transition: background 0.2s linear;
        transition: background 0.2s linear;
    }

    .popup-code-sale .cl-close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .popup-code-sale .cl-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.sending-comparet {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    align-items: center;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s linear;
}

    .sending-comparet.show {
        pointer-events: all;
        opacity: 1;
    }

    .sending-comparet:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .sending-comparet .load {
        width: 180px;
        height: 100px;
        margin: auto;
        background: #ececec;
        z-index: 2;
        padding: 10px;
        border-radius: 5px;
    }

/*trade mark*/

.wrapper-trademark {
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px;
}

.grid-trademark {
    background: #eeeeee;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 7.5px;
}

    .grid-trademark a {
        display: block;
        margin: 7.5px;
        background: #ffffff;
        border-radius: 5px;
        overflow: hidden;
        text-align: center;
        border: 1px solid #e4e4e4;
        padding-bottom: 10px;
    }

    .grid-trademark img {
        max-width: 100%;
    }

    .grid-trademark a span {
        display: block;
        color: #275cab;
    }

.popup-code-sale .cl-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-discount input {
    height: 40px;
    border: var(--main-boder);
    width: calc(100% - 110px);
    padding-left: 8px;
    float: left;
}

    .form-discount input.disabled {
        pointer-events: none;
    }

#CancelVoucher {
    display: none;
}

.form-discount .check_discount {
    margin-bottom: 0;
    float: left;
    height: 40px;
    width: 100px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    text-transform: none;
    font-weight: normal;
    padding-top: 5px;
    color: #fff;
    border-radius: 20px;
    margin-left: 10px;
    align-items: center;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

#CancelVoucher.check_discount {
    background: #e9e9e9;
    color: var(--black-color);
    border: var(--main-boder);
}

#VoucherCodeCheck {
    clear: both;
    padding-top: 10px;
    color: red;
}

    #VoucherCodeCheck.success {
        color: green;
    }

.form-discount form {
    display: flex;
}

.form-discount {
    display: none;
    padding: 14px 0;
    border-bottom: var(--main-boder);
}

.discountcode .usecode.hide {
    display: none;
}

.form-discount.active {
    display: block;
    overflow: hidden;
}

.replaceids {
    margin-top: 10px;
}

.brow.fixMg .pswp__top__tabWrap {
    margin-top: 0;
}

.icon.icon-gh {
    background-image: url(../images/list-icon-header.png);
    background-position-x: -98px;
    background-position-y: -16px;
    height: 22px;
    width: 21px;
}

a.img-left-ny {
    display: block;
    width: 460px;
    float: left;
    padding-right: 10px;
}

.img-left-ny img {
    max-width: 100%;
}

.popup-img .ifr-tv {
    background-color: #ffffff;
    min-height: 400px;
    padding: 20px 25px;
}

.form-right-ny {
    padding-left: 10px;
    float: left;
    width: calc(100% - 460px);
}

    .form-right-ny .form-group {
        margin: 0 0 8px;
    }

        .form-right-ny .form-group label {
            font-weight: 700;
            display: block;
            margin-bottom: 5px;
        }

            .form-right-ny .form-group label span {
                color: #da2032;
            }

        .form-right-ny .form-group input {
            width: 100%;
            height: 38px;
            border: 1px solid #e0e0e0;
            padding: 0 8px;
            border-radius: 4px;
        }

            .form-right-ny .form-group input::placeholder {
                color: var(--black-color);
            }

        .form-right-ny .form-group textarea {
            height: 80px;
            width: 100%;
            border: 1px solid #e0e0e0;
            padding: 5px 8px 0;
        }

            .form-right-ny .form-group textarea::placeholder {
                color: var(--black-color);
            }

    .form-right-ny button {
        background-color: #1c348d;
        border: 1px solid #1c348d;
        color: #fff;
        padding: 5px 20px;
        border-radius: 3px;
        transition: 0.2s linear;
    }

        .form-right-ny button:hover {
            color: #1c348d;
            background-color: #fff;
        }

.popup-img.no-img .form-right-ny {
    padding-left: 0;
    width: 100%;
}

.popup-img.no-img .ifr-tv {
    width: 450px;
}

.popup-img.no-form .img-left-ny {
    width: initial;
    float: initial;
}

.popup-img.no-form .ifr-tv {
    background-color: transparent;
    min-height: initial;
    padding: 0;
}

.footer .item img {
    max-width: 100%;
}

.flex-sn {
    display: flex;
}

.touch-onmb {
    display: none;
}

.call-fixed {
    position: fixed;
    bottom: 100px;
    left: 30px;
    z-index: 1000;
}

._plvd-ct {
    position: absolute;
    visibility: visible;
    background-color: transparent;
    width: 58px;
    height: 58px;
    cursor: pointer;
    z-index: 10;
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
    right: 0;
    top: 0;
    margin: auto;
    transform: rotate(-3deg);
}

    ._plvd-ct:before {
        width: 58px;
        height: 58px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: var(--main-color);
        border-radius: 100%;
        border: 2px solid transparent;
        transition: all 0.5s;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        content: "";
    }

    ._plvd-ct:after {
        content: "";
        width: 36px;
        height: 36px;
        border: 1px solid #fff;
        position: absolute;
        left: calc((100% - 36px) / 2);
        top: calc((100% - 36px) / 2);
        border-radius: 50%;
        background-position: center;
    }

    ._plvd-ct .plvd-cirfill:before {
        content: "";
        width: 72px;
        height: 72px;
        border: 1px solid var(--main-color);
        position: absolute;
        border-radius: 50%;
        top: -7px;
        left: -7px;
        animation: zoomInBT 1.7s infinite linear;
    }

    ._plvd-ct .plvd-cirfill:after {
        content: "";
        width: 96px;
        height: 96px;
        border: 1px solid var(--main-color);
        position: absolute;
        border-radius: 50%;
        top: -19px;
        left: -19px;
        animation: zoomInBN 1.7s infinite linear;
    }

.plvd-cirfill {
    text-align: center;
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    font-size: 22px;
}

.right_content .price_sale.fixed .area_buy {
    position: fixed;
    top: 50px;
    z-index: 99;
    width: 384px;
    background-color: #fff;
    padding: 15px 20px;
}

.box-order ul {
    list-style: none;
}

    .box-order ul li {
        display: block;
        overflow: hidden;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #ddd;
    }

        .box-order ul li:first-child {
            padding-top: 12px;
        }

        .box-order ul li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

.box-order .text-order a {
    font-weight: 700;
}

.list-call-fix {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s linear;
    position: absolute;
    bottom: 39px;
    left: 65px;
    background-color: #fff;
    padding: 10px 13px;
    border: 1px solid #1c348d;
    border-radius: 8px;
    min-width: 150px;
}

    .list-call-fix.active {
        opacity: 1;
        visibility: visible;
    }

    .list-call-fix p {
        font-size: 14px;
        padding-bottom: 7px;
        display: block;
        margin-bottom: 7px;
        border-bottom: 1px solid #d0d0d0;
        padding-left: 20px;
        position: relative;
        white-space: nowrap;
        font-weight: 700;
    }

        .list-call-fix p:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

        .list-call-fix p:before {
            position: absolute;
            left: 0;
            color: #1c348d;
            content: "\f095";
            font: normal normal normal 14px/1 FontAwesome;
            top: 5px;
        }

        .list-call-fix p a {
            color: #1c348d;
            font-weight: 400;
        }

    .list-call-fix:before {
        content: "";
        display: block;
        position: absolute;
        border: 6px solid transparent;
        border-bottom: 14px solid #1c348d;
        right: 99%;
        top: 96%;
        transform: rotate(-134deg);
    }

.prd-intro_1 .item-img img {
    height: 100%;
}

.alrt-lostpass {
    text-align: center;
    clear: both;
    color: red;
}

.box_content_product .box_article img {
    height: initial !important;
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}

.ft-contact {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background-color: #0084ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-contact .hide,
    .btn-contact .hidden {
        transform: scale(0);
        opacity: 0;
        display: block !important;
    }

    .btn-contact .static {
        transition: 0.2s all;
    }

.ft-contact.act .btn-contact .static {
    transform: translate(0) !important;
    opacity: 1 !important;
}

.btn-contact .static i {
    display: block;
    color: white;
    text-align: center;
    font-size: 24px;
    margin-bottom: -5px;
}

.ft-contact.act .btn-contact .static i {
    margin-bottom: 0;
}

.btn-contact .static span {
    font-size: 11px;
    color: white;
}

.ft-contact.act .btn-contact .static span {
    height: 0;
    overflow: hidden;
    display: block;
}

.btn-contact .icon {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50px;
    background-color: #fff;
    position: absolute;
}

.ft-contact.act .btn-contact .icon {
    transform: scale(0) !important;
    opacity: 0 !important;
}

.btn-contact .icon-line {
    display: flex;
    transition: 0.2s all;
}

.btn-contact .icon span {
    height: 44px;
    color: #2e4f6c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-contact .icon svg {
    width: 44px;
    height: 20px;
}

.typing-contact,
.d-contact {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 7px;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 80px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-25%);
    transition: 0.3s linear;
}

.typing-contact {
    width: initial;
    white-space: nowrap;
    min-width: 86px;
    max-width: 260px;
    padding: 10px;
}

    .typing-contact.act {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .typing-contact .hide {
        opacity: 0;
        visibility: hidden;
        display: block !important;
    }

.typing-text {
    color: #787878;
}

.typing-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .typing-animation span {
        height: 15px;
        width: 15px;
        float: left;
        margin: 0 1px;
        background-color: #9e9ea1;
        display: block;
        border-radius: 50%;
        opacity: 0.4;
    }

.typing-contact span:nth-of-type(1) {
    animation: 1s blink infinite 0.3333s;
}

.typing-contact span:nth-of-type(2) {
    animation: 1s blink infinite 0.6666s;
}

.typing-contact span:nth-of-type(3) {
    animation: 1s blink infinite 0.9999s;
}

.ft-contact.act .d-contact {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.typing-contact::before,
.d-contact::before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: "";
}

.d-ctit {
    display: flex;
    align-items: center;
    padding: 8px 20px;
}

    .d-ctit i {
        color: white;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px;
    }

        .d-ctit i.call {
            background-color: #e62117;
        }

        .d-ctit i.messenger {
            background-color: #0084ff;
        }

        .d-ctit i.zalo {
            background-color: #0084ff;
        }

    .d-ctit svg {
        width: 24px;
        height: 24px;
        display: block;
    }

    .d-ctit p span {
        display: block;
    }

        .d-ctit p span:nth-of-type(1) {
            color: #3b3b3b;
            font-size: 15px;
        }

        .d-ctit p span:nth-of-type(2) {
            color: #787878;
            font-size: 13px;
        }

.productrelate {
    position: relative;
    margin-bottom: 30px;
}

.slider_same.owl-carousel {
    position: initial;
}

    .slider_same.owl-carousel .owl-item img {
        width: initial;
        max-width: 100%;
    }

.slider_same .item_p {
    padding: 0;
}

.promo p span {
    display: none;
}

    .promo p span:first-child {
        display: inline !important;
    }

._slide_detail .owl-dots span {
    height: 4px;
    width: 40px;
    background: #ebebeb;
    display: block;
    margin: 0 2.5px;
}

._slide_detail .owl-dots button.active span {
    background: var(--main-color);
}

._slide_detail .owl-dots {
    margin-top: 10px;
}

.icon_fix > div {
    position: fixed;
    z-index: 99;
    right: 5px;
    background: #fff;
    border: 1px solid var(--main-color);
    padding: 2px;
    display: flex;
    margin-bottom: 1px;
    border-radius: 30px;
    cursor: pointer;
    align-items: center;
    top: calc(40% + 165px);
}

.icon_fix a {
    position: fixed;
    z-index: 99;
    right: 5px;
    top: 40%;
    background: #fff;
    border: 1px solid var(--main-color);
    padding: 2px;
    display: flex;
    margin-bottom: 1px;
    border-radius: 30px;
    cursor: pointer;
    align-items: center;
}

    .icon_fix a:nth-of-type(2) {
        top: calc(40% + 55px);
    }

    .icon_fix a:nth-of-type(3) {
        top: calc(40% + 110px);
    }

.icon_fix > a > span,
.icon_fix > div > span {
    display: flex;
    flex-direction: column;
    line-height: 1;
    width: 0;
    height: 45px;
    justify-content: center;
    overflow: hidden;
    transition: width 0.5s ease, padding 0.5s ease;
    white-space: nowrap;
}

    .icon_fix > a > span span,
    .icon_fix > div > span span {
        padding-top: 2.5px;
    }

.icon_fix .icon {
    width: 45px;
    height: 45px;
    background: var(--main-color);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_fix a:hover > span,
.icon_fix > div:hover > span {
    width: 140px;
    padding-left: 5px;
    padding-right: 15px;
}

.call-fixed {
    position: fixed;
    bottom: 100px;
    left: 30px;
    z-index: 1000;
}

.chat_zalo {
    position: fixed;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 0;
    cursor: pointer;
    z-index: 99;
    bottom: 75px;
    right: 30px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: #fff;
    opacity: 1;
    transition: opacity 0.5s linear;
}

    .chat_zalo::before {
        content: "";
        width: 72px;
        height: 72px;
        border: 1px solid #005ee6;
        position: absolute;
        border-radius: 50%;
        top: -12px;
        left: -12px;
        animation: zoomInBT 1.7s infinite ease-in-out;
    }

    .chat_zalo::after {
        content: "";
        width: 96px;
        height: 96px;
        border: 1px solid #005ee6;
        position: absolute;
        border-radius: 50%;
        top: -24px;
        left: -24px;
        animation: zoomInBN 1.7s infinite ease-in-out;
    }

    .chat_zalo svg {
        width: 40px;
        height: 40px;
        display: block;
    }

._plvd-ct {
    position: absolute;
    visibility: visible;
    background-color: transparent;
    width: 58px;
    height: 58px;
    cursor: pointer;
    z-index: 10;
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
    right: 0;
    top: 0;
    margin: auto;
    transform: rotate(-3deg);
}

    ._plvd-ct:before {
        width: 58px;
        height: 58px;
        top: 0;
        left: 0;
        position: absolute;
        background-color: var(--main-color);
        border-radius: 100%;
        border: 2px solid transparent;
        transition: all 0.5s;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        content: "";
    }

    ._plvd-ct:after {
        content: "";
        width: 36px;
        height: 36px;
        border: 1px solid #fff;
        position: absolute;
        left: calc((100% - 36px) / 2);
        top: calc((100% - 36px) / 2);
        border-radius: 50%;
        background-position: center;
    }

    ._plvd-ct .plvd-cirfill:before {
        content: "";
        width: 72px;
        height: 72px;
        border: 1px solid var(--main-color);
        position: absolute;
        border-radius: 50%;
        top: -7px;
        left: -7px;
        animation: zoomInBT 1.7s infinite ease-in-out;
    }

    ._plvd-ct .plvd-cirfill:after {
        content: "";
        width: 96px;
        height: 96px;
        border: 1px solid var(--main-color);
        position: absolute;
        border-radius: 50%;
        top: -19px;
        left: -19px;
        animation: zoomInBN 1.7s infinite ease-in-out;
    }

.plvd-cirfill {
    text-align: center;
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    font-size: 22px;
}

.menu-mobile {
    display: none;
}

.wrapper_quickview,
.wrapper_quickbuy {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

    .wrapper_quickview .over,
    .wrapper_quickbuy .over {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .wrapper_quickview .main_quickview,
    .wrapper_quickbuy .main_quickbuy {
        width: 1010px;
        max-height: 85%;
        overflow: auto;
        display: flex;
        padding: 40px;
        background: #fff;
        border-radius: 5px;
        z-index: 1;
        position: relative;
        align-items: start;
        grid-gap: 30px;
        opacity: 0;
        transition: all 0.5s linear;
    }

    .wrapper_quickbuy .main_quickbuy {
        opacity: 1;
        transform: translateY(100%);
    }

        .wrapper_quickview .main_quickview .load,
        .wrapper_quickbuy .main_quickbuy .load {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: none;
        }

            .wrapper_quickview .main_quickview .load.active,
            .wrapper_quickbuy .main_quickbuy .load.active {
                display: flex;
            }

            .wrapper_quickview .main_quickview .load:before,
            .wrapper_quickbuy .main_quickbuy .load:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.2);
                top: 0;
                left: 0;
            }

    .wrapper_quickview .main_quickview > * {
        width: 50%;
    }

.quick_slide {
    aspect-ratio: 1;
    width: 100%;
}

    .quick_slide img {
        width: 100%;
    }

.wrapper_quickview.active,
.wrapper_quickbuy.active {
    opacity: 1;
    pointer-events: all;
}

.wrapper_quickview .main_quickview .close_quick,
.wrapper_quickbuy .main_quickbuy .close_quickbuy {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.wrapper_quickview.active .main_quickview,
.wrapper_quickbuy.active .main_quickbuy {
    transform: translateY(0);
    opacity: 1;
}

.close_quick:before,
.close_quickbuy:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
    left: 5px;
}

.close_quick:after,
.close_quickbuy:after {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
}

.wrapper_quickview .main_quickview .left .lSSlideOuter .lSPager.lSGallery {
    margin-top: 10px !important;
}

    .wrapper_quickview .main_quickview .left .lSSlideOuter .lSPager.lSGallery li {
        transition: all 0.5s linear;
        border: var(--main-boder);
    }

        .wrapper_quickview
        .main_quickview
        .left
        .lSSlideOuter
        .lSPager.lSGallery
        li.active,
        .wrapper_quickview
        .main_quickview
        .left
        .lSSlideOuter
        .lSPager.lSGallery
        li:hover {
            border: 1px solid var(--main-color);
        }

.wrapper_quickview .main_quickview .left .lSAction > a {
    width: 38px;
    height: 38px;
    color: var(--black-color);
    border: 1px solid var(--black-color);
    background: #fff;
    opacity: 1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper_quickview .main_quickview .left .lSAction > .lSPrev:before {
    content: "\f104";
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper_quickview .main_quickview .left .lSAction > .lSNext:before {
    content: "\f105";
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper_quickbuy .main_quickbuy {
    width: 450px;
    padding: 15px;
    flex-direction: column;
    gap: 0;
}

    .wrapper_quickbuy .main_quickbuy > .left {
        display: flex;
        gap: 15px;
        align-items: end;
        border-bottom: var(--main-boder);
    }

    .wrapper_quickbuy .main_quickbuy .left .image-quick-buy {
        width: 32%;
    }

        .wrapper_quickbuy .main_quickbuy .left .image-quick-buy img {
            width: 100%;
        }

    .wrapper_quickbuy .main_quickbuy .left .header-detail {
        width: 68%;
        margin-bottom: 0;
    }

        .wrapper_quickbuy .main_quickbuy .left .header-detail h1 {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 10px;
        }

    .wrapper_quickbuy .main_quickbuy .right.price_sale {
        padding: 0;
        width: 100%;
    }

        .wrapper_quickbuy .main_quickbuy .right.price_sale .default-order {
            width: 100%;
        }

        .wrapper_quickbuy .main_quickbuy .right.price_sale .price {
            padding-bottom: 0px;
            border-bottom: none;
        }

        .wrapper_quickbuy .main_quickbuy .right.price_sale .area_buy {
            padding-top: 15px;
        }

.pop_up {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    top: 110px;
    height: calc(100vh - 110px);
}

    .pop_up .pswp__top__tabWrap {
        z-index: 9999;
        top: 71px;
        position: fixed;
    }

    .pop_up ul.lSPager.lSGallery li a {
        display: flex;
        align-items: center;
    }

    .pop_up ul.lSPager.lSGallery li.active {
        border: 1px solid #006abf;
    }

    .pop_up .lSSlideOuter li .zoom_img {
        text-align: center;
        margin: 0px auto;
    }

        .pop_up .lSSlideOuter li .zoom_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.btn-out,
.btn-in {
    border: none;
    background: #fff;
    margin-right: 30px;
}

    .btn-out img,
    .btn-in img {
        width: 35px;
        height: 35px;
    }

    .btn-out i,
    .btn-in i {
        color: #00639a;
        font-size: 25px;
    }

.icon_zoom {
    text-align: right;
    margin: 30px 00px 0px 0px;
    display: none;
}

.zoom-over {
    display: inline-block;
    position: relative;
    cursor: zoom-in;
    margin: 0px auto;
    width: 66vw;
    max-height: 74vh;
    display: block;
}

    .zoom-over img.zoom-onimage {
        display: block;
        width: initial;
        max-height: 74vh;
        max-width: 100%;
        margin: auto;
    }

.id_cur {
    display: none;
}

.pop_up .slide {
    position: relative;
}

.pop_up .cl-action {
    position: absolute;
    width: 100%;
}

.pop_up .cl-action {
    display: none;
}

.pop_up span.bg-next,
.pop_up span.bg-prev {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 1024px) {
    .icon_zoom {
        display: block;
    }

    .pop_up .cl-action {
        display: block;
    }

    .pop_up .cl-action {
        top: 20%;
    }

    .pop_up span.bg-next,
    .pop_up span.bg-prev {
        width: 35px;
        height: 60px;
    }

    .pop_up span.bg-next {
        position: absolute;
        right: 50px;
    }

    .pop_up span.bg-prev {
        position: absolute;
        left: 50px;
    }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 787px) {
    .pop_up .cl-action {
        top: 23%;
    }

    .pop_up span.bg-next {
        position: absolute;
        right: 0;
        background: rgb(82 82 82 / 50%);
        border-radius: 5px 0px 0px 5px;
    }

    .pop_up span.bg-prev {
        position: absolute;
        left: 0;
        background: rgb(82 82 82 / 50%);
        border-radius: 0 5px 5px 0;
    }
}

.fancybox__container {
    z-index: 10000 !important;
}

.check-order {
    padding: 30px 0;
    border-bottom: 1px solid #cfcfcf;
}

    .check-order .sr {
        background: #f5f5f5;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        padding: 50px 0 35px 0;
    }

        .check-order .sr h2 {
            font-size: 22px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 0 30px 0;
        }

        .check-order .sr .rd-btn {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 15px;
        }

            .check-order .sr .rd-btn .form-group {
                display: flex;
                align-items: center;
            }

        .check-order .sr .input {
            width: 677px;
            height: 47px;
            position: relative;
            margin-bottom: 25px;
        }

            .check-order .sr .input .field-validation-error {
                color: red;
            }

            .check-order .sr .input input {
                height: 100%;
                width: 100%;
                border: 1px solid #cfcfcf;
                border-radius: 24px;
                padding-left: 20px;
            }

                .check-order .sr .input input:focus {
                    background: #fff4e0;
                    outline: none;
                }

            .check-order .sr .input .btn-sr {
                height: 36px;
                width: 125px;
                border: 1px solid var(--main-color);
                background: var(--main-color);
                border-radius: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 500;
                color: #fff;
                cursor: pointer;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 6px;
                transition: 0.5s linear;
            }

                .check-order .sr .input .btn-sr:hover {
                    background: transparent;
                    color: #333333;
                }

.result-check {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
}

.title-order,
.customer-infor,
.product-information {
    width: calc(100% - 320px);
}

.order-date,
.payment-type,
.total-order-price {
    width: 300px;
}

    .order-date p {
        font-size: 13px;
        margin-bottom: 0;
    }

.customer-infor,
.payment-type,
.product-information,
.total-order-price {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.title-order h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

.title-order .status.badge-success {
    color: #1cac53;
    background: transparent;
}

.title-order .status.badge-warning {
    color: #ffc107;
    background: transparent;
}

.title-order .status.badge-danger {
    color: red;
    background: transparent;
}

.result-check h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

    .result-check h3 i {
        color: var(--main-color);
        margin-right: 5px;
    }

.order-infor-customer {
    display: flex;
    column-gap: 10px;
    row-gap: 5px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}

    .order-infor-customer .clear-float {
        clear: both;
        width: 100%;
        display: flex;
        gap: 10px;
    }

        .order-infor-customer .clear-float label {
            margin-bottom: 0;
        }

    .order-infor-customer span {
        width: 145px;
        font-size: 14px;
        color: #515151;
    }

    .order-infor-customer p {
        margin-bottom: 0;
        width: calc(100% - 155px);
        line-height: 1.3;
        font-size: 14px;
    }

.grid-product-order .card-order {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .grid-product-order .card-order .order-image {
        width: 85px;
        height: 85px;
        overflow: hidden;
        background: #eee;
    }

        .grid-product-order .card-order .order-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .grid-product-order .card-order p {
        margin-bottom: 5px;
    }

    .grid-product-order .card-order .quantity {
        font-size: 12px;
    }

    .grid-product-order .card-order .card-order-title a {
        font-size: 13px;
    }

    .grid-product-order .card-order .order-infor {
        width: calc(100% - 260px);
    }

    .grid-product-order .card-order .order-price {
        width: 150px;
    }

        .grid-product-order .card-order .order-price p {
            margin-bottom: 0;
            text-align: right;
            font-size: 13px;
        }

            .grid-product-order .card-order .order-price p.old {
                font-size: 11px;
                text-decoration: line-through;
            }

.order-promotion,
.order-gift {
    position: relative;
    margin-top: 20px;
    min-height: 5px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .order-promotion > span,
    .order-gift > span {
        font-size: 12px;
        display: flex;
        cursor: pointer;
        align-items: center;
        background: var(--main-color);
        gap: 5px;
        width: 120px;
        justify-content: center;
        color: #fff;
        border-radius: 13px;
        position: relative;
        z-index: 10;
    }

        .order-promotion > span.hidden,
        .order-gift > span.hidden {
            opacity: 0;
            cursor: not-allowed;
            pointer-events: none;
        }

        .order-promotion > span:first-child {
            margin-left: 10px;
        }

        .order-promotion > span.qt {
            background: #2196f3;
        }

    .order-gift > span {
        background: #2196f3;
    }

    .order-promotion .detail-promotion,
    .order-promotion .gift-promotion,
    .order-gift .gift-promotion {
        margin-top: -20px;
        border: 1px solid #f1f1f1;
        border-radius: 10px;
        overflow: hidden;
        padding: 15px;
        max-width: 100%;
        padding-top: 20px;
    }

    .order-promotion div {
        display: none;
    }

        .order-promotion div:nth-of-type(1) {
            display: block;
        }

    .order-promotion .detail-promotion p {
        font-size: 13px;
        color: #989898;
    }

    .order-promotion .detail-promotion ol {
        padding-left: 0;
        margin-bottom: 0;
    }

        .order-promotion .detail-promotion ol li {
            font-size: 13px;
            color: #989898;
            counter-increment: my-counter;
            list-style: none;
            padding-left: 30px;
            position: relative;
            padding-top: 0;
            border-bottom: none;
            padding-bottom: 6px;
            line-height: 1.5;
            margin-bottom: 5px;
            margin-bottom: 5px;
            color: #333;
        }

            .order-promotion .detail-promotion ol li a {
                color: var(--main-color);
            }

            .order-promotion .detail-promotion ol li:before {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: var(--main-color);
                color: #fff;
                text-align: center;
                font-weight: 700;
                content: counter(my-counter);
                position: absolute;
                left: 0;
                top: 0;
            }

    .order-promotion .gift-promotion .flex-gift,
    .order-gift .gift-promotion .flex-gift {
        display: flex;
        flex-wrap: wrap;
    }

    .order-promotion .gift-promotion a,
    .order-gift .gift-promotion a {
        font-size: 12px;
        text-transform: initial;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 5px;
        display: flex;
        width: 100%;
        align-items: center;
    }

        .order-promotion .gift-promotion a:last-child,
        .order-gift .gift-promotion a:last-child {
            padding-bottom: 0;
            border-bottom: none;
            padding-top: 5px;
        }

        .order-promotion .gift-promotion a img,
        .order-gift .gift-promotion a img {
            max-width: 50px;
            max-height: 50px;
        }

.total-order-price p {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

    .total-order-price p:last-child {
        margin-bottom: 0;
    }

    .total-order-price p b {
        color: var(--main-color);
    }

    .total-order-price p.notpaid {
        color: var(--main-color);
    }

    .total-order-price p.paid {
        color: forestgreen;
    }

.check-other-order {
    height: 45px;
    border-radius: 45px;
    overflow: hidden;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
    text-align: center;
    transition: 0.2s linear;
    align-items: center;
    display: flex;
    padding: 0 45px;
    text-transform: uppercase;
    margin: auto;
}

    .check-other-order:hover {
        color: var(--main-color);
        background: #fff;
    }

.discount.countdonw-section {
    background: transparent;
    padding: 0;
}

.slide-flash-sale.no-bg {
    padding: 0;
}

.title-flash-sale {
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    color: #333;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10.5px 50px;
    background: #fff;
    margin-left: 15px;
    width: min-content;
    white-space: nowrap;
    gap: 5px;
}

.slide-flash-sale.no-bg .title-flash-sale {
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
    justify-content: center;
    background: var(--main-color);
    border-radius: 45px;
    margin-bottom: 15px;
}

.slide-flash-sale.no-bg .slider-discount_v1 {
    padding-left: 0;
    padding-right: 0;
}

.title-flash-sale p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.title-flash-sale .timecd {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    gap: 7px;
}

    .title-flash-sale .timecd span {
        background: #fff;
        border-radius: 7px;
        font-size: 16px;
        color: var(--main-color);
        height: 27px;
        width: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

.title-flash-sale ._more {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.slide-flash-sale {
    background-size: 100% 100%;
    padding-top: 15px;
    background-repeat: no-repeat;
}

    .slide-flash-sale .slider-discount_v1 {
        padding: 0;
    }

.ecommerce-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .ecommerce-list a {
        height: 35px;
        border-radius: 20px;
        overflow: hidden;
        border: var(--main-boder);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }

        .ecommerce-list a:hover {
            border: 1px solid var(--main-color);
        }

        .ecommerce-list a img {
            height: 20px;
            width: initial !important;
        }

.title-flase-sale {
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: center;
    gap: 5px;
}

    .title-flase-sale h1 {
        font-size: 16px;
        margin: 0;
        font-weight: 700;
        color: var(--main-color);
    }

    .title-flase-sale .countdown {
        color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .title-flase-sale .countdown span {
            width: initial;
        }

        .title-flase-sale .countdown > span {
            font-size: 14px;
        }

        .title-flase-sale .countdown .timecd {
            display: flex;
            gap: 5px;
        }

            .title-flase-sale .countdown .timecd span {
                height: 20px;
                background: #333;
                font-size: 13px;
                line-height: 1;
                display: flex;
                border-radius: 3px;
                align-items: center;
                padding: 0 5px;
                color: #fff;
            }

.tabl-module-sale {
    display: flex;
    align-items: center;
    border-bottom: var(--main-boder);
    overflow-x: auto;
}

    .tabl-module-sale::-webkit-scrollbar {
        height: 2px;
    }

    .tabl-module-sale .item {
        padding: 0 45px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        white-space: nowrap;
        cursor: pointer;
    }

        .tabl-module-sale .item.active {
            border-bottom: 4px solid var(--main-color);
        }

.seemore-sale {
    grid-column: 1/6;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

    .seemore-sale div {
        border: 1px solid var(--main-color);
        border-radius: 30px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: var(--main-color);
        padding: 0 20px;
    }

.tab-product-sale {
    margin-bottom: 30px;
}

.choose-order {
    display: flex;
    gap: 5px;
    border-bottom: var(--main-boder);
    border-width: 2px;
}

    .choose-order .item {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 25px;
        border: var(--main-boder);
        border-radius: 15px 15px 0 0;
        border-bottom: none;
        cursor: pointer;
        margin-bottom: -2px;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
    }

        .choose-order .item.promotion {
            background: #fff;
            color: #333;
            border: 2px solid var(--main-color);
        }

            .choose-order .item.promotion.active {
                background: var(--main-color);
                color: #fff;
            }

.promotion-event {
    padding: 5px 15px 15px;
    border-radius: 10px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 15px;
    row-gap: 15px;
    border: 2px solid #ffcc00;
    justify-content: space-between;
    background: #fffbeb;
}

    .promotion-event .left {
        display: flex;
        flex-wrap: wrap;
        width: 160px;
    }

    .promotion-event .right {
        display: flex;
        width: calc(100% - 160px);
        align-items: start;
        gap: 5px;
        padding-top: 9px;
        justify-content: end;
    }

    .promotion-event .left .promotion-price {
        background: var(--main-color);
        padding: 2.5px 10px;
        border-radius: 5px;
        box-shadow: 0 0 6px -2px #333;
    }

    .promotion-event .left .title-promo {
        margin-bottom: 5px;
        font-size: 20px;
        color: #000;
        width: 100%;
        font-weight: 900;
        text-transform: uppercase;
        display: flex;
        gap: 5px;
        align-items: center;
        line-height: 1;
        color: var(--main-color);
    }

    .promotion-event .left .price-sale {
        margin: 0;
        color: #ffcd00;
        line-height: 1;
        font-size: 22px;
        font-weight: 700;
        width: 100%;
    }

    .promotion-event .left .sale-val {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 2.5px;
        margin-left: 10px;
        padding: 0.5px 5px;
        font-size: 12px;
        width: 45px;
        float: left;
        margin-bottom: 0;
    }

    .promotion-event .left .price-old {
        font-weight: 300;
        color: #fff;
        text-decoration: line-through;
        line-height: 1;
        margin: 0;
        font-size: 15px;
        float: left;
    }

    .promotion-event .right .date-end {
        margin: 0;
        color: #000;
        font-size: 12px;
        white-space: nowrap;
        line-height: 1;
        padding-top: 3px;
    }

    .promotion-event .right .promotion-countdown {
        justify-content: center;
        align-items: start;
        gap: 3px;
    }

        .promotion-event .right .promotion-countdown span {
            color: #333;
            background: transparent;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0;
            font-size: 12px;
        }

    .promotion-event .promotion-price {
        width: 100%;
        background: url(../images/pattern-flashsale-detail.webp) no-repeat;
        background-size: 100%;
        aspect-ratio: 422/101;
        overflow: hidden;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 0 15px;
        margin-bottom: 10px;
    }

        .promotion-event .promotion-price .price-sale-left {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

            .promotion-event .promotion-price .price-sale-left p {
                margin-bottom: 0;
                color: #fff;
            }

            .promotion-event .promotion-price .price-sale-left .price-sale {
                font-weight: 700;
                font-size: 28px;
                line-height: 1;
            }

            .promotion-event .promotion-price .price-sale-left .price-old {
                font-size: 16px;
                line-height: 1;
                text-decoration: line-through;
            }

        .promotion-event .promotion-price .price-sale-right .sale-val {
            font-size: 32px;
            font-weight: 900;
            text-align: center;
            color: var(--main-color);
            margin-bottom: 0;
        }

    .promotion-event .description-event {
        width: 100%;
    }

        .promotion-event .description-event .description {
            border: 1px solid #f7e9c6;
            border-radius: 15px;
            margin-bottom: 15px;
            padding-bottom: 15px;
            background: #fff;
        }

            .promotion-event .description-event .description p {
                margin-bottom: 10px;
                color: #000;
            }

                .promotion-event .description-event .description p.sub-title {
                    height: 30px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    background: var(--main-color);
                    border-radius: 30px;
                    overflow: hidden;
                    gap: 10px;
                    color: #fff;
                    padding: 0 15px;
                    margin-top: -15px;
                    margin-left: 15px;
                    margin-bottom: 10px;
                    position: relative;
                    top: -7px;
                }

            .promotion-event .description-event .description ul,
            .promotion-event .description-event .description ol {
                margin-bottom: 0;
                padding-left: 15px;
                padding-right: 15px;
            }

                .promotion-event .description-event .description ul li,
                .promotion-event .description-event .description ol li {
                    font-size: 12px;
                    counter-increment: my-counter;
                    color: #000;
                    padding: 0 0 10px 30px;
                    margin-bottom: 5px;
                    position: relative;
                }

            .promotion-event .description-event .description ol {
                list-style: none;
            }

                .promotion-event .description-event .description ul li:first-child,
                .promotion-event .description-event .description ol li:first-child {
                    padding-top: 0;
                }

                .promotion-event .description-event .description ul li:last-child,
                .promotion-event .description-event .description ol li:last-child {
                    padding-bottom: 0;
                    margin-bottom: 0;
                }

                .promotion-event .description-event .description ol li:before {
                    width: 20px;
                    height: 20px;
                    border-radius: 50%;
                    background: var(--main-color);
                    color: #fff;
                    text-align: center;
                    font-weight: 700;
                    content: counter(my-counter);
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                .promotion-event .description-event .description ul li a,
                .promotion-event .description-event .description ol li a {
                    color: var(--main-color);
                }

                .promotion-event .description-event .description ul li::marker,
                .promotion-event .description-event .description ol li::marker {
                    color: #000;
                }

        .promotion-event .description-event .check-sold-out .line-sold {
            height: 18px;
        }

        .promotion-event .description-event .area_buy {
            padding-top: 0;
            border: none;
            margin-bottom: 0;
        }

.or-default {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

    .or-default p {
        margin: 0;
        background: #fff;
        position: relative;
        z-index: 10;
        padding: 3px 35px 3px 15px;
        border-radius: 18px;
        font-size: 13px;
        border: 1px solid var(--main-color);
        transition: background 0.3s ease;
    }

    .or-default:before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        top: 12px;
        left: 0;
        background: #e9e9e9;
    }

    .or-default p:after {
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 7px;
        right: 16px;
        border-top: 1px solid #737373;
        border-right: 1px solid #737373;
        transform: rotate(135deg);
    }

    .or-default.active p {
        background: var(--main-color);
        color: #fff;
    }

        .or-default.active p:after {
            transform: rotate(-45deg);
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            top: 11px;
            right: 15px;
        }

.buy-now-sale {
    background: var(--main-color);
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    cursor: pointer;
}

.promotion-countdown {
    display: flex;
    gap: 2.5px;
    align-items: center;
}

    .promotion-countdown span {
        background: rgba(255, 255, 255, 0.8);
        padding: 2.5px 5px;
        text-align: center;
        border-radius: 2.5px;
        line-height: 1;
    }

        .promotion-countdown span small {
            width: 26px;
            height: 19px;
            background: var(--main-color);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 14px;
            border-radius: 3px;
            overflow: hidden;
            margin-bottom: 3px;
        }

.order-promotion-cart {
    display: flex;
    flex-wrap: wrap;
}

    .order-promotion-cart span {
        font-size: 12px;
        display: flex;
        cursor: pointer;
        align-items: center;
        gap: 5px;
        width: 100px;
        justify-content: center;
        color: #fff;
        border-radius: 13px;
        position: relative;
        z-index: 10;
        margin-left: 10px;
    }

    .order-promotion-cart .km {
        background: var(--main-color);
    }

    .order-promotion-cart .qt {
        background: #2196f3;
    }

    .order-promotion-cart .detail-promotion {
        border-radius: 10px;
        border: 1px solid #eee;
        z-index: 9;
        position: relative;
        padding: 10px 10px 10px;
        margin: -8px 0 15px 0;
        width: 100%;
        overflow: initial;
    }

        .order-promotion-cart .detail-promotion > a {
            display: block;
            padding-left: 10px;
            font-size: 13px;
            text-transform: initial;
            color: var(--main-color);
            font-weight: 400;
        }

        .order-promotion-cart .detail-promotion ul,
        .order-promotion-cart .detail-promotion ol {
            padding-left: 15px;
            padding-top: 5px;
            margin-bottom: 5px;
            text-transform: initial;
            font-weight: 400;
            font-size: 14px;
        }

            .order-promotion-cart .detail-promotion ul li,
            .order-promotion-cart .detail-promotion ol li {
                font-size: 13px;
            }

    .order-promotion-cart .gift-promotion {
        border: 1px solid #f1f1f1;
        border-radius: 10px;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        margin-top: -8px;
        margin-bottom: 10px;
    }

        .order-promotion-cart .gift-promotion .flex-gift {
            display: flex;
            flex-wrap: wrap;
        }

        .order-promotion-cart .gift-promotion a {
            font-size: 12px;
            text-transform: initial;
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 5px;
            padding-top: 5px;
            display: flex;
            width: 100%;
            gap: 10px;
            align-items: start;
        }

            .order-promotion-cart .gift-promotion a:last-child {
                padding-bottom: 0;
                border-bottom: none;
            }

            .order-promotion-cart .gift-promotion a img {
                max-width: 50px;
                max-height: 50px;
            }

    .order-promotion-cart .detail-promotion,
    .order-promotion-cart .gift-promotion {
        display: none;
    }

    .order-promotion-cart > div:nth-of-type(1) {
        display: block;
    }

.note_detail {
    display: none;
    padding: 15px;
    border-radius: 5px;
    background: #f7f7f7;
    margin-bottom: 15px;
}

    .note_detail p {
        font-size: 13px;
        font-style: italic;
    }

        .note_detail p:last-child {
            margin-bottom: 0;
        }

.grecaptcha-badge {
    display: none !important;
}

.attact_products {
    margin-bottom: 15px;
}

    .attact_products .attact_card {
        display: flex;
        gap: 10px;
        padding-bottom: 10px;
    }

        .attact_products .attact_card .attact_amount {
            width: 100%;
            padding-top: 5px;
            margin-bottom: 0;
        }

        .attact_products .attact_card:last-child {
            padding-bottom: 0;
        }

        .attact_products .attact_card .attact_image {
            width: 80px;
            height: 80px;
            border: 1px solid #e6e6e6;
            display: block;
        }

            .attact_products .attact_card .attact_image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .attact_products .attact_card .attact_info {
            display: flex;
            flex-wrap: wrap;
            width: calc(100% - 90px);
        }

            .attact_products .attact_card .attact_info .attact_title {
                font-size: 13px;
                font-weight: 400;
                margin-bottom: 5px;
            }

                .attact_products .attact_card .attact_info .attact_title a:hover {
                    color: var(--main-color);
                }

                .attact_products .attact_card .attact_info .attact_title a {
                    color: #333;
                }

            .attact_products .attact_card .attact_info .attact_price {
                font-size: 13px;
                font-weight: 400;
                color: var(--main-color);
                width: 65%;
                margin: 0;
            }

            .attact_products .attact_card .attact_info .attact_price_old {
                color: #333;
                text-decoration: line-through;
                margin-left: 5px;
            }

            .attact_products .attact_card .attact_info .act_add {
                width: 35%;
                border: 1px solid #e6e6e6;
                text-align: center;
                font-size: 11px;
                height: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: 400;
                border-radius: 4px;
                cursor: pointer;
            }

                .attact_products .attact_card .attact_info .act_add:hover {
                    background: var(--main-color);
                    border: 1px solid var(--main-color);
                    color: #fff;
                }

.popup_advisor,
.popup_agent {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s linear;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

    .popup_advisor.active,
    .popup_agent.active {
        opacity: 1;
        pointer-events: all;
    }

    .popup_advisor::before,
    .popup_agent::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .popup_advisor.active::before,
    .popup_agent.active::before {
        display: block;
    }

    .popup_advisor .main-advisor,
    .popup_agent .main-agent {
        width: 450px;
        max-height: 85vh;
        overflow: auto;
        padding: 30px;
        background: #fff;
        border-radius: 5px;
        z-index: 1;
        position: relative;
        opacity: 0;
        transition: opacity 0.5s linear;
    }

        .popup_advisor .main-advisor .title-advisor,
        .popup_agent .main-agent .title-agent {
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-weight: 900;
            color: #000;
            line-height: 1;
            text-align: center;
        }

            .popup_advisor .main-advisor .title-advisor span,
            .popup_agent .main-agent .title-agent span {
                color: var(--main-color);
            }

    .popup_advisor.active .main-advisor,
    .popup_agent.active .main-agent {
        opacity: 1;
    }

    .popup_advisor .main-advisor .close_quick,
    .popup_agent .main-agent .close_quick {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

    .popup_advisor .main-advisor .input,
    .popup_advisor .main-advisor .area,
    .popup_agent .main-agent .input,
    .popup_agent .main-agent .area {
        margin-bottom: 15px;
    }

        .popup_agent .main-agent .input label.error {
            color: red;
            margin-bottom: 0;
        }

    .popup_advisor .main-advisor button,
    .popup_agent .main-agent button {
        width: 100%;
        background: var(--main-color);
        border: 1px solid var(--main-color);
        padding: 10px;
        text-transform: uppercase;
        color: #fff;
    }

        .popup_advisor .main-advisor button:hover,
        .popup_agent .main-agent button:hover {
            opacity: 0.5;
        }

    .popup_agent .main-agent textarea {
        height: 100px;
    }

    .popup_agent .main-agent .check_rules {
        align-items: start;
        padding-bottom: 15px;
        gap: 5px;
    }

        .popup_agent .main-agent .check_rules input {
            margin-top: 5px;
        }

.notification_cart {
    position: fixed;
    top: 60px;
    z-index: 999;
    right: 15px;
}

    .notification_cart p {
        line-height: 1.4;
        background: #4caf50;
        color: #fff;
        box-shadow: 0 0 10px -5px #fff;
        padding: 7.5px 10px;
        max-width: 320px;
        margin-bottom: 5px;
        border-radius: 5px;
        font-size: 12px;
    }

.type-notification .checkbox-inline input[type="checkbox"] {
    display: none;
}

.type-notification .checkbox-inline .checkmark {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    top: 2px;
}

.type-notification .checkbox-inline input:checked ~ .checkmark {
    border: 1px solid #1d80d3;
}

    .type-notification .checkbox-inline input:checked ~ .checkmark:before {
        content: "";
        position: absolute;
        top: 2.5px;
        left: 1.5px;
        width: 9px;
        height: 9px;
        background: #1d80d3;
        border-radius: 3px;
    }

.find_order {
    margin: 30px 0;
}

.copy-success {
    color: #4caf50;
    font-size: 14px;
    display: none;
    margin-top: 15px;
    text-align: center;
}

    .copy-success span {
        color: #333;
    }

.flex-item {
    width: 100%;
    display: flex;
    column-gap: 10px;
    row-gap: 5px;
    flex-wrap: wrap;
}

.fb_reset {
    height: 0 !important;
}

.hotline-agency {
    display: none;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .hotline-agency .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 2px dashed #cacaca;
        width: calc((100% - 10px) / 2);
        border-radius: 5px;
        padding: 10px;
        font-weight: 700;
        background: #f0f1f3;
    }

        .hotline-agency .item:first-child {
            width: 100%;
        }

        .hotline-agency .item a {
            font-size: 16px;
            font-weight: 900;
            color: var(--main-color);
        }

        .hotline-agency .item:nth-of-type(2) a {
            color: #2067b7;
        }

        .hotline-agency .item:nth-of-type(3) a {
            color: #fe6500;
        }

.hotline-agency-area {
    border: var(--main-boder);
    position: relative;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 15px 15px 10px;
}

    .hotline-agency-area > span {
        position: absolute;
        background: #fff;
        padding: 0 10px;
        text-transform: uppercase;
        font-weight: 900;
        color: var(--main-color);
        font-size: 15px;
        top: -10px;
        left: 5px;
    }

    .hotline-agency-area table {
        width: 100%;
    }

        .hotline-agency-area table tr td {
            padding: 2px 0;
            border: none;
        }

            .hotline-agency-area table tr td:first-child {
                position: relative;
                padding-left: 14px;
                font-size: 13px;
            }

                .hotline-agency-area table tr td:first-child:before {
                    content: "";
                    width: 5px;
                    height: 5px;
                    border-radius: 7px;
                    background: var(--main-color);
                    position: absolute;
                    top: 9px;
                    left: 0;
                }

            .hotline-agency-area table tr td:last-child {
                font-weight: 700;
                color: var(--main-color);
                text-align: right;
            }

            .hotline-agency-area table tr td a {
                color: #007bff;
            }

            .hotline-agency-area table tr td:last-child a {
                color: var(--main-color);
            }

.more-voucher {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 30px;
}

    .more-voucher .item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 4px 1px 12px -5px rgba(0, 0, 0, 0.2);
        border-radius: 5px 15px 15px 5px;
    }

        .more-voucher .item .img {
            width: 25%;
            background: var(--main-color);
            color: #fff;
            aspect-ratio: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            aspect-ratio: 142/120;
            border-radius: 5px 0 0 5px;
            position: relative;
            overflow: hidden;
            gap: 5px;
        }

    .more-voucher.suggestvoucher .item .img {
        width: 22%;
    }

    .more-voucher .item .img:before {
        content: "";
        position: absolute;
        left: -3px;
        top: 7px;
        width: 7px;
        height: 100%;
        border-left: 7px dotted #fff;
    }

    .more-voucher .item .img p {
        color: #fff;
        line-height: 1.4;
        padding: 0;
        margin: 0;
    }

    .more-voucher.suggestvoucher .item .img p {
        font-size: 11px;
    }

    .more-voucher .item .infor {
        width: 55%;
        padding: 15px;
    }

    .more-voucher.suggestvoucher .item .infor {
        padding: 10px 0;
    }

    .more-voucher .item .infor p {
        padding: 0;
        margin-bottom: 5px;
    }

        .more-voucher .item .infor p:first-child {
            font-size: 20px;
            font-weight: 900;
        }

    .more-voucher.suggestvoucher .item .infor p:first-child {
        font-size: 11px;
        font-weight: 900;
    }

    .more-voucher .item .infor p:last-child {
        color: #666;
        font-size: 16px;
    }

    .more-voucher.suggestvoucher .item .infor p:last-child {
        font-size: 11px;
    }

    .more-voucher .item .infor .code {
        font-weight: 600;
    }

    .more-voucher .item .save-action {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-right: 15px;
        width: 20%;
        gap: 10px;
    }

    .more-voucher.suggestvoucher .item .save-action {
        padding-right: 0;
    }

    .more-voucher .item .save-action .save {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        background: var(--main-color);
        border-radius: 5px;
        padding: 2.5px 20px;
        text-align: center;
        cursor: pointer;
    }

        .more-voucher .item .save-action .save.saved {
            opacity: 0.5;
            pointer-events: none;
            cursor: not-allowed;
        }

    .more-voucher .item .save-action .infor-voucher {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        border-radius: 5px;
        padding: 2.5px 20px;
        text-align: center;
        cursor: pointer;
    }

    .more-voucher.suggestvoucher .item .save-action .infor-voucher {
        font-size: 11px;
        padding: 2.5px 5px;
    }

.suggestvoucher {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 245px;
    overflow-y: auto;
    margin-bottom: 15px;
}

    .suggestvoucher .item {
        border-radius: 5px;
        padding: 5px 10px;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        align-items: center;
    }

        .suggestvoucher .item.disabled {
            opacity: 0.5;
            pointer-events: none;
            cursor: not-allowed;
        }

        .suggestvoucher .item .apply-code {
            background: var(--main-color);
            color: #fff;
            font-size: 11px;
            border-radius: 5px;
            padding: 2.5px 5px;
            text-align: center;
            cursor: pointer;
        }

.grid-group-product {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

    .grid-group-product .item_group {
        width: calc((100% - 60px) / 4);
        border: var(--main-boder);
        border-radius: 15px;
    }

        .grid-group-product .item_group .img {
            aspect-ratio: 11/10;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f0f3f8;
            overflow: hidden;
            border-radius: 15px 15px 0 0;
        }

            .grid-group-product .item_group .img a {
                display: block;
                position: relative;
            }

                .grid-group-product .item_group .img a .sold-out {
                    width: 80px;
                    height: 80px;
                    position: absolute;
                    top: 50%;
                    z-index: 9;
                    left: 50%;
                    background: rgba(0, 0, 0, 0.3);
                    color: #fff;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    transform: translate(-50%, -50%);
                    border: 1px solid rgb(129 129 129 / 30%);
                }

            .grid-group-product .item_group .img img {
                width: initial;
                height: initial;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

        .grid-group-product .item_group .desc {
            padding: 10px 10px 15px 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .grid-group-product .item_group .desc h3 {
                line-height: 1;
                margin-bottom: 15px;
            }

                .grid-group-product .item_group .desc h3 a {
                    font-size: 14px;
                    color: var(--black-color);
                    min-height: 37px;
                    line-height: 1.4;
                    overflow: hidden;
                    word-wrap: break-word;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    text-align: center;
                    -webkit-line-clamp: 2;
                }

                    .grid-group-product .item_group .desc h3 a:hover {
                        color: #ff2f21;
                    }

            .grid-group-product .item_group .desc .price {
                text-align: center;
                margin-bottom: 15px;
                display: flex;
                justify-content: center;
                align-items: end;
                gap: 5px;
            }

                .grid-group-product .item_group .desc .price strong {
                    font-weight: 900;
                    width: 100%;
                    font-size: 20px;
                    color: #ff2f21;
                    line-height: 1;
                    text-align: center;
                    white-space: nowrap;
                }

                    .grid-group-product .item_group .desc .price strong.prPrice {
                        font-weight: 500;
                        font-size: 14px;
                        color: var(--black-color);
                        text-decoration: line-through;
                    }

            .grid-group-product .item_group .desc .click-add {
                line-height: 1;
                font-size: 13px;
                border: 1px solid #ff2f21;
                background: #ff2f21;
                text-align: center;
                border-radius: 15px;
                transition: background 0.5s linear, border 0.5s linear;
                cursor: pointer;
                padding: 12px 20px;
                position: relative;
                margin-top: 15px;
                color: #fff;
                display: none;
            }

                .grid-group-product .item_group .desc .click-add.active {
                    display: block;
                }

                .grid-group-product .item_group .desc .click-add.disabled {
                    cursor: not-allowed;
                    opacity: 0;
                    pointer-events: none;
                }

.attr-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .attr-group .item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

        .attr-group .item p {
            width: 100%;
            margin-bottom: 0;
        }

        .attr-group .item span {
            border: 1px solid #ff2f21;
            color: #ff2f21;
            border-radius: 15px;
            padding: 2.5px 10px;
            cursor: pointer;
        }

            .attr-group .item span.active {
                background: #ff2f21;
                color: #fff;
            }

            .attr-group .item span.disabled {
                border-color: #c3c3c3;
                color: #c3c3c3;
                background: transparent;
                cursor: not-allowed;
            }

.default-order .attr-group {
    flex-direction: row;
    align-items: start;
    padding-bottom: 20px;
    border-bottom: var(--main-boder);
    margin-bottom: 20px;
}

    .default-order .attr-group .item {
        width: 50%;
        justify-content: start;
    }

        .default-order .attr-group .item .child-attr {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

.popup-inforvoucher {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s linear;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

    .popup-inforvoucher:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .popup-inforvoucher.active {
        opacity: 1;
        pointer-events: all;
    }

        .popup-inforvoucher.active:before {
            display: block;
        }

    .popup-inforvoucher .main-inforvoucher {
        width: 450px;
        max-height: 85vh;
        overflow: auto;
        background: #fff;
        border-radius: 5px;
        z-index: 1;
        position: relative;
        opacity: 0;
        transition: opacity 0.5s linear;
    }

    .popup-inforvoucher.active .main-inforvoucher {
        opacity: 1;
    }

    .popup-inforvoucher .main-inforvoucher .close_voucher {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }

    .popup-inforvoucher .main-inforvoucher p {
        margin-bottom: 10px;
        color: #333;
    }

    .popup-inforvoucher .main-inforvoucher .desc {
        padding: 20px;
        border-bottom: var(--main-boder);
    }

    .popup-inforvoucher .main-inforvoucher .detait-content {
        padding: 20px;
    }

        .popup-inforvoucher .main-inforvoucher .detait-content p {
            padding: 0;
        }

    .popup-inforvoucher .main-inforvoucher p {
        padding: 0px;
    }

        .popup-inforvoucher .main-inforvoucher p:last-child {
            margin-bottom: 0;
        }

    .popup-inforvoucher .main-inforvoucher .desc p:first-child {
        font-size: 20px;
        font-weight: 900;
        color: var(--main-color);
    }

.close_voucher:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
    left: 5px;
}

.close_voucher:after {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
}

.overfilter {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

    .overfilter.active {
        opacity: 1;
        pointer-events: all;
        z-index: 4;
    }

.all-attributefilter {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    max-width: 600px;
    min-width: 382px;
    left: 0;
    position: absolute;
    padding: 10px 10px 0 10px;
    top: 60px;
    width: max-content;
    white-space: normal;
    z-index: 10;
}

    .all-attributefilter .arrow-filter {
        width: 27px;
        height: 14px;
        top: 30px;
        left: 25px;
        position: absolute;
        overflow: hidden;
    }

    .all-attributefilter.active .arrow-filter {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        transform: rotate(45deg);
        top: -6px;
        left: 27px;
        box-shadow: -2px -2px 5px -4px;
    }

    .all-attributefilter.active {
        padding: 0;
        width: 1000px;
        max-width: 1000px;
        max-height: 100vh;
        display: block;
    }

.main-attrfilter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0 10px;
}

.all-attributefilter.active .main-attrfilter {
    overflow-y: auto;
    max-height: 70vh;
}

.main-attrfilter .flex-attrfilter {
    display: flex;
    flex-wrap: wrap;
    max-height: 80vh;
    width: 100%;
}

    .main-attrfilter .flex-attrfilter .item-attrfilter {
        padding: 10px 20px;
        width: calc(100% / 3);
    }

        .main-attrfilter .flex-attrfilter .item-attrfilter h3 {
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            margin-bottom: 15px;
        }

        .main-attrfilter .flex-attrfilter .item-attrfilter:first-child {
            width: 100%;
            border-bottom: var(--main-boder);
        }

.close-attributefilter {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border: var(--main-boder);
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    padding: 6px 10px;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
}

    .close-attributefilter svg {
        fill: #8f8f8f;
    }

.sub-filter-all ul {
    padding-left: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: start;
}

    .sub-filter-all ul li {
        margin: 0 !important;
    }

        .sub-filter-all ul li label,
        .sub-filter-all ul li a {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            position: relative;
            border: var(--main-boder);
            border-radius: 4px;
            cursor: pointer;
            margin: 0;
            padding: 6px 10px;
            white-space: nowrap;
            display: flex;
            gap: 10px;
            align-items: center;
            margin-top: 0 !important;
        }

            .sub-filter-all ul li label .ic,
            .sub-filter-all ul li a .ic {
                aspect-ratio: 50 / 32;
                width: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .sub-filter-all ul li label .ic img,
                .sub-filter-all ul li a .ic img {
                    height: 32px;
                    width: initial;
                }

            .sub-filter-all ul li label span {
                display: none;
            }

            .sub-filter-all ul li label .logo {
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                aspect-ratio: 100 / 30;
                max-width: 80px;
            }

                .sub-filter-all ul li label .logo img {
                    width: initial;
                    height: initial;
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: contain;
                    display: block;
                }

        .sub-filter-all ul li.hided {
            display: none;
        }

        .sub-filter-all ul li input {
            display: none;
        }

            .sub-filter-all ul li input:checked ~ label {
                color: var(--main-color);
                border-color: var(--main-color);
            }

.attr-selected.hide {
    display: none;
}

.attr-selected {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0 20px;
    gap: 10px;
    align-items: center;
}

    .attr-selected > span {
        font-weight: bold;
    }

    .attr-selected .chooosed {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .attr-selected .chooosed .wrbl-txt {
            font-size: 14px;
            font-weight: 400;
            color: #333;
            line-height: 1.5;
            position: relative;
            border: 1px solid #666;
            border-radius: 4px;
            cursor: pointer;
            margin: 0;
            padding: 6px 10px;
            white-space: nowrap;
            display: flex;
            gap: 10px;
            align-items: center;
        }

.footer-attributefilter,
.footer-sub-filter {
    border-top: var(--main-boder);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.05);
}

.footer-sub-filter {
    box-shadow: none;
    padding: 10px 10px 0 10px;
    border-top: none;
}

    .footer-attributefilter.hide, .footer-sub-filter.hide {
        display: none;
    }

.result-filter {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 5px;
    padding: 10px 0;
    text-align: center;
    width: 170px;
    position: relative;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
}

.clear-filter {
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0 5px;
    padding: 10px 0;
    text-align: center;
    width: 170px;
    position: relative;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    cursor: pointer;
}

.removeall-choosed {
    color: var(--main-color);
}

.group-module-product {
    padding: 40px 0;
}

.title-group-module p {
    color: var(--main-color);
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 40px;
}

.slide-cefi {
    background: #fff;
}

    .slide-cefi .item-cefi {
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 20px;
    }

@media (max-width: 767px) {
    .slide-cefi .item-cefi {
        flex-direction: column-reverse;
    }
}

.slide-cefi .item-cefi > * {
    width: 50%;
}

@media (max-width: 767px) {
    .slide-cefi .item-cefi > * {
        width: 100%;
    }
}

.slide-cefi .item-cefi .left {
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative;
}

    .slide-cefi .item-cefi .left:before {
        content: "";
        height: 65%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: #efefef;
    }

    .slide-cefi .item-cefi .left:after {
        content: "";
        height: 35%;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgb(231, 231, 231);
        background: linear-gradient(0deg, rgb(231, 231, 231) 0%, rgb(195, 195, 195) 100%);
    }

    .slide-cefi .item-cefi .left img {
        position: relative;
        z-index: 2;
        width: initial;
        height: initial;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.slide-cefi .item-cefi .right {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .slide-cefi .item-cefi .right {
        padding: 0 0 15px 0;
    }
}

.slide-cefi .item-cefi .right h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .slide-cefi .item-cefi .right h3 {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 600;
    }
}

.slide-cefi .item-cefi .right h3 img {
    width: initial;
}

.slide-cefi .item-cefi .right .desc p {
    text-align: justify;
    line-height: 1.3;
    font-size: 15px;
}

@media (max-width: 767px) {
    .slide-cefi .item-cefi .right .desc p {
        font-size: 14px;
    }
}

.slide-cefi {
    position: relative;
    width: 100%;
}

    .slide-cefi .action-cefi > * {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 40px;
        height: 40px;
        border-radius: 40px;
        box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
        z-index: 1;
        background: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .slide-cefi .action-cefi > *:before {
            content: "";
            width: 15px;
            height: 15px;
            border: 1px solid #8f8f8f;
            transform: rotate(45deg);
        }

    .slide-cefi .action-cefi .prev {
        left: -20px;
    }

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .slide-cefi .action-cefi .prev {
        left: 0;
    }
}

.slide-cefi .action-cefi .prev:before {
    border-top: 0;
    border-right: none;
    margin-left: 10px;
}

.slide-cefi .action-cefi .next {
    right: -20px;
}

@media (max-width: 767px) {
    .slide-cefi .action-cefi .next {
        right: 0;
    }
}

.slide-cefi .action-cefi .next:before {
    border-bottom: 0;
    border-left: none;
    margin-right: 10px;
}

.PhotoRealistic {
    display: none;
}
