<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /*font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;*/
    font-family: Montserrat-Regular,sans-serif,Arial, Helvetica !important;
}
/* vietnamese */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/Mulish.woff2') format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

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

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat/static/Montserrat-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Italic';
    src: url('../fonts/Montserrat/static/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'SVN Artful Beauty';
    src: url('../fonts/svn-artful-beauty.ttf') format('truetype');
}
@font-face {
    font-family: 'Comfortaa-Bold';
    src: url('../fonts/Comfortaa-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa-Light';
    src: url('../fonts/Comfortaa-Light.ttf') format('truetype');
}

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

@font-face {
    font-family: 'UTM Androgyne';
    src: url('../fonts/UTM Androgyne.ttf') format('truetype');
}

ins {
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #f9f9f9
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background-image: linear-gradient(0deg, #783442 0%, #c8cdc9 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    padding: 8px
}

.Nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

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

.Nopadding-Left {
    padding-left: 0px !important;
}

.Nopadding-Right {
    padding-right: 0px !important;
}

/* :: 2.0 Spacing CSS */
.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-15 {
    padding-bottom: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/*canh giữa img*/
.img-responsive {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}
/*chia năm cột trong boostrap*/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*End chia năm cột trong boostrap*/

/*----------------------------- Menu Main --------------------------------*/
.slicknav_menu .slicknav_icon-bar {
    /*background-color: #f1975f !important;
    width: 20px;*/
    background-color: #21201e !important;
    width: 20px;
    border-radius: 6px;
}

    .slicknav_menu .slicknav_icon-bar:nth-last-child(2) {
        width: calc(100% - -10px) !important;
    }

.header-area .main-header-area .main-menu::before {
    width: 0px !important;
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slicknav_menu {
        float: left !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .slicknav_menu {
        float: left !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .slicknav_menu {
        float: left !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .slicknav_menu {
        float: left !important;
    }
}


#navigation {
    display: flex;
    margin: 0px auto;
    justify-content: center;
}

.inline-social {
    display: flex;
}

    .inline-social img {
        max-height: 26px !important;
        margin-top: 7px;
    }

.header-area {
    border-bottom: 0px solid #ece9e9;
    /*Viết thêm*/
    display: block;
    justify-content: center;
    height: 70px;
    align-items: center;
    position: relative;
    padding-top: 0px;
}

@media (max-width: 479px) {
    .header-area {
        height: 60px;
    }
}

/*@media (min-width: 992px) {
    .header-area:before {
        content: "";
        background-image: url(/Content/html/img/bg_menu.png);
        position: absolute;
        width: 100%;
        height: 26px;
        top: 100%;
        left: 0;
        z-index: 9;
    }
}*/


.header-area .main-header-area .main-menu ul li a i {
    padding-left: 5px;
}

.header-area .main-header-area .main-menu ul li a {
    text-transform: uppercase !important;
    font-weight: bold !important;
    /*font-family: "Open Sans", sans-serif, Roboto !important;*/
    font-family: Montserrat-Bold, "Open Sans", sans-serif, Roboto !important;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 14px !important;
    }
}
.header-area .main-header-area {
    padding: 5px 10px !important;
}
@media (max-width: 1500px) and (min-width: 1200px) {
    .header-area .main-header-area {
        padding: 5px 10px !important;
    }
}

.header-area .main-header-area .main-menu ul li .submenu {
    width: 300px !important;
    top: 150% !important;
    border-radius: 5px !important;
    z-index: 999 !important;
}

    .header-area .main-header-area .main-menu ul li .submenu li a {
        font-size: 13.5px !important;
        color: #2F2A2A !important;
        text-transform: none !important;
    }

.header-area .social_wrap .social_links {
    margin-right: 30px !important;
    margin-left:10px;
}

    .header-area .social_wrap .social_links li a {
        font-size: 16px !important;
        margin: 0px 5px !important;
    }

@media (min-width: 1200px) {
    .header-area .social_wrap {
        margin-right: 50px !important;
    }
}

.slicknav_nav li:last-child {
    border-bottom: none;
}

.custom_search_pop .modal-content .serch_form button {
    background: #545c51 !important;
    height: 60px !important;
    border-radius: 0px 30px 30px 0px;
}

    .custom_search_pop .modal-content .serch_form button:hover {
        background: #706965 !important;
    }

.custom_search_pop .modal-content .serch_form input {
    height: 60px !important;
    border-radius: 30px;
}

.custom_search_pop .modal-content {
    background-color: transparent;
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .hiden-social a {
        display: none;
    }
    .header-area .social_wrap .social_links {
        margin-right: 100px !important;
        margin-top: -34px;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .hiden-social a {
        display: none !important;
    }

    .header-area .social_wrap .social_links {
        margin-right: 50px !important;
        margin-top: -24px;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .hiden-social a {
        display: none !important;
    }

    .header-area .social_wrap .social_links {
        margin-right: 50px !important;
        margin-top: -24px;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .hiden-social a {
        display: none !important;
    }

    .header-area .social_wrap .social_links {
        margin-right: 50px !important;
        margin-top: -24px;
    }
}

.slicknav_menu .slicknav_nav {
    width: 100% !important;
    height: 400px;
    overflow-y: scroll;
}

    .slicknav_menu .slicknav_nav::-webkit-scrollbar {
        width: 5px !important;
    }

    .slicknav_menu .slicknav_nav::-webkit-scrollbar-thumb {
        background-color: #2e9f3c !important;
        z-index: 99;
        border-radius: 5px !important;
    }

.header-area .main-header-area .main-menu ul li {
    margin: 0 17px 0 0 !important;
}

.header-area .social_wrap .number p a {
    white-space: nowrap;
    font-size: 14px !important;
}

    .header-area .social_wrap .number p a:hover {
        font-size: 14px !important;
    }

.header-area .social_wrap .number p span {
    padding-left: 10px;
    font-weight: normal;
}

.current {
    color: #c2263b !important;
}

    .current a {
        color: #c2263b !important;
        font-weight: 600;
    }

        .current a:hover {
            color: #c2263b !important;
        }
/*menu mobile*/
.t_menu_accordion {
    padding: 0px;
}

    .t_menu_accordion strong {
        position: relative;
        font-weight: 700 !important;
        padding: 10px 0 5px;
        display: inline-block;
        font-size: 17px;
        color: #000000;
    }

        .t_menu_accordion strong::before {
            content: "";
            height: 1px;
            background-color: #747373;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0
        }

.ul_thanhvien li a i {
    display: inline-block !important;
    padding-right: 5px;
    font-size: 14px;
    width: 20px;
}

.mobile_menu .slicknav_nav ul {
    margin: 0px 0 0 0px !important;
}

    .mobile_menu .slicknav_nav ul .submenu {
        padding-left: 5px;
    }

        .mobile_menu .slicknav_nav ul .submenu li {
            font-size: 13px;
            text-transform: initial;
            border-bottom: 1px dotted #dfdcdc;
            padding: 0px;
        }

            .mobile_menu .slicknav_nav ul .submenu li:last-child {
                border-bottom: none;
            }

            .mobile_menu .slicknav_nav ul .submenu li a {
                font-size: 13px;
                text-transform: initial;
                font-weight: 600;
                color: #1d461b;
            }
/*end menu moblie*/
/*----------------------------- End Menu Main --------------------------------*/
/*----------------------------- Logo --------------------------------*/
.logo {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

    .logo img {
        /*max-width: 84px;*/
        max-width: 240px;
        height: auto;
    }

.header-area .seach_icon a {
    color: #21201e !important;
}

    .header-area .seach_icon a i {
        top: 50% !important;
        font-size: 20px;
    }

.header-area .seach_icon {
    background-color: transparent !important;
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .logo img {
        max-width: 150px;
        height: auto;
    }

    .header-area .seach_icon {
        right: 0px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .logo img {
        max-width: 150px;
        height: auto;
    }

    .header-area .seach_icon {
        right: 0px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .logo img {
        max-width: 150px;
        height: auto;
    }

    .header-area .seach_icon {
        right: 0px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .logo img {
        max-width: 150px;
        height: auto;
    }

    .header-area .seach_icon {
        right: 0px !important;
    }
}
/*----------------------------- End Logo --------------------------------*/
/*--------------------------------- Menutop -------------------------------------------------*/
#topMenu {
    margin: 0px auto;
    background: linear-gradient(to right, #ebebeb70, #f7f7f7, #ebebeb70);
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    clear: both;
    border-bottom: 1px solid #ebebeb59;
}

.top {
    font-family: Arial, Tahoma, 'Times New Roman';
    width: 100%;
    height: auto;
}

    .top ul {
        font-family: Arial, Tahoma, 'Times New Roman';
        font-size: 10.5pt;
        margin: 0px auto;
        padding: 0px;
        width: 100%;
        height: auto;
        float: right;
    }

        .top ul li {
            float: left;
            list-style: none;
            margin-left: 15px;
            color: #444141;
        }

            .top ul li a {
                color: #5e5c5c;
                text-decoration: none;
                font-size: 10.5pt;
            }

                .top ul li a i {
                    padding-right: 5px;
                    font-size: 16px;
                }

                .top ul li a:hover {
                    color: #693478;
                    text-decoration: underline !important;
                }

@media (min-width: 768px) {
    .top ul li {
        margin-left: 8px !important;
    }
}
/*đăng nhập user*/
.user-hover {
    padding-left: 20px;
    position: relative
}

    .user-hover .img_user {
        position: absolute;
        top: 4px;
        left: -7px
    }

    .user-hover:hover ul {
        visibility: visible;
        z-index: 100;
        opacity: 1;
        top: 28px
    }

    .user-hover ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 30px;
        background: #fff;
        padding: 0 10px;
        min-width: 200px;
        transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        z-index: 2;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        box-shadow: 1px 1px 2px rgba(0,0,0,.2)
    }

        .user-hover ul li {
            padding: 5px 0;
            float: none;
        }

            .user-hover ul li + li {
                border-top: 1px dotted #eee
            }

            .user-hover ul li a {
                color: #333
            }

                .user-hover ul li a:hover {
                    color: #169327
                }
/*end đăng nhập user*/
/*Begin menu level 2 của menutop*/
.level-menutop-hover {
    position: relative;
}

    .level-menutop-hover:hover ul {
        visibility: visible;
        z-index: 100;
        opacity: 1;
        top: 28px
    }

    .level-menutop-hover ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 30px;
        background: #fff;
        padding: 0 10px;
        min-width: 200px;
        transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        z-index: 2;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        box-shadow: 1px 1px 2px rgba(0,0,0,.2)
    }

        .level-menutop-hover ul li {
            padding: 5px 0;
            float: none;
        }

            .level-menutop-hover ul li + li {
                border-top: 1px dotted #eee
            }

            .level-menutop-hover ul li a {
                color: #333
            }

                .level-menutop-hover ul li a:hover {
                    color: #169327
                }
/*End menu level 2 của menutop*/
/*---------------------------------- End menutop -----------------------------------------------*/
/*------------------------------ Hotline -----------------------------------------------------*/
.Hotline_Email {
    color: #444141;
    font-family: Tahoma, Arial, 'Times New Roman';
    font-weight: normal;
    float: left;
}

.Span_Hotline {
    margin-left: 0px;
}

    .Span_Hotline i {
        font-size: 14px;
    }

.Span_Email {
    margin-left: 20px;
}

    .Span_Email i {
        font-size: 14px;
    }

.Hotline_Email a {
    color: #444141 !important;
    font-size: 10.5pt;
    padding-left: 5px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .Diachi {
        display: none;
    }

    .Hotline_Email {
        float: left !important;
        text-align: center;
        margin: 0px !important;
        width: 100%;
    }

    .Span_Hotline {
        margin-left: 0px !important;
        /*padding:5px;*/
        float: left;
    }

    .Span_Email {
        margin-left: 0px !important;
        float: right;
    }
    /*Hotline_Email span {
        margin-left: 0px !important;
    }*/
}
/*------------------------------ End Hotline -----------------------------------------------------*/
/*----------------------------- Chính sách --------------------------------*/
.form_area {
    text-align: left;
}

.where_togo_area {
    padding: 15px 10px 0 !important;
}

@media (max-width: 575px) {
    .line_slide {
        display: none;
    }
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .where_togo_area {
        background: #ffffff !important;
        padding: 15px 0 !important;
    }

    .line-chinhsach {
        border-right: none !important;
    }

    .form_area {
        text-align: left;
        margin-bottom: 20px;
        background-color: #105619;
        padding: 20px 10px;
        border-radius: 5px;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .where_togo_area {
        background: #ffffff !important;
        padding: 10px 0 !important;
    }

    .line-chinhsach {
        border-right: none !important;
    }

    .form_area {
        text-align: left;
        margin-bottom: 20px;
        background-color: #105619;
        padding: 20px 10px;
        border-radius: 5px;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .where_togo_area {
        background: #ffffff !important;
        padding: 10px 0 !important;
    }

    .line-chinhsach {
        border-right: none !important;
    }

    .form_area {
        text-align: left;
        margin-bottom: 20px;
        background-color: #105619;
        padding: 20px 10px;
        border-radius: 5px;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .where_togo_area {
        background: #ffffff !important;
        padding: 10px 0 !important;
    }

    .line-chinhsach {
        border-right: none !important;
    }

    .form_area {
        text-align: left;
        margin-bottom: 20px;
        background-color: #105619;
        padding: 20px 10px;
        border-radius: 5px;
    }
}

.icon-chinhsach {
    float: left;
}

    .icon-chinhsach i {
        float: left;
    }

.content-chinhsach {
    display: inline-block;
    width: 100%;
    padding-left: 95px;
}

.line-chinhsach {
    border-right: 1px solid #becfa5;
}

.fh-icon-chinh-sach {
    font-size: 24px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 0;
    background-color: #73b21a;
}

    .fh-icon-chinh-sach:after {
        content: '';
        position: absolute;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 1px dashed #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/*Mới*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 1px 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.product_poli .item img {
    max-width: 40px;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 575px) {
    .product_poli .item {
        border: 1px dashed #2e9f3c;
        border-radius: 10px;
    }
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bold;
    font-family: Montserrat, 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-size: 14px;
}

@media (max-width: 575px) {
    .media-body {
        font-weight: normal;
    }
}
/*----------------------------- End Chính sách --------------------------------*/
/*----------------------------- Begin Slideshow --------------------------------*/
.slider_area .single_slider .slider_text h3 {
    font-family: Mulish,sans-serif,Arial, Helvetica !important;
    font-size: 35px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slider_area .single_slider .slider_text h3 {
        font-size: 35px !important;
    }
}

.slider_area .single_slider .slider_text p {
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-size: 18px !important;
}

.boxed-btn3 {
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-size: 16px !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
}
/*----------------------------- End Slideshow --------------------------------*/
/*----------------------------- Sản phẩm --------------------------------*/

.backgroup_sanpham {
    background-image: linear-gradient(0deg,#fff0 0%,#f1f1f1 100%);
    position: relative;
    width: 100%;
}


.section-title-main-sanpham {
    font-size: 74% !important;
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .section-title-main-sanpham {
        font-size: 100% !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .section-title-main-sanpham {
        font-size: 100% !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .section-title-main-sanpham {
        font-size: 100% !important;
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
    position: relative;
}

    .justify-content-center &gt; div {
        position: relative;
        max-width: 20%;
        margin: 0 auto;
    }

        .justify-content-center &gt; div:before, .justify-content-center &gt; div:after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 45%;
            height: 10px;
            background: transparent url(/Content/html/img/line_product.png) no-repeat scroll left center;
        }

        .justify-content-center &gt; div:before {
            left: -32px;
        }

        .justify-content-center &gt; div:after {
            right: -32px;
        }

        .justify-content-center &gt; div img {
            max-height: 30px;
        }

.menu-entry {
    margin-bottom: 30px;
}

    .menu-entry .img {
        display: block;
        height: 200px;
    }

    .menu-entry .text h3 {
        font-size: 18px;
        /*text-transform: uppercase;*/
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        height: 45px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

        .menu-entry .text h3 a {
            color: #0c0c0c;
            font-family: Montserrat-Regular, 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
            font-size: 13.5px;
            font-weight: 600;
        }

            .menu-entry .text h3 a:hover {
                color: #2c6379;
            }

@media (max-width: 767px) {
    .menu-entry .text h3 a {
        font-weight: normal;
        text-transform: none;
    }
}

.menu-entry .text .price span {
    color: #c40000;
    font-size: 16px;
    font-weight: bold;
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .menu-entry .text h3 {
        font-size: 13.3px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        /*height: 25px;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .menu-entry .text h3 {
        font-size: 13.3px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        /*height: 25px;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .menu-entry .text h3 {
        font-size: 13.3px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        /*height: 25px;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 13px;
}

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
    }

    .btn.btn-primary {
        border: 1px solid #212421;
        background: transparent;
        color: #2f2b2b;
        font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
        font-size: 14.5px;
        font-weight: 400;
        border-radius: 20px;
    }

        .btn.btn-primary:hover, .btn.btn-primary:active {
            border: 1px solid transparent;
            background-color: #424844;
            color: #fff;
        }

.section-title {
    position: relative;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    color: #222222;
}


    .section-title i {
        opacity: .6;
        margin-right: 0.5em;
    }

        .section-title i.icon-angle-right {
            margin-right: 0;
            margin-left: 10px;
        }

    .section-title span {
        text-transform: uppercase;
    }

    .section-title small {
        text-transform: none;
        font-weight: normal;
        padding-left: 15px;
        font-size: 1em;
        opacity: .7;
    }

@media (max-width: 549px) {
    .section-title {
        font-size: 1.2em;
    }
}



.section-title-center small, .section-title-bold-center small {
    padding: 0 15px;
    display: block;
}

.image-sanpham {
    overflow: hidden;
    border-radius: 7px;
    position: relative;
}

    .image-sanpham img {
        -webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
        -moz-transform: scale(1); /*Mozilla scale version*/
        -o-transform: scale(1); /*Opera scale version*/
        -webkit-transition-duration: 0.6s; /*Webkit: Animation duration*/
        -moz-transition-duration: 0.6s; /*Mozilla duration version*/
        -o-transition-duration: 0.6s; /*Opera duration version*/
        backface-visibility: hidden;
    }

        .image-sanpham img:hover {
            -webkit-transform: scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
            -moz-transform: scale(1.09); /*Mozilla scale version*/
            -o-transform: scale(1.09); /*Opera scale version*/
            backface-visibility: hidden;
        }
/*------------ Giỏ hàng -----------*/
.cart &gt; a {
    position: relative;
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .cart &gt; a {
        padding-right: 15px;
    }

        .cart &gt; a .bag {
            right: 1px !important;
        }
}

.cart &gt; a .icon {
    font-size: 20px;
    color: #fff;
}

.cart &gt; a .bag {
    position: absolute;
    top: -16px;
    right: -11px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #ff5b5b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .cart &gt; a .bag small {
        font-weight: 400;
        color: #FFFFFF;
    }

.table tbody tr td.product-remove button {
    bordeR: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    background-color: transparent;
}

    .table tbody tr td.product-remove button:hover {
        background-color: #AE4F10;
        cursor: pointer;
    }

    .table tbody tr td.product-remove button i {
        color: #000;
    }

.ftco-cart button i {
    color: #c49b63;
}

.ftco-cart .quantity-left-minus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart .quantity-right-plus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart button, .ftco-cart .form-control {
    height: 54px !important;
    text-align: center;
    bordeR: 1px solid rgb(179, 124, 29) !important;
    color: #c49b63 !important;
    padding: 0;
}

.ftco-cart .form-group {
    position: relative;
}

    .ftco-cart .form-group .form-control {
        padding-right: 40px;
    }

    .ftco-cart .form-group .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #c49b63;
    }

        .ftco-cart .form-group .icon span {
            color: #c49b63;
        }

@media (max-width: 767.98px) {
    .ftco-cart .form-group .icon {
        right: 10px;
    }
}

.ftco-cart .form-group .select-wrap {
    position: relative;
}

    .ftco-cart .form-group .select-wrap select {
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.cart-list {
    overflow-x: scroll;
}

.table {
    min-width: 1000px !important;
    width: 100%;
    text-align: center;
}

    .table th {
        font-weight: 500;
    }

    .table .thead-primary {
        background: #d89d36;
        font-size: 17px;
    }

        .table .thead-primary tr th {
            padding: 20px 10px;
            color: #fff !important;
            border: 1px solid transparent !important;
        }

    .table tbody tr td {
        text-align: left !important;
        vertical-align: middle;
        padding: 40px 10px;
        border: 1px solid transparent !important;
        border-bottom: 1px solid rgb(234, 222, 199) !important;
    }

        .table tbody tr td.product-remove a {
            bordeR: 1px solid rgba(255, 255, 255, 0.1);
            padding: 5px 10px;
        }

            .table tbody tr td.product-remove a:hover {
                background: #c49b63;
            }

                .table tbody tr td.product-remove a:hover span {
                    color: #000;
                }

        .table tbody tr td.quantity {
            width: 20%;
        }

        .table tbody tr td.image-prod .img {
            display: block;
            width: 100px;
            height: 100px;
            margin: 0 auto;
        }

        .table tbody tr td.product-name {
            width: 30%;
        }

            .table tbody tr td.product-name h3 {
                font-size: 16px;
                text-transform: uppercase;
            }

        .table tbody tr td.total, .table tbody tr td.price {
            color: #111612;
            font-size: 15px;
        }

.cart-wrap .btn-primary {
    display: block;
    width: 100%;
}

.cart-total {
    width: 100%;
    display: block;
    border: 1px solid rgb(27, 161, 45);
    padding: 20px;
    border-radius: 8px;
}

    .cart-total h3 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .cart-total p {
        width: 100%;
        display: block;
    }

        .cart-total p span {
            display: block;
            width: 50%;
        }

        .cart-total p.total-price span {
            text-transform: uppercase;
        }

            .cart-total p.total-price span:last-child {
                color: #c49b63;
            }

    .cart-total hr {
        background: rgba(255, 255, 255, 0.1);
    }

.capnhat_giohang {
    width: 88px;
    /*float:right;*/
}

    .capnhat_giohang button {
        width: 100%;
        border: 1px solid #2e9f3c;
        padding: 5px 10px;
        background-color: transparent;
        font-size: 13px;
        margin-top: 8px;
        border-radius: 6px;
    }

        .capnhat_giohang button:hover {
            background-color: #53a576;
            cursor: pointer;
            color: #fff;
        }

            .capnhat_giohang button:hover span {
                color: #fff;
            }

.totaltien {
    font-size: 18px;
    font-weight: 700;
    color: #231F1F;
}

.phiship {
    font-size: 16px;
    color: #231F1F;
    /*float:right;*/
    margin-bottom: 10px;
}

#layout-cart {
    background-color: #f9f9f9;
}

    #layout-cart .heading-page {
        position: relative;
        text-align: center;
        padding: 0 0 20px 0;
    }

        #layout-cart .heading-page:after {
            content: "";
            background: #252a2b;
            display: block;
            width: 60px;
            height: 4px;
            margin: 25px auto 0;
        }

        #layout-cart .heading-page h1 {
            font-size: 25px;
            margin: 0 0 10px;
            font-weight: 600;
        }

.count-cart {
    color: #6f6e6e;
}

table {
    width: 100%;
    border-spacing: 0;
}

    table.table-cart {
        margin-bottom: 30px;
    }

        table.table-cart thead {
            display: none;
        }

        table.table-cart tr td {
            padding: 20px 0;
            border-top: 1px solid #ededed;
            vertical-align: top;
        }

        table.table-cart tr:first-child td {
            border-top: 0;
        }

        table.table-cart tr td.image {
            text-align: center;
            width: 110px;
        }

            table.table-cart tr td.image img {
                max-width: 100px;
            }

        table.table-cart tr td.item {
            padding-left: 15px;
        }

            table.table-cart tr td.item h3 {
                margin: 0 0 5px;
                font-size: 16px;
                font-weight: bold;
                display: inline;
            }

            table.table-cart tr td.item p {
                margin-bottom: 5px;
            }

                table.table-cart tr td.item p del {
                    font-size: 12px;
                }

            table.table-cart tr td.item .price {
                margin: 0;
                float: right;
            }

                table.table-cart tr td.item .price span.text {
                    /*display: none;*/
                }

@media (max-width: 767px) {
    table.table-cart tr td.item .price span.text {
        display: inline-block;
        font-size: 16px;
    }

    table.table-cart tr td.item .price {
        float: left;
    }
}

table.table-cart tr td.item .price span {
    font-size: 16px;
    padding-right: 0 !important;
    font-weight: 500;
}

table.table-cart tr td.item .variant {
    margin-bottom: 5px;
}

table.table-cart tr td.remove {
    text-align: right;
}

table.table-cart tr td.product-remove button {
    padding: 5px 10px;
    background-color: transparent;
    border: none;
}

    table.table-cart tr td.product-remove button:hover {
        background-color: #2e9f3c;
        cursor: pointer !important;
    }

        table.table-cart tr td.product-remove button:hover i {
            color: #fff;
        }

.qty-click input.item-quantity {
    font-weight: 500;
    font-size: 15px;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 35px;
    background: #ededed;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}

.qty-click {
    float: left;
}

    .qty-click button.qty-btn {
        background: #fff;
        font-weight: 500;
        font-size: 15px;
        color: #151617;
        height: 25px;
        padding: 0;
        text-align: center;
        width: 25px;
        border: 1px solid #dadbdd;
        border-radius: 0;
        float: left;
        -webkit-appearance: none;
    }

    .qty-click button.qtyplus.qty-btn {
        border-left: none;
    }

    .qty-click button.qtyminus.qty-btn {
        border-right: none;
    }

    .qty-click button.qty-btn:focus {
        outline: none;
    }

    .qty-click button.qty-btn:hover {
        cursor: pointer;
    }

.checkout-note textarea {
    border-radius: 0;
    -webkit-appearance: none;
    background: #ededed;
    resize: none;
    color: #252a2b;
    font-size: 15px;
    padding: 20px;
    outline: none;
    width: 100%;
    height: 130px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 150ms linear;
}

p.order-infor {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.order-infor .total_price {
    font-size: 28px;
    margin-left: 7px;
    font-weight: 600;
}

.header-page h1 {
    font-size: 25px;
    text-transform: uppercase;
}

.btn-giohang {
    border: 1px solid #1ba12d;
    background: transparent;
    color: #2f2b2b;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    width: 100%;
    border-radius: 8px;
}

    .btn-giohang:hover, .btn-giohang:active {
        border: 1px solid transparent;
        background-color: #128021;
        color: #fff !important;
        cursor: pointer;
    }
/*giỏ hàng mới*/
.block-cart .top-cart-content {
    right: 0;
    top: 45px;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0 3px 25px 0 rgba(31,38,67,.1);
    -o-box-shadow: 0 3px 25px 0 rgba(31,38,67,.1);
    -moz-box-shadow: 0 3px 25px 0 rgba(31,38,67,.1);
    -webkit-box-shadow: 0 3px 25px 0 rgba(31,38,67,.1);
    z-index: 10000;
    display: none
}

    .block-cart .top-cart-content:after {
        content: "";
        position: absolute;
        width: 100px;
        height: 20px;
        top: -20px;
        right: 3px
    }

@media(min-width:1199px) {
    .block-cart:hover .top-cart-content {
        display: block
    }
}

.cartpcstyle {
    min-height: 300px
}

.CartSideContainer .cart--empty-message {
    text-align: center
}

    .CartSideContainer .cart--empty-message svg {
        width: 80px;
        margin: 15px
    }

.cart-sidebar {
    position: fixed;
    width: 340px;
    top: 0 !important;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .5s cubic-bezier(.645,.045,.355,1),visibility .5s cubic-bezier(.645,.045,.355,1);
    box-shadow: none;
    touch-action: manipulation;
    right: 0
}

    .cart-sidebar.active {
        visibility: visible;
        transform: translateX(0)
    }

    .cart-sidebar .cart_heading {
        padding: 15px;
        display: block;
        position: relative
    }

        .cart-sidebar .cart_heading .cart_title {
            margin-bottom: 0;
            text-align: left;
            font-size: 16px;
            display: block;
            text-transform: uppercase;
            color: #222;
            font-weight: 600
        }

        .cart-sidebar .cart_heading .cart_btn-close {
            position: absolute;
            margin-left: 0;
            right: 15px;
            top: 18px;
            line-height: 0;
            padding: 0;
            border: none;
            background-color: transparent;
            cursor: pointer;
            border-radius: 0;
            z-index: 999;
            transition: transform .4s ease-in-out,opacity .4s ease-in-out
        }

            .cart-sidebar .cart_heading .cart_btn-close svg {
                width: 15px;
                height: 15px;
                stroke-width: 1.5px
            }

    .cart-sidebar .drawer__inner {
        width: 100%;
        height: 100%;
        background: #fff
    }

    .cart-sidebar .cart_body {
        padding: 15px;
        height: calc(100vh - 210px);
        overflow-y: auto
    }

        .cart-sidebar .cart_body::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            border-radius: 5px;
            background-color: #f5f5f5
        }

        .cart-sidebar .cart_body::-webkit-scrollbar {
            width: 5px;
            background-color: #f5f5f5
        }

        .cart-sidebar .cart_body::-webkit-scrollbar-thumb {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            background-color: #e5e5e5
        }

        .cart-sidebar .cart_body .cart_product {
            margin-bottom: 15px;
            padding-bottom: 15px;
            display: table;
            width: 100%
        }

        .cart-sidebar .cart_body .cart_image {
            display: table-cell;
            width: 24%;
            vertical-align: top;
            position: relative
        }

        .cart-sidebar .cart_body .cart_info {
            padding-left: 15px;
            vertical-align: top
        }

            .cart-sidebar .cart_body .cart_info .cart_name {
                margin-bottom: 5px
            }

                .cart-sidebar .cart_body .cart_info .cart_name a {
                    margin-bottom: 4px;
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 1.3;
                    display: block
                }

                    .cart-sidebar .cart_body .cart_info .cart_name a:hover {
                        color: #005c27;
                    }

            .cart-sidebar .cart_body .cart_info .variant-title {
                display: block;
                font-size: 12px
            }

        .cart-sidebar .cart_body .grid {
            display: flex
        }

            .cart-sidebar .cart_body .grid .cart_item_name {
                width: 50%
            }

                .cart-sidebar .cart_body .grid .cart_item_name .cart_quantity {
                    font-size: 12px;
                    margin-bottom: 5px;
                    display: block;
                    font-weight: 400;
                    color: #333
                }

            .cart-sidebar .cart_body .grid .cart_prices {
                width: 50%;
                text-align: right
            }

                .cart-sidebar .cart_body .grid .cart_prices .cart-price {
                    font-weight: 700;
                    display: block;
                    font-size: 14px;
                    color: #30656b
                }

            .cart-sidebar .cart_body .grid .cart__btn-remove {
                font-size: 13px;
                color: #30656b
            }

        .cart-sidebar .cart_body .cart_select input {
            display: inline-block;
            padding: 0;
            text-align: center;
            border-radius: 0;
            width: 35px;
            min-height: 28px;
            border: 1px solid #e5e5e5;
            color: #222;
            height: 28px;
            font-size: 14px;
            margin: 0;
            float: left;
            border-left: none;
            border-right: none
        }

        .cart-sidebar .cart_body .cart_select button {
            border-radius: 0;
            border: 1px solid #e5e5e5;
            border-color: #e5e5e5;
            color: #222;
            line-height: 26px;
            padding: 0;
            margin: 0;
            width: 28px;
            background-color: #fff;
            height: 28px;
            float: left
        }

            .cart-sidebar .cart_body .cart_select button.btn-minus {
                border-right: 0
            }

            .cart-sidebar .cart_body .cart_select button.btn-plus {
                border-left: 0
            }

    .cart-sidebar .ajaxcart__footer {
        padding: 10px
    }

        .cart-sidebar .ajaxcart__footer .cart__subtotal {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 12px;
            display: flex
        }

            .cart-sidebar .ajaxcart__footer .cart__subtotal .cart__col-6 {
                width: 50%;
                float: left
            }

            .cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle {
                width: 50%;
                float: left;
                text-align: right
            }

                .cart-sidebar .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
                    font-weight: 700;
                    color: var(--maincolor)
                }

        .cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt {
            display: block;
            position: relative;
            padding-top: 20px
        }

            .cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
                width: 100%;
                background-color: #333;
                color: #fff;
                text-align: center;
                line-height: 40px
            }

                .cart-sidebar .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
                    background-color: #005c27
                }

@media(max-width:767px) {
    .cart-sidebar {
        width: 100%
    }
}

.cartPopupContainer {
    background-color: #fff
}

    .cartPopupContainer .cart--empty-message {
        text-align: center;
        display: none
    }

        .cartPopupContainer .cart--empty-message svg {
            width: 80px;
            margin: 15px
        }

#popup-cart-desktop {
    width: 950px;
    max-height: 505px;
    height: auto;
    background: 0 0;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 10%;
    display: none;
    transition: transform .5s cubic-bezier(.645,.045,.355,1),visibility .5s cubic-bezier(.645,.045,.355,1);
    box-shadow: none;
    touch-action: manipulation;
    z-index: -1
}

    #popup-cart-desktop.active {
        display: block;
        z-index: 9999;
        transform: translateX(-50%);
        box-shadow: 0 28px 60px 0 rgb(31 38 67 / 50%);
        -o-box-shadow: 0 28px 60px 0 rgb(31 38 67 / 50%);
        -moz-box-shadow: 0 28px 60px 0 rgb(31 38 67 / 50%);
        -webkit-box-shadow: 0 28px 60px 0 rgb(31 38 67 / 50%);
    }

    #popup-cart-desktop .header-popcart {
        position: relative;
        background: #fff
    }

        /*#popup-cart-desktop .header-popcart .top-cart-header {
            font-size: 16px;
            padding-right: 15px;
            font-weight: 400;
            padding: 8px 20px;
            background: #535a56;
            color: #fff
        }*/

            #popup-cart-desktop .header-popcart .top-cart-header svg {
                margin-right: 5px;
                margin-top: -3px;
                width: 20px
            }

            #popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name {
                color: #fff
            }

                #popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name a {
                    color: #fff
                }

                #popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name:hover {
                    color: #fe994e
                }

                #popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name a:hover {
                    color: #fe994e
                }

        #popup-cart-desktop .header-popcart .noti-cart-count {
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 0;
            color: #333;
            padding: 10px 20px;
            display: block
        }

        #popup-cart-desktop .header-popcart .cart_btn-close {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 10px;
            right: 0;
            z-index: 10000;
            color: #fff
        }

            #popup-cart-desktop .header-popcart .cart_btn-close svg {
                width: 15px;
                height: 15px
            }

    #popup-cart-desktop .cartpopup {
        margin-bottom: 0;
        background: #fff;
        padding: 0 20px 20px
    }

        #popup-cart-desktop .cartpopup .cart-header-info {
            display: flex;
            display: flex;
            padding: 7px 0;
            border: solid 1px #ebebeb;
            border-bottom: none;
            font-weight: 700
        }

            #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(1) {
                width: 53%;
                text-align: left;
                padding-left: 10px
            }

            #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(2) {
                width: 19%;
                text-align: center
            }

            #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(3) {
                width: 12%;
                text-align: center
            }

            #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(4) {
                width: 19%;
                text-align: center
            }

        #popup-cart-desktop .cartpopup .cart_body {
            max-height: 268px;
            overflow-y: auto;
            border: solid 1px #ebebeb
        }

            #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
                -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
                border-radius: 2px;
                background-color: #f5f5f5
            }

            #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar {
                width: 2px;
                background-color: #f5f5f5
            }

            #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-thumb {
                border-radius: 2px;
                -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
                -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
                background-color: #e5e5e5
            }

            #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row {
                padding: 10px 0;
                border-top: solid 1px #ebebeb
            }

                #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row .cart_product {
                    width: 100%;
                    height: 120px;
                    display: flex;
                    align-items: center
                }

                #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row:first-child {
                    border-top: none
                }

            #popup-cart-desktop .cartpopup .cart_body .cart_image {
                width: 110px;
                height: 110px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 10px
            }

                #popup-cart-desktop .cartpopup .cart_body .cart_image img {
                    max-width: 100%;
                    max-height: 100%
                }

            #popup-cart-desktop .cartpopup .cart_body .cart_info {
                padding-left: 15px;
                vertical-align: top;
                padding-right: 10px;
                display: flex;
                width: calc(100% - 110px);
                -webkit-width: calc(100% - 110px);
                -moz-width: calc(100% - 110px);
                -o-width: calc(100% - 110px);
                -os-width: calc(100% - 110px)
            }

                #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name {
                    width: 50%;
                    margin-bottom: 5px
                }

                    #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a {
                        margin-bottom: 4px;
                        font-size: 13px;
                        font-weight: 500;
                        line-height: 18px;
                        display: block
                    }

                        #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a:hover {
                            color: #e1960e
                        }

                    #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name .remove-item-cart {
                        display: block;
                        color: red;
                        font-weight: bold
                    }

                    #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name p {
                        margin: 0;
                        font-style: italic;
                        color: #9e9e9e
                    }

                #popup-cart-desktop .cartpopup .cart_body .cart_info .variant-title {
                    display: block;
                    font-size: 12px
                }

            #popup-cart-desktop .cartpopup .cart_body .cart_item_name {
                width: 60%
            }

            #popup-cart-desktop .cartpopup .cart_body .grid {
                width: 20%;
                display: flex;
                align-items: center;
                justify-content: center
            }

                #popup-cart-desktop .cartpopup .cart_body .grid .cart_prices .cart-price {
                    font-weight: 700;
                    display: block;
                    font-size: 14px;
                    color: #30656b
                }

                #popup-cart-desktop .cartpopup .cart_body .grid .cart__btn-remove {
                    font-size: 13px;
                    color: #30656b
                }

                #popup-cart-desktop .cartpopup .cart_body .grid .cart_quantity {
                    font-size: 12px;
                    margin-bottom: 5px;
                    display: block;
                    font-weight: 400;
                    color: #333
                }

            #popup-cart-desktop .cartpopup .cart_body .cart_select input {
                display: inline-block;
                padding: 0;
                text-align: center;
                border-radius: 0;
                width: 35px;
                min-height: 28px;
                border: 1px solid #e5e5e5;
                color: #222;
                height: 28px;
                font-size: 14px;
                margin: 0;
                float: left;
                border-left: none;
                border-right: none;
                outline: none;
            }

            #popup-cart-desktop .cartpopup .cart_body .cart_select button {
                border-radius: 0;
                border: 1px solid #e5e5e5;
                border-color: #e5e5e5;
                color: #222;
                line-height: 26px;
                padding: 0;
                margin: 0;
                width: 28px;
                background-color: #fff;
                height: 28px;
                float: left
            }

.cart_body .cart_select button:hover {
    cursor: pointer;
}

.cart_body .cart_select button.btn-minus {
    border-right: 0
}

.cart_body .cart_select button.btn-plus {
    border-left: 0
}

#popup-cart-desktop .cartpopup .ajaxcart__footer {
    padding-top: 20px
}

    #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 12px;
        display: flex
    }

        #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__col-6 {
            width: 50%;
            float: left
        }

        #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle {
            width: 50%;
            float: left;
            text-align: right
        }

            #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
                font-weight: 700;
                color: #fff;
            }

    #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt {
        display: block;
        position: relative;
        padding-top: 0
    }

        #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
            width: 100%;
            background-color: #c55623;
            color: #fff;
            text-align: center;
            line-height: 30px;
            border: initial;
            border-radius: 6px;
        }

            #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
                background-color: #142b34;
            }

.popup-cart-mobile {
    max-width: 300px;
    height: auto;
    background: #fff;
    width: 0;
    top: 90% !important;
    left: calc(50% - 150px);
    -webkit-left: calc(50% - 150px);
    -moz-left: calc(50% - 150px);
    -o-left: calc(50% - 150px);
    -os-left: calc(50% - 150px);
    width: 100%;
    transform: translateX(-50%);
    position: fixed;
    visibility: hidden;
    transition: all .5s;
    transform: scale(0);
    border-radius: 5px
}

    .popup-cart-mobile.active {
        visibility: visible;
        z-index: 9999;
        transform: scale(1);
        top: 50px !important;
        width: auto;
        left: calc(50% - 150px);
        -webkit-left: calc(50% - 150px);
        -moz-left: calc(50% - 150px);
        -o-left: calc(50% - 150px);
        -os-left: calc(50% - 150px);
        transform: translateX(-50%);
        box-shadow: 0 28px 60px 0 rgb(31 38 67 / 50%);
        -o-box-shadow: 0 28px 60px 0 rgb(31 38 67 / 50%);
        -moz-box-shadow: 0 28px 60px 0 rgb(31 38 67 / 50%);
        -webkit-box-shadow: 0 28px 60px 0 rgb(31 38 67 / 50%);
    }

@media(max-width:767px) {
    .popup-cart-mobile.active {
        max-width: unset;
        width: calc(100% - 20px);
        left: 10px
    }
}

.popup-cart-mobile .header-popcart .top-cart-header span {
    display: block;
    padding: 10px;
    background: #30656b;
    font-weight: 700;
    color: #fff;
    padding-left: 35px
}

    .popup-cart-mobile .header-popcart .top-cart-header span svg {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 10px;
        filter: invert(1)
    }

.popup-cart-mobile .media-content {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px
}

    .popup-cart-mobile .media-content .thumb-1x1 {
        width: 70px
    }

        .popup-cart-mobile .media-content .thumb-1x1 img {
            max-width: 100%;
            max-height: 100%
        }

    .popup-cart-mobile .media-content .body_content {
        width: calc(100% - 70px);
        padding-left: 15px
    }

        .popup-cart-mobile .media-content .body_content h4 {
            font-size: 14px;
            font-weight: 700
        }

        .popup-cart-mobile .media-content .body_content .product-new-price {
            margin-top: 6px;
            font-size: 15px;
            font-weight: 400;
            display: block;
            margin-bottom: 5px
        }

            .popup-cart-mobile .media-content .body_content .product-new-price b {
                margin-right: 15px;
                font-size: 15px;
            }

            .popup-cart-mobile .media-content .body_content .product-new-price span {
                color: #9e9e9e;
                background: 0 0;
                padding: 0;
                font-size: 14px
            }

.popup-cart-mobile .noti-cart-count {
    font-size: 14px;
    color: #707070;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
}

    .popup-cart-mobile .noti-cart-count span {
        display: inline-block;
        background: 0 0;
        color: #333;
        padding: 0
    }

.popup-cart-mobile .totalMoneyMobile {
    display: inline-block;
    background: 0 0;
    color: #333;
    padding: 0;
    font-size: 15px;
    color: #3e5760;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.popup-cart-mobile .iconclose {
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 6px
}

    .popup-cart-mobile .iconclose svg {
        filter: invert(1)
    }

.popup-cart-mobile .bottom-action {
    padding: 0 10px 10px;
    display: flex;
    flex-flow: column
}

.popup-cart-mobile .tocontinued {
    background: #304252;
    font-weight: 400;
    line-height: 38px;
    display: block;
    padding: 0 45px;
    border: solid 1px #313432;
    color: #fff;
    border-radius: 0;
    height: 40px;
    margin-bottom: 6px;
    margin-top: 0;
    clear: both;
    text-align: center;
    border-radius: 6px;
}

.popup-cart-mobile .checkout {
    height: 40px;
    line-height: 38px;
    width: 100%;
    background: #fdd400;
    border-radius: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: solid 1px #fdd400;
    float: right
}

.CartHeaderContainer {
    width: 340px
}

    .CartHeaderContainer .cart--empty-message {
        text-align: center
    }

        .CartHeaderContainer .cart--empty-message svg {
            width: 80px;
            margin: 15px
        }

.cartheader {
    margin-bottom: 0
}

    .cartheader .cart_body {
        padding: 15px;
        max-height: 360px;
        overflow-y: auto
    }

        .cartheader .cart_body::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            border-radius: 5px;
            background-color: #f5f5f5
        }

        .cartheader .cart_body::-webkit-scrollbar {
            width: 5px;
            background-color: #f5f5f5
        }

        .cartheader .cart_body::-webkit-scrollbar-thumb {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
            background-color: #e5e5e5
        }

        .cartheader .cart_body .cart_product {
            margin-bottom: 15px;
            padding-bottom: 15px;
            display: table;
            width: 100%;
            border-bottom: solid 1px #ebebeb
        }

        .cartheader .cart_body .cart_image {
            display: table-cell;
            width: 24%;
            vertical-align: top;
            position: relative
        }

        .cartheader .cart_body .cart_info {
            padding-left: 15px;
            vertical-align: top
        }

            .cartheader .cart_body .cart_info .cart_name {
                margin-bottom: 5px
            }

                .cartheader .cart_body .cart_info .cart_name a {
                    margin-bottom: 4px;
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 1.3;
                    display: block
                }

                    .cartheader .cart_body .cart_info .cart_name a:hover {
                        color: var(--hover)
                    }

            .cartheader .cart_body .cart_info .variant-title {
                display: block;
                font-size: 12px
            }

        .cartheader .cart_body .grid {
            display: flex
        }

            .cartheader .cart_body .grid .cart_item_name {
                width: 50%
            }

                .cartheader .cart_body .grid .cart_item_name .cart_quantity {
                    font-size: 12px;
                    margin-bottom: 5px;
                    display: block;
                    font-weight: 400;
                    color: #333
                }

            .cartheader .cart_body .grid .cart_prices {
                width: 50%;
                text-align: right
            }

                .cartheader .cart_body .grid .cart_prices .cart-price {
                    font-weight: 700;
                    display: block;
                    font-size: 14px;
                    color: var(--maincolor)
                }

            .cartheader .cart_body .grid .cart__btn-remove {
                font-size: 13px;
                color: #30656b
            }

        .cartheader .cart_body .cart_select input {
            display: inline-block;
            padding: 0;
            text-align: center;
            border-radius: 0;
            width: 35px;
            min-height: 28px;
            border: 1px solid #e5e5e5;
            color: #222;
            height: 28px;
            font-size: 14px;
            margin: 0;
            float: left;
            border-left: none;
            border-right: none
        }

        .cartheader .cart_body .cart_select button {
            border-radius: 0;
            border: 1px solid #e5e5e5;
            border-color: #e5e5e5;
            color: #222;
            line-height: 26px;
            padding: 0;
            margin: 0;
            width: 28px;
            background-color: #fff;
            height: 28px;
            float: left
        }

            .cartheader .cart_body .cart_select button.btn-minus {
                border-right: 0
            }

            .cartheader .cart_body .cart_select button.btn-plus {
                border-left: 0
            }

    .cartheader .ajaxcart__footer {
        padding: 10px
    }

        .cartheader .ajaxcart__footer .cart__subtotal {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 12px;
            display: flex
        }

            .cartheader .ajaxcart__footer .cart__subtotal .cart__col-6 {
                width: 50%;
                float: left
            }

            .cartheader .ajaxcart__footer .cart__subtotal .cart__totle {
                width: 50%;
                float: left;
                text-align: right
            }

                .cartheader .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
                    font-weight: 700;
                    color: var(--maincolor)
                }

        .cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt {
            display: block;
            position: relative;
            padding-top: 20px
        }

            .cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
                width: 100%;
                background-color: #333;
                color: #fff;
                text-align: center;
                line-height: 40px;
                border: 1px solid #333
            }

                .cartheader .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
                    background-color: initial;
                    color: #333
                }

@media(max-width:1199px) {
    .CartMobileContainer .cart--empty-message {
        text-align: center
    }

        .CartMobileContainer .cart--empty-message svg {
            width: 80px;
            margin: 15px
        }

    .cart-mobile .cart_body {
        padding: 0
    }

        .cart-mobile .cart_body .cart_product {
            margin-bottom: 15px;
            padding-bottom: 15px;
            display: table;
            width: 100%;
            border-bottom: solid 1px #ebebeb
        }

        .cart-mobile .cart_body .cart_image {
            display: table-cell;
            width: 20%;
            vertical-align: top;
            position: relative
        }

        .cart-mobile .cart_body .cart_info {
            padding-left: 15px;
            vertical-align: top
        }

            .cart-mobile .cart_body .cart_info .cart_name {
                margin-bottom: 5px
            }

                .cart-mobile .cart_body .cart_info .cart_name a {
                    margin-bottom: 4px;
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 1.3;
                    display: block
                }

                    .cart-mobile .cart_body .cart_info .cart_name a:hover {
                        color: var(--hover)
                    }

            .cart-mobile .cart_body .cart_info .variant-title {
                display: block;
                font-size: 12px
            }

        .cart-mobile .cart_body .grid {
            display: flex
        }

            .cart-mobile .cart_body .grid .cart_item_name {
                width: 50%
            }

                .cart-mobile .cart_body .grid .cart_item_name .cart_quantity {
                    font-size: 12px;
                    margin-bottom: 5px;
                    display: block;
                    font-weight: 400;
                    color: #333
                }

            .cart-mobile .cart_body .grid .cart_prices {
                width: 50%;
                text-align: right
            }

                .cart-mobile .cart_body .grid .cart_prices .cart-price {
                    font-weight: 700;
                    display: block;
                    font-size: 14px;
                    color: #397f78
                }

            .cart-mobile .cart_body .grid .cart__btn-remove {
                font-size: 13px;
                color: #30656b
            }

        .cart-mobile .cart_body .cart_select input {
            display: inline-block;
            padding: 0;
            text-align: center;
            border-radius: 0;
            width: 35px;
            min-height: 28px;
            border: 1px solid #e5e5e5;
            color: #222;
            height: 28px;
            font-size: 14px;
            margin: 0;
            float: left;
            border-left: none;
            border-right: none
        }

        .cart-mobile .cart_body .cart_select button {
            border-radius: 0;
            border: 1px solid #e5e5e5;
            border-color: #e5e5e5;
            color: #222;
            line-height: 26px;
            padding: 0;
            margin: 0;
            width: 28px;
            background-color: #fff;
            height: 28px;
            float: left
        }

            .cart-mobile .cart_body .cart_select button.btn-minus {
                border-right: 0
            }

            .cart-mobile .cart_body .cart_select button.btn-plus {
                border-left: 0
            }

    .cart-mobile .ajaxcart__footer {
        padding: 10px 0
    }

        .cart-mobile .ajaxcart__footer .cart__subtotal {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 12px;
            display: flex
        }

            .cart-mobile .ajaxcart__footer .cart__subtotal .cart__col-6 {
                width: 50%;
                float: left
            }

            .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle {
                width: 50%;
                float: left;
                text-align: right
            }

                .cart-mobile .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
                    font-weight: 700;
                    color: var(--maincolor)
                }

        .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt {
            display: block;
            position: relative
        }

            .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
                width: 100%;
                background-color: #333;
                color: #fff;
                text-align: center;
                line-height: 30px;
                border-radius: 6px;
            }

                .cart-mobile .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
                    background-color: #005c27;
                }

    .cart__btn-proceed-checkout-dt-tocontinued {
        background-color: #41505a !important;
    }

        .cart__btn-proceed-checkout-dt-tocontinued:hover {
            background-color: #244431 !important;
        }
}

@media(max-width:1199px) and (min-width:767px) {
    .cart-mobile .cart_body .cart_image {
        width: 10%
    }
}

.cartPopupContainer {
    background-color: #fff
}

    .cartPopupContainer .cart--empty-message {
        text-align: center
    }

        .cartPopupContainer .cart--empty-message svg {
            width: 80px;
            margin: 15px
        }

#popup-cart-desktop {
    width: 950px;
    max-height: 505px;
    height: auto;
    background: 0 0;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 10%;
    display: none;
    transition: transform .5s cubic-bezier(.645,.045,.355,1),visibility .5s cubic-bezier(.645,.045,.355,1);
    box-shadow: none;
    touch-action: manipulation;
    z-index: -1
}

    #popup-cart-desktop.active {
        display: block;
        z-index: 9999;
        transform: translateX(-50%)
    }

    #popup-cart-desktop .header-popcart {
        position: relative;
        background: #fff
    }

        #popup-cart-desktop .header-popcart .top-cart-header {
            font-size: 16px;
            padding-right: 15px;
            font-weight: 400;
            padding: 20px;
            background: #234d35;
            color: #fff
        }

            #popup-cart-desktop .header-popcart .top-cart-header .cart-popup-name {
                color: #fff
            }

        #popup-cart-desktop .header-popcart .noti-cart-count {
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 0;
            color: #333;
            padding: 15px 20px;
            display: block
        }

            #popup-cart-desktop .header-popcart .noti-cart-count:hover {
                color: #ff7600;
            }

        #popup-cart-desktop .header-popcart .cart_btn-close {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 20px;
            right: 0;
            z-index: 10000;
            color: #fff
        }

            #popup-cart-desktop .header-popcart .cart_btn-close svg {
                width: 15px;
                height: 15px
            }

    #popup-cart-desktop .cartpopup {
        margin-bottom: 0;
        background: #fff;
        padding: 0 20px 20px
    }

        #popup-cart-desktop .cartpopup .cart-header-info {
            display: flex;
            display: flex;
            padding: 7px 0;
            border: solid 1px #ebebeb;
            border-bottom: none;
            font-weight: 700;
            font-size: 14px;
        }

            #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(1) {
                width: 53%;
                text-align: left;
                padding-left: 10px
            }

            #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(2) {
                width: 19%;
                text-align: center
            }

            #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(3) {
                width: 12%;
                text-align: center
            }

            #popup-cart-desktop .cartpopup .cart-header-info div:nth-child(4) {
                width: 19%;
                text-align: center
            }

        #popup-cart-desktop .cartpopup .cart_body {
            max-height: 268px;
            overflow-y: auto;
            border: solid 1px #ebebeb
        }

            #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
                -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
                border-radius: 2px;
                background-color: #f5f5f5
            }

            #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar {
                width: 2px;
                background-color: #f5f5f5
            }

            #popup-cart-desktop .cartpopup .cart_body::-webkit-scrollbar-thumb {
                border-radius: 2px;
                -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
                -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
                background-color: #e5e5e5
            }

            #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row {
                padding: 10px 0;
                border-top: solid 1px #ebebeb
            }

                #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row .cart_product {
                    width: 100%;
                    height: 120px;
                    display: flex;
                    align-items: center
                }

                #popup-cart-desktop .cartpopup .cart_body .ajaxcart__row:first-child {
                    border-top: none
                }

            #popup-cart-desktop .cartpopup .cart_body .cart_image {
                width: 110px;
                height: 110px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 10px
            }

                #popup-cart-desktop .cartpopup .cart_body .cart_image img {
                    max-width: 100%;
                    max-height: 100%
                }

            #popup-cart-desktop .cartpopup .cart_body .cart_info {
                padding-left: 15px;
                vertical-align: top;
                padding-right: 10px;
                display: flex;
                width: calc(100% - 110px);
                -webkit-width: calc(100% - 110px);
                -moz-width: calc(100% - 110px);
                -o-width: calc(100% - 110px);
                -os-width: calc(100% - 110px)
            }

                #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name {
                    width: 50%;
                    margin-bottom: 5px
                }

                    #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a {
                        margin-bottom: 4px;
                        font-size: 13px;
                        font-weight: 500;
                        line-height: 18px;
                        display: block
                    }

                        #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name a:hover {
                            color: #e1960e
                        }

                    #popup-cart-desktop .cartpopup .cart_body .cart_info .cart_name p {
                        margin: 0;
                        font-style: italic;
                        color: #9e9e9e
                    }

                #popup-cart-desktop .cartpopup .cart_body .cart_info .variant-title {
                    display: block;
                    font-size: 12px
                }

            #popup-cart-desktop .cartpopup .cart_body .cart_item_name {
                width: 60%
            }

            #popup-cart-desktop .cartpopup .cart_body .grid {
                width: 20%;
                display: flex;
                align-items: center;
                justify-content: center
            }

                #popup-cart-desktop .cartpopup .cart_body .grid .cart_prices .cart-price {
                    font-weight: 700;
                    display: block;
                    font-size: 14px;
                    color: #c55623
                }

                #popup-cart-desktop .cartpopup .cart_body .grid .cart__btn-remove {
                    font-size: 13px;
                    color: #30656b
                }

                #popup-cart-desktop .cartpopup .cart_body .grid .cart_quantity {
                    font-size: 12px;
                    margin-bottom: 5px;
                    display: block;
                    font-weight: 400;
                    color: #333
                }

            #popup-cart-desktop .cartpopup .cart_body .cart_select input {
                display: inline-block;
                padding: 0;
                text-align: center;
                border-radius: 0;
                width: 35px;
                min-height: 28px;
                border: 1px solid #e5e5e5;
                color: #222;
                height: 28px;
                font-size: 14px;
                margin: 0;
                float: left;
                border-left: none;
                border-right: none
            }

            #popup-cart-desktop .cartpopup .cart_body .cart_select button {
                border-radius: 0;
                border: 1px solid #e5e5e5;
                border-color: #e5e5e5;
                color: #222;
                line-height: 26px;
                padding: 0;
                margin: 0;
                width: 28px;
                background-color: #fff;
                height: 28px;
                float: left
            }

                #popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-minus {
                    border-right: 0
                }

                #popup-cart-desktop .cartpopup .cart_body .cart_select button.btn-plus {
                    border-left: 0
                }

        #popup-cart-desktop .cartpopup .ajaxcart__footer {
            padding-top: 20px
        }

            #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal {
                font-size: 15px;
                font-weight: 500;
                margin-bottom: 12px;
                display: flex
            }

                #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__col-6 {
                    width: 50%;
                    float: left
                }

                #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle {
                    width: 50%;
                    float: left;
                    text-align: right
                }

                    #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
                        font-weight: bold;
                        color: #c55623
                    }

            #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt {
                display: block;
                position: relative;
                padding-top: 0
            }

                /*#popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
                    width: 100%;
                    background-color: #0f9749;
                    color: #fff;
                    text-align: center;
                    line-height: 30px
                }

                    #popup-cart-desktop .cartpopup .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
                        background-color: #0d7137
                    }*/

    #popup-cart-desktop .tocontinued {
        background: #2e3a31;
        font-weight: 400;
        line-height: 38px;
        display: block;
        padding: 0 45px;
        border: solid 1px #384b3b;
        color: #fff;
        border-radius: 0;
        height: 40px;
        margin-bottom: 6px;
        margin-top: 0;
        clear: both;
        text-align: center;
        border-radius: 6px;
        margin-top: 32px;
        font-size: 14px;
    }

        #popup-cart-desktop .tocontinued:hover {
            background: #314434;
            cursor: pointer;
        }

.popup-cart-mobile {
    max-width: 300px;
    height: auto;
    background: #fff;
    width: 0;
    top: 90% !important;
    left: calc(50% - 150px);
    -webkit-left: calc(50% - 150px);
    -moz-left: calc(50% - 150px);
    -o-left: calc(50% - 150px);
    -os-left: calc(50% - 150px);
    width: 100%;
    transform: translateX(-50%);
    position: fixed;
    visibility: hidden;
    transition: all .5s;
    transform: scale(0);
    border-radius: 5px
}

    .popup-cart-mobile.active {
        visibility: visible;
        z-index: 9999;
        transform: scale(1);
        top: 50px !important;
        width: auto;
        left: calc(50% - 150px);
        -webkit-left: calc(50% - 150px);
        -moz-left: calc(50% - 150px);
        -o-left: calc(50% - 150px);
        -os-left: calc(50% - 150px)
    }

@media(max-width:767px) {
    .popup-cart-mobile.active {
        max-width: unset;
        width: calc(100% - 20px);
        left: 10px
    }
}

.popup-cart-mobile .header-popcart .top-cart-header span {
    display: block;
    padding: 10px;
    background: #626862;
    font-weight: 700;
    color: #fff;
    padding-left: 35px
}

    .popup-cart-mobile .header-popcart .top-cart-header span svg {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 10px;
        filter: invert(1)
    }

.popup-cart-mobile .media-content {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px
}

    .popup-cart-mobile .media-content .thumb-1x1 {
        width: 70px
    }

        .popup-cart-mobile .media-content .thumb-1x1 img {
            max-width: 100%;
            max-height: 100%
        }

    .popup-cart-mobile .media-content .body_content {
        width: calc(100% - 70px);
        padding-left: 15px
    }

        .popup-cart-mobile .media-content .body_content h4 {
            font-size: 14px;
            font-weight: 700
        }

        .popup-cart-mobile .media-content .body_content .product-new-price {
            margin-top: 6px;
            font-size: 15px;
            font-weight: 400;
            display: block
        }

            .popup-cart-mobile .media-content .body_content .product-new-price b {
                margin-right: 15px;
                font-size: 15px;
            }

            .popup-cart-mobile .media-content .body_content .product-new-price span {
                color: #9e9e9e;
                background: 0 0;
                padding: 0;
                font-size: 14px
            }

.popup-cart-mobile .noti-cart-count {
    font-size: 14px;
    color: #707070;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px
}

    .popup-cart-mobile .noti-cart-count span {
        display: inline-block;
        background: 0 0;
        color: #333;
        padding: 0
    }

.popup-cart-mobile .iconclose {
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 6px
}

    .popup-cart-mobile .iconclose svg {
        filter: invert(1)
    }

.popup-cart-mobile .bottom-action {
    padding: 0 10px 10px;
    display: flex;
    flex-flow: column
}

/*.popup-cart-mobile .tocontinued {
    background: #107c27;
    font-weight: 400;
    line-height: 38px;
    display: block;
    padding: 0 45px;
    border: solid 1px #137428;
    color: #fff;
    border-radius: 0;
    height: 40px;
    margin-bottom: 6px;
    margin-top: 0;
    clear: both;
    text-align: center;
    border-radius: 6px;
}*/

.popup-cart-mobile .checkout {
    height: 40px;
    line-height: 38px;
    width: 100%;
    background: #363636;
    border-radius: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: solid 1px #363636;
    float: right;
    border-radius: 6px;
}

#popup-cart-mobile .body_content .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px;
    float: left
}

    #popup-cart-mobile .body_content .cart_select button.btn-minus {
        border-right: 0
    }

    #popup-cart-mobile .body_content .cart_select button.btn-plus {
        border-left: 0
    }

#popup-cart-mobile .body_content .cart_select input {
    display: inline-block;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0;
    float: left;
    border-left: none;
    border-right: none;
    outline: none;
}

.cart-page .cart--empty-message {
    text-align: center
}

    .cart-page .cart--empty-message svg {
        width: 80px;
        margin: 15px
    }

.cart-page .cart-header-info {
    display: flex;
    display: flex;
    padding: 7px 0;
    border: solid 1px #ebebeb;
    border-bottom: none;
    font-weight: bold
}

    .cart-page .cart-header-info div:nth-child(1) {
        width: 51%;
        text-align: left;
        padding-left: 10px
    }

    .cart-page .cart-header-info div:nth-child(2) {
        width: 16%;
        text-align: center
    }

    .cart-page .cart-header-info div:nth-child(3) {
        width: 16%;
        text-align: center
    }

    .cart-page .cart-header-info div:nth-child(4) {
        width: 16%;
        text-align: center
    }

.cart-page .cart_body {
    border: solid 1px #ebebeb
}

    .cart-page .cart_body .ajaxcart__row {
        padding: 10px 0;
        border-top: solid 1px #ebebeb
    }

        .cart-page .cart_body .ajaxcart__row .cart_product {
            width: 100%;
            height: 120px;
            display: flex;
            align-items: center
        }

        .cart-page .cart_body .ajaxcart__row:first-child {
            border-top: none
        }

    .cart-page .cart_body .cart_image {
        width: 110px;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px
    }

        .cart-page .cart_body .cart_image img {
            max-width: 100%;
            max-height: 100%
        }

    .cart-page .cart_body .cart_info {
        padding-left: 15px;
        vertical-align: top;
        padding-right: 10px;
        display: flex;
        width: calc(100% - 110px);
        -webkit-width: calc(100% - 110px);
        -moz-width: calc(100% - 110px);
        -o-width: calc(100% - 110px);
        -os-width: calc(100% - 110px)
    }

        .cart-page .cart_body .cart_info .cart_name {
            width: 50%;
            margin-bottom: 5px
        }

            .cart-page .cart_body .cart_info .cart_name a {
                margin-bottom: 4px;
                font-size: 13px;
                font-weight: 500;
                line-height: 18px;
                display: block
            }

                .cart-page .cart_body .cart_info .cart_name a:hover {
                    color: #e36756;
                }

            .cart-page .cart_body .cart_info .cart_name .remove-item-cart {
                display: block;
                color: #cd2626;
                font-weight: bold;
            }

            .cart-page .cart_body .cart_info .cart_name p {
                margin: 0;
                font-style: italic;
                color: #9e9e9e
            }

        .cart-page .cart_body .cart_info .variant-title {
            display: block;
            font-size: 12px
        }

    .cart-page .cart_body .cart_item_name {
        width: 60%
    }

    .cart-page .cart_body .grid {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .cart-page .cart_body .grid .cart_prices .cart-price {
            font-weight: bold;
            display: block;
            font-size: 14px;
            color: #397f78
        }

        .cart-page .cart_body .grid .cart__btn-remove {
            font-size: 13px;
            color: #30656b
        }

        .cart-page .cart_body .grid .cart_quantity {
            font-size: 12px;
            margin-bottom: 5px;
            display: block;
            font-weight: normal;
            color: #333
        }

    .cart-page .cart_body .cart_select input {
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 0;
        width: 35px;
        min-height: 28px;
        border: 1px solid #e5e5e5;
        color: #222;
        height: 28px;
        font-size: 14px;
        margin: 0;
        float: left;
        border-left: none;
        border-right: none;
        outline: none;
    }

    .cart-page .cart_body .cart_select button {
        border-radius: 0;
        border: 1px solid #e5e5e5;
        border-color: #e5e5e5;
        color: #222;
        line-height: 26px;
        padding: 0;
        margin: 0;
        width: 28px;
        background-color: #fff;
        height: 28px;
        float: left
    }

        .cart-page .cart_body .cart_select button.btn-minus {
            border-right: 0
        }

        .cart-page .cart_body .cart_select button.btn-plus {
            border-left: 0
        }

    .cart-page .cart_body .cart_select input {
        display: inline-block;
        padding: 0;
        text-align: center;
        border-radius: 0;
        width: 35px;
        min-height: 28px;
        border: 1px solid #e5e5e5;
        color: #222;
        height: 28px;
        font-size: 14px;
        margin: 0;
        float: left;
        border-left: none;
        border-right: none
    }

    .cart-page .cart_body .cart_select button {
        border-radius: 0;
        border: 1px solid #e5e5e5;
        border-color: #e5e5e5;
        color: #222;
        line-height: 26px;
        padding: 0;
        margin: 0;
        width: 28px;
        background-color: #fff;
        height: 28px;
        float: left
    }

        .cart-page .cart_body .cart_select button.btn-minus {
            border-right: 0
        }

        .cart-page .cart_body .cart_select button.btn-plus {
            border-left: 0
        }

.cart-page .ajaxcart__footer {
    margin-top: 20px
}

    .cart-page .ajaxcart__footer .cart__subtotal {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 12px;
        display: flex
    }

        .cart-page .ajaxcart__footer .cart__subtotal .cart__col-6 {
            width: 50%;
            float: left
        }

        .cart-page .ajaxcart__footer .cart__subtotal .cart__totle {
            width: 50%;
            float: left;
            text-align: right
        }

            .cart-page .ajaxcart__footer .cart__subtotal .cart__totle .total-price {
                color: #397f78;
                font-weight: bold
            }

.cart__subtotal_Left {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 28px;
    display: flex
}

.cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative
}

    .cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button {
        width: 100%;
        background-color: #333;
        color: #fff;
        text-align: center;
        line-height: 30px;
        border: 1px solid #333;
        border-radius: 30px
    }

        .cart-page .ajaxcart__footer .cart__btn-proceed-checkout-dt button:hover {
            color: #333;
            background: initial
        }

.cart-page .ajaxcart__footer .cart__btn-proceed-tocontinued-dt button {
    width: 100%;
    color: #333;
    background: initial;
    text-align: center;
    line-height: 30px;
    border: 1px solid #363a37;
    border-radius: 30px;
}

    .cart-page .ajaxcart__footer .cart__btn-proceed-tocontinued-dt button:hover {
        background-color: #c8220b;
        color: #fff;
    }

.formVAT {
    padding: 10px 10px 10px 5px;
    background: #f8f8f8;
    width: 100%;
    float: left
}

.form-control::placeholder {
    color: #B4B4B4;
    opacity: 1
}

form h4 {
    font-size: 18px;
    font-weight: bold
}

.timedeli-modal {
    display: flex
}

    .timedeli-modal fieldset {
        border: none;
        padding: 0;
        width: 49%;
        position: relative
    }

        .timedeli-modal fieldset:first-child {
            margin-right: 10px
        }

        .timedeli-modal fieldset label {
            margin-bottom: 0
        }

        .timedeli-modal fieldset input {
            padding: 0 10px;
            background: #fff;
            position: relative;
            z-index: 2;
            height: 35px;
            line-height: 35px;
            min-height: 35px;
            width: 100%;
            border: initial
        }

        .timedeli-modal fieldset select {
            height: 35px;
            line-height: 35px;
            width: 100%;
            border: initial;
            color: #898787;
            outline: none;
        }

        .timedeli-modal fieldset .fa {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #333;
            z-index: 3
        }

            .timedeli-modal fieldset .fa:before {
                color: #333
            }

.datepicker-dropdown {
    min-width: 160px !important;
    width: 220px;
    position: absolute;
    top: 0;
    background: #fff;
    border: solid 1px #ebebeb
}

@media (max-width: 767px) {
    .datepicker-dropdown {
        left: 0 !important
    }
}

.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    padding: 0;
    font-size: 13px;
    cursor: pointer
}

    .datepicker table tr td.disabled, .datepicker table tr th.disabled {
        background: #f5f5f5;
        cursor: default
    }

    .datepicker table tr td:hover:not(.disabled), .datepicker table tr th:hover:not(.disabled) {
        background: #ebebeb
    }
/*end giỏ hàng mới*/
.errordangkythanhvien {
    overflow: hidden;
    margin-top: 5px;
}

.khuyenmai {
    color: #312f2f;
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 12px;
}

.cart-price-mobile {
    padding-top: 5px;
    font-weight: bold;
    display: inline-block;
    font-size: 13px;
    color: #397f78;
}

.price-box {
    /*font-size: 15px;*/
    color: #2e9f3c;
    min-height: 40px
}

    .price-box .price .original-price {
        text-decoration: line-through;
        font-size: 13px !important;
        color: #747171 !important;
        margin-left: 10px;
    }

.smart {
    position: absolute;
    top: 0;
    left: 0;
    background: #f1883d;
    font-size: 13px;
    border-radius: 6px;
    color: #ffffff;
    height: 23px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daban {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #2e9f3c;
    opacity: 0.9;
    font-size: 13px;
    border-radius: 6px;
    color: #ffffff;
    height: 26px;
    width: auto;
    padding: 0px 6px 0px 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trongluong {
    position: absolute;
    bottom: 25%;
    left: 10px;
    background: #e3edbc;
    opacity: .9;
    font-size: 11px;
    border-radius: 50%;
    color: #8b2d2c;
    min-height: 34px;
    min-width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
/*------------- End giỏ hàng---------------- */
/*------------- Begin tra cứu đơn hàng---------------- */
.tracuu-donhang {
    color: #0c9424;
    font-size: 16px;
    font-weight: bold
}

    .tracuu-donhang i {
        padding-right: 5px;
    }

    .tracuu-donhang:hover {
        color: #097c1d;
        text-decoration: underline;
    }
/*------------- End tra cứu đơn hàng---------------- */
/*------------- Begin chờ xử lý ---------------- */
.choxuly {
    background-color: rgba(255,255,255,.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border: 0;
    border-radius: 5px;
    font-size: 48px;
    color: #ed4f15;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 11
}
    .choxuly p {
        font-size: 13.5px;
        text-align: center;
        width: 200px;
        position: relative;
        left: -60px;
        color: #ed9f15;
        font-weight: 600;
        line-height: 22px;
        margin-top: 10px;
        background-color: rgb(255 255 255);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        padding: 7px;
        border-radius: 5px;
    }
/*------------- End chờ xử lý ---------------- */
/*Sản phẩm mới nhất*/
#sanphammoi .owl-next {
    /*right:-60px;*/
    right: -42px;
}

#sanphammoi .owl-prev {
    /*left: -60px;*/
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: -42px;
    margin: 0;
    /*top: calc(50% - 32px);*/
}

#sanphammoi .owl-nav div {
    top: calc(50% - 100px);
    border: 0px solid #4D6174;
    color: #414a42;
    font-size: 50px;
    background-color: transparent;
}

@media (max-width: 767px) {
    #sanphammoi .owl-nav div {
        top: calc(50% - 52px);
        font-size: 22px;
        background-color: #ffffff;
        line-height: 30px;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
    }

    #sanphammoi .owl-prev {
        left: 0;
        width: 20px;
        height: 30px;
        border-radius: 0 100px 100px 0;
        padding-right: 7px;
    }

    #sanphammoi .owl-next {
        right: 0;
        width: 20px;
        height: 30px;
        border-radius: 100px 0 0 100px;
        padding-left: 7px;
    }
}
/*End Sản phẩm mới nhất*/
/*Sản phẩm đã xem*/
#sanphamdaxem .owl-next {
    /*right:-60px;*/
    right: -42px;
}

#sanphamdaxem .owl-prev {
    /*left: -60px;*/
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: -42px;
    margin: 0;
    /*top: calc(50% - 32px);*/
}

#sanphamdaxem .owl-nav div {
    top: calc(50% - 100px);
    border: 0px solid #4D6174;
    color: #414a42;
    font-size: 50px;
    background-color: transparent;
}

@media (max-width: 767px) {
    #sanphamdaxem .owl-nav div {
        top: calc(50% - 52px);
        font-size: 22px;
        background-color: #ffffff;
        line-height: 30px;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
    }

    #sanphamdaxem .owl-prev {
        left: 0;
        width: 20px;
        height: 30px;
        border-radius: 0 100px 100px 0;
        padding-right: 7px;
    }

    #sanphamdaxem .owl-next {
        right: 0;
        width: 20px;
        height: 30px;
        border-radius: 100px 0 0 100px;
        padding-left: 7px;
    }
}
/*End Sản phẩm đã xem*/
/*Chi tiết sản phẩm*/
.btn-clear-history {
    position: relative;
    content: "";
    top:0px;
    right: 5px;
    color: #98a2b3;
    cursor: pointer;
    font-size:14px;
    text-align:right
}
.flex-quantity {
    font-size: 14px;
}

    .flex-quantity .custom-btn-number {
        display: flex;
        align-items: center;
        margin-bottom: 20px
    }

        .flex-quantity .custom-btn-number label {
            min-width: 100px;
            margin-bottom: 0;
            font-weight: 700
        }

    .flex-quantity .custom-btn-number {
        display: flex;
        align-items: center;
        margin-bottom: 20px
    }

.input_number_product {
    width: 80px;
    margin-right: 10px;
    position: relative
}

    .input_number_product .btn_num {
        border: initial;
        width: 25px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        height: 35px;
        cursor: pointer;
        background: initial;
        padding: initial;
        font-weight: bold;
    }

        .input_number_product .btn_num.num_1 {
            bottom: 0;
            top: initial;
            left: 0
        }

    .input_number_product input {
        width: 100%;
        height: 35px;
        border: solid 1px #ccc;
        text-align: center;
        font-size: 13px;
        border-radius: 5px
    }

.button_actions .add-to-cart {
    border: initial;
    padding: 10px 10px;
    background: #192f22;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
}

    .button_actions .add-to-cart span {
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px
    }

    .button_actions .add-to-cart:hover {
        background: #12465b;
    }

.line-content-sanpham {
    border-top: 1px solid #D7DBDE;
}

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

.product-details h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}

.product-details .price span {
    font-size: 22px;
    color: #ed3237;
    font-weight: 600;
}

.price-input {
    font-size: 20px;
    color: #067D38;
    border: none;
    background-color: #fff;
}

.product-details button i {
    color: #067d38;
}

.product-details .quantity-left-minus {
    /*background-color: #067D38;
    padding: 16px 20px;*/
    padding: 4px;
    width: 30px;
    border: 1px solid #ced4da;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}

.product-details .quantity-right-plus {
    /*background-color: #067D38;
    padding: 16px 20px;*/
    padding: 4px;
    width: 30px;
    border: 1px solid #ced4da;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-left: 0px;
}

.product-details .form-group {
    position: relative;
}

    .product-details .form-group .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #c49b63;
    }

        .product-details .form-group .icon span {
            color: #c49b63;
        }

@media (max-width: 767.98px) {
    .product-details .form-group .icon {
        right: 10px;
    }
}

.product-details .form-group .select-wrap {
    position: relative;
}

    .product-details .form-group .select-wrap select {
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.bg-Details-product {
    background: #fff;
    padding: 12px;
    border-radius: 5px;
}

    .bg-Details-product #content ul li {
        list-style-type: initial !important;
        margin-left: 19px;
    }

        .bg-Details-product #content ul li::marker {
            color: #005c27;
        }

    .bg-Details-product #content h1 h2 h3 h4 h5 h6 {
        line-height: 1em !important;
    }

.product-tab .tabs-title {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    color: #303030;
    padding-bottom: 5px;
    position: relative
}

    .product-tab .tabs-title:before {
        content: "";
        width: 66px;
        height: 2px;
        background: #ed3237;
        border-radius: 5px;
        position: absolute;
        left: 0;
        bottom: -1px
    }

.product-tab .tab-link {
    cursor: pointer
}

    .product-tab .tab-link h3 {
        padding: 0;
        margin: 0;
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding-top: 8px;
    }

.product-tab .tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

    .product-tab .tab-content.active {
        opacity: 1;
        visibility: visible;
        height: auto
    }
/*sản phẩm slide*/
.product-thumbs .swiper-slide img {
    border: 1px solid transparent;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
}

.product-thumbs .swiper-slide-active img {
    border-color: #005c27;
    border-radius: 5px;
}

.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: bold !important;
}

.mieuta-ngan-sanpham {
    font-size: 15px;
    color: #2e2c2c;
}

    .mieuta-ngan-sanpham ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .mieuta-ngan-sanpham ul li {
            font-size: 14px;
            font-weight: bold;
            color: #2e2c2c;
            border-bottom: 1px solid rgb(203 195 195 / 30%);
            margin-bottom: 13px;
            height: 30px;
            list-style-type: initial !important;
            margin-left: 15px;
        }

            .mieuta-ngan-sanpham ul li::marker {
                color: #005c27;
            }

            .mieuta-ngan-sanpham ul li span {
                font-weight: normal;
            }
/*End chi tiết sản phẩm*/
/*Begin sản phẩm bán chạy*/
.product-thumbnail-banchay {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.product__image-BanChay {
    padding-bottom: 15px !important
}

.product__description__name-BanChay {
    font-size: 14px !important;
    color: #333;
}

    .product__description__name-BanChay a {
        font-size: 14px !important;
        color: #333;
    }

        .product__description__name-BanChay a:hover {
            color: #2e9f3c !important;
        }
/*End sản phẩm bán chạy*/
.btn-sanpham {
    border: 1px solid #1ba12d;
    background: transparent;
    color: #2f2b2b;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

    .btn-sanpham:hover, .btn-sanpham:active {
        border: 1px solid transparent;
        background-color: #128021;
        color: #fff !important;
        cursor: pointer;
    }

.tomtatsanpham {
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    font-size: 13.5px;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
    .tomtatsanpham {
        display: none;
    }
}

.inputbox {
    border: 1px solid #005c27;
    padding: 10px 15px;
    font-size: 17px;
}

.span-khoiluong-loai {
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {

    .box-khoiluong-loai {
        max-width: 80% !important;
    }
}

.header-sanpham {
    background: url(/Content/html/img/bg_tintuc.jpg) #4d8a549e center !important;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /*margin-top: 15px;*/
    margin-top: 0px;
}

    .header-sanpham:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(15 24 15 / 50%) !important;
    }

.title-sanpham {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
}

.header-sanpham .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-sanpham .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-sanpham .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-sanpham .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-sanpham .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-sanpham .share ul li:hover {
                background-color: #585e59;
            }

.header-sanpham .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

    .header-sanpham .sitemap a {
        color: #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-sanpham .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-sanpham .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

.btnShareList {
    float: left;
    margin-top: 7px;
}

    .btnShareList div {
        float: left;
        padding: 0 2px;
        cursor: pointer;
    }

        .btnShareList div svg {
            float: left;
            padding: 0 2px;
            cursor: pointer;
        }

    .btnShareList .txt {
        color: #4f4f4f;
        font-size: 13.5px;
        float: left;
        line-height: 30px;
        padding-right: 10px;
    }

.right_module .module_service_details .wrap_module_service {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #005c27;
}

    .right_module .module_service_details .wrap_module_service .item_service {
        padding: 0 8px;
        border-bottom: solid 1px #e5e5e5;
    }

        .right_module .module_service_details .wrap_module_service .item_service .wrap_item_ {
            position: relative;
            padding: 15px 0;
            display: table;
        }

            .right_module .module_service_details .wrap_module_service .item_service .wrap_item_ .image_service {
                display: table-cell;
                width: 40px;
                vertical-align: middle;
                -webkit-transition-duration: .8s;
                -moz-transition-duration: .8s;
                -o-transition-duration: .8s;
                transition-duration: .8s;
                -webkit-transition-property: -webkit-transform;
                -moz-transition-property: -moz-transform;
                -o-transition-property: -o-transform;
                transition-property: transform;
            }

            .right_module .module_service_details .wrap_module_service .item_service .wrap_item_ .content_service {
                margin-left: 10px;
            }

                .right_module .module_service_details .wrap_module_service .item_service .wrap_item_ .content_service p {
                    font-weight: 500;
                    margin-bottom: 0;
                }

                .right_module .module_service_details .wrap_module_service .item_service .wrap_item_ .content_service span {
                    color: #707070;
                    font-size: 13px;
                }

        .right_module .module_service_details .wrap_module_service .item_service:hover .wrap_item_ .image_service {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
        }

.btn-goiNgay {
    text-transform: uppercase;
    font-weight: 700;
    background: #fffdfe;
    color: #005c27;
    padding: 10px 20px;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #005c27;
    align-items: center;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    font-family: Montserrat-Bold, "Open Sans", sans-serif, Roboto !important;
    width:100%;
}

    .btn-goiNgay:hover {
        background: #586e5b;
        color: #ffffff;
        border: 1px solid #565e57;
    }
/*----------------------------- End Sản phẩm --------------------------------*/
/*----------------------------- Begin Sản phẩm mới --------------------------------*/
.backgroup_sanphamMoi {
    background-color: #ffffff;
}
/*----------------------------- End Sản phẩm mới --------------------------------*/
/*----------------------------- Begin Danh mục sản phẩm nổi bật --------------------------------*/
.awe-section-3 {
    margin-bottom: 0;
    background-image: linear-gradient(0deg,#ecfde4f7 0%,#ffffff 100%);
}

.section_banner {
    margin-top: 10px;
    padding-top: 5px;
}

    .section_banner .hotdeal-title {
        font-size: 1.6em;
        font-weight: 600;
        /*margin: 0;*/
        text-align: center;
        color: #a98f59;
        text-transform: uppercase;
        font-family: Mulish,sans-serif,Arial, Helvetica !important
    }

        .section_banner .hotdeal-title:after {
            content: "";
            background: url(/Content/html/img/icon_after_title.png) no-repeat;
            width: 100px;
            height: 22px;
            display: block;
            margin: auto;
        }

@media (max-width: 767px) {
    .section_banner .hotdeal-title:after {
        width: 100px;
        height: 22px;
        background-size: contain;
    }
}



.section_banner .tabs-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

    .section_banner .tabs-title .tab-link {
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
        text-align: center;
        font-size: 15px;
        color: #000;
        margin: 0 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
    }

        .section_banner .tabs-title .tab-link a {
            color: #ff963c !important;
            font-weight: 600;
        }

            .section_banner .tabs-title .tab-link a:hover {
                color: #105619 !important;
            }

        .section_banner .tabs-title .tab-link .imgss {
            height: 80px;
            width: 80px;
            border-radius: 50%;
            background-color: #fff;
            display: block;
            position: relative;
            border: 2px dashed #008374;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
        }

            .section_banner .tabs-title .tab-link .imgss img {
                width: auto !important;
                max-height: 70px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                max-width: 70px;
                border-radius: 50%;
            }

#danhmucSPnoibat .owl-nav div {
    top: calc(50% - 28px);
    border: 0px solid #4D6174;
    color: #adb3ae;
    font-size: 40px;
    background-color: transparent;
}

#danhmucSPnoibat .owl-prev {
    left: 0px;
}

#danhmucSPnoibat .owl-next {
    right: 0px;
}

@media (max-width: 767px) {
    #danhmucSPnoibat .owl-nav div {
        top: calc(50% - 26px);
        font-size: 30px;
        background-color: #ffffff00;
        line-height: 30px;
    }

    #danhmucSPnoibat .owl-prev {
        left: -15px;
        width: 20px;
        height: 30px;
        border-radius: 0 100px 100px 0;
        padding-right: 10px;
    }

    #danhmucSPnoibat .owl-next {
        right: -15px;
        width: 20px;
        height: 30px;
        border-radius: 100px 0 0 100px;
        padding-left: 10px;
    }
}
/*----------------------------- End Danh mục sản phẩm nổi bật --------------------------------*/
/*----------------------------- Giới thiệu --------------------------------*/
.box-vechungtoi-trangchu {
    /*box-shadow: 0px 0px 2px 0px #6d967e;*/
    margin-top: 20px;
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .box-vechungtoi-trangchu {
        /*box-shadow: 0px 0px 2px 0px #6d967e;*/
        margin-top: 0px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .box-vechungtoi-trangchu {
        /*box-shadow: 0px 0px 2px 0px #6d967e;*/
        margin-top: 0px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .box-vechungtoi-trangchu {
        /*box-shadow: 0px 0px 2px 0px #6d967e;*/
        margin-top: 0px !important;
    }
}

.section-title-main-gioithieu {
    font-size: 74% !important;
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .section-title-main-gioithieu {
        font-size: 100% !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .section-title-main-gioithieu {
        font-size: 100% !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .section-title-main-gioithieu {
        font-size: 100% !important;
    }
}

.backroup-News-VeChungToi {
    position: relative;
    width: 100%;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    position: relative;
    color: #1D1919;
    /*background: #EDEAEA;*/
    background: linear-gradient(#f7edec, #f7f5f4);
    border-right: none;
    /*border:1px solid red;*/
}

.TomTat_vechungtoi {
    font-size: 17px;
    /*Giới hạn số dòng*/
    overflow: hidden;
    /*text-overflow: ellipsis;
    line-height: 26px;
    -webkit-line-clamp: 5;
    height: 132px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.xemthem-vechungtoi {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .xemthem-vechungtoi a {
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        color: #fff;
        margin-top: 15px;
        padding-bottom: 7px;
        border-radius: 5px;
        font-weight: 400;
        border: 1px solid #005c27;
        background-color: #005c27;
    }

        .xemthem-vechungtoi a:hover {
            border: 1px solid #005c27;
            background-color: #fff;
            color: #005c27;
        }

    .xemthem-vechungtoi i {
        padding-left: 3px;
    }
/*----------------------------- End Giới thiệu --------------------------------*/
/*----------------------------- Begin tin tức --------------------------------*/

.backroup-news {
    background-color: #fff;
}

.header-news {
    background: url(/Content/html/img/bg_tintuc.jpg) #74b17b center !important;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
}

    .header-news:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(1 2 2 / 48%) !important;
    }

.title-news {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 18px;
}

.content-news {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-news .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-news .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-news .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-news .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-news .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-news .share ul li:hover {
                background-color: #53a35d;
            }

.header-news .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .header-news .sitemap a {
        color: #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-news .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-news .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

.section-title-new-home {
    position: relative;
    text-align: center;
}

    .section-title-new-home:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 10%, #e1e1e1 10%, #e1e1e1 90%, #e1e1e1 90%, #f5f5f5 100%);
    }

    .section-title-new-home h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 26px;
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        color: #333333;
    }

    .section-title-new-home:after {
        content: "";
        display: block;
        position: absolute;
        /*width: 125px;*/
        width: 300px;
        height: 23px;
        top: initial;
        bottom: -11px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #f9f9fa url('/Content/html/img/core-img/style-line.png') center no-repeat;
    }

.backroup-News-Home {
    /*background-color: #fafafa;
    border-bottom: 1px solid #cecccc;*/
    background: url(/Content/html/img/core-img/bg_about.png) #f9f9fa bottom no-repeat !important;
    background-size: cover;
    /*border-top: 1px solid #cecccc;*/
}

.TitleNews {
    font-size: 14px;
    text-transform: uppercase;
    color: #4d8a54;
    font-weight: bold;
    font-family: Montserrat-Bold, 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important
}

    .TitleNews a {
        color: #2d6379;
        font-size: 13px;
        /*font-family: Mulish,sans-serif,Arial, Helvetica !important;*/
        font-family: Montserrat-Bold, 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
    }

        .TitleNews a:hover {
            color: #3b423c;
        }

@media only screen and (max-width: 767px) {
    .TitleNews {
        margin-top: 10px;
    }

        .TitleNews a {
            font-size: 12px;
        }

    .fontPublish {
        font-size: 11px !important;
    }

    .TomTat_News {
        text-align: left !important;
    }
}

.fontPublish {
    color: #a4abb0;
    font-size: 13px;
    font-style: normal;
    text-transform: initial;
}

    .fontPublish i {
        padding-right: 5px;
        color: #a5c2d8;
        font-size: 13px;
    }

.fontPublish-detail {
    color: #78d582;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}

    .fontPublish-detail i {
        padding-right: 5px;
        color: #61c56c;
        font-size: 14px;
    }

.TomTat_News {
    font-size: 13.5px;
    /*Giới hạn số dòng*/
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

    .TomTat_News a {
        font-size: 15px;
        /*Giới hạn số dòng*/
        height: 70px;
        text-align: justify;
        text-decoration: none;
        color: #333333 !important;
    }

/*---- Tin tức layout 2 ---*/
.tintuc-entry {
    overflow: hidden;
    border-radius: 5px;
}

    .tintuc-entry:hover {
        box-shadow: 0 0px 22px #e1e1e1;
        border-radius: 10px;
    }

@media (min-width: 768px) {
    .tintuc-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .tintuc-entry {
        margin-bottom: 30px;
    }
}

.TinTucImages {
    overflow: hidden !important;
    /*border: 1px solid #e8e3e3 !important;*/
}

    .TinTucImages img {
        backface-visibility: hidden;
        transition: transform 700ms ease-in-out;
    }

        .TinTucImages img:hover {
            -webkit-transform: scale(1.4) rotate(10deg);
            -ms-transform: scale(1.4) rotate(10deg);
            transform: scale(1.4) rotate(10deg);
        }

.tintuc-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
}

    .tintuc-entry .text .heading {
        font-size: 12px;
        text-transform: uppercase;
        color: #2b3842;
        font-weight: 600;
        line-height: 1.5;
    }

        .tintuc-entry .text .heading a {
            color: #2b3842;
        }

            .tintuc-entry .text .heading a:hover, .tintuc-entry .text .heading a:focus, .tintuc-entry .text .heading a:active {
                color: #364638;
            }

.tintuc-entry .topp {
    position: absolute;
    top: -4em;
    left: 0;
    padding: 5px 10px;
    border-radius: 0 30px 0 0;
    font-family: "Open Sans", sans-serif, Roboto;
    background-image: -webkit-linear-gradient(0deg, #ed323773 0%, #ef797c 100%);
}

.tintuc-entry .one {
    width: 50px;
}

.tintuc-entry .two {
    width: calc(100% - 30px);
}

.tintuc-entry span.day {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

@media (max-width: 767px) {
    .tintuc-entry .topp {
        position: absolute;
        top: -3.35em;
        left: 0;
        padding: 3px 8px;
    }

    .tintuc-entry .one {
        width: 35px;
    }

    .tintuc-entry .two {
        width: calc(100% - 5px);
    }

    .tintuc-entry span.day {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 1;
    }

    .tintuc-entry span.yr, .tintuc-entry span.mos {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }
}

.tintuc-entry span.yr, .tintuc-entry span.mos {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.tintuc-entry .text .description {
    font-size: 15px;
    /*Giới hạn số dòng*/
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

    .tintuc-entry .text .description a {
        font-size: 14px;
        /*Giới hạn số dòng*/
        height: 70px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: justify;
        text-decoration: none;
        color: #333333 !important;
    }

.list-new {
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    clear: both;
    overflow: hidden;
}

    .list-new .items {
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #ccc;
        display: flex;
        text-align: left;
    }

        .list-new .items:last-child {
            border-bottom: none;
        }

        .list-new .items .date a, .list-new .items .date a:active, .list-new .items .date a:visited, .list-new .items .date a:link {
            min-width: 125px;
            margin-right: 15px;
            margin-bottom: 0px;
            border-radius: 10px;
            height: 99px;
            background: #f5f5f5;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
        }

            .list-new .items .date a span {
                font-size: 13px;
                font-family: "Graphik-Regular","Roboto",sans-serif;
                /* color: #333333; */
                color: #feffff;
                background-color: #d0b73fb3;
                padding: 2px;
                opacity: 0.8;
                border-radius: 3px;
                /* width: 99%; */
                padding-left: 5px;
                padding-right: 5px;
            }

                .list-new .items .date a span:first-child {
                    color: #f9f9f9;
                    font: 700 22px/20px "Arial";
                    margin-bottom: 8px;
                    background-color: #d08f3f;
                    padding: 7px;
                    border-radius: 5px;
                }

        .list-new .items .text h3 {
            font: 700 16px/20px "Roboto";
            margin-bottom: 5px;
            margin-top: 3px;
        }

            .list-new .items .text h3 a {
                color: #333;
            }

                .list-new .items .text h3 a:hover {
                    color: #c7bc02;
                }

        .list-new .items .text .time {
            font-family: "Graphik-Regular","Roboto",sans-serif;
            color: #333;
            font-size: 14px;
            margin-bottom: 5px !important;
        }

            .list-new .items .text .time i {
                padding-right: 5px;
            }

        .list-new .items .text .summary {
            font-size: 15px;
            color: #545454;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 21px;
            -webkit-line-clamp: 2;
            height: 45px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-align: justify;
        }

            .list-new .items .text .summary a {
                font-size: 15px;
                color: #545454;
                text-decoration: none;
                text-align: justify;
            }

@media (max-width: 991px) {

    .list-new .items .text .summary {
        display: none;
    }
}

@media (max-width: 767px) {
    .list-new {
        padding: 10px;
    }
}

.list-new .listblog:last-child {
    border-bottom: none;
}

/*.count {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #006df9;
    text-align: center;
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    
}*/
/*Begin Layout 1*/
/*.myblog .image-blog-left {
    display: block;
    float: left;
    width: 100%
}

.myblog .content_blog {
    display: block;
    float: left;
    padding: 15px 15px 0;
    width: 100%;
    text-align: left
}

@media (max-width: 1199px) {
    .myblog .content_blog {
        width: 100%;
        margin-top: 15px
    }
}

.myblog .content_blog .h3 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 600;
    color: #0c0c0c;
    width: 100%;
    float: left
}

    .myblog .content_blog .h3 a {
        color: #0c0c0c;
        font-weight: bold;
    }

    .myblog .content_blog .h3:hover a {
        color: #0b639e;
    }

.myblog .content_blog .time_post {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ebebeb
}

    .myblog .content_blog .time_post .fa {
        color: #777
    }

    .myblog .content_blog .time_post span {
        margin-left: 20px;
        color: #fb6b26
    }

        .myblog .content_blog .time_post span .fa {
            color: #fb6b26
        }

    .myblog .content_blog .time_post i {
        padding-right: 5px;
    }

.myblog .content_blog .summary_item_blog {
    padding-top: 10px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    color: #a5a5a5;
    line-height: 20px;
    margin-bottom: 10px
}

    .myblog .content_blog .summary_item_blog a {
        color: #fb6b26
    }

        .myblog .content_blog .summary_item_blog a:hover {
            text-decoration: underline
        }

.myblog .content_blog .post_author {
    width: 100%;
    float: left;
    position: relative
}

    .myblog .content_blog .post_author .frist {
        width: 100%;
        float: left;
        padding-right: 40px
    }

        .myblog .content_blog .post_author .frist span {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-block;
            float: left;
            margin-right: 5px
        }

            .myblog .content_blog .post_author .frist span img {
                max-width: 100%;
                border-radius: 50%
            }

        .myblog .content_blog .post_author .frist p {
            font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
            font-size: 14px;
            margin: 0;
            padding: 0;
            line-height: 30px;
            font-weight: 600;
            color: #fb6b26
        }

    .myblog .content_blog .post_author .social-media {
        font-size: 1em;
        width: 30px;
        height: 90px;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 40px;
        right: 5px;
        background: #fff;
        box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
        display: none
    }

        .myblog .content_blog .post_author .social-media a {
            display: inline-block;
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px
        }

            .myblog .content_blog .post_author .social-media a .fa {
                color: #fb6b26
            }

            .myblog .content_blog .post_author .social-media a:hover .fa {
                color: #0b639e;
            }

    .myblog .content_blog .post_author .sharing_button {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        cursor: pointer
    }

        .myblog .content_blog .post_author .sharing_button:hover .social-media {
            display: block
        }

.listblog .blog_index .content_blog .Summary {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
    width: 100%;
    float: left;
}*/
/* End Layout 1*/
/*---- Tin tức layout 2 ---
/* Chi tiết tin tức */
.header-news-detail {
    background: url(/Content/html/img/bg_tintuc.jpg) #417446 center !important;
    width: 100%;
    overflow: hidden;
    min-height: 70px;
    /*line-height: 70px;*/
    line-height: 1.5;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .header-news-detail:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(30 38 40 / 60%) !important;
    }

.title-news-detail {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.content-news-detail {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-news-detail .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-news-detail .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-news-detail .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-news-detail .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-news-detail .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-news-detail .share ul li:hover {
                background-color: #55b15f;
            }

.header-news-detail .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .header-news-detail .sitemap a {
        color: #dadada;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-news-detail .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-news-detail .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

.line-top-detail-news {
    border-bottom: 1px solid #ECEAEA;
}

.section-title-new {
    color: #231f1f;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    width: 100%;
}

    .section-title-new h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 0px;
        line-height: 18px;
        letter-spacing: 0.5px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #333333;
        padding-bottom: 16px;
        border-bottom: 1px solid #555;
        position: relative;
        text-align: left;
    }

        .section-title-new h3::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 50px;
            z-index: 1;
            border-bottom: 1px solid #56b561;
        }

.Title-detail-news {
    font-size: 20px;
    text-transform: uppercase;
}

    .Title-detail-news h1 {
        font-size: 20px;
    }

.content-detail-news {
    overflow: hidden;
    /*margin: 0 0 1em;*/
    line-height: 160%;
    text-rendering: optimizeSpeed;
    font-size: 13px !important;
    font-weight: normal;
    font-family: Montserrat-Regular, "Open Sans", sans-serif, Roboto !important;
}

    .content-detail-news p {
        font-size: 100% !important;
        overflow: hidden;
        /*margin: 0 0 0.5em !important;*/
        line-height: 160%;
        text-rendering: optimizeSpeed;
        font-family: Montserrat-Regular, "Open Sans", sans-serif, Roboto !important;
    }

    .content-detail-news div {
        font-size: 100% !important;
        overflow: hidden;
        /*margin: 0 0 0.5em !important;*/
        line-height: 160%;
        text-rendering: optimizeSpeed;
        font-family: Montserrat-Regular, "Open Sans", sans-serif, Roboto !important;
    }

    .content-detail-news img {
        border: 1px solid #f2f1f1 !important;
        padding: 1px;
        border-radius: 4px;
    }

@media only screen and (max-width: 767px) {
    .content-detail-news p {
        font: 400 1.125 rem arial !important;
        line-height: 1.5;
        /*margin: 0 0 1em 0;*/
        word-break: break-word;
    }

    .content-detail-news {
        font: 400 1.125 rem arial !important;
        line-height: 1.5;
        /*margin: 0 0 1em 0;*/
        word-break: break-word;
    }
}

.content-detail-news dl, .content-detail-news ol, .content-detail-news ul {
    padding-left: 20px !important;
    margin-bottom: 15px;
}

    .content-detail-news dl li::marker, .content-detail-news ol li::marker, .content-detail-news ul li::marker {
        color: #449053;
        font-size: 18px;
        font-weight: bold;
    }

.content-detail-news h2 {
    text-transform: uppercase;
    font-weight: 600 !important;
    border-left: solid 5px #57a560;
    border-radius: 2px;
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 16px !important;
    text-align: left;
    list-style-type: none !important;
    font-family: "Open Sans", sans-serif, Roboto !important;
}

.content-detail-news h3 {
    font-weight: 500 !important;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15px !important;
    text-align: left;
    list-style-type: none !important;
    font-family: "Open Sans", sans-serif, Roboto !important;
}

.content-detail-news h4 {
    font-weight: 500 !important;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-top: 10px;
    font-size: 14px !important;
    text-align: left;
    list-style-type: none !important;
    font-family: "Open Sans", sans-serif, Roboto !important;
}


.tag-detail-news {
    font-size: 15px;
    background-color: #f3f3f3;
    padding: 5px;
}

    .tag-detail-news a {
        color: #333333;
        font-size: 15px;
    }

    .tag-detail-news i {
        color: #7b7878;
        padding-right: 3px;
    }

    .tag-detail-news a:hover {
        text-decoration: underline !important;
    }

    .tag-detail-news span {
        font-size: 14px;
        font-weight: bold;
        color: #7b7878;
    }

.title-new-news {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

    .title-new-news a {
        color: #000 !important;
        font-size: 14px;
    }

        .title-new-news a:hover {
            color: #509c59 !important;
        }

.box-lienhe-tintuc {
    background-color: #fafafa;
    padding: 20px;
    border: 2px dashed #808080 !important;
    border-radius: 8px;
}

.text-lienhe {
    font-style: italic;
    text-align: center;
    background: linear-gradient(to right, #0c4814 0%, #2a302a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    font-weight: 600;
}

.bnt-lienhe-tintuc {
    margin: 0 auto;
    display: block;
    background: linear-gradient(to right,#418148 0%,#3cb128 100%);
    border: 0;
    font-family: "Oswald",sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
    width: max-content;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 6px;
    padding: 0 12px 0 12px;
    font-weight: 700;
}

    .bnt-lienhe-tintuc i {
        padding-right: 5px;
        font-size: 15px;
    }

    .bnt-lienhe-tintuc:hover {
        color: #fff;
        text-align: center;
        background: linear-gradient(to right,#3cb128 0%,#418148 100%);
        border: 0px;
    }
/* Xem them tin tức */

.xem-them-tintuc {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #000 !important;
    background-color: transparent;
    color: #111111;
    -webkit-box-shadow: inset 0 0 0 1px #111111;
    box-shadow: inset 0 0 0 1px #111111;
    font-size: 16px !important;
    min-width: 130px !important;
    padding: 8px 35px 8px !important;
    border-radius: 30px !important;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-family: Montserrat-Bold, 'Comfortaa-Bold', sans-serif, Arial, Helvetica !important;
}

    .xem-them-tintuc:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #334850;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 30px;
        box-shadow: inset 0 0 0 2px #4d524d;
    }

    .xem-them-tintuc:hover, .xem-them-tintuc:focus, .xem-them-tintuc:active {
        color: white !important;
    }

        .xem-them-tintuc:hover:before, .xem-them-tintuc:focus:before, .xem-them-tintuc:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

    .xem-them-tintuc i {
        padding-left: 5px;
        font-size: 17px;
        font-weight: bold;
    }

.img-tintuc {
    border-radius: 2px;
    overflow: hidden !important;
}

    .img-tintuc img {
        backface-visibility: hidden;
        transition: transform 700ms ease-in-out;
    }

        .img-tintuc img:hover {
            -webkit-transform: scale(1.4) rotate(10deg);
            -ms-transform: scale(1.4) rotate(10deg);
            transform: scale(1.4) rotate(10deg);
        }
/* End Xem them tin tức */
.section-title-dichvu {
    position: relative;
    text-align: center;
}

    .section-title-dichvu:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #cfdde2 20%, #cfdde2 10%, #cfdde2 90%, #cfdde2 20%, #f5f5f5 100%);
    }

    .section-title-dichvu h2 {
        font-weight: 600;
        text-transform: uppercase;
        /*font-size: 30px;*/
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

@media (min-width: 1200px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

@media (max-width: 767px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .section-title-dichvu h2 {
        font-size: 22px !important;
    }
}

.section-title-dichvu:after {
    content: "";
    display: block;
    position: absolute;
    width: 125px;
    height: 6px;
    top: initial;
    bottom: -4px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: #f3f3f3 url(/Content/html/img/bg-heading.png) center no-repeat;
}

.section-title-tinkhac {
    position: relative;
    text-align: center;
}

    .section-title-tinkhac:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: initial;
        left: 0px;
        bottom: 0px;
        background: linear-gradient(90deg, #f5f5f5 0%, #5ac212 20%, #5ac212 10%, #5ac212 90%, #5ac212 20%, #f5f5f5 100%);
    }

    .section-title-tinkhac h2 {
        font-weight: 600;
        text-transform: uppercase;
        /*font-size: 30px;*/
        line-height: 38px;
        font-family: "Oswald";
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

@media (min-width: 1200px) {
    .section-title-tinkhac h2 {
        font-size: 25px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .section-title-tinkhac h2 {
        font-size: 25px !important;
    }
}

@media (max-width: 767px) {
    .section-title-tinkhac h2 {
        font-size: 25px !important;
    }
}
/* Tablet :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .section-title-tinkhac h2 {
        font-size: 25px !important;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .section-title-tinkhac h2 {
        font-size: 22px !important;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .section-title-tinkhac h2 {
        font-size: 22px !important;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .section-title-tinkhac h2 {
        font-size: 22px !important;
    }
}

.section-title-tinkhac:after {
    content: "";
    display: block;
    position: absolute;
    width: 125px;
    height: 7px;
    top: initial;
    bottom: -5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: #f9f9fa url('/Content/html/img/bg-heading.png') center no-repeat;
}
/*---------------------- Begin mục lục -------------------------------*/
#mucluc {
}

#tableofcontents {
    border: solid 1px #E8E7E7 !important;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #f7f4f4;
}

@media (min-width: 768px) {
    #tableofcontents {
        width: 85%;
    }
}

#tableofcontents .list-toc {
    background-color: #f7f4f4;
    padding: 1rem !important;
}

#tableofcontents .faq_title {
    background: #efebebbf;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    color: #4d8a54;
}

    #tableofcontents .faq_title i {
        font-size: 15px;
        padding-right: 8px;
        color: #56a15e;
    }

    #tableofcontents .faq_title:before {
        content: "\f107";
        font-weight: 300;
        font-family: "FontAwesome";
        font-size: 18px;
        position: absolute;
        right: 10px;
        color: #1f669e;
    }

#tableofcontents .active_faq:before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    color: #e7b87e;
}

#tableofcontents .answer {
    display: none;
    line-height: 1.6;
}

#tableofcontents ol {
    counter-reset: number_menu;
    list-style-type: none;
}

    #tableofcontents ol &gt; li {
        counter-increment: number_menu;
    }

    #tableofcontents ol li {
        font-family: sans-serif;
        font-size: 15px !important;
        color: #2c07f3 !important;
        line-height: 20px;
        font-weight: normal;
        padding-bottom: 5px;
    }

        #tableofcontents ol li:before {
            content: counters(number_menu, ".") ".";
            display: block;
            padding-right: 5px;
            float: left;
            font-weight: 600;
            color: #758176;
        }

        #tableofcontents ol li a {
            font-family: sans-serif;
            font-size: 14px !important;
            color: #758176 !important;
            line-height: 20px;
            font-weight: 600;
        }

            #tableofcontents ol li a span {
                font-family: sans-serif;
                font-size: 14px !important;
                color: #758176 !important;
                line-height: 20px;
                font-weight: 600;
            }

                #tableofcontents ol li a span:hover {
                    color: #42b66c !important;
                    text-decoration: none;
                }

            #tableofcontents ol li a:hover {
                color: #42b66c !important;
                text-decoration: none;
            }

            #tableofcontents ol li a strong {
                font-family: sans-serif;
                font-size: 14px !important;
                color: #758176 !important;
                line-height: 20px;
                font-weight: 600;
            }

                #tableofcontents ol li a strong:hover {
                    color: #42b66c !important;
                    text-decoration: none;
                }

    #tableofcontents ol ol {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

        #tableofcontents ol ol li {
            padding-left: 5px;
        }

        #tableofcontents ol ol ol li {
            padding-left: 5px;
        }
/*---------------------- End mục lục -------------------------------*/
/*Begin Đánh giá sao*/
.box-danhgia-tintuc {
    background-image: linear-gradient(to right, #ebf7e8, #f5f5f5, #effdf1);
    padding: 10px;
    border-radius: 5px;
}

.rating-star-block .star.outline {
    background: url("/Content/html/img/inactive.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rating-star-block .star.filled {
    background: url("/Content/html/img/selected.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}

.rating-star-block .star.hover {
    background: url("/Content/html/img/selected.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}

.rating-star-block .star.filledactive {
    background: url("/Content/html/img/inactive.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}

.rating-star-block .star.active {
    background: url("/Content/html/img/active.svg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: default;
}

.rating-star-block .star {
    color: rgba(0,0,0,0);
    display: flex;
    float: left;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
    width: 27px;
    padding-right: 3px;
}

.yourScore {
    float: left;
    font-size: 95%;
    color: #bbbcbd;
    line-height: 25px;
    margin-left: 5px;
}

    .yourScore strong {
        color: #0c0e10;
    }

    .yourScore span {
        margin-left: 3px;
        margin-right: 3px;
    }
/*a {
    color: #005782;
    text-decoration: none;
}*/
/*End Đánh giá sao*/
/*Begin Tin xem nhiều*/
.box-tinxemnhieu {
    padding: 10px;
    border: 1px solid #cccccc45;
    border-radius: 5px;
}
/*End Tin xem nhiều*/

.btnShareList {
    float: right;
    margin-top: 7px;
}

    .btnShareList div {
        float: left;
        padding: 0 2px;
        cursor: pointer;
    }

        .btnShareList div svg {
            float: left;
            padding: 0 2px;
            cursor: pointer;
        }

    .btnShareList .txt {
        color: #4f4f4f;
        font-size: 13.5px;
        float: left;
        line-height: 30px;
        padding-right: 10px;
    }
/*End chi tiết tin tức*/
/*----------------------------- End Tin tức --------------------------------*/
/* ----------------------------------- Tin mới nhất -----------------------------------------------------*/
.border-tinmoi {
    border: 1px solid #E6E1E1;
    border-radius: 3px;
}

.razo-single-post {
    border-bottom: 1px solid #E6E1E1;
    padding-bottom: 10px;
}

    .razo-single-post:last-child {
        border-bottom: none;
    }

.section-title-tinmoi {
    color: #231f1f;
    text-align: left;
    text-transform: uppercase;
    /*margin: 10px;*/
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-tinmoi h2 {
        position: relative;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 17px;
    }

        .section-title-tinmoi h2::after {
            position: absolute;
            bottom: -10px;
            left: 5px;
            content: '';
            width: 100px;
            height: 3px;
            background: #067D38;
        }

.razo-single-post {
    position: relative;
    z-index: 1;
}

    .razo-single-post .post-thumbnail {
        position: relative;
        z-index: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 70px;
        width: 65px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .razo-single-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .razo-single-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px;
    }
}

.razo-single-post .post-thumbnail a {
    display: block;
}

.razo-single-post .post-thumbnail img {
    border-radius: 2px;
}

.razo-single-post .post-content {
    position: relative;
    z-index: 1;
    margin-left: 15px;
}

    .razo-single-post .post-content .post-meta a {
        font-size: 14px;
        color: #6e6e6e;
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px;
    }

        .razo-single-post .post-content .post-meta a:hover, .razo-single-post .post-content .post-meta a:focus {
            color: #1f351a;
        }

    .razo-single-post .post-content .post-title {
        font-family: sans-serif, Arial, Tahoma;
        font-size: 12px;
        color: #2f2d2d;
        margin-bottom: 0;
        font-weight: 600;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .razo-single-post .post-content .post-title {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .razo-single-post .post-content .post-title {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .razo-single-post .post-content .post-title {
        font-size: 12px;
    }
}

.razo-single-post .post-content .post-title:hover, .razo-single-post .post-content .post-title:focus {
    color: #1c3c15;
}
/* ----------------------------------- End Tin mới nhất -----------------------------------------------------*/
/* ----------------------------------- End Tin nổi bật -----------------------------------------------------*/
.blog-bar .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f6f8;
    color: #303030;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .blog-bar .title a:hover {
        color: #067D38 !important;
    }

    .blog-bar .title:before {
        content: "";
        width: 66px;
        height: 2px;
        background: #005c27;
        border-radius: 5px;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

.blog-bar .c-new {
    display: flex;
    margin-bottom: 10px;
}

    .blog-bar .c-new img {
        border-radius: 6px;
    }

    .blog-bar .c-new .c-new__img {
        width: 100px;
    }

    .blog-bar .c-new .c-new__info {
        width: calc(100% - 100px);
        padding-left: 10px;
    }

        .blog-bar .c-new .c-new__info a {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

            .blog-bar .c-new .c-new__info a:hover {
                color: #005c27
            }
/* ----------------------------------- End Tin nổi bật -----------------------------------------------------*/
/*---------------------------- Begin Câu hỏi FAQ ---------------------------------*/
.backgroup-FAQ {
    background-image: linear-gradient( 0deg, #fff 0%, #faf8f8 100%);
}

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

.faq_page {
    clear: both;
    margin: 15px 0 0 0;
}

.faq_list {
    clear: both;
    /*background: #f2f2f2;*/
    background-image: linear-gradient(to right, #60b7d11f, #eff1f1, #e7e7e71f);
    margin: 0 0 10px 0;
    border-radius: 6px;
}

    .faq_list:hover {
        /*background: #f5f5f5;*/
        background-image: linear-gradient(to right, #57d16c87, #e2edf5, #d9d5d51f);
    }

.active_list {
    border-radius: 6px;
    background-image: linear-gradient(to right, #57d16c87, #e2edf5, #d9d5d51f);
}

.faq_list li {
    list-style: inside
}

.faq_list p {
    font-weight: 600;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    position: relative;
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 0px !important;
}

    .faq_list p i {
        padding-right: 5px;
        font-size: 14px;
        color: #2e9f3c
    }

.faq_list .faq_name:before {
    content: "\f107";
    font-weight: 300;
    font-family: "FontAwesome";
    font-size: 1.5rem;
    position: absolute;
    right: 10px;
    color: #23872f;
}

.faq_list .faq_name.active_faq:before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    color: #f5ae58;
}

.faq_list .answer {
    display: none;
    line-height: 1.6;
    color: #666;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    border-top: none;
    border-radius: 0px 0px 7px 7px;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

    .faq_list .answer h2 {
        text-transform: uppercase;
        font-weight: 600 !important;
        border-left: solid 5px #16aeae;
        border-radius: 2px;
        padding-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 15px !important;
        text-align: left;
        list-style-type: none !important;
    }

.faqmain {
    display: block;
    padding: 0 0 12px 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

    .faqmain:before {
        position: absolute;
        content: '';
        height: 4px;
        width: 10rem;
        background: #2e9f3c;
        bottom: 0;
        left: 0;
    }

    .faqmain:after {
        position: absolute;
        content: '';
        height: 4px;
        width: 4rem;
        background: #f5b24b;
        bottom: 0;
        left: 0;
    }

.FAQPage .f-detail span, .FAQPage .f-detail p, .FAQPage .f-detail div {
    font-size: 15px !important;
    color: #000000 !important;
    /*font-family: Arial, sans-serif, Helvetica !important;*/
}
/*---------------------------- End Câu hỏi FAQ ---------------------------------*/
/* ----------------------------------- Begin cộng tác viên -----------------------------------------------------*/
.backgroup_CongTacVien {
    background: url(/Content/html/img/bg_congtacvien.png) center !important;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
    padding: 10px;
    /*opacity:.8;*/
}

    .backgroup_CongTacVien p {
        font-size: 18px;
        font-family: Mulish,sans-serif,Arial, Helvetica;
        opacity: 1;
        color: #095408;
    }

    .backgroup_CongTacVien ul {
        font-size: 16px;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        opacity: 1;
        list-style-type: circle;
        color: #095408;
    }

        .backgroup_CongTacVien ul li {
            font-size: 15px;
            font-family: Mulish,sans-serif,Arial,Helvetica !important;
            opacity: 1;
            list-style-type: circle !important;
            color: #095408;
            font-weight: 700;
            line-height: 25px;
            margin-bottom: 10px;
        }

            .backgroup_CongTacVien ul li i {
                line-height: 19px;
                background-color: #2e9f3c;
                border-radius: 50%;
                width: 18px;
                height: 18px;
                color: #fff;
                text-align: center;
                font-size: 11px;
                margin-right: 5px;
            }

    .backgroup_CongTacVien h2 {
        text-align: center;
        color: #081808;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        font-size: 30px;
        font-weight: bold;
        line-height: 35px;
    }

.keugoi {
    text-align: center !important;
    color: #081808 !important;
    font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
    font-size: 40px !important;
}
/* ----------------------------------- End cộng tác viên -----------------------------------------------------*/
/*----------------------------- Begin video --------------------------------*/
.backroup-video-hoatdong {
    width: 100%;
    position: relative;
    background: url(/Content/html/img/bg_Video.jpg) no-repeat center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-size: cover !important;
}

    .backroup-video-hoatdong:before {
        content: "";
        background-image: url(/Content/html/img/bg_tab_video.png);
        position: absolute;
        background-repeat: repeat-x;
        background-position: center;
        width: 100%;
        height: 26px;
        top: -15px;
        left: 0;
        z-index: 9;
    }

.Images-video {
    overflow: hidden !important;
    border-radius: 10px;
    /*border: 1px solid #b5dbba;*/
}

.section-title-video {
    width: 100%;
    position: relative;
}

    .section-title-video h2 {
        font-weight: bold;
        text-transform: uppercase;
        font-family: Mulish,sans-serif,Arial, Helvetica !important;
        font-size: 28px;
        line-height: 1.5;
        color: #ffbdbf;
        text-align: center;
    }

    .section-title-video h3 {
        font-weight: normal;
        text-transform: capitalize;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 40pt;
        line-height: 20px;
        color: #ffffff;
        margin-bottom: 0px;
        text-align: center;
    }

.title_video {
    padding: 5px;
    margin-top: 10px;
}

    .title_video h3 {
        font-size: 10pt;
        font-family: Comfortaa-Regular,sans-serif,Arial, Helvetica !important;
        font-weight: normal;
        color: #1b1c1b;
        text-align: left;
        color: #ffffff;
    }

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}


.ratio3by2 {
    padding-bottom: calc(100%*2/3);
}

.effect-ming.open_video .modal-open:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b0acac;
    opacity: 0.3;
    z-index: 1;
    border-radius: 10px;
}

.aspect .img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: 100% !important;
}

.effect-ming img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.open_video .video_open:hover {
    animation: play_video 1.5s ease infinite;
}

.open_video .video_open {
    will-change: transform;
}

.effect-ming .video_open {
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.open_video .video_open:hover {
    animation: play_video 1.5s ease infinite;
}

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

    10% {
        transform: scale(1.1)
    }

    20% {
        transform: scale(1)
    }

    30% {
        transform: scale(1.1)
    }

    40% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.open_video .video_open {
    will-change: transform
}

    .open_video .video_open:hover {
        animation: play_video 1.5s ease infinite
    }
/*Video slide*/
#video .owl-next {
    /*right:-60px;*/
    right: -42px;
}

#video .owl-prev {
    /*left: -60px;*/
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: -42px;
    margin: 0;
    /*top: calc(50% - 32px);*/
}

#video .owl-nav div {
    top: calc(78% - 100px);
    border: 0px solid #4D6174;
    color: #ffcc3c;
    font-size: 50px;
    background-color: transparent;
}

@media (max-width: 767px) {
    #video .owl-nav div {
        top: calc(50% - 40px);
        font-size: 22px;
        background-color: #ffffff;
        line-height: 30px;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
    }

    #video .owl-prev {
        left: 0;
        width: 20px;
        height: 30px;
        border-radius: 0 100px 100px 0;
        padding-right: 7px;
    }

    #video .owl-next {
        right: 0;
        width: 20px;
        height: 30px;
        border-radius: 100px 0 0 100px;
        padding-left: 7px;
    }
}
/*End video slide*/
/*----------------------------- End video --------------------------------*/
/*----------------------------- Begin ý kiến khách hàng --------------------------------*/
.backroup-vechungtoi {
    /*background-color: #f2f2f2;*/
    background-image: linear-gradient(0deg,#fff0 0%,#f1f1f1 100%);
    width: 100%;
    position: relative;
    height: auto;
}

    .backroup-vechungtoi:before {
        content: "";
        background-image: url(/Content/html/img/bg_tab_1_top.png);
        position: absolute;
        background-repeat: repeat-x;
        background-position: center;
        width: 100%;
        height: 32px;
        top: -18px;
        left: 0px;
        z-index: 1;
    }

.title-des-vechungtoi {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #656565;
    text-align: center;
    font-family: 'Comfortaa-Regular',sans-serif,Arial, Helvetica !important;
    line-height: 1.5;
}

.section-title-vechungtoi {
    position: relative;
    text-align: center;
}

    .section-title-vechungtoi h2 {
        font-weight: 400;
        font-family: SVN Artful Beauty,sans-serif,Arial, Helvetica !important;
        font-size: 68px;
        line-height: 0.8;
        color: #294956;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .section-title-vechungtoi h3 {
        font-weight: 400;
        font-family: 'UTM Androgyne',sans-serif,Arial, Helvetica !important;
        font-size: 14pt;
        line-height: 20px;
        color: #494f4a;
        margin-bottom: 0px;
        font-style: italic;
        letter-spacing: 1.5px;
    }

#vechungtoi .title_vechungtoi {
    font-size: 13pt !IMPORTANT;
    font-family: 'Comfortaa-Bold',sans-serif,Arial, Helvetica !important;
    font-weight: bold;
    color: #333834;
    text-align: center;
}

#vechungtoi .content_vechungtoi {
    font-size: 12pt;
    font-family: Comfortaa-Regular,sans-serif,Arial, Helvetica !important;
    font-weight: normal;
    color: #494f4a;
    text-align: center;
    width: 100%;
    padding: 0 50px;
    /*overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3 !important;
    display: -webkit-box;*/
}

@media (max-width: 767px) {
    #vechungtoi .content_vechungtoi {
        padding: 0px;
        font-size: 10pt;
    }
}

#vechungtoi .content_vechungtoi:before {
    content: "";
    position: absolute;
    background-image: url(/Content/html/img/icon_kh.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    top: -15px;
    left: 0px;
}

#vechungtoi .content_vechungtoi:after {
    content: "";
    position: absolute;
    background-image: url(/Content/html/img/icon_kh2.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    bottom: 50px;
    right: 0px;
}

.khachhang-thumbs .swiper-slide img {
    object-fit: cover;
    cursor: pointer;
    max-width: 90px;
    border-radius: 50%;
    opacity: 0.5;
    transition: margin 0.4s ease;
}

.khachhang-thumbs .swiper-slide-active img {
    max-width: 120px;
    border: 4px solid #e7e17b;
    opacity: 1;
}

.khachhang-thumbs .swiper-button-next:after,
.khachhang-thumbs .swiper-button-prev:after {
    font-size: 25px;
    color: #4d8a54;
    font-weight: bold;
}

.swiper-button-next, .swiper-button-prev {
    top: 34% !important;
}
/*----------------------------- End ý kiến khách hàng --------------------------------*/
/*----------------------------- Begin đăng ký tư vấn --------------------------------*/
.bg-tuvan {
    background: url(/Content/html/img/bg-tuvan.jpg) #262f329e center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
    .bg-tuvan::before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(27 28 29 / 0%) !important;
    }
.btn_tuvan {
    background-color: transparent;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border:2px solid #fff;
    border-radius: 30px !important;
}
    .btn_tuvan:hover {
        background-color: #ebebeb;
        background: #ccc;
        color: #000;
    }
.section-title-dangky {
    position: relative;
    text-align: center;
}
.bg-tuvan h2 {
    line-height: 1.5;
    font-size: 26px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}
    .bg-tuvan h2::after {
        content: "";
        display: block;
        position: absolute;
        width: 30%;
        height: 1px;
        top: initial;
        bottom: -14px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background-image: -webkit-linear-gradient(left, #51677a, #acbac5, #51677a);
        background-image: -moz-linear-gradient(left, #51677a, #55b1f9, #51677a);
        background-image: -ms-linear-gradient(left, #51677a, #55b1f9, #51677a);
        background-image: -o-linear-gradient(left, #51677a, #55b1f9, #51677a);
    }
.text_dangky {
    color: #fff;
    font-size: 18px;
}
.bg-tuvan .form-control {
    border-radius: 20px;
    background-color: #f3f3f3;
    border: 1px dashed #f7faf8 !important;
}
    .bg-tuvan .form-control::-ms-input-placeholder {
        color: #403f3f !important; /* Internet Explorer 10-11 */
    }

    .bg-tuvan .form-control::-ms-input-placeholder {
        color: #403f3f !important; /* Microsoft Edge */
    }

    .bg-tuvan .form-control::placeholder {
        color: #403f3f !important; /* Firefox, Chrome, Opera */
    }
.thongbaoloi {
    color: #ffffff;
    padding-left: 30px !important;
    margin-bottom: 5px;
    background-color: #edc1a8bf;
    padding: 5px;
    border-radius: 5px;
}

.thanhcong {
    color: #0c8d51c9;
    padding-left: 30px !important;
    margin-bottom: 5px;
    background-color: #fefdc7;
    padding: 5px;
    border-radius: 5px;
}
.Load-wait {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 40%;
    top: -600%;
    z-index: 1000;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    text-align: center;
}

    .Load-wait img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 64px;
        height: 64px;
    }
.align-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
/*Hiệu ứng*/
/*.wave {
    width: 100%;
    top: 0px;
    left: 0;
    position: relative;
    background-color: transparent;
}

.separator-waves {
    position: relative;
    width: 100%;
    height: 100px;
    min-height: 50px;
    max-height: 130px
}

@media (max-width: 991px) {
    .wave {
        top: 30px;
    }

    .separator-waves {
        height: 45px;
        min-height: 45px;
        max-height: 80px
    }
}

.separator-waves-parallax &gt; use {
    -webkit-animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite
}

    .separator-waves-parallax &gt; use:first-child {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s
    }

    .separator-waves-parallax &gt; use:nth-child(2) {
        -webkit-animation-delay: -3s;
        animation-delay: -3s;
        -webkit-animation-duration: 10s;
        animation-duration: 10s
    }

    .separator-waves-parallax &gt; use:nth-child(3) {
        -webkit-animation-delay: -4s;
        animation-delay: -4s;
        -webkit-animation-duration: 13s;
        animation-duration: 13s
    }

    .separator-waves-parallax &gt; use:nth-child(4) {
        -webkit-animation-delay: -5s;
        animation-delay: -5s;
        -webkit-animation-duration: 20s;
        animation-duration: 20s
    }

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px,0,0);
        transform: translate3d(-90px,0,0)
    }

    to {
        -webkit-transform: translate3d(85px,0,0);
        transform: translate3d(85px,0,0)
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px,0,0);
        transform: translate3d(-90px,0,0)
    }

    to {
        -webkit-transform: translate3d(85px,0,0);
        transform: translate3d(85px,0,0)
    }
}*/

/*end Hiệu ứng*/
/*----------------------------- End đăng ký tư vấn --------------------------------*/
/*-------------------------------Phân trang---------------------------*/
.navigation {
    color: #fbfbfb;
    border: 0px;
}

#paginationControl {
    text-align: center;
}

    #paginationControl a:hover {
        background-color: #373c4b !important;
        color: #fff;
    }

.selected {
    background-color: #373c4b !important;
    color: #fff !important;
}

.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active {
    text-decoration: none;
    color: #636363;
    font: 11px Arial, Helvetica, sans-serif;
    background: #F9F9F9;
    border: 1px solid #e2e6c3;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    margin: 0px auto;
}
/*-------------------------------End Phân trang---------------------------*/
/*----------------------------- Liên hệ --------------------------------*/
.header-lienhe {
    background: url(/Content/html/img/bg_tintuc.jpg) #4d8a54 center !important;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    line-height: 200px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .header-lienhe:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(27 28 29 / 55%) !important;
    }

.title-lienhe {
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 22px;
}

.content-lienhe {
    color: #f1f1f1;
    font-size: 16px;
    position: relative;
    text-align: center;
}

.header-lienhe .share {
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

    .header-lienhe .share i {
        font-size: 15px;
        /*padding: 5px;*/
        /* background: #B6160E; */
        color: #c5cbd0;
        border-radius: 5px;
        /*border:1px solid #eae7e7;*/
    }

        .header-lienhe .share i:hover {
            font-size: 18px;
            /*padding: 5px;*/
            color: #f4c81f;
            /*border-radius: 50px;*/
        }

    .header-lienhe .share ul {
        width: 100%;
        text-align: center;
        list-style: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .header-lienhe .share ul li {
            list-style: none;
            /*display: inline-block;*/
            width: 30px;
            height: 30px;
            color: #fff;
            margin: 0 10px 15px;
            text-align: center;
            line-height: 30px;
            border: 1px solid #ccc;
            border-radius: 50%;
            float: left;
        }

            .header-lienhe .share ul li:hover {
                background-color: #585e59;
            }

.header-lienhe .sitemap {
    color: #cccccc;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .header-lienhe .sitemap a {
        color: #cccccc;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
    }

        .header-lienhe .sitemap a:hover {
            color: #cccccc;
            text-align: center;
            font-size: 15px;
            text-decoration: underline !important;
        }

    .header-lienhe .sitemap i {
        color: #cccccc;
        padding-left: 5px;
        padding-right: 5px;
    }

.bg-lienhe {
    background: url(/Content/html/img/core-img/bg-lien-he.jpg) #07668d;
    background-repeat: no-repeat !important;
    background-size: cover;
    /*background-color: #f2f2f2;*/
    background-position: center;
    /*opacity: 0.85;*/
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

    .bg-lienhe:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        opacity: 0.95;
        background-image: linear-gradient( 0deg, #54565d 0%, #175698d1 100%);
    }

.form-control {
    /*background-color: #f1f7f9 !important;*/
    border-radius: 20px;
    font-size: 0.9em;
}

.btn-secondary {
    font-size: 0.85em;
}

.btn-primary {
    font-size: 0.85em;
    background-color: #4d8a54;
    border: 1px solid #45814c;
}

    .btn-primary:hover {
        background-color: #3e7644;
        border: 1px solid #45814c;
    }

.form-lienhe .form-control {
    border-radius: 20px;
    background-image: linear-gradient(to right,#e9ebec33 0%,#ffffff6b 51%,#b4c0c512 100%);
    border: 1px dashed #515852 !important;
}

.bg-lienhe .form-control {
    border: 1px dashed #f6903d !important;
    background-image: linear-gradient(to right,#eaeff3 0%,#4f6e8826 51%,#b4c0c512 100%);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.section-title-lienhe {
    color: #231f1f;
    text-align: left;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-lienhe h3 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 25px;
    }

        .section-title-lienhe h3::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 50px);
            content: '';
            width: 100px;
            height: 3px;
            background-image: linear-gradient(89deg, #ff5e13 0%, #cccdcc 100%);
        }


.rangbuoc_dangnhap {
    color: red;
}

.iconrefesh {
    color: #d23d3d !important;
    padding-left: 5px;
}

    .iconrefesh:hover {
        color: #c7bc02 !important;
        text-decoration: none;
        cursor: pointer;
    }

.btn_lienhe {
    background-color: #4c5a4e !important;
    background: linear-gradient(to right, #354237, #5a625b);
    color: #fff;
    /* font-family: 'Oswald', sans-serif; */
    font-size: 14px;
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0px;
    border-radius: 30px !important;
}


    .btn_lienhe:hover {
        background: linear-gradient(to right, #28322a, #5d6366);
        color: #fff;
    }


.requiredImg {
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding-left: 5px !important;
}

@media only screen and (max-width: 767px) {
    .requiredImg {
        padding-left: 0px !important;
        padding-top: 10px;
    }
}



.required {
    /*border: 1px solid #bac0c6;*/
    border: 1px dashed #4d8a54 !important;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*background-color: #f1f7f9 !important;*/
    padding: 10px;
}

.text-infocongty {
    font-size: 16px;
    font-family: Open Sans, sans-serif;
}

    .text-infocongty i {
        padding-right: 10px;
        font-size: 20px;
        color: #ed3237;
    }

    .text-infocongty a {
        font-size: 16px;
        font-family: Open Sans, sans-serif;
        color: #693478;
    }

        .text-infocongty a:hover {
            color: #273528;
        }



.view-lienhe {
    background: #f56e2e;
    color: white !important;
    display: inline-block;
    height: 38px;
    /*left: 50%;*/
    /*line-height: 38px;*/
    /*margin-left: -60px;*/
    position: relative;
    width: 150px;
    /*line-height: 40px;*/
    /*border: 1px solid #FDFEFF;*/
    /*top: 0px;*/
    border-radius: 5px;
    /*opacity:0.5;*/
    text-align: center;
    padding: 5px;
    font-size: 16px;
    margin: 0px auto;
    text-justify: auto;
    font-family: 'Oswald', sans-serif;
}

    .view-lienhe:hover, view-lienhe:active, view-lienhe:focus {
        background: #693478;
        font-family: 'Oswald', sans-serif;
    }

    .view-lienhe::before, .view-lienhe::after {
        box-sizing: border-box;
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        height: calc( 100% - 8px);
        width: calc( 100% - 8px);
        transform-origin: center;
    }

    .view-lienhe::before {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        transform: scale3d(0, 1, 1);
    }

    .view-lienhe:hover::before, .view-lienhe:hover:after {
        transform: scale3d(1, 1, 1);
        transition: transform 0.5s;
    }

    .view-lienhe::after {
        border-left: 1px solid white;
        border-right: 1px solid white;
        transform: scale3d(1, 0, 1);
    }

    .view-lienhe:hover::before {
        transform: scale3d(1, 1, 1);
        transition: transform 0.5s;
    }

    .view-lienhe i {
        padding-right: 5px;
        font-size: 20px;
    }

.heading_lienhe {
    color: #fff;
    font-size: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-title-lienhe-home {
    position: relative;
    text-align: center;
}

    .section-title-lienhe-home h2 {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 1.5;
        font-family: "Oswald";
        /* border-bottom: 1px solid #ccc; */
        padding-bottom: 10px;
        color: #ffffff;
    }

    .section-title-lienhe-home:after {
        content: "";
        display: block;
        position: absolute;
        width: 22%;
        height: 1px;
        top: initial;
        bottom: -5px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        /*background: #b6b7b5 url('/Content/html/img/core-img/bg-heading.png') center no-repeat;*/
        background-image: -webkit-linear-gradient(left,#51677a,#55b1f9,#51677a);
        background-image: -moz-linear-gradient(left,#51677a,#55b1f9,#51677a);
        background-image: -ms-linear-gradient(left,#51677a,#55b1f9,#51677a);
        background-image: -o-linear-gradient(left,#51677a,#55b1f9,#51677a);
    }
/* Tablet :768px. */
@media only screen and ( max-width: 991px) {

    .section-title-lienhe-home:after {
        width: 50%;
    }
}

.text_lienhe {
    color: #fff;
    font-size: 18px;
}

.box-buttom-lienhe {
    margin: 0px auto;
    text-align: center;
}

.mabaove {
    height: 32px;
    float: left;
    padding-right: 5px;
}

.spanMabaove {
    margin-top: 0px;
    display: block;
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .spanMabaove {
        clear: both;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .spanMabaove {
        clear: both;
    }
}

/* Medium Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 766px) {
    .spanMabaove {
        clear: both;
    }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .spanMabaove {
        clear: both;
    }
}

.form-lienhe select#DaiLy {
    font-size: 14px;
    -webkit-appearance: caret !important;
    -moz-appearance: caret caret !important;
    appearance: caret caret !important;
}
/*----------------------------- End Liên hệ --------------------------------*/
/*----------------------------- Footer --------------------------------*/
/*.footer:before {
    content: "";
    background: url(/Content/html/img/bg-before-footer.png) no-repeat top center;
    position: absolute;
    width: 100%;
    height: 47px;
    top: -47px;
    left: 0;
}*/

.footer .footer_top {
    padding-bottom: 15px !important;
}

    .footer .footer_top .footer_widget .footer_title {
        margin-bottom: 20px !important;
        text-transform: uppercase !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }

    .footer .footer_top .footer_widget ul li a {
        color: #fff !important;
        font-family: Montserrat-Regular, "Open Sans", sans-serif, Roboto !important;
    }

    .footer .footer_top .footer_widget ul li i {
        padding-right: 5px;
        color: #fff !important;
    }

    .footer .footer_top .footer_widget .footer_logo {
        margin-bottom: 16px !important;
    }

.footer_logo img {
    max-width: 200px;
    height: auto;
}

.footer .footer_top .footer_widget p {
    color: #fff !important;
}

    .footer .footer_top .footer_widget p i {
        padding-right: 5px;
    }

    .footer .footer_top .footer_widget p a {
        color: #fff !important;
    }

.text-footer {
    color: #F6F4F4;
    margin-top: 20px;
}

.section-title-lienhe {
    color: #231f1f;
    text-align: left;
    text-transform: uppercase;
    margin: 10px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

    .section-title-lienhe h1 {
        position: relative;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 25px;
    }

        .section-title-lienhe h1::after {
            position: absolute;
            bottom: -10px;
            left: calc(50% - 50px);
            content: '';
            width: 100px;
            height: 3px;
            background: #53a576;
        }
/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
    .footer .copy-right_text .copy_right {
        margin-bottom: 50px !important;
    }
}
/* Small Mobile :320px. */

@media only screen and (max-width: 320px) {
    .footer .copy-right_text .copy_right {
        margin-bottom: 50px !important;
    }
}

.footer .footer_top .footer_widget {
    color: #fff;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    line-height: 2;
}

    .footer .footer_top .footer_widget ul {
        list-style-type: none;
    }

        .footer .footer_top .footer_widget ul li {
            list-style-type: none;
            color: #ffffff !important;
            font-size: 14px !important;
            line-height: 2 !important;
            font-family: Montserrat-Regular, "Open Sans", sans-serif, Roboto !important;
        }

    .footer .footer_top .footer_widget i {
        padding-right: 10px !important;
        clear: both;
    }

    .footer .footer_top .footer_widget a {
        color: #e6dede !important;
        font-size: 14px !important;
        line-height: 2 !important;
    }
/*----------------------------- End Footer --------------------------------*/
/* ----------------------------------- Show map -----------------------------------------------------*/
/*thẻ h1*/
.showmap {
    /*background-color: #f0f6f9;*/
    /*padding: 5px;*/
    color: #9EAAB2;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

    .showmap h1 {
        background-color: #f0f6f9;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
        border-radius: 3px;
        /*height: 38px;*/
        height: auto;
        font-size: 16px;
        /*line-height: 1.2;*/
    }

    .showmap i {
        color: #E76D13;
        padding-left: 10px;
        padding-right: 10px;
    }

    .showmap h1 a {
        color: #1ba12d;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px;
        line-height: 2.4;
    }

        .showmap h1 a:hover {
            color: #BC7017;
        }
/*end h1*/
/*thẻ h3*/
.showmap {
    /*background-color: #f0f6f9;*/
    /*padding: 5px;*/
    color: #9EAAB2;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

    .showmap h3 {
        background-color: #f0f6f9;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
        border-radius: 3px;
        /*height: 38px;*/
        height: auto;
        font-size: 16px;
        /*line-height: 1.2;*/
    }

    .showmap i {
        color: #E76D13;
        padding-left: 10px;
        padding-right: 10px;
    }

    .showmap h3 a {
        color: #1ba12d;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px;
        line-height: 2.4;
    }

        .showmap h3 a:hover {
            color: #BC7017;
        }
/*end h3*/
/*thẻ h4*/
.showmap {
    /*background-color: #f0f6f9;*/
    /*padding: 5px;*/
    color: #9EAAB2;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

    .showmap h4 {
        background-color: #f0f6f9;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
        border-radius: 3px;
        /*height: 38px;*/
        height: auto;
        font-size: 16px;
        /*line-height: 1.2;*/
    }

    .showmap i {
        color: #E76D13;
        padding-left: 10px;
        padding-right: 10px;
    }

    .showmap h4 a {
        color: #1ba12d;
        font-family: "Open Sans", sans-serif !important;
        font-size: 16px;
        line-height: 2.4;
    }

        .showmap h4 a:hover {
            color: #BC7017;
        }
/*end thẻ h4*/
/* ----------------------------------- End Show map -----------------------------------------------------*/
/* ----------------------------------- Đăng ký - đăng nhập -----------------------------------------------------*/
.f_btn_social {
    padding-top: 15px
}

.ul_btn_social {
    overflow: hidden
}

    .ul_btn_social &gt; li {
        float: left;
        width: 49%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 7px;
        position: relative
    }

        .ul_btn_social &gt; li:nth-child(1) {
            background: #3b5998
        }

            .ul_btn_social &gt; li:nth-child(1):hover {
                background: #284581
            }

        .ul_btn_social &gt; li:nth-child(2) {
            float: right;
            background: #dd4b39
        }

            .ul_btn_social &gt; li:nth-child(2):hover {
                float: right;
                background: #c33927
            }

        .ul_btn_social &gt; li &gt; a {
            display: block;
            padding: 10px 0 10px 45px;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
        }

            .ul_btn_social &gt; li &gt; a i {
                width: 38px;
                height: 38px;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                border-right: 1px solid rgba(255,255,255,.25)
            }

.social_fb {
    background: url(/Content/html/img/facebook.png) no-repeat center
}

.social_gg {
    background: url(/Content/html/img/google.png) no-repeat center
}

.line_social {
    height: 1px;
    background: #ddd;
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .line_social i {
        width: 50px;
        height: 23px;
        line-height: 21px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #ddd;
        margin: auto;
        position: absolute;
        top: -11px;
        left: 0;
        right: 0;
        font-style: normal;
        font-size: 10px;
        color: #ddd;
        text-transform: uppercase;
        text-align: center;
        background: #fff
    }

@media only screen and (max-width: 480px) {
    .ul_btn_social &gt; li {
        float: inherit;
        width: 100%;
    }

        .ul_btn_social &gt; li:nth-child(1) {
            margin-bottom: 10px;
        }
}

.layout-account {
    max-width: 100%;
    width: 400px;
    padding: 0px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid #dadcda;
    border-radius: 8px;
}

    .layout-account h1 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }

    .layout-account p {
        font-size: 14px;
        color: #534b4b;
        text-align: justify;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

        .layout-account p b {
            color: #222e27;
        }

.input-group-addon {
    width: 40px;
}

.text-dangnhap {
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
}

.link-dangnhap {
    color: #005c27;
    text-align: center;
}

    .link-dangnhap a {
        color: #005c27;
        padding-left: 5px;
    }

        .link-dangnhap a:hover {
            color: #DD740E;
        }

#imgCaptcha {
    height: 36px !important;
}
/* -----------------------------------End Đăng ký - đăng nhập -----------------------------------------------------*/
/* -----------------------------------Begin đổi thông tin cá nhân -----------------------------------------------------*/
.f_quanly {
    overflow: hidden;
    padding: 0px 15px 40px 15px;
}

@media only screen and (max-width: 480px) {
    .f_quanly {
        padding: 5px;
    }
}

.fql_1 {
    float: left;
    /*width: 215px;*/
    width: 100%;
    margin-right: 10px;
}

@media only screen and (max-width: 1023px) {
    .fql_1 {
        margin: 0 0 15px 0;
        float: inherit;
        width: inherit;
    }
}

.frame_fql_l .main_fql {
    min-height: inherit;
}

.main_fql {
    padding: 15px 14px;
    min-height: 350px;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.frame_fql_l + .frame_fql_l {
    margin-top: 20px
}

.frame_fql_l .main_fql {
    min-height: inherit
}

.title_fql {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    background: #323835;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dm_fql li {
    font-size: 12px;
    list-style-type:none;
}

    .dm_fql li + li {
        margin-top: 5px
    }

    .dm_fql li a {
        color: #666;
        display: block;
        font-size: 14px;
        border-bottom: dashed 1px #ddd;
        padding-bottom: 8px;
    }

        .dm_fql li a:hover, .dm_fql li.active a {
            color: #295860
        }

    .dm_fql li.active a {
        font-weight: 700
    }

.icon_user {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 3px
}

.icon_qldh {
    background-position: 0 0;
    top: 3px
}

.icon_ttcn {
    background-position: 0 -16px;
    top: 3px
}

.icon_dmk {
    background-position: 0 -32px;
    top: 3px
}

.icon_logout {
    background-position: 0 -48px;
    top: 3px
}

.fql_2 {
    overflow: hidden
}

.form_fql &gt; li {
    overflow: hidden
}

    .form_fql &gt; li + li {
        margin-top: 15px
    }

.name_fql {
    display: block;
    float: left;
    width: 180px;
    font-size: 14px;
    color: #333;
    padding-top: 4px
}

.fdt .name_fql {
    width: 120px
}

@media only screen and (max-width:640px) {
    .name_fql {
        float: inherit;
        width: inherit
    }
}

.info_fql {
    overflow: hidden
}

    .info_fql .show_gt {
        line-height: 34px
    }

        .info_fql .show_gt ul li input {
            top: 10px
        }

.ipt_fql {
    color: #333;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    width: 350px;
    height: 30px;
    padding: 0 10px;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

@media only screen and (max-width: 640px) {
    .ipt_fql {
        width: 100%;
    }
}

.ipt_fql:focus, .txt_fql:focus {
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
    box-shadow: 0 0 3px rgba(0,0,0,.1)
}

.f-upfile {
    position: relative;
    padding-top: 5px;
}

    .f-upfile input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 121px;
        cursor: pointer;
    }

    .f-upfile span {
        color: #0490ce;
        font-size: 12px;
        text-decoration: underline;
        cursor: pointer;
        z-index: 999
    }

.btn_account {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 30px;
    border: 1px solid #1c4968;
    background: #1c4150;
    color: #fff;
    padding: 6px 30px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    font-size: 15px;
}

    .btn_account + .btn_account {
        margin-left: 10px
    }

    .btn_account:active {
        background: #005c27
    }

    .btn_account:hover {
        background: #005c27
    }

.error_account {
    display: block;
    font-size: 11px;
    color: #f03;
    padding-top: 5px;
}
/* -----------------------------------End đổi thông tin cá nhân -----------------------------------------------------*/
/* ------------ Quảng cáo -------------*/
.BlockBanner {
    margin-bottom: 0px;
    margin-top: 15px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
}

    .BlockBanner img {
        -webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
        -moz-transform: scale(1); /*Mozilla scale version*/
        -o-transform: scale(1); /*Opera scale version*/
        -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
        -moz-transition-duration: 0.5s; /*Mozilla duration version*/
        -o-transition-duration: 0.5s; /*Opera duration version*/
        backface-visibility: hidden;
        display: block;
        max-width: 100%;
        height: auto !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
    }

        .BlockBanner img:hover {
            -webkit-transform: scale(1.2); /*Webkit: Scale up image to 1.2x original size*/
            -moz-transform: scale(1.2); /*Mozilla scale version*/
            -o-transform: scale(1.2); /*Opera scale version*/
            backface-visibility: hidden;
            border-radius: 10px;
        }
/* ------------ End Quảng cáo -------------*/
/* ------------ Begin quản lý đơn hàng -------------*/
.name_donhang {
    font-size: 13px !important;
    color: #196624 !important;
    font-weight: bold !important;
}

.donhang_line {
    background-color: rgba(242, 251, 246, 0.90);
}

    .donhang_line:hover {
        background-color: #e8f6fe;
        cursor: pointer;
    }

    .donhang_line td {
        border: 1px solid #fff;
        padding: 10px 6px 10px 6px !important;
    }

.donhang_row1 {
    background: #f0f0f0 !important;
}

    .donhang_row1:hover {
        background: #e8f6fe !important;
    }

.donhang_thanhtoan {
    margin-top: 5px;
    font-size: 11px;
    color: #2c2a2a !important;
}

    .donhang_thanhtoan b {
        color: #2c2a2a !important;
        font-size: 11px !important;
    }

.qlydonhang_title {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    background: #323835;
}

.qlydonhang-table-header {
    background-color: #eff1f0
}

    .qlydonhang-table-header tr {
        background-color: #eff1f0
    }

        .qlydonhang-table-header tr th {
            padding: 10px;
            font-size: 13px;
            text-transform: uppercase;
        }

.qlydonhang-search thead tr {
    background-color: #dbe1e1
}

    .qlydonhang-search thead tr td {
        padding: 10px 5px 10px 5px;
        text-align: left;
    }

        .qlydonhang-search thead tr td input[type=date] {
            border: 1px solid #005c27;
            border-radius: 5px;
            text-align: center;
            font-size: 14px;
            outline: none;
        }

.qlydonhang_section {
    padding-top: 0em !important;
}

@media (min-width: 1000px) {
    .qlydonhang_section {
        overflow-y: auto;
        max-height: calc(100vh - 320px) !important;
    }
}

@media (max-width: 767px) {
    .qlydonhang-search thead tr td input[type=date] {
        overflow: hidden !important;
        clear: both !important;
        display: inline-block !important;
        margin-bottom: 6px;
        text-align: center;
        float: right;
    }

    .qlydonhang-search thead tr td span {
        overflow: hidden !important;
        clear: both !important;
        display: inline-block !important;
        width: 100%;
    }
}
/* ------------ End quản lý đơn hàng -------------*/
/* ------------ Begin chi tiết quản lý đơn hàng -------------*/
.header-qlydonhang {
    padding: 8px 10px 8px 10px !important;
}

    .header-qlydonhang h3 {
        font-size: 14px !important;
        text-transform: uppercase;
        font-weight: bold;
    }


@media (min-width: 576px) {
    #formDonHangChiTiet .modal-dialog {
        width: 90% !important;
        max-width: 90% !important;
    }
}
/* ------------ End chi tiết quản lý đơn hàng -------------*/
/*--------------------------------------------- Đầu trang---------------------------------------------*/
#back-to-top {
    position: fixed;
    /* bottom: 55px; */
    bottom: 65px;
    right: 15px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.31);
    box-shadow: 0 2px 3px 0 rgb(31 38 67 / 50%);
    -o-box-shadow: 0 2px 3px 0 rgb(31 38 67 / 50%);
    -moz-box-shadow: 0 2px 3px 0 rgb(31 38 67 / 50%);
    -webkit-box-shadow: 0 2px 3px 0 rgb(31 38 67 / 50%);
    color: #666768;
    opacity: 0.8;
    cursor: pointer;
    z-index: 10000;
    border-radius: 5px;
}

    #back-to-top span {
        color: #fff;
    }

.btnDangNhap {
    background-color: #005c27;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 30px !important;
    padding: 10px 0px;
}

    .btnDangNhap:hover {
        background-color: #fff;
        color: #005c27 !important;
        border: 1px solid #005c27;
    }

.btnThoatDangNhap {
    background-color: #fff !important;
    border: 1px solid #005c27 !important;
    color: #005c27 !important;
    font-size: 16px;
    width: 100%;
    border-radius: 30px !important;
    padding: 10px 0px;
}

    .btnThoatDangNhap:hover {
        background-color: #2e9f3c !important;
        color: #ffffff !important;
    }

.anThanhToan {
    display: none !important;
}
</pre></body></html>