@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

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

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes pulse-animation {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0
    }

    10% {
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1
    }

    100% {
        transform: scale3d(1.6, 1.6, 1.6);
        opacity: 0
    }
}

@keyframes border-animation {
    0% {
        transform: scale3d(0.6, 0.6, 0.6);
        opacity: 0
    }

    20% {
        transform: scale3d(1.2, 1.2, 1.2);
        opacity: 1
    }

    100% {
        transform: scale3d(1.4, 1.4, 1.4);
        opacity: 0
    }
}

@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot?#iefix') format('embedded-opentype'), url('../fonts/UTMHelvetIns.woff2') format('woff2'), url('../fonts/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFUHelvetica';
    src: url('../fonts/SFUHelvetica.eot');
    src: url('../fonts/SFUHelvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/SFUHelvetica.woff2') format('woff2'), url('../fonts/SFUHelvetica.woff') format('woff'), url('../fonts/SFUHelvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Bold.woff2') format('woff2'), url('../fonts/SFProDisplay-Bold.woff') format('woff'), url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Light.eot');
    src: url('../fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Light.woff2') format('woff2'), url('../fonts/SFProDisplay-Light.woff') format('woff'), url('../fonts/SFProDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Black.eot');
    src: url('../fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Black.woff2') format('woff2'), url('../fonts/SFProDisplay-Black.woff') format('woff'), url('../fonts/SFProDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Regular.woff2') format('woff2'), url('../fonts/SFProDisplay-Regular.woff') format('woff'), url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Semibold.eot');
    src: url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'), url('../fonts/SFProDisplay-Semibold.woff') format('woff'), url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Medium.woff2') format('woff2'), url('../fonts/SFProDisplay-Medium.woff') format('woff'), url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProDisplay-Heavy';
    src: url('../fonts/SFProDisplay-Heavy.eot');
    src: url('../fonts/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'), url('../fonts/SFProDisplay-Heavy.woff') format('woff'), url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

:root {
    --chudao: #fe4808;
    --font--UTMHelvetIns: 'UTMHelvetIns';
    --font--SFUHelvetica: 'SFUHelvetica';
    --font--SFProDisplay: 'SFProDisplay';
    --color-main: #FF4203;
    --color-social: #2557ae;
    --color-hover: #FF4203;
    --color-text: #2557ae;
    --menu-border: rgb(255 255 255 / 20%);
    --menu-color: #fff
}

body {
    font-size: 14px;
    font-family: 'SFProDisplay' !important;
    min-width: 1349px
}

.appNativeMemberMenuBtn.custom path {
    fill: #ff5615;
}

.max-width {
    max-width: 1300px;
    margin: 0px auto
}

.wrap-content {
    margin: auto;
    max-width: 1300px
}

.container-custom {
    padding: 0px 10px;
    margin: 0px auto
}

.btn-confirm-zalo {
    display: inline-grid;
    grid-template-columns: 32px 1fr;
    gap: .5rem;
    justify-content: flex-end;
    align-items: center;
    border-radius: 2rem;
    width: auto;
    background-color: #0068ff !important;
    border-color: #0068ff !important;
}

img {
    max-width: 100%
}

* {
    box-sizing: border-box
}

.right_info .input-cart-grid_label > b {
    display: block;
}

.qTable {
    text-align: left;
}

.mTable {
    display: grid;
    grid-template-columns: 55% 25% 20%;
    gap: 0px;
}

.appNativeOrderDetailInfoCartTableBody {
    margin-top: 10px;
}

.appNativeOrderDetailInfoCartTableBodyLine.mTable {
    margin-bottom: 10px;
}

.appNativeOrderDetailInfoCartTableFooter.mTable {
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
}

.appNativeOrderDetailInfoCartTableFooter.mTable {
    text-align: right;
    display: block;
    padding: 10px 0px;
}

.appNativeOrderDetailInfoCartTableFooter.mTable p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    text-align: right;
    color: #282828;
}

.appNativeOrderDetailInfoCartTableFooter.mTable b {
    font-weight: 700;
    font-size: 14px;
    color: #2553ef;
}

.mTable>p,
.mTable>div {
    min-width: 100%;
    width: 100%;
}

.tTable {
    text-align: right;
}

.imgTable.clearfix {
    display: block;
    padding-right: 7px;
}

.imgTable.clearfix img {
    width: 50px;
    float: left;
    margin-right: 7px;
}

.imgTable.clearfix a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #4d4d4d;
    display: block;
}

.imgTable.clearfix span {
    display: block;
    margin-top: 3px;
}

.appNativeOrderDetailInfoCartTableHead.mTable {
    padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
}

.appNativeOrderDetailInfoCartTableHead.mTable p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #282828;
}

.appNativeOrderDetailInfoCartTableHead.mTable p:last-child {
    text-align: right;
}

.appNativeOrderDetailInfoCartTable {
    border-radius: 10px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0 10px;
}

.appNativeOrderDetailInfoCart {
    background: #f2f2f2;
    padding: 10px;
    margin: 0 -10px;
}

.hs-usname .text-danger {
    color: var(--chudao) !important;
}

.appNativeOrderDetailInfoHistory {
    padding: 10px;
    background: #f2f2f2;
    margin: 0 -10px;
}

.appNativeOrderDetailInfoOrders {
    display: block;
    padding-top: 1rem;
    border-top: 1px solid #d9d9d9;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.appNativeOrderDetailInfoOrders .btnZaloRequest {
    display: block;
    text-align: center;
    width: 100%;
}

.appNativeOrderDetailInfoOrders .text-dander {
    color: var(--chudao) !important;
}

.appNativeOrderDetailInfoOrders ul {
    padding: 0;
    margin: 0;
}

.appNativeOrderDetailInfoOrders ul li {
    display: grid;
    grid-template-columns: 1fr 30%;
}

.appNativeOrderDetailInfoOrders ul li p {
    margin-bottom: 10px;
    min-height: 21px;
}

.appNativeOrderDetailInfoOrders ul li p.text-danger {
    color: var(--chudao) !important;
    font-weight: bold !important;
}

.appNativeOrderDetailInfoOrders ul li p:last-child {
    text-align: right;
}

.appNativeOrderDetailInfoCustomer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.appNativeOrderDetailInfoCustomer ul li {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: flex-start;
}

.appNativeOrderDetailInfoCustomer ul li p {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    color: #282828;
    margin-bottom: 10px;
}

.appNativeOrderDetailInfoCustomer ul li p:last-child {
    font-weight: 400;
    text-align: right;
}

.appNativeOrderDetailInfoCustomer {
    display: block;
}

.appNativeOrderDetailInfoCustomer h2,
.appNativeOrderDetailInfoHistory h2,
.appNativeOrderDetailInfoCart h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #282828;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.appNativeOrderDetailInfoCustomer i,
.appNativeOrderDetailInfoHistory i,
.appNativeOrderDetailInfoCart i {
    color: #FFF;
    background: var(--chudao);
    font-size: 10px;
    padding: 5px;
    border-radius: 50%;
}

.appNativeOrderDetailInfo {
    display: block;
    background: #FFF;
}

.appNativeOrderDetail {
    padding: 10px;
    margin: 0 -10px;
    background: #FFF;
}

.appNavtiveMemberOrders {
    background: #f2f2f2;
    padding: 10px;
    margin: 0 -10px;
    padding-bottom: 0;
}

.appNavtiveMemberOrdersBody {
    margin-bottom: 1rem;
}

.appNavtiveMemberOrdersBodyITEM_Tool {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.appNavtiveMemberOrdersBodyITEM_Tool a.requestPayment {
    background: var(--chudao);
    color: #FFF;
}

.appNavtiveMemberOrdersBodyITEM_Tool a {
    border: 1px solid var(--chudao);
    border-radius: 6px;
    padding: 13px 15px 12px;
    width: 100%;
    height: auto;
    background: #fff;
    line-height: 1;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--chudao);
    display: block;
}

.appNavtiveMemberOrdersBodyITEM_Total {
    display: block;
}

.appNavtiveMemberOrdersBodyITEM_Total p b {
    color: var(--chudao);
    font-weight: 600;
}

.appNavtiveMemberOrdersBodyITEM_Total p {
    margin-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #282828;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appNavtiveMemberOrdersBodyITEM_Sum {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 10px;
}

.appNavtiveMemberOrdersBodyITEM_Sum p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #989898;
}

.appNavtiveMemberOrdersBodyITEM_Heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.appNavtiveMemberOrdersBodyITEM_Heading h2 {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #282828;
}

.appNavtiveMemberOrdersBodyITEM_Heading span {
    border: 1px solid var(--chudao);
    border-radius: 15px;
    padding: 13px 15px 12px;
    width: auto;
    height: auto;
    background: #fff3ef;
    line-height: 0.1;
}

.appNavtiveMemberOrdersBodyITEM {
    border-radius: 10px;
    display: block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
    margin-bottom: 1rem;
}

.appNavtiveMemberOrdersHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.appNavtiveMemberOrdersHeading a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    text-align: right;
    color: var(--chudao);
}

.appNavtiveMemberOrdersHeading h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #282828;
    margin: 0;
}

.appNativeMemberCarouselBox {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.appNativeMemberCarouselBox a {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 13px 15px 12px;
    width: auto;
    height: auto;
    background: #fff;
    line-height: 1;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #282828;
}

.appNativeMemberCarouselBox a:nth-child(1) {
    background: var(--chudao);
    color: #FFF;
    border-color: var(--chudao);
}

section.appNativeMemberCarouselItem {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.appNativeMemberTab {
    margin: 10px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.appNativeMemberTab a:nth-child(2) i {
    background: #0082d9;
}

.appNativeMemberTab a:nth-child(3) i {
    background: #0bf;
}

.appNativeMemberTab a:nth-child(4) i {
    background: #0c9554;
}

.appNativeMemberTab a:nth-child(6) i {
    background: #6143d8;
}

.appNativeMemberTab a:nth-child(7) i {
    background: #fa0caa;
}

.appNativeMemberTab a:nth-child(5) i {
    background: #f49906;
}

.appNativeMemberTab a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #4d4d4d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.appNativeMemberTab a i {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    background: #f43933;
    color: #FFF;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appNativeMemberCarousel {
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0px;
}

.appNativeMemberRequestBody {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 8px;
}

.appNativeMemberRequestBody a {
    border-radius: 20px;
    padding: 7px 16px;
    width: auto;
    height: auto;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(239,68,68,.25);
    transition: all .3s;
    white-space: nowrap;
    flex-shrink: 0;
    letter-spacing: .2px;
}

.appNativeMemberRequestBody a:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    box-shadow: 0 6px 20px rgba(239,68,68,.4);
    transform: translateY(-1px) scale(1.03);
}

.appNativeMemberRequestBody p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #6b7280;
    min-width: 0;
}

.appNativeMemberRequestBody p strong {
    display: block;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    color: #dc2626;
}

.appNativeMemberRequest {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    border: 1px solid #fecaca;
    border-left: 4px solid #ef4444;
    border-radius: 12px;
    width: 100%;
    height: auto;
    padding: 12px 14px;
    box-shadow: 0 2px 8px rgba(239,68,68,.06), 0 0 0 0 rgba(239,68,68,0);
    animation: pr-float 3.5s ease-in-out infinite;
    transition: box-shadow .35s, transform .35s, border-color .35s;
    position: relative;
    overflow: hidden;
}

.appNativeMemberRequest::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 100% 0%, rgba(239,68,68,.04) 0%, transparent 60%);
    pointer-events: none;
}

.appNativeMemberRequest:hover {
    box-shadow: 0 8px 28px rgba(239,68,68,.12), 0 0 0 4px rgba(239,68,68,.06);
    transform: translateY(-2px);
    border-color: #fca5a5;
}

.appNativeMemberRequest .payment-request-item__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ef4444;
    box-shadow: 0 2px 6px rgba(239,68,68,.1);
    animation: pr-pulse 2.4s ease-in-out infinite;
}

.appNativeMemberRequest .payment-request-item__label {
    font-weight: 700;
    color: #dc2626;
    font-size: 10px;
    background: #fef2f2;
    padding: 2px 8px;
    border-radius: 6px;
    white-space: nowrap;
    letter-spacing: .2px;
}

.appNativeMemberRequest .payment-request-item__code {
    font-size: 11px;
    color: #6b7280;
    white-space: nowrap;
    font-weight: 500;
}

.appNativeMemberCopyright {
    text-align: center;
    display: block;
    width: 100%;
}

.appNativeMemberCopyright a {
    display: flex;
    border: 1px solid var(--chudao);
    border-radius: 10px;
    padding: 13px 15px 12px;
    width: 100%;
    height: 40px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--chudao);
    margin-bottom: 10px;
}

.appNativeMemberCopyright a:nth-child(1) {
    background: var(--chudao);
    color: #FFF;
}

.appNativeMemberCopyright p {
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 146%;
    text-align: center;
    color: #5d5d5d;
    margin: 0;
}

.appNativeMemberBody {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

.appNativeMemberFooter {
    height: 51px;
    background: var(--chudao);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9;
}

.appNativeMemberFooter ul li:nth-child(3) a {
    width: 44px;
    height: 44px;
    border: 1px solid var(--chudao);
    background: #FFF;
    color: var(--chudao);
    font-size: 20px;
    line-height: 0;
    border-radius: 50%;
    position: relative;
    margin: auto;
    margin-top: -20px;
    z-index: 2;
}

.appNativeMemberFooter ul li:nth-child(3) a i {
    font-size: inherit;
    margin: 0;
}

.appNativeMemberFooter ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 131%;
    letter-spacing: -0.02em;
    color: #fff;
}

.appNativeMemberFooter ul li a i {
    font-size: 16px;
    margin-bottom: 4px;
}

.appNativeMemberFooter ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    height: 100%;
}

.appNativeMemberFooter ul li {
    list-style: none;
    width: calc(100% / 5);
}

.gallery_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.contact_detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.contact_detail a:nth-child(1):hover {
    background: #1c4c39;
}

.contact_detail a {
    background: #2196f3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #FFF;
    padding: .75rem 1rem;
    border-radius: .25rem;
}

.contact_detail a:nth-child(1) {
    background: #4cd964;
}

.contact_detail a:nth-child(2) i {
    background: url(../images/zl.png);
    background-size: contain;
}

.contact_detail a:hover {
    background: #0043a6;
}

.contact_detail a i {
    font-size: 1.2rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#row_add_shiporder_item {
    margin: auto;
}

#row_add_shiporder_item .form-group {
    margin-bottom: 1rem;
}

.boxSearchItem {
    border: 1px solid #ced4da;
    margin-left: -1px;
    margin-bottom: -1px;
    width: calc(100% / 6 - 1px);
    padding: 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.boxSearchItem a {
    font-weight: bold;
    color: #333;
}

.boxSearchItem section {
    line-height: 1.2;
}

.boxSearchItem ul {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #FFF;
    border: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: none;
}

.boxSearchItem ul li:hover>ul {
    display: block;
}

.boxSearchItem:hover>ul {
    display: block;
}

.boxSearchItem ul li {
    display: block;
    position: relative;
}

.boxSearchItem ul li a {
    padding: .5rem;
    border-bottom: 1px solid #ced4da;
}

.boxSearchItem ul li ul {
    top: 0;
    left: 100%;
}

.boxSearchItem ul li:hover>a {
    color: #ff4203 !important;
}

.boxSearchItem section {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: .5rem;
}

.boxSearchItem a {
    display: flex;
    align-items: center;
}

.boxSearch {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.select_group_chanel_current {
    padding: .5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.select_group_chanel_current .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.select_group_chanel_current img {
    height: 32px;
    display: block;
    margin: auto;
}

.inputtext_group {
    display: grid;
    grid-template-columns: 1fr 4vw;
}

.inputtext_group button {
    background: #ebebeb;
    font-size: 1rem;
}

.inputtext_group input {
    min-width: 100%;
    width: 100%;
}

.taobao_search_group {
    max-width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: 150px 1fr;
    border: 1px solid #ced4da;
    position: relative;
    z-index: 1;
}

.taobao_search_group .form-control {
    border: 0;
    border-radius: 0;
}

.taobao_search_group .select_group {
    min-width: 100%;
    width: 100%;
    border-right: 1px solid #ced4da;
    position: relative;
    z-index: 0;
}

.select_group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    z-index: 1;
    background: #FFF;
    border: 1px solid #ced4da;
    display: none;
}

.select_group ul li {
    list-style: none;
    padding: 0.5rem;
    border-bottom: 1px solid #ced4da;
    cursor: pointer;
    margin-bottom: -1px;
}

.select_group ul li img {
    height: 32px;
    width: auto;
    margin: auto;
    display: block;
}

.list_sum_order {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: #ebebeb;
}

.list_sum_order p {
    margin: 0;
}

.search_donhang_tag_status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
    padding: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #edf0f5;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
}

.search_donhang_tag_status a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: .55rem 1rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.search_donhang_tag_status a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, var(--chudao, #ff4203), #ff8a3d);
    opacity: 0;
    transition: opacity .22s ease;
}

.search_donhang_tag_status a:hover {
    color: var(--chudao, #ff4203);
    border-color: rgba(255, 66, 3, .32);
    box-shadow: 0 10px 22px rgba(255, 66, 3, .14);
    transform: translateY(-2px);
}

.search_donhang_tag_status a.active {
    color: #fff;
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(255, 66, 3, .28);
    transform: translateY(-1px);
}

.search_donhang_tag_status a.active::before {
    opacity: 1;
}

.search_donhang_tag_status a.active::after {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -2;
    border-radius: inherit;
    background: linear-gradient(135deg, var(--chudao, #ff4203), #ff8a3d);
    opacity: .22;
    animation: searchStatusPulse 1.8s ease-in-out infinite;
}

.search_donhang_tag_status a:active {
    transform: scale(.97);
}

@keyframes searchStatusPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .16;
    }

    50% {
        transform: scale(1.06);
        opacity: .3;
    }
}

.donhang_input {
    border: 1px solid #ced4da;
    display: grid;
    grid-template-columns: 12% 1fr;
    align-items: center;
    border-radius: .25rem;
}

.donhang_input span {
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-right: 1px solid #ced4da;
}

.donhang_input .form-control {
    border: 0;
}

.search_donhang .form-control {
    font-size: 14px;
    min-width: 100%;
    width: 100%;
}

.search_donhang {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 1rem;
    align-items: flex-start;
}

.search_donhang .btn {
    font-size: 14px;
}

.timeline-container_new {
    border: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    padding: 0 10px;
}

.history_title_chart {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.timeline-container_new .timeline-container_new--position {
    position: relative;
    margin-left: 14px;
    word-break: break-all;
}

.timeline-container_new .timeline-container_new--position .timeline-event-contentnew__icon {
    position: absolute;
    top: 21px;
    left: -14px;
    z-index: 2;
}

.timeline-container_new .timeline-container_new--position .timeline-event-contentnew__icon .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--chudao);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.timeline-event-contentnew__icon .icon {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.timeline-container_new .timeline-item-new--border--padding {
    border-left: 3px solid #ebeef0;
    padding: 15px 15px 15px 0;
}

.timeline-container_new .timeline-container_new--position .timeline-new__infomation {
    margin-left: 30px;
}

.timeline-container_new .timeline-container_new--position .timeline-new__infomation .timeline-new__infomation__name {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
}

.timeline-container_new .timeline-container_new--position .timeline-new__infomation .timeline-new__infomation__time {
    color: var(--chudao) !important;
    font-size: 14px;
    font-weight: 400;
}

.timeline-container_new .timeline-container_new--position .timeline-new__infomation .timeline-new__infomation__message {
    margin-top: 5px;
}

ul.info_nguoi_mua {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
}

ul.info_nguoi_mua li p {
    margin: 0;
}

ul.info_nguoi_mua li {
    list-style: none;
    display: grid;
    grid-template-columns: 54% 1fr;
    align-items: flex-start;
}

.box-body-content .table tr th {
    white-space: nowrap;
}

.input-cart-grid_content {
    min-width: 100%;
    width: 100%;
}

.input-cart-grid_content .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.input-cart-grid_content .input-cart {
    margin: 0;
}

.input-cart-grid_label {
    min-width: 100%;
    width: 100%;
}

.input-cart-grid {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.input-cart-grid span.text-muted {
    font-size: 13px;
    font-weight: 400;
}

.box-body-content {
    border: 1px solid #dadada !important;
    padding: 10px;
    margin-top: -1px;
    margin-bottom: 1rem;
}

.box-body-content .input-cart {
    margin: 0;
}

.box-header {
    display: flex;
    border: 1px solid #dadada !important;
    background: #fafafa;
    padding: 10px;
    align-items: center;
    gap: 1rem;
}

.box-header i {
    font-size: 1.2rem;
}

.box-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.itemStep {
    padding: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.itemStep.sent span {
    background: #39b54a;
    color: transparent;
}

.itemStep.sent span:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemStep.sent {
    color: #39b54a;
}

.itemStep.active span {
    background: #ff4203;
}

.itemStep.active {
    color: #FFF;
    background: #777;
}

.itemStep span {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    background: #777;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    position: relative;
    z-index: 0;
}

.stepCart {
    border-top: 2px solid red;
    border-bottom: 1px solid #ddd;
    background: #ebebeb;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}

.checkTinhToanPhiThem {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.checkTinhToanPhiThem label {
    margin: 0;
}

.checkTinhToanPhiThem label input {
    margin-right: .5rem;
}

.text-moron {
    color: #d81b60 !important;
}

.table-cart .form-control {
    font-size: 14px;
}

.group-act-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.group-act-btn .btn-info {
    background-color: #d81b60 !important;
    border-color: #d81b60 !important;
    border-radius: 0 .25rem .25rem 0;
    color: #FFF;
}

.group-act-btn .btn {
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 3px;
    white-space: nowrap;
    line-height: 1.1;
    box-shadow: none !important;
    justify-content: center;
}

.group-act-btn .btn-success {
    background: #337ab7;
    border-color: #337ab7;
    border-radius: .25rem 0 0 .25rem;
}

.group-act-btn .btn-danger {
    background: #ff851b !important;
    border-color: #ff851b !important;
}

tbody.table-custom td {
    border: 0;
}

.whitespace-nowrap {
    white-space: nowrap;
}

#ext-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000000;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.ext-toast {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #1e293b;
    padding: 14px 20px;
    border-radius: 12px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    box-shadow: 0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 280px;
    max-width: 420px;
    border: 1px solid rgba(0,0,0,.06);
    animation: extToastIn .5s cubic-bezier(.22,.61,.36,1);
    pointer-events: auto;
    letter-spacing: .2px;
}
.ext-toast::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    border-radius: 4px 0 0 4px;
}
.ext-toast::after {
    content: '';
    position: absolute;
    bottom: 0; left: 4px; right: 0;
    height: 3px;
    border-radius: 0 0 12px 0;
    animation: extToastBar 3s linear forwards;
}

.ext-toast-icon {
    flex-shrink: 0;
    width: 28px; height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.ext-toast-body {
    flex: 1; min-width: 0; line-height: 1.4;
}
.ext-toast-body strong {
    display: block;
    font-size: 12px; font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 2px;
}
.ext-toast-close {
    flex-shrink: 0;
    width: 22px; height: 22px;
    border-radius: 6px; border: none;
    background: rgba(0,0,0,.05); color: #94a3b8;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    transition: all .2s;
    pointer-events: auto;
}
.ext-toast-close:hover { background: rgba(0,0,0,.1); color: #475569; }

.ext-toast.success::before { background: linear-gradient(180deg,#22c55e,#16a34a); }
.ext-toast.success .ext-toast-icon { background: #f0fdf4; color: #16a34a; }
.ext-toast.success::after { background: linear-gradient(90deg,#22c55e,#16a34a,#22c55e); }

.ext-toast.error::before { background: linear-gradient(180deg,#ef4444,#dc2626); }
.ext-toast.error .ext-toast-icon { background: #fef2f2; color: #dc2626; }
.ext-toast.error::after { background: linear-gradient(90deg,#ef4444,#dc2626,#ef4444); }

.ext-toast.info::before { background: linear-gradient(180deg,#6366f1,#4f46e5); }
.ext-toast.info .ext-toast-icon { background: #eef2ff; color: #4f46e5; }
.ext-toast.info::after { background: linear-gradient(90deg,#6366f1,#4f46e5,#6366f1); }

.ext-toast.fade-out {
    animation: extToastOut .4s cubic-bezier(.55,.06,.68,.19) forwards;
}

@keyframes extToastIn {
    0% { transform: translateX(120%) scale(.9); opacity: 0; }
    60% { transform: translateX(-8px) scale(1.02); opacity: 1; }
    100% { transform: translateX(0) scale(1); opacity: 1; }
}
@keyframes extToastOut {
    0% { transform: translateX(0) scale(1); opacity: 1; }
    100% { transform: translateX(120%) scale(.85); opacity: 0; }
}
@keyframes extToastBar {
    0% { width: 100%; }
    100% { width: 0; }
}

.btn-dark {
    background: linear-gradient(135deg, #ff4203, #e63900);
    border: 1px solid rgba(255,66,3,.3);
    color: #fff;
    font-weight: 600;
    letter-spacing: .3px;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 8px rgba(255,66,3,.25);
    position: relative;
    overflow: hidden;
}
.btn-dark::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,.15), transparent 60%);
    transform: translateX(-100%);
    transition: transform .6s ease;
}
.btn-dark:hover {
    background: linear-gradient(135deg, #ff5722, #cc3300);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,66,3,.4);
    border-color: rgba(255,66,3,.5);
}
.btn-dark:hover::after {
    transform: translateX(100%);
}
.btn-dark:active {
    transform: translateY(0) scale(.97);
    box-shadow: 0 1px 4px rgba(255,66,3,.2);
}

.cart_thumbnail {
    display: grid;
    grid-template-columns: 2vw 1fr;
    gap: .5rem;
}

.cart_thumbnail img {
    min-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}

.cart_thumbnail img {
    width: 5vw;
    float: left;
    margin-right: .5rem;
}

.cart_thumbnail a {
    color: #333;
}

.cart_thumbnail a:hover {
    color: #ff4203;
}

.container_load_info.load1.mo {
    box-shadow: 0 0 10px #dedede;
    height: fit-content;
    border-radius: .25rem;
}

li.active-menu .dropdown i {
    transform: scale(-1);
}

.loginCursor {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.loginCursor a {
    color: #FFF;
}

.loginCursor a:hover {
    text-decoration: underline;
}

.card-tracking-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-tracking-info ul li p {
    margin: 0;
}

.card-tracking-info ul li .dots {
    min-width: 1rem;
    height: 1rem;
    border: 2px solid #ff4203;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    width: 1rem;
}

.card-tracking-info ul li .dots::before {
    content: "";
    position: absolute;
    top: -2px;
    /* CÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢n chÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°nh khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âºp vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Âºi border cÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§a phÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§n tÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ cha */
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 66, 3, 0.7);
    animation: pulse-orange 1s ease-out infinite;
    z-index: -1;
}

@keyframes pulse-orange {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 66, 3, 0.7);
    }

    70% {
        /* VÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ng trÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²n lan rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ng vÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§n */
        box-shadow: 0 0 0 10px rgba(255, 66, 3, 0);
    }

    100% {
        transform: scale(1.2);
        box-shadow: 0 0 0 0 rgba(255, 66, 3, 0);
    }
}

.card-tracking-info ul li .dots:after {
    content: '';
    width: .5rem;
    height: .5rem;
    background: #ff4203;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: .5rem;
    z-index: -1;
}

.card-tracking-info ul li {
    display: grid;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 0;
    grid-template-columns: 1rem 8rem 1fr;
}

.card-tracking-info ul li+li:before {
    content: '';
    width: 2px;
    height: 1rem;
    background: #EBEBEB;
    position: absolute;
    bottom: 100%;
    left: calc(.5rem - 1px);
}

.card-tracking-info {
    display: block;
    padding: 1rem;
    border: 1px solid #ebebeb;
    border-radius: .25rem;
}

.card-tracking-info h6 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.card.card-tracking {
    max-width: 30%;
    margin: 2rem auto;
}

a {
    text-decoration: none
}

.info-headers a i {
    font-size: 1.2rem;
    vertical-align: middle
}

.info-headers a {
    display: flex;
    align-items: center
}

img {
    display: inline-block
}

img#itemimage {
    border: 0 !important;
    margin: 0 .5rem 0 0 !important;
}

.baonoidung iframe {
    max-width: 100% !important
}

.baonoidung img {
    height: auto !important
}

.baonoidung * {
    max-width: 100% !important
}

.baonoidung table {
    display: block;
    overflow-y: auto
}

.baonoidung img {
    max-width: 100% !important;
    height: auto !important
}

.lazy:not(picture, img) {
    background-repeat: no-repeat
}

a[class^='text-decoration-none']:hover {
    color: var(--color-main)
}

p[class*='text-split']:hover {
    color: var(--color-main)
}

.social-plugin {
    display: flex;
    margin-top: 10px
}

.scale-img {
    overflow: hidden;
    display: block;
    transition: 1s
}

.scale-img img {
    transform: scale(1, 1)
}

.scale-img:hover img {
    transform: scale(1.1, 1.1)
}

.hover-img {
    position: relative;
    overflow: hidden;
    display: block
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.p-relative {
    position: relative
}

.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.support-online .kenit-alo-circle-fill {
    transition: 0.3s all
}

.header-top {
    background: #fff;
    padding: 0px 0px
}

.header .header-top {
    color: #ffffff;
    background: linear-gradient(90deg, #FF4203 0%, #FE6F2C 100%)
}

.header .header-top .wrap-content {
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .header-top .wrap-content .info-headers {
    margin-bottom: 0px;
    line-height: 40px;
    color: #fff
}

.mq {
    float: left;
    max-width: 260px;
    font-size: 14px;
    line-height: 40px;
    color: #fff
}

.sl {
    max-width: 260px
}

.wortimes {
    padding: 0px 0px;
    padding-left: 30px;
    background-position: left center
}

.tel {
    padding: 0px 0px;
    padding-left: 30px;
    background-position: left center
}

.tel span {
    font-weight: 600
}

.ab_tmdt {
    top: 50%;
    left: calc(50% - 1200px / 2);
    z-index: 10;
    position: absolute;
    transform: translateY(-50%);
}

.ab_tmdt .card {
    width: 100%;
    max-width: 100%;
}

.searchtmdt {
    border-radius: 10px;
    border: 1.5px solid #952822;
    padding: 2px;
    background: #FFF;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 400px
}

.listTMDT {
    width: calc(100% - 104px);
    cursor: pointer;
    outline: none;
    height: 42px;
    border: 0;
    font-size: 15px;
    color: #000
}

.about_service {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 0px;
    color: #222;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.3px;
    margin-bottom: 24px
}

.ab_tmdt span {
    display: block;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.72px;
    margin-bottom: 14px
}

.btn-tmdt {
    margin-bottom: 0px;
    background-color: #E02E24;
    border-radius: 8px;
    width: 104px;
    height: 42px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    cursor: pointer
}

.btn-tmdt i {}

.header {}

.header-bottom {
    padding: 0px 0px;
    background: #fff
}

.fix_header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    box-shadow: 0px 2px 5px #ccc
}

.fix_header .logo-header {
    zoom: 0.5
}

.left-header-top {
    color: #474747;
    font-size: 16px;
    flex: 1 1 auto
}

.right-header-top {
    display: flex;
    align-items: center;
    margin-left: 50px
}

.right-header-top a {
    color: #1C1B19;
    font-size: 14px;
    position: relative;
    margin-right: 32px
}

.right-header-top a:hover {
    color: var(--color-main)
}

.right-header-top a::after {
    position: absolute;
    right: -16px;
    top: 5px;
    width: 1px;
    height: 10px;
    background: #ACACAC;
    content: ''
}

.right-header-top a:last-child {
    margin-right: 0px
}

.right-header-top a:last-child::after {
    display: none
}

.btn-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 144px;
    padding: 5px 18px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    background: var(--color-main)
}

.btn-header strong {
    position: relative
}

.btn-header span {
    font-weight: 500;
    width: calc(100% - 30px);
    line-height: 17px
}

.btn-header:hover {
    color: #fff;
    background: #A86B12
}

.btn-header b {
    position: absolute;
    right: -11px;
    top: -8px;
    font-weight: normal;
    min-width: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #ED2323;
    border-radius: 50%;
    font-weight: 500;
    display: inline-block;
    font-size: 11px
}

.btn-header-cart span {
    width: calc(100% - 40px)
}

.info-header {
    padding-left: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 56px;
    max-width: 270px
}

.info-header p {
    margin: 0px;
    color: #333;
    font-size: 15px;
    line-height: 20px
}

.info-header span {
    margin: 0px;
    color: #E5020D;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.info-header-worktime {
    background: url(../images/time.png) left center no-repeat
}

.info-header-hotline {
    background: url(../images/hotline.png) left center no-repeat
}

.info-header-address {
    background: url(../images/address.png) left center no-repeat
}

.right-header {
    display: none
}

.ab_img {
    max-width: unset;
    position: absolute
}

.ph1 {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.wrap-phanhoikh {
    padding: 65px 0px 79px;
    background-size: cover;
    background-position: top center
}

.wrap-phanhoikh .wrap-content {
    max-width: 992px
}

.img_ph {
    aspect-ratio: 270/560
}

.mw_ph {
    background-size: 100% 100%;
    background-position: top center;
    padding: 15px 16px 42px 14px;
    position: relative
}

.img_ph {
    border-radius: 20px
}

.wrap-partner {
    padding: 38px 0px 52px
}

.pic-partner {
    padding: 2px 3px
}

.partner {
    aspect-ratio: 150/70;
    box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05)
}

.wrap-partner .wrap-content {
    max-width: 1152px
}

.wrap-solieu {
    background-size: cover;
    background-position: top center;
    padding: 80px 0px
}

.wrap-solieu .wrap-content {
    max-width: 1210px
}

.item_sl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px
}

.numb_sl {
    color: #FFF;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -1.62px
}

.numb_sl span {
    display: inline-block
}

.name_sl {
    color: #FFF;
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0.84px;
    width: 225px;
    display: inline-block
}

#hamburger {
    display: block;
    width: 30px;
    height: 23px;
    position: relative;
    margin-left: 15px;
    display: block
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: var(--color-main);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px
}

#hamburger:before {
    top: 0px
}

#hamburger span {
    top: 10px
}

#hamburger:after {
    top: 20px
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity
}

.menu-mobile-opened #hamburger:before,
.menu-mobile-opened #hamburger:after {
    top: 10px
}

.menu-mobile-opened #hamburger span {
    left: -50px;
    opacity: 0
}

.menu-mobile-opened #hamburger:before {
    transform: rotate(45deg)
}

.menu-mobile-opened #hamburger:after {
    transform: rotate(-45deg)
}

.mm-menu_opened {
    display: block !important
}

.logo-header {
    aspect-ratio: 110/110
}

.hotline-header {
    display: inline-block;
    padding-left: 25px;
    background-position: 0px 1px
}

.hotline-header p {
    font-weight: bold;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: #000
}

.hotline-header span {
    font-weight: bold;
    color: #ec2d3f;
    font-size: 20px;
    display: block
}

.menu {
    position: relative;
    top: 0px;
    z-index: 10;
    width: 90%;
    max-width: 1123px
}

.menu .wrap-content {
    position: relative
}

.fix_menu {
    position: fixed !important;
    box-shadow: 0 0 1px #999;
    background: #fff
}

.menu ul {
    padding: 0px;
    margin: 0;
    list-style: none
}

.menu ul li {
    position: relative;
    z-index: 99;
    line-height: 50px
}

.menu ul li.line {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    flex: none
}

.menu ul li a {
    font-size: 17px;
    color: #222;
    padding: 0px 0px;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    display: block
}

.menu ul li a img {
    vertical-align: middle
}

.menu>.wrap-content>ul {
    width: 100%
}

.menu>.wrap-content>ul>li {
    flex-grow: 1
}

.menu>.wrap-content>ul>li>a {
    color: #222
}

.menu>.wrap-content>ul>li>a:hover,
.menu>.wrap-content>ul>li>a.active {
    color: var(--color-main)
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s
}

.menu ul li ul li {
    text-align: left;
    border-bottom: 1px solid rgb(173 173 173 / 32%)
}

.menu ul li ul li:last-child {
    border-bottom: 0px
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px;
    display: block;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize
}

.menu ul li ul li a:hover {
    color: var(--color-main)
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%
}

.menu .danhmuc {
    width: 250px
}

.menu .danhmuc>a {
    background: rgb(253 188 14 / 70%);
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 12px 26px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.menu .danhmuc>a img {
    margin-right: 9px
}

.menu .danhmuc .mega-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    background: #fff;
    height: 65vh;
    display: flex;
    justify-content: space-between;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.menu .danhmuc:hover>.mega-menu {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s
}

.menu .danhmuc .left-mega-menu {
    width: 240px
}

.menu .danhmuc .right-mega-menu {
    width: calc(100% - 240px);
    border-left: 1px solid #F2F2F2;
    padding: 15px
}

.item-mega-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
    color: #333;
    font-size: 15px;
    text-transform: capitalize
}

.item-mega-list img {
    width: 40px;
    border-radius: 50%
}

.item-mega-list span {
    width: calc(100% - 50px)
}

.item-mega-list:hover {
    color: var(--color-main);
    background: rgb(0 0 0 / 5%)
}

.item-mega-list.active {
    color: var(--color-main)
}

.tab-mega-menu {
    display: none
}

.tab-mega-menu.active {
    display: block
}

.col-mega-cat {
    margin-bottom: 20px
}

.item-mega-cat {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    color: #333;
    font-size: 14px;
    text-transform: capitalize
}

.item-mega-cat img {
    border-radius: 50%
}

.item-mega-cat span {
    margin-top: 10px;
    display: block
}

.item-mega-cat:hover {
    color: var(--color-main)
}

.scroll-custom {
    overflow-y: auto;
    overflow-x: hidden
}

.scroll-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #F5F5F5
}

.scroll-custom::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.scroll-custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #A2A3A3
}

a.cart-header {
    position: relative
}

a.cart-header span {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 11px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%
}

.search {
    background: #FFFFFF;
    border-radius: 50px;
    flex: 1 1 auto;
    max-width: 570px;
    padding: 4px;
    border: 1px solid var(--color-main)
}

.search input {
    width: calc(100% - 83px);
    height: 42px;
    outline: none;
    padding: 0px 14px;
    border: 0;
    background: #0000;
    font-size: 13px;
    color: #333;
    border-radius: 50px;
    outline: none
}

.search p {
    width: 83px;
    height: 42px;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: var(--color-main);
    border-radius: 50px;
    color: #fff
}

.search input::placeholder {
    color: #766C5D
}

.search input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none
}

.search-res {
    position: relative;
    display: none
}

.search-res .icon-search {
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    margin: 0px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 15px
}

.search-res .icon-search.active {
    color: #ec2d3f;
    background: #ffffff;
    border-radius: 100%
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ec2d3f;
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal
}

.search-res .search-grid p {
    float: left;
    width: 40px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: #ec2d3f;
    line-height: 40px;
    text-align: center
}

.search-res .search-grid input {
    width: calc(100% - 40px);
    float: right;
    outline: none;
    border: none;
    color: #ec2d3f
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131
}

.wrap-serviceHome {
    padding: 59px 0px 69px
}

.swiper-sliders .swiper-button-prev {
    left: 20px;
    background-color: rgba(0, 0, 0, .5);
    width: 44px
}

.swiper-sliders .swiper-button-next {
    right: 20px;
    background-color: rgba(0, 0, 0, .5);
    width: 44px
}

.swiper-sliders .swiper-button-prev:after {
    font-size: 25px;
    color: #fff
}

.swiper-sliders .swiper-button-next:after {
    font-size: 25px;
    color: #fff
}

.mw_qt {
    text-align: center
}

.wrap-quytrinh {
    background-color: #F6F1F1;
    padding: 60px 0px
}

.pic_qt {
    border-radius: 50%;
    border: 2px solid #FF4203;
    width: 172px;
    height: 172px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 11px;
    position: relative
}

.numb_qt {
    position: absolute;
    top: 0px;
    right: -7px;
    width: 56px;
    height: 56px;
    border: 5px solid #FF4203;
    line-height: 42px;
    border-radius: 50%;
    background: #FF4203;
    color: #fff;
    letter-spacing: -0.48px;
    font-size: 24px;
    font-family: var(--font--UTMHelvetIns)
}

.pic_qt:hover .numb_qt {
    background: #fff;
    color: #FF4203
}

.pic_qt:hover {
    background: #FF4203;
    color: #fff
}

.pic_qt:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)
}

.name_qt {
    margin-bottom: 0px;
    color: #222;
    font-size: 20px;
    font-weight: 600
}

.desc_qt {
    color: #6E6E6E;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    height: 40px
}

.wrap-nhaphang {
    padding: 48px 0px 74px
}

.wrap-nhaphang .wrap-content {
    max-width: 1145px
}

.wrap-nhaphang .title-main {
    padding-bottom: 0px;
    margin-bottom: 38px
}

.wrap-nhaphang .title-main:after {
    display: none
}

.mw_impo {
    border-radius: 20px;
    background: #F0D1CC;
    padding: 19px 19px 28px;
    display: flex;
    justify-content: space-between
}

.img_impo {
    width: 120px
}

.info_impo {
    width: calc(100% - 134px)
}

.desc_impo {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    height: 160px
}

.name_impo {
    margin-bottom: 1px
}

.name_impo a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px
}

a.btnlh {
    display: inline-block;
    padding: 0px 0px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    border-radius: 7px;
    background: linear-gradient(270deg, #FF4203 0%, #FE6F2C 100%);
    padding: 7px 16px;
    margin-top: 11px
}

a.btnlh:hover {
    color: #fff
}

.slideshow {
    position: relative
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 22.5px)
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.control-owl button:hover {
    opacity: 1
}

.control-owl button.owl-prev {
    left: 20px
}

.control-owl button.owl-next {
    right: 20px
}

.title-main {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 30px
}

.title-main::after {
    position: absolute;
    left: calc(50% - 80px);
    bottom: 0px;
    width: 160px;
    height: 3px;
    background: var(--color-main);
    content: ''
}

.title-main span {
    text-transform: none;
    color: #000;
    font-weight: 500;
    font-size: 42px;
    display: inline-block;
    line-height: 45px;
    letter-spacing: -0.84px
}

.title-main h3 {
    margin-bottom: 0px
}

.tt-week {
    font-size: 25px;
    text-align: center;
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.title-cat-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0px;
    gap: 20px
}

.title-cat-main span {
    display: block;
    color: #999;
    background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer
}

.title-cat-main span:hover,
.title-cat-main span.active {
    background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
    color: #000
}

.grid-nhaphang {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.grid-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.grid-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.item_ser {
    padding: 10px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.20)
}

.mw_ser {
    border: 2px solid #FF4203;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px 34px 31px;
    position: relative
}

.mw_ser:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 148px;
    height: 107px;
    background: linear-gradient(270deg, #FF4203 0%, #FE6F2C 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    content: ''
}

.item_ser a {}

.frame_ser {}

.name_ser {
    margin-bottom: 0px;
    width: calc(100% - 91px)
}

.name_ser span {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.44px
}

.name_ser span:hover {
    color: var(--color-hover)
}

.wrap-serviceHome .wrap-content {
    max-width: 968px
}

.frame_ser {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
    position: relative;
    z-index: 1
}

.img_ser {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: linear-gradient(270deg, #FF4203 0%, #FE6F2C 100%);
    padding: 5px
}

.desc_ser {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.32px;
    height: 180px;
    overflow: hidden
}

.desc_ser p {
    margin-bottom: 0px
}

.desc_ser ul {
    margin-bottom: 0px;
    list-style: disc
}

.desc_ser ul li::marker {
    color: #FE6F2C
}

.wrap-news {
    padding: 60px 0px 38px
}

.wrap-news .wrap-content {
    max-width: 1180px
}

.box-newss .card-image {
    border-radius: 20px
}

.box-newss .info-news {
    padding-top: 0px
}

.box-newss .info-news span {
    font-style: unset;
    border-radius: 30px;
    background: linear-gradient(270deg, #FF4203 0%, #FE6F2C 100%);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
    max-width: 224px;
    margin: 0 auto;
    display: block;
    margin-top: -24px;
    position: relative;
    z-index: 1;
    margin-bottom: 12px
}

.box-newss .info-news span b {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 10px 26px 10px 57px;
    background-position: left 24px center
}

.grid-tintuc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between
}

.news {
    display: block;
    margin-bottom: 20px;
    display: block
}

.pic-news {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative
}

.pic-news img {
    width: 100%
}

a.views {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    border: solid 1px #ccc;
    padding: 7px 20px;
    border-radius: 20px;
    color: #000;
    font-size: 16px
}

a.views:hover {
    border: solid 1px #fed402;
    color: #fed402
}

.info-news {}

.info-news h3 {}

.name-news {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 22px;
    max-height: 40px;
    -webkit-line-clamp: 2 !important;
    font-weight: 400
}

a.name-news.name1 {
    font-size: 25px;
    line-height: 32px;
    max-height: 64px
}

.name-news:hover {
    color: #fed402
}

.time-news {
    color: #fed402;
    margin-bottom: 0px;
    font-size: 12px;
    margin: 7px 0;
    font-style: italic;
    font-weight: 500
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px
}

.share b {
    display: block;
    margin-bottom: 5px
}

.a2a_kit {
    margin-right: 2px
}

.a2a_kit .a2a_svg {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.othernews b {
    margin-bottom: 10px
}

.list-news-other {
    padding-left: 17px;
    list-style: square
}

.list-news-other li {
    margin-bottom: 2px
}

.list-news-other li a {
    text-transform: none;
    color: #333333
}

.list-news-other li a:hover {
    color: var(--color-hover)
}

a.mucluc-dropdown-list_button {}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: #006ACB !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd
}

.meta-toc-clone.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 111
}

.meta-toc-clone:not(.fiedx) .box-readmore {
    display: block !important
}

.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px
}

.meta-toc-clone .box-readmore {
    width: 350px;
    display: none;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0px
}

.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600
}

.box-readmore ul li a:hover {
    color: #767676
}

.info-partner {
    background: #f8f8f8;
    padding: 15px 0px
}

.footer-tags {
    padding: 40px 0px
}

.title-tags {
    color: var(--color-main);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase
}

.item-tags {
    display: inline-block;
    background: #F1F1F1;
    color: #525252;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px 8px 12px;
    border-radius: 3px;
    margin: 0px 10px 10px 0px
}

.item-tags i {
    margin-right: 7px;
    color: var(--color-main);
    font-size: 18px;
    vertical-align: middle
}

.item-tags:hover {
    color: #fff;
    background: var(--color-main)
}

.item-tags:hover i {
    color: #fff
}

.footer-article {
    padding: 55px 0px 40px;
    background: radial-gradient(76.18% 76.18% at 50% 50%, #FF6D08 0%, #FD6707 19%, #F85806 43%, #F03E03 69%, #E51B00 97%, #E41700 100%)
}

.footer-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 5px
}

.footer-title:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 33px;
    height: 1px;
    background-color: #fff
}

.footer-article .wrap-content {
    max-width: 1200px
}

.tt p {
    margin-bottom: 10px;
    color: #fff;
    line-height: 18px;
    font-size: 15px;
    font-weight: 400
}

.tt p:last-child {
    margin-bottom: 0px
}

.tt h2 {
    margin-bottom: 0px;
    color: #fff
}

.ts p {
    margin-bottom: 0px;
    color: #fff;
    font;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.name-company {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 700
}

.view-abouts {
    display: inline-block;
    width: 183px;
    line-height: 38px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    background: var(--color-main);
    font-size: 15px;
    font-weight: 500
}

.view-abouts:hover {
    color: #fff;
    background: #AE0009
}

.footer-info {
    color: #333;
    font-size: 15px
}

.footer-news:nth-child(1) {
    width: 20.834%
}

.footer-news:nth-child(2) {
    width: auto;
    max-width: 200px
}

.footer-news:nth-child(3) {
    width: auto;
    max-width: 200px
}

.footer-news:nth-child(4) {
    width: 28%
}

.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.footer-ul li {
    margin-bottom: 10px
}

.footer-ul li:last-child {
    margin-bottom: 0px
}

.footer-ul li a {
    color: #fff;
    font-size: 14px
}

.footer-ul li a:hover {
    text-decoration: underline;
    color: #fff
}

.item-icon-footer img {
    max-height: 35px;
    margin: 0px 10px 10px 0px
}

.footer-powered {
    padding: 12px 0px;
    text-align: center;
    transition: 0.7s
}

.footer-copyright {
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

.footer-copyright h1 {
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600
}

.footer-copyright span {
    text-transform: uppercase;
    font-weight: 600
}

.footer-copyright a {
    color: #fff
}

.footer-statistic {
    text-align: right
}

.footer-statistic span {
    padding-right: 10px
}

.footer-statistic span:last-child {
    padding-right: 0px
}

#footer-map {
    position: relative;
    height: 450px;
    margin-top: 0px
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important
}

.newsletter-slogan {
    color: #222;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 0px 36px 0px;
    margin-top: 0px;
    margin-bottom: 19px
}

.title-dk {
    background-color: #FF4203;
    border-radius: 24px 24px 0px 0px;
    text-align: center;
    padding: 25px 5px 19px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize
}

.wrap-QA {
    padding: 68px 0px 58px
}

.wrap-QA .wrap-content {
    max-width: 1200px
}

.left_QA .title-main {
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.left_QA .title-main:after {
    left: 0px
}

.right_dk {
    width: 422px
}

.left_QA {
    width: calc(100% - 480px)
}

.form-newsletter {
    padding: 0px 36px 0px
}

.form-newsletter input {
    width: 100%;
    margin-bottom: 0px;
    height: 52px;
    font-size: 16px;
    padding: 0px 17px;
    border-radius: 4px;
    outline: none;
    color: #6A6A6A;
    background-color: #F6F6F6;
    border: 0;
    margin-bottom: 20px
}

.form-newsletter input::placeholder {
    color: #6A6A6A
}

.form-newsletter button {
    width: 100%;
    height: 54px;
    font-size: 18px;
    border-radius: 4px;
    outline: none;
    color: #fff;
    font-weight: 600;
    border: none;
    background: linear-gradient(270deg, #FF4203 0%, #FE6F2C 100%);
    text-transform: uppercase;
    line-height: 55px
}

.info_dk {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.30), 0px 13px 27px -5px rgba(50, 50, 93, 0.25);
    padding: 17px 0px 50px
}

.form-newsletter button:hover {
    color: #fff
}

.social-footer {
    margin-top: 0px;
    gap: 5px
}

.ttthanhtoan {
    margin-top: 32px
}

.newsletter-slogan1 {
    max-width: 257px;
    margin: 0 auto;
    margin-top: 14px;
    color: #996360;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px
}

.item_ch {
    cursor: pointer;
    position: relative
}

.rotated.icon-plus-ch {
    transform: rotate(180deg)
}

.icon-plus-ch {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 16px;
    margin: auto;
    font-size: 15px;
    background-color: #FF4203;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px
}

.wrap-banggia {
    background-size: cover;
    background-position: top center;
    padding: 114px 0px 111px;
    position: relative
}

.wrap-banggia:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(179deg, rgba(199, 40, 14, 0.00) 0.18%, #C7280E 90.48%)
}

.wrap-banggia .wrap-content {
    max-width: 755px;
    position: relative;
    z-index: 10
}

.wrap-banggia .title-main span {
    color: #fff;
    font-size: 48px;
    line-height: 49px
}

.wrap-banggia .title-main:after {
    background-color: #fff
}

.desc_bg {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px
}

.btn_bg {
    margin-top: 24px
}

.btn_bg a {
    color: #E02E24;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #E02E24;
    background-color: #fff;
    padding: 11px 50px 11px 43px;
    text-transform: uppercase;
    background-position: right 33px center
}

.wrap-camket {
    background-color: #feebc6;
    padding: 60px 0px
}

.wrap-camket .wrap-content {
    max-width: 1047px
}

.grid-camket {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 89px
}

.item_ck {}

.name_ck {
    margin-bottom: 6px;
    padding-left: 34px;
    background-position: left center
}

.name_ck span {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.18px
}

.desc_ck {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.15px;
    height: 48px
}

.about_camket {
    color: #222;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 29px
}

.grid-ch .item_ch {}

.item_ch:hover,
.item_ch.active {}

.mw_ch {
    display: block;
    font-size: 15px;
    color: #222;
    position: relative;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.21px;
    padding: 23px 41px 16px 44px;
    background: linear-gradient(180deg, #FFF 41.41%, #F3EEED 100%);
    border-bottom: 1px solid #F0D1CC
}

.mw_ch:after {
    position: absolute;
    left: 10px;
    top: 22px;
    width: 24px;
    height: 24px;
    background: url(../images/ar1.png)no-repeat center;
    content: ''
}

.scrollQA .scroll-custom {
    max-height: 384px
}

.info_ch {
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: opacity 1.5s ease, height 1.5s ease
}

.info_ch:not(.hidden1) {
    opacity: 1;
    height: auto
}

.desc_ch {
    margin-top: 9px;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px
}

.desc_ch p {
    margin-bottom: 0px
}

.ovf-hidden {
    overflow: hidden
}

.flex_ch {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

.grid-ch {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.item_ch .accodion-slide {
    display: grid;
    grid-template-rows: 0fr
}

.item_ch .accodion-slide.toggle {
    grid-template-rows: 1fr
}

.title-tags {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #777
}

.title-tags:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    height: 3px;
    width: 30px
}

.flex-tags {
    display: flex;
    gap: 5px
}

.flex-tags a {
    color: #333;
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.8em !important;
    opacity: 0.8;
    padding: 2px 5px
}

.flex-tags a:hover {
    background-color: #446084;
    border-color: #446084;
    color: #fff;
    opacity: 1
}

.footer-powered {
    background: #E53900
}

.item-criteria a {
    display: flex;
    align-items: center;
    color: #333
}

.item-criteria a .ds-criteria {
    width: calc(100% - 60px);
    margin-left: 10px
}

.item-criteria a .ds-criteria h3 {
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: var(--color-main)
}

.item-criteria a .ds-criteria p {
    -webkit-line-clamp: 2;
    margin: 0px
}

.box-about {
    max-width: 700px;
    margin: 0px auto;
    text-align: center
}

.box-about h3 {
    color: #ca0000;
    font-family: SVN;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: lowercase
}

.box-about a {
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    background: #ca0000;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    border-radius: 10px
}

.item-service {
    position: relative
}

.item-service h3 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 17px;
    margin: 0px
}

.filter {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none
}

.row-product {
    margin: 0px;
    margin: 0px -10px
}

.col-product {
    padding: 0px 10px;
    margin-bottom: 20px
}

.product {
    display: block;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    height: 100%;
    background: #fff
}

.product .pic-product {
    background: #fff;
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.info-product {
    padding-bottom: 5px
}

.product .name-product {
    margin-bottom: 0px;
    font-weight: normal
}

.product .name-product a {
    font-size: 15px;
    color: #474747;
    line-height: 25px;
    font-weight: 500;
    height: 50px
}

.product .name-product a:hover {
    color: #A86B11
}

.product .name-product .text-split {
    -webkit-line-clamp: 2
}

.info-product-left {
    width: calc(100% - 50px)
}

.price-product {
    margin-bottom: 5px;
    color: #555
}

.price-new {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-main);
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px
}

.price-old {
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    color: #AEAEAE;
    font-weight: 300;
    text-transform: uppercase
}

.price-per {
    color: #FF2E00;
    font-size: 13px;
    text-align: center;
    font-weight: 700
}

.star-view-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.star-product {
    font-size: 9px;
    position: relative;
    color: #999;
    margin-right: 15px
}

.star-product .star-active {
    position: absolute;
    left: 0px;
    top: 0px;
    width: var(--star-width);
    white-space: nowrap;
    overflow: hidden;
    color: #FFCD00
}

.view-product {
    color: #999;
    font-size: 13px
}

.cart-product {
    width: 45px;
    text-align: center
}

.cart-product span {
    display: inline-block;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: url(../images/add_cart.png) center center no-repeat, #FDBC0E;
    border-radius: 50%
}

.cart-add {
    margin-left: 10px;
    background-color: #00A5D9;
    width: 155px
}

.cart-add:hover {
    background-color: #1d1d1d
}

.cart-buy {
    background-color: #FF2E00;
    width: 93px;
    height: 33px
}

.cart-buy:hover {
    background-color: #5172fd
}

.grid-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.grid-product .product .product-info {
    margin-top: 10px;
    color: #333
}

.grid-product .product .product-info h3 {
    font-size: 17px;
    color: #333
}

.grid-product .product .product-info .price span {
    color: #f00
}

.grid-product .product .pic-product {
    border: 1px solid #ddd
}

.product-2 {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: 1px dashed #DDD
}

.pic-product-2 {
    width: 120px;
    border-radius: 5px;
    overflow: hidden
}

.info-product-2 {
    width: calc(100% - 132px)
}

.info-product-2 h3 {
    margin-bottom: 10px
}

.info-product-2 h3 a {
    color: #474747;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5
}

.info-product-2 h3 a.text-split {
    -webkit-line-clamp: 2
}

.info-product-2 .price-product {
    margin-bottom: 9px
}

.info-product-2 .price-new {
    font-size: 15px
}

.info-product-2 .price-old {
    font-size: 12px
}

.cart-product-2 span {
    padding: 4px 10px;
    color: var(--color-main);
    background: #FFFDF9;
    font-size: 13px;
    border: 1px solid var(--color-main);
    border-radius: 3px;
    cursor: pointer;
    display: inline-block
}

.cart-product-2 span:nth-child(1) {
    margin-right: 4px
}

.cart-product-2 span:nth-child(2) {
    background: var(--color-main);
    color: #fff
}

.cart-product-2 span:hover {
    background: var(--color-main);
    color: #fff
}

.slick-vertical-3 .slick-list {
    max-height: 432.609px;
    height: auto !important
}

.slick-vertical-5 .slick-list {
    max-height: 721.015px;
    height: auto !important
}

.grid-pro-detail {
    display: flex;
    justify-content: space-between
}

.grid-pro-detail .left-pro-detail {
    width: 40%
}

.grid-pro-detail .right-pro-detail {
    width: 56.5%
}

.grid-pro-detail .right-pro-detail ul {
    list-style: none;
    padding: 0px
}

.grid-pro-detail .right-pro-detail ul li {
    margin-bottom: 20px
}

.grid-pro-detail .right-pro-detail .title-pro-detail {
    font-size: 19px;
    font-weight: 500
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px
}

.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #f00
}

.album-product {
    position: relative;
    max-width: 550px;
    margin: 10px auto 0px
}

.row-pro-detail {
    margin: 0px -5px
}

.col-pro-detail {
    padding: 0px 5px
}

.swiper-pro-detail .swiper-button-prev {
    left: 0px
}

.swiper-pro-detail .swiper-button-next {
    right: 0px
}

.swiper-pro-detail .swiper-button-prev,
.swiper-pro-detail .swiper-button-next {
    top: calc(50% + 7px);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
    color: #fff
}

.swiper-pro-detail .swiper-button-next:after,
.swiper-pro-detail .swiper-button-prev:after {
    font-size: 15px
}

.swiper-pro-detail .swiper-button-prev:hover,
.swiper-pro-detail .swiper-button-next:hover {
    background: var(--color-main);
    color: #fff
}

.item-detail {
    color: #8E8E8E;
    font-size: 14px;
    padding: 0px 19px;
    position: relative
}

.item-detail::after {
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #8E8E8E;
    content: ''
}

.item-detail:last-child::after {
    display: none
}

.item-detail i {
    margin-right: 5px
}

.item-detail-comment-star {
    position: relative;
    font-size: 13px;
    margin-right: 19px
}

.item-detail-comment-star::after {
    position: absolute;
    right: -19px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #8E8E8E;
    content: ''
}

.item-detail-comment-star span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFCD00;
    white-space: nowrap;
    overflow: hidden
}

.product-sold-detail {
    color: #9F9F9F;
    font-size: 14px
}

.product-sold-detail span {
    color: #474747;
    font-weight: 600
}

.product-price-detail {
    background: #F5F5F5;
    padding: 12px 20px;
    border-radius: 6px
}

.product-price-detail strong {
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px
}

.product-price-detail .attr-content-pro-detail {
    display: flex;
    align-items: center
}

.product-price-detail .price-new-pro-detail {
    color: var(--color-main);
    font-size: 20px
}

.product-price-detail .price-old-pro-detail {
    color: #9E9E9E;
    font-size: 15px;
    margin-right: 35px
}

.product-price-detail .percent-pro-detail {
    color: #fff;
    font-size: 13px;
    padding: 1px 10px;
    border-radius: 2px;
    background: var(--color-main)
}

.attr-label-pro-detail {
    font-weight: 500;
    color: #474747
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #ff2e00
}

.price-old-pro-detail {
    font-weight: 500;
    color: #666;
    text-decoration: line-through;
    padding-left: 10px
}

.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
    color: #fff !important;
    background: var(--color-main)
}

.quantity-pro-detail {
    margin-top: 10px;
    width: 100%;
    max-width: 164px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #000;
    margin-right: 20px;
    border-radius: 15px;
    font-weight: 500;
    border: none;
    border-radius: 0px
}

.quantity-pro-detail span {
    line-height: 31px;
    padding: 0;
    width: 37px;
    height: 33px;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    border-radius: 3px
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    margin-left: -1px
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    margin-right: -1px
}

.quantity-pro-detail input {
    height: 33px;
    width: calc(100% - 72px);
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #ddd
}

.quantity-pro-detail .quantity-minus-pro-detail,
.quantity-pro-detail .quantity-plus-pro-detail {
    background-color: #FFFFFF;
    border: 1px solid #ddd
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-end
}

.cart-pro-detail a {
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid var(--color-main)
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    color: var(--color-main)
}

.cart-pro-detail a.addnow:hover {
    background-color: var(--color-main);
    color: #fff;
    border-color: var(--color-main)
}

.cart-pro-detail a.buynow {
    background-color: var(--color-main)
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-main);
    color: #fff
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px
}

.social-product-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.left-social-product-detail {
    width: 61.7%
}

.right-social-product-detail {
    width: 34.8%;
    padding-top: 15px
}

.title-product-tuvan {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 15px
}

.title-product-tuvan span {
    display: inline-block;
    color: #1C1B19;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: -1px;
    border-bottom: 1px solid var(--color-main);
    text-transform: capitalize
}

.title-product-tuvan span i {
    color: var(--color-main);
    font-size: 18px;
    margin-right: 10px
}

.item-social-product-detail {
    display: inline-block;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 6px;
    margin-right: 6px
}

.item-social-product-detail img {
    border-radius: 10px
}

.customer-benefits {
    padding: 10px 25px;
    background: #F6F6F6;
    border-radius: 15px
}

.title-customer-benefits {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 10px
}

.title-customer-benefits span {
    color: #1C1B19;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -1px
}

.content-customer-benefits {
    color: #585858;
    font-size: 14px
}

.left-content-detail {
    width: calc(100% - 320px);
    background: #FAFAFA;
    padding: 30px 20px;
    border: 1px solid #E0E0E0;
    border-radius: 10px
}

.right-content-detail {
    width: 300px
}

.title-product-detail {
    background: #EEEEEE;
    color: #1C1B19;
    padding: 12px 18px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.sub-right {
    margin-bottom: 30px
}

.title-right {
    color: #1C1B19;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 18px;
    margin-bottom: 5px;
    border-bottom: 2px solid var(--color-main);
    border-radius: 3px;
    background: #F9F9F9
}

.item-properties {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.item-properties .attr-label-pro-detail {
    width: 100px
}

.item-properties .grid-properties {
    width: calc(100% - 110px)
}

.tags-pro-detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px
}

.tags-pro-detail a {
    background: var(--color-main);
    color: #fff
}

.tags-pro-detail a:hover {
    color: #fff;
    background: #f00
}

.policy_intuitive {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 25px
}

.policy {
    margin: 20px 16px 0 16px
}

.policy__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0px
}

.policy__list>li {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    padding: 12px 0 12px 35px;
    width: 50%;
    display: inline-block
}

.policy__list>li:nth-child(2n + 1) {
    padding-right: 20px
}

.policy__list li>div.iconl {
    left: 0;
    position: absolute;
    top: 15px
}

.policy__list li .iconl {
    width: 32px
}

.policy__list li p {
    line-height: 20px;
    padding-left: 5px;
    margin: 0px
}

.policy__list li:last-child {
    border-bottom: 0
}

.policy__list>li:nth-child(2n + 1):nth-last-child(2) {
    border: 0
}

.ul-actions {
    display: flex;
    justify-content: center;
    margin: 20px;
    gap: 15px;
    align-items: flex-start
}

.ul-actions li,
.ul-actions>div {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80px;
    text-align: center
}

.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
    border-color: #fd6e1d
}

.ul-actions .box__tabr {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    min-height: 55px;
    padding: 4px;
    height: 60px;
    width: 80px
}

.icon-action {
    background-image: url('../images/icon_chitiet@2x-min.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 180px
}

.icon-dnb {
    background-position: 0 0;
    height: 28px;
    width: 28px
}

.icon-tskt {
    background-position: -105px 0;
    height: 30px;
    width: 30px
}

.icon-ttsp {
    background-position: -140px 0;
    height: 19px;
    width: 23px
}

.ul-actions p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
    white-space: normal;
    color: #000
}

.modal-detail::-webkit-scrollbar {
    width: 10px
}

.modal-detail::-webkit-scrollbar-thumb {
    width: 10px;
    background: #4d90e0;
    border-radius: 10px;
    height: 50px
}

.modal-detail {
    position: fixed;
    z-index: 999;
    background: #000000c4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.content-modal-detail {
    background: #fff;
    max-width: 1300px;
    margin: 0px auto;
    min-height: 100vh
}

.content-modal-detail .tabs {
    display: flex;
    cursor: pointer;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99
}

.content-modal-detail .tabs li {
    padding: 20px 20px;
    margin-right: 5px;
    font-weight: bold;
    position: relative;
    border-bottom: 4px solid #fff
}

.content-modal-detail .tabs li.active {
    color: #2d9cdb;
    border-bottom: 4px solid #2d9cdb
}

.content-modal-detail .tab-content {
    padding: 20px;
    max-width: 900px;
    margin: 0px auto
}

.content-modal-detail .tab-content.active {
    display: block
}

.close-tab {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10
}

.btn-closemenu {
    position: fixed;
    top: 10px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 72px
}

.btn-closemenu::before {
    transform: rotate(45deg)
}

.btn-closemenu::after {
    transform: rotate(-45deg)
}

.btn-closemenu::before,
.btn-closemenu::after {
    background-color: #333;
    content: '';
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.box-ct {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: rgb(233, 230, 230);
    padding: 10px;
    border-radius: 10px
}

.box-ct img {
    border-radius: 50%;
    margin-right: 10px
}

.ds-ct h3 a {
    font-size: 17px;
    color: #333
}

.ds-ct h3 a:hover {
    color: #f00
}

.block__promo {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px
}

.promoadd__list {
    padding: 10px
}

.promoadd__list li {
    margin-bottom: 15px;
    background: url(../images/tick.png) no-repeat 0px 3px;
    background-size: 15px;
    padding-left: 25px
}

.pr-top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 10px
}

.pr-txtb {
    font-weight: bold
}

.pr-top .pr-txt {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    font-style: normal
}

.pr-content .pr-item:last-child {
    border: none
}

.pr-content .pr-item {
    padding: 15px 10px 10px 10px
}

.divb {
    margin-bottom: -10px
}

.divb .nb {
    background-color: #4a90e2;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-top: 2px;
    text-align: center;
    width: 16px
}

.divb-right {
    padding-left: 26px
}

.pr-content .pr-item p {
    margin: 0px 0px 0px 0px
}

.divb-right a {
    color: #4a90e2
}

.wrap-ti {
    padding: 20px 0px
}

.box-ti {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    min-height: 135px
}

.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
    background-color: rgb(220, 238, 255)
}

.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
    background-color: rgb(254, 245, 207)
}

.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
    background-color: rgb(255, 239, 219)
}

.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
    background-color: rgb(225, 254, 207)
}

.ds-ti {
    width: calc(100% - 45px)
}

.ds-ti h3 {
    font-size: 15px
}

.ds-ti h3 a {
    color: #333
}

.ds-ti h3 a:hover {
    color: #f00
}

.contact-detail {
    display: flex;
    justify-content: space-between
}

.left-contact-detail {
    width: 60%
}

.right-contact-detail {
    width: calc(100% - 60% - 60px)
}

.contact-map {
    position: relative;
    height: 385px;
    border-radius: 10px;
    overflow: hidden
}

.contact-map iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.row-contact {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap
}

.social-contact {
    text-align: center
}

.social-contact>div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    padding: 5px 30px;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px
}

.social-contact>div a {
    display: inline-block;
    margin: 0 2px
}

.contact-item {
    width: calc((100% / 3) - 10px);
    text-align: center;
    font-size: 15px
}

.contact-item i {
    display: inline-block;
    margin-bottom: 10px
}

.contact-item img {
    width: 40px;
    height: 40px !important
}

.contact-item p {
    margin-bottom: 10px;
    font-weight: 700
}

.contact-item span {
    font-size: 14px
}

.row-contact-input {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.row-contact-input .contact-input:nth-child(1) {
    width: 80%
}

.row-contact-input .contact-input:nth-child(2) {
    width: calc(100% - 80% - 8px)
}

.row-contact-input .contact-input:nth-child(2) label {
    margin-bottom: 15px
}

.contact-input label {
    font-size: 12px;
    font-weight: 600;
    color: #22292f;
    transition: all 0.8s
}

.contact-input input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden
}

.contact-input input::placeholder {
    font-size: 15px;
    color: #ced4da;
    transition: all 0.5s !important
}

.contact-input textarea {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    height: 70px;
    margin-bottom: 20px
}

.contact-input textarea::placeholder {
    font-size: 15px;
    color: #ced4da;
    transition: all 0.5s !important
}

.contact-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    height: 40px;
    background: var(--color-main);
    border-radius: 30px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s
}

.contact-form button:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #000
}

.contact-input {
    display: flex;
    flex-direction: column-reverse
}

.contact-input .form-control {
    overflow: hidden;
    resize: none;
}

.contact-input .form-control:focus {
    color: #212529;
    border-color: var(--color-main);
    outline: 0;
    box-shadow: unset
}

.contact-input .form-control:focus::placeholder {
    transform: translateY(-200%)
}

.contact-input .form-control:focus+label {
    color: var(--color-main)
}

.contact-input input input[type=number]::-webkit-inner-spin-button,
.contact-input input input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.contact-input input[type="file"] {
    display: none
}

.custom-file-upload {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s;
    font-size: 20px;
    display: block;
    text-align: center
}

.file-input.has-file label {
    color: var(--color-main)
}

.custom-file-upload i {
    font-size: 25px
}

.custom-file-upload:hover {
    color: var(--color-main)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.breadCrumbs {
    padding: 10px 0px;
    background: #ddd
}

.breadCrumbs ol {
    margin: 0px
}

.breadCrumbs ol li a {
    color: #333
}

.breadCrumbs ol li a:hover {
    color: #f00
}

.btn-wechat {
    bottom: 395px
}

.btn-phone {
    bottom: 315px
}

.btn-messenger {
    bottom: 150px
}

.btn-frame svg {
    max-width: 32px
}

.btn-zalo {
    bottom: 230px
}

#qrzalo .modal-dialog {
    max-width: 250px;
    margin: 0.5rem auto
}

.pagination {
    margin: 20px 0px;
    flex-wrap: wrap
}

.pagination li a {
    cursor: pointer
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-main);
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: var(--color-main);
    opacity: 0.5
}

.btn-frame .zoomIn {
    animation-name: zoomIn
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4
}

.btn-frame .pulse {
    animation-name: pulse
}

.grid-properties {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap
}

.grid-properties span {
    position: relative;
    border: 1px solid #CDCDCD;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    color: #595959
}

.grid-properties span:hover,
.grid-properties span.active {
    border: 1px solid var(--color-main);
    color: #fff;
    background: var(--color-main)
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
    content: "";
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
    bottom: 0;
    position: absolute;
    right: -0.9375rem
}

.grid-properties span.outstock {
    pointer-events: none;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed
}

.wrap-xh {
    background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
    padding: 10px;
    border-radius: 10px
}

.title-xh {
    font-size: 25px;
    margin: 20px 0px;
    color: #333;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase
}

.image-xh {
    border-radius: 10px;
    overflow: hidden
}

.name-xh {
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 10px 0px 0px
}

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer
}

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden
}

[x-cloak] {
    display: none !important
}

.swiper .swiper-wrapper {
    width: inherit;
    height: inherit
}

.swiper.swiper-initialized .swiper-wrapper {
    margin: 0;
    width: 100%;
    height: 100%
}

.swiper.swiper-initialized .swiper-slide {
    padding: 0;
    margin: 0px
}

.owl-news {
    margin-top: 30px
}

.row-news {
    margin: 0px -11.5px
}

.col-news {
    padding: 0px 11.5px;
    margin-bottom: 30px
}

.info-news {
    padding-top: 15px
}

.info-news h3 {
    margin-bottom: 5px
}

.info-news h3 a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    text-align: center
}

.info-news h3 a.text-split {
    -webkit-line-clamp: 2
}

.info-news h3 a:hover {
    color: var(--color-main)
}

.desc-news {
    line-height: 1.7;
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    margin-top: 5px;
    height: auto
}

.desc-news.text-split {
    -webkit-line-clamp: 3
}

.info-news span {
    color: var(--color-main);
    font-size: 13px;
    font-style: italic
}

.info-news span i {
    margin-right: 7px
}

.sort-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px
}

.item-sort {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.item-sort i {
    margin-left: 10px
}

.item-sort:hover,
.item-sort.active {
    color: #fff;
    background: #A86B11;
    border-color: #A86B11
}

.chitietsanpham {
    position: relative
}

.wrap-show-content {
    position: relative
}

.wrap-show-content.max-height {
    max-height: 500px;
    overflow: hidden
}

.wrap-show-content.active {
    max-height: 100%
}

.btn-show-content {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, transparent, #FAFAFA);
    padding-top: 100px
}

.btn-show-content span {
    background: var(--color-main);
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block
}

.btn-show-content span i {
    margin-left: 10px
}

.wrap-show-content.active .btn-show-content {
    position: relative;
    padding: 20px;
    background: none
}

.sort-select {
    display: flex;
    justify-content: end;
    margin: 20px 0px;
    position: relative
}

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px 6px 8px;
    margin: 0px
}

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
    order: 2
}

.sort-select-main p:has(.check) {
    order: 1
}

.sort a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer
}

.sort a.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle
}

.sort a.check i::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg)
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative
}

.sort-select .sort-show::before {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: '';
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0
}

.filter {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none
}

.flex-product-main {
    display: flex;
    gap: 20px
}

.flex-product-main .left-product {
    width: 250px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px
}

.flex-product-main .right-product {
    width: calc(100% - 250px)
}

.wrap-about {
    padding: 55px 0px;
    background: #E7F5EE;
    margin-bottom: 50px
}

.left-about {
    width: 54%
}

.right-about {
    width: 41.667%
}

.video-about {
    width: 100%;
    margin-top: 60px
}

.title-about {
    position: relative;
    margin-bottom: 20px
}

.title-about p {
    color: #15AA5A;
    font-size: 22px;
    margin-bottom: 0px;
    font-style: italic;
    text-transform: uppercase;
    line-height: 30px
}

.title-about span {
    color: #E5020D;
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    line-height: 45px
}

.right-about .title-about span {
    color: #15AA5A
}

.desc-about {
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 30px
}

.desc-about.text-split {
    -webkit-line-clamp: 6
}

.view-about {
    display: inline-block;
    padding: 14px 24px;
    color: #fff;
    background: #15AA5A;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center
}

.view-about:hover {
    color: #fff;
    background: #E5020D
}

.wrap-video {
    margin-bottom: 60px
}

.row-video {
    margin: 0px -10px
}

.col-video {
    padding: 0px 10px;
    margin-bottom: 20px
}

.pic-video {
    position: relative;
    cursor: pointer;
    display: block;
    padding-top: calc(500 / 1200 * 100%);
    overflow: hidden
}

.pic-video:before {
    content: "";
    position: absolute;
    width: 133px;
    height: 133px;
    top: calc(50% - 133px / 2);
    left: calc(50% - 133px / 2);
    z-index: 1;
    background: url(../images/video_big.png) no-repeat center center;
    cursor: pointer;
    background-size: contain
}

.pic-video img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100% !important;
    object-fit: cover
}

.video .pic-video {
    padding-top: calc(500 / 900 * 100%)
}

.video .pic-video:before {
    width: 63px;
    height: 63px;
    top: calc(50% - 63px / 2);
    left: calc(50% - 63px / 2);
    z-index: 1;
    background: url(../images/video_small.png) no-repeat center center
}

.pic-video-2 {
    position: relative;
    cursor: pointer;
    display: block;
    padding-top: calc(192 / 281 * 100%)
}

.pic-video-2:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 63px;
    top: calc(50% - 63px / 2);
    left: calc(50% - 63px / 2);
    z-index: 1;
    background: url(../images/video_small.png) no-repeat center center;
    cursor: pointer;
    background-size: cover
}

.pic-video-2 img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100% !important;
    object-fit: cover
}

.name-video {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    color: var(--color-black)
}

.owl-video {
    margin-top: 25px
}

.box-video {
    cursor: pointer
}

.img-video {
    position: relative;
    padding-top: calc(360 / 480 * 100%)
}

.img-video img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-video::after {
    position: absolute;
    width: 63px;
    height: 63px;
    top: calc(50% - 63px / 2);
    left: calc(50% - 63px / 2);
    background: url(../images/video_small.png) center center no-repeat;
    background-size: contain;
    content: ''
}

.box-video h3 {
    color: #1C1B17;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 16px
}

.row-album {
    margin: 0px -10px
}

.col-album {
    padding: 0px -10px;
    margin-bottom: 20px
}

.album {
    cursor: pointer
}

.pic-album {
    margin-bottom: 10px;
    display: block
}

.name-album {
    margin: 0px;
    font-size: 18px;
    text-align: center;
    font-size: 15px;
    color: #333
}

.name-album a {
    color: #333
}

.name-album:hover,
.name-album a:hover {
    color: var(--color-main)
}

.album .album-image {
    margin-bottom: 0.75rem
}

.album .album-name {
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px;
    color: #212529
}

.wrap-product {
    margin-bottom: 40px
}

.tab-product {
    text-align: center;
    margin-bottom: 15px
}

.item-tab-product {
    cursor: pointer;
    color: #333;
    border-radius: 5px;
    border: 1px solid #15AA5A;
    padding: 5px 15px;
    display: inline-block;
    margin: 0px 5px 5px
}

.item-tab-product:hover,
.item-tab-product.active {
    background: #15AA5A;
    color: #fff
}

.box-brand {
    text-align: center
}

.name-brand {
    margin-top: 10px
}

.name-brand a {
    color: #333;
    font-size: 15px
}

.name-brand a:hover {
    color: var(--color-main)
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    cursor: pointer
}

.rows_1 {
    -webkit-line-clamp: 1
}

.rows_2 {
    -webkit-line-clamp: 2
}

.rows_3 {
    -webkit-line-clamp: 3
}

.rows_4 {
    -webkit-line-clamp: 4
}

.rows_5 {
    -webkit-line-clamp: 5
}

.rows_6 {
    -webkit-line-clamp: 6
}

.hidden-seoh {
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.content-detail-article {
    font-size: 16px
}

.content-detail-article h2 {
    font-size: 20px;
    color: #e13204;
    font-weight: 700
}

.content-detail-article h3 {
    font-size: 18px;
    color: #e13204;
    font-weight: 700
}

[type='checkbox']:checked,
[type='radio']:checked {
    background-color: #ff4203;
}

.row>* {
    padding-left: calc(var(--bs-gutter-x) - 1rem);
    padding-right: calc(var(--bs-gutter-x) - 1rem);
}

.row {
    margin-left: calc(var(--bs-gutter-x) - 1rem);
    margin-right: calc(var(--bs-gutter-x) - 1rem);
}

.btnZaloRequest {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--chudao);
    box-shadow: 0 4px 15px rgba(254,72,8,.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    animation: zalo-pulse 2.4s ease-in-out infinite;
    margin-top: 6px;
    justify-content: center;
}

.btnZaloRequest i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.btnZaloRequest:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 24px rgba(254,72,8,.55);
    background: var(--chudao);
    filter: brightness(1.1);
    animation-play-state: paused;
}

.btnZaloRequest:hover i {
    transform: rotate(-25deg) scale(1.15);
}

.btnZaloRequest:active {
    transform: translateY(0) scale(0.97);
    box-shadow: 0 2px 8px rgba(0, 104, 255, 0.3);
}

/* Shimmer sweep */
.btnZaloRequest::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
    transform: skewX(-20deg);
    animation: zalo-shimmer 3s ease-in-out infinite;
}

/* Ripple dot */
.btnZaloRequest__ripple {
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    animation: zalo-ripple-dot 2.4s ease-in-out infinite;
}

@keyframes zalo-pulse {
    0% {
        box-shadow: 0 4px 15px rgba(254,72,8,0.4);
    }

    50% {
        box-shadow: 0 6px 24px rgba(254,72,8,0.65), 0 0 0 6px rgba(254,72,8,0.12);
    }

    100% {
        box-shadow: 0 4px 15px rgba(254,72,8,0.4);
    }
}

@keyframes zalo-shimmer {
    0% {
        left: -75%;
    }

    60% {
        left: 125%;
    }

    100% {
        left: 125%;
    }
}

@keyframes zalo-ripple-dot {

    0%,
    100% {
        opacity: 0;
        transform: translateY(-50%) scale(0.6);
    }

    40% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }

    70% {
        opacity: 0.3;
        transform: translateY(-50%) scale(1.4);
    }
}

.appNativeMember {
    max-width: 480px;
    width: 100%;
    height: 100%;
    position: relative;
    background: #FFF;
    margin: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 0;
    display: grid;
    grid-template-rows: 80px 1fr 51px;
    gap: 1rem;
}

.appNativeMemberHeader {
    height: 80px;
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: var(--chudao);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appNativeMemberAvatar {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    padding: 0 1rem;
}

.appNativeMemberAvatar img {
    border: 1px solid #fff;
    border-radius: 30px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.appNativeMemberAvatar p {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.appNativeMemberAvatar p strong {
    display: block;
    font-weight: 700;
    font-size: 15px;
line-height: 1.5;
}
.appNativeMemberRate {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 4px 10px;
    margin-right: 1rem;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.25);
    animation: rateFloat 3s ease-in-out infinite;
    flex-shrink: 0;
}
.appNativeMemberRateLabel {
    font-size: 9px;
    font-weight: 600;
    color: rgba(255,255,255,.7);
    text-transform: uppercase;
    letter-spacing: .8px;
}
.appNativeMemberRateValue {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,.4);
}
@keyframes rateFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
.desktop-rate-badge {
    display: inline-block;
    padding: 5px 16px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #fcd34d;
    animation: rateFloat 3s ease-in-out infinite;
    box-shadow: 0 2px 8px rgba(251,191,36,.25);
}
.desktop-rate-badge strong {
    font-weight: 800;
    color: #b45309;
}
.payment-customer-paid {
    animation: rateFloat 3s ease-in-out infinite;
}
.payment-remaining {
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
    0%,100% { opacity: 1; }
    50% { opacity: .7; }
}
.appNativeMemberBell {
    font-size: 2rem;
    color: #FFF !important;
    position: relative;
    z-index: 0;
    padding-right: 1rem;
}

.appNativeMemberBell span {
    width: 20px;
    height: 20px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    color: var(--chudao);
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1;
}

/* ========== ANIMATIONS FOR APPNATIVEMEMBER ========== */

/* Keyframes */
@keyframes appSlideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes appSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes appFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes appScaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes appPulseBell {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.3);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes appShimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

@keyframes appBounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes appFloatUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Main container entrance */
.appNativeMember {
    animation: appFadeIn 0.4s ease-out;
}

/* Header slide down */
.appNativeMemberHeader {
    animation: appSlideDown 0.5s ease-out;
}

/* Avatar fade in with delay */
.appNativeMemberAvatar {
    animation: appFadeIn 0.6s ease-out 0.15s both;
}

/* Avatar image hover effect */
.appNativeMemberAvatar img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appNativeMemberAvatar img:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Bell notification pulse */
.appNativeMemberBell {
    transition: transform 0.3s ease;
}

.appNativeMemberBell:hover {
    transform: scale(1.15);
}

.appNativeMemberBell span {
    animation: appPulseBell 3s ease-in-out infinite;
}

@keyframes pr-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}
@keyframes pr-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: .75; }
}

/* Carousel fade in */
.appNativeMemberCarousel {
    animation: appScaleIn 0.5s ease-out 0.3s both;
}

/* Carousel item hover */
section.appNativeMemberCarouselItem {
    transition: transform 0.3s ease;
}

section.appNativeMemberCarouselItem:hover {
    transform: scale(1.02);
}

/* Carousel box buttons */
.appNativeMemberCarouselBox a {
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.appNativeMemberCarouselBox a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.appNativeMemberCarouselBox a:nth-child(1):hover {
    background: #e04000;
}

/* Tab grid staggered animation */
.appNativeMemberTab a {
    transition: transform 0.3s ease, color 0.3s ease;
    animation: appFloatUp 0.5s ease-out both;
}

.appNativeMemberTab a:nth-child(1) {
    animation-delay: 0.35s;
}

.appNativeMemberTab a:nth-child(2) {
    animation-delay: 0.4s;
}

.appNativeMemberTab a:nth-child(3) {
    animation-delay: 0.45s;
}

.appNativeMemberTab a:nth-child(4) {
    animation-delay: 0.5s;
}

.appNativeMemberTab a:nth-child(5) {
    animation-delay: 0.55s;
}

.appNativeMemberTab a:nth-child(6) {
    animation-delay: 0.6s;
}

.appNativeMemberTab a:nth-child(7) {
    animation-delay: 0.65s;
}

/* Tab icon hover */
.appNativeMemberTab a:hover {
    transform: translateY(-4px);
    color: var(--chudao);
}

.appNativeMemberTab a i {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appNativeMemberTab a:hover i {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Orders heading */
.appNavtiveMemberOrdersHeading {
    animation: appFadeIn 0.5s ease-out 0.4s both;
}

.appNavtiveMemberOrdersHeading a {
    transition: color 0.3s ease, transform 0.2s ease;
}

.appNavtiveMemberOrdersHeading a:hover {
    color: #d03801;
    transform: translateX(3px);
}

/* Order items staggered slide up */
.appNavtiveMemberOrdersBodyITEM {
    animation: appSlideUp 0.5s ease-out both;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.appNavtiveMemberOrdersBodyITEM:nth-child(1) {
    animation-delay: 0.45s;
}

.appNavtiveMemberOrdersBodyITEM:nth-child(2) {
    animation-delay: 0.55s;
}

.appNavtiveMemberOrdersBodyITEM:nth-child(3) {
    animation-delay: 0.65s;
}

.appNavtiveMemberOrdersBodyITEM:nth-child(4) {
    animation-delay: 0.75s;
}

.appNavtiveMemberOrdersBodyITEM:nth-child(5) {
    animation-delay: 0.85s;
}

.appNavtiveMemberOrdersBodyITEM:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Order status badge */
.appNavtiveMemberOrdersBodyITEM_Heading span {
    transition: background 0.3s ease, color 0.3s ease;
}

/* Order tool buttons */
.appNavtiveMemberOrdersBodyITEM_Tool a {
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.appNavtiveMemberOrdersBodyITEM_Tool a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 72, 8, 0.2);
}

.appNavtiveMemberOrdersBodyITEM_Tool a.requestPayment:hover {
    background: #d03801;
}

/* Copyright section */
.appNativeMemberCopyright {
    animation: appFadeIn 0.5s ease-out 0.5s both;
}

.appNativeMemberCopyright a {
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.appNativeMemberCopyright a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 72, 8, 0.2);
}

.appNativeMemberCopyright a:nth-child(1):hover {
    background: #d03801;
}

/* Footer */
.appNativeMemberFooter {
    animation: appSlideUp 0.5s ease-out 0.3s both;
}

.appNativeMemberFooter ul li a {
    transition: color 0.3s ease, transform 0.2s ease;
}

.appNativeMemberFooter ul li a:hover {
    transform: translateY(-2px);
}

.appNativeMemberFooter ul li:nth-child(3) a {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.appNativeMemberFooter ul li:nth-child(3) a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(254, 72, 8, 0.3);
}

/* Menu button */
.appNativeMemberMenuBtn {
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.appNativeMemberMenuBtn:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

/* ========== SLIDE-OUT MENU PANEL ========== */

/* Overlay */
.appNativeMemberOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
}

.appNativeMemberOverlay.active {
    opacity: 1;
    visibility: visible;
}

/* Slide Panel */
.appNativeMemberSlidePanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 85vw;
    height: 100%;
    height: 100dvh;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.15);
    will-change: transform;
}

.appNativeMemberSlidePanel.active {
    transform: translateX(0);
}

/* Panel Header */
.appNativeMemberSlidePanelHeader {
    background: var(--chudao);
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.appNativeMemberSlidePanelHeader::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
}

/* Panel Avatar */
.appNativeMemberSlidePanelAvatar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.appNativeMemberSlidePanelAvatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    object-fit: cover;
    flex-shrink: 0;
}

.appNativeMemberSlidePanelAvatar div {
    display: flex;
    flex-direction: column;
}

.appNativeMemberSlidePanelAvatar div strong {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--font-family);
}

.appNativeMemberSlidePanelAvatar div span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-family: var(--font-family);
    margin-top: 2px;
}

/* Close Button */
.appNativeMemberSlideClose {
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

.appNativeMemberSlideClose:hover {
    transform: rotate(90deg);
    opacity: 1;
}

/* Panel Body */
.appNativeMemberSlideBody {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0;
}

.appNativeMemberSlideBody::-webkit-scrollbar {
    width: 3px;
}

.appNativeMemberSlideBody::-webkit-scrollbar-track {
    background: transparent;
}

.appNativeMemberSlideBody::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

/* Menu List */
.appNativeMemberSlideMenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.appNativeMemberSlideMenu>li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Menu Item Link */
.appNativeMemberSlideMenu>li>a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #333;
    text-decoration: none !important;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.25s ease;
    position: relative;
    gap: 12px;
}

.appNativeMemberSlideMenu>li>a:hover,
.appNativeMemberSlideMenu>li>a:active {
    background: rgba(254, 72, 8, 0.05);
    color: var(--chudao);
    padding-left: 24px;
}

.appNativeMemberSlideMenu>li.active>a {
    color: var(--chudao);
    background: rgba(254, 72, 8, 0.06);
    font-weight: 600;
}

.appNativeMemberSlideMenu>li.active>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 24px;
    background: var(--chudao);
    border-radius: 0 3px 3px 0;
}

/* Menu Icon */
.appNativeMemberSlideIcon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(254, 72, 8, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
    color: var(--chudao);
    transition: background 0.3s ease, transform 0.3s ease;
}

.appNativeMemberSlideMenu>li>a:hover .appNativeMemberSlideIcon,
.appNativeMemberSlideMenu>li.active>a .appNativeMemberSlideIcon {
    background: var(--chudao);
    color: #fff;
    transform: scale(1.05);
}

/* Menu Label */
.appNativeMemberSlideLabel {
    flex: 1;
}

/* Menu Arrow */
.appNativeMemberSlideArrow {
    font-size: 11px;
    color: #bbb;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.appNativeMemberSlideMenu>li>a:hover .appNativeMemberSlideArrow {
    color: var(--chudao);
    transform: translateX(3px);
}

/* Group Toggle */
.appNativeMemberSlideToggle {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #333;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    gap: 12px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.appNativeMemberSlideToggle:hover,
.appNativeMemberSlideToggle:active {
    background: rgba(254, 72, 8, 0.05);
    color: var(--chudao);
}

.appNativeMemberSlideGroup.active>.appNativeMemberSlideToggle {
    color: var(--chudao);
    font-weight: 600;
}

.appNativeMemberSlideGroup.active>.appNativeMemberSlideToggle .appNativeMemberSlideIcon {
    background: var(--chudao);
    color: #fff;
}

.appNativeMemberSlideGroup.active>.appNativeMemberSlideToggle .appNativeMemberSlideArrow {
    color: var(--chudao);
}

/* Group Arrow Rotation */
.appNativeMemberSlideGroup .appNativeMemberSlideArrow i {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.appNativeMemberSlideGroup.open .appNativeMemberSlideArrow i {
    transform: rotate(180deg);
}

/* Sub Menu */
.appNativeMemberSlideSub {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 0, 0, 0.015);
}

.appNativeMemberSlideGroup.open .appNativeMemberSlideSub {
    max-height: 400px;
}

.appNativeMemberSlideSub li {
    list-style: none;
    margin: 0;
}

.appNativeMemberSlideSub li a {
    display: flex;
    align-items: center;
    padding: 11px 20px 11px 68px;
    color: #666;
    text-decoration: none !important;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 400;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.25s ease;
    gap: 10px;
    position: relative;
}

.appNativeMemberSlideSub li a:hover,
.appNativeMemberSlideSub li a:active {
    background: rgba(254, 72, 8, 0.04);
    color: var(--chudao);
    padding-left: 74px;
}

.appNativeMemberSlideSub li.active a {
    color: var(--chudao);
    font-weight: 600;
    background: rgba(254, 72, 8, 0.05);
}

.appNativeMemberSlideSub li.active a::before {
    content: '';
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: var(--chudao);
    border-radius: 50%;
}

.appNativeMemberSlideSub li a i {
    font-size: 12px;
    width: 16px;
    text-align: center;
    color: #aaa;
    transition: color 0.2s ease;
}

.appNativeMemberSlideSub li a:hover i,
.appNativeMemberSlideSub li.active a i {
    color: var(--chudao);
}

/* Logout Item */
.appNativeMemberSlideLogout {
    margin-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.appNativeMemberSlideLogout a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #e74c3c !important;
    text-decoration: none !important;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, padding-left 0.25s ease;
    gap: 12px;
}

.appNativeMemberSlideLogout a:hover,
.appNativeMemberSlideLogout a:active {
    background: rgba(231, 76, 60, 0.06);
    padding-left: 24px;
}

.appNativeMemberSlideLogout .appNativeMemberSlideIcon {
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
}

.appNativeMemberSlideLogout a:hover .appNativeMemberSlideIcon {
    background: #e74c3c;
    color: #fff;
}

/* Staggered item animation on open */
.appNativeMemberSlidePanel.active .appNativeMemberSlideMenu>li {
    animation: slideMenuItemIn 0.4s ease-out both;
}

.appNativeMemberSlidePanel.active .appNativeMemberSlideMenu>li:nth-child(1) {
    animation-delay: 0.05s;
}

.appNativeMemberSlidePanel.active .appNativeMemberSlideMenu>li:nth-child(2) {
    animation-delay: 0.1s;
}

.appNativeMemberSlidePanel.active .appNativeMemberSlideMenu>li:nth-child(3) {
    animation-delay: 0.15s;
}

.appNativeMemberSlidePanel.active .appNativeMemberSlideMenu>li:nth-child(4) {
    animation-delay: 0.2s;
}

@keyframes slideMenuItemIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Smooth scrollbar for body */
.appNativeMemberBody {
    scroll-behavior: smooth;
}

.appNativeMemberBody::-webkit-scrollbar {
    width: 4px;
}

.appNativeMemberBody::-webkit-scrollbar-track {
    background: transparent;
}

.appNativeMemberBody::-webkit-scrollbar-thumb {
    background: rgba(254, 72, 8, 0.3);
    border-radius: 10px;
}

.appNativeMemberBody::-webkit-scrollbar-thumb:hover {
    background: rgba(254, 72, 8, 0.6);
}

.pay-req-toast {
    display: none;
}

.payment-requests-wrap {
    padding: 1rem;
    padding-bottom: 0;
}

.payment-request-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    border: 1px solid #fecaca;
    border-left: 4px solid #ef4444;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 2px 8px rgba(239,68,68,.06), 0 0 0 0 rgba(239,68,68,0);
    animation: pr-float 3.5s ease-in-out infinite;
    transition: box-shadow .35s, transform .35s, border-color .35s;
    position: relative;
    overflow: hidden;
}
.payment-request-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 100% 0%, rgba(239,68,68,.04) 0%, transparent 60%);
    pointer-events: none;
}
.payment-request-item:hover {
    box-shadow: 0 8px 28px rgba(239,68,68,.12), 0 0 0 4px rgba(239,68,68,.06);
    transform: translateY(-2px);
    border-color: #fca5a5;
}
.payment-request-item:nth-child(2) { animation-delay: .6s; }
.payment-request-item:nth-child(3) { animation-delay: 1.2s; }
.payment-request-item:nth-child(4) { animation-delay: 1.8s; }
.payment-request-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ef4444;
    flex-shrink: 0;
    animation: pr-pulse 2.4s ease-in-out infinite;
    box-shadow: 0 2px 6px rgba(239,68,68,.1);
}
.payment-request-item__body {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.payment-request-item__label {
    font-weight: 700;
    color: #dc2626;
    font-size: 11px;
    background: #fef2f2;
    padding: 3px 9px;
    border-radius: 6px;
    white-space: nowrap;
    letter-spacing: .2px;
}
.payment-request-item__code {
    font-size: 12px;
    color: #6b7280;
    white-space: nowrap;
    font-weight: 500;
}
.payment-request-item__amount {
    font-size: 13px;
    font-weight: 700;
    color: #e53935;
}
.payment-request-item__btn {
    flex-shrink: 0;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff !important;
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .3s;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(239,68,68,.25);
    letter-spacing: .2px;
}
.payment-request-item__btn:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    box-shadow: 0 6px 20px rgba(239,68,68,.4);
    transform: translateY(-1px) scale(1.03);
}
@keyframes pr-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
@keyframes pr-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 2px 6px rgba(239,68,68,.1); }
    50% { transform: scale(1.08); box-shadow: 0 4px 14px rgba(239,68,68,.18); }
}

.btn , .payment-request-item__btn {
    border-radius: 3rem !important;
}
.lang-header a{display:inline-flex;align-items:center;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.lang-header a:hover{transform:translateY(-4px) scale(1.12);filter:drop-shadow(0 6px 16px rgba(0,0,0,.2))}.lang-header a img{transition:all .35s ease}.lang-header a:hover img{filter:brightness(1.1) saturate(1.2)}.lang-header{gap:10px}

.form-control {
    resize: none;
}

.shiporder-row__grid {
    grid-template-columns: 1fr !important;
}

.input-cart-grid_label > b {
    display: none;
}