@font-face {
    font-family: 'AvertaStdCY-Bold';
    src: url('font/KieuLinh/AvertaStdCY-Bold_1.otf') format('opentype');
}

@font-face {
    font-family: 'AvertaStdCY-Black';
    src: url('font/KieuLinh/AvertaStdCY-Black_1.otf') format('opentype');
}

@font-face {
    font-family: 'AvertaStdCY-Semibold';
    src: url('font/KieuLinh/AvertaStdCY-Semibold_1.otf') format('opentype');
}

@font-face {
    font-family: 'AvertaStdCY-Regular';
    src: url('font/KieuLinh/AvertaStdCY-Regular_3.otf') format('opentype');
}

@font-face {
    font-family: 'AvertaStdCY-Extrabold';
    src: url('font/KieuLinh/AvertaStdCY-Extrabold_1.otf') format('opentype');
}

@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: 'AvertaStdCY-Regular';
}

    body.changeback {
        background: #fff;
    }

a {
}

h1, h2, h3, h4, h5, h6, strong, b, a {
}

.logo {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 3px;
}

    .logo a {
        display: block;
        width: 130px !important;
        height: 130px !important;
    }

    .logo canvas {
        left: 0;
        top: 0;
        z-index: 2;
        width: 100% !important;
        height: 100% !important;
    }

    .logo img {
        margin: 0 !important;
        z-index: 2;
        display: none;
        width: 100% !important;
        height: 100% !important;
    }

.name-company {
    margin-left: 154px;
}

    .name-company a {
        display: block;
        text-decoration: none;
    }

    .name-company h3 {
        display: block;
        margin: auto;
        font-size: 32px;
        color: #e12454;
        font-family: 'AvertaStdCY-Black';
        text-transform: uppercase;
        margin-top: 2px;
        letter-spacing: 0.6px;
    }

    .name-company h4 {
        display: block;
        margin: auto;
        font-family: 'AvertaStdCY-Semibold';
        color: rgb(76 188 53 / 80%);
        font-size: 18px;
        margin-top: 0px;
        font-weight: normal;
    }

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

.header {
    position: relative;
    background-position: bottom center;
    background-size: 100% auto;
}

.relative-head {
    display: block;
    height: 81px;
}

.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: rgb(76 188 53 / 80%);
    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;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.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; /* overflow: hidden; */
        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: rgb(76 188 53 / 80%);
    }

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

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

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

    .menu-top a {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        padding: 10px 15px;
        overflow: hidden;
    }

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

.login-form {
    float: left;
    margin: 0 10px;
    position: relative;
}

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

.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: rgb(76 188 53 / 80%);
}

.middle-header {
    height: 98px;
    background: rgb(76 188 53 / 80%);
}

    .middle-header .container {
        position: relative;
        height: 100%;
    }

    .middle-header .logo {
        padding: 0px 0;
        z-index: 99999;
        left: 0;
        top: 0px;
        margin-top: 12px;
    }

        .middle-header .logo canvas {
        }

        .middle-header .logo img {
            height: 100%;
            width: auto; /* display: none; */
        }

    .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: 'nsb';
    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(3,minmax(0,1fr));
    column-gap: 12px;
    row-gap: 12px;
}

.item-result {
}

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

    .item-result .info-product {
    }

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

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

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

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

    .more-result a {
        font-size: 14px;
        font-family: 'nsb';
        border: 1px solid;
        padding: 1px 8px;
        border-radius: 3px;
        color: #6a6a6a;
    }

        .more-result a:hover {
            background: rgb(76 188 53 / 80%);
            color: #fff;
            border-color: rgb(76 188 53 / 80%);
        }

.content-category {
}

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

.content-article {
}

    .content-article a {
        display: block;
        font-size: 15px;
        font-family: 'nb';
        padding: 5px 0;
    }

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

        .content-article a:hover {
            color: rgb(76 188 53 / 80%);
        }

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

.left-header {
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-left: 100px;
}

.right-header { /* width:50%; */
    float: right;
    text-align: right;
    box-sizing: border-box;
    display: flex; /* flex-direction: row; */
}

.flex-head {
    margin: auto;
    margin-top: 21px;
    margin-right: 0;
}

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

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

.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 {
    display: block;
    background: #f5f5f5;
    text-align: center;
    z-index: 9999;
    position: relative;
}

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

    .bottom-header .container {
        position: relative;
        height: 48px;
        overflow: hidden;
    }

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

.li-bot-head {
    display: inline-flex;
    overflow: hidden;
    padding: 0 21px;
    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 {
        padding-left: 0;
        font-family: 'pb';
        border: none;
    }

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

    .li-bot-head img {
        float: left;
        margin: auto;
        margin-right: 10px;
        height: auto;
    }

    .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 {
        float: left;
        margin: auto;
    }

    .li-bot-head a {
        float: left;
        text-decoration: none;
        font-family: 'pb';
        color: #ff002a;
        margin: auto;
        margin-left: 5px;
    }

.logo-mobile {
    display: none;
}

.nav_main {
    position: relative;
    left: 0;
    right: 0;
    height: 54px;
    background: linear-gradient(356deg, #0ddf53, #67df3e);
}

    .nav_main .container {
        height: 100%;
        position: relative;
    }

.nav {
    display: flex;
    margin: auto;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    font-family: rm;
    height: 100%;
    z-index: 99999;
    align-items: center;
    justify-content: space-between;
    margin-left: 147px;
}

    .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: #0c72cc;
    color: #fff;
    padding: 10px 17px;
    height: 40px;
    text-align: left;
    /* border: 1px solid #fff; */
    border-bottom: 0;
}

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

.menu_main {
    padding: 0;
    height: 100%;
    display: block;
    margin: 0;
}

.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: 16px;
    color: #ffffff;
    text-decoration: none;
    margin: auto;
    list-style: none;
    font-family: 'AvertaStdCY-Semibold';
    display: inline-block;
    padding: 0;
    height: 100%;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
}

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

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

.btn-book-service {
    display: none;
}

.menu_main > li > a {
    display: block;
    padding: 0px 7px;
    position: relative;
    transition: .4s;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    line-height: 55px;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.header-bottom-book-service span, .header-bottom-book-service-one span {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    background: #f66e23;
    font-size: 15px;
    color: #fff;
    font-family: 'AvertaStdCY-Bold';
    border-radius: 55px;
    margin-left: 12px;
    transition: all ease .2s;
    font-weight: normal;
}

    .header-bottom-book-service span:hover, .header-bottom-book-service-one span:hover {
        background: #F44336;
    }

    .header-bottom-book-service span img, .header-bottom-book-service-one span img {
        margin-right: 5px;
    }

.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: "\f107";
    position: absolute;
    border-top-color: #fff;
    left: 50%;
    top: 15px;
    font-family: "fontawesome";
    z-index: 1;
    font-size: 15px;
    font-weight: bold;
    transform: translateX(-50%);
}

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

.menusub {
    position: absolute;
    margin: auto;
    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;
    text-align: left;
    left: 0;
    top: 100%;
    overflow: auto;
    width: 270px;
    background: #fff;
    padding: 5px 15px;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    display: block;
    column-gap: 10px;
    row-gap: 15px;
    border-left: 1px solid #ebedf0;
    border-radius: 10px;
    z-index: 999999;
}

.menusubf1 > li {
    list-style: none;
    position: relative;
    border-top: 1px solid #ebedf0;
}

    .menusubf1 > li:first-child {
        border: none;
    }

    .menusubf1 > li > a {
        font-weight: bold;
    }

.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: 11px 0px;
    transition: all 0.3s ease 0s;
    background: none !important;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 24px;
}

    .menu_main > li .menusub li a:hover {
        color: rgb(76 188 53 / 80%);
    }

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

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

    .searchbox .txt {
        width: 265px;
        height: 43px;
        padding: 9px 55px 9px 20px;
        border: none;
        outline: none;
        box-sizing: border-box;
        float: left;
        background: #efefef;
        border: 1px solid #efefef;
        color: #000;
        border-top: none;
        font-size: 15px;
        border-radius: 40px;
    }

        .searchbox .txt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #939393;
            font-style: italic;
        }

        .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: 4px;
        width: 35px;
        text-align: center;
        height: 35px;
        box-sizing: border-box;
        float: right;
        line-height: 34px;
        position: absolute;
        right: 4px;
        background: #97da7b;
        border-radius: 50%;
        font-weight: bold;
    }

        .searchbox .btn:hover {
        }

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

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

.book-appointment {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
}

    .book-appointment a {
        font-family: pm;
        font-size: 15px;
        background: #e12454;
        background-image: url('/Design/icon-book.png');
        background-repeat: no-repeat;
        background-position: 5px 5px;
        color: #fff;
        text-transform: uppercase;
        padding: 0px 20px;
        padding-left: 53px;
        display: block;
        height: 44px;
        line-height: 44px;
        border-radius: 20px;
        margin: auto;
        cursor: pointer;
        text-decoration: none;
    }

.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 {
    position: relative;
    height: auto !important;
    z-index: 1;
    margin: auto; /* margin-bottom: -30px; */
    display: block;
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    display: block; /* height: 100%; */
    object-fit: cover;
}

.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(6,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 15px;
    box-sizing: border-box; /* overflow: hidden; */ /* border: 1px solid #001a56; */
}

.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% !important;
    margin: auto !important;
    padding: 0;
    border-radius: 6px;
    padding: 15px 11px;
    background: #fff;
    box-shadow: 3px 0 16px #0000000f;
    border: 2px solid #fff;
    box-sizing: border-box;
}

    .product-default ul li:hover,
    .product-list li:hover {
        border-color: #0087ff;
    }

    .product-default ul li:nth-child(4n+4), .product-list li:nth-child(4n+4) {
        margin-right: 0;
    }

    .product-default ul li:nth-child(n+6) { /* display:none; */
    }

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

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

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

.product-default ul li:hover .imgproduct img,
.product-list li:hover .imgproduct img,
.item-result:hover .imgproduct img {
    transform: scale(1.1);
}

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

.info-product {
}

.a-link-product {
    text-align: center;
    background: rgb(76 188 53 / 80%)d9;
    top: 9px;
    right: 0;
    right: 0;
    position: absolute;
    box-sizing: border-box;
    transition: 0.5s;
    border-radius: 4px;
}

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

.product-default ul li:hover .a-link-product,
.product-list li:hover .a-link-product {
    bottom: 0;
}

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

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

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

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

.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: rgb(76 188 53 / 80%); */
            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 rgb(76 188 53 / 80%); */ /* 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: rgb(76 188 53 / 80%);
        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: rgb(76 188 53 / 80%); */ /* 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;
    }

.header-full {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background: #ffff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.30);
}

.header.fixed .header-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 10px 0 #3333333b;
}

.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: rgb(76 188 53 / 80%);
    }

footer .middle {
    padding: 35px 0 35px;
    color: #3d3d3d;
    background: url('/Design/bg-ft.png') no-repeat;
    background-size: cover;
    font-size: 14px;
    overflow: hidden;
}

.svg-new-h {
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
}

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

footer .title-footer {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    color: rgb(76 188 53 / 80%);
    font-family: 'AvertaStdCY-Semibold';
    text-transform: uppercase;
}

footer .text-footer li {
    overflow: hidden;
}

    footer .text-footer li a {
        display: block;
        font-size: 16px;
        color: #565656;
        line-height: 28px;
        font-family: 'AvertaStdCY-Semibold';
        font-weight: normal;
    }

.menu-footer .title-footer:before {
    content: "";
    position: absolute;
    background: #05a236;
    left: 2px;
    bottom: 0;
    width: 63px;
    height: 3px;
}

.menu-footer li:hover a {
    color: #09a336;
}

.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 {
    font-size: 15px;
    display: block;
    margin-top: 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: 19%;
    margin-top: 30px;
}

.infocompany {
    width: 31%;
    background: linear-gradient(356deg, rgb(1 160 54 / 70%), rgb(88 192 53 / 80%));
    color: #fff;
    padding: 20px 16px 20px 16px;
    box-sizing: border-box;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .infocompany:after {
        content: "";
        position: absolute;
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
        border: 10px solid #97da7b4d;
        z-index: 1;
        border-radius: 15px;
    }

.tit-footer {
    overflow: hidden;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
}

    .tit-footer img {
        margin-right: 10px;
    }

.info-company {
    font-size: 18px;
    line-height: normal;
    font-family: 'AvertaStdCY-Black';
    font-weight: normal;
}

.li-info-foot {
    border-top: 1px solid #fff;
    padding: 10px 0;
    display: flex;
    z-index: 2;
    position: relative;
}

.info-company strong {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'rb';
    font-weight: normal;
    margin-top: 2px;
}

.li-info-foot i {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: auto;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    font-size: 17px;
    min-width: 35px;
    min-height: 35px;
}

.li-info-foot span {
    overflow: hidden;
    margin: auto;
    margin-left: 0;
    display: block;
    font-size: 15px;
    line-height: 20px;
}

.li-info-foot a {
    font-size: 25px;
    font-family: 'AvertaStdCY-Black';
    display: block;
    font-weight: normal;
}

.middle .right {
    width: 65%;
    margin-top: 0;
}

.menu-footer.menu1 {
}

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

.fanpage-footer {
    float: right;
    width: 47%;
    height: 300px;
    overflow: hidden;
}

    .fanpage-footer .fb-page {
        width: 100%;
    }

    .fanpage-footer iframe {
        width: 100% !important;
    }

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

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

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

.menu-footer .fb-page.fb_iframe_widget {
    margin-top: 0;
}

.menu-footer .title-footer {
    margin-top: 0;
    width: max-content;
    padding-bottom: 8px;
    position: relative;
}

.menu-footer li {
    transition: transform .5s;
}

    .menu-footer li:before {
        content: "";
        position: relative;
        width: 12px;
        height: 12px;
        background: url('/Design/li-ft.png');
        background-repeat: no-repeat;
        float: left;
        margin-top: 6px;
        margin-right: 10px;
    }

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

footer .foot {
    padding: 7px 0;
    background: linear-gradient(356deg, rgb(1 160 54 / 70%), rgb(88 192 53 / 80%));
    font-size: 14px;
    color: #feffff;
}

.foot .container {
    overflow: hidden;
}

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

.foot .right a { /* color:#e8b065 */
}

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

.visitor strong {
}

.foot .left.text div {
    display: inline-block;
    color: #fff;
    font-family: 'AvertaStdCY-Regular';
}

.foot .left.text {
    margin-top: 7px;
    color: #97da7b;
    font-size: 15px;
}

/*popup form giai dap*/

.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #0000002e;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    opacity: 0;
    pointer-events: none;
}

    .popup-form.show {
        opacity: 1;
        pointer-events: all;
    }

        .popup-form.show .popup-form-container {
            opacity: 1;
            transform: translateY(0);
            transition-delay: .2s;
        }

.popup-form-container {
    background: rgb(53 179 63 / 60%);
    border-radius: 10px;
    padding: 46px;
    padding-top: 35px;
    position: relative;
    width: 695px;
    box-shadow: 0 0 10px 0 #33333338;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    background-size: cover;
    border: 1px solid #fff;
}

.WDesTitleBookingForm h5 {
    margin: 0;
    color: #4CAF50;
    font-family: 'AvertaStdCY-Semibold';
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.WDesTitleBookingForm h2 {
    margin: 0;
    color: #e12454;
    text-align: center;
    font-family: 'AvertaStdCY-Black';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.WDesTitleBookingForm {
    padding-top: 10px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.popup-form .input {
    height: 50px;
    border: 1px solid #3333332b;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

    .popup-form .input input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        background-color: #fff;
        padding: 0 15px;
        padding-left: 41px;
        font-size: 16px;
        color: #000;
        font-family: 'AvertaStdCY-Semibold';
    }

.input.no-select.input-content-doctor {
    height: 100px;
}

.bottom-form-homee .svg-decor-service-book {
    position: absolute;
    left: 17px;
    top: 14px;
}

.popup-form .input:nth-child(5) {
    height: 100px;
}

.popup-form .input textarea {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    outline: none;
    background-color: #fff;
    padding: 15px 15px;
    font-size: 16px;
    padding-left: 40px;
    color: #000;
    font-family: 'AvertaStdCY-Semibold';
}

.popup-form .input .erolh {
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 10px;
}

.popup-form .btn-submit {
    display: block;
    width: 35%;
    text-transform: uppercase;
    color: #fff;
    background-color: #e12454;
    text-align: center;
    font-family: 'AvertaStdCY-Semibold';
    border-radius: 5px;
    padding: 14px 0;
    font-size: 17px;
    transition: all linear .2s;
    margin: auto;
    text-decoration: none;
}

    .popup-form .btn-submit:hover {
        background: linear-gradient(356deg, #01a036, #58c035);
    }

.popup-form .btn-close:hover {
    background-color: #274080;
    color: #fff;
}

.popup-form .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 13px;
    transition: all linear .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.top-form-home-hh {
    display: flex;
    align-items: center;
}

    .top-form-home-hh .input:nth-child(1) {
        width: 48%;
    }

    .top-form-home-hh .input:nth-child(2) {
        flex: 1 1 0;
        margin-left: 10px;
    }

select#ctl00_drService {
    cursor: pointer;
    appearance: none;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 0 15px;
    padding-left: 38px;
    font-size: 15px;
    color: #000;
    font-family: 'AvertaStdCY-Semibold';
    font-weight: normal;
}

.bottom-form-homee .input:nth-child(2):after {
    content: "";
    position: absolute;
    background: url(/Design/img/LeDuan/drop.png) no-repeat;
    right: 16px;
    top: 20px;
    width: 11px;
    height: 7px;
    pointer-events: none;
}

.bottom-form-homee {
    display: flex;
    align-items: center;
}

    .bottom-form-homee .input:nth-child(1) {
        width: 48%;
    }

    .bottom-form-homee .input:nth-child(2) {
        flex: 1 1 0;
        margin-left: 10px;
    }

    .bottom-form-homee .input-capcha.form-item {
        display: flex;
        height: 100%;
    }

        .bottom-form-homee .input-capcha.form-item input#ctl00_txtInputString {
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
            background-color: #fff;
            padding: 0 15px;
            font-size: 16px;
            color: #000;
            font-family: 'AvertaStdCY-Regular';
        }

img#ctl00_captchaImage {
    width: 100%;
}

.bottom-form-homee .input-capcha.form-item .tops {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.input.no-select.input-content-doctor .svg-decor-service-book {
    position: absolute;
    left: 17px;
    top: 18px;
}

.top-form-home-hh .svg-decor-service-book {
    position: absolute;
    left: 17px;
    top: 13px;
}
/*End*/

.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: 0.3;
    font-size: 11px;
    font-size: 16px;
}

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

#ShowMenu {
    display: none;
}

.logomobile {
    display: none;
}

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

    article .container {
        width: 100%;
    }

    article .contain-inner-page.container {
        max-width: 1150px;
    }

.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: 4px;
    z-index: 999;
}

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

    .menu_main > li > a { /* padding: 16px 22px; */
    }

    .searchbox .txt { /* width: 135px; */
    }

    .product-default ul li .imgproduct, .product-list li .imgproduct { /* height:220px */
    }

    .menu-footer { /* margin-left:10px */
    }

    .menu1 { /* margin-left:0 */
    }
}

@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: 165px;
    }

    .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, .product-list li { /* width:49%; */ /* margin-right:2% */
        }

            .product-default ul li:nth-child(3n+3), .product-list li:nth-child(3n+3) { /* margin-right:2% */
            }

            .product-default ul li:nth-child(n+4), .product-list li:nth-child(n+4) {
                margin-top: 3%;
            }

            .product-default ul li:nth-child(2n+2), .product-list li:nth-child(2n+2) { /* margin-right:0 */
            }

            .product-default ul li:nth-child(n+3), .product-list li:nth-child(n+3) { /* margin-top:3% */
            }

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

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

@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 {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 45%;
}

.li-right-top {
    display: flex;
    text-align: left;
    position: relative;
    padding-left: 6px;
    padding-right: 13px;
    margin-right: 5px;
    border-right: 1px solid #d5f0ca;
}

    .li-right-top:nth-child(2) {
        border: none;
        padding-right: 0;
        margin: 0;
    }

    .li-right-top i {
        width: 44px;
        height: 44px;
        line-height: 44px;
        background: rgb(76 188 53 / 80%);
        text-align: center;
        color: #fff;
        font-size: 21px;
        border-radius: 50%;
        left: 0;
    }

    .li-right-top:nth-child(2) i {
        transform: rotate(-30deg);
    }

    .li-right-top:nth-child(1) span {
        width: 260px;
        font-size: 14px;
    }

    .li-right-top span {
        color: #737373;
        font-size: 15px;
        margin-top: 4px;
        display: block;
        line-height: 20px;
        margin-left: 4px;
    }

    .li-right-top a {
        text-decoration: none;
    }

    .li-right-top p {
        display: block;
        margin: auto;
        font-size: 18px;
        color: rgb(76 188 53 / 80%);
        font-family: 'AvertaStdCY-Semibold';
        font-weight: normal;
    }

    .li-right-top strong {
        display: block;
        font-family: 'AvertaStdCY-Bold';
        color: #e12454;
        font-size: 20px;
        font-weight: 500;
    }

.lbtim {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    float: left;
    margin-left: 6px;
}

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

.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: #fff;
    padding: 0;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    left: 34px;
    top: 3px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background: #ffa510;
}

.cart {
    color: #fff;
    float: right;
    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: 60px;
    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: rgb(76 188 53 / 80%);
        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;
}

.right-about {
    width: 46%;
    display: inline-block;
    text-align: left;
}

.img-about {
    overflow: hidden;
    height: 100%;
    border-radius: 0;
    width: 52%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 50px 0;
}

    .img-about img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50px 0;
    }

    .img-about .big-img {
        display: block;
        position: absolute;
        width: 92%;
        right: 0;
        bottom: 50px;
        border-radius: 50px 0;
        height: auto;
    }

    .img-about .small-img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 43%;
        height: 200px;
        border-top: 10px solid #fff;
        border-left: 10px solid #fff;
    }

.tit-abo-bot {
}

    .tit-abo-bot h5 {
        font-size: 20px;
        color: #737373;
        margin: auto;
        font-weight: normal;
        line-height: normal;
    }

    .tit-abo-bot h4 {
        font-size: 36px;
        font-family: 'AvertaStdCY-Black';
        color: rgb(76 188 53 / 80%);
        font-weight: normal;
        margin: auto;
        line-height: normal;
    }

    .tit-abo-bot:after {
        content: "";
        width: 100px;
        height: 5px;
        background: rgb(76 188 53 / 80%);
        display: block;
        margin-top: 12px;
    }

    .tit-abo-bot h4 strong {
        color: #e12454;
        font-weight: normal;
    }

.des-abo-bot {
    font-size: 16px;
    line-height: 25px;
    color: #738490;
    margin-top: 18px;
    text-align: justify;
}

.detail-abo-bot {
    margin-top: 5px;
}

    .detail-abo-bot a {
        display: inline-block;
        color: #fff;
        background: rgb(76 188 53 / 80%);
        font-size: 18px;
        font-family: 'AvertaStdCY-Bold';
        font-weight: normal;
        height: 58px;
        line-height: 58px;
        text-decoration: none;
        padding: 0;
        border-radius: 44px;
        width: 222px;
        text-align: center;
        text-transform: uppercase;
    }

.about {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 30px 0 65px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url('/Design/bg-about.png');
    background-position: right center;
    max-width: 1366px;
    margin: auto;
}

    .about.width100 {
        max-width: 100%;
        padding-bottom: 25px;
    }

.tit-about {
    text-align: center;
    background: url('/Design/tit-gt.png') no-repeat;
    background-position: center center;
}

    .tit-about h1, .tit-about h3 {
        font-size: 36px;
        line-height: normal;
        color: rgb(76 188 53 / 80%);
        font-family: 'AvertaStdCY-Black';
        margin: auto;
        font-weight: normal;
    }

        .tit-about h1 strong, .tit-about h3 strong {
            color: #e12454;
            font-weight: normal;
        }

    .tit-about h2 {
        font-family: 'AvertaStdCY-Regular';
        color: #707070;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }

        .tit-about h2 strong {
            color: #e12454;
            font-weight: normal;
        }

.about .container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bottom-abouts {
    margin-top: 50px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    text-align: right;
}

.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: rgb(76 188 53 / 80%);
        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: cover;
    padding: 75px 0 85px;
    background-image: url('/Design/bg-photo-min.png');
}

.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: -280px;
    bottom: -400px;
    transition: 0.5s;
}

    .wrap.show {
        right: 0;
        bottom: 0
    }

.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: rgb(76 188 53 / 80%);
    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;
    }

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

.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: rgb(76 188 53 / 80%);
    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: rgb(76 188 53 / 80%);
    }

.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: 50px 0 60px;
    overflow: hidden;
}

    .defaul-bot .list-article-category {
        margin-top: 50px;
    }

        .defaul-bot .list-article-category .item:nth-child(n+4) {
            display: none;
        }

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

.boxes-member {
    border:;
}

.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;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

    .top-default .container {
    }

.list-info-default {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 0;
    row-gap: 0;
    box-shadow: 1px 0 20px #0000003b;
}

.li-i-d {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 30px 30px;
    position: relative;
    overflow: hidden;
}

    .li-i-d:nth-child(1) {
        border-radius: 50px 0 0 0;
    }

.li-i-c {
    background: rgb(76 188 53 / 80%);
    color: #fff;
}

.img-i-d {
    max-width: 77px;
    float: left;
    margin-right: 15px;
}

.content-i-d {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.tit-i-d {
    line-height: 24px;
    color: rgb(76 188 53 / 80%);
    font-size: 20px;
    font-family: 'AvertaStdCY-Semibold';
}

.li-i-c .tit-i-d {
    color: #fff;
}

.des-i-d {
    font-size: 15px;
    line-height: 26px;
    color: #4f4f4f;
    margin-top: 15px;
}

.li-i-c .des-i-d {
    color: #fff;
}

.call-i-d {
    margin-top: 20px;
}

.btn-svg-phone {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.call-i-d a {
    font-size: 32px;
    color: #e12454;
    line-height: 40px;
    text-decoration: none;
    font-family: 'AvertaStdCY-Semibold';
    display: flex;
    align-items: center;
}

    .call-i-d a i {
        color: rgb(76 188 53 / 80%);
        font-size: 24px;
        float: left;
        transform: rotate(105deg);
        margin-top: 10px;
        margin-right: 10px;
    }

.regis-i-d {
    margin-top: 25px;
    display: inline-block;
    position: relative;
}

.call-i-d a:hover {
    color: #f66e23;
}

.regis-i-d a {
    font-size: 17px;
    font-family: 'AvertaStdCY-Bold';
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 40px;
    background: #f66e23;
    border-radius: 50px;
    text-transform: uppercase;
}

    .regis-i-d a img {
        margin-right: 5px;
    }

    .regis-i-d a:hover {
        background: #e12454;
    }

.regis-i-d i {
    font-size: 13px;
    margin-right: 4px;
}

.li-time {
    font-size: 14px;
    line-height: 17px;
    color: #595959;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
    padding: 15px 10px;
}

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

    .li-time span {
        float: left;
    }

    .li-time strong {
        float: right;
        font-weight: normal;
    }

.background-i-d {
    position: absolute;
    opacity: .1;
    right: -18px;
    bottom: 30px;
    transform: scale(1.5);
    z-index: 1;
}

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

.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: #cfcfcf;
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

    .swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
        background: #ffa610;
        opacity: 1;
    }

.banner-default {
    display: block;
    overflow: hidden;
}

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

.list-news {
    overflow: hidden;
    margin-top: 22px;
}

.list-new1 {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 25px;
    row-gap: 25px;
    box-sizing: border-box;
    width: 62%;
    float: left;
}

.news1 {
    overflow: hidden;
    position: relative;
}

.news1-image {
    height: 243px;
    overflow: hidden;
    display: block;
    position: relative;
}

.news1:hover .news1-name {
    background: linear-gradient(0deg, #0069c5, transparent);
}

.news1-name {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(0deg, #000000bd, transparent);
    padding: 70px 20px 10px;
}

    .news1-name a {
        display: block;
        font-size: 20px;
        color: #fff;
        padding: 0; /* min-height: 68px; */
        box-sizing: border-box;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .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 {
    width: 36%;
    float: right;
}

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

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

.newsnth-image {
    width: 142px;
    height: 110px;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
}

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

.newsnth-name {
    overflow: hidden;
}

    .newsnth-name a {
        display: block;
        color: #1e1e1e;
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: psb;
    }

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

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

.newsnth:hover .newsnth-name a {
    color: #1090f6;
}

.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: 45%;
    float: right;
}

.thongtinthanhtoans {
    background-color: #ffffff;
    width: 100%;
    float: left;
    padding: 20px 2%;
    width: 96%;
    border-radius: 3px;
}

.titgiaohang {
    width: 100%;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(76 188 53 / 80%);
    margin-bottom: 20px;
    font-family: quickb;
}

.thongtindh {
    width: 96%;
    float: left;
    list-style: none;
    border: 1px solid #b3b3b3;
    padding: 10px 2%;
    border-radius: 4px;
}

    .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: 13px;
    text-align: right;
    color: #db0707;
    font-family: nsb;
}

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

.btncode {
    border: none;
    outline: none;
    background: #ffa610;
    height: 37px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-family: 'nb';
    cursor: pointer;
}

.phivanchuyen {
    width: 100%;
    float: left;
    font-size: 15px;
    border-bottom: 1px solid #b3b3b3;
    padding: 15px 0;
}

.tongcongtt {
    width: 96%;
    float: left;
    text-align: left; /* border-bottom:1px solid #ededed */
    padding: 15px 2%;
    background-color: #ededed;
    color: #000;
    border-radius: 4px;
    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;
}

.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: 3px;
        outline: none;
        border: 1px solid #b3b3b3;
        box-sizing: border-box;
    }

    .textmin textarea { /* height:70px; */
        width: 100%;
        border: 1px solid #b3b3b3;
        border-radius: 4px;
        padding: 10px 15px;
        outline: none;
        box-sizing: border-box;
    }

.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: 100%;
        outline: none;
        text-align: center;
        float: left;
        background-color: rgb(76 188 53 / 80%);
        color: white;
        border: none;
        font-size: 18px;
        padding: 20px 0;
        text-transform: uppercase;
        cursor: pointer;
    }

.mb0 {
    margin-bottom: 0;
}

.link-log {
    display: block; /* text-align: center; */
}

    .link-log a {
        width: auto;
        text-align: center;
        background: rgb(76 188 53 / 80%);
        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: 'nb';
    font-size: 21px;
}

#ShowUser {
    display: none;
}

.strength {
    overflow: hidden;
    background: url('/Design/bg-g.png') no-repeat 100% 100%;
    background-size: 100% 100%;
    padding: 60px 0 60px;
}

.ul-trength {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 50px;
    row-gap: 15px;
    margin-top: 50px;
}

.li-trength {
    overflow: hidden;
    text-align: center;
}

    .li-trength img {
        max-width: 103px;
        display: block;
        margin: auto;
        position: relative;
        z-index: 2;
    }

.content-trength {
    border: 1px solid #f66e23;
    padding: 60px 10px 25px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background: linear-gradient(356deg, #0ddf53, #67df3e);
}

.li-trength strong {
    font-size: 16px;
    color: #000;
    font-family: 'AvertaStdCY-Semibold';
    display: block;
    font-weight: normal;
}

.li-trength span {
    display: block;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    font-family: 'AvertaStdCY-Regular';
}

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

.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 #0c72cc;
    padding: 7px 0 9px;
    width: 150px;
    margin: 0 5px;
    color: #0c72cc;
    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: 25px;
    color: #fff;
    cursor: pointer;
}

    .close-menu i {
    }

.tit-cate-m {
    background: #007eec;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'pb';
}

.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: 18px;
    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: pm;
    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: pm;
            display: block;
            background: #f8f7f5;
        }

.support-m {
    padding: 10px 0;
}

    .support-m a {
        text-decoration: none;
        display: block;
        font-size: 16px;
        color: #4f4f4f;
        margin: auto;
        padding: 13px 15px;
        font-family: pm;
        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;
}

.specialty {
    position: relative;
    background-image: url('/Design/bg-ck.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .specialty .container {
        position: relative;
        padding: 70px 0;
    }

.left-special {
    position: relative;
    z-index: 2;
}

.tit-special {
    position: relative;
    text-align: left;
    padding-bottom: 0;
}

    .tit-special h3 {
        margin: auto;
        font-size: 32px;
        font-family: 'AvertaStdCY-Black';
        color: #ffffff;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.6px;
    }

    .tit-special h5 {
        margin: auto;
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
        font-weight: normal;
        width: 70%;
        margin-left: 0;
        margin-top: 10px;
    }

    .tit-special a {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        color: rgb(76 188 53 / 80%);
        background: #fff;
        height: 60px;
        line-height: 60px;
        padding: 0 50px;
        text-decoration: none;
        border-radius: 50px;
        text-transform: uppercase;
        font-family: 'AvertaStdCY-Semibold';
    }

        .tit-special a:hover {
            background: #e12454;
            color: #fff;
        }

.list-special {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 25px;
}

.li-item-spe {
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    display: block;
    box-shadow: 0 0 13px #0a6d3280;
}

    .li-item-spe a {
        text-decoration: none;
        font-size: inherit;
        color: inherit;
        font-family: inherit;
        padding: 18px;
        display: flex;
        position: relative;
    }

.img-decor-spe {
    width: 23%;
    text-align: center;
    display: flex;
    align-items: center;
}

    .img-decor-spe img {
        margin: auto;
    }

.content-spe {
    flex: 1 1 0;
    margin-left: 10px;
}

    .content-spe strong {
        display: block;
        font-family: 'AvertaStdCY-Extrabold';
        font-size: 20px;
        color: #e12454;
        font-weight: normal;
    }

    .content-spe span {
        font-size: 16px;
        color: #8e8e8e;
        display: block;
        line-height: 24px;
        margin-top: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.img-special {
    position: absolute;
    bottom: 0;
    right: -70px;
    max-width: 50%;
    max-height: 80%;
}

    .img-special img {
        display: block;
    }

.li-item-spe:hover {
    background: #e12454;
}

    .li-item-spe:hover img {
        filter: brightness(0) invert(1);
    }

    .li-item-spe:hover .content-spe strong,
    .li-item-spe:hover .content-spe span {
        color: #fff;
    }

.regis-mail {
    height: 120px;
    border-bottom: 2px solid #fff;
    background-image: url('/Design/bg-regis.jpg');
    background-size: cover;
    display: flex;
    overflow: hidden;
    display: none;
}

    .regis-mail .container {
        overflow: hidden;
        display: flex;
    }

.left-regis {
    float: left;
    margin: auto;
    margin-left: 0;
    display: flex;
}

    .left-regis img {
        float: left;
        margin: auto;
        margin-right: 25px;
    }

.content-regis {
    overflow: hidden;
    margin: auto;
}

    .content-regis strong {
        display: block;
        font-size: 18px;
        color: #ffffff;
        font-family: 'rbl';
        font-weight: normal;
    }

    .content-regis span {
        display: block;
        color: #fff;
        font-size: 15px;
        margin-top: 10px;
    }

.right-regis {
    float: right;
    margin: auto;
    margin-right: 0;
}

    .right-regis .txtEmail {
        border: none;
        background: #ffffff3b;
        color: #fff;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        width: 332px;
        padding: 0 25px;
        border-radius: 25px;
        outline: none;
        margin-right: 11px;
    }

    .right-regis .btnbtnSend {
        border: 1px solid #fff;
        background: #e12454;
        color: #fff;
        outline: none;
        height: 42px;
        line-height: 42px;
        text-transform: uppercase;
        box-sizing: border-box;
        width: 135px;
        text-align: center;
        border-radius: 25px;
        cursor: pointer;
    }

        .right-regis .btnbtnSend:hover {
        }

.txtEmail::placeholder {
    color: #fff;
}

.txtEmail:-ms-input-placeholder {
    color: #fff;
}

.txtEmail::-ms-input-placeholder {
    color: #fff;
}

.detail-about {
    padding: 45px 0;
    padding-bottom: 15px;
}

    .detail-about:nth-child(2) {
        margin-top: 50px
    }

    .detail-about:nth-child(2n+2) {
        background: #f7f7f7;
    }

    .detail-about .container {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 60px;
        row-gap: 34px;
    }

.text-about {
    order: 1;
}

.full-center-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-text-about-l {
    width: 50%;
}

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

.text-about-r {
    flex: 1 1 0;
    margin-left: 30px;
    line-height: 28px;
    text-align: justify;
}

.detail-about-center {
    padding: 40px 0;
}

.text-about .tit-abo-bot:after {
    margin-top: 6px;
    height: 3px;
    display: none;
}

.text-about .tit-abo-bot h4 {
    font-size: 40px;
    line-height: normal;
}

.content-abouts {
    margin-top: 20px;
    line-height: 28px;
    text-align: justify;
}

.img-text-about {
    order: 2;
}

    .img-text-about img {
        max-width: 100%;
    }

.detail-about:nth-child(2n+1) .text-about {
    order: 2;
}

.detail-about:nth-child(2n+1) .img-text-about {
    order: 1;
}

.doctor-about {
    padding: 10px 0;
}

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

.doctor {
    /* background: #fff; */
    text-align: center;
}

.img-doctor {
    overflow: hidden;
}

    .img-doctor img {
        width: 100%;
        transition: all .3s;
    }

.doctor:hover .img-doctor img {
    transform: scale(1.06);
}

.doctor:hover .name-doctor {
    color: #e12454;
}

.name-doctor {
    font-family: 'AvertaStdCY-Black';
    color: rgb(76 188 53 / 80%);
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 20px;
}

.des-doctor {
    margin: 10px 0 20px;
    font-family: 'AvertaStdCY-Semibold';
}

/*Home New*/
.home-news {
    position: relative;
    background: #f5f5f5;
}

.t-title-l-new {
    padding-right: 57px;
    position: relative;
    display: inline-block;
}

.home-news .decor {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.decor-img-compa a {
    display: block;
    position: relative;
}

.home-news-item .img {
    position: relative;
}

    .decor-img-compa a:before, .home-news-item .img:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: #ffffff1a;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease-out 0s;
    }

    .decor-img-compa a:after, .home-news-item .img:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: #ffffff1a;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease-out 0s;
    }

.decor-img-compa a:hover:before, .home-news-item:hover .img:before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}

.decor-img-compa a:hover:after, .home-news-item:hover .img:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

.home-news-list {
    overflow: hidden;
}

.home-news-container {
    padding-top: 30px;
    padding-bottom: 60px;
}

.decor-img-compa a img {
    display: block;
    width: 100%;
    height: 398px;
    border-radius: 30px;
}

.t-link-new-home {
    display: flex;
    align-items: center;
}

.title-l-new-year {
    flex: 1 1 0;
    margin-right: 65px;
}

    .title-l-new-year span {
        display: block;
        font-size: 18px;
        font-family: 'MonM';
        text-align: center;
        color: #4e4e4e;
        margin-top: 24px;
        line-height: 145%;
    }

.decor-img-compa {
    width: 58%;
}

.title-l-new-year img {
    text-align: center;
    margin: auto;
}

.home-news-list {
    margin-top: 27px;
}

.home-news-item {
    display: block;
    width: 100%;
    height: 100%;
}

    .home-news-item .img {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        height: 205px;
    }

        .home-news-item .img img {
            width: 100%;
            height: 100%;
            overflow: hidden;
            transition: all .3s;
            border-radius: 10px;
        }

    .home-news-item:hover .img img {
        transform: scale(1.1);
    }

.item-img-new-h {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

    .item-img-new-h .options {
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 125px;
        height: 30px;
        background: linear-gradient(356deg, rgb(1 160 54 / 70%), rgb(88 192 53 / 80%));
        border-radius: 5px 0 0 0;
        clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
    }

.home-news-item .descript span:before {
    content: "";
    position: absolute;
    background: #3275b6;
    left: 0;
    top: 0;
    width: 41px;
    height: 2px;
    display: none;
}

.home-news-item .options {
    display: flex;
    align-items: center;
}

.home-news-item .options-item {
    display: flex;
    align-items: center;
    margin-left: 27px;
}

    .home-news-item .options-item img {
        position: relative;
        top: -1px;
    }

    .home-news-item .options-item span {
        display: block;
        margin-left: 4px;
        color: #FFF;
        font-family: 'AvertaStdCY-Semibold';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        padding-right: 10px;
    }

.home-news-item .title {
    margin: 0;
    font-size: 18px;
    font-family: 'AvertaStdCY-Semibold';
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 16px;
    color: #343434;
    font-style: normal;
    font-weight: normal;
    line-height: 138.688%; /* 24.964px */
}

.home-news-item:hover .title {
    color: rgb(76 188 53 / 80%);
}

.home-news-item .descript {
    margin-top: 10px;
}

    .home-news-item .descript span {
        position: relative;
        color: #4e4e4e;
        font-family: 'AvertaStdCY-Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        /* 22.603px */
        line-height: 145%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

/*RS*/
@media(min-width:1380px) {
    .item-img-new-h .options {
        bottom: -1px;
    }

    .home-news .decor {
        height: 339px;
    }
}

@media(max-width:1200px) {
    .t-title-l-new h3 {
        font-size: 30px;
    }

    .t-link-new-home {
        position: relative;
        display: block;
    }
}

@media(max-width:1023px) {
    .title-l-new-year {
        margin: 0;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .decor-img-compa a img {
        height: 100%;
        border-radius: 12px;
    }

    .decor-img-compa {
        width: 100%;
    }

    .title-l-new-year span {
        font-size: 15px;
        margin: 0;
        margin-left: 23px;
    }

    .title-l-new-year img {
        width: 30%;
        height: auto;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-news-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width:739px) {
    .home-news-item .img {
        border-radius: 10px;
        overflow: hidden;
        height: 163px;
    }

    .t-title-l-new h3 {
        font-size: 18px;
    }

    .t-title-l-new:before {
        content: none;
    }

    .t-title-l-new {
        padding-left: 0;
    }

    .p-btn-link {
        height: 38px !important;
        padding-left: 15px !important;
    }

        .p-btn-link .icon {
        }

    .home-news-item .options-item span {
        font-size: 13px;
    }

    .p-btn-link .icon:before {
        width: 39px;
    }

    .home-news-container {
        padding-top: 23px;
        padding-bottom: 30px !important;
    }

    .home-news-list {
        margin-top: 10px;
    }

    .item-img-new-h .options {
        right: -3px;
        bottom: -1px;
    }

    .home-news-item .title {
        font-size: 14px;
        margin-top: 10px;
        text-align: justify;
        height: 39px;
    }

    .svg-new-h svg {
        width: 14px;
        margin: auto;
        height: auto;
        position: relative;
        top: -1px;
    }

    .home-news-item .descript span {
        font-size: 14px;
        text-align: justify;
    }
}

/*Home Img*/
.home-pic {
    position: relative;
}

    .home-pic:before {
        content: "";
        position: absolute;
        background: url(/Design/img/LeDuan/pic/pic.png) no-repeat;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

.home-pic-decor {
    display: none;
    position: absolute;
    top: -128px;
    left: 0;
    animation: fordecor linear 8s infinite;
}

.home-pic-item:hover {
    border-color: #fff;
}

.home-pic-container {
}

    .home-pic-container .p-title {
        font-size: 35px;
        color: #fff;
        font-family: 'AvertaStdCY-Extrabold';
    }

    .home-pic-container .p-descript {
        font-size: 22px;
        color: #fff;
        font-family: 'AvertaStdCY-Regular';
    }

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

a.home-pic-item {
    display: block;
    width: 100%;
    height: 100%;
}

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

.home-pic-item {
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid transparent;
}

a.fancybox.home-pic-item:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #ffffff1a;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
}

a.fancybox.home-pic-item {
    position: relative;
}

    a.fancybox.home-pic-item:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: #ffffff1a;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease-out 0s;
    }

    a.fancybox.home-pic-item:hover::before {
        opacity: 1;
        top: 50%;
        bottom: 50%;
    }

    a.fancybox.home-pic-item:hover::after {
        opacity: 1;
        left: 50%;
        right: 50%;
    }

.home-pic-item:hover img {
    transform: scale(1.02);
}

.home-pic-item img {
    transition: all .3s;
}

@media(max-width:1023px) {
    .home-pic-container {
        padding: 35px 0;
    }

        .home-pic-container .p-title {
            font-size: 20px;
        }

        .home-pic-container .p-descript {
            font-size: 15px;
        }

    .home-pic-item {
        height: 250px;
    }

    .home-pic-decor {
        display: none;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-pic-container {
        padding: 25px 0;
    }

    .home-pic-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 8px;
        row-gap: 8px;
    }

    .home-pic-item {
        height: 198px;
    }
}
/*End*/