﻿@font-face {
    font-family: avo;
    src: url(/Styles/font/UTM_Avo.ttf);
}

@font-face {
    font-family: avoB;
    src: url(/Styles/font/UTM_AvoBold.ttf);
}

@font-face {
    font-family: mulil;
    src: url(/Styles/font/Muli-Light.ttf);
}

@font-face {
    font-family: muli;
    src: url(/Styles/font/Muli-Regular.ttf);
}

@font-face {
    font-family: mulib;
    src: url(/Styles/font/Muli-Bold.ttf);
}

@font-face {
    font-family: and;
    src: url(/Styles/font/SVN-Androgyne.ttf);
}

@font-face {
    font-family: uhe;
    src: url(/Styles/font/UTM-HelvetIns.ttf);
}

@font-face {
    font-family: agd;
    src: url(/Styles/font/SVN-Aguda-Regular.otf);
}

@font-face {
    font-family: ble;
    src: url(/Styles/font/SVN-Blenda-Script.ttf);
}

@font-face {
    font-family: avos;
    src: url(/Styles/font/SVN-Avo.ttf);
}

@font-face {
    font-family: avosb;
    src: url(/Styles/font/SVN-Avo-bold.ttf);
}

@font-face {
    font-family: azuki;
    src: url("/Styles/font/UTM Azuki.ttf");
}

@font-face {
    font-family: swi;
    src: url("/Styles/font/UTM SWISS CONDENSED.ttf");
}

@font-face {
    font-family: swib;
    src: url("/Styles/font/UTM SWISS CONDENSEDBOLD.ttf");
}

@font-face {
    font-family: nb;
    src: url("/Styles/font/Nunito/Nunito-Bold.ttf");
}

@font-face {
    font-family: nbl;
    src: url("/Styles/font/Nunito/Nunito-Black.ttf");
}

@font-face {
    font-family: nexb;
    src: url("/Styles/font/Nunito/Nunito-ExtraBold.ttf");
}

@font-face {
    font-family: nl;
    src: url("/Styles/font/Nunito/Nunito-Light.ttf");
}

@font-face {
    font-family: nm;
    src: url("/Styles/font/Nunito/Nunito-Medium.ttf");
}

@font-face {
    font-family: nr;
    src: url("/Styles/font/Nunito/Nunito-Regular.ttf");
}

@font-face {
    font-family: nsb;
    src: url("/Styles/font/Nunito/Nunito-SemiBold.ttf");
}

@font-face {
    font-family: pb;
    src: url("/Styles/font/PLUSJAKARTASANS-BOLD.ttf");
}

@font-face {
    font-family: peb;
    src: url("/Styles/font/PLUSJAKARTASANS-EXTRABOLD.ttf");
}

@font-face {
    font-family: pl;
    src: url("/Styles/font/PLUSJAKARTASANS-LIGHT.ttf");
}

@font-face {
    font-family: pm;
    src: url("/Styles/font/PLUSJAKARTASANS-MEDIUM.ttf");
}

@font-face {
    font-family: pr;
    src: url("/Styles/font/PLUSJAKARTASANS-REGULAR.ttf");
}

@font-face {
    font-family: psb;
    src: url("/Styles/font/PLUSJAKARTASANS-SEMIBOLD.ttf");
}

/*Font Medi France*/
@font-face {
    font-family: InterM;
    src: url("/Styles/font/MediFrance/Inter/static/Inter-Medium.ttf");
}

@font-face {
    font-family: InterL;
    src: url("/Styles/font/MediFrance/Inter/static/Inter-Light.ttf");
}

@font-face {
    font-family: InterR;
    src: url("/Styles/font/MediFrance/Inter/static/Inter-Regular.ttf");
}

@font-face {
    font-family: InterB;
    src: url("/Styles/font/MediFrance/Inter/static/Inter-Bold.ttf");
}

@font-face {
    font-family: InterEB;
    src: url("/Styles/font/MediFrance/Inter/static/Inter-ExtraBold.ttf");
}

@font-face {
    font-family: InterSB;
    src: url("/Styles/font/MediFrance/Inter/static/Inter-SemiBold.ttf");
}

@font-face {
    font-family: Roboto;
    src: url("/Styles/font/MediFrance/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: RobotoSB;
    src: url("/Styles/font/MediFrance/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('font/MediFrance/Montserrat/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('font/MediFrance/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('font/MediFrance/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('font/MediFrance/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Dongle-Bold';
    src: url('font/Dongle/Dongle-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Dongle-Regular';
    src: url('font/Dongle/Dongle-Regular.ttf') format('truetype');
}
/*end*/

/*-----------------------------------*\
  #style.css
\*-----------------------------------*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #657384;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #d9dfe5;
    border-radius: 10px;
}
/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {
    /**
   * colors
   */
    --spanish-gray: hsl(0, 0%, 60%);
    --sonic-silver: hsl(0, 0%, 47%);
    --eerie-black: hsl(0, 0%, 13%);
    --salmon-pink: hsl(353, 100%, 78%);
    --sandy-brown: hsl(29, 90%, 65%);
    --bittersweet: hsl(0, 100%, 70%);
    --ocean-green: hsl(152, 51%, 52%);
    --davys-gray: hsl(0, 0%, 33%);
    --cultured: hsl(0, 0%, 93%);
    --white: hsl(0, 100%, 100%);
    --onyx: #304361;
    --isures-sdc-primary: #dc6803;
    --isures-sdc-secondary: #fff3e1;
    /**
   * typography
   */
    --fs-1: 1.563rem;
    --fs-2: 1.375rem;
    --fs-3: 1.25rem;
    --fs-4: 1.125rem;
    --fs-5: 1rem;
    --fs-6: 0.938rem;
    --fs-7: 0.875rem;
    --fs-8: 0.813rem;
    --fs-9: 0.75rem;
    --fs-10: 0.688rem;
    --fs-11: 0.625rem;
    --weight-300: 300;
    --weight-400: 400;
    --weight-500: 500;
    --weight-600: 600;
    --weight-700: 700;
    /**
   * border-radius
   */
    --border-radius-md: 10px;
    --border-radius-sm: 5px;
    /**
   * transition
   */
    --transition-timing: 0.2s ease;
}

@keyframes translateWelcome1 {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    75% {
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateWelcome2 {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }

    75% {
        transform: translateX(-50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes phone-icon {
    0% {
        transform: translate3d(0px, 0, 0) rotate(-35deg);
    }

    2% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    4% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    6% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    8% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    10% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    12% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    14% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    16% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    18% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    20% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    22% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    24% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    26% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    28% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    30% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    32% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    34% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    36% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    38% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    40% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    42% {
        transform: translate3d(2px, 0, 0) rotate(-35deg);
    }

    44% {
        transform: translate3d(-2px, 0, 0) rotate(-35deg);
    }

    46% {
        transform: translate3d(0em, 0, 0) rotate(-35deg);
    }
}

@keyframes phone-icon2 {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    2% {
        transform: translate3d(2px, 0, 0);
    }

    4% {
        transform: translate3d(-2px, 0, 0);
    }

    6% {
        transform: translate3d(2px, 0, 0);
    }

    8% {
        transform: translate3d(-2px, 0, 0);
    }

    10% {
        transform: translate3d(2px, 0, 0);
    }

    12% {
        transform: translate3d(-2px, 0, 0);
    }

    14% {
        transform: translate3d(2px, 0, 0);
    }

    16% {
        transform: translate3d(-2px, 0, 0);
    }

    18% {
        transform: translate3d(2px, 0, 0);
    }

    20% {
        transform: translate3d(-2px, 0, 0);
    }

    22% {
        transform: translate3d(2px, 0, 0);
    }

    24% {
        transform: translate3d(-2px, 0, 0);
    }

    26% {
        transform: translate3d(2px, 0, 0);
    }

    28% {
        transform: translate3d(-2px, 0, 0);
    }

    30% {
        transform: translate3d(2px, 0, 0);
    }

    32% {
        transform: translate3d(-2px, 0, 0);
    }

    34% {
        transform: translate3d(2px, 0, 0);
    }

    36% {
        transform: translate3d(-2px, 0, 0);
    }

    38% {
        transform: translate3d(2px, 0, 0);
    }

    40% {
        transform: translate3d(-2px, 0, 0);
    }

    42% {
        transform: translate3d(2px, 0, 0);
    }

    44% {
        transform: translate3d(-2px, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes translateX1 {
    0% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateX2 {
    0% {
        transform: translateX(400%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateX3 {
    0% {
        transform: translateX(800%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateX_1 {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateX_2 {
    0% {
        transform: translateX(-400%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateX_3 {
    0% {
        transform: translateX(-800%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes rotateLeft {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(-180deg);
    }

    100% {
        opacity: 1;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 0 -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: .4;
        transform: translate3d(0, 0, 0) scale(1);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(2);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(2);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes glitter {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }

    25% {
        -moz-transform: scale(0.5);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(1);
        opacity: 1;
    }

    75% {
        -moz-transform: scale(0.5);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

body {
    margin: auto;
    padding: 0;
    background: #fff;
    font-family: 'InterR';
    background-position: center top;
}

    body.changeback {
        background: #fff;
    }

/* ==================== RESET & CƠ BẢN ==================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.logo {
    left: 0;
    top: 0;
    z-index: 9999;
}

    .logo a {
        display: block;
    }

    .logo canvas {
        z-index: 2;
    }

    .logo img {
        margin: 0 !important;
        z-index: 2;
    }

.container {
    max-width: 1260px;
    margin: auto;
    box-sizing: border-box;
    width: 96%;
}

.inner-page-system-child {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    background: #edf0f3;
}

.list-system-child {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 30px;
}

.store-location {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 6px;
    border-bottom: 1px solid #e5e5e5;
}

h4.store-name {
    margin: 0;
    font-weight: bold;
    color: #0e9048;
    font-size: 18px;
    line-height: 135%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Montserrat-SemiBold';
    margin-top: 15px;
    height: auto;
}

.title-map-city h2 {
    margin: 0;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.col-tinh {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.list-loc-tinh-quan {
    display: flex;
    align-items: center;
}

.col-tinh label {
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
}

.col-tinh select {
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 50px;
    font-family: 'InterL';
    cursor: pointer;
}

.title-cate-city {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

.store-location p span {
    font-weight: 700;
}

.store-location p {
    font-size: 16px;
}

.store-map-arrow {
    font-size: 1em;
    font-weight: 700;
    color: #4d9004;
}

.store-map {
    font-size: 1em;
    font-weight: 700;
    color: #4d9004;
    text-decoration: underline;
}

.inner-page-system-child .title-category.cate-title-childdd h1 {
    font-size: 24px;
}

li.item-cate-new-h {
    display: inline-block;
    list-style: none;
    margin-right: 12px;
}

    li.item-cate-new-h a {
        display: block;
        color: #1E1E1E;
        font-family: 'Montserrat-Medium';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 117.84%; /* 16.498px */
        padding: 8px 12px;
        border-radius: 50px;
        border: 0.5px solid #E77817;
        background: #FFF;
        transition: all .3s;
    }

.NameDesCompaAbout section strong {
}

ul.list-cate-n-home {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    display: inline-block;
}

li.item-cate-new-h a:hover {
    background: #13964d;
    border-color: #13964d;
    color: #fff;
}

.header {
    position: relative;
    transition: all 0.8s ease;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.relative-head {
    display: block;
    position: relative;
    background: #007eec;
    text-align: right;
    height: 40px;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    z-index: 9;
}

.menu-head {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

    .menu-head .container {
        text-align: center;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 32%;
        row-gap: 0px;
    }

.per_50 {
    text-align: center;
}

.menu-head ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.menu-head li {
    display: inline-block;
    list-style: none;
}

.menu-head a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #0e9048;
    padding: 12px 8px;
    position: relative;
}

    .menu-head a:before {
        width: 1px;
        height: 10px;
        content: '';
        background: #52c482;
        position: absolute;
        left: 0;
        top: 16px;
    }

.menu-head li:first-child a:before {
    display: none;
}

.banner-page {
    display: block;
    overflow: hidden;
    position: relative;
}

    .banner-page img {
        width: 100%;
        display: block;
    }

    .banner-page.banner-title > a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgb(0 9 28 / 85%);
        z-index: 1;
    }

.tit-category-page {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 2;
}

    .tit-category-page a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 45px;
        font-family: swib;
        background-image: url(/Design/before-tit-w.png);
        background-repeat: no-repeat;
        padding-left: 55px;
        background-position: 10px 14px;
    }

.comname {
    text-transform: uppercase;
    margin-top: 0;
    margin-left: 20px;
}

    .comname h4 {
        display: block;
        font-size: 18px;
        font-family: 'rm';
        color: #ffcc00;
        margin: auto;
    }

    .comname h3 {
        display: block;
        font-size: 26px;
        color: #ffcc00;
        font-family: ab;
        margin: auto;
    }

.real-time {
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin-top: 6px;
}

    .real-time p {
        display: inline-block;
        margin: auto;
        margin-left: 4px;
    }

.top-menu {
    float: left;
}

.top-header {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .top-header img {
        display: block;
        width: 100%;
    }

    .top-header .container {
        padding: 0px 0;
        height: 100%;
        position: relative;
    }

    .top-header i {
    }

    .top-header .Address {
        float: left;
        font-weight: normal;
    }

    .top-header .hotline {
        float: left;
        margin-left: 20px;
        font-weight: normal;
    }

        .top-header .hotline i {
            font-size: 15px;
        }

    .top-header .daily {
        margin-right: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .top-header .khuyenmai {
        margin-right: 15px;
        font-weight: bold;
        text-transform: uppercase;
        animation: tada 3s infinite;
    }

        .top-header .khuyenmai:hover {
            color: #ca0c00;
        }

    .top-header .socal-link a {
        margin-left: 5px;
        font-size: 15px;
    }

.holine-top {
    margin-bottom: 0;
    margin-top: 0;
    color: #ffa510; /* overflow: hidden; */
    font-size: 19px;
    font-family: nexb;
    position: relative;
    float: left;
    text-align: left;
    border-radius: 50px;
}

    .holine-top span {
        display: block; /* overflow: hidden; */
        font-family: nsb;
        font-size: 15px;
        color: #0e9048;
    }

    .holine-top strong {
        display: block;
        margin-top: -2px;
    }

    .holine-top a {
        text-decoration: none;
        padding-left: 0;
        padding-bottom: 0;
        color: inherit;
        font-family: inherit;
        display: inline-block;
        padding: 1px 17px 1px;
    }

        .holine-top a:nth-child(n+2) {
            margin-left: 15px;
        }

    .holine-top i {
        color: #7eff67;
        font-size: 17px;
        text-align: center;
        display: inline-block;
        transform: rotate(-45deg);
        margin-top: 0;
        margin-right: 3px;
    }

.email-top {
    float: left;
    font-size: 13px;
    color: #ffffff;
    margin-left: 15px;
    margin-top: 5px;
}

    .email-top a {
        text-decoration: none;
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        display: block;
        overflow: hidden;
    }

    .email-top i {
        color: #7eff67;
        font-size: 15px;
        margin-right: 5px;
        margin-top: 1px;
        float: left;
    }

.menu-top {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 218px;
}

.WHotlineHeader a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 3px 21px;
    padding-left: 26px;
}

.menu-top ul {
    padding: 0;
    margin: auto;
}

.menu-top li {
    display: inline-block;
    list-style: none;
}

li.drop-item {
    display: block;
}

.WDecorBackHotHeader {
    position: absolute;
    right: 0;
    top: 0;
}

ul.list li.nav-item .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: -25px;
    left: 0;
    font-size: 10px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #646464;
    z-index: 2;
    margin: auto;
}

ul.list li.nav-item {
    position: relative;
}

.nav-item:hover .nav-drop {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.decorSvgHotline {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.WDecorBackHotHeader img {
    display: block;
    width: 100%;
    height: 63px;
}

.decorSvgHotline svg {
}

.RHotlineHeader {
    position: relative;
    margin-left: 8px;
    color: #1E1E1E;
}

.nav-drop {
    top: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    border-radius: 6px;
    pointer-events: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    padding: 4px 0;
    min-width: 100%;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    z-index: 2;
}

.drop-item a {
    font-size: 16px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #2c2c2c;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

    .drop-item a::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 5px;
        background-color: #eb0009;
        left: -7px;
        transition: all ease .3s;
    }

    .drop-item a span {
        transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    }

    .drop-item a:hover::before {
        left: 8px;
    }

    .drop-item a:hover span {
        color: var(--default-color-2);
        transform: translateX(5px);
    }

.nav-item {
    position: relative;
}

.WDecorBackHotHeader svg path {
}

.nav-item .nav-link {
    display: inline-flex;
    text-decoration: none;
    padding: 10px 10px;
    overflow: hidden;
    align-items: center;
    color: #666;
    font-family: 'InterSB';
    height: 40px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: all .3s;
}

a.home-page-icon {
    padding-left: 0;
}

ul.list.rs {
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.drop-item a {
    font-size: 16px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #2c2c2c;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.menu-top a {
    display: inline-flex;
    text-decoration: none;
    padding: 10px 10px;
    overflow: hidden;
    align-items: center;
    color: #666;
    font-family: 'InterSB';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.bottom-header ul.list li.nav-item .btn {
    color: #666;
}

ul.nav-drop.rs li.drop-item a {
    color: #1E1E1E;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'InterR';
    font-weight: normal;
    padding: 12px;
}

li.view-full-product {
    display: flex;
    width: 100%;
    height: 66px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #FF001C 0%, #C20116 100%);
}

ul.list li.nav-item > a:hover {
    color: #C20116;
}

    ul.list li.nav-item > a:hover svg path {
        fill: #fff;
    }

a.home-page-icon {
    height: 40px;
}

.menu-top a img {
    float: left;
    margin-right: 5px; /* margin-top: 1px; */
}

.menu-top a:nth-child(3) img {
    margin-top: 2px;
}

.top-header .right {
    margin-top: 0;
    text-align: right;
}

.WHotlineHeader section {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 5px;
}

.RHotlineHeader span {
    display: block;
    color: #FFF;
    font-family: 'InterM';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.RHotlineHeader strong {
    margin-top: 1px;
    display: block;
    color: #FFFF01;
    font-family: 'InterSB';
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.decorSvgCartHome svg path {
}

.decorSvgCartHome svg {
    width: 45px;
    height: 45px;
}

.RHotlineHeader strong a {
    color: #1E1E1E;
    font-family: 'InterSB';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .RHotlineHeader strong a:nth-child(1) {
        margin-right: 4px;
    }

    .RHotlineHeader strong a:nth-child(2) {
        margin-left: 4px;
    }

    .RHotlineHeader strong a:hover {
        color: #e77817;
    }

.login-form {
    position: relative;
}

.WHeaderLogin a {
    color: #FFF;
    font-family: InterSB;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 12px;
}

    .WHeaderLogin a:hover {
        color: var(--default-color-2);
    }

    .WHeaderLogin a:nth-child(1) {
        display: flex;
        align-items: center;
        border-right: 1px solid #FFF;
    }

        .WHeaderLogin a:nth-child(1) svg {
            margin-right: 7px;
        }

.box-login {
    position: absolute;
    right: 0;
    background: #fff;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%), 0 0 1px 0 rgb(255 255 255 / 50%);
    overflow: hidden;
    z-index: 999999;
    width: 205px;
    top: 100%;
    text-align: left;
    padding: 15px;
    color: #000;
    box-sizing: border-box; /* display: none; */
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
    -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
    transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
}

.login-form:hover .box-login {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.box-login a {
    display: block;
    text-decoration: none;
    color: #646464;
    padding: 5px 0;
}

.box-login i {
    width: 20px;
    margin-right: 5px;
}

.box-login a:hover {
    color: #0e9048;
}

.middle-header {
    height: 67px;
    background: url(/Design/MyLinhFood/bb.png) no-repeat;
    background-size: cover;
}

.WHeaderContentTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.product-default.product-seller .btn-detail-seller a {
    width: 163.511px;
    border-radius: 33.83px;
}

.WAddressHeaderL {
    display: flex;
    align-items: center;
}

.WEmailHeaderL {
    display: flex;
    align-items: center;
    height: 100%;
}

.topLHeader {
    display: flex;
    align-items: center;
    margin-left: 231px;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.relative-head-top {
    height: 43px;
}

.WAddressHeaderL span {
    font-family: 'InterM';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 6px;
    background: linear-gradient(180deg, #C20116 0%, #80010E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topRHeader {
    display: none;
}

.WEmailHeaderL span {
    display: block;
    font-family: 'Dongle-Bold';
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: normal; /* 54px */
    background: linear-gradient(180deg, #C20116 0%, #80010E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 100%;
}

    .WEmailHeaderL span a {
        color: #FFF;
        font-family: 'Montserrat-Medium';
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
    }

.WEmailHeaderL {
}

.WSvgEmailH {
    display: flex;
}

.slogan-header-home {
    margin-right: 25px;
}

    .slogan-header-home img {
        display: block;
        width: 100%;
        height: 100%;
    }

.slogan-header-home {
    width: 35%;
}

.text-highlight {
    font-size: 20px; /* Kích thước chữ */
    /* Chữ đậm */
    font-family: 'InterSB';
    color: #FFEB3B; /* Màu cam cho chữ */
    /* Đổ bóng xuống dưới bên phải */
    text-shadow: -1px 0px 0px #fff;
}

.middle-header .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle-header.fixed .container {
    bottom: 0;
}

.middle-header .logo {
    padding: 0px 0;
    z-index: 99999;
    position: relative;
    top: 6px;
    left: 25px;
}

    .middle-header .logo img {
        display: none;
    }

    .middle-header .logo a {
        width: 157px !important;
        height: 148px !important;
    }

    .middle-header .logo canvas, .middle-header .logo img {
        width: 100%;
        height: 100%;
    }

.relative-head-top .container {
    position: relative;
    height: 100%;
}

    .relative-head-top .container:after {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.40);
        width: 87%;
        height: 1px;
        right: 0;
        bottom: 0;
    }

.middle-header.fix {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 50px; /* background: #021540; */
    background-position: bottom center;
    background-size: 100% auto;
    box-shadow: 1px 2px 5px #000;
    text-align: center;
    transition: 0.5s;
    z-index: 99999;
}

    .middle-header.fix .right-top { /* margin-top: 13px; */
    }

    .middle-header.fix .menusub {
        padding-top: 0;
    }

.middle-header hgroup {
    padding: 32.15px 0;
    margin-left: 10px;
}

    .middle-header hgroup h2 {
        font-size: 28px;
        font-family: avob;
        text-transform: uppercase;
        color: #ca0c00;
    }

    .middle-header hgroup h4 {
        color: #eeab51;
        font-family: avo;
        text-transform: uppercase;
        font-size: 18px;
    }

.middle-header .sloganhead {
    z-index: 9;
    position: absolute;
    right: 22.1%;
    text-align: center;
    padding: 36.59px 0;
}

    .middle-header .sloganhead h2 {
        font-family: avob;
        color: #ca0c00;
        font-size: 20px;
        text-transform: uppercase;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    }

    .middle-header .sloganhead h3 {
        font-family: avob;
        color: #ffef38;
        font-size: 20px;
        text-transform: uppercase;
        text-shadow: 2px 0 0 #ca0c00, -2px 0 0 #ca0c00, 0 2px 0 #ca0c00, 0 -2px 0 #ca0c00, 1px 1px #ca0c00, -1px -1px 0 #ca0c00, 1px -1px 0 #ca0c00, -1px 1px 0 #ca0c00;
    }

.middle-header .photo-slide {
    position: relative;
}

    .middle-header .photo-slide ul {
        overflow: hidden;
        margin: 4px 0;
    }

        .middle-header .photo-slide ul li {
            width: 97px;
            height: 97px;
            overflow: hidden;
            border-radius: 50%;
            border: 5px solid white;
            float: left;
            position: relative;
        }

            .middle-header .photo-slide ul li img {
                width: 100%;
                height: 100%;
                float: left;
                position: absolute;
                left: 0;
                top: 0;
            }

            .middle-header .photo-slide ul li:first-child {
                margin: 6.5px 0;
                margin-right: -15px;
            }

            .middle-header .photo-slide ul li:nth-child(2) {
                width: 110px;
                height: 110px;
                z-index: 1;
            }

            .middle-header .photo-slide ul li:last-child {
                margin: 6.5px 0;
                margin-left: -15px;
            }

#search-result {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%), 0 0 1px 0 rgb(255 255 255 / 50%);
    overflow: hidden;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    padding: 30px;
    display: none;
}

.left-result {
    width: 35%;
    float: left;
}

.right-result {
    width: 60%;
    float: right;
}

.box-result {
}

    .box-result:nth-child(n+2) {
        margin-top: 20px;
    }

.tit-result {
    display: block;
    border-bottom: 1px solid #dadde1;
    text-transform: uppercase;
    font-family: 'InterSB';
    font-size: 15px;
    padding-bottom: 5px;
}

.content-result {
    margin-top: 10px;
}

.list-pro-result {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
}

.item-result .title-product a {
    height: auto;
}

.item-result .imgproduct {
    height: 171px;
}

.item-result .info-product {
}

.item-result .title-product {
    font-size: 15px;
}

.item-result .cost-product {
    margin-top: 8px;
}

    .item-result .cost-product span {
        font-size: 15px;
    }

.more-result {
    text-align: center;
    display: block;
    margin-top: 20px;
}

    .more-result a {
        font-size: 15px;
        font-family: 'InterSB';
        border: 1px solid;
        padding: 5px 12px;
        border-radius: 3px;
        color: #6a6a6a;
    }

        .more-result a:hover {
            background: #e77817;
            color: #fff;
            border-color: #e77817;
        }

.content-category {
}

    .content-category a {
        display: block;
        font-family: 'InterM';
        padding: 5px 0;
        color: #7e7e7e;
    }

        .content-category a:hover {
            color: #eb0009;
        }

.content-article a {
    display: block;
    font-size: 15px;
    font-family: 'InterM';
    padding: 5px 0;
    line-height: 150%;
}

    .content-article a:nth-child(n+2) { /* margin-top:10px; */
    }

    .content-article a:hover {
        color: #eb0009;
    }

.menu-promo {
    height: 100%;
    /* white-space: nowrap; */
    text-align: left;
    overflow: hidden;
}

    .menu-promo a {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        padding: 0 10px;
        height: 100%;
        line-height: 39px;
        color: #4f4f4f;
    }

        .menu-promo a:hover {
            color: #0e9048;
        }

.left-header {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 50px;
    width: 44%;
}

.right-header {
    width: 36%;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-left: 3px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flash-sale-header a img {
    display: block;
    width: 100%;
    height: 100%;
}

.flash-sale-header {
    width: 27%;
    margin-left: 8px;
    margin-right: 4px;
}

.flex-head {
    margin: auto;
    margin-right: 5px;
    margin-left: 6px;
}

.span-header {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
}

a#ctl00_top_HeadNew_hplUser {
    display: flex;
    width: max-content;
    background: #e77817;
    border-radius: 50px;
    align-items: center;
    padding: 7px 10px;
    height: unset;
    line-height: normal;
    position: relative;
    overflow: unset;
}

    a#ctl00_top_HeadNew_hplUser span {
        margin-right: 5px;
    }

    a#ctl00_top_HeadNew_hplUser img#imgav {
        margin-right: 2px;
    }

span#ctl00_top_HeadNew_lbthongbao {
    left: unset;
    right: -9px;
    top: -3px;
}

.icon-login img {
    width: 26px;
    height: 26px;
    display: block;
    object-fit: cover;
    border-radius: 50px;
}

.bot-header {
    position: relative; /* z-index: 1; */
    background: #ca0c00;
}

    .bot-header > .container {
        height: 54.21px;
    }

{
    position: relative;
    z-index: 99998;
    display: inline-block;
    margin: auto;
    margin-right: 0;
}

.bottom-header {
    align-items: center;
    justify-content: center;
    position: relative;
    height: 58px;
    background: transparent;
}

    .bottom-header.bottom-inner { /* background: #0e9048; */
    }

    .bottom-header .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bottom-header.bottom-inner .container {
        height: 40px;
        overflow: inherit;
    }

.title-category.bill-cart-child {
    display: flex;
    align-items: center;
}

    .title-category.bill-cart-child h1 {
        font-size: 26px;
    }

.li-bot-head {
    overflow: hidden;
    font-size: 17px;
    height: 100%;
    float: left;
    position: relative;
}

    .li-bot-head:before {
        content: "";
        width: 1px;
        height: 21px;
        background: #c3c3c3;
        position: absolute;
        left: 0;
        top: 13px;
    }

    .li-bot-head:first-child:before {
        display: none;
    }

    .li-bot-head:first-child {
        border: none;
    }

    .li-bot-head:last-child {
        padding-right: 0;
    }

    .li-bot-head img {
        margin-right: 10px;
    }

    .li-bot-head:nth-child(1) img {
    }

    .li-bot-head:nth-child(2) img {
    }

    .li-bot-head:nth-child(3) img {
    }

    .li-bot-head:nth-child(4) img {
    }

    .li-bot-head:nth-child(5) img {
    }

    .li-bot-head span {
    }

    .li-bot-head a {
        text-decoration: none;
        font-family: 'Montserrat-SemiBold';
        color: #ff002a;
        margin: auto;
    }

.nav_main {
    position: absolute;
    left: 0;
    right: 0;
    top: 195px;
}

.nav {
    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 99999;
    width: 237px;
    background: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    font-family: 'pm';
    border-radius: 10px;
}

    .nav.nav-hid {
        padding: 0;
        float: left;
        margin-right: 10px;
        /* border: 1px solid #fff; */
        border-radius: 0;
        /* width: auto; */
        /* border: 2px solid #fff; */
        position: relative;
    }

    .nav .container {
        position: relative;
        height: 106px;
    }

.tit-nav {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #ff9c13;
    padding: 10px 17px;
    position: relative;
    z-index: 9999;
    background: #fff;
    z-index: 9;
    box-sizing: border-box;
}

.nav.nav-hid .tit-nav {
    background: #0e9048;
    color: #fff;
    padding: 10px 17px;
    height: 40px;
    text-align: left;
    border-bottom: 0;
}

.tit-nav i {
    width: 28px;
    text-align: center;
    float: left;
    font-size: 19px;
    margin-right: 5px;
}

.menu_main {
    padding: 0;
    margin: auto;
    height: 100%;
    display: block;
    background: #fff;
}

.nav-hid .menu_main {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999999;
    width: 100%;
    text-align: left;
    height: auto;
    box-shadow: 1px 0 9px #00000061;
    padding: 10px 0;
    box-sizing: border-box;
}

.nav.nav-hid:hover .menu_main {
    display: block;
}

.menu_main > li {
    z-index: 0;
    font-size: 14px;
    color: #4f4f4f;
    text-decoration: none;
    margin: auto;
    padding: 0;
    list-style: none;
    font-family: pm;
    display: block;
    margin-top: 5px;
    padding: 0 10px;
}

    .menu_main > li:first-child {
        margin: 0;
    }

    .menu_main > li.hidden {
        display: none;
    }

    .menu_main > li:nth-child(n+3) { /* margin-left: 0; */
    }

    .menu_main > li:nth-child(5) { /* margin-left: 103px; */
    }

    .menu_main > li > a {
        display: block;
        padding: 10px 10px;
        position: relative;
        transition: .4s;
        text-decoration: none;
        color: inherit;
        font-size: inherit;
        line-height: 24px;
        overflow: hidden;
        position: relative;
    }

        .menu_main > li > a > i {
            float: left;
            width: 24px;
            text-align: center;
            margin-right: 5px;
        }

            .menu_main > li > a > i img {
                display: block;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
                margin-top: 1px;
            }

        .menu_main > li > a > img {
            float: left;
            position: absolute;
            left: 0;
        }

        .menu_main > li > a.a-child-page {
            padding: 4px 7px;
        }

.middle-header.fix .menu_main > li > a {
    padding: 15px 31px;
}

.middle-header.fix .menu_main > li.havesub > a:after {
    top: 33px;
}

.menu_main > li.havesub > a:after {
    content: "\f105 ";
    position: absolute;
    border-top-color: #fff;
    right: 10px;
    top: 4px;
    font-family: "fontawesome";
    z-index: 1;
    font-size: 11px;
    font-weight: bold;
}

.menu_main > li ul li a:after {
}

.menu_main > li.home > a.active {
}

.menu_main > li.none-mb {
    display: none;
}

.menu_main > li:nth-child(n+3):before {
    position: absolute; /* content:""; */
    border-left: 1px solid #e8b065;
    width: 1px;
    height: 15px;
    top: 40%;
    left: 0;
}

.menu_main > li:hover a,
.menu_main > li > a.active {
    color: #0e9048;
    background: #ddefff;
}

.menusub {
    position: absolute;
    padding: 0px 0 0;
    margin: auto;
    display: block;
    text-transform: initial;
    box-shadow: 3px 2px 9px 0 rgb(0 0 0 / 26%);
    transition: .5s;
    transform-origin: top center; /* transform: scale(0, 1); */
    z-index: 10;
    width: 229px;
    text-align: left;
    left: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 913px;
    background: #fff;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 15px;
    border-left: 1px solid #ebedf0;
    border-radius: 10px;
}

.menusubf1 > li {
    list-style: none;
    position: relative; /* width: 170px; */ /* margin-right: 20px; */
}

    .menusubf1 > li > a {
        font-weight: bold;
        border-bottom: 1px solid #ebedf0;
    }

.menusubf2 {
    position: relative;
    padding: 0px 0 0;
    margin: auto;
    text-transform: initial;
    transition: .5s;
    transform-origin: top center;
    z-index: 9999;
    text-align: left;
    display: block;
}

    .menusubf2 > li {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        list-style: none;
    }

.havesub:hover .menusub {
    opacity: 1;
    visibility: visible;
}

.menu_sub_grid > li {
    color: #333;
    transition: .3s ease 0s;
    position: relative;
    list-style: none;
    display: block;
    width: 300px;
}

.havesub2:hover .menusubf2 {
}

.menu_sub_grid > li > a {
    font-weight: bold;
    border-bottom: 1px solid #ececec;
}

.menu_main > li .menusub li a {
    display: block;
    padding: 8px 0px;
    transition: all 0.3s ease 0s;
    background: none !important;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 13px;
}

.menu_main > li .menusub li a {
}

    .menu_main > li .menusub li a:hover {
        color: #007eec;
    }

.lbtim:hover .searchbox {
    display: block;
}

.searchbox {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    z-index: 99999;
    overflow: hidden;
    padding: 0;
}

.product-Promo.pro-promo-content {
    padding: 45px 0;
    background: url(/Design/phFood/bb4.png) no-repeat;
    background-size: cover;
}

.product-Promo.pro-content-new-chilld {
    padding: 45px 0;
    background: url(/Design/phFood/bb4.png) no-repeat;
    background-size: cover;
}

    .product-Promo.pro-content-new-chilld .sort-pro label {
        color: #333;
    }

.form-search-home {
    border-radius: 20px;
    border: 0.5px solid #666;
    padding: 9px 10px 9px 8px;
    color: #1E1E1E;
    font-family: 'InterR';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 8px;
    outline: none;
    cursor: pointer;
    display: none !important;
}

.searchbox .txt {
    width: 536px;
    height: 39px;
    padding: 9px 55px 9px 20px;
    outline: none;
    box-sizing: border-box;
    border: none;
    border-top: none;
    font-size: 15px;
    color: #666;
    font-family: 'InterR';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    border: 0.5px solid #fff;
}

    .searchbox .txt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        font-family: 'InterR';
        font-size: 15px;
        font-weight: 300;
        line-height: normal;
        color: #666;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
    }

    .searchbox .txt:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #939393;
        font-style: italic;
    }

    .searchbox .txt::-ms-input-placeholder { /* Microsoft Edge */
        color: #939393;
        font-style: italic;
    }

.searchbox .btn {
    padding: 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    bottom: 2px;
    text-align: center;
    height: 35px;
    width: 75px;
    box-sizing: border-box;
    line-height: 38px;
    position: absolute;
    right: 2px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 20px;
    background: linear-gradient(134deg, #FEFA0E 2.01%, #FDD338 100%);
}

    .searchbox .btn:hover {
        background: linear-gradient(180deg, #FF5247 0%, #EB0009 100%);
        color: #fff;
    }

        .searchbox .btn:hover svg path {
            fill: #fff;
        }

.menusp {
    position: absolute;
    top: 100%;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    background: rgba(238, 171, 81, .6);
}

.menuphu a {
    float: left;
    font-size: 15px;
    color: #fff;
    font-family: avo;
    padding: 10px 18px;
}

    .menuphu a:hover {
        color: #ca0a00;
    }

.menusp ul {
    float: right;
}

.menusp li {
    float: left;
    font-size: 15px;
    color: #fff;
    position: relative;
    font-family: avo;
    padding: 10px 18px;
}

    .menusp li:last-child {
        padding-right: 0;
    }

    .menusp li:hover {
        color: #ca0a00;
    }

    .menusp li:before {
        content: "";
        width: 0%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-top: 1px solid #f58220;
        transition: width .5s;
    }

.menu_sub_grid {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    overflow-x: auto;
    height: 100%;
}

#grid-menu {
    display: block;
    height: 100%;
    block-size: auto;
    overflow: auto;
}

.side-banner-home {
    width: 60%;
    margin: 7px 0;
    margin-left: 7px;
    margin-top: 0;
}

.banner-right-h {
    width: 21%;
    height: 356px;
    margin-left: 7px;
    margin-top: 0;
    margin-bottom: 7px;
}

.form-register {
    margin-top: 10px;
    float: right;
}

    .form-register a {
        display: block;
        text-decoration: none;
        background: #e4002b;
        color: #fff;
        padding: 8px 29px 10px 37px;
        border-radius: 33px;
        background-image: url('/Design/icon-gem.png');
        background-repeat: no-repeat;
        background-position: 16px 9px;
    }

#slideshow, #slideshow-right {
    position: relative;
    height: 376px !important;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

div#slideshow-right a, div#slideshow-right a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

img.decor-detail-pp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none !important;
}

.widget-c-banner-cate-home {
    display: flex;
}

ul.list-pro-home {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border: 0.5px solid #FEFA0E;
    background: linear-gradient(180deg, #C20116 0%, #80010E 100%);
}

li.nav-item-pro {
    list-style: none;
    position: relative;
}

ul.list-pro-home li:nth-child(2):before {
    content: "";
    position: absolute;
    background: url(/Design/MyLinhFood/hot.png) no-repeat;
    width: 16px;
    height: 21px;
    right: 0;
    top: 0;
    opacity: 0;
}

li.cate-main-pro-home h3 {
    margin: 0;
    color: #FEFA0E;
    font-family: 'InterSB';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 6px;
    text-transform: uppercase;
}

li.cate-main-pro-home {
    padding: 7px 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #D0D0D0;
}

li.nav-item-pro a.nav-link-pro svg {
    position: absolute;
    left: 145px;
    top: 5px;
}

ul.nav-drop-pro.rs {
    width: 100%;
    top: -2%;
    position: absolute;
    left: 94%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333340;
    transform: translateY(-34px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3, 2.2, .3, 1);
    z-index: 2;
    padding: 0;
    pointer-events: none;
}

li.nav-item-pro .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 10px;
    margin: auto;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

li.nav-item-pro:hover ul.nav-drop-pro.rs {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

li.drop-item-pro {
    list-style: none;
}

    li.drop-item-pro a.drop-link {
        position: relative;
        display: block;
        width: 100%;
        color: #1E1E1E;
        font-family: 'InterR';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 0;
        border-bottom: 0.5px solid #D0D0D0;
        padding-left: 19px;
        padding-right: 15px;
    }

    li.drop-item-pro:last-child a.drop-link {
        border-radius: 0 0 5px 5px;
    }

li.nav-item-pro:hover a.nav-link-pro {
    color: #FEFA0E;
}

li.drop-item-pro:hover a.drop-link {
    color: #8dc642;
}

li.drop-item-pro a.drop-link span {
    display: block;
    transition: 0.6s cubic-bezier(.3, 2.2, .3, 1);
}

li.drop-item-pro:hover a.drop-link span {
    transform: translateX(5px);
}

.price-side.price-filter ul.list-pro-home {
    background: transparent;
    border-color: #dcdcdc;
}

    .price-side.price-filter ul.list-pro-home li.nav-item-pro a {
        color: #9e0112;
        font-size: 15px;
    }

.price-side.price-filter section.cate-pro-list-home {
    margin-bottom: 22px;
}

.price-side.price-filter ul.list-pro-home li.nav-item-pro a:hover {
    background: #9e0112;
    color: #fff;
}

li.nav-item-pro a.nav-link-pro {
    position: relative;
    display: block;
    width: 100%;
    color: #FFF;
    font-family: 'InterR';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 0;
    border-bottom: 0.5px solid #D0D0D0;
    padding-left: 25px;
    padding-right: 15px;
}

li.nav-item-pro:last-child a.nav-link-pro {
    border-bottom: unset;
}

section.cate-pro-list-home {
    flex: 1 1 0;
}

.List-cus-parner-home.swiper.mySwiperParner {
    overflow: hidden;
}

.swiper-slide.li-item-cus-parner-home a img {
    display: block;
    width: 100%;
    height: 106px;
}

.swiper-slide.thumb-pro img {
    padding: 5px;
}

.home-default .container {
    padding: 50px 0 80px;
}

.contain-inner {
    width: 71.306%;
}

.product-default ul, .product-list {
    width: 100%;
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 15px;
    box-sizing: border-box;
}

.product-default.flashSaleHome ul.product-list {
    display: flex;
    column-gap: unset;
}

.swiper.mySwiperSellerFlase {
    overflow: hidden;
    padding: 17px 0;
}

.box-inner-page-product .product-list {
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
}

.product-side .product-list {
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 15px;
    margin-top: 10px;
}

.product-default ul li, .product-list li {
    position: relative;
    transition: 0.5s;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.imgproduct {
    overflow: hidden;
    height: 218px;
    width: 100%;
    margin-top: 0;
    background: #fff;
    position: relative;
    border-radius: 5px;
}

    .imgproduct:before {
        content: "";
        position: absolute;
        background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.4);
        bottom: 0;
        left: 50%;
        right: 50%;
        top: 0;
        opacity: 1;
        z-index: 3;
        pointer-events: none;
        transition: all 600ms linear;
    }

.WProItemSeller:hover .imgproduct:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 600ms linear;
}

.imgproduct img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
}

img.decorProS {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none !important;
}

.swiper-slide.product-seller:hover .title-product a {
    color: #ff001c;
}

.WProItemSeller:hover .title-product {
    color: #ed1d25;
}

.WSalePercentBestSeller {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 90px;
    display: none;
}

    .WSalePercentBestSeller .decorBackPercentSeller {
        position: absolute;
        left: 0;
        top: 0;
        margin: auto;
    }

    .WSalePercentBestSeller .new {
        position: relative;
        color: #FFF;
        text-align: center;
        font-family: 'Montserrat-SemiBold';
        font-size: 13px;
        font-style: normal;
        padding: 5px 4px;
        font-weight: 600;
        line-height: normal; /* 14.141px */
        border-radius: 5px;
        background: #ED1D25;
    }

.WProItemSeller {
    padding: 10px 8px;
    position: relative;
    border: 1px solid transparent;
    transition: all .3s;
    padding-bottom: 10px;
    border-radius: 10px;
    background: #FFF;
}

    .WProItemSeller:hover {
    }

.swiper-slide.product-seller {
    border-radius: 15px;
    background: #FFF;
}

.WSalePercentSeller {
    position: absolute;
    top: 13px;
    right: -1px;
}

    .WSalePercentSeller .new .text-new {
        color: #FFF;
        font-family: nm;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 171.429% */
        text-transform: capitalize;
    }

.decorBackPercentSeller {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-height-product span {
    display: block;
    color: #666;
    font-family: 'InterR';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 17.676px */
    text-align: left;
}

.title-height-product {
    margin-top: 5px;
}

.cost-product.w-content-price-seller {
    padding: 2px 0 2px 0;
    display: none;
}

    .cost-product.w-content-price-seller span {
        color: #FF001C;
        font-family: 'InterB';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 160% */
        margin: 0;
        margin-right: 8px;
        text-align: left;
    }

.WNumOutProHome span {
    color: #333;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.84%; /* 11.784px */
}

.total-comment-num-seller {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.WNumOutProHome {
    color: #CDCFD0;
    text-align: center;
    font-family: 'InterR';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.84%; /* 11.784px */
    position: relative;
    left: -16px;
    display: none;
}

.link-product-bests-eller a {
    color: #FFF;
    font-family: InterEB;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    /* 171.429% */
    text-transform: uppercase;
    padding: 8px 8px 6px 11px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 20px 2px 2px 2px;
    background: #FF001C;
}

    .link-product-bests-eller a:hover {
        background: #fefa0e;
        color: #F44336;
    }

        .link-product-bests-eller a:hover svg path {
            fill: #ff001c;
        }

.WSaleLinkNumOut {
    position: relative;
    top: -7px;
}

.link-product-bests-eller {
}

.cost-product.w-content-price-seller p {
    display: none;
}

.product-default ul li .imgproduct img, .product-list li .imgproduct img {
    margin: auto;
    display: block;
    transition: 0.5s;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.decorSvgDealQua {
    position: absolute;
    bottom: 1px;
    left: 3px;
}

li.product.pro-deal-home-item {
    padding: 16px 17px;
}

    li.product.pro-deal-home-item .imgproduct {
        height: 200px;
    }

.WSalePercent .new .text-new {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    text-transform: capitalize;
}

.WSalePercent {
    position: absolute;
    top: 16px;
    right: 24px;
    background: #C92127;
    border-radius: 5px;
    padding: 3px 3px;
}

.new {
}

.decorBackPercent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-default.flashSaleHome .container {
}

.product-default ul li:hover .imgproduct img,
.product-list li:hover .imgproduct img,
.item-result:hover .imgproduct img {
}

    .product-list li:hover .imgproduct img.decorProS {
    }

.WContentProChild {
    background: linear-gradient(134deg, #fdebb6 2.01%, #f7de92 100%);
}

.new-pro {
    position: absolute;
    background: #ffa510;
    color: #fff;
    font-family: 'nsb';
    font-size: 16px;
    top: 16px;
    left: 12px;
    padding: 5px 11px;
}

.a-link-product {
    text-align: center;
    background: #0e9048d9;
    top: 9px;
    right: 0;
    right: 0;
    position: absolute;
    box-sizing: border-box;
    transition: 0.5s;
    border-radius: 4px;
}

.flex-center .a-link-product {
    position: relative;
    top: unset;
}

.a-link-product a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 85px;
    height: 33px;
    position: relative;
    padding: 0;
    font-size: 13px;
    color: #ffffff;
    font-family: 'Montserrat-SemiBold';
    line-height: 32px;
    box-sizing: border-box;
}

.tit-pro {
    font-size: 28px;
    color: #2e2e2e;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border-left: 4px solid #021540;
}

    .tit-pro span {
        background: #f6f6f6;
        z-index: 3;
        position: relative;
        display: inline-block;
        padding: 2px 15px;
    }

    .tit-pro:after {
        background: #021540;
        content: "";
        display: inline-block;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        left: 0;
        display: block;
        position: absolute;
        background-position: center bottom;
        background-size: 100%;
    }

    .tit-pro a {
        float: right;
        font-size: 16px;
        color: #fff;
        text-transform: none;
        position: absolute;
        right: 10px;
        top: 8px;
        z-index: 2;
    }

        .tit-pro a i {
            font-size: 9px;
            border-radius: 50%;
            border: 1px solid #fff;
            width: 18px;
            height: 18px;
            float: right;
            line-height: 15px;
            text-align: center;
            box-sizing: border-box;
            padding-left: 2px;
            margin-top: 1px;
            margin-left: 3px;
        }

.overList {
    width: 100%;
}

    .overList:nth-child(n+2) {
        margin-top: 40px;
    }

    .overList:nth-last-child(2) {
        width: 50%;
        float: left;
    }

    .overList:nth-last-child(1) {
        width: 50%;
        float: right;
    }

.btn-detail {
    display: block;
    text-align: center;
    margin-top: 30px;
}

    .btn-detail a {
        display: inline-block;
        font-family: pb;
        font-size: 15px;
        background: rgb(255 255 255 / 80%);
        border: 1px solid #2a83d6;
        width: 164px;
        height: 38px;
        box-sizing: border-box;
        line-height: 34px;
        border-radius: 30px;
        color: #0e9048;
    }

.overList:nth-last-child(1) .product-list,
.overList:nth-last-child(2) .product-list {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

    .overList:nth-last-child(1) .product-list li:nth-child(n+5),
    .overList:nth-last-child(2) .product-list li:nth-child(n+5) {
        display: none;
    }

.title-product a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.swiper-slide.product-seller .title-product a {
    color: #1E1E1E;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 140%; /* 150% */
    text-transform: capitalize;
    height: 45px;
}

.WSellerStarProHome {
    color: #FFB82F;
    font-size: 12px;
    padding-right: 10px;
    /* border-right: 1px solid #7A7E7F; */
}

.product-default ul li h4, .product-list li h4 {
    height: 66px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    font-family: azuki;
    display: block;
    color: #c11f2f;
    font-size: 26px;
    padding: 0 10px;
    line-height: normal;
    font-weight: normal;
}

    .product-default ul li h4:hover, .product-list li h4:hover {
        color: #e8b065;
    }

.product-default ul li .foot-item, .product-list li .foot-item {
    text-align: center;
    margin-bottom: 20px;
}

.deals-quality-pro .deals__progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    min-width: 20px;
    border-radius: 34px;
    background: #D81B40;
}

.deals-quality-pro span {
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    text-transform: capitalize;
    padding: 0 0 0 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
}

.deals-quality-pro {
    margin-top: 13px;
    color: rgb(255,255,255);
    position: relative;
    display: flex;
    width: 100%;
    height: 25px;
    border-radius: 34px;
    background: #FFB8C6;
}

.product-default .foot-price, .product-list li .foot-price {
    overflow: hidden;
    padding: 15px 0;
    text-align: center; /* background:#fff1cb */
}

.product-default .link-cart, .product-list li .link-cart {
    font-size: 12px;
    font-family: avos;
    text-transform: uppercase;
    font-weight: normal;
    background: #ca0c00;
    border-radius: 3px;
    padding: 6px 12px;
    color: #fff;
}

    .product-default .link-cart:hover, .product-list li .link-cart:hover {
        background: #eeab51;
        color: #ca0c00;
    }

.dt-pro {
    display: block;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

    .dt-pro a {
        display: block;
        font-size: 16px;
        color: #fff;
        background: #c11f2f;
        padding: 10px 31px;
        border-radius: 20px;
        margin: 0 10px;
    }

.imgproduct a.imgpa {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 5px;
}

.a-link-product a.addcart {
}

.detail-pro-page {
    display: block;
    text-align: center;
    margin-top: 25px;
}

    .detail-pro-page a {
        display: inline-block;
        background: #ffa610;
        color: #fff;
        padding: 10px 15px;
        border-radius: 4px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .detail-pro-page i {
        margin-left: 5px;
        font-size: 12px;
    }

.posi-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 15px 0;
    opacity: 0; /* transition: 0.5s; */
}

.product:hover .posi-img {
    opacity: 1;
}

.product:hover .imgproduct a.imgpa:before {
    opacity: 1;
}

.posi-img a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgb(255 255 255 / 0.9);
    color: #000;
    border-radius: 50%;
    text-align: center;
}

    .posi-img a:hover {
        color: #fff;
        background-color: #b11a1e;
    }

.posi-img i {
    margin: auto;
    margin-top: 10px;
    display: inline-block;
}

.col-side {
    width: 26%;
    float: left;
}

    .col-side .title-aside {
    }

        .col-side .title-aside span {
            font-family: nb;
            /* color: #fff; */
            font-size: 16px;
            display: inline-block;
            /* background: #0e9048; */
            text-transform: uppercase;
            background-image: url(/Design/before-tit-h3.png);
            background-repeat: no-repeat;
            background-position: left;
            padding: 8px 52px 5px;
            background-size: 40px auto;
            padding-right: 0;
            position: relative;
            z-index: 2;
            font-weight: bold;
        }

    .col-side .border-side { /* padding: 0px 10px; */
        box-sizing: border-box; /* border: 1px solid #0e9048; */ /* border-top: none; */
    }

.menu-side {
    display: block;
}

    .menu-side > ul {
        padding: 0;
        margin: auto;
        margin-top: 0;
        background: #fff;
        padding: 10px;
    }

        .menu-side > ul > li {
            list-style: none;
            border-top: 1px solid #dadde1;
        }

            .menu-side > ul > li:first-child {
                border: none;
            }

            .menu-side > ul > li > a {
                font-weight: bold;
                text-transform: uppercase;
                display: block;
                padding: 11px 0 8px;
                padding-left: 0;
                transition: 0.5s;
            }

    .menu-side a:hover {
        color: #0e9048;
        padding-left: 30px;
    }

    .menu-side > ul > li > a:hover {
        padding-left: 15px;
    }

.menu_sub {
}

    .menu_sub li {
        border-top: 1px dashed #dadde1;
    }

        .menu_sub li:first-child {
            border: none;
        }

    .menu_sub a {
        padding: 5px 0;
        padding-left: 15px;
        display: block;
        font-family: 'nsb';
        transition: 0.5s;
    }

        .menu_sub a i {
            font-size: 13px;
            margin-right: 5px;
        }

.price-side {
}

.list-price {
    margin-top: 0;
    background: #fff;
    padding: 0 15px;
}

    .list-price table {
        width: 100%;
        display: block;
    }

    .list-price tbody {
        width: 100%;
        display: block;
    }

    .list-price tr {
        width: 100%;
        display: block;
        border-top: 1px solid #dadde1;
    }

        .list-price tr:first-child {
            border: none;
        }

    .list-price td {
        display: block;
        position: relative;
    }

    .list-price input {
        position: absolute;
        left: 0;
        top: 15px;
        cursor: pointer;
    }

    .list-price label {
        display: block;
        padding: 10px 0;
        padding-left: 20px;
        cursor: pointer;
        font-size: 16px;
        font-family: nsb;
    }

.feature-side .border-side { /* background: #0e9048; */ /* color: #fff; */
}

    .feature-side .border-side * {
        color: inherit;
    }

.view {
    font-size: 13px;
}

    .view i {
        margin-right: 3px;
        font-size: 11px;
    }

.feature-side .contain-side {
    overflow: hidden;
    position: relative;
    display: block;
}

    .feature-side .contain-side .list-book {
        position: relative;
        display: block;
        overflow: hidden;
    }

.feature-side .list-book li {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #c7c7c74d;
}

    .feature-side .list-book li:first-child {
        border: none;
    }

    .feature-side .list-book li:nth-child(n+2) {
        margin-top: 0;
    }

.feature-side .postImg {
    height: 78px;
    width: 36.56%;
    float: left;
    border-radius: 4px;
}

.feature-side .foot-item {
    padding-top: 0;
    float: right;
    width: 60%;
    overflow: hidden;
}

.feature-side .title-item {
    overflow: hidden;
    margin-bottom: 5px;
}

    .feature-side .title-item h4 {
        text-align: left;
        font-size: 15px;
        padding: 0;
        font-weight: normal;
        /* color: #fff; */ line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.feature-side .list-book li:hover h4 {
    color: #51bf0f;
}

.product-side .contain-side { /* height: 542px; */
    overflow: hidden;
    position: relative;
}

    .product-side .contain-side ul {
        position: relative;
    }

.product-side .list-book li {
    overflow: hidden;
    margin-top: 0;
    padding: 15px 0;
    border-top: 1px solid #bbb6b68c;
}

    .product-side .list-book li:first-child {
        border: none;
    }

    .product-side .list-book li i {
        margin-right: 5px;
    }

.product-side .postImg {
    height: 200px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border: none;
}

    .product-side .postImg:hover {
        border-color: #e8b065;
    }

    .product-side .postImg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.product-side .foot-item {
    padding-top: 12px;
    float: right;
    width: 100%;
}

.product-side .title-item {
    overflow: hidden;
}

    .product-side .title-item h4 {
        font-size: 15px;
        font-family: 'nb';
        color: #3a3a3a;
    }

        .product-side .title-item h4:hover {
            color: #000;
        }

.product-side .foot-item .views {
    margin-top: 3px;
}

.product-side .price-new {
    font-size: 15px;
    font-family: 'nsb';
    margin-top: 8px;
    color: #000;
}

.product-side .foot-price {
    margin-top: 15px;
}

.product-side .link-cart {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    box-sizing: border-box;
    border-radius: 3px;
    color: red;
    font-family: 'nb';
    margin-top: 7px;
}

    .product-side .link-cart a {
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        display: inline-block;
        padding: 4px 10px;
        border: 1px solid;
        border-radius: 3px;
        cursor: pointer;
    }

    .product-side .link-cart:hover {
        color: #0e9048;
    }

footer .middle {
    padding: 43px 0 35px;
    color: #1e1e1e;
    position: relative;
    font-size: 15px;
}

    footer .middle:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(/Design/MyLinhFood/footer.png) lightgray 50% / cover no-repeat;
        filter: blur(2px);
        background-size: cover;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }

    footer .middle .container {
        overflow: hidden;
    }

footer .infocompany .title-footer {
    font-size: 24px;
}

    footer .infocompany .title-footer img {
        float: left;
        max-width: 94px;
        margin-right: 10px;
    }

    footer .infocompany .title-footer span {
        display: block;
    }

    footer .infocompany .title-footer:after {
        display: none;
    }

footer .text-footer {
    margin-top: 0;
    font-weight: normal;
    line-height: 26px;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 0;
    row-gap: 0;
    margin-top: 15px;
}

footer .title-footer {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: 'InterSB';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 18.854px */
    text-transform: uppercase;
    /* 18.854px */
}

footer .text-footer li a {
    color: #fff;
    font-family: 'InterR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 28px */
}

.infocompany .text-footer div:before {
    content: "";
    font-family: "fontawesome"; /* color: #fff; */
    margin-right: 4px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

.infocompany .text-footer div:nth-child(2):before {
    content: "\f0e0";
}

.infocompany .text-footer div:nth-child(3):before {
    content: "\f2a0";
}

.infocompany .text-footer div:nth-child(4):before {
    content: "\f0ac";
}

.infocompany .text-footer div:nth-child(5):before {
    content: "\f2a0 ";
}

.infocompany .text-footer {
    display: block;
    margin-top: 15px;
    font-family: 'InterR';
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.688%;
    padding-left: 15px;
}

    .infocompany .text-footer h3 {
        font-size: 13px;
        color: #3d3d3d;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .infocompany .text-footer strong {
        color: #ff1717;
    }

.menu-footer {
    float: left;
    width: 26%;
}

.infocompany {
    width: 26%;
}

.title-footer-compa h2 {
    margin: 0;
    color: #FFF;
    font-family: 'Dongle-Regular';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

a#ctl00_Footer_hplTiktok svg path {
    fill: #333;
}

a#ctl00_Footer_hplShoppee svg path {
    fill: #333;
}

.title-footer-compa h2 strong {
    display: block;
    color: #FFF;
    font-family: 'Dongle-Bold';
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1.275px;
    text-transform: uppercase;
    margin: 0;
}

.middle .right {
    width: 68%;
}

.menu-footer.menu1 {
}

.menu-footer.menu2 {
    width: 32%;
}

.menu-footer.menu3 {
    width: 320px;
    float: right;
    margin-left: 0 !important;
}

.menu-footer + .menu-footer {
    margin-left: 4%;
}

.menu-footer .fb-page.fb_iframe_widget iframe {
    width: 100% !important;
}

select#ctl00_top_HeadNew_MiddleHeader_ddlCategory option {
    font-family: 'InterM';
    color: #1E1E1E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu-footer .fb-page.fb_iframe_widget, .menu-footer .fb-page.fb_iframe_widget span, .menu-footer .fb-page.fb_iframe_widget iframe {
    border-radius: 10px;
}

.menu-footer .title-footer {
    margin-top: 0;
}

.link-socail-bct {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.w-bocongthuong {
    margin-left: 8px;
}

.title-footer:after {
    content: "";
    width: 63px;
    height: 1.5px;
    background: #fff;
    display: block;
    margin-top: 8px;
}

.menu-footer li {
    transition: transform .5s;
    position: relative;
    padding-left: 15px;
}

    .menu-footer li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: url(/Design/MyLinhFood/r.svg) no-repeat;
        width: 8px;
        height: 8px;
    }

    .menu-footer li:hover {
        transform: translateX(10px);
    }

footer .foot {
    padding: 16px 0;
    background: linear-gradient(180deg, #FEFA0E 0%, #FDD338 100%);
    color: #000000;
    text-align: left;
    font-family: 'InterR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.foot .container {
    overflow: hidden;
}

.access svg path {
    fill: #333;
}

.text-coppyright a:hover {
    text-decoration: underline;
    color: #c20116;
}

.foot .container .right .access svg path {
    fill: #a00213;
}

.total-online svg path {
    fill: #a00213;
}

.total-online {
    margin-left: 20px;
}

footer .foot .text a {
    font-weight: bold;
}

.foot .container .right {
    display: flex;
    align-items: center;
}

.foot .visitor {
    position: relative;
    margin-right: 10px;
    padding-right: 15px;
    margin-top: 6px;
}

.visitor strong {
}

.foot .left.text div {
    display: inline-block;
}

.foot .left.text {
    margin-top: 7px;
}

.foot .visitor i {
}

.socal-link {
    display: flex;
    align-items: center;
}

    .socal-link a {
        display: inline-block;
        width: 32px;
        height: 32px;
        border: 1px solid;
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
        line-height: 32px;
        opacity: 1;
        font-size: 11px;
        font-size: 16px;
        margin-right: 5px;
        color: #fff;
    }

        .socal-link a:hover {
            opacity: 1;
        }

a#ctl00_Footer_hplTiktok svg path {
    fill-opacity: 1;
}

a#ctl00_Footer_hplShoppee {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #fff;
}

    a#ctl00_Footer_hplShoppee svg path {
        fill-opacity: 1;
    }

#ShowMenu {
    display: none;
}

.logomobile {
    display: none;
}

article {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.contain-inner-page-product {
    background: #edf0f3;
}

.hotline-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.hotline-number {
    padding: 5px;
    padding-right: 10px;
    background-color: rgba(209, 24, 24, 0.7); /* display:none; */
    border-radius: 4px 4px 0;
    color: #fff;
    padding-left: 40px;
}

.hotline-fixed a {
    color: #fff;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
}

.hotline-fixed i {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    color: #ca0c00;
    animation: phone-icon2 3s infinite;
}

    .hotline-fixed i:before {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 2px;
    }

.logo-footer {
    margin-top: 5px;
}

.km-m {
    display: none;
}

.mobile-header {
    display: none;
}

.button-phone {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px; /* text-indent:-1000px; */
    background: #ffffff url(/Design/icon-mphonef.png) no-repeat center 14px;
    background-size: 45%;
    border-radius: 100%;
    z-index: 8;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

    .button-phone a {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
        display: block;
    }

    .button-phone:before {
        animation: phone-inner 3s infinite;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(238, 171, 81, .6);
        border-radius: 100%;
        position: absolute;
        content: "";
        z-index: 1;
    }

    .button-phone:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #eeab51;
        border-radius: 100%;
        position: absolute;
        content: "";
        animation: phone-outer 3s infinite 1.5s;
        z-index: 1;
    }

.fbchat {
    position: fixed;
    width: 60px;
    height: 60px;
    z-index: 999; /* background:url(/Design/icfb.png); */
    background-size: cover;
    right: 15px;
    bottom: 20px;
    border-radius: 100%;
}

.zlchat {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 999;
    background: url(/Design/izalo.png) no-repeat;
    background-size: 100% auto;
    right: 20px;
    bottom: 80px;
}

    .zlchat a {
        display: block;
        height: 100%;
        width: 100%;
    }

.map-page {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 999;
    background: url(/Design/gm.png) no-repeat;
    background-size: 100% auto;
    right: 20px;
    bottom: 141px;
    border-radius: 50%;
}

    .map-page a {
        display: block;
        width: 100%;
        height: 100%;
    }

.box-zalo {
    position: absolute;
    left: 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    bottom: 0;
}

    .box-zalo a {
        display: block;
        background-image: url('/Design/i-zalo.png');
        background-repeat: no-repeat;
        background-position: left;
        padding: 5px 0;
        padding-left: 25px;
        color: #ac1a1b;
        font-weight: bold;
        text-decoration: none;
        transition: 0.5s;
    }

        .box-zalo a:hover {
            color: #43210e;
        }

.cd-top {
    /* display:none !important; */
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
    transition: all ease .2s;
}

    .cd-top:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: rgb(244 67 54 / 30%);
        left: 0;
        animation: forDecor-1 1.4s cubic-bezier(.3,2,.3,1) infinite;
        border-radius: 50%;
    }

@keyframes forDecor-1 {
    0% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1);
    }
}

.zlchat.acs .box-zalo {
    left: 66px;
    opacity: 1;
    visibility: visible;
}

.button-phone.acs .box-zalo {
    left: 66px;
    opacity: 1;
    visibility: visible;
    width: 200px;
}

.button-phone .box-zalo a {
    background: none;
    padding-left: 0;
    text-align: left; /* color: #000; */
    font-size: 18px;
}

    .button-phone .box-zalo a i {
        margin-right: 5px;
        font-size: 15px;
    }

.button-phone .box-zalo {
    width: 200px;
}

@media only screen and (max-width :1263px) {
    #slideshow {
        height: 443px;
    }

    .middle-header .sloganhead {
        right: 14%;
    }
}

@media only screen and (max-width: 1025px) {
    #slideshow {
        height: 359px;
    }
}

@media only screen and (max-width: 1023px) {
    .middle-header hgroup h2 {
        font-size: 22px;
    }

    .middle-header hgroup h4 {
        font-size: 15px;
    }

    .middle-header .sloganhead h2 {
        font-size: 15px;
    }

    .middle-header .sloganhead h3 {
        font-size: 15px;
    }

    .middle-header .sloganhead {
        right: 8%;
    }

    .bot-header > .container {
        height: 42.67px;
    }

    .searchbox {
        margin: 5px 0;
    }

    .product-default ul li .imgproduct, .product-list li .imgproduct {
        height: 237px;
    }

    .col-side .title-aside span {
        font-size: 14px;
    }

    .product-side .link-cart {
        font-size: 11px;
    }

    footer .middle .right { /* display:none */
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
}

@media only screen and (max-width: 800px) {
    #slideshow {
        height: 281px;
    }
}

@media only screen and (max-width: 769px) {
    #slideshow {
        height: 269px;
    }
}

@media only screen and (max-width: 730px) {
    #slideshow {
        height: 256px;
    }

    .top-header .hotline {
        display: none;
    }

    .top-header .right { /* display:none */
    }

    .middle-header {
        background-position: center;
    }

        .middle-header .sloganhead {
            display: none;
        }

        .middle-header .photo-slide {
            display: none;
        }

    .menusp {
        display: none;
    }

    .title-cat > span:before {
        left: calc(100% - 1px);
        border-width: 22.85px;
        top: -1px;
    }

    .col-side {
        display: none;
    }

    .product-default, .contain-inner {
        width: 100%;
    }

        .product-default ul li .imgproduct, .product-list li .imgproduct {
            height: 168.5px;
        }

    footer .foot .right {
        float: left;
    }
}

@media only screen and (max-width: 500px) {
    #slideshow {
        height: 175px;
    }

    .button-phone {
        width: 40px;
        height: 40px;
        background-position: center;
    }

    .zlchat {
        width: 40px;
        height: 40px;
        bottom: 70px;
    }

        .zlchat.acs .box-zalo {
            left: 50px;
        }

    .button-phone.acs .box-zalo {
        left: 50px;
    }

    .map-page {
        width: 40px;
        height: 40px;
        bottom: 120px;
    }
}

@media only screen and (max-width: 415px) {
    #slideshow {
        height: 145px;
    }
}

@media only screen and (max-width: 410px) {
    #slideshow {
        height: 144px;
    }

    footer .middle {
        height: auto;
        overflow: hidden;
        background-size: auto 100%;
        padding: 30px 0;
    }

        footer .middle .container { /* padding:40px 0 20px */
        }

    .product-default ul li .imgproduct, .product-list li .imgproduct {
        height: 168.5px;
    }
}

@media only screen and (max-width: 376px) {
    #slideshow {
        height: 132px;
    }
}

@media only screen and (max-width: 374px) {
    .title-cat {
        font-size: 15px;
    }

        .title-cat > span {
            min-width: 100px;
        }

            .title-cat > span:before {
                border-width: 21.34px;
            }

    .product-default ul li .imgproduct, .product-list li .imgproduct {
        height: 166px;
    }
}

@media only screen and (max-width: 361px) {
    #slideshow {
        height: 126px;
    }
}

@media only screen and (max-width: 359px) {
    .product-default ul li .imgproduct, .product-list li .imgproduct {
        height: 147px;
    }
}

@media only screen and (max-width: 330px) {
    #slideshow {
        height: 115px;
    }
}

.right-top {
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    height: 100%;
}

.lbtim {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
}

.shopping {
    position: relative;
    margin-top: 27px;
    float: left;
}

.show-cart {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 17px;
    z-index: 99;
    display: none;
}

.bor-cart {
    background-color: #fff; /* border: 1px solid #b11a1e; */
    border-radius: 10px;
    width: 230px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}

.shopping:hover .show-cart {
    display: block;
}

.auto-height-cart {
    overflow: hidden;
    padding-bottom: 0;
    max-height: 171px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

    .auto-height-cart::-webkit-scrollbar-track {
        background-color: #e6e6e6;
    }

    .auto-height-cart::-webkit-scrollbar-thumb {
        background-color: #b11a1e;
    }

    .auto-height-cart::-webkit-scrollbar-button {
        background-color: #e6e6e6;
        height: 0;
    }

    .auto-height-cart::-webkit-scrollbar-corner {
        background-color: #e6e6e6;
    }

    .auto-height-cart::-webkit-scrollbar {
        width: 3px;
    }

.rpt-cart {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.tieuchi {
    display: block;
    overflow: hidden;
}

.li-cart {
    overflow: hidden;
}

    .li-cart:nth-child(n+2) {
        border-top: 1px solid #e2e2e2;
        margin-top: 10px;
        padding-top: 10px;
    }

    .li-cart a {
        text-decoration: none;
    }

.img-item {
    float: left;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    width: 70px;
    margin-right: 10px;
    height: 70px;
}

    .img-item img {
        display: block;
        width: 100%;
    }

.name-item {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    margin-top: 0;
}

.info-item {
    overflow: hidden;
}

.price-item {
    font-size: 12px;
    color: #b11a1e;
}

.total-cart {
    display: block;
    overflow: hidden;
}

.span-tong {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

    .span-tong span {
        float: right;
        color: #b11a1e;
        font-size: 14px;
    }

.total-cart a {
    display: block;
    text-decoration: none;
    background-color: #b11a1e;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 5px 0 8px;
    border-radius: 22px;
    margin-top: 5px;
}

.menu-mid {
    float: left;
    margin-right: 35px;
    margin-top: 38px;
}

    .menu-mid a {
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

        .menu-mid a:nth-child(n+2) {
            margin-left: 25px;
        }

.li-tc {
    width: 25%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.content-tc {
    margin: auto;
    position: relative;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
}

.img-tc {
    display: block;
    overflow: hidden;
}

    .img-tc img {
        display: block;
        width: 100%;
    }

.flex-content {
    margin: auto;
    padding: 30px;
}

.tit-tc {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.des-tc {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.li-tc:before {
    content: "";
    background-color: rgb(0 0 0 / 0.3);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.li-tc:hover:before {
    display: block;
}

.hotline-default {
    display: block;
    overflow: hidden;
    background-image: url('/Design/ocean-2.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 49px 0;
    color: #fff;
}

.span-hot {
    font-size: 30px;
    margin-bottom: 0px;
}

.phone-hot {
    overflow: hidden;
    margin-bottom: 25px;
}

    .phone-hot a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 40px;
        font-weight: bold;
    }

        .phone-hot a:nth-child(n+2) {
            margin-left: 20px;
        }

            .phone-hot a:nth-child(n+2):before {
                content: "-";
                margin-right: 10px;
            }

.des-hot {
    font-size: 19px;
    width: 62%;
    margin: auto;
}

.news-default {
    display: block;
    padding: 40px 0;
    background: #fafafa;
}

.tit-df {
    text-align: center;
    font-size: 55px;
    color: #43210e;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'azuki';
}

.product-Promo {
    display: block;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .product-Promo.pro-best-seller-childd {
        padding: 45px 0;
        background: linear-gradient(134deg, #f6f332 2.01%, #d2a910 100%);
    }

        .product-Promo.pro-best-seller-childd .sort-pro label {
            color: #000000;
            font-family: 'InterSB';
        }

.pro-hot {
    overflow: hidden;
    position: relative;
}

    .pro-hot .product-list {
        margin-top: 0;
    }

        .pro-hot .product-list li:nth-child(n+1) {
            width: 96%;
            margin: auto;
            border: none;
            margin-bottom: 20px;
            margin-left: 2%;
        }

#ctl00_ContentPlaceHolder1_pnOthers .tit-df {
    font-size: 40px;
}

.owl-controls {
    display: none !important;
}

.customNavigation {
    position: absolute;
    bottom: calc(50% + 50px);
    left: 1%;
    right: 1%;
    height: 0;
}

    .customNavigation a {
        width: 42px;
        height: 42px;
        background-color: #ca0b01;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 50%;
        cursor: pointer;
    }

    .customNavigation .next {
        float: right;
        background-image: url('/Design/sp_next.png');
    }

    .customNavigation .prev {
        float: left;
        background-image: url('/Design/sp_prev.png');
    }

#tabs {
    display: block;
    overflow: hidden;
}

.c-tabs-nav {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

    .c-tabs-nav a {
        display: inline-block;
        padding: 5px 40px 8px;
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
        position: relative;
        color: #000;
        border: 1px solid #e7e9f3;
        border-radius: 30px;
        margin: 2px 5px;
    }

        .c-tabs-nav a:hover, .c-tabs-nav a.is-active {
            background-color: #b11a1e;
            color: #fff;
            border-color: #b11a1e;
        }

.c-tab {
    display: none;
    overflow: hidden;
    padding-bottom: 20px;
}

    .c-tab.is-active {
        display: block;
    }

.c-content {
    overflow: hidden;
}

.c-tab:nth-child(n+2) .product-list li .imgproduct img {
    margin: auto !important;
}

.c-tab:nth-child(n+2) .product-list li .imgproduct {
    text-align: center;
}

.countcart {
    text-align: center;
    color: #C20116;
    padding: 0;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    left: 35px;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #FEFA0E;
}

.cart {
    color: #fff;
    position: relative;
}

.span-cart {
    position: relative;
}

.span-header a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0px 0px;
    overflow: hidden;
    height: 52px;
    width: 47px;
    line-height: 56px;
    display: flex;
}

.span-cart a {
    padding: 0px 0px;
    overflow: hidden;
}

.span-header i {
    display: inline-block;
    float: left;
    font-size: 26px;
    margin: auto;
}

.span-cart i {
}

.cart-top {
    position: absolute;
    right: 0;
    background: #fff;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%), 0 0 1px 0 rgb(255 255 255 / 50%);
    overflow: hidden;
    z-index: 999999;
    width: 350px;
    top: 100%;
    text-align: left;
    padding: 15px;
    color: #000;
    box-sizing: border-box; /* display: none; */
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
    -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
    transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
}

.cart:hover .cart-top {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.cart-top > span {
    display: block;
    font-size: 13px;
}

.list-cart-top {
    overflow: hidden;
}

.item-cart {
    display: block;
    margin-top: 10px;
}

    .item-cart a {
        text-decoration: none;
        /* display: flex; */
        display: block;
        overflow: hidden;
    }

        .item-cart a > div {
            overflow: hidden;
        }

    .item-cart img {
        width: 44px;
        height: 37px;
        object-fit: cover;
        float: left;
        margin-right: 10px;
    }

    .item-cart a span {
        font-size: 14px;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 80px);
        float: left;
        margin-top: 2px;
    }

    .item-cart p {
        margin: auto;
        float: right;
        color: red;
        width: 80px;
        text-align: right;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bot-cart {
    overflow: hidden;
    margin-top: 15px;
}

    .bot-cart p {
        float: left;
        margin: auto;
        margin-top: 9px;
        font-size: 14px;
    }

    .bot-cart a {
        float: right;
        text-decoration: none;
        background: linear-gradient(180deg, #FF5247 0%, #EB0009 100%);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }

.banner-ct {
    display: block;
    overflow: hidden;
    position: relative;
}

    .banner-ct img {
        display: block;
        width: 100%;
    }

.flex-bn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
}

.mar-auto {
    margin: auto;
    width: 90%;
}

.tit-page {
    display: block;
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.loadgif {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    float: left;
    height: 100%;
    display: flex; /* background-color: rgba(0, 0, 0, 0.2); */
    z-index: 99999;
}

.centerload {
    width: 150px;
    height: 150px;
    margin: auto;
}

    .centerload img {
        width: 100%;
        float: left;
    }

.loadgif {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    float: left;
    height: 100%;
    display: flex; /* background-color: rgba(0, 0, 0, 0.2); */
    z-index: 99999;
}

.centerload {
    width: 150px;
    height: 150px;
    margin: auto;
}

    .centerload img {
        width: 100%;
        float: left;
    }

.news-default-ar {
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}

    .news-default-ar .container {
        position: relative;
    }

.list-article-category.article-list .item:nth-child(n+1) {
    margin: auto;
    width: 95%;
    float: none;
}

.list-article-category.article-list {
    width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
}

.customNavigation .nextar {
    float: right;
    background-image: url('/Design/sp_next.png');
}

.customNavigation .prevar {
    float: left;
    background-image: url('/Design/sp_prev.png');
}

.news-default-ar .customNavigation {
    bottom: calc(50% + 13px);
}

.left-about {
    width: 48%;
    padding-left: 0;
    box-sizing: border-box;
    float: right;
}

.right-gt {
    width: 45%;
    box-sizing: border-box;
    float: left;
}

.img-about {
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
}

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

.about {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/Design/bg-abouts.png');
    background-position: center top;
}

    .about .container {
        position: relative;
        overflow: hidden;
    }

.bottom-abouts {
    padding-top: 45px;
    padding-bottom: 55px;
    position: relative;
    overflow: hidden;
}

    .bottom-abouts:before {
        content: "";
        position: absolute;
        left: 0;
        top: -25px;
        width: 323px;
        height: 344px;
        background-image: url('/Design/tree.png');
        z-index: 2;
    }

.tit-gt {
    display: block;
    text-align: left;
    position: relative;
}

    .tit-gt span {
        display: block;
        width: 60%;
        margin: auto;
        font-size: 16px;
    }

.box-white .tit-gt span {
    width: 80%;
}

.tit-gt h1 {
    position: relative;
    font-family: swib;
    font-size: 38px;
    color: #51bf0f;
    text-transform: uppercase;
    margin: auto;
}

    .tit-gt h1 strong {
        color: #0e9048;
        margin-left: 0px;
    }

    .tit-gt h1 p {
        display: inline-block;
        margin: auto;
        text-transform: uppercase;
        font-size: 31px;
        position: relative;
        z-index: 2;
    }

.tit-gt h2 {
    margin: auto;
    font-weight: normal;
    font-size: 25px;
    position: relative;
    z-index: 2;
    text-align: justify;
    color: #086bc8;
    margin-top: 5px;
    font-family: 'quickm';
}

.tit-gt h3 {
    margin: auto;
    font-size: 20px;
    color: #595959;
    font-weight: normal;
    text-align: center;
}

.tit-gt h2:after {
    content: "";
    width: 74px;
    height: 1px;
    background: #074b3c;
    display: block;
    margin-top: 13px;
}

.description-gt {
    overflow: hidden;
    margin-top: 30px;
}

    .description-gt * {
        margin: auto;
        font-size: 17px;
        color: #464646;
        font-family: 'quickm';
        line-height: 26px;
    }

    .description-gt strong {
        color: #115cb9;
        font-family: 'quicksb';
    }

.content-gt {
    position: relative;
    display: block;
    margin-top: 25px;
}

.img-gt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 1;
}

    .img-gt img {
        display: inline-block;
        margin: auto;
        max-width: 100%;
    }

.body-gt {
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 35px;
}

.li-content-gt {
    width: 100%;
    margin: auto;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    display: block;
}

    .li-content-gt li {
        display: block;
        float: left;
        text-align: left;
        margin-left: 0;
        background: #e4002b;
        border-radius: 70px;
        margin-top: 23px;
        padding: 15px 25px;
    }

        .li-content-gt li img {
            width: 47px;
            height: 46px;
            margin: auto;
            margin-top: 0;
            float: left;
            margin-right: 10px;
        }

.content-li-gt {
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 0;
    display: block;
}

.li-content-gt li:nth-child(1) {
    margin-left: 0;
}

.li-content-gt li strong {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 0px;
    text-align: left;
    font-weight: normal;
    line-height: 26px;
}

.li-content-gt li span {
    display: block;
    font-size: 17px;
    color: #43210e;
    margin-top: 12px;
}

.banner-gt {
    position: relative;
    text-align: center;
    z-index: 2;
    margin-top: 45px;
}

    .banner-gt a {
        display: block;
        text-align: center;
    }

    .banner-gt.botbn {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .banner-gt img {
        display: inline-block;
        margin: auto;
        max-width: 100%;
    }

.detail-gt {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    float: none;
    text-align: left;
}

    .detail-gt a {
        color: #ffffff;
        display: inline-block;
        padding: 0;
        font-size: 15px;
        text-decoration: none;
        background: #ffa610;
        text-transform: uppercase;
        padding: 11px 17px;
        padding-left: 47px;
        border-radius: 4px;
        background-image: url('/Design/before-detail-gt.png');
        background-repeat: no-repeat;
        background-position: 15px 10px;
    }

        .detail-gt a i {
            font-weight: normal;
            margin-left: 8px;
        }

.li-content-gt:nth-child(2) li strong {
    background-image: url('/Design/t-right.png');
    padding: 12px 40px 15px 30px;
}

.slogan-df {
    margin: auto;
    font-size: 42px;
    color: #c11f2f;
    font-family: 'azuki';
    margin-top: -5px;
    font-weight: normal;
    text-align: center;
}

.support-about {
    background: #fffc;
    padding: 20px 45px 25px;
    border-radius: 20px;
    margin-top: 25px;
    text-align: center;
    box-shadow: 3px 0 13px #92929299;
}

.icon-support-a {
    width: 33px;
    height: 33px;
    margin: auto;
    border: 2px solid #737372;
    line-height: 33px;
    border-radius: 50%;
}

    .icon-support-a i {
        color: #737372;
    }

    .icon-support-a i {
        margin: auto;
    }

.detail-support {
    margin-top: 8px;
}

    .detail-support span {
        font-size: 20px;
        font-family: asb;
        color: #e4002b;
    }

    .detail-support p {
        color: #595959;
        font-size: 16px;
        margin: auto;
        margin-top: 10px;
    }

.lis-a-support {
    background-image: url('/Design/bg-support-a.png');
    display: inline-block;
    background-size: 100% 100%;
    padding: 0 25px;
    margin-top: 20px;
}

    .lis-a-support a {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        padding: 16px 3px;
        font-size: 22px;
        font-family: 'asb';
    }

        .lis-a-support a:nth-child(n+2):before {
            content: "-";
            margin-right: 6px;
        }

.chef {
    position: absolute;
    bottom: 0;
    right: 33%;
}

    .chef img {
        display: block;
        width: 100%;
    }

.services-about { /* overflow:hidden; */
    position: relative;
}

    .services-about:before {
        content: "";
        position: absolute;
        left: 0;
        top: -27px;
        width: 132px;
        height: 153px;
    }

    .services-about:after {
        content: "";
        position: absolute;
        top: 7px;
        right: 0;
        width: 91px;
        height: 92px;
    }

    .services-about .container { /* max-width:1280px */
    }

    .services-about ul {
        padding: 0;
        margin: auto;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(3,minmax(0,1fr));
        column-gap: 25px;
        row-gap: 106px;
        padding-top: 125px;
    }

    .services-about li {
        position: relative;
        list-style: none;
        background-image: url('/Design/bg-dv.png');
        background-size: 100% 100%;
        display: block;
        padding: 80px 0 25px;
        text-align: center;
    }

        .services-about li a {
            text-decoration: none;
        }

.img-se {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}

    .img-se img {
        max-width: 80%;
        display: inline-block;
    }

.content-se {
    padding-top: 0;
    color: #fff;
}

    .content-se span {
        font-family: asb;
        font-size: 22px;
        text-transform: uppercase;
        display: block;
    }

    .content-se p {
        margin: auto;
        font-size: 20px;
        font-weight: normal;
        margin-top: 7px;
    }

.services-about .tit:before {
    bottom: -50px;
}

.services-about .tit {
    padding-bottom: 0;
}

.photo-default {
    display: block;
    overflow: hidden;
    background-size: 100% 100%;
    padding: 60px 0;
}

.tit-pd {
    text-align: center;
    font-size: 42px;
    color: #43210e;
    font-family: 'azuki';
}

.slogan-pd {
    text-align: center;
    font-family: 'azuki';
    font-size: 49px;
    color: #b37e10; /* -webkit-text-stroke: 2px #f8f7f5; */ /* paint-order: stroke fill; */
    text-shadow: 2px 0 0 #f8f7f5, -2px 0 0 #f8f7f5, 0 2px 0 #f8f7f5, 0 -2px 0 #f8f7f5, 2px 2px #f8f7f5, -2px -2px 0 #f8f7f5, 2px -2px 0 #f8f7f5, -2px 2px 0 #f8f7f5; /* background-image: linear-gradient(55deg,#c6972f, #b37e10 , #f8dc7b , #b37e10 ); */ /* background-size: 100%; */ /* background-repeat: repeat; */ /* -webkit-background-clip: text; */ /* -webkit-text-fill-color: transparent; */
    margin-top: -10px;
}

.slide-pd {
    display: block;
    margin-top: 50px;
    overflow: hidden;
}

.li-slide {
    margin: 0;
    overflow: hidden;
    display: block;
    background: none;
}

    .li-slide a {
        display: block;
        margin: 0 15px;
        overflow: hidden;
        border-radius: 20px;
    }

    .li-slide img {
        display: block;
        width: 100%;
        margin: auto !important;
    }

.des-pd {
    overflow: hidden;
    font-size: 20px;
    font-family: quicksb;
    color: #43210e;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    width: 80%;
}

.slide-pd ul {
    padding: 0;
    margin: auto;
}

.slide-pd li {
    margin: 0 15px;
    height: 545px;
    background: none;
    overflow: hidden;
    border-radius: 20px;
}

    .slide-pd li a {
        display: block;
        height: 100%;
        overflow: hidden;
    }

    .slide-pd li img {
        height: 100%;
        display: block;
        width: auto;
        min-width: 100%;
    }

.video-default {
    overflow: hidden;
    display: block;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: top left;
}

.left-video {
    width: 52%;
    float: left;
    margin-top: 20px;
}

.right-video {
    float: right;
    width: 46%;
}

    .right-video a {
        position: relative;
        display: block;
        height: 320px;
        background: none;
        border-radius: 40px;
    }

    .right-video i {
        position: absolute;
        width: 68px;
        height: 68px;
        left: calc((100% - 68px) / 2);
        top: calc((100% - 68px) / 2);
        color: #000000;
        font-size: 26px;
        text-align: center;
        border: 4px solid;
        box-sizing: border-box;
        line-height: 60px;
        border-radius: 50%;
        padding-left: 5px;
        opacity: 0.5;
        background: #fff;
        z-index: 2;
    }

    .right-video img {
        display: block;
        width: 100%;
        height: auto;
        min-height: 100%;
    }

.tit-video {
    display: block;
    font-size: 55px;
    color: #43210e;
    font-family: 'azuki';
}

.slogan-video {
    display: block;
    font-size: 42px;
    color: #c11f2f;
    font-family: 'azuki';
    width: 80%;
    line-height: 40px;
}

.list-video {
    display: block;
    margin-top: 40px;
}

    .list-video a {
        display: block;
        font-size: 20px;
        color: #43210e;
        font-family: 'quickm';
        text-decoration: none;
    }

        .list-video a:before {
            width: 26px;
            height: 26px;
            content: "";
            background-image: url('/Design/li-vi.png');
            display: inline-block;
            margin-bottom: -7px;
        }

        .list-video a:nth-child(2) {
            margin-top: 8px;
        }

.box-page-abouts {
    width: 70%;
    margin: auto;
    overflow: hidden;
}

.left-detail-pro {
    width: 22%;
    float: right;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 15px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 2%;
}

.right-detail-pro {
    width: 74%;
    float: left;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding-right: 2%;
}

.list-promo-pro {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

    .list-promo-pro a {
        display: block;
        font-family: quickm;
        text-decoration: none;
        color: #333;
        text-transform: uppercase;
        font-size: 15px;
    }

.tit-detail-sp {
    display: block;
    font-family: 'azuki';
    font-size: 25px;
}

.list-promo-pro a:nth-child(n+2) {
    margin-top: 16px;
}

.list-promo-pro i {
    margin-right: 5px;
    font-size: 13px;
    color: #b1191c;
}

.cb-list {
    display: block;
    margin-top: 30px;
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

    .cb-list li {
        display: block;
    }

.img-cb {
    display: block;
}

    .img-cb img {
        display: block;
        width: 100%;
        height: 100%;
    }

.name-cb {
    display: block;
    margin-top: 20px;
}

    .name-cb a {
        display: block;
        text-align: center;
        font-family: azuki;
        color: #43210e;
        font-size: 29px;
    }

.lan {
    float: right;
    display: inline-block;
    position: relative;
}

    .lan span {
        color: #fff;
        font-size: 15px;
        border: 1px solid #fff;
        padding: 8px 16px;
        border-radius: 31px;
        display: block;
        cursor: pointer;
    }

.list-lan {
    display: none;
    position: absolute;
    padding: 0px 0 0;
    margin: auto;
    display: block;
    text-transform: initial;
    transition: .5s;
    transform-origin: top center;
    transform: scale(1, 0);
    z-index: 9999;
    width: 100%;
    text-align: left;
    right: 0;
}

.lan:hover .list-lan {
    transform: scale(1);
}

.lan a {
    display: block;
    padding: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #e92f2b;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 8px 6px;
    border-radius: 31px;
    display: block;
    text-align: center;
}

.lan .vi {
    background-image: url('/Design/vi.png');
    margin-bottom: 5px;
}

.lan .en {
    background-image: url('/Design/en.png');
}

.binhluanfb {
    width: 100%;
}

    .binhluanfb iframe {
        min-width: 100% !important;
        box-sizing: border-box;
    }

.wrap {
    position: fixed;
    width: 300px;
    height: 380px !important;
    z-index: 9991 !important;
    right: 0px;
    bottom: 0px;
}

.x {
    font-family: arial, helvetica;
    background: rgba(78,86,101,0.8) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -19px;
    width: 25px;
    z-index: 99999999;
}

    .x:hover {
        cursor: pointer;
    }

.pxem {
    text-align: left;
    height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    background: #f26522;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0px;
    position: absolute;
    z-index: 999999999;
    border-left: 1px solid #fff;
}

    .pxem a.axem {
        color: #fff;
        font-family: arial,helvetica;
        font-size: 12px;
        line-height: 23px;
        padding-left: 5px;
        text-decoration: none;
    }

        .pxem a.axem:hover {
            text-decoration: underline;
        }

.alogo {
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 999999999999;
    width: 40px;
    height: 20px;
    display: inline-block;
    background: #f26522;
    padding-right: 0px;
    padding-left: 5px;
}

.mnv-tuvan {
    position: fixed;
    width: 50px;
    background: none;
    z-index: 999 !important;
    right: 20px;
    bottom: 200px;
    display: block;
    cursor: pointer; /* background: #fff; */ /* border-radius: 50%; */
}

    .mnv-tuvan p {
        color: #fff;
        font-size: 15px;
        margin: 0;
        padding: 0 13px;
        text-align: left;
    }

        .mnv-tuvan p a {
            color: #fff;
            font-size: 15px;
            padding: 5px 0px 7px;
            margin: 0;
            display: inline-block;
            font-family: arial, helvetica;
            text-decoration: none;
        }

            .mnv-tuvan p a:hover {
                text-decoration: underline;
                cursor: pointer;
            }

        .mnv-tuvan p img {
            float: right;
            margin-top: 10px;
            position: absolute;
            left: -20px;
            bottom: 0;
        }

.wrap {
    position: fixed;
    width: 250px;
    height: 325px;
}

.fb-page.fbchat {
    position: relative;
    z-index: 9999999;
    right: 0px;
    bottom: 19px; /* border-left: 1px solid #fff; */ /* border-top: 1px solid #fff; */
    width: 100%;
    margin: auto;
    margin-top: 0px;
    display: block !important;
}

.mnv-tuvan .imfb {
    width: 100%;
}

.wrap .fb_iframe_widget iframe {
    width: 100% !important;
}

.bottom {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.project-promo {
    overflow: hidden;
    background-color: #000b2f;
    background-size: cover;
    padding-top: 50px;
}

.tit {
    display: block;
    font-family: nsb;
    font-size: 30px;
    color: #0e9048;
    position: relative;
}

    .tit a {
        font-family: inherit;
        color: inherit;
    }

.inner-page .tit:before {
}

.des-tit {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #1c1e2b;
    width: 50%;
    margin: auto;
    margin-top: 15px;
}

.project-promo .tit {
    color: #f6f6f6;
}

.project-promo .des-tit {
    color: #f6f6f6;
}

.list-project {
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
}

.project {
    display: block;
    position: relative;
}

.project-image {
    display: block;
    height: 288px;
    overflow: hidden;
}

    .project-image a {
        height: 100%;
        display: block;
    }

    .project-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: 0.5s;
    }

.product-list-child-full.list-best-seller {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 24px;
}

.project-name {
    display: block;
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    transition: 0.5s;
}

    .project-name a {
        display: block;
        text-align: center;
        background: #00000091;
        padding: 15px 10px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'rm';
    }

.project:hover .project-name {
    bottom: 0;
}

.project:hover .project-image img {
    transform: scale(1.1);
}

.partner {
    overflow: hidden;
    padding: 10px 0;
}

.list-partner {
    overflow: hidden;
    margin-top: 0;
    border-left: 1px solid #ececec;
}

.li-par {
    display: block;
    height: 57px;
}

    .li-par a {
        height: 100%;
        display: flex;
        border-right: 1px solid #ececec;
        box-sizing: border-box;
        background: #fff;
    }

    .li-par img {
        max-width: 90%;
        max-height: 90%;
        display: block;
        margin: auto;
        width: auto;
    }

.list_project {
    width: 100%;
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 8px;
    row-gap: 8px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 30px;
}

.project_item {
    display: block;
    position: relative;
    overflow: hidden;
}

    .project_item:hover .project-image img {
        transform: scale(1.1);
    }

    .project_item:hover .project-name {
        bottom: 0;
    }

.tit-gallery {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-family: Osb;
    font-size: 32px;
}

.Gallery-car {
    background-color: #101010;
    padding: 70px 0;
}

.control {
    position: absolute;
    height: 0;
    left: 9px;
    right: 11px;
    top: 45%;
    z-index: 888;
}

.swiper-glr2 {
    overflow: hidden;
    height: 560px;
    display: block;
    margin-top: 30px;
    position: relative;
}

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

.swiper-glr {
    overflow: hidden;
    margin-top: 5px;
    height: 60px;
}

    .swiper-glr img {
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
        opacity: 0.6;
    }

    .swiper-glr .swiper-slide-thumb-active img {
        opacity: 1;
    }

.control i {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.swiper-glr-next {
    float: right;
}

.swiper-glr-prev {
    float: left;
}

.cart-icon {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 7777;
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 50%;
}

    .cart-icon a {
        display: flex;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        border-radius: 50%;
        background: #00163d;
        line-height: 60px;
        color: #fff;
    }

    .cart-icon span {
        position: absolute;
        top: -7px;
        right: 0;
        display: block;
        height: 20px;
        line-height: 20px;
        background: #fff;
        color: #01143c;
        padding: 0 5px;
        border-radius: 50%;
        font-family: 'rm';
        font-size: 14px;
    }

    .cart-icon i {
        margin: auto;
        font-size: 25px;
        color: #fff;
        display: block;
    }

    .cart-icon img {
        fill: #fff;
        filter: invert(8%) sepia(100%) saturate(6481%) hue-rotate(246deg) brightness(1000%) contrast(143%);
        width: 30px;
        height: 30px;
        margin: auto;
        margin-left: 10px;
    }

.star {
    background-image: url('/Design/star.png');
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: 93px;
    right: 3%;
    width: 68px;
    height: 68px;
    /* background: #f6f6f6; */
    overflow: hidden;
    z-index: 2;
    animation: glitter 2.5s linear 0s infinite normal;
    -webkit-animation: glitter 2.5s linear 0s infinite normal;
    -moz-animation: glitter 2.5s linear 0s infinite normal;
    -ms-animation: glitter 2.5s linear 0s infinite normal;
    -o-animation: glitter 2.5s linear 0s infinite normal;
}

.star-tit1 {
    width: 24px;
    height: 24px;
    left: 19%;
    bottom: -28px;
    top: inherit;
    animation: glitter 2.1s linear 0s infinite normal;
    -webkit-animation: glitter 2.1s linear 0s infinite normal;
    -moz-animation: glitter 2.1s linear 0s infinite normal;
    -ms-animation: glitter 2.1s linear 0s infinite normal;
    -o-animation: glitter 2.1s linear 0s infinite normal;
}

.star-tit2 {
    width: 39px;
    height: 39px;
    right: 22%;
    top: -2px;
    bottom: inherit;
    left: inherit;
    animation: glitter 2s linear 0s infinite normal;
    -webkit-animation: glitter 2s linear 0s infinite normal;
    -moz-animation: glitter 2s linear 0s infinite normal;
    -ms-animation: glitter 2s linear 0s infinite normal;
    -o-animation: glitter 2s linear 0s infinite normal;
}

.star-tit3 {
    width: 19px;
    height: 19px;
    right: 21%;
    top: 28px;
    bottom: inherit;
    left: inherit;
    animation: glitter 2.3s linear 0s infinite normal;
    -webkit-animation: glitter 2.3s linear 0s infinite normal;
    -moz-animation: glitter 2.3s linear 0s infinite normal;
    -ms-animation: glitter 2.3s linear 0s infinite normal;
    -o-animation: glitter 2.3s linear 0s infinite normal;
}

.star-img1 {
    width: 44px;
    height: 44px;
    left: 19%;
    bottom: inherit;
    top: 8px;
    animation: glitter 2.1s linear 0s infinite normal;
    -webkit-animation: glitter 2.1s linear 0s infinite normal;
    -moz-animation: glitter 2.1s linear 0s infinite normal;
    -ms-animation: glitter 2.1s linear 0s infinite normal;
    -o-animation: glitter 2.1s linear 0s infinite normal;
}

.star-img2 {
    width: 25px;
    height: 25px;
    right: 22%;
    left: 15%;
    bottom: inherit;
    top: 8px;
    animation: glitter 2s linear 0s infinite normal;
    -webkit-animation: glitter 2s linear 0s infinite normal;
    -moz-animation: glitter 2s linear 0s infinite normal;
    -ms-animation: glitter 2s linear 0s infinite normal;
    -o-animation: glitter 2s linear 0s infinite normal;
}

.star-img3 {
    width: 19px;
    height: 19px;
    right: 21%;
    top: 28px;
    left: inherit;
    animation: glitter 2.3s linear 0s infinite normal;
    -webkit-animation: glitter 2.3s linear 0s infinite normal;
    -moz-animation: glitter 2.3s linear 0s infinite normal;
    -ms-animation: glitter 2.3s linear 0s infinite normal;
    -o-animation: glitter 2.3s linear 0s infinite normal;
}

.leftTitleIconNew span {
    color: #666;
    font-family: 'InterM';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 25.925px */
}

.title-category-home:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 18.794px;
    background: #C20116;
}

.star-contain1 {
    width: 20px;
    height: 20px;
    left: 4%;
    bottom: 0;
    top: inherit;
    animation: glitter 1.9s linear 0s infinite normal;
    -webkit-animation: glitter 1.9s linear 0s infinite normal;
    -moz-animation: glitter 1.9s linear 0s infinite normal;
    -ms-animation: glitter 1.9s linear 0s infinite normal;
    -o-animation: glitter 1.9s linear 0s infinite normal;
}

.star-contain2 {
    width: 26px;
    height: 26px;
    left: 45%;
    top: inherit;
    bottom: 14%;
    right: inherit;
    animation: glitter 1.5s linear 0s infinite normal;
    -webkit-animation: glitter 1.5s linear 0s infinite normal;
    -moz-animation: glitter 1.5s linear 0s infinite normal;
    -ms-animation: glitter 1.5s linear 0s infinite normal;
    -o-animation: glitter 1.5s linear 0s infinite normal;
}

.star-contain3 {
    width: 35px;
    height: 35px;
    right: 42%;
    top: inherit;
    bottom: 10%;
    left: inherit;
    animation: glitter 1.7s linear 0s infinite normal;
    -webkit-animation: glitter 1.7s linear 0s infinite normal;
    -moz-animation: glitter 1.7s linear 0s infinite normal;
    -ms-animation: glitter 1.7s linear 0s infinite normal;
    -o-animation: glitter 1.7s linear 0s infinite normal;
}

.baner-mini {
    display: block;
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.banner-mini-bot {
    margin-top: 0;
}

.baner-mini img {
    display: block;
    width: 100%;
}

.category {
    display: block;
}

.box-promo {
    background: #d7308e;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tit-article {
    position: relative;
    background: #0e9048;
    padding: 0px 10px 0px;
    border-radius: 6px;
}

.box-promo .tit-article {
    background: #b61c7a;
    padding: 10px 20px;
}

.tit-article a {
    display: block;
    text-decoration: none;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.box-promo .tit-article a {
    font-size: 18px;
    color: #ffffff;
}

.box-default {
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    padding: 0;
}

.box-promo .list-article-category .item {
    border-color: #df59a5;
}

.tit-cat {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    font-family: nb;
}

    .tit-cat a {
        display: block;
        padding: 3px 7px 4px;
        border-radius: 4px;
        background-repeat: no-repeat;
        background-position: 10px 10px;
        background-size: 16px;
        background: #0e9048;
    }

.box-promo .tit-cat {
    display: none;
}

.view_li {
    font-size: 15px;
    color: #eaa3c6;
    margin-top: 13px;
    display: none;
}

    .view_li i {
        color: #fff;
        background: #a81365;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        font-size: 10px;
        text-align: center;
        line-height: 15px;
        margin-right: 5px;
    }

.box-promo .list-article-category .item .desc {
    color: #fff;
}

.box-promo .list-article-category .item h4 {
    color: #fff;
}

.box-promo .view_li {
    display: block;
}

.defaul-bot .container {
    overflow: hidden;
    width: 98%;
}

.defaul-bot {
    position: relative;
    padding-bottom: 60px;
    padding: 30px 0;
}

.news-trade {
    display: block;
    padding-top: 50px;
    position: relative;
    padding-bottom: 35px;
    width: 63%;
    float: left;
}

.boxes .news-trade {
    padding-top: 0;
}

.box-trade {
    overflow: hidden;
    padding: 0;
}

.list-trade {
    overflow: hidden;
    margin-top: 35px;
    padding: 0 6px;
}

.tit-article .tit-a {
    color: #fff;
    font-size: 15px;
    text-transform: none;
    position: absolute;
    right: 19px;
    top: 12px;
    font-weight: normal;
}

    .tit-article .tit-a i {
        font-weight: normal;
        margin-left: 5px;
    }

.tit-trade a:first-child {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 0;
    background-image: url(/Design/before-tit-w-30.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 9px 0;
    padding-left: 37px;
}

.swiper-trade {
    text-align: center;
    margin-top: 20px;
}

.trade { /* background:#fff; */
    display: block;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 3px 6px #00000026;
    margin-top: 4px;
    border-radius: 10px;
}

    .trade:hover {
        background: #feb329;
    }

.trade-name {
    border-top: none;
    padding: 20px 0;
}

.trade span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trade-image {
    display: block;
    position: relative;
    height: 185px;
    border-radius: 10px;
    overflow: hidden;
}

.view-trade {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0px;
    color: #b5b5b5;
    font-size: 14px;
    margin: auto;
}

.trade:hover .view-trade {
    color: #fff;
}

.trade-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #404040;
    text-decoration: none;
    font-family: asb;
}

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

.view-trade i {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    margin-right: 7px;
}

.pad-10 {
    padding: 10px;
}

.boxes-group .fb-group {
    width: 100%;
}

.boxes-group .fb-page {
    width: 100%;
}

.fb-page iframe {
    /* width: 100% !important; */
    /* max-width: 100% !important; */
}

.swiper-member {
    overflow: hidden;
    background-image: url('/Design/bg-birthday.png');
    background-size: 100% 100%;
    min-height: 350px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

.swiper-mem {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 75px;
}

    .swiper-mem a {
        text-decoration: none;
    }

.avatar-m {
    width: 86px;
    height: 86px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #e4002b;
    margin-top: 8px;
}

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

.birthday-m {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
}

.tit-member-box {
    background: #e4002b;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.name-m {
    color: #282828;
    font-size: 13px;
    font-weight: bold;
    margin-top: 13px;
}

.position-m, .company-m {
    color: #4d4d4d;
    font-size: 13px;
    margin-top: 5px;
    padding: 0 10px;
}

.img-alb {
    height: 239px;
}

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

.boxes-album {
    position: relative;
}

.swiper-album {
    position: relative;
    z-index: 1;
}

.name-alb {
    position: absolute;
    background: #404040cc;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 15px;
}

.list-member {
    position: relative;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 40px;
    row-gap: 40px;
    margin-top: 40px;
}

.member {
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 15px;
}

.img-mem {
    height: 450px;
    overflow: hidden;
}

    .img-mem img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: block;
        transition: 0.5s;
    }

.member a {
    display: block;
    text-decoration: none;
}

.info-mem {
    overflow: hidden;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e4002bb8;
    padding: 15px 10px;
    transition: 0.5s;
    box-sizing: border-box;
}

.name-mem {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
}

.job {
    font-size: 17px;
    margin-top: 6px;
}

.company {
    overflow: hidden;
    transition: 0.5s;
    margin-top: 17px;
}

    .company h3 {
        font-size: 36px;
        color: #feb329;
        font-family: ab;
        margin: auto;
        text-shadow: 1px 2px #000;
    }

    .company h4 {
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        margin: auto;
        margin-top: 4px;
        text-transform: uppercase;
    }

.member:hover .img-mem img {
    transform: scale(1.1);
}

.member:hover .company {
    display: block;
    height: auto;
}

.member:hover .info-mem {
    height: auto;
}

.mr10 {
    margin-right: 10px;
}

.personal-mem {
    float: left;
    width: 25%;
    text-align: center;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

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

.box {
    display: block;
    border: 1px solid #00000014;
    background-color: #FFFFFF;
    padding: 24px;
}

.tit-mb {
    text-align: left;
    font-family: 'rm';
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}

.company-mem {
    width: 72%;
    float: right;
}

.fullname {
    font-size: 16px;
    color: #424242;
    line-height: 24px;
    margin-bottom: 4px;
    font-family: 'rm';
    margin-top: 10px;
}

.job-mb {
    color: #757575;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 8px;
}

.box p {
    margin: 15px 0;
    overflow: hidden;
    display: block;
}

    .box p:first-child {
        margin-top: 0;
    }

.box label {
    width: 30%;
    float: left;
    float: left;
    font-weight: normal;
    color: #757575;
    position: relative;
}

.box span {
    width: 70%;
    float: right;
    font-size: 14px; /* line-height: 20px; */
}

.box i {
    margin-right: 10px;
}

.about-mem {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
}

.box .about-mem p {
    margin: auto;
}

.regis {
    display: flex;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

    .regis a {
        display: block;
        width: 50%;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        background-color: #e4002b;
        color: #FFF;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: normal;
        padding: 0 20px;
        border-radius: 20px;
        border: none;
        text-decoration: none;
        margin: 0 20px;
    }

        .regis a i {
            margin-right: 10px;
        }

.top-default {
    overflow: hidden;
    margin-top: -38px;
    margin-bottom: -20px;
}

.menu-product {
    position: relative;
    z-index: 3;
}

    .menu-product ul {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(3,minmax(0,1fr));
        column-gap: 28px;
        row-gap: 28px;
        padding: 0;
        margin: auto;
        margin-bottom: 20px;
    }

    .menu-product li {
        list-style: none;
        text-align: center;
    }

    .menu-product a {
        text-decoration: none;
    }

.img-mn-pro {
    overflow: hidden;
    box-sizing: border-box;
}

    .img-mn-pro img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        background: url(/Design/no-image.png);
        background-color: #fff;
        transition: 0.5s;
    }

.menu-product li:hover img {
    transform: scale(1.1);
}

.title-mn-pro {
    font-size: 15px;
    color: #ffffff;
    display: block;
    margin-top: 10px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-product li:hover .title-mn-pro {
    color: #ffe956;
    font-family: nb;
}

.commit {
    overflow: hidden;
    z-index: 2;
    margin: 20px 0 12px;
}

    .commit .container {
        max-width: 1150px;
    }

    .commit ul {
        text-align: center;
        padding: 0;
        margin: auto;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(4,minmax(0,1fr));
        column-gap: 20px;
        row-gap: 20px;
    }

    .commit li {
        list-style: none;
        text-align: left;
        display: inline-block;
        background: #fff;
        padding: 15px;
        padding-right: 6px;
        border: 1px solid #eaeaea;
        box-sizing: border-box;
        border-radius: 5px;
    }

        .commit li:nth-child(n+2) {
        }

.img-com {
    width: 60px;
    height: 34px;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    text-align: right;
}

    .img-com img {
        height: 100%;
        display: inline-block;
        object-fit: cover;
    }

.contain-com {
    overflow: hidden;
}

    .contain-com span {
        font-family: 'nb';
        font-size: 15px;
        color: #ffa510;
        display: block;
        margin-top: 0;
    }

    .contain-com p {
        color: #8d8d8d;
        font-size: 14px;
        margin: auto;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.library {
    display: block;
    overflow: hidden;
    background-image: url('/Design/bg-library.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 40px;
    background-attachment: fixed;
}

    .library ul {
        padding: 0;
        margin: auto;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(4,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 15px;
        margin-top: 35px;
    }

    .library li {
        list-style: none;
        height: 182px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
    }

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

    .library a {
        display: block;
        height: 100%;
    }

    .library .tit {
        color: #fff;
    }

        .library .tit:before {
            background: #fff;
        }

.detail-button {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 0;
}

    .detail-button a {
        color: #fff;
        background: #e61b2b;
        display: inline-block;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 34px;
    }

.pb-40 {
    padding-bottom: 40px;
}

.library.inner-page {
    background-attachment: fixed;
}

.library span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #00000073;
    color: #fff;
    padding: 7px 10px;
    font-family: ab;
    text-transform: uppercase;
    font-size: 18px;
}

.boxes .library ul {
    grid-template-columns: repeat(1,minmax(0,1fr));
    margin: 0;
}

.boxes .library {
    padding: 0;
    background: none;
}

    .boxes .library li {
        height: auto;
    }

.page-404 {
    text-align: center;
}

    .page-404 h1 {
        font-size: 150px;
        margin: auto;
    }

    .page-404 h2 {
    }

    .page-404 h3 {
        font-weight: normal;
    }

.a-404 {
    display: block;
    text-align: center;
    margin-top: 70px;
}

    .a-404 a {
        background-image: linear-gradient(#eb472b, #e4002b);
        color: #fff;
        padding: 10px 20px;
        border-radius: 10px;
        text-decoration: none;
        margin: 5px;
        display: inline-block;
    }

        .a-404 a i {
            margin-left: 10px;
        }

.title-menu {
    text-align: center;
    font-family: ble;
    font-size: 55px;
    /* text-transform: uppercase; */
    color: #e50a2b;
    font-weight: bold;
}

.list-menu {
    overflow: hidden;
}

    .list-menu ul {
        padding: 0;
        list-style: none;
        margin: auto;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(3,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 15px;
        margin-top: 35px;
    }

    .list-menu li {
        display: block;
        overflow: hidden;
        margin: auto;
        padding: 10px;
        border: 1px solid #d5d5d5;
        box-sizing: border-box;
        width: 100%;
    }

        .list-menu li:nth-child(n+2) {
            margin-top: 0;
        }

        .list-menu li:nth-child(2n+2) .left-menu {
            /* float: right; */
        }

        .list-menu li:nth-child(2n+2) .right-menu {
            /* float: left; */
        }

.left-menu {
    width: 100%;
    /* float: left; */
    height: 272px;
}

    .left-menu img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.right-menu {
    width: 100%;
    /* float: right; */
    margin-top: 7px;
}

.tit-menu {
    background: red;
    background-image: linear-gradient(#e4002b, #eb472b);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'ab';
}

.list-child-menu {
    margin-top: 20px;
}

.li-item-menu {
    display: block;
}

    .li-item-menu a {
        text-decoration: none;
        display: block;
        color: #000;
        font-family: 'ab';
        margin-bottom: 5px;
        padding: 5px 0;
    }

.pnrate {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    padding: 60px 0;
    width: 38%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('/Design/bg-rate.png');
}

    .pnrate .tit {
        color: #fff;
        text-shadow: 1px 2px #000;
        text-align: center;
    }

        .pnrate .tit a {
            background-image: url(/Design/before-tit-w.png);
        }

        .pnrate .tit:before {
            color: #fff;
            background: #fff;
        }

.list-rate {
    overflow: hidden;
    padding: 0;
    /* background: #feb329de; */
    /* border-radius: 190px; */
    margin-top: 35px;
}

.li-rate {
    text-align: center;
    /* padding: 10px; */
}

    .li-rate a {
        text-decoration: none;
        padding: 10px 40px;
        border-radius: 0;
        height: 100%;
        display: block;
        margin-top: 0;
    }

.avatar-rate {
    width: 142px;
    height: 142px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
}

.content-rate {
    padding: 0 50px;
    /* background: #ffffffeb; */
    padding: 0;
    padding-top: 10px;
    border-radius: 16px;
}

    .content-rate h3 {
        font-size: 22px;
        color: #ffeb3b;
        margin-bottom: 5px;
        font-family: 'quicksb';
    }

    .content-rate span {
        font-size: 17px;
        color: #ffffff;
    }

    .content-rate p {
        margin: auto;
        color: #ffffff;
        margin-top: 20px;
        font-size: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.swiper-notification {
    display: none;
}

.swiper-rate {
    text-align: center;
    margin-top: 20px;
}

.content-comment input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #90949c;
}

.content-comment input::-moz-placeholder { /* Firefox 19+ */
    color: #90949c;
}

.content-comment input:-ms-input-placeholder { /* IE 10+ */
    color: #90949c;
}

.content-comment input:-moz-placeholder { /* Firefox 18- */
    color: #90949c;
}

.content-comment textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #90949c;
}

.content-comment textarea::-moz-placeholder { /* Firefox 19+ */
    color: #90949c;
}

.content-comment textarea:-ms-input-placeholder { /* IE 10+ */
    color: #90949c;
}

.content-comment textarea:-moz-placeholder { /* Firefox 18- */
    color: #90949c;
}

.box-comment .tit h3 {
    color: #093;
    padding: 8px 15px;
    font-size: 20px;
    width: 100%;
    background: #ebedf0;
}

.box-comment .tit:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    height: 3px;
    background: #009933;
    bottom: 0px;
    z-index: 1;
}

.box-comment .tit { /* overflow: inherit; */ /* float: left; */
    padding-bottom: 3px;
}

.tomtat-bl {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.box-answer {
    width: 100%;
    float: left;
}

.list-rating {
    overflow: hidden;
    margin-top: 40px;
    width: 80%;
    margin: auto;
    margin-top: 30px;
    box-shadow: 1px 2px 5px #000;
    padding: 50px 35px;
    box-sizing: border-box;
    border-radius: 10px;
}

.li-answer {
    overflow: hidden;
    border: 1px solid #bdbdbd;
    padding: 10px;
}

    .li-answer:nth-child(n+2) {
        margin-top: 40px;
    }

.customer {
    overflow: hidden;
    position: relative;
}

.searchbox .btn svg {
    position: relative;
    top: 2px;
}

    .searchbox .btn svg path {
        fill: #C20116;
    }

.admin {
    margin-top: 10px;
    background: #f8f8f8;
    border: 1px solid #e4e1e3;
    padding: 10px;
    position: relative;
}

    .admin:before {
        bottom: 100%;
        left: 20px;
        top: -20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-color: transparent;
        border-bottom-color: #e4e1e3;
        border-width: 10px;
        margin-left: -9px;
    }

.icon-name {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    margin-right: 15px;
    background: #ebe9eb;
    display: block;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}

    .icon-name img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.icon-name {
    border-radius: 50%;
}

.content-answer {
    overflow: hidden;
}

.name-cus {
    display: inline-block;
    margin-right: 10px;
}

.phone-cus {
    display: inline-block;
    font-size: 12px;
    line-height: 27px;
    color: #777;
}

.content-cus {
    display: block;
    line-height: 20px;
    white-space: pre-wrap;
    width: 100%;
    text-align: justify;
    margin-top: 10px;
    color: #666;
    margin-bottom: 10px;
}

.start {
    position: absolute;
    right: 0;
    top: 0;
    color: #fe9727;
}

.like {
    display: inline-block;
    font-size: 12px;
    line-height: 27px;
    color: #777;
    margin-right: 20px;
}

    .like i {
        margin-right: 5px;
    }

.date-cus {
    display: inline-block;
    font-size: 12px;
    line-height: 27px;
    color: #777;
}

.admin:after {
    bottom: 100%;
    left: 21px;
    top: -18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent;
    border-bottom-color: #f8f8f8;
    border-width: 9px;
    margin-left: -9px;
}

.bolb-cus {
    display: inline-block;
    background-color: #e4002b;
    font-size: 12px;
    padding: 1px 14px 3px;
    border-radius: 7px;
    color: #fff;
}

.mini-banner {
    margin-bottom: 15px;
}

    .mini-banner img {
        width: 100%;
        display: block;
    }

.swiper-pagination-bullet {
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

    .swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
        background: #14974f;
        opacity: 1;
    }

.banner-default {
    display: block;
}

.WBackSeller {
    padding-top: 12px;
}

.back-full-pro-home {
}

.banner-default img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
}

.banner-default.mini-banner-home {
    padding: 30px 0;
    position: relative;
    padding-top: 0;
}

.ListBannerTopHome a {
    border-radius: 20px;
}

.list-news {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 18px;
    row-gap: 24px;
    padding-bottom: 24px;
}

.list-new1 {
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.news1 {
    overflow: hidden;
    position: relative;
}

.news1-image {
    height: 437px;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 10px;
}

.news1-name span {
    font-size: 16px;
    color: #686868;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.detail-pro-page.news1-detail {
    text-align: left;
    margin-top: 15px;
}

.take-news {
}

.newsnth {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

    .newsnth:nth-child(n+2) {
        margin-top: 16px;
    }

.newsnth-image {
    width: 254px;
    height: 142px;
    flex-shrink: 0;
    float: left;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
}

.list-news img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 10px;
}

span.link-new-l-home {
    display: block;
    margin-top: 9px;
    color: #EB0009;
    font-family: 'InterM';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 18.9px */
    text-transform: uppercase;
}

    span.link-new-l-home svg {
        position: relative;
        right: -4px;
    }

.list-new1:hover span.link-new-l-home {
    color: #ab0114;
}

.list-new1:hover .news1-name h3 {
    color: #ed1c24;
}

.newsnth-name {
    overflow: hidden;
    margin-top: 2px;
    text-align: justify;
}

    .newsnth-name a {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /* 26.134px */
        text-transform: capitalize;
        color: #1E1E1E;
        font-family: 'InterM';
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%; /* 24.3px */
    }

    .newsnth-name span {
        display: block;
        font-size: 15px;
        color: #898989;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 15px;
    }

        .newsnth-name span i {
            margin-right: 5px;
        }

span.link-new-l-home svg path {
    fill: #eb0009;
}

.decorSvgNewItem svg path {
    fill: #eb0009;
}

.banner-default.mini-banner-home.banner-mini-two {
    padding-bottom: 10px;
}

.leftTitleIconNew h3 {
    margin: 0;
    color: #C20116;
    font-family: 'InterB';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 37.709px */
    text-transform: uppercase;
}

.leftTitleIconNew {
}

.decorNewsSvgHome {
    display: flex;
}

.title-category-home {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 9px;
}

.list-child-link a {
    position: relative;
    top: 7px;
    height: 45px;
    color: #FFF;
    text-align: center;
    font-family: 'InterR';
    font-size: 15.036px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s;
    display: flex;
    width: 202px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FF001C 0%, #C20116 100%);
}

    .list-child-link a:hover {
        background: linear-gradient(180deg, #FF5247 0%, #EB0009 100%);
        color: #fff;
    }

.defaul-bot-cate-home {
    padding-top: 27px;
    padding-bottom: 0;
}

.news1:hover img, .newsnth:hover img {
    transform: scale(1.1);
}

.news1:hover .news1-image a:before,
.newsnth:hover .newsnth-image a:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}

.news1 .news1-image a, .newsnth .newsnth-image a {
    position: relative;
    height: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.newsnth:hover .newsnth-name a {
    color: #ed1c24;
}

.news1-name h3 {
    margin: 0;
    text-transform: capitalize;
    color: #1E1E1E;
    font-family: 'InterM';
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desNewItemHome span {
    color: #434343;
    font-family: 'InterR';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 21.28px */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desNewItemHome {
    margin-top: 6px;
    text-align: justify;
}

.news1-name {
    margin-top: 11px;
}

.decorSvgNewItem {
    display: flex;
}

.WDateViewNewHome {
    display: flex;
    margin-top: 12px;
}

.WDateNewItem {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

    .WDateNewItem span {
        /* 20.803px */
        margin-left: 6px;
        color: #797978;
        font-family: 'InterR';
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 136.688%; /* 18.029px */
    }

.desNewItemHomeR h6 {
    margin: 0;
    color: #434343;
    font-family: 'InterR';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%; /* 18.62px */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desNewItemHomeR {
    margin-top: 2.36px;
    text-align: justify;
}

.WDateViewNewHome.view-r-date-new-h {
    margin-top: 9px;
}

.top-cus-parner-home h2 {
    margin: 0;
    text-align: center;
    color: #0E9048;
    font-family: 'Montserrat-SemiBold';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    /* 85.714% */
    text-transform: uppercase;
}

.W-cus-parner-home {
    padding-top: 18px;
    padding-bottom: 30px;
    background: #DCFFEC;
}

.top-cus-parner-home {
    margin-bottom: 34px;
}

.modal-notification {
    position: fixed;
    z-index: 999999;
    background: #000000b5;
    left: 50%;
    top: 50%;
    padding: 30px;
    text-align: center;
    display: none;
    transform: translate(-50%, 0px);
}

    .modal-notification i {
        font-size: 52px;
        color: #7eff67;
    }

    .modal-notification span {
        display: block;
        color: #fff;
        margin-top: 5px;
    }

.close-modal {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.poregiohang {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.titthanhtoan {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: atenalight;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.bgthanhtoan {
    background-image: url('/Design/bg_cart1.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.leftthanhtoan {
    width: 52%;
    float: left;
}

.centerthanhtoan {
    width: 37%;
    float: left;
    margin-left: 2%;
}

.rightthanhtoan {
    width: 46%;
    float: right;
}

.thongtinthanhtoans {
    width: 100%;
    padding: 10px 10px;
    width: 100%;
}

.titgiaohang {
    width: 100%;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #0e9048;
    margin-bottom: 20px;
    font-family: quickb;
}

.thongtindh {
    width: 100%;
    float: left;
    list-style: none;
    border: 1px solid #b3b3b3;
    padding: 10px 2%;
    border-radius: 10px;
}

    .thongtindh ul {
        width: 100%;
        float: left;
        padding: 0;
        list-style: none;
        margin: auto;
    }

    .thongtindh li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #b3b3b3;
        padding: 5px 0;
    }

.namett {
    width: calc(100% - 180px);
    float: left;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
    display: flex; /* text-align: left; */
}

.thumb-item-cart {
    float: left;
    height: 60px;
    margin: auto;
    margin-right: 10px;
    width: 75px;
    object-fit: cover;
    margin-left: 0;
}

.pricett {
    font-size: 15px;
    text-align: right;
    color: #db0707;
    font-family: 'Montserrat-Medium';
}

.tamtinh {
    width: 100%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #b3b3b3;
    padding: 15px 0 15px;
}

    .tamtinh p {
        width: 40%;
        float: left;
        margin: auto;
        font-weight: bold;
        font-size: 15px;
    }

        .tamtinh p:nth-child(2) {
            width: 60%;
            text-align: right;
        }

.gift-code {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.textcode {
    outline: none;
    border: 1px solid #ffa610;
    padding: 10px 10px;
    height: 37px;
    box-sizing: border-box;
    border-radius: 10px;
}

.btncode {
    border: none;
    outline: none;
    background: linear-gradient(180deg, #C6FF73 0%, #4D8800 100%);
    height: 37px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-family: 'InterSB';
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
}

.phivanchuyen {
    width: 100%;
    float: left;
    font-size: 15px;
    border-bottom: 1px solid #b3b3b3;
    padding: 15px 0;
}

.TitleGifCodeUser {
    width: 100%;
    float: left;
    padding-top: 15px;
}

    .TitleGifCodeUser h6 {
        font-family: 'InterSB';
        font-size: 15px;
    }

.tongcongtt {
    width: 100%;
    float: left;
    text-align: left;
    border-radius: 10px;
    padding: 15px 2%;
    background-color: #ededed;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .tongcongtt p {
        width: 40%;
        float: left;
        margin: auto;
        font-weight: bold;
        font-size: 15px;
    }

        .tongcongtt p:nth-child(2) {
            width: 60%;
            text-align: right;
        }

.fulltextbox {
    width: 100%;
    float: left;
}

div#ctl00_ContentPlaceHolder1_Relogin {
    display: none;
}

.textmin h4 {
    font-family: 'InterSB';
    font-size: 18px;
}

.textmin h6 {
    font-family: 'InterM';
    font-size: 15px;
    margin: 10px 0;
}

.textmin {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

    .textmin .warning {
        position: absolute;
        right: 10px;
        top: 13px;
    }

    .textmin input {
        width: 100%;
        font-size: 14px;
        color: black;
        padding: 15px 15px;
        border-radius: 10px;
        outline: none;
        border: 1px solid #d5d5d5;
        box-sizing: border-box;
    }

    .textmin textarea {
        font-size: 14px;
        width: 100%;
        border: 1px solid #b3b3b3;
        border-radius: 10px;
        padding: 10px 15px;
        outline: none;
        box-sizing: border-box;
    }

.topThanhToanChild h3 {
    font-family: 'InterSB';
}

.TitleThanhToanChild h2 {
    font-size: 16px;
}

.TitleThanhToanChild {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: 'InterSB';
    border-bottom: 1px solid #b3b3b3;
}

    .TitleThanhToanChild h5 {
        font-size: 15px;
    }

.tbthanhtoan {
    width: 100%;
    float: left;
}

.textmin .tbthanhtoan input {
    float: left;
    width: auto;
    margin: auto;
    margin-top: 5px;
    margin-right: 5px;
}

.tbthanhtoan label {
    float: left;
    margin: auto;
}

.lbthongtinnganhang {
    display: none;
    width: 100%;
    float: left;
}

    .lbthongtinnganhang * {
        font-family: atenalight !important;
        max-width: 100% !important;
        color: black !important;
        font-weight: bold;
        margin: auto;
    }

.xemttnh {
    display: block;
}

.btthanhtoann {
    width: 100%;
    float: left;
}

    .btthanhtoann input {
        width: 30%;
        outline: none;
        text-align: center;
        float: left;
        background: linear-gradient(180deg, #C6FF73 0%, #4D8800 100%);
        color: white;
        border: none;
        font-size: 18px;
        padding: 15px 0;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 12px;
    }

        .btthanhtoann input:hover {
            background: linear-gradient(180deg, #FF5247 0%, #EB0009 100%);
        }

.mb0 {
    margin-bottom: 0;
}

.link-log {
    display: block; /* text-align: center; */
}

    .link-log a {
        width: auto;
        text-align: center;
        background: #e77817;
        margin: auto 5px;
        display: inline-block;
        text-decoration: none;
        padding: 3px 12px;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
    }

        .link-log a:first-child {
            margin-left: 0;
        }

.other-log {
    /* text-align:center; */
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Montserrat-Medium';
    font-size: 21px;
}

.WGiftCodeListChild {
    width: 100%;
    float: left;
    display: none;
}

#ShowUser {
    display: none;
}

.strength {
    overflow: hidden;
}

.ul-trength {
    padding: 40px 50px;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 30px;
    row-gap: 15px;
}

.li-trength {
    box-shadow: 1px 0 13px #c4c4c466;
    padding: 10px 18px;
    overflow: hidden;
    border-radius: 13px;
}

    .li-trength img {
        float: left;
        margin-right: 20px;
    }

    .li-trength strong {
        font-size: 15px;
        color: #4f4f4f;
        font-family: peb;
        display: block;
    }

    .li-trength span {
        display: block;
        font-size: 14px;
        color: #4f4f4f;
        margin-top: 5px;
    }

.modal-filter {
    background-color: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 50%);
    border-radius: 4px;
    max-width: 600px;
    min-width: 380px;
    left: 0;
    position: absolute;
    padding: 10px;
    padding-bottom: 5px;
    top: 45px;
    width: max-content;
    white-space: normal;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

    .modal-filter.show {
        visibility: visible;
        opacity: 1;
    }

    .modal-filter:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        transform: rotate(45deg);
        top: -5px;
        left: 15px;
        box-shadow: -2px -2px 5px -4px;
    }

.box-filter:nth-child(n+7) .modal-filter {
    right: 0;
    left: inherit;
}

    .box-filter:nth-child(n+7) .modal-filter:before {
        right: 15px;
        left: inherit;
    }

.box-filter {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 6px;
}

    .box-filter span {
        display: block;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        cursor: pointer;
        padding: 8px 15px;
        user-select: none;
    }

        .box-filter span.action {
            border-color: #3ca4ff;
        }

.color-border span {
    border-color: red;
}

.box-filter span:after {
    content: "\f0d7";
    font-family: "fontawesome";
    font-weight: bold;
    margin-left: 5px;
}

.box-filter span.action:after {
    content: "\f0d8";
}

.modal-filter a {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    justify-content: center;
    line-height: 17px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 5px 10px;
    cursor: pointer;
    user-select: none;
}

    .modal-filter a:hover, .modal-filter a.select {
        border-color: #0e9048;
    }

.modal-filter img {
    height: 25px;
    display: block;
}

.result-filter {
    display: block;
    text-align: center;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    display: none;
}

    .result-filter.show {
        visibility: visible;
        opacity: 1;
        display: block;
    }

.refresh-a {
    display: inline-block;
    border: 1px solid red;
    color: red;
    padding: 7px 0 9px;
    width: 150px;
    margin: 0 5px;
    cursor: pointer;
    height: 36px;
    box-sizing: border-box;
}

.show-result-a {
    display: inline-block;
    border: 1px solid #0e9048;
    padding: 7px 0 9px;
    width: 150px;
    margin: 0 5px;
    color: #0e9048;
    cursor: pointer;
    position: relative;
    height: 36px;
    box-sizing: border-box;
}

.none {
    display: none;
}

.loadjs {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

.modal-filter .loadjs img {
    display: inline-block;
    height: 50px;
    margin-top: -8px;
}

.show-more-pro {
    text-align: center;
    margin-top: 30px;
}

    .show-more-pro span {
        display: inline-block;
        padding: 10px 0 11px;
        border-top: 1px solid #c2e9fb;
        border-radius: 4px;
        background: linear-gradient(0deg, #015eea, #00c0fa);
        width: 200px;
        color: #fff;
        cursor: pointer;
    }

.mb20 {
    margin-bottom: 20px;
}

.nav-menu-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #f3f5f7;
    z-index: 999999999;
    overflow: auto;
    display: none;
}

.close-menu {
    position: absolute;
    right: 10px;
    top: 0;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

    .close-menu i {
    }

li.product.pro-list-item-child {
    padding: 12px;
}

.tit-cate-m {
    background: #0E9048;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat-Medium';
}

.nav-menu-mobile .WHeaderLogin a svg path {
    fill: #333;
    stroke: #333;
}

.support-m a svg {
    width: 22px;
    height: auto;
    margin-right: 4px;
}

.ul-menu-mobile {
    padding: 10px;
    list-style: none;
    margin: auto;
    background: #fff;
}

    .ul-menu-mobile a {
        text-decoration: none;
    }

    .ul-menu-mobile > li {
        list-style: none;
        border-top: 1px solid #ebebeb;
        position: relative;
    }

.m1-sub:before {
    content: "\f105 ";
    position: absolute;
    border-top-color: #fff;
    right: 15px;
    top: 14px;
    font-family: "fontawesome";
    z-index: 1;
    font-size: 15px;
    font-weight: bold;
}

.ul-menu-mobile > li:first-child {
    border: none;
}

.ul-menu-mobile > li > a {
    font-size: 16px;
    color: #4f4f4f;
    margin: auto;
    padding: 13px 0;
    font-family: 'InterR';
    display: block;
    overflow: hidden;
}

    .ul-menu-mobile > li > a > i {
        margin-right: 10px;
        float: left;
    }

.m1-sub:after {
}

.m1-sub {
}

.ul2-menusub {
    padding: 0;
    margin: auto;
    display: none;
}

    .ul2-menusub > li {
        border-top: 1px solid #ebebeb;
        list-style: none;
    }

        .ul2-menusub > li > a {
            font-size: 16px;
            color: #4f4f4f;
            margin: auto;
            padding: 10px 28px;
            font-family: 'InterR';
            display: block;
            background: #f8f7f5;
        }

.support-m {
    padding: 10px 0;
}

    .support-m a {
        text-decoration: none;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #4f4f4f;
        margin: auto;
        padding: 13px 15px;
        font-family: 'InterL';
        background: #fff;
        box-shadow: 1px 0 10px #00000038;
    }

        .support-m a:nth-child(n+2) {
            margin-top: 10px;
        }

    .support-m i {
        margin-right: 5px;
    }

    .support-m span {
        margin-right: 5px;
    }

    .support-m strong {
        color: red;
    }

.public-mobile {
    display: none;
}

.ul-dm > li > a > i > img {
    display: none;
}

.lbtim.mb {
    width: 80%;
}

.detail-pro-cart {
    width: fit-content;
    display: flex;
    align-items: center;
    border: 1px solid #c1c8d1;
    border-radius: 34px;
}

.detail-pro-btn {
    margin-top: 15px;
}

.detail-pro-cart span {
    width: 25px;
    height: 25px;
    display: inline-flex;
    user-select: none;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--default-color-1);
    color: var(--default-color-1);
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    transition: all linear .3s;
    margin: 0 5px;
    padding-bottom: 4px;
}

    .detail-pro-cart span:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

.detail-pro-cart input {
    outline: none;
    border: none;
    background-color: #fff;
    width: 40px;
    text-align: center;
    height: 36px;
    border-radius: 3px;
    color: #333;
    font-size: 23px;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

    .detail-pro-cart input.qtyminus:hover {
        background: linear-gradient(134deg, #FEFA0E 2.01%, #FDD338 100%);
        color: #fff;
    }

    .detail-pro-cart input.qtyplus:hover {
        background: linear-gradient(134deg, #FEFA0E 2.01%, #FDD338 100%);
        color: #fff;
    }

.detail-pro-decor {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    width: 100%;
}

.detail-pro-cart input.qtyminus {
    margin-left: 0;
}

.my-user-btn:hover {
    background-color: #0e9048;
    border-color: #0e9048;
}

.my-user-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: none;
    transition: all linear .2s;
}

    .my-user-btn img {
        width: 33px;
        pointer-events: none;
    }

.typepro.none {
    display: none;
}

.box-category-product.list-sort-pro-child {
    display: flex;
}

    .box-category-product.list-sort-pro-child .price-side {
        width: 23%;
    }

    .box-category-product.list-sort-pro-child .seller-content-product {
        flex: 1 1 0;
        margin: 0;
        margin-left: 15px;
    }

        .box-category-product.list-sort-pro-child .seller-content-product .product-list-child-full.list-best-seller {
            display: grid;
            grid-auto-rows: minmax(min-content, max-content);
            grid-template-columns: repeat(4, minmax(0, 1fr));
            column-gap: 30px;
            row-gap: 24px;
        }

.none {
    display: none !important;
}

.typepro > div {
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.typepro .lbtitType {
    font-size: 16px;
    font-weight: bold;
    font-family: 'nb';
    float: left;
    color: #0e9048;
    width: 100px;
    margin-bottom: 14px;
}

.list-type {
    overflow: hidden;
}

    .list-type a {
        display: inline-block;
        /* min-width: 60px; */
        user-select: none;
        border: 1px solid;
        text-align: center;
        /* padding: 0 10px; */
        /* box-sizing: border-box; */
        line-height: 28px;
        color: #757575;
        cursor: pointer;
        border-radius: 2px;
        margin: 4px 3px;
        position: relative;
        padding: 6px 12px;
    }

.list-type1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list-type .item-type1:hover {
    color: #fff;
    background-color: #0e9048;
    border-color: #0e9048;
}

.list-type .item-type1 {
    border: none;
    padding: 0;
    margin: 0 4px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all linear .2s;
    border: 1px solid #7a756fa8;
    padding: 0 10px;
}

    .list-type .item-type1 img {
        width: 50px;
        border-radius: 50%;
        height: 50px;
    }

.list-type a.out,
.list-type a.out:hover,
.list-type a.out.active {
    color: #757575;
    opacity: .4;
    cursor: no-drop;
    pointer-events: none;
}

.modal-warning {
    position: fixed;
    z-index: 999999;
    background: #000000b5;
    left: 50%;
    top: 50%;
    padding: 30px;
    text-align: center;
    display: none;
    transform: translate(-50%, 0px);
}

    .modal-warning i {
        font-size: 52px;
        color: #ffa510;
    }

    .modal-warning span {
        display: block;
        color: #fff;
        margin-top: 5px;
    }

.close-modal-w {
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.list-type a:before {
    content: "\f00c";
    position: absolute;
    right: 3px;
    bottom: 0px;
    height: 20px;
    font-family: "fontawesome";
    color: #fff;
    z-index: 2;
    font-size: 8px;
    display: none;
}

.list-type a:after {
    border: 8px solid transparent;
    border-right: 8px solid #129c47;
    border-bottom: 8px solid #129c47;
    content: "";
    position: absolute;
    display: none !important;
    right: 0;
    bottom: 0;
    font-family: "fontawesome";
    padding: 0;
    margin: auto;
    display: none;
}

.typepro table {
    width: 100%;
    border: none;
    display: block;
    margin-top: 10px;
}

.list-type a.active, .list-type a:hover {
    color: #0e9048;
    background-color: #0e9048;
    border-color: #0e9048;
    color: #fff;
}

    .list-type a.active:before, .list-type a.active:after {
        display: block;
    }

.typepro tbody {
    width: 100%;
    display: block;
}

.typepro tr {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.typepro td {
    display: block;
    border: 1px solid #90949c;
    padding: 0;
    cursor: pointer;
}

.typepro input {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 9px;
    opacity: 0;
}

.WHeaderLogin {
    display: flex;
    align-items: center;
}

.WdiscountProHeader span {
    color: #FFF;
    font-family: RobotoSB;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 6px;
}

.WdiscountProHeader a {
    display: flex;
    border-radius: 20px;
    background: #E77817;
    width: 131px;
    height: 39px;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
}

.WHotProHeader {
    display: flex;
    align-items: center;
    margin-left: 8px;
    padding: 6px 10px;
    border-radius: 12px;
    width: max-content;
    padding-right: 0;
}

.WHotlineHeader a:hover .RHotlineHeader strong {
    color: #e77817;
}

.RContentDisHeader span {
    display: block;
    color: #FFF;
    font-family: 'InterR';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 184.615% */
}

.RContentDisHeader strong {
    color: #FFF;
    font-family: InterB;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.RContentDisHeader {
    display: block;
    margin-left: 7px;
    text-align: left;
}

.WHeaderLogin a:nth-child(2) {
    padding-right: 0;
}

.WdiscountProHeader {
    padding-left: 39px;
    margin-left: 20px;
    position: relative;
    display: none;
}

    .WdiscountProHeader:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 1px;
        height: 27px;
        background: #DEDEDE;
    }

.typepro label {
    cursor: pointer;
    padding: 5px 15px;
    display: block;
    background: #fff;
}

.detail-wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.shopee {
    position: fixed;
    right: 20px;
    bottom: 267px;
    width: 50px;
    height: 50px;
    z-index: 9;
}

ul.listWhyMedi {
    padding: 0;
    margin: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 0;
    row-gap: 20px;
}

    ul.listWhyMedi li {
        list-style: none;
        border-right: 0.5px solid #C20116;
    }

        ul.listWhyMedi li:last-child {
            border-right: none;
        }

.RcontentWhyMemi h2 {
    margin: 0;
    color: #C20116;
    font-family: 'InterSB';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section#why-choose-about {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.decorSvgWhyMedi img {
}

.RcontentWhyMemi h4 {
    margin: 0;
    color: #C20116;
    font-family: 'InterR';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}

.ItemContentWhyMedi {
    display: flex;
    justify-content: center;
    padding: 0px 14px;
    align-items: center;
}

.RcontentWhyMemi {
    margin-left: 12px;
}

.WListWhyMedi {
    padding: 13px 0;
}

.ListBannerTopHome {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 11px;
    row-gap: 11px;
}

.banner-default.mini-banner-home.banner-mini-two .ListBannerTopHome {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 26px;
    row-gap: 28px;
}

.title-big-seller:before {
    content: "";
    position: absolute;
    background: url(/Design/MyLinhFood/tt.png) no-repeat;
    background-size: cover;
    left: 0;
    top: -1px;
    right: 0;
    width: 485.007px;
    height: 77.752px;
    margin: auto;
}

.WTitleSeller h4 {
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
}

.seller-content-product {
    margin-top: 23px;
}

.product-combo-home.full-product-homee {
    padding-top: 25px;
}

.full-product-home-tab {
    display: flex;
}

    .full-product-home-tab ul.list-tab-menu-item {
        flex: 1 1 0;
        flex-direction: column;
        margin-top: 23px;
        height: max-content;
        /* cố định chiều rộng */
        /* cho phép cuộn ngang khi nội dung vượt quá */
        white-space: nowrap; /* giữ chữ trên một dòng để thanh trượt xuất hiện */
        display: block;
        /* tuỳ chọn: giúp dễ thấy vùng cuộn */
        scrollbar-width: thin; /* tinh chỉnh thanh cuộn (Firefox) */
    }

    .full-product-home-tab .seller-content-product {
        width: 80%;
        margin-left: 20px;
    }

        .full-product-home-tab .seller-content-product .product-list-tab-menu {
            display: grid;
            grid-auto-rows: minmax(min-content, max-content);
            grid-template-columns: repeat(4, minmax(0, 1fr));
            column-gap: 20px;
            row-gap: 20px;
        }

.product-list-tab-menu {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 24px;
}

.title-full-decor-menu {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.list-price-pro-cate a span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Dongle-Bold';
    font-size: 57.227px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 74.15% */
    text-transform: uppercase;
    position: relative;
    top: 5px;
}

.list-price-pro-cate a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 303.122px;
    height: 91.205px;
    border-radius: 17.883px;
    background: url(/Design/MyLinhFood/btn.png) no-repeat;
    margin: 0 26px;
    background-size: cover;
}

.list-price-pro-cate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-price-cate {
    padding-top: 32px;
    padding-bottom: 32px;
}

.title-tab-menu-side h4 {
    display: inline-flex;
    margin: 0;
    color: #C20116;
    text-align: center;
    font-family: 'InterB';
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 117.84%; /* 37.709px */
    text-transform: uppercase;
}

.title-tab-menu-side > span {
    display: block;
    color: #666;
    font-family: 'InterM';
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 117.84%; /* 25.925px */
    text-align: center;
    margin-top: 6px;
}

ul.list-tab-menu-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #FF001C;
    margin-top: 20px;
}

li.menu-item-pro-home a:hover {
    color: #FF001C;
    text-align: center;
    font-style: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

li.menu-item-pro-home a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    text-align: center;
    font-family: 'InterSB';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 47.6px */
    padding: 3px 17px;
    cursor: pointer;
}

.title-tab-menu-side {
    margin-bottom: 20px;
    margin-top: 23px;
    position: relative;
    text-align: center;
}

.decor-r-menu {
    position: absolute;
    right: -260px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 247px;
    height: 20px;
}

.decor-l-menu {
    position: absolute;
    left: -260px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 247px;
    height: 20px;
}

    .decor-r-menu img, .decor-l-menu img {
        width: 100%;
        height: 100%;
    }

.RDetailSeller {
    position: relative;
}

.WTitleSeller {
    display: flex;
    align-items: center;
    position: relative;
}

.decorSvgProduct {
    display: flex;
}

.btn-detail-seller a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 202px;
    height: 46px;
    margin: auto;
    margin-top: 23px;
    color: #FFF;
    text-align: center;
    font-family: 'InterR';
    font-size: 15.036px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.553px; /* 150% */
    transition: all .3s;
    background: linear-gradient(180deg, #FF001C 0%, #C20116 100%);
}

.inner-page-about {
    padding: 0px 0 20px 0;
}

.WListWhyMedi.why-hover ul.listWhyMedi {
    column-gap: 10px;
}

.WListWhyMedi.why-hover .decorSvgWhyMedi img {
    width: 87%;
}

.WListWhyMedi.why-hover .RcontentWhyMemi h4 {
    padding-right: 0;
}

.content-abouts {
    font-size: 18px;
    line-height: 145%;
    color: #333;
    font-family: 'InterR';
}

    .content-abouts h2 {
        font-size: 22px;
        font-family: 'Montserrat-SemiBold';
        margin: 5px 0;
    }

    .content-abouts h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: .005em;
        font-weight: 600;
        font-family: 'Montserrat-SemiBold';
        margin: 4px 0;
    }

h2.tit-detail-about {
    margin-top: 0;
    color: #e77817;
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 9px;
}

.btn-detail-seller a:hover {
    background: linear-gradient(134deg, #FEFA0E 2.01%, #FDD338 100%);
    color: #ff001c;
}

.btn-detail-seller {
    border-radius: 15px;
}

.title-big-seller {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    padding: 24px 27px 13px 29px;
    top: -5px;
}

.product-list-seller.list-best-seller {
}

    .product-list-seller.list-best-seller .WProItemSeller {
    }

.product-default.product-seller.product-combo-home {
    padding-bottom: 13px;
}

.seller-content-product.swiper.mySwiperSellerPro {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

    .seller-content-product.swiper.mySwiperSellerPro .swiper-pagination-bullet:hover {
        background: #0077E2;
    }

    .seller-content-product.swiper.mySwiperSellerPro .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #14974f;
        =: 1;
    }

    .seller-content-product.swiper.mySwiperSellerPro .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
    }

.product-default.product-seller.product-new-home {
    background: url(/Design/NgocPhuc/b1.png) no-repeat;
    background-size: cover;
}

.swiper.mySwiperNewsPro.seller-content-product {
    overflow: hidden;
    position: relative;
    padding-bottom: 64px;
}

    .swiper.mySwiperNewsPro.seller-content-product .swiper-pagination-bullet:hover {
        background: #14974f;
    }

    .swiper.mySwiperNewsPro.seller-content-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0E9048;
    }

    .swiper.mySwiperNewsPro.seller-content-product .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
    }

.swiper.mySwiperComboPro.seller-content-product {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

    .swiper.mySwiperComboPro.seller-content-product .swiper-pagination-bullet:hover {
        background: #14974f;
    }

    .swiper.mySwiperComboPro.seller-content-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #14974f;
    }

    .swiper.mySwiperComboPro.seller-content-product .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
    }

.WAboutHome {
    position: relative;
}

.about-two-childdd:before {
    content: "";
    position: absolute;
    background: url(/Design/phFood/bb3.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: -41px;
    width: 100%;
    height: 405px;
    pointer-events: none;
    z-index: -2;
}

.decorAdvise {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    padding: 6px 30px;
    border-radius: 10px;
    background: #D81B40;
    transition: all .3s;
}

li.itemDoctorContent:hover .decorAdvise {
    opacity: 1;
    visibility: visible;
    bottom: 14px;
    z-index: 1;
}

.bottomListDoctorHome {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.decorAdvise span {
    color: #F9FAFB;
    font-family: 'Montserrat-SemiBold';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.infocompany .text-footer p {
    position: relative;
    padding-left: 5px;
}

    .infocompany .text-footer p:nth-child(1) {
        color: #fff;
        font-family: InterSB;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        /* 22.19px */
    }

.WFanpageFooter {
    border-radius: 8px;
}

    .WFanpageFooter iframe {
        border-radius: 8px;
    }

.infocompany .text-footer p:nth-child(1):before {
    content: "";
    position: absolute;
    left: -15px;
    top: 3px;
    background: url(/Design/MyLinhFood/hotline.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.infocompany .text-footer p:nth-child(2):before {
    content: "";
    position: absolute;
    left: -14px;
    top: 4px;
    background: url(/Design/MyLinhFood/diachi.svg) no-repeat;
    width: 12px;
    height: 17px;
}

.infocompany .text-footer p:nth-child(3):before {
    content: "";
    position: absolute;
    left: -15px;
    top: 6px;
    background: url(/Design/MyLinhFood/email.svg) no-repeat;
    width: 16px;
    height: 11px;
}

.infocompany .text-footer p:nth-child(4):before {
    content: "";
    position: absolute;
    left: -16px;
    top: 2px;
    background: url(/Design/MyLinhFood/global.svg) no-repeat;
    width: 18px;
    height: 18px;
}

.title-footer-compa {
    margin-top: 1px;
}

.decorSloganFooter {
    line-height: 30px;
}

a.btn-shopee.btn-tiktok.btn-frame {
    bottom: 401px;
}

a.btn-tiktok.btn-shopee .btn-circle-fill {
    background: #333;
}

a.btn-shopee.btn-frame {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    bottom: 323px;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

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

.do-animate .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .btn-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    right: -9px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.4;
}

.btn-shopee .btn-circle-fill {
    background-color: #f1592a;
}

a.btn-map.btn-frame img {
    border-radius: 47%;
}

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

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

.btn-frame i img {
    vertical-align: middle;
    width: 100%;
    border-radius: 50%;
}

/*Socail*/
a.tiktok-btn {
    position: fixed;
    right: 14px;
    bottom: 380px;
    z-index: 999;
}

    a.tiktok-btn span svg {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        text-align: center;
        display: block;
    }

        a.tiktok-btn span svg path {
            fill: #fff;
        }

    a.tiktok-btn span {
        position: relative;
        z-index: 1;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 14px;
    background-color: green;
    bottom: 310px;
    z-index: 999;
}

    .gm img {
        width: 75%;
        height: 75%;
        border-radius: 50%;
    }

    .gm .decor-1 {
        background-color: green !important;
    }

    .gm .decor-2 {
        border-color: green !important;
    }

.zalo {
    position: fixed;
    right: 14px;
    bottom: 168px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999;
    background-color: #0A7CFF;
}

.arcontactus-widget.right.arcontactus-message {
    display: none;
}

.message .icon {
    position: fixed;
    right: 14px;
    bottom: 239px;
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}

    .message .icon img {
        pointer-events: none;
    }

.message .content {
    position: fixed;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    bottom: 69px;
    transition: all ease .3s;
}

    .message .content.show {
        opacity: 1;
        pointer-events: all;
        right: 84px;
    }

.w-bocongthuong a img {
    width: 82%;
    height: auto;
}

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

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 63px;
    right: -24px;
    z-index: 999999;
}

    .hotline-phone-ring-wrap.sdt-2 {
        bottom: 90px;
        left: -20px;
    }

.middle-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    z-index: 9;
    height: 60px;
    background: url(/Design/MyLinhFood/bb.png) no-repeat;
    background-size: cover;
}

    .middle-header.fixed .logo a {
        top: 0;
        left: 0;
        width: 100px !important;
        height: 94px !important;
    }

    .middle-header.fixed .logo {
        top: 12px;
        left: 0;
    }

        .middle-header.fixed .logo a:before {
            width: 82px;
            height: 78px;
            left: -11px;
        }

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

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    pointer-events: none;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*hot line*/

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            height: 20px;
        }

    .hotline-phone-ring-img-circle span {
        position: absolute;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-frame i img {
    vertical-align: middle;
    width: 100%;
    border-radius: 50%;
}

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.icon-fix .icon img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    transform: scale(0.6);
}

.icon-fix img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.icon-fix .decor-1 {
    position: absolute;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    background-color: #0A7CFF;
    opacity: .4;
    animation: forDecor-1 linear 1s infinite;
    pointer-events: none;
}

.icon-fix .decor-2 {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #0A7CFF;
    animation: forDecor-2 linear 1s infinite;
    transition-delay: 1s;
    pointer-events: none;
}

@keyframes forDecor-2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 1;
    }
}

@keyframes forDecor-1 {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate {
    0% {
        stroke-dashoffset: 200%;
        stroke-opacity: .8;
    }

    100% {
        stroke-dashoffset: 0%;
        stroke-opacity: 0;
    }
}

.decorSvgCartHome {
    display: flex;
    align-items: center;
}

.banner-default-about img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WAboutContentChild {
    padding-bottom: 50px;
    padding-top: 40px;
}

.link-product-bests-eller.btn-pro-child-link a {
    padding: 12px 20px;
}

ul.menu-categories_ul {
    margin: 0;
    padding: 0;
}

.main-category__content--filter {
    flex-basis: 22%;
    /* margin-right: 20px; */
    position: relative;
}

.page-post-detail__content {
    background: #e9edf3;
    border-radius: .75rem;
    padding: 16px;
}

.main-category__content {
    display: flex;
    align-items: start;
}

.header.fixed {
    position: unset;
}

.product-list-tab-menu .WProItemSeller {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.sub-card {
    margin-bottom: 16px;
}

.sub-card {
    background: #fff;
    padding-top: 0;
    border-radius: .75rem;
    border: 1px solid #e4e8ed;
}

ul.menu-categories_ul li:last-child {
    border-radius: 0 0 .75rem .75rem;
}

.page-about-us__content.page-post-detail__content .WListWhyMedi {
    border-radius: 8px;
}

.main-category__content--filter .sub-card > p {
    border-bottom: 1px solid #e4e8ed;
    margin-bottom: 0;
    font-weight: 700;
    padding: 16px;
    margin-top: 0;
    display: flex;
    align-items: center;
    color: #0e9048;
}

    .main-category__content--filter .sub-card > p svg {
        margin-right: 5px;
    }

li.active {
    background: #e9edf3;
}

.menu-categories li.active span {
    color: #F47920;
}

.menu-categories li span {
    position: relative;
    color: #1A202C;
    font-weight: 400;
    display: block;
    align-items: center;
    padding: 16px;
}

.hover-title {
    transition: all .3s ease;
}

ul.menu-categories_ul li {
    list-style: none;
    cursor: pointer;
}

.boxes.books-boxes.product-Promo.product-full.product-child {
    padding-top: 40px;
    padding-bottom: 40px;
}

.title-product-child-l {
    display: flex;
}

.list-cate-product-child-r ul.list-pro-home {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.list-cate-product-child-r ul li.nav-item-pro:last-child a.nav-link-pro {
    border-bottom: 0.5px solid #D0D0D0;
}
/**
 * NOTIFICATION TOAST
 */

.notification-toast {
    position: fixed;
    bottom: 80px;
    left: 20px;
    right: 20px;
    background: var(--white);
    max-width: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    -webkit-border-radius: var(--border-radius-md);
    border-radius: var(--border-radius-md);
    -webkit-box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
    box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
    -webkit-transform: translateX(-webkit-calc(-100% - 40px));
    -ms-transform: translateX(calc(-100% - 40px));
    transform: translateX(calc(-100% - 40px));
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: 5;
    -webkit-animation: slideInOut 20s ease-in-out infinite;
    animation: slideInOut 20s ease-in-out infinite;
}

@-webkit-keyframes slideInOut {
    0%, 45%, 100% {
        -webkit-transform: translateX(-webkit-calc(-100% - 40px));
        transform: translateX(calc(-100% - 40px));
        opacity: 0;
        visibility: hidden;
    }

    50%, 95% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes slideInOut {
    0%, 45%, 100% {
        -webkit-transform: translateX(-webkit-calc(-100% - 40px));
        transform: translateX(calc(-100% - 40px));
        opacity: 0;
        visibility: hidden;
    }

    50%, 95% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}

.notification-toast.closed {
    display: none;
}

.toast-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--sonic-silver);
    cursor: pointer;
    pointer-events: all;
    background: none;
    outline: none;
    border: none;
}

    .toast-close-btn svg {
        pointer-events: none;
    }

.toast-banner {
    border: 1px solid var(--cultured);
    -webkit-border-radius: var(--border-radius-sm);
    border-radius: var(--border-radius-sm);
    border-radius: 0;
    width: 100px;
    height: 100px;
}

    .toast-banner img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: cover;
        object-position: center;
    }

.toast-detail {
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    padding-right: 10px;
}

.toast-message {
    font-size: var(--fs-10);
    color: var(--sonic-silver);
    margin-bottom: 8px;
}

.toast-title {
    font-size: var(--fs-7);
    font-weight: var(--weight-500);
    color: var(--onyx);
    font-family: InterSB;
}

.toast-meta {
    font-size: var(--fs-10);
    color: var(--sonic-silver);
}

/*End*/

.isures-sdc--wrap.isures-sdc--not_single {
    margin: 5px 0 15px 0;
    border-top: 1px solid rgb(228, 232, 237);
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

div#ctl00_ContentPlaceHolder1_PnFlaseSale {
    display: none;
}

.isures-sdc--label {
    font-size: 16px;
    color: #333;
    margin-right: 15px;
    margin-top: 8px;
}

.isures-sdc--wrap * {
    box-sizing: border-box;
}

.w-num-cart-pro-child {
    display: flex;
    flex-flow: column;
    margin-top: 14px;
    border-bottom: 1px solid rgb(228, 232, 237);
    border-top: 1px solid rgb(228, 232, 237);
    padding-top: 10px;
    padding-bottom: 10px;
}

h4.des-num-cart {
    margin: 0;
    margin-right: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4a4f63;
}

.isures-sdc--list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}

.isures-sdc--list_item {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
}

.isures-sdc--code_item {
    cursor: pointer;
    padding: 3px 12px;
    border: 1px solid var(--isures-sdc-primary);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: var(--isures-sdc-primary);
    position: relative;
    margin: 8px 12px 0 0;
    background-color: var(--isures-sdc-secondary);
    pointer-events: all;
}

    .isures-sdc--code_item span {
        font-size: 12px;
        padding: 3px 7px;
        position: relative;
        font-weight: 700;
        pointer-events: none;
    }

    .isures-sdc--code_item:before {
        left: -6px;
        transform: rotate(-45deg);
    }

    .isures-sdc--code_item:after, .isures-sdc--code_item:before {
        content: "";
        width: 10px;
        height: 10px;
        background-color: rgb(255,255,255);
        border-width: 1px;
        border-style: solid;
        border-color: transparent var(--isures-sdc-primary) var(--isures-sdc-primary) transparent;
        border-image: initial;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        border-radius: 50%;
    }

    .isures-sdc--code_item:after {
        right: -6px;
        transform: rotate(135deg);
    }

.isures-sdc--wrap.active .isures-sdc--dropdown_list {
    display: block;
}

.isures-sdc--dropdown_list {
    max-width: 450px;
    width: 100%;
    padding: 0;
    box-shadow: rgb(133 133 133) 1px 1px 5px 0px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .09);
    position: absolute;
    z-index: 9;
    top: calc(100% + 10px);
    left: 0;
    display: none;
}

.pharmacy-system-h {
    display: none;
}

.isures-sdc--dropdown_list::before {
    border: 0.5rem solid transparent;
    border-bottom-color: rgba(0, 0, 0, .09);
    top: -1.0625rem;
    z-index: 0;
}

.isures-sdc--dropdown_list::after, .isures-sdc--dropdown_list::before {
    content: "";
    position: absolute;
    left: 20px;
}

.isures-sdc-list_header {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 25px 25px 0;
    margin-bottom: 15px;
}

.isures-sdc--wrap a, .isures_conditions_popup a {
    text-decoration: none !important;
    outline: none !important;
}

.isures-sdc--close_popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

    .isures-sdc--close_popup svg {
        width: 20px;
        height: 20px;
        fill: rgb(153, 153, 153);
    }

.isures-sdc--dropdown_inner {
    max-height: 400px;
    overflow-y: auto;
    min-height: 200px;
}

.isures-sdc--item {
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: 104px;
    padding: 15px;
}

.isures-sdc--info_wrap {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 8px;
}

.isures-sdc--logo_left {
    min-width: 104px;
    width: 104px;
    height: 104px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    align-self: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    border-right: 1px dashed #ddd;
}

    .isures-sdc--logo_left:before {
        top: -8px;
        transform: rotate(45deg);
    }

    .isures-sdc--logo_left:after, .isures-sdc--logo_left:before {
        content: "";
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: transparent #ddd #ddd transparent;
        border-image: initial;
        position: absolute;
        border-radius: 50%;
        left: calc(100% - 15px / 2);
    }

    .isures-sdc--logo_left img {
        border-radius: 6px;
        display: inline-block;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
    }

    .isures-sdc--logo_left::after {
        bottom: -8px;
        transform: rotate(-135deg);
    }

.isures-sdc--content_wrap {
    display: flex;
    flex-direction: column;
    padding: 12px;
    width: calc(100% - 104px);
    position: relative;
}

.isures-sdc--wrap a, .isures_conditions_popup a {
    text-decoration: none !important;
    outline: none !important;
}

.isures-view--details_conditions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border: 1px solid var(--isures-sdc-primary);
    border-radius: 99px;
    position: absolute;
    right: 5px;
    top: 15px;
}

    .isures-view--details_conditions svg {
        width: 10px;
        height: 10px;
        fill: var(--isures-sdc-primary);
    }

.isures-sdc--content_left {
    line-height: 1.3;
    padding-right: 8px;
}

.isures-sdc--content_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    max-height: 24px;
    color: rgb(36, 36, 36);
}

.isures-sdc--content_excpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    max-height: 20px;
    color: rgb(120, 120, 120);
}

.isures-sdc--content_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.isures-sdc--content_expries {
    font-size: 12px;
    color: var(--isures-sdc-primary);
}

.isures-sdc--apply_code, .isures-sdc--save_code {
    background: var(--isures-sdc-primary) !important;
    box-shadow: inset 0 2px 1px 0 rgb(0 0 0 / 5%);
    color: #fff !important;
    font-size: 14px;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    padding: 5px;
    line-height: 1.3;
    border-radius: 5px;
    transition: all 200ms ease-in-out;
}
/**
 * responsive larger than 1024px screen
 */
.lbMaThongBao {
    font-size: 16px;
    color: #cc0202;
    font-family: 'InterM';
}

.widgetProListFlase {
}

a#ctl00_Footer_hplFacebook {
    border-color: #fff;
    color: #fff;
}

    a#ctl00_Footer_hplFacebook:hover {
        border-color: #FEFA0E;
    }

.menu-footer li:hover a {
    color: #FEFA0E;
}

.socal-link a:hover {
    border-color: #FEFA0E !important;
}

    .socal-link a:hover i {
        color: #FEFA0E;
    }

    .socal-link a:hover svg path {
        fill: #fefa0e !important;
    }

a#ctl00_Footer_hplYoutube {
    border-color: #fff;
    color: #fff;
}

    a#ctl00_Footer_hplYoutube:hover {
        border-color: #fefa0e;
    }

a#ctl00_Footer_hplTiktok svg path {
    fill: #fff;
}

a#ctl00_Footer_hplTiktok:hover svg path {
    fill: #fff;
}

a#ctl00_Footer_hplShoppee svg path {
    fill: #fff;
}

@media (min-width: 1024px) {
    /**
   * #CUSTOM PROPERTY
   */

    :root {
        /**
     * typography
     */
        --fs-1: 2.625rem;
        --fs-2: 1.125rem;
    }

    /**
   * #NOTIFICATION TOAST
   */

    .notification-toast {
        bottom: 30px;
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

li.view-full-product a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-family: 'InterR';
    font-size: 16.036px;
    font-style: normal;
    font-weight: 400;
    /* 150% */
}

.full-product-home-tab ul.list-tab-menu-item li.menu-item-pro-home a.cate-btn {
    white-space: nowrap;
    font-size: 23px;
    padding: 12px 17px;
}

.full-product-home-tab ul.list-tab-menu-item li.menu-item-pro-home {
}

li.menu-item-pro-home.show a {
    color: #FF001C;
    text-align: center;
    font-style: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.loading-overlay img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.decorAboutChildImg1 a img {
    display: block;
    width: 480px;
    height: 536px;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (min-width: 1400px) {
    .product-default:before {
        height: 100%;
    }
}

@media (max-width: 900px) {
    .link-log {
        line-height: 1.8;
    }

        .link-log a:first-child {
        }

    .drop-item a::before {
        margin-bottom: 5px;
    }

    .other-log {
        font-size: 16px;
    }
}

/* ==================== TIÊU ĐỀ CHUNG ==================== */
.title-category.bill-cart-child {
    text-align: center;
    margin: 30px 0;
}

    .title-category.bill-cart-child h1 {
        font-size: 28px;
        font-weight: 600;
        color: #2c3e50;
    }

.decorSvgProduct {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

/* ==================== LAYOUT CHÍNH ==================== */
.thongtinthanhtoans {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: space-between;
}

.leftthanhtoan,
.rightthanhtoan {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 25px;
}

.leftthanhtoan {
    flex: 1 1 58%;
}

.rightthanhtoan {
    flex: 1 1 38%;
}

/* ==================== FORM KHÁCH HÀNG ==================== */
.fulltextbox .textmin {
    margin-bottom: 20px;
    position: relative;
}

.fulltextbox input,
.fulltextbox textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    transition: all 0.2s ease;
    background: #fafafa;
}

    .fulltextbox input:focus,
    .fulltextbox textarea:focus {
        border-color: #fdd10b;
        background: #fff;
        box-shadow: 0 0 4px rgba(26,115,232,0.2);
    }

.textmin h4 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #2c3e50;
}

.textmin h6 {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

/* ==================== BUTTON ĐẶT HÀNG ==================== */
.btthanhtoann {
    margin-top: 25px;
    text-align: center;
}

    .btthanhtoann input[type="submit"],
    .btthanhtoann button,
    #btnthanhtoan {
        background: linear-gradient(180deg, #C6FF73 0%, #4D8800 100%);
        color: #fff;
        border: none;
        padding: 14px 28px;
        font-size: 16px;
        font-family: 'InterSB';
        border-radius: 8px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        width: 100%;
    }

        .btthanhtoann input:hover,
        .btthanhtoann button:hover {
            background: linear-gradient(134deg, #FEFA0E 2.01%, #FDD338 100%);
            color: #ca0c00;
        }

/* ==================== BẢNG ĐƠN HÀNG ==================== */
.thongtindh h3 {
    font-size: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #ca0c00;
    padding-left: 10px;
    color: #ca0c00;
    font-weight: 600;
}

.TitleThanhToanChild {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

    .TitleThanhToanChild h2 {
        font-size: 15px;
        color: #333;
        font-weight: 600;
    }

    .TitleThanhToanChild h5 {
        font-size: 15px;
        color: #333;
        font-weight: 600;
    }

.thongtindh ul {
    list-style: none;
    margin-bottom: 20px;
}

.thongtindh li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}

.namett {
    display: flex;
    align-items: center;
    gap: 10px;
}

.thumb-item-cart {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    object-fit: cover;
}

.namett span {
    font-size: 14px;
    color: #444;
}

.pricett {
    font-weight: 600;
    color: #e53935;
    font-size: 14px;
}

/* ==================== MÃ GIẢM GIÁ ==================== */
.gift-code {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

    .gift-code .textcode {
        flex: 1;
        padding: 12px;
        border-radius: 8px;
        border: 1px solid #ccc;
    }

        .gift-code .textcode:focus {
            border-color: #1a73e8;
        }

    .gift-code .btncode {
        background: linear-gradient(134deg, #FEFA0E 2.01%, #FDD338 100%);
        color: #ca0c00;
        border: none;
        cursor: pointer;
    }

        .gift-code .btncode:hover {
            background: linear-gradient(180deg, #C6FF73 0%, #4D8800 100%);
            color: #fff;
        }

/* ==================== TỔNG TIỀN ==================== */
.tamtinh, .tongcongtt {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 15px;
}

.lbTotal {
    font-weight: 600;
    color: #e53935;
}

.tongcongtt {
    font-size: 18px;
    font-weight: 700;
    border-top: 2px solid #eee;
    padding-top: 10px;
}

/* ==================== MÃ GIẢM GIÁ DANH SÁCH ==================== */
.WGiftCodeListChild {
    margin-top: 20px;
}

.isures-sdc--wrap {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.isures-sdc--label {
    font-weight: 600;
    color: #1a73e8;
    margin-bottom: 10px;
}

.isures-sdc--list_item {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.isures-sdc--code_item {
    background: #e8f0fe;
    color: #1a73e8;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

    .isures-sdc--code_item:hover {
        background: #d2e3fc;
    }

.isures-sdc--dropdown_list {
    display: none;
}

.isures-sdc--not_single.active .isures-sdc--dropdown_list {
    display: block;
}

/* ==================== THÔNG BÁO ==================== */
.thongbaothanhtoan {
    text-align: center;
    color: #28a745;
    margin-top: 20px;
    font-weight: 600;
}

.lbMaThongBao {
    display: block;
    color: #d32f2f;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
    .thongtinthanhtoans {
        flex-direction: column-reverse;
    }

    .leftthanhtoan, .rightthanhtoan {
        flex: 1 1 100%;
        padding: 7px;
        border-radius: 12px !important;
    }

    .thongtindh.mtop20 {
        margin-top: 0 !important;
    }

    .title-category.bill-cart-child {
        margin: 0;
    }

    .TitleThanhToanChild h2,
    .TitleThanhToanChild h5 {
        font-size: 14px;
    }

    .namett span {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .gift-code {
        flex-direction: column;
    }

        .gift-code .btncode {
            width: 100%;
        }

    #btnthanhtoan {
        font-size: 15px;
        padding: 12px;
    }
}