﻿@charset "utf-8";
@import url(font-awesome.css);
@import url(font-akr.css);

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f5f5f5 !important;
    color: #222;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

:focus {
    outline: 0 !important;
}

figure {
    margin: 0;
    padding: 0;
}

img[src*=".svg"] {
    height: 100%;
}

iframe {
    border: none;
}

p {
    margin-bottom: 10px;
}

a {
    color: #288ad6;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #0074c1;
    }

ul,
ol {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 600;
    margin: 0;
}

h1 {
    font-size: 39px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

ol {
    position: relative;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.lazy {
    background: #fff url(images/loading.gif) center center no-repeat;
    min-width: 32px;
    min-height: 32px;
}

.overlay {
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.2s;
    background: rgba(0,0,0,.6);
    visibility: hidden;
    opacity: 0;
}

.container {
    width: 1200px;
    min-width: 1200px;
}

.overlay-visible {
    visibility: visible;
    opacity: 1;
}

.hm-reponsive {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

    .hm-reponsive img {
        object-fit: cover;
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.reponsive-img {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

    .reponsive-img img {
        margin: auto;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.er-banner-top {
    background-color: #fbf6ed;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

    .er-banner-top .close_top_banner {
        position: absolute;
        color: #fff;
        right: 20px;
        top: 50%;
        cursor: pointer;
        margin-top: -10px;
        background: rgba(220,0,33,.8);
        border-radius: 50%;
        padding: 2px;
        width: 20px;
        height: 20px;
        opacity: .8;
    }

.alink-all {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.back-to-top {
    position: fixed;
    bottom: 132px;
    right: -50px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 50px;
    background: rgba(0,0,0,.3);
    box-shadow: 0 7px 10px 0 rgba(106,65,65,.21);
    text-align: center;
    display: inline;
    z-index: 999999;
    cursor: pointer;
}

    .back-to-top a {
        display: block;
        color: #fff;
    }

    .back-to-top:hover {
        background: #e00;
        color: #fff;
    }

        .back-to-top:hover a,
        .back-to-top a:focus {
            color: #fff;
        }

    .back-to-top.display {
        bottom: 145px;
        right: 35px;
    }

label {
    /* display: block; */
    max-width: 100%;
    margin-bottom: 5px;
    text-align: center;
    /* float: left; */
}

/*===================================================================================*/

/*  Index
/*===================================================================================*/


.header-wrap {
    width: 100%;
    background: #01409d;
    margin: auto;
    z-index: 12;
    position: relative;
    display: block;
}

.logo {
    float: left;
    width: 20%;
    text-align: center;
    padding: 3px 0 2px 0;
    position: relative;
}

    .logo img {
        max-height: 45px;
    }


.content-main {
    clear: both
}

.headsearch {
    float: left;
    width: 43%;
    box-shadow: rgba(98,98,98,0.5) 0 1px 2px 0;
    height: 36px;
    margin: 9px 0 0 0;
    background: #fff;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}



    .headsearch .topinput {
        display: block;
        width: 100%;
        height: 36px;
        border: 0;
        position: relative;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border-radius: 4px;
    }

.nav-user-txt {
    float: right;
    margin-top: 15px;
    white-space: nowrap;
    background: transparent;
}

    .nav-user-txt .user-avatar {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        text-align: center;
    }

    .nav-user-txt li {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0 10px 0 9px;
    }

        .nav-user-txt li.user {
            height: 42px;
        }

.btnviewed {
    background: #327ad0;
    border-radius: 4px;
    margin-top: -6px;
    padding: 9px 28px 9px 5px !important;
    color: #fff;
    font-size: 12px !Important;
    cursor: pointer;
}

    .btnviewed span {
        position: relative;
    }

        .btnviewed span:before {
            content: '';
            width: 0;
            height: 0;
            border-top: 6px solid #fff;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            top: 6px;
            right: -18px;
        }

.product-recently .empty {
    text-align: center !Important;
    margin-top: 32px !Important;
    color: #333 !Important;
    font-size: 13px !Important;
    line-height: 16px;
}

.product-recently .recently {
    padding: 15px 0px;
}

    .product-recently .recently .item {
        text-align: center;
    }

    .product-recently .recently a {
        white-space: normal;
        display: block
    }

    .product-recently .recently img {
        display: inline !Important;
        height: 45px;
        width: auto;
    }

    .product-recently .recently h3 {
        font-size: 13px;
        height: 31px;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        color: #333;
        margin: 5px 0;
        -webkit-box-orient: vertical;
        -webkit-box-pack: center;
    }

    .product-recently .recently strong {
        font-size: 12px;
        display: block;
    }

        .product-recently .recently strong.red {
            color: #d0021b;
        }

        .product-recently .recently strong.oldprice {
            text-decoration: line-through;
            font-weight: normal;
            color: #333;
            display: inline-block;
        }

.nav-user-txt li .icon {
    position: relative;
    height: 24px;
    width: 24px;
    display: table-cell;
    vertical-align: middle;
}

    .nav-user-txt li .icon i {
        margin: 0 auto;
        font-size: 24px;
        color: #fff;
    }

.nav-user-txt li p {
    color: #fff;
    line-height: 12px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 5px;
    display: table-cell;
    vertical-align: middle;
}

    .nav-user-txt li p span:nth-child(1) {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        display: block;
        margin: 0 0 3px 0;
        font-weight: bold;
    }

    .nav-user-txt li p span:nth-child(2) {
        opacity: 1;
        color: #fff;
        font-size: 12px;
    }

.nav-user-txt li .dropdown-content {
    position: absolute;
    top: 41px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    width: 200px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
}

.nav-user-txt li.sp-view {
    position: static !Important;
    height: 41px;
}

.nav-user-txt li .dropdown-content.dropdown-view {
    position: absolute;
    border-radius: 0 0 6px 6px;
    margin: auto;
    width: 1200px;
    height: 148px;
    top: 56px;
    left: 0 !Important;
    transform: translateX(0%);
    right: 0 !Important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 18;
    opacity: 0;
}


.nav-user-txt li .dropdown-content .pd-user {
    padding: 15px 12px 20px 12px;
}

.nav-user-txt li .icon span.mount {
    height: 18px;
    width: 18px;
    padding: 0;
    color: #000;
    font-size: 12px;
    border-radius: 50%;
    background-color: #ffe300;
    display: block;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: -6px;
    right: -6px;
}

.nav-user-txt li .dropdown-content p {
    display: block;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    padding-left: 15px;
    line-height: 24px;
    border-bottom: 1px solid #f0f0f0;
}

    .nav-user-txt li .dropdown-content p:last-child {
        border: none
    }

    .nav-user-txt li .dropdown-content p span:nth-child(1) {
        color: #39393a;
        font-size: 14px;
        padding: 0
    }

    .nav-user-txt li .dropdown-content p span:nth-child(2) {
        font-size: 24px;
    }

    .nav-user-txt li .dropdown-content p a span {
        font-size: 24px !important;
        font-weight: 500 !important;
    }

        .nav-user-txt li .dropdown-content p a span.color2 {
            color: #6ece1a;
        }

        .nav-user-txt li .dropdown-content p a span.color1 {
            color: #e73435;
        }

    .nav-user-txt li .dropdown-content p span:nth-child(2).color3 {
        color: #39393a;
        font-weight: normal;
    }


.nav-user-txt li .dropdown-content:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 46%;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.nav-user-txt li .dropdown-content.dropdown-view:before {
    left: 61%;
}

.nav-user-txt .dropdown-content .level a {
    margin-left: 24px;
    text-decoration: underline;
    color: #ed0017;
}

.nav-user-txt li:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
}

.nav-user-txt .dropdown-content .pd-user .icon_pic {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}

.nav-user-txt .dropdown-content > div > div > span {
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
}

.nav-user-txt .dropdown-content .pd-user .nameSpan {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-user-txt .dropdown-content .level {
    display: inline-block;
    color: #999;
}

.nav-user-txt .dropdown-content .info {
    display: flex;
    padding: 8px;
    border-radius: 3px;
    background-color: #f3f3f3;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
}

    .nav-user-txt .dropdown-content .info li {
        flex: 1;
    }

    .nav-user-txt .dropdown-content .info a {
        display: block;
        font-size: 12px;
        color: #999;
    }

        .nav-user-txt .dropdown-content .info a span {
            font-weight: bold;
            font-size: 16px;
            color: #333;
        }

.nav-user-txt .dropdown-content .func-user {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    justify-content: center;
    color: #666;
}

    .nav-user-txt .dropdown-content .func-user a {
        box-sizing: border-box;
        width: 100%;
        color: #333;
        line-height: 34px;
        display: inline-block;
        font-size: 14px;
    }

        .nav-user-txt .dropdown-content .func-user a i {
            vertical-align: middle;
            margin-right: 5px;
            font-size: 20px;
            font-weight: 400 !important;
        }

.nav-user-txt .dropdown-content a.nameLogout {
    display: block;
    max-width: 220px;
    height: 34px;
    margin: 0 auto;
    background: linear-gradient(-180deg,#fbfbfb 0%,#f1f1f1 100%);
    border: 1px solid #c3c3c3;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12);
    line-height: 34px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

    .nav-user-txt .dropdown-content a.nameLogout:hover {
        background: #f00;
        border: 1px solid #e00;
        color: #fff
    }

.nav-user-txt li a {
    font-size: 14px;
    display: flex;
    color: #fff;
}

    .nav-user-txt li a span {
        padding-left: 8px;
        display: flex;
        font-size: 13px;
        align-items: center;
    }

        .nav-user-txt li a span.user {
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 80px;
            overflow: hidden;
        }


.nav-user-txt .select {
    padding: 4px 16px;
    color: #fff;
    border-radius: 20px;
    background: #ea0303
}

.headsearch .btntop {
    width: 40px;
    height: 36px;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    background: #fff;
    color: #888;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
    transition: all 0.3s ease-in-out;
}

#cart-box {
    width: auto;
    float: right;
    height: 38px;
    padding: 23px 6px 0 28px;
    position: relative;
}

    #cart-box i {
        font-size: 25px;
        color: #f00;
    }

    #cart-box .cart span {
        width: 18px;
        height: 18px;
        background: #ffff00;
        text-align: center;
        font-size: 12px;
        color: #000;
        border-radius: 20px;
        position: absolute;
        top: 15px;
        right: -2px;
        line-height: 18px;
        font-weight: bold;
    }

.switchboard {
    float: right;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    padding: 9px 0 7px 15px;
}

    .switchboard span {
        display: block;
        overflow: hidden;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        padding-top: 2px;
    }

header .supermarket {
    float: right;
    overflow: visible;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 7px 0 7px 26px;
    position: relative;
}

    header .supermarket:before,
    header .supermarket:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        position: absolute;
        top: 11px;
        right: -10px;
    }

    header .supermarket span {
        display: block;
        overflow: hidden;
        font-size: 12px;
        font-weight: 300;
        color: yellow;
        padding-top: 3px;
    }

header .promotion {
    float: right;
    overflow: hidden;
    font-size: 15px;
    color: #f16233;
    font-weight: 600;
    padding: 7px 0 7px 24px;
}

    header .promotion span {
        display: block;
        overflow: hidden;
        font-size: 12px;
        color: #4a90e2;
        padding-top: 3px;
    }

header .supermarket:after {
    margin: 2px 2px 0 0;
    border-left-color: #4a90e2;
    border-width: 4px;
}

nav.menu_main_cate {
    display: block;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,.1);
}

    nav.menu_main_cate ul.menu-right-head {
        text-align: center;
    }

        nav.menu_main_cate ul.menu-right-head > li {
            text-align: left;
            padding: 10px 0;
            display: inline-block;
        }

            nav.menu_main_cate ul.menu-right-head > li > a {
                padding: 0 36px;
                font-size: 13px;
                color: #333;
                text-transform: none;
                font-weight: 500;
                display: flex;
                border-right: 1px solid #ccc;
                align-items: center;
            }

            nav.menu_main_cate ul.menu-right-head > li:last-child > a {
                border-right: none;
            }

            nav.menu_main_cate ul.menu-right-head > li > a > span {
                text-align: center;
                position: relative;
                display: inline-block;
                vertical-align: middle;
                float: left;
            }

                nav.menu_main_cate ul.menu-right-head > li > a > span img {
                    display: inline-block;
                    max-height: 28px;
                    max-width: 30px;
                }

            nav.menu_main_cate ul.menu-right-head > li > a > span {
                margin: 0;
                font-size: 15px;
                font-weight: normal;
            }

            nav.menu_main_cate ul.menu-right-head > li > a i {
                font-size: 24px;
                padding-right: 8px;
                /* background: url('/Content/desktop/images/doitra.png'); */
            }

            nav.menu_main_cate ul.menu-right-head > li:hover > a {
                color: #0074c1;
            }

            nav.menu_main_cate ul.menu-right-head > li:hover i.fa {
                color: #333;
            }

.subcate {
    position: absolute;
    left: 100%;
    top: -45px;
    margin-left: -1px;
    z-index: 1;
    box-shadow: 2px 2px 6px 0 rgba(17,29,43,.24);
    background-color: rgba(255,255,255,1);
    width: 711px;
    display: none;
    border: 1px solid #e5e5e5;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    min-height: 488px;
}

.bg-gray {
    background-color: #fbfbfb;
}

.subcate .box_subcate {
    padding: 12px 18px;
    float: left;
    min-height: 310px;
    line-height: 20px;
    width: 33.333333%;
    box-sizing: border-box;
}


    .subcate .box_subcate .links-cate:nth-child(2) {
        margin: 10px 0 0 0;
        border-top: 1px dotted #e3e3e3;
        padding-top: 15px;
    }

.subcate strong {
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    margin: 0 0 8px 0;
}

    .subcate strong a {
        color: #4a4a4a;
    }

.subcate ul {
    list-style: none;
    padding: 0;
}

    .subcate ul li {
        padding: 3px 0;
    }

        .subcate ul li a {
            color: #303030;
            padding: 0;
            display: block;
            font-size: 14px;
        }

        .subcate ul li:hover a {
            color: #4a90e2;
        }

.menu-main-left > li:hover .subcate {
    display: block;
}

.banner-top {
    padding-top: 0;
    overflow: hidden;
}

.slide-banner {
    float: left;
    width: 60%;
    padding: 10px 10px 0 10px;
    margin-left: 20%;
}

.cate-right {
    float: right;
    width: 20%;
}

    .cate-right img {
        width: 100%;
    }


.is-affixed {
    height: auto !important;
}

.er-top-nav {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}


.sub_header_hot img {
    width: 100%
}

.sub_header {
    display: flex;
    vertical-align: middle;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 4px 0 rgba(152,165,185,.2);
    justify-content: space-between;
    align-items: center;
}

    .sub_header h2 {
        font-size: 22px;
        color: #505050;
        font-weight: 600;
        position: relative;
        padding: 0 10px;
        line-height: 8px;
        float: initial;
        width: auto;
        margin: 0;
        border-left: 8px solid #f00;
    }

    .sub_header a {
        flex: 1;
        margin: 0;
        padding: 0px 3px;
        font-size: 12px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 45px;
        color: #333;
        border-right: 1px solid #f3f3f3;
    }

        .sub_header a:hover {
            transition: .3s;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
        }

        .sub_header a.active {
            /* background: url(https://www.dienmayxanh.com/content/images/2019/ThemeTet2020/active.png) no-repeat center center; */
            background-size: cover;
            color: #fff;
            font-weight: 600;
            font-weight: 600;
            background: #99040d;
        }

        .sub_header a.viewall {
            border-radius: 99px;
            padding: 0 15px;
            background-color: #4a90e2;
            font-size: 14px;
            color: #fff;
            text-align: center;
            line-height: 32px;
        }

.sub_heading {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

    .sub_heading h2, .sub_heading strong {
        font-size: 22px;
        color: #505050;
        font-weight: 600;
        line-height: 8px;
        width: auto;
        margin: 0;
    }

    .sub_heading .icon {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

    .sub_heading i {
        font-size: 23px;
        margin: 0 10px 0 0;
        width: 40px;
        background: #6e58f1;
        line-height: 40px;
        text-align: center;
        color: #fff;
        height: 40px;
        border-radius: 50%;
    }

        .sub_heading i.akr-icon_CatNew {
            background: #f9a425;
        }

        .sub_heading i.akr-icon_Clock {
            background: #eb86be;
        }

    .sub_heading a.viewall {
        border-radius: 99px;
        padding: 0 15px;
        background-color: #4a90e2;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 32px;
    }


#box_pro_flashsale li {
    float: none;
}

#box_pro_flashsale_cm {
    clear: both;
}

    #box_pro_flashsale_cm li .bglipro {
        min-height: 320px;
    }

.banner_adv_pro,
.category_right {
    width: 20%;
    float: right;
}

.listproduct {
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    border-top: 1px solid #eee;
}

.list_border {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.listproduct li {
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0;
    min-height: 266px;
}

    .listproduct li .bglipro {
        display: block;
        overflow: hidden;
        background: #fff;
        cursor: pointer;
        padding-bottom: 8px;
        min-height: 266px;
    }

        .listproduct li .bglipro p.idpro {
            padding: 10px;
        }

        .listproduct li .bglipro .reponsive-img {
            padding-top: 65%;
            margin: 25px 0 10px;
        }

    .listproduct li .Parameter {
        position: absolute;
        top: 0;
        right: 10px;
        margin: 0;
        text-align: right;
        display: block;
        overflow: hidden;
    }

        .listproduct li .Parameter img {
            display: block;
            vertical-align: middle;
            width: auto;
            height: 30px;
            margin: 0;
        }

        .listproduct li .Parameter h3 {
            display: inline-block;
            font-size: 14px;
            color: #4a90e2;
            font-weight: 600;
            vertical-align: middle;
            display: none;
            border: 1px dashed #4a90e2;
            border-radius: 2px;
            line-height: 18px;
            padding: 0 3px;
            background: #fff;
        }

.c-product-item_info {
    padding: 0 12px 10px;
}

.listproduct li h3 {
    display: block;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 14px;
    color: #4a90e2;
    font-weight: 500;
    height: 36px;
}

.price-box {
    padding: 3px 0 6px;
    overflow: hidden;
    position: relative;
}

.big-bn-right {
    float: right;
    width: 20%;
}

.homenews {
    margin-top: 10px;
}

    .homenews h2 {
        background: #fff;
        font-size: 14px;
        padding: 11px 0 8px 12px;
    }

        .homenews h2 a:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 5px solid #4a90e2;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            display: inline-block;
            margin-left: 5px;
        }

        .homenews h2 a {
            color: #4a90e2;
            text-transform: uppercase;
            font-weight: 600;
            line-height: 20px;
        }

    .homenews .more {
        float: right;
        padding: 0 10px;
        background: #fff;
        font-size: 12px;
        color: #4a90e2;
    }

    .homenews li {
        display: block;
        padding: 5px 10px 6px;
        border-top: 1px solid #ededed;
        background: #fff;
    }

        .homenews li a {
            display: block;
            overflow: hidden;
        }

        .homenews li img {
            float: right;
            width: 66px;
            height: auto;
            max-height: 50px;
            margin-left: 10px;
        }

        .homenews li h3 {
            display: block;
            overflow: hidden;
            height: 35px;
            font-weight: normal;
            line-height: 1.3em;
            font-size: 14px;
            color: #666;
        }

        .homenews li span {
            display: inline-block;
            font-size: 11px;
            color: #999;
            vertical-align: middle;
        }

li.bannerHome img {
    max-height: 100px;
    margin-top: 3px;
    width: 100%;
}

li.bannerHome {
    display: inline-block;
}

.list-brand-cate {
    font-size: 15px;
    margin: 10px 0 0px 0;
    padding-left: 0;
    list-style: none;
}

    .list-brand-cate li {
        margin-bottom: 10px;
        transition: 0.3s;
        -webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,.12);
        box-shadow: 0 2px 4px 1px rgba(0,0,0,.12);
        border-radius: 3px;
        background: #fff;
    }

        .list-brand-cate li .category-card__image {
            position: relative;
            height: 100%;
            width: 100%;
            padding-top: 58.33%;
            overflow: hidden;
        }

            .list-brand-cate li .category-card__image img {
                object-fit: contain;
                margin: auto;
                padding: 10px;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }

        .list-brand-cate li .category-card__name {
            border-top: 1px solid #e6e6e6;
            padding: 15px 8px;
            font-weight: 600;
            text-align: center;
            line-height: 1.25rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .list-brand-cate li a {
            font-size: 14px;
            color: #212121;
            display: block;
            border-radius: 3px;
            justify-content: center;
            align-items: center;
        }

            .list-brand-cate li a:hover {
                color: #288ad6
            }

        .list-brand-cate li:hover {
            -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.12);
            box-shadow: 0 2px 4px 2px rgba(0,0,0,.12);
        }

            .list-brand-cate li:hover img {
                transition: 0.5s;
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

.search-ads {
    background: #fff;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding: 10px;
}

    .search-ads > span {
        margin-right: 15px;
    }

    .search-ads > a {
        margin-right: 25px;
        line-height: 25px;
        font-size: 14px;
        color: #4a90e2;
    }

.news-homepage {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    padding: 10px;
}

    .news-homepage img {
        vertical-align: middle;
        width: 335px;
        height: 421px;
        object-fit: cover;
        object-position: left;
    }

    .news-homepage .fl > a img {
        width: 100%;
        height: 361px;
    }

    .news-homepage .fl {
        margin-right: 16px;
        height: auto;
        overflow: hidden;
        width: 54%;
        float: left;
    }

        .news-homepage .fl h4 {
            color: #333;
            padding: 5px 0;
            font-size: 16px;
        }

        .news-homepage .fl a h4 {
            color: #333
        }

    .news-homepage .fr {
        height: auto;
        width: 44.3%;
        display: inline-block;
    }

        .news-homepage .fr .right-news > a {
            display: inline-flex;
            padding-bottom: 3px;
            position: relative;
            overflow: hidden;
            width: 100%;
        }

            .news-homepage .fr .right-news > a:not(:last-child) {
                border-bottom: 1px solid #ededed;
            }

        .news-homepage .fr .right-news > a {
            display: inline-flex;
            padding-bottom: 3px;
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .news-homepage .fr .right-news figure {
            position: relative;
            width: 150px;
        }

        .news-homepage .fr .right-news > a:not(:first-child) {
            padding-top: 3px;
        }

        .news-homepage .fr figure img {
            display: block;
            opacity: 1;
            width: 100%;
            height: 66px;
        }

        .news-homepage .fr .right-news > a > p {
            display: -webkit-box;
            width: calc(86% - 20px);
            cursor: pointer;
            font-size: 14px;
            color: #333;
            padding: 5px 10px;
            line-height: 18px;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            height: 50px;
        }


.list-news-home {
    margin: 0 -5px;
}

    .list-news-home .item {
        margin-bottom: 10px;
        box-shadow: 4px 4px 16px 0 rgba(217,228,231,.5);
        border-radius: 6px;
        background: #fff;
    }

        .list-news-home .item .img {
            position: relative;
            display: block;
            padding-top: 65%;
            overflow: hidden;
        }

            .list-news-home .item .img img {
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                min-height: 100%;
            }

        .list-news-home .item .time {
            width: 50px;
            float: left;
            height: 55px;
            border: solid 1px #ddd;
            text-align: center;
        }

            .list-news-home .item .time b {
                display: block;
                font-size: 21px;
                margin-top: 3px;
                margin-bottom: 2px;
            }

    .list-news-home .col-md-3 {
        padding: 0 5px;
    }

    .list-news-home .item .info {
        padding: 10px;
        min-height: 150px;
    }

        .list-news-home .item .info .cat {
            display: inline-block;
            background: #0c72bd;
            color: #fff;
            font-weight: 500;
            line-height: 24px;
            padding: 0 10px;
            font-size: 13px;
            margin-bottom: 10px;
            border-radius: 3px;
        }

        .list-news-home .item .info a.name {
            font-size: 16px;
            margin-bottom: 10px;
            line-height: 20px;
            color: #333;
            font-weight: bold;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
        }

            .list-news-home .item .info a.name:hover {
                color: #f00
            }

        .list-news-home .item .info p {
            font-size: 14px;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
        }

.social-footer {
    display: table;
    width: 100%;
    margin-top: 15px;
}

    .social-footer a {
        width: 35px;
        height: 35px;
        text-align: center;
        margin-right: 10px;
        border-radius: 50px;
        border: none;
        background: #e00;
        float: left;
        margin-right: 10px;
    }

        .social-footer a i.fa {
            height: 35px;
            text-align: center;
            line-height: 35px;
            color: #fff;
            font-size: 18px;
            transition: all .5s;
        }

#footer {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(152,165,185,.2);
    margin-top: 20px;
}

.footer_middle {
    background: #fff;
    border-top: 1px solid #ccc;
}

.footer-top-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.footer-top-block {
    height: 90px;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
}

.footer-content-block {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-top-block-item {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    padding: 0 17px;
    width: 20%;
    border-left: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.ft-content-section {
    margin: auto;
}

.footer-top-block-item i {
    font-size: 35px;
    color: #f00;
    margin-right: 15px;
}

.footer-ad-words-block {
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    text-align: justify;
}

    .footer-ad-words-block a {
        color: #000;
    }

        .footer-ad-words-block a:hover {
            text-decoration: underline
        }

    .footer-ad-words-block span {
        padding: 0 5px;
    }

.footer-top-block-right-content {
    width: 100%;
}

.ft-subscription-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

    .ft-subscription-content i.akr-icon_Envelope {
        position: absolute;
        font-size: 22px;
        left: 10px;
        top: 8px;
        color: #aaa;
        margin-right: 20px;
    }

.ft-subscription-input {
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 0 15px 0 40px;
    border-right: 0;
    font-size: 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
}

.ft-subscription-btn {
    width: 100px;
    padding: 9px 10px;
    background: #d00;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.ft-subscription-text {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    color: #666
}

.ft-subscription-block i {
    font-size: 60px;
    color: #aaa;
    margin-right: 20px;
}

.ft-subscription-block {
    width: 60%;
    min-width: 472px;
    padding: 10px 30px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.footer_top {
    padding: 10px 0 10px;
    margin-top: 15px;
}

ul.list-footer > li {
    margin-bottom: 15px;
    width: 20%;
    float: left;
}

    ul.list-footer > li p.heading {
        color: #636363;
        margin-top: 8px;
        position: relative;
        text-transform: uppercase;
        font-weight: normal;
        display: block;
        font-size: 15px;
    }


    ul.list-footer > li .bg-ft {
        color: #636363;
    }

ul.list-mn li {
    padding: 5px 0;
    font-size: 14px;
}

    ul.list-mn li a {
        color: #288ad6;
        font-size: 14px;
    }

        ul.list-mn li a strong {
            color: #f00
        }

        ul.list-mn li a:hover {
            color: #666;
        }


.payment-img {
    padding: 10px 0;
}

    .payment-img img {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 7px;
        vertical-align: middle;
    }

.social-foo {
    float: left;
    width: 100%;
}

    .social-foo a {
        display: block;
        float: left;
        margin-right: 10px;
    }

        .social-foo a i.fa {
            width: 46px;
            height: 46px;
            background-color: #e23a24;
            -ms-border-radius: 6px;
            border-radius: 6px;
            text-align: center;
            line-height: 46px;
            color: #fff;
            font-size: 28px;
        }

            .social-foo a i.fa:hover,
            .social-foo a i.fa:focus {
                background-color: #c42812;
            }

.footer_bottom {
    background: #f8f8f8;
    padding: 10px 0 5px 0;
    color: #999;
    font-size: 11px;
}

    .footer_bottom h5 {
        font-size: 11px;
        font-weight: 600;
        margin: 0
    }

    .footer_bottom p {
        font-size: 11px;
        line-height: 18px;
        font-weight: 300;
        margin: 0px;
    }

    .footer_bottom div.block-cpn {
        width: 75%;
        float: left;
        text-align: right;
    }

    .footer_bottom div.block {
        float: right
    }

    .footer_bottom img {
        height: 40px;
    }

    .footer_bottom p {
        margin: 0;
    }

.adressshowroom {
    color: #fff;
    line-height: 1.6em;
}

.footer_address {
    border-top: 1px solid #F1F1F1;
}

ul.list_showroom > li {
    padding: 13px 0 20px;
    float: left;
    width: 33.33333333%;
}

    ul.list_showroom > li .bg_showroom {
        display: block;
        position: relative;
        text-decoration: none;
    }

        ul.list_showroom > li .bg_showroom .img-thumb {
            float: left;
            width: 40%;
            overflow: hidden;
        }

            ul.list_showroom > li .bg_showroom .img-thumb img {
                width: 100%;
            }

            ul.list_showroom > li .bg_showroom .img-thumb .hm-reponsive {
                padding-top: 116.25%;
            }


.info-showroom {
    float: left;
    width: 60%;
    padding-left: 7px;
}

    .info-showroom .name {
        color: #F25A29;
        font-weight: bold;
        background: url(../images/home.png) no-repeat 0 0;
        padding-left: 22px;
        padding-top: 1px;
        font-size: 13px;
        text-transform: uppercase;
        background-size: 19px;
        letter-spacing: -0.5px;
        margin-bottom: 2px;
    }

ul.list-adress li {
    font-size: 12px;
    color: #333;
    letter-spacing: -0.2px;
    padding-left: 4px;
    line-height: 16px;
    margin-bottom: 5px;
}

    ul.list-adress li span,
    ul.list-adress li a {
        color: #F25A29;
    }

    ul.list-adress li i.fa {
        padding-right: 5px;
    }

.ft_diemban {
    background: #F25A29;
    border-radius: 5px;
    padding: 7px 8px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
}

.menu_main_cate.fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 33px;
    background: #78B43D;
}

    .menu_main_cate.fixed .menu-main-left {
        display: none;
    }

    .menu_main_cate.fixed .menu-right-head {
        display: none;
    }


    .menu_main_cate.fixed nav.menu_main_cate {
        background: #eee !important;
    }

.header-wrap.fixed .headsearch {
    float: none;
    width: 100%;
}

.box-cate-main:hover .menu-main-left {
    visibility: visible !important;
}

.box-cate-main {
    position: relative;
    width: 20%;
    z-index: 6;
    float: left;
}

    .box-cate-main .menu-main-left.home-active {
        display: block;
    }

    .box-cate-main .nav-categories {
        font-size: 15px;
        font-weight: 600;
        height: 44px;
        line-height: 44px;
        text-transform: uppercase;
        padding-left: 15px;
        cursor: pointer;
        border-bottom: none;
        color: #222;
        box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
        background: #fff;
    }

        .box-cate-main .nav-categories i {
            font-size: 18px;
            top: 12px;
            right: 10px;
            position: absolute;
        }

    .box-cate-main .menu-main-left {
        position: absolute;
        left: 0;
        top: 100%;
        overflow: hidden;
        height: 386px;
        width: 240px;
        display: none;
        -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
        background: #fff;
    }

        .box-cate-main .menu-main-left:hover {
            overflow: visible;
            height: auto
        }

.menu-main-left > li {
    cursor: pointer;
    white-space: nowrap;
    border-top: 1px solid #dcdee3;
    text-overflow: ellipsis;
}

    .menu-main-left > li .menu-item.current {
        background: #fff;
        z-index: 2;
    }

    .menu-main-left > li:hover .menu-item::after {
        right: 0px;
        color: #f00
    }

    .menu-main-left > li .menu-item {
        display: flex;
        position: relative;
        padding: 6px 10px;
        display: -webkit-flex;
        align-items: center;
    }

        .menu-main-left > li .menu-item .icon {
            margin-right: 10px;
            text-align: center;
        }

            .menu-main-left > li .menu-item .icon img {
                height: 22px;
                filter: opacity(.5);
            }

        .menu-main-left > li .menu-item::after {
            font-family: "FontAwesome";
            content: '\f105';
            color: #a6a6a6;
            font-size: 18px;
            position: absolute;
            right: 8px;
            transition: all .3s;
        }

    .menu-main-left > li p {
        margin: 0;
    }

        .menu-main-left > li p a {
            font-size: 14px;
            color: #3f3f3f;
        }

.menu-main-left li a:hover {
    color: #fe0000;
}

.menu-main-left > li label {
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.box-cate-main:hover .menu-main-left {
    display: block;
}


ul.service-item {
    display: table;
    width: 100%;
    border: 1px dotted #e5e5e5;
    background: #fff;
}

    ul.service-item li {
        float: left;
        height: 65px;
        display: block;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center;
        width: 20%;
        border-right: 1px solid #d4d4d4;
    }

        ul.service-item li span {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 30px;
            color: #404040;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        ul.service-item li small {
            font-size: 14px;
            color: #404040;
            line-height: 1.3em;
            padding: 0 3px;
            display: block;
            text-align: center;
        }

        ul.service-item li:hover {
            background-color: #f3f3f3;
        }

        ul.service-item li:nth-child(5) {
            border-right: none;
        }

.sologan-foo {
    padding-bottom: 15px;
    background: #f2f2f2;
}

    .sologan-foo .item-sologan {
        float: left;
        width: 100%;
        background-image: url(../images/i-footer-1.png);
        background-repeat: no-repeat;
        padding-left: 64px;
        margin-top: 15px;
        height: 49px;
    }

        .sologan-foo .item-sologan a {
            font-size: 16px;
            padding-top: 5px;
            text-transform: uppercase;
            color: #2c2c2c;
            font-weight: bold;
            float: left;
            display: block;
            width: 100%;
        }

            .sologan-foo .item-sologan a:hover {
                color: #e23a24;
            }

        .sologan-foo .item-sologan span {
            font-size: 14px;
            color: #818281;
        }

        .sologan-foo .item-sologan.slg-1 {
            background-position: 0 0;
        }

        .sologan-foo .item-sologan.slg-2 {
            background-position: 0 -49px;
        }

        .sologan-foo .item-sologan.slg-3 {
            background-position: 0 -98px;
        }

/*product*/

.Wrapper {
    -moz-min-width: 1200px;
    -ms-min-width: 1200px;
    -o-min-width: 1200px;
    -webkit-min-width: 1200px;
    min-width: 1200px;
}

.Wrapper_cate {
    background: #fff;
}

.listproduct li.col_w25 {
    width: 25%;
}

    .listproduct li.col_w25:nth-child(4n+4) {
        border-right: 0;
    }

.listproduct li.col_10_2:nth-child(5n+5) {
    border-right: 0;
}

ul.listproduct-cate {
    border-left: 1px solid #f3f3f3;
}

.breadcrumb {
    display: block;
    overflow: hidden;
    background: none;
    margin: 5px 0;
    line-height: 32px;
    padding: 0;
}

    .breadcrumb > li {
        font-size: 14px;
        float: left;
        color: #000;
    }

        .breadcrumb > li + li:before {
            content: "\f105";
            padding: 0 10px;
            float: left;
            font-family: "FontAwesome";
            font-size: 20px;
            color: #999;
        }

        .breadcrumb > li a {
            color: #999;
        }

            .breadcrumb > li a:hover {
                color: #000;
            }

.leftcate {
    float: left;
    width: 79%;
}

.rightcate {
    float: right;
    width: 20%;
}

.listproduct li .bginfo {
    display: block;
    height: 200px;
    background: #fff;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    -ms-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

    .listproduct li .bginfo h4 {
        padding: 8px 5px;
        height: 47px;
    }

    .listproduct li .bginfo span {
        display: block;
        color: #666;
        padding: 2px 5px;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
    }

.listproduct li:hover .bginfo {
    -ms-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.box-online {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box-proside {
    display: block;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    margin: 0;
    background: #fff;
    margin: 5px 0 5px;
    padding-bottom: 10px;
}

    .box-proside aside {
        display: block;
        overflow: hidden;
        margin-top: 10px;
    }

        .box-proside aside p {
            font-size: 12px;
            color: #666;
            padding-top: 10px;
            border-top: 1px dashed #c8c8c8;
            margin: 0 10px;
        }

    .box-proside .imgpromotion {
        display: block;
        overflow: hidden;
        width: calc(100% - 20px);
        white-space: nowrap;
        padding: 10px 10px 0;
    }

        .box-proside .imgpromotion img {
            display: block;
            width: 60px;
            height: auto;
            margin: auto;
            float: left;
            margin-right: 5px;
        }

        .box-proside .imgpromotion h3 {
            overflow: hidden;
            font-size: 11px;
            color: #288ad6;
            white-space: initial;
            text-overflow: ellipsis;
            line-height: 13px;
            margin-top: 5px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: 40px;
        }

    .box-proside .box-pd {
        padding: 10px 10px 0 10px;
    }

    .box-proside span.promo {
        display: block;
        overflow: hidden;
        padding: 10px 10px 0 30px;
    }

    .box-proside span i.numeric {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: #468ee5;
        color: #fff;
        float: left;
        text-align: center;
        border-radius: 50%;
        margin: 3px 0 0 -24px;
        font-style: normal;
        border: 1px solid #468ee5;
        border-top: 0;
        font-size: 11px;
    }

    .box-proside a {
        color: #288ad6;
    }

    .box-proside strong {
        display: block;
        overflow: hidden;
        font-size: 16px;
        color: #333;
        line-height: 15px;
        padding: 8px 10px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 10px;
    }

        .box-proside strong:first-child {
            margin-top: 0;
            padding: 10px;
            text-transform: uppercase;
            background: #f7f7f7;
            border-bottom: 1px solid #ddd;
        }

            .box-proside strong:first-child > span {
                font-size: 14px;
                text-transform: none;
                font-weight: 400;
                display: inline-block;
                padding-top: 5px;
            }

.box-onlineheader {
    background-color: #e21d22;
    padding: 10px;
    line-height: 12px;
    position: relative;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 5px 5px 0 0;
}

    .box-onlineheader > img {
        width: 94px;
        height: 42px;
        display: inline-block;
        border-right: 1px solid #fff;
        padding-right: 10px;
        padding-top: 0;
        margin-right: 10px;
    }

    .box-onlineheader > div {
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
    }

    .box-onlineheader label {
        display: block;
        text-align: left;
        color: #fff;
        font-weight: bold;
    }

        .box-onlineheader label strong {
            font-size: 22px;
            color: #f8e81c;
            text-align: left;
        }

    .box-onlineheader span {
        font-size: 13px;
        color: #fff;
        margin-top: 5px;
    }

.box-onlinecontent {
    padding: 10px;
    border: 1px solid #fede9d;
    border-top: none;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #fff4de;
}

.box-online ul.area_promotion {
    margin: 0;
    padding-bottom: 10px;
}

    .box-online ul.area_promotion li {
        display: block;
        position: relative;
        font-size: 14px;
        color: #333;
        padding: 5px 0 5px 15px;
    }

        .box-online ul.area_promotion li:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #6d6d6d;
            left: 0;
            position: absolute;
            top: 12px;
        }

.box-online .shockbuttonbox {
    margin-bottom: 10px;
}

.shockbuttonbox {
    clear: both
}

    .shockbuttonbox button.buy_now {
        width: 100%;
        background-image: linear-gradient(-180deg,#e52025 2%,#d81116 96%);
        display: block;
        overflow: hidden;
        padding: 9px 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px;
        line-height: normal;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        border: none;
    }

    .shockbuttonbox a.buy_now {
        background-image: linear-gradient(-180deg,#e52025 2%,#d81116 96%);
        display: block;
        overflow: hidden;
        padding: 9px 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px;
        line-height: normal;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    .shockbuttonbox button.buy_now1, .shockbuttonbox a.buy_now1 {
        display: block;
        overflow: hidden;
        padding: 9px 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px;
        line-height: normal;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        background: -webkit-gradient(linear,0% 0,0% 100%,from(#fd6e1d),to(#f59000));
        background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
        background: -moz-linear-gradient(top,#f59000,#fd6e1d);
        background: -ms-linear-gradient(top,#f59000,#fd6e1d);
        background: -o-linear-gradient(top,#f59000,#fd6e1d);
    }

        .shockbuttonbox button.buy_now span, .shockbuttonbox button.buy_now1 span, .shockbuttonbox a.buy_now span, .shockbuttonbox a.buy_now1 spa {
            display: block;
            font-size: 12px;
            color: #fff;
            text-transform: none;
        }

    .shockbuttonbox .buy_ins.twoins {
        float: left;
        width: calc(50% - 5px);
        margin-bottom: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

.buy_ins.twoins.nl {
    margin-right: 0 !important;
}

.shockbuttonbox .buy_ins {
    line-height: normal;
    display: block;
    padding: 9px 0;
    text-align: center;
    margin: 10px 0 0 0;
    background-image: linear-gradient(-180deg,#2a8cd8 0,#1276c5 99%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

    .shockbuttonbox .buy_ins span {
        display: block;
        font-size: 12px;
        color: #fff;
        text-transform: none;
    }

.box-online a.danhsach {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #4a90e2;
    cursor: pointer;
    clear: both;
}

.list_keys {
    /* max-height: 60px; */
    position: relative;
}

    .list_keys:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background: linear-gradient(hsla(0,0%,100%,0),#fff);
    }

    .list_keys .title {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 0;
    }

    .list_keys ul {
        display: block
    }

    .list_keys li {
        display: block;
        position: relative;
        font-size: 14px;
        color: #333;
        padding: 3px 0 3px 10px;
    }

        .list_keys li:before {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #999;
            left: 0;
            position: absolute;
            top: 10px;
        }

.box_content_view {
    display: block;
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 0 4px 0 rgba(152,165,185,.2);
    border-radius: 6px;
    float: left;
    width: 100%;
}

.wp-post-thongso {
    line-height: 160%;
    font-size: 16px;
}

    .wp-post-thongso p > img {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }

.expand.js-content {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 960px;
}

    .expand.js-content p > img {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }

.js-content.expand + .show-more::before {
    content: "";
    height: 55px;
    margin-top: -45px;
    position: relative;
    background: -webkit-gradient(linear,0% 100%,0% 0%,from(rgb(255,255,255)),color-stop(0.5,rgb(255,255,255)),to(rgba(255,255,255,0)));
    display: block;
}

.show-more #js-show-more {
    display: block;
    color: #189eff;
    text-align: center;
    width: 229px;
    border: 1px solid #189eff;
    height: 39px;
    line-height: 39px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto 10px;
}

.show-more {
    margin-bottom: 30px;
    margin-top: 0px;
    color: #242424;
}

.box-table-thongso .table-responsive table tr:nth-child(2n+1) {
    background: rgba(0,0,0,.025);
}

.box-table-thongso .table-responsive table tr td {
    padding: 6px 10px;
}

    .box-table-thongso .table-responsive table tr td:first-child {
        width: 50%;
        font-weight: bold;
    }


.btn-xem-ct {
    margin-top: 10px;
}

    .btn-xem-ct a {
        width: 100%;
        transition: 0.2s;
        border-color: #288ad6;
        color: #288ad6;
    }

        .btn-xem-ct a:hover {
            background: #288ad6;
            color: #ffff;
        }

.sp-khuyenmai .btn-mua-ngay .btn {
    width: 49%;
    float: left;
}

.sp-khuyenmai .btn-mua-ngay .btn1 {
    margin-right: 2%;
}

.left-km {
    display: table;
    width: 100%;
}

    .left-km > a {
        display: block;
        width: 100px;
        float: left;
    }

    .left-km .text-11 {
        width: calc(100% - 100px);
        float: left;
        padding-left: 10px;
    }

        .left-km .text-11 .h4-title a {
            color: #333;
            font-size: 16px;
        }

.sp-khuyenmai {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.h3-title-spcl {
    color: #333;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.box-tinlq {
    margin: 20px 0
}

.h3-title-sb-ct {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
}

.side-bar-ctsp > div {
    margin-bottom: 20px;
}

.list-tinlq li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

    .list-tinlq li > a {
        display: block;
        width: 100px;
        float: left;
    }

    .list-tinlq li > .title-tin {
        width: calc(100% - 100px);
        float: left;
        padding-left: 10px;
    }

        .list-tinlq li > .title-tin .h3-title {
            font-size: 15px;
            font-weight: 400;
        }

            .list-tinlq li > .title-tin .h3-title a {
                color: #333;
            }

.btn-mua-ngay {
    display: table;
    width: 100%;
    margin: 15px 0;
}

.fs-comment {
    width: 100%;
    display: table;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.fs-cm-c1 {
    width: 193px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #4a4a4a;
    padding: 10px;
    border-right: 1px solid #d8d8d8;
}

.fs-cm-c2 {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    width: 300px;
    border-right: 1px solid #d8d8d8;
}

.fs-cm-c3 {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
}

    .fs-cm-c3 h4 {
        font-size: 16px;
        color: #4a4a4a;
        margin-bottom: 15px;
    }

.btn-send-r span {
    cursor: pointer;
    line-height: 34px;
    padding: 10px 35px;
    color: #fff;
    background-image: linear-gradient(-180deg,#e52025 2%,#d81116 96%);
    border-radius: 3px;
}
/* css rating */

ul.rating2 {
    padding: 0
}

    ul.rating2 li {
        float: left;
        margin: 5px 3px 3px 0;
    }

        ul.rating2 li i {
            font-size: 1.2em;
            color: #ffa700
        }

            ul.rating2 li i.none {
                color: #ccc
            }


.rating > input {
    display: none;
}

.rating > label {
    color: #ddd;
    float: right;
    margin-bottom: 0px;
    line-height: 1;
}

    .rating > label:before {
        margin: 5px 10px 5px 0;
        font-size: 1.6em;
        font-family: 'FontAwesome';
        display: inline-block;
        font-weight: 900;
        content: "\f005";
    }

.rating > .half:before {
    font-family: 'FontAwesome';
    content: "\f089";
    position: absolute;
}

.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.rating-at > li label {
    color: #282828;
    width: 54px;
    text-align: center;
    font-weight: 600;
    margin: 0
}

.rating-at > li div {
    margin: 0 10px;
    display: inline-block;
    min-width: 5px;
    height: 10px;
    background: -webkit-linear-gradient(top,#eee,#f6f6f6);
    background: linear-gradient(to bottom,#eee,#f6f6f6);
    background-color: #f3f3f3;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.1);
    width: 100%;
    flex: auto;
    overflow: hidden;
}

    .rating-at > li div span {
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
        float: left;
        font-size: 0;
        height: 100%;
        border-radius: 4px;
        background: #fb0;
        background: -webkit-linear-gradient(top,#ffce00,#ffa700);
        background: linear-gradient(to bottom,#ffce00,#ffa700);
        background-color: #ffce00;
        display: block;
    }

.rating-at > li .count {
    color: #323431;
    width: 123px;
    font-size: 12px;
}

.rating-at > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.wp-rating-left {
    padding: 10px;
    border: 1px solid #ccc;
}

.wp-rating-right {
    margin-top: 10px;
}

.start-1 fieldset.rating {
    float: left;
    margin-top: -5px;
}

.er-titte-cm h2, .er-titte-cm p.cssh2 {
    display: block;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
}

.rating-send {
    display: none;
    padding: 0px;
}


.start-1 > span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.start-1 > p {
    font-size: 15px;
    font-weight: 600;
    float: left;
    margin: 0 12px 0 0px;
}

    .start-1 > p.view-star {
        font-size: 40px;
        color: #ffa700;
        float: none;
        margin: 5px 0 0 0;
        line-height: 40px;
    }
/* css cmt */

.comment-at {
    display: table;
    width: 100%;
    margin-top: 15px;
}

    .comment-at textarea {
        height: 100px !important;
        margin-top: 10px;
    }

.btn-cmt {
    padding: 10px 20px;
    border: none;
    color: #fff;
    margin-top: 10px;
    background-image: linear-gradient(-180deg,#e52025 2%,#d81116 96%);
    border-radius: 3px;
}

.media-at {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.comava-at {
    background: #4a90e2;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    color: #fff;
    border-radius: 100%;
}

.combody-at {
    display: block;
    width: calc(100% - 50px);
    margin-left: 0px;
    float: left;
}

.listrep-at {
    margin: 15px 0 0 50px;
    background: #f8f8f8;
    padding: 10px 15px 0 12px;
    overflow: hidden;
    border-radius: 5px;
    clear: both;
    border: 1px solid #dfdfdf;
}

.comact-at .time-at {
    font-size: 12px;
    color: #999
}

.combody-at p {
    margin-bottom: 0px;
    clear: both
}

.qtv-at {
    background: #E91C24;
}

.combody-at strong i {
    padding: 1px 5px;
    font-size: 11px;
    font-weight: normal !important;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    border-radius: 4px;
    background: #ffa63e;
}

.comact-at .reply-at {
    color: #E91C24;
    cursor: pointer;
    font-size: 12px;
    float: right;
}

.comment-at.repbox-at {
    display: none;
}

.comact-at {
    padding-top: 5px;
}

.box-cmt-danhgia {
    margin-top: 15px;
}

.btn-mua-ngay .btn1 {
    width: 100%;
    float: left;
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.btn-mua-ngay .btn2 {
    width: 100%;
    background-image: linear-gradient(-180deg,#2a8cd8 0,#1276c5 99%);
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.btn-mua-ngay .btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

    .btn-mua-ngay .btn span {
        display: block;
        font-size: 12px;
        font-weight: normal;
        text-transform: none;
    }


.wp-btn-ktbh .btn {
    background: #2092fc;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    width: 90%;
    margin: 1%;
}

    .wp-btn-ktbh .btn:hover {
        background: #b62807;
    }

.review-article {
    line-height: 24px;
    padding-right: 20px;
    text-align: justify;
}

.wp-item-tin-page {
    display: table;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}

    .wp-item-tin-page .img-item-tin-page {
        width: 380px;
        height: 235px;
        float: left;
        margin-right: 30px;
        overflow: hidden;
    }

        .wp-item-tin-page .img-item-tin-page img {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
            transition: all 0.6s ease-in-out;
        }

        .wp-item-tin-page .img-item-tin-page:hover img {
            transform: scale(1.06);
            opacity: 0.8;
        }

    .wp-item-tin-page .text-item-tin-page {
        width: calc(100% - 410px);
        float: left;
    }

        .wp-item-tin-page .text-item-tin-page .h3-title {
            font-size: 18px;
            margin-bottom: 10px;
        }

            .wp-item-tin-page .text-item-tin-page .h3-title a {
                color: #000;
            }

    .wp-item-tin-page .h3-title:hover a {
        color: #EA1C24;
    }

    .wp-item-tin-page .text-item-tin-page .p-date {
        font-size: 12px;
        color: #6D6E71;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #f7f7f7;
    }

    .wp-item-tin-page .p-date i {
        font-size: 14px;
        color: #EA1C24;
        margin-right: 5px;
    }

    .wp-item-tin-page .text-item-tin-page .p-post {
        color: #414042;
        font-size: 13px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        word-break: break-word;
        margin-bottom: 20px;
    }

    .wp-item-tin-page .btn-xem-them a.xem-them {
        font-size: 12px;
        border-radius: 0px;
        color: #58595B;
        border: 1px solid #eaeaea;
        padding: 6px 20px;
        transition: all 0.3s ease-in-out;
    }

        .wp-item-tin-page .btn-xem-them a.xem-them:hover {
            background: #EA1C24;
            color: #fff;
            margin-left: 10px;
        }

    .wp-item-tin-page a.xem-them i {
        color: #EA1C24;
        margin-left: 5px;
        font-size: 8px;
    }

    .wp-item-tin-page a.xem-them:hover i {
        color: #fff;
    }


.pagination-center {
    text-align: center
}

.pagination {
    margin: 5px 0 20px 0
}

    .pagination > li > a, .pagination > li > span {
        margin: 0 5px;
        border-radius: 0px !important;
        color: #4e4e4e;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background: #EA1C24;
        border-color: #EA1C24;
    }

.other-news-detail {
    position: relative;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}

    .other-news-detail h2 {
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        font-weight: 600;
        color: #e00;
        margin-bottom: 20px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
    }

        .other-news-detail h2 span {
            background: #fff;
            padding-right: 10px;
            position: absolute;
            top: 12px;
            left: 0;
        }

    .other-news-detail ul li {
        padding: 5px 0 5px 0;
        display: block;
        position: relative;
    }

        .other-news-detail ul li a {
            color: #333;
            text-decoration: none;
            font-size: 14px;
            display: block;
            padding-left: 18px;
        }

            .other-news-detail ul li a:hover {
                text-decoration: underline;
            }

        .other-news-detail ul li:before {
            content: "";
            position: absolute;
            top: 11px;
            left: 2px;
            width: 4px;
            height: 4px;
            background: #ccc;
        }

.new-list {
    display: block;
    overflow: hidden;
    margin: 20px 0 0;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}

    .new-list li {
        float: left;
        width: 48%;
        overflow: hidden;
        padding: 10px 0;
    }

    .new-list span.txt {
        display: block;
        overflow: hidden;
        font-size: 17px;
        color: #333;
        line-height: 1.3em;
    }

    .new-list li a {
        display: block;
        overflow: hidden;
        color: #4a90e2;
        padding: 6px 0;
        line-height: 18px;
    }

        .new-list li a:before {
            content: '?';
            font-size: 12px;
            margin-right: 5px;
            color: #d8d8d8;
        }

.productrelate strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
}

#brand-home {
    background: #fff;
    font-family: 'Roboto',sans-serif;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 2px 7px 0 #a6a6a6;
}

    #brand-home h2 {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 20px;
        margin: 15px 0;
        border-bottom: solid 1px #ddd;
        padding-bottom: 8px;
    }

    #brand-home ul {
        display: flex;
        padding: 0;
        margin: 0 -15px;
        flex-direction: row;
        list-style: none;
    }

        #brand-home ul li {
            width: 20%;
            margin: 15px;
            background: #fff;
            border: 1px solid #ddd;
            text-align: center;
        }

ul.listproduct-detail {
    border: none;
}

    ul.listproduct-detail li {
        border: 1px solid #fff;
    }

        ul.listproduct-detail li:hover {
            box-shadow: 0 2px 4px 0 rgba(220,220,220,.5);
            border: 1px solid #e8e8e8;
        }

    ul.listproduct-detail .c-product-item_info {
        padding: 0 10px 10px;
    }

    ul.listproduct-detail .bginfo_dt {
        overflow: hidden;
        padding-top: 3px;
    }

        ul.listproduct-detail .bginfo_dt span {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 12px;
            color: #666;
            padding: 3px 0;
            line-height: normal;
            text-transform: lowercase;
        }

/*product-detail*/

.product-detail-block {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 4px 0 rgba(152,165,185,.2);
    border-radius: 6px;
}

.productdecor-details {
    clear: both;
}

    .productdecor-details h1 {
        font-size: 22px;
        font-weight: normal;
        color: #333;
        float: left
    }

.productdecor-price {
    clear: both;
    padding: 9px 0;
    line-height: 20px;
}

    .productdecor-price i {
        vertical-align: middle;
        font-size: 18px;
        margin-right: 4px;
    }

    .productdecor-price a {
        color: #dd1015;
        font-size: 11px;
    }

    .productdecor-price .price del {
        margin: 0;
        display: inline-block;
        padding: 0;
        color: #999;
        font-size: 15px;
        font-weight: 400;
    }

    .productdecor-price .price span b {
        margin: 0;
        display: inline-block;
        padding: 0;
        color: #e00;
        font-size: 15px;
        font-weight: 400;
    }

    .productdecor-price .price {
        font-size: 23px;
        color: #e00;
        display: unset;
        font-weight: bold;
    }

.productdecor-details .product-sets {
    border: 0px;
    clear: both;
    border-width: 0 0 1px;
}

#product-actions-fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

    #product-actions-fieldset button {
        font-size: 16px;
        font-weight: bold;
        background-image: linear-gradient(-180deg,#e52025 2%,#d81116 96%);
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding: 6px 38px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 3px 4px 0 rgba(10,31,68,0.1), 0 0 1px 0 rgba(10,31,68,0.08);
        float: left;
        margin-top: 10px;
        border: 0;
    }

        #product-actions-fieldset button i {
            position: absolute;
            top: 13px;
            left: 10px;
            font-size: 20px
        }

        #product-actions-fieldset button span {
            display: block;
            font-size: 10px;
            font-weight: 400;
            text-transform: none;
        }

        #product-actions-fieldset button.btn-cart {
            background-image: linear-gradient(-180deg,#2a8cd8 0,#1276c5 99%);
        }

.why-buy label {
    font-size: 12px;
    font-weight: 500;
    background: #4a90e2;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding: 8px 15px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgba(10,31,68,0.1), 0 0 1px 0 rgba(10,31,68,0.08);
}

.map-bt label {
    font-size: 12px;
    font-weight: 500;
    background: #4a90e2;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding: 8px 15px;
    width: 100%;
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgba(10,31,68,0.1), 0 0 1px 0 rgba(10,31,68,0.08);
}

.wsupport-s {
    margin: 0 -1%;
    text-align: center;
    overflow: hidden;
    clear: both
}

    .wsupport-s li {
        width: 48%;
        border: 1px solid #ddd;
        border-radius: 5px;
        list-style: none;
        padding: 12px 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
        margin: 1%;
        float: left
    }

        .wsupport-s li p {
            font-size: 11px;
            line-height: 1.2em;
            margin: 0
        }

        .wsupport-s li i {
            display: block;
            font-size: 26px;
            margin-bottom: 5px;
        }

.rating-sets {
    display: inline-block;
    font-size: 14px;
    color: #288ad6;
    padding: 8px 10px;
}

ul.rating-result {
    padding: 0;
    /* float: left; */
    font-size: 14px;
    color: #288ad6;
    padding: 3px 10px;
    display: inline-block;
}

    ul.rating-result li {
        float: left;
        margin: 0 6px 0 0;
    }

        ul.rating-result li i {
            font-size: 1.2em;
            color: #FFD700;
        }

            ul.rating-result li i.none {
                color: #ccc;
            }

.whotline {
    margin: 10px -5px;
    overflow: hidden;
    text-align: center;
    clear: both
}

    .whotline li {
        width: 47.2%;
        border: 1px solid #ddd;
        border-radius: 5px;
        list-style: none;
        padding: 12px 0;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
        background: #f7f7f7;
        margin: 0 5px;
        float: left
    }

        .whotline li span {
            display: block;
            font-size: 12px;
        }

        .whotline li p {
            margin: 0;
        }

            .whotline li p.tdtv {
                font-size: 22px;
                font-weight: 600;
                color: #e00
            }

            .whotline li p.hotline {
                font-size: 22px;
                font-weight: 600;
                color: #2a8cd8
            }


.total-price,
.total-payment {
    border-top: 1px solid #e1e1e1;
    float: left;
    padding: 10px 0;
    width: 100%;
}

    .total-price span,
    .total-payment span {
        float: left;
        width: 40%;
        font-size: 14px;
    }

    .total-price strong,
    .total-payment strong {
        float: right;
        font-weight: bold;
        text-align: right;
        width: 60%;
    }

    .total-payment span {
        font-weight: bold;
    }

    .total-payment strong {
        color: #e23a24;
    }

.bt-payment {
    background-color: #e23a24;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 12px;
    text-align: center;
    text-transform: uppercase;
}

    .bt-payment:hover,
    .bt-payment:focus {
        background-color: #333d94;
    }


/*new*/

.boxNewscate {
    margin-bottom: 20px;
}

.left-new {
    width: 20%;
    padding-right: 10px;
}

.cent-new {
    width: 56%;
    padding: 0 20px 20px 20px;
    border-left: 1px solid #efeded;
    border-right: 1px solid #efeded;
}

.right-new {
    width: 24%;
    padding-left: 25px;
}


ul.list-new-cate li {
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    ul.list-new-cate li figure {
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
    }

        ul.list-new-cate li figure a {
            display: block;
        }

        ul.list-new-cate li figure img {
            max-width: 100%;
            max-height: 190px;
            margin: auto;
            display: block;
        }

    ul.list-new-cate li .blogtitle {
        margin-bottom: 7px;
        display: block;
        line-height: 1.2em;
        font-size: 15px;
        color: #636363;
        font-weight: 600;
        letter-spacing: .5px;
    }

    ul.list-new-cate li .blogsummary {
        color: #4d4d4d;
        font-size: 14px;
        padding-bottom: 8px;
        line-height: 22px;
        max-height: 40px;
        overflow: hidden;
    }

    ul.list-new-cate li .linkxemcht {
        color: #167ac6;
        display: inline;
        float: right;
    }

.new-list-cate h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 6px;
    color: #333;
    font-weight: 400;
}

ul.items-new li {
    padding-top: 10px;
    color: #999;
}

    ul.items-new li a {
        color: #288ad6;
        line-height: 20px;
        font-size: 14px;
    }

        ul.items-new li a:before {
            content: '?';
            font-size: 12px;
            margin-right: 5px;
            color: #d8d8d8;
        }

/*newdetail*/

.thumbnail-news-view {
    position: relative;
    font-size: 15px;
    /* background: #fff; */
}

    .thumbnail-news-view > h1 {
        font-size: 22px;
        font-weight: bold;
        color: #000;
        padding-bottom: 12px;
    }

.p-date-ct {
    margin-bottom: 20px;
    font-size: 12px;
    color: #6D6E71;
}

    .p-date-ct i {
        font-size: 14px;
        color: #EA1C24;
        margin-right: 5px;
    }

.div-post-border {
    font-size: 15px;
    font-weight: 500;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px dashed #EA1C24;
}

.post_content {
    word-wrap: break-word;
    padding: 0px 15px;
    line-height: 25px;
    display: block;
    float: left;
    width: 100%;
}

    .post_content p > img {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }

    .post_content p {
        margin-bottom: 10px;
    }

ul.items-new-02 li {
    padding-top: 20px;
    clear: both;
    width: 100%;
    height: 80px;
}

    ul.items-new-02 li a {
        color: #288ad6;
        line-height: 20px;
        font-size: 14px;
    }

    ul.items-new-02 li img {
        float: left;
        margin-right: 10px;
        width: 115px;
        max-height: 75px;
        border-radius: 4px;
    }

    ul.items-new-02 li span {
        display: inline-block;
        line-height: 20px;
        color: #999;
        margin-left: 10px;
    }

        ul.items-new-02 li span i.fa {
            padding-right: 4px;
        }

.content-km {
    width: 70%;
    float: left;
}

.right-km {
    width: 30%;
    padding-left: 25px;
}

.title_02 .text {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 35px;
    border-bottom: 1px solid #f3f3f3;
    font-family: 'Roboto Condensed',sans-serif;
}

.list_manufacturer {
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}

    .list_manufacturer li {
        border-bottom: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        float: left;
        text-align: center;
        width: 25%;
        padding-bottom: 15px;
    }

.brand-logo {
    position: relative;
    /* height:auto !important;
  */
    width: 100%;
    /* padding-top:56.25%;
  */
    overflow: hidden;
    height: 174px;
}

    .brand-logo img {
        margin: auto;
        position: absolute;
        max-width: 100%;
        max-height: 80%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* opacity:0.8;
  */
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

        .brand-logo img:hover {
            opacity: 1;
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
        }



.logo_home {
    text-indent: -9999px;
    font-size: 0;
}



/*add css*/

span.priceline {
    display: inline-block;
    text-decoration: line-through;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
}

a.bt-payment.buylink.other-buy {
    background-color: #e0ad00;
}

    a.bt-payment.buylink.other-buy:hover {
        background-color: #333d94;
    }

.notice-bc {
    clear: both
}

    .notice-bc a {
        margin-right: 10px;
    }

.payment-etho {
    clear: both;
    display: flex;
    padding: 10px 0;
    text-align: center
}

    .payment-etho .item {
        float: left;
        padding: 0 20px 0 0;
        text-align: center;
        margin: 5px 0;
    }

        .payment-etho .item i {
            font-size: 25px;
        }

        .payment-etho .item p {
            font-size: 12px;
            margin: 0;
            line-height: 13px;
        }

.showroom-add {
    padding: 0 20px 20px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.footer-new-left, .footer-new-center, .footer-new-right {
    position: relative;
}

    .footer-new-left p.sameh3 {
        text-align: left;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .footer-new-right h3 {
        font-size: 15px;
        text-transform: uppercase;
        margin: 20px 0 10px 0;
        font-weight: bold;
    }

    .footer-new-left button .icon-1 {
        font-size: 20px;
        padding-top: 2px;
        float: right;
        margin-left: 10px;
    }

    .footer-new-left button .icon-2 {
        font-size: 20px;
        padding-top: 3px;
        padding-right: 10px;
        float: left;
    }

    .footer-new-left button {
        background: none;
        border: none;
        border-top: 1px solid #ccc;
        text-align: left;
        width: 100%;
        font-size: 14px;
        padding: 8px 10px 7px 0;
    }

    .footer-new-center p.sameh3 {
        text-align: left;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .footer-new-center p {
        font-size: 14px;
        margin: 0 0 10px 0;
        line-height: 20px;
    }

        .footer-new-center p a, .footer-new-center a:hover {
            color: #333;
        }

    .footer-new-center hr {
        margin: 0
    }

    .footer-new-center img, .footer-new-right iframe {

        margin: auto;
        bottom: 20px;
        left: 0;
        right: 0;
		top: 90px;
    }

    .footer-new-center img {
        width: 100%;
        height: 200px;
        object-fit: cover;
		float: left;
    }

.ftc-map {
    float: right;
    margin: 10px 0 0;
    font-size: 15px;
}

.ftc-gt {
    float: left;
    margin: 10px 0 0;
    font-size: 15px;
}

ul.address-dk > li {
    display: inline-table;
    border-radius: 5px;
    min-height: 130px;
}

.address-dk .ft_img {
    float: left;
    padding-right: 10px;
    width: 36%;
    height: 220px;
    position: relative;
}

    .address-dk .ft_img img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 5px 0 0 5px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.diachishowroom *,
ul.list-footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.red {
    color: #ee3124;
}

.title-store {
    font-size: 20px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    word-spacing: 2px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.store-info {
    vertical-align: top;
    font-size: 12px;
    color: #333;
}

h4.name-showroom {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
    color: #222;
    line-height: 18px;
}

p.name-add {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #4a90e2;
    margin-top: 10px;
    line-height: 18px;
}

.store-info p {
    margin-bottom: 0;
    line-height: 21px;
}

.store-info .signal {
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    background: #f5791f !important;
}

.gmap_box {
    display: none;
}

.logo_home {
    display: none;
}


#box_pro_special, #box_giasoc {
    clear: both;
}

    #box_pro_special .owl-carousel .owl-stage-outer {
        border: 5px solid #cd0814;
    }

.category_left {
    margin-right: 1%;
    float: left;
    width: 79%;
}

#box_pro_special ul.list_product_featured li, #box_giasoc ul.list_product_featured li {
    width: 100%;
    float: none;
    height: 360px;
    border: none;
    padding: 10px;
    border-right: solid 1px #eee;
    border-bottom: none;
}

    #box_pro_special ul.list_product_featured li:hover, #box_giasoc ul.list_product_featured li:hover {
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    }

#box_pro_special .owl-item img {
    width: auto;
    display: inline-block;
}

.main-category {
    clear: both;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 0 rgba(217,228,231,.5);
    background: #fff;
    overflow: hidden;
    padding: 15px;
    margin-top: 10px;
}

.eurocook-page {
    display: block;
    padding: 0;
    float: left;
    width: 100%;
}

.eurocook-page-view {
    clear: both;
    padding: 0;
}

.er-sidebar {
    width: 280px;
    border-radius: 6px;
    border: 1px solid #ecf2f4;
    background: #fff;
    vertical-align: top;
    display: inline-block;
}

.er-item {
    padding: 15px;
    display: inline-table;
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
}

    .er-item h3 {
        color: #3f3f3f;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }

    .er-item p {
        color: #a6a6a6;
        font-size: 14px;
    }

    .er-item .choosedfilter a {
        position: relative;
        border-radius: 4px;
        background-color: #569efc;
        color: #fff;
        line-height: 1.2;
        padding: 5px 40px 5px 8px;
        margin: 0 8px 8px 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }

        .er-item .choosedfilter a .remove_filter {
            font-size: 16px;
            position: absolute;
            top: 13px;
            transform: translateY(-50%);
            right: 0;
            color: #fff;
            background: #0a5bff;
            width: 26px;
            height: 26px;
            text-align: center;
            font-weight: bold;
            line-height: 28px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }


ul.listform_filter {
    width: 100%;
    float: left;
}

.listform_filter li {
    width: 50%;
    float: left
}

    .listform_filter li .checkbox label::before, .listform_filter li .checkbox label::after {
        top: 5px;
    }

.listform_filter li {
    margin: 3px 0;
    height: 30px;
    vertical-align: middle;
}

    .listform_filter li input[type="checkbox"] {
        display: none;
    }

    .listform_filter li label {
        cursor: pointer;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

    .listform_filter li input[type="checkbox"] + span::before {
        cursor: pointer;
        font-family: fontAwesome;
        font-size: 12px;
        color: #000;
        content: "\a0";
        border: 1px solid #999;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        border-radius: 2px;
        display: inline-block;
        text-align: center;
        height: 18px;
        line-height: 16px;
        width: 18px;
        margin-right: 8px;
        position: relative;
    }

    .listform_filter li input[type="checkbox"]:checked + span::before {
        color: #fff;
        border: 1px solid #41b948;
        background: #41b948;
        display: inline-block;
        content: '\f00c';
        font-size: 12px;
    }

    .listform_filter li a.filter-item span {
        display: inline-flex;
        color: #000;
        font-size: 14px;
    }

    .listform_filter li a.filter-item span, .listform_filter li a.filter-item img {
        vertical-align: middle;
    }


img.imgBrand {
    object-fit: contain;
    width: 70px;
    height: 60px;
    object-fit: contain;
}

.er-main {
    width: calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    padding: 0 0 0 10px;
    float: right;
}

.er-box-cate {
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
    background-color: #fff;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !Important;
    margin-bottom: 10px;
}

    .er-box-cate ul.list_product_featured li {
        width: 25% !important;
        height: 380px !important
    }

.header-sort-cate {
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.er-sort-cate {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

    .er-sort-cate h3 {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        float: left;
    }

    .er-sort-cate ul {
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

        .er-sort-cate ul li {
            padding: 0 0 0 20px;
        }

            .er-sort-cate ul li a {
                color: #000;
                font-size: 14px;
                display: flex;
                display: -webkit-flex;
                align-items: center;
            }

                .er-sort-cate ul li:hover a::before, .er-sort-cate ul li a.active::before {
                    content: "\f192";
                    font-family: "FontAwesome";
                    color: #ff910d;
                }

                .er-sort-cate ul li a::before {
                    content: "\f10c";
                    font-family: "FontAwesome";
                    margin: 0 8px 0 0;
                    font-size: 16px;
                    color: #a6a6a6;
                }

.page-pro-user {
    background-color: #fff;
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 15px 15px 0px 15px;
}

.page-sort-cate {
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
    background-color: #fff;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 10px 15px;
}

    .page-sort-cate .pagination {
        margin: 0
    }

.box-category {
    clear: both;
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px !important;
}

    .box-category.box-shadow {
        background: #fff;
        overflow: hidden;
        padding: 10px;
        border-radius: 6px;
        box-shadow: 0 0 4px 0 rgba(152,165,185,.2);
    }

    .box-category div.list_product_hot {
        border: 2px solid #e01010;
    }

    .box-category ul.list_product_featured {
        display: block;
        float: left;
        width: 100%;
    }

        .box-category ul.list_product_featured li {
            float: left;
            position: relative;
            width: 16.666666777%;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            height: 360px;
            padding: 10px;
            cursor: pointer;
            background: #fff;
        }

            .box-category ul.list_product_featured li .iconup {
                width: 100%;
                position: relative;
                height: 20px;
                text-align: left;
            }

                .box-category ul.list_product_featured li .iconup img {
                    padding: 0 !important;
                    position: initial !important;
                    margin: 0 !important;
                    height: 100% !important;
                    width: auto !important;
                }


            .box-category ul.list_product_featured li:hover {
                transform: translateY(0px);
                transition: .3s;
                box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
                z-index: 1;
            }

.product-cate li {
    border: none !Important;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
    width: 100% !important;
    float: none !important
}

.box-category .owl-item img {
    width: auto;
    display: inline-block !important;
}

.cate_pro_top {
    float: left;
    width: 100%;
}

    .cate_pro_top figure {
        position: relative;
        height: auto !important;
        width: 100%;
        margin: 15px 0;
        padding-top: 60%;
        overflow: hidden;
    }

        .cate_pro_top figure img {
            margin: auto;
            position: absolute;
            max-width: 100%;
            max-height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

ul.product-cate li:hover {
    transform: translateY(-4px);
    transition: .3s;
    z-index: 1;
}

.cate_pro_top h3 {
    line-height: 12px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 14px;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
}

    .cate_pro_top h3 a {
        font: 14px/16px arial;
        color: #444;
    }


.cate_pro_top p.cssh3 {
    line-height: 12px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 14px;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 36px;
}

    .cate_pro_top p.cssh3 a {
        font: 14px/16px arial;
        color: #444;
    }

.cate_pro_title {
    margin: 0;
    clear: both;
    text-align: center;
}

    .cate_pro_title img {
        display: inline-block;
        height: 30px;
        vertical-align: middle;
        border-radius: 3px;
        margin: 5px 0px;
    }

.cate_pro_gif {
    float: left;
    width: 100%;
    height: 88px;
    padding: 10px;
}

    .cate_pro_gif strong {
        position: absolute;
        font: 12px/20px arial;
        padding: 0 8px;
        background: #fff;
        left: 30px;
        top: -10px;
        color: #78B43D;
        font-weight: bold;
    }

        .cate_pro_gif strong:before {
            content: "\f06b";
            font: 15px/20px FontAwesome;
            color: #78B43D;
            margin-right: 5px;
        }

.cate_pro_bot {
    width: 100%;
    background: #fff;
    clear: both;
}

.rating-lst {
    padding: 8px 0;
}

    .rating-lst span {
        text-decoration: none !important;
        font-size: 12px !important;
    }

    .rating-lst > span:not(.sl-rating) {
        color: #fc9639 !important;
    }

    .rating-lst > span > b {
        color: #fc9639 !important;
    }

    .rating-lst > span.sl-rating {
        color: #666 !important;
        margin-left: 5px !important;
        vertical-align: top !important;
    }

.cate_pro_gif .bpq {
    border-top: 1px solid #ddd;
    display: table;
    padding: 15px 10px;
    width: 100%;
    font: 12px/20px arial;
    position: relative;
    text-align: left;
}

    .cate_pro_gif .bpq a {
        color: #000
    }

    .cate_pro_gif .bpq img {
        max-height: 50px;
        margin-right: 15px;
        float: left;
    }

    .cate_pro_gif .bpq b:last-child {
        color: #f00;
    }

.cate_pro_bot p.price-now {
    color: #e00;
    font: bold 16px/22px arial;
    margin: 0
}

.cate_pro_bot .promotion {
    overflow: hidden;
    font-size: 13px;
    color: #333;
    margin: 5px 0;
    font-weight: 300;
}

.cate_pro_bot span {
    color: #999;
    font: 14px/18px arial;
    text-indent: 3px;
    text-decoration: line-through;
}

.gift-promotion {
    color: #1fb349;
    font-size: 13px;
    overflow: hidden;
    text-indent: 12px;
    text-overflow: ellipsis;
    width: 100%;
    height: 18px;
}

    .gift-promotion:before {
        content: "\f06b";
        font: 15px/20px FontAwesome;
        color: #1fb349;
        margin-right: 5px;
    }

.cate_pro_bot-saleof {
    text-decoration: none !important;
    float: none !important;
    color: #e00 !important;
    font-weight: bold !important;
}

.caption {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}


.auth-block__menu-list {
    list-style: none;
    display: flex;
    height: 60px;
    border-bottom: 1px solid #eee;
}

    .auth-block__menu-list li {
        flex: 1 1;
        text-align: center;
        border-right: 1px solid #eee;
        position: relative;
    }

.btn-link-style {
    margin-top: 0;
    color: #4a90e2;
    font-size: 13px;
    font-weight: normal;
}

.auth-block__menu-list a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.auth-block__menu-list li.active a {
    font-weight: 500;
    color: #303846;
}

.auth-block__menu-list li:last-child {
    border-right: 0;
}

.auth-block__menu-list li.active:before {
    content: "";
    position: absolute;
    height: 1px;
    left: 30px;
    right: 30px;
    bottom: -1px;
    background-color: #e00;
}

.login-with__title {
    text-align: center;
    position: relative;
    color: #999;
    margin: 15px 0;
}

.login-with__title-inner {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background: #fff;
}

.login-with__title:before {
    content: "";
    width: 100%;
    top: 50%;
    margin-top: -.5px;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
}

.auth-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    color: #303846;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
}

    .auth-btn.-fb:hover {
        color: #fff;
        background: #315caf;
        border-color: #315caf;
    }

    .auth-btn.-gp:hover {
        color: #fff;
        background: #ea3731;
        border-color: #ea3731;
    }

    .auth-btn i {
        margin-right: 5px;
        font-size: 16px;
    }

    .auth-btn.-fb {
        color: #315caf;
    }

    .auth-btn.-gp {
        color: #ea3731;
    }

.event-info-head {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    background: #df242b;
    color: #fff;
    z-index: 2;
    position: relative;
    padding-top: 4px;
    padding-bottom: 5px;
}

.event-info-content {
    line-height: 1.8em;
    position: relative;
    padding: 15px;
    margin-top: -20px;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 14px;
}

.form-list .form-control, .comment-at .form-control {
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 3px;
    /* border: 1px solid #e1e1e1; */
    outline: none;
    height: 40px;
}

    .form-list .form-control:hover, .comment-at .form-control:hover {
        box-shadow: 0 0 0 3px hsla(0,0%,88.2%,.3);
    }

.er-left {
    width: 240px;
    vertical-align: top;
    display: inline-block;
}

.er-right {
    float: right;
    width: calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    padding: 0 0 0 15px;
}
/*  payment */
.orderbox {
    display: table;
    width: 710px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.navigate {
    margin: 0;
    float: left;
    width: 100%
}

    .navigate a {
        text-align: right;
        text-indent: 20px;
        font-weight: 400;
        line-height: 40px
    }

        .navigate a:before {
            font: normal 14px/1 FontAwesome;
            margin: 0 5px;
            content: "\f104"
        }

    .navigate label {
        float: right;
        display: inline-block;
        font: 13px/40px 'Roboto';
        color: #666;
        margin: 0
    }

.boxFormPayment {
    float: left;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    padding: 10px 20px 20px 20px;
    display: table;
    width: 100%;
}

.listcart .quantity {
    height: 40px;
    width: 96px;
    float: right;
    position: absolute;
    right: 0;
    top: 45px;
    border-radius: 3px;
    border: solid 1px #c8c9c6;
    background-color: #fff;
    box-shadow: none
}

.listcart .inc.qtybutton, .boxFormPayment .dec.qtybutton {
    font-weight: 300;
    cursor: pointer;
    float: left;
    font-size: 22px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: all .4s ease 0;
    width: 30%
}

.listcart input.cart-plus-minus-box {
    float: left;
    line-height: 29px;
    width: 40%;
    text-align: center;
    border: none;
    -moz-appearance: textfield;
    background: rgba(255,255,255,0.9) none repeat scroll 0 0;
    color: #777;
    font-size: 14px;
    height: 38px;
    line-height: 14px;
    padding: 8px;
    transition: all .3s ease 0
}

.listcart li .promotion {
    background: #fff;
    padding: 5px 0;
    width: 345px;
    height: auto;
    margin: 0 10px 0 0;
    display: block;
    overflow: hidden
}

    .listcart li .promotion span.promo:before {
        content: '•';
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        line-height: 18px;
        font-size: 20px;
        color: #999;
        margin: 0 3px 0 -10px;
        float: left
    }

.listcart .cartitem span.promo {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    color: #333;
    margin-bottom: 5px;
    font-size: 12px
}

.listcart .cartitem {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative
}

    .listcart .cartitem .oimg {
        width: 20%;
        height: 100%;
        position: relative;
        float: left;
        text-align: center
    }

        .listcart .cartitem .oimg img {
            max-height: 100px
        }

    .listcart .cartitem .odel {
        color: #666;
        display: block;
        margin-top: 5px;
        font-size: 13px;
    }

        .listcart .cartitem .odel:before {
            content: "\f00d";
            font: normal 11px/1 FontAwesome;
            margin-right: 3px;
            background: #ccc;
            padding: 2px;
            border-radius: 50%;
            display: inline-block;
            width: 14px;
            height: 14px;
            color: #fff;
        }

        .listcart .cartitem .odel:hover {
            color: #f00
        }

    .listcart .cartitem .oname {
        width: 80%;
        float: left;
        margin-bottom: 5px;
        padding-left: 20px
    }

    .listcart .cartitem h3 {
        float: left;
        width: 70%;
        line-height: 15px;
    }

        .listcart .cartitem h3 a {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            font: bold 14px/20px 'Roboto';
            color: #000
        }

    .listcart .cartitem label {
        color: #e00;
        font-size: 15px;
        display: inline-block;
        width: 30%;
        text-align: right
    }

.mgg-code {
    color: #288ad6 !important;
    cursor: pointer;
    clear: both;
    text-align: right;
}

.mgg-inputcode {
    display: none;
    overflow: hidden;
    margin: 10px 0;
}

    .mgg-inputcode button {
        float: right;
        background: #288ad6;
        border-radius: 4px;
        border: 0;
        height: 40px;
        font-size: 14px;
        color: #fff;
        width: 90px;
        text-align: center;
        cursor: pointer
    }

    .mgg-inputcode input {
        display: block;
        width: 40%;
        border: 1px solid #a6a6a6;
        border-radius: 4px;
        padding: 9px;
        height: 40px;
        float: right;
        margin-right: 10px
    }

.title-user {
    text-transform: uppercase;
    border-top: 6px solid #f0f0f0;
    padding: 15px 0;
    font-weight: 600;
    clear: both
}

.listcart .cartitem .promo label {
    text-align: left
}

.total {
    float: left;
    width: 100%;
    margin: 12px 0;
    font-size: 14px
}

    .total div {
        overflow: hidden;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        position: relative;
    }

    .total span {
        float: left;
    }

    .total b, .total i {
        float: right;
        color: #333
    }

        .total b.total_money {
            float: right;
            font-size: 16px;
            color: #e00
        }

.bt-payment {
    background-color: #e23a24;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}

    .bt-payment:hover, .bt-payment:focus {
        background-color: #333d94
    }
/*radio*/
.radioPure {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding-right: 20px
}

    .radioPure:hover .inner {
        background-color: #e00;
        opacity: 0.5;
        transform: scale(0.5)
    }

    .radioPure input {
        height: 1px;
        opacity: 0;
        width: 1px
    }

        .radioPure input:checked + .outer .inner {
            opacity: 1;
            transform: scale(1)
        }

        .radioPure input:checked + .outer {
            border: 1px solid #e00
        }

        .radioPure input:focus + .outer .inner {
            background-color: #e00;
            opacity: 1;
            transform: scale(1)
        }

    .radioPure .outer {
        background-color: #fff;
        border: 1px solid #a6a6a6;
        border-radius: 50%;
        display: block;
        float: left;
        height: 18px;
        width: 18px
    }

    .radioPure .inner {
        background-color: #e00;
        border-radius: 50%;
        display: block;
        height: 8px;
        margin: 4px;
        opacity: 0;
        transform: scale(0);
        transition: all 0.25s ease-in-out 0s;
        width: 8px
    }

    .radioPure i {
        color: #333;
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        padding-left: 5px
    }
/*checkbox*/
.itemCheckBox {
    padding-right: 30px;
    position: relative;
    margin: 0;
    cursor: pointer
}

    .itemCheckBox input[type="checkbox"] {
        height: 0.1px;
        opacity: 0;
        display: none;
        width: 0.1px
    }

    .itemCheckBox span {
        padding-left: 5px;
        position: relative;
        top: -4px;
        font-weight: 600
    }

.check-box {
    background-color: transparent;
    border: 1px solid #a6a6a6;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    transition: border-color 0.2s ease 0s;
}

    .check-box input[type="checkbox"] {
        display: none
    }

    .check-box::before, .check-box::after {
        background-color: #e00;
        border-radius: 5px;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        height: 0;
        position: absolute;
        transform-origin: left top 0;
        width: 2px
    }

    .check-box::before {
        left: 7px;
        top: 14px;
        transform: rotate(-135deg)
    }

    .check-box::after {
        left: 1px;
        top: 8px;
        transform: rotate(-45deg)
    }

    input[type="checkbox"]:checked + .check-box, .check-box.checked {
        border-color: #e00
    }

        input[type="checkbox"]:checked + .check-box::after, .check-box.checked::after {
            animation: 0.2s ease 0s normal forwards 1 running dothabottomcheck;
            height: 7px
        }

        input[type="checkbox"]:checked + .check-box::before, .check-box.checked::before {
            animation: 0.2s ease 0s normal forwards 1 running dothatopcheck;
            height: 24px
        }

.btn-blue {
    background-image: -o-radial-gradient(70px,#23da44,#23a948);
    background-image: radial-gradient(70px,#2994ef,#0067bf);
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.btn.w100 {
    width: 100%;
}

.btn-blue:hover, .btn:focus, .btn.focus {
    text-decoration: none;
    color: #fff;
}

.bgmanage-content {
    display: block;
    margin: 20px 0;
    width: 100%;
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left
}

.title-manage {
    margin-top: 15px;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #242424
}

.profiles {
    background: 0 0;
    color: #fff;
    padding: 10px 5px 5px;
    font-family: 'Roboto',sans-serif
}

    .profiles .image {
        width: 45px;
        height: 45px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
        margin-bottom: 0
    }

        .profiles .image img {
            border-radius: 50%;
            -webkit-border-radius: 50%
        }

    .profiles .name {
        font-size: 13px;
        margin-bottom: 5px;
        color: #242424;
        margin-top: 2px;
        font-weight: 300
    }

    .profiles h6 {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        color: #242424
    }

.menu-list {
    padding-top: 10px
}

    .menu-list .item {
    }

        .menu-list .item a {
            white-space: nowrap;
            font-size: 13px;
            font-weight: 400;
            text-align: left;
            color: #4a4a4a;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 60px;
            position: relative;
            display: block
        }

        .menu-list .item.active a, .menu-list .item:hover a {
            color: #000;
            text-decoration: none;
            background: #ececec;
            border-radius: 2px;
            -webkit-border-radius: 2px
        }

        .menu-list .item a i {
            font-size: 18px;
            height: 30px;
            text-align: center;
            width: 40px;
            position: absolute;
            top: 0;
            left: 7px;
            bottom: 0;
            margin: auto;
            line-height: 30px;
            color: #999
        }

.block-btn .btn {
    padding: 10px 20px;
    margin-bottom: 20px;
    transition: border-color .1s ease-in-out 0s,background-color .1s ease-in-out 0;
    background-color: #f4786e;
    border-bottom-color: #dd191d;
    font-size: 13px;
    color: #fff
}

.clear {
    clear: both
}

.account-profile {
    clear: both
}

    .account-profile .form-group {
        margin-bottom: 15px;
        width: 100%;
        float: left
    }

.sp-buy {
    display: block;
    margin: 20px 0;
    padding: 1px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left
}

    .sp-buy table {
        border-collapse: collapse;
        width: 100%;
        word-break: break-word
    }

        .sp-buy table a {
            color: #007ff0;
            text-decoration: none
        }

    .sp-buy tr {
        border-bottom: 1px solid #f4f4f4
    }

        .sp-buy tr:hover {
            background: #f8ffff
        }

    .sp-buy th, .sp-buy td {
        min-width: 130px;
        color: #787878;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
        padding: 15px
    }

    .sp-buy td {
        font-size: 13px
    }

.heading-dh {
    font-size: 19px;
    font-weight: 300;
    font-family: Roboto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px 0 0
}

    .heading-dh .split {
        margin: 0 5px
    }

    .heading-dh .status {
        font-weight: bolder;
        color: #4a90e2
    }

.knBZCc {
    display: flex;
    flex-direction: column;
    color: rgba(0,0,0,0.65);
    margin: 10px 0 20px
}

    .knBZCc .title {
        font-size: 13px;
        text-transform: uppercase;
        color: #242424;
        margin: 0 0 15px
    }

    .knBZCc .content {
        display: flex;
        background-color: #fff;
        height: 100%;
        padding: 10px;
        border-radius: 4px
    }

        .knBZCc .content .notifications {
            display: flex;
            flex-direction: column
        }

        .knBZCc .content .notifications__item .date {
            min-width: 160px
        }

        .knBZCc .content .notifications__item .comment {
            text-align: left
        }

        .knBZCc .content .notifications__item {
            display: flex
        }

.bLftah {
    display: flex;
    margin: 10px 0 20px
}

    .bLftah > div:first-child {
        margin-left: 0
    }

    .bLftah > div {
        width: 33.3333%;
        margin: 0 5px
    }

.hZxPtg {
    display: flex;
    flex-direction: column;
    color: rgba(0,0,0,0.65);
    margin: 10px 0 20px
}

    .hZxPtg .title {
        font-size: 13px;
        text-transform: uppercase;
        color: #242424;
        margin: 0 0 15px
    }

    .hZxPtg .content {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        height: 100%;
        padding: 10px;
        border-radius: 4px
    }

.bLftah .name {
    color: #242424;
    font-weight: 700;
    text-transform: uppercase
}

.bLftah p {
    margin: 5px 0 0
}

.kmKglE {
    width: 100%;
    color: #424242;
    display: table;
    font-size: 13px;
    border-collapse: collapse;
    line-height: 1.5;
    word-break: break-word;
    background: #fff;
    border-radius: 4px;
    border-spacing: 0
}

    .kmKglE tr {
        display: table-row;
        padding: 10px
    }

    .kmKglE thead tr th:first-child {
        border-left: none
    }

    .kmKglE tbody tr {
        border-bottom: 1px solid #f4f4f4
    }

    .kmKglE thead tr th {
        display: table-cell;
        min-width: 100px;
        position: relative;
        color: #787878;
        font-size: 15px;
        font-weight: 400;
        text-align: left;
        padding: 20px 15px;
        border-top: none;
        background: 0 0;
        border-bottom: 1px solid #f4f4f4
    }

    .kmKglE tbody tr td {
        position: relative;
        display: table-cell;
        color: #242424;
        vertical-align: top;
        min-width: 100px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        padding: 20px 15px
    }

        .kmKglE tbody tr td .product-item {
            display: flex
        }

            .kmKglE tbody tr td .product-item img {
                width: 60px;
                height: 60px;
                margin-right: 10px
            }

            .kmKglE tbody tr td .product-item .product-info .product-name {
                font-size: 14px;
                color: #242424
            }

    .kmKglE tfoot tr td {
        text-align: right;
        display: table-cell;
        max-width: 550px;
        min-width: 125px;
        color: #242424;
        padding: 5px 20px
    }

    .kmKglE tfoot tr:last-child td {
        padding-bottom: 30px
    }

    .kmKglE tfoot tr td span {
        color: #787878;
        font-size: 14px
    }

    .kmKglE tfoot tr td .sum {
        color: #ff3b27;
        font-size: 18px
    }

    .kmKglE tfoot tr:first-child td {
        padding-top: 30px;
        border-top: none
    }

.view-list-order {
    margin-bottom: 30px;
    margin-top: 15px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial
}

.created-date {
    display: flex;
    font-size: 13px;
    align-items: flex-end;
    flex-direction: column
}

.form-list label {
    font-weight: 400
}

.form-list .itemCheckBox span {
    font-weight: 400;
    color: #888
}

.birthday-picker .form-control {
    width: 30%;
}

.form-list select[name="birth[month]"] {
    margin: 0 5%;
}

#password-group, #xhd-group {
    display: none;
    float: left;
    width: 100%
}

.account-profile .form-list .col-md-3 {
    padding-left: 0
}

.sub_show {
    display: none;
    padding: 15px;
    background: #f5f5f5;
    margin: 10px 0 0 0;
}

ul.listBankATM {
    margin: 20px 0 0 0;
    clear: both
}

    ul.listBankATM .img-bank {
        width: 15%;
        display: inline-block;
        vertical-align: top;
    }

    ul.listBankATM .detail-bank {
        width: 80%;
        display: inline-block;
        padding-left: 25px;
    }

/*css map*/
.address-content {
    display: none;
}

.google-map {
    display: none;
}

/*css search*/

.search-box {
    display: none;
    position: absolute;
    left: 0px;
    top: 37px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
    width: 396px;
    right: 0;
    z-index: 9999;
}

    .search-box li {
        float: left;
        width: 100%;
        border-top: 1px dotted #e8e8e8;
        background: #fff;
        padding: 10px;
        position: relative;
        box-sizing: border-box;
    }

        .search-box li:nth-child(2n+1) {
            background: #F0ECE1;
        }

        .search-box li .search-img {
            float: left;
            width: 30%;
        }

            .search-box li .search-img img {
                float: left;
                width: 100%;
            }

        .search-box li .search-name {
            float: left;
            width: 70%;
            padding: 0 0 0 10px;
            box-sizing: border-box;
        }

            .search-box li .search-name h4 {
                overflow: hidden;
                line-height: 1.3em;
                font-size: 14px;
                color: #4a90e2;
                font-weight: 600;
                height: 36px;
            }

        .search-box li .search-link {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

ul.breadcrumb li:last-child a {
    color: black;
}

/*CSS BRAND PAGE*/
.headingTitleBrand {
    background: url(/Content/desktop/images/title_brand.png);
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff400;
    font-family: baloo;
    background-position: -120px;
}

ul.list_product_featured.brand-category li {
    height: auto !important;
}

    ul.list_product_featured.brand-category li h3 a {
        font-weight: bold !important;
        color: #4285f4;
    }

    ul.list_product_featured.brand-category li h3 {
        text-align: center;
    }

/*css cate brand*/
.naviappliances {
    overflow: hidden;
    background: #ffffff;
    border-radius: 2px;
    margin: 0px 0 20px 0;
}

    .naviappliances .title-nav {
        display: block;
        overflow: hidden;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 1px solid #ebebeb;
        background: #e23a24;
        font-weight: bold;
        color: #fcf400;
    }

.list_naviappliances {
    border: 1px solid #ebebeb;
    border-top: none;
}

    .list_naviappliances a {
        display: inline-block;
        width: 50%;
        /* min-height: 130px; */
        overflow: hidden;
        border-right: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        text-align: center;
        float: left;
        vertical-align: middle;
    }

        .list_naviappliances a:nth-child(1), .list_naviappliances a:nth-child(2) {
            border-top: none;
        }

        .list_naviappliances a:nth-child(2n) {
            border-right: none;
        }

    .list_naviappliances img {
        display: block;
        /* width: 80px; */
        height: 50px !important;
        margin: 10px auto 0;
    }

    .list_naviappliances h3, .list_naviappliances p.right-title {
        display: block;
        padding: 5px 0 10px;
        font-size: 11px;
        color: #4a90e2;
        line-height: 1;
        height: 40px;
        line-height: 20px;
        padding: 0px 15px;
    }

.view-more a {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
    text-decoration: underline;
}

.post_content {
    text-align: justify;
}

    .post_content > h2 {
        /* border: 1px solid rgb(204, 204, 204); */
        font-size: 18px;
        padding: 8px 0px;
        /* background: #f5f5f5; */
        line-height: 25px;
    }

    .post_content h3 {
        /*color: #0c72bd;*/
        font-size: 18px;
        margin: 12px 0;
    }

    .post_content h4 {
        color: #0c72bd;
        font-size: 16px;
        margin: 12px 0;
    }

.loading {
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    display: none;
}

    .loading .icon {
        background: url(/Content/desktop/images/ajax-loader.gif) no-repeat center center / 50px 50px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
    }

.title-prd-detail {
    float: left;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0;
}

.rating-sets a {
    vertical-align: top;
    color: #288ad6;
    display: inline-block;
    line-height: 25px;
    height: 25px;
}

/*css detail*/
.isActive {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

    .isActive span {
        color: #d0021b;
        font-size: 18px;
    }

    .isActive.success span {
        color: green;
        font-size: 18px;
    }

.product-detail-block .row {
    display: block;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-top: 5px;
}

.area_promotion {
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    background: #fff;
    padding-bottom: 10px;
}

    .area_promotion strong {
        display: block;
        overflow: hidden;
        font-size: 14px;
        color: #333;
        padding: 8px 10px;
        text-transform: uppercase;
        background: #f7f7f7;
        border-bottom: 1px solid #ddd;
        font-weight: normal;
    }

    .area_promotion span {
        display: block;
        overflow: hidden;
        font-size: 14px;
        color: #333;
        padding: 8px 12px 0 28px;
        line-height: 18px;
    }

        .area_promotion span:before {
            content: "\f058";
            margin-left: -20px;
            float: left;
            font-family: FontAwesome;
            font-size: 17px;
            color: #5ac260;
        }

.select-sale {
    margin: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

    .select-sale label {
        font-weight: 400;
    }

.list-quatang {
    font-size: 12px;
    color: #666;
    padding-top: 10px;
    margin: 0 10px;
    border-top: 1px dashed #c8c8c8;
}

.area_promotion .imgpromotion {
    display: block;
    overflow: hidden;
    width: calc(100% - 20px);
    white-space: nowrap;
    padding: 10px 10px 0;
}

    .area_promotion .imgpromotion a {
        display: inline-block;
        margin-right: 10px;
        width: 60px;
    }

    .area_promotion .imgpromotion img {
        display: block;
        width: 50px;
        height: 50px;
        margin: auto;
    }

    .area_promotion .imgpromotion h3 {
        overflow: hidden;
        font-size: 11px;
        color: #288ad6;
        white-space: initial;
        text-overflow: ellipsis;
        line-height: 13px;
        margin-top: 5px;
        height: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.notechoose {
    background: #fff46a;
    padding: 10px;
    display: none;
    font-size: 12px;
    color: #333;
    text-align: left;
    margin: 10px 0;
}

.area_order {
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

    .area_order .btn {
        display: inline-block;
        line-height: normal;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding: 9px 0;
        border-radius: 4px !important;
        width: 100%;
    }

    .area_order .buy_now {
        background: #c10000;
        background: -o-linear-gradient(top, #f59000, #fd6e1d);
    }

        .area_order .buy_now:hover {
            background-color: #e21919;
        }

    .area_order span {
        display: block;
        font-size: 12px;
        color: #fff;
        text-transform: none;
    }

    .area_order .buy_ins {
        margin: 10px 0 0;
        background: #288ad6;
    }

.callorder {
    display: block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #333;
}

    .callorder span {
        padding: 5px 0 0;
        display: block;
    }

    .callorder a {
        color: #288ad6;
    }

.policy {
    display: block;
    margin: 7px 0 0 0;
    border-top: 1px solid #ddd;
}

    .policy li {
        display: block;
        overflow: hidden;
        padding: 10px 10px 0 0;
        font-size: 14px;
        color: #333;
    }

        .policy li a {
            color: #288ad6;
        }

    .policy span a {
        color: #288ad6;
    }

.checkexist, .shock-policy {
    float: right;
    width: 17.5%;
    overflow: visible;
    background: #fff;
    position: relative;
}

.block-sale-code {
    padding: 20px;
    background: #d6d6d6;
    border-radius: 5px;
    font-size: 14px;
    background-image: url("/Content/desktop/images/bgr_code.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
}

    .block-sale-code p {
        text-transform: uppercase;
        font-size: 22px;
        margin: 0px 0px 5px;
        color: #c70000;
        font-family: baloo;
    }

    .block-sale-code input {
        height: 38px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 60%;
        border: none;
        padding: 10px;
    }

    .block-sale-code .btnSubmit {
        padding: 0px 20px;
        width: 40%;
        background: #c10000;
        color: #fff;
        font-weight: 600;
        border: none;
    }

.flex-group-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkexist {
    float: right;
    width: 100%;
    overflow: visible;
    background: #fff;
    position: relative;
}

    .checkexist .viewshowroom {
        padding: 10px;
        border: 1px solid #c10000;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        border-radius: 5px;
        color: #c10000;
        margin-bottom: 15px;
    }

    .checkexist .sevicGroup {
        border: 1px solid #c10000;
        width: 100%;
        padding: 0px 10px;
        border-radius: 5px;
    }

        .checkexist .sevicGroup .titke {
            font-size: 16px;
            text-align: center;
            color: #c10000;
            margin: 0;
            margin-bottom: 15px;
            padding: 8px 5px 0;
            line-height: 1.3;
        }

        .checkexist .sevicGroup .listService {
            margin-bottom: 10px;
        }

            .checkexist .sevicGroup .listService .item {
                font-size: 13px;
                padding: 5px 0;
                border-bottom: 1px solid #ddd;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .checkexist .sevicGroup .listService .item span {
                    width: 75%;
                }

            .checkexist .sevicGroup .listService .icon {
                font-size: 18px;
                color: #fff;
                background: #c10000;
                width: 35px;
                height: 35px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                text-align: center;
                border-radius: 40px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-right: 10px;
            }

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::after {
            display: inline-block;
            position: absolute;
            margin-left: -20px;
        }

        .radio label::before {
            display: inline-block;
            position: absolute;
            margin-left: -20px;
            content: "";
            width: 17px;
            height: 17px;
            left: -1px;
            top: -1px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out;
            -webkit-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            content: " ";
            width: 11px;
            height: 11px;
            left: 2px;
            top: 2px;
            border-radius: 50%;
            background-color: #555;
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

.radio-primary input[type=radio] + label::after, .radio-primary input[type=radio]:checked + label::after {
    background-color: #428bca;
}

.radio input[type=radio]:focus + label::before {
    outline: dotted thin;
    outline: none;
    outline-offset: -2px;
}

.radio input[type=radio]:checked + label::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label {
    opacity: 0.65;
}

    .radio input[type=radio]:disabled + label::before {
        cursor: not-allowed;
    }

.radio-primary input[type=radio]:checked + label::before {
    border-color: #428bca;
}

.radio-danger input[type=radio] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
    background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
    border-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::after {
    background-color: #5bc0de;
}

.radio-info input[type=radio]:checked + label::before {
    border-color: #5bc0de;
}

.radio-warning input[type=radio] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
    background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
    border-color: #5cb85c;
}

.tpl2_infoProduct .choose-address {
    margin-bottom: 10px;
}

.tpl2_infoProduct .tabsContent .tabs {
    max-width: 100%;
    margin: 0 auto;
}

.tpl2_infoProduct .tabsContent #tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tpl2_infoProduct .tabsContent #tab-button li {
        display: table-cell;
        width: 20%;
    }

        .tpl2_infoProduct .tabsContent #tab-button li a {
            display: block;
            padding: .7em 10px;
            background: #eee;
            border: 1px solid #ddd;
            text-align: center;
            color: #000;
            text-decoration: none;
            height: 80px;
            cursor: pointer;
        }

        .tpl2_infoProduct .tabsContent #tab-button li:not(:first-child) a {
            border-left: none;
        }

        .tpl2_infoProduct .tabsContent #tab-button li a:hover {
            border-bottom-color: transparent;
            background: #fff;
        }

    .tpl2_infoProduct .tabsContent #tab-button .is-active a {
        border-bottom-color: transparent;
        background: #fff;
    }

.tpl2_infoProduct .tabsContent .tab-contents {
    padding: .5em 1em 1em;
    border: 1px solid #ddd;
}

.tpl2_infoProduct .tabsContent .priceMain .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl2_infoProduct .tabsContent .priceMain strong {
    font-size: 13px;
    margin-right: 5px;
    line-height: 1.2;
    text-align: left;
}

.tpl2_infoProduct .tabsContent .priceMain span {
    font-size: 19px;
    color: #de0000;
    font-weight: 600;
    position: relative;
}

    .tpl2_infoProduct .tabsContent .priceMain span em {
        color: red;
        font-style: normal;
        font-size: 13px;
        margin-left: 5px;
    }

.tpl2_infoProduct .tabsContent .priceMain .priceSub {
    text-align: center;
    position: relative;
    top: -1px;
}

    .tpl2_infoProduct .tabsContent .priceMain .priceSub span {
        font-size: 14px;
    }

    .tpl2_infoProduct .tabsContent .priceMain .priceSub em {
        font-style: normal;
        text-decoration: line-through;
        font-size: 16px;
    }

.tpl2_infoProduct .tabsContent .priceMain .notesub {
    font-size: 12px;
    text-align: center;
    margin-top: 0px;
    color: #929292;
}

.tpl2_infoProduct .tabsContent .priceMain.priceOld {
    position: relative;
    top: 10px;
}

.tpl2_infoProduct .tabsContent .tab-button-outer {
    display: none;
}

.tpl2_infoProduct .tabsContent .tab-contents {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tpl2_infoProduct .tabsContent .contentInfomation {
    padding: 15px 0 0;
}

    .tpl2_infoProduct .tabsContent .contentInfomation .red {
        color: red;
    }

    .tpl2_infoProduct .tabsContent .contentInfomation .listBecause {
        list-style: decimal;
        padding-left: 15px;
    }

        .tpl2_infoProduct .tabsContent .contentInfomation .listBecause li {
            margin-bottom: 10px;
            font-size: 14px;
        }

    .tpl2_infoProduct .tabsContent .contentInfomation .isActive {
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0;
    }

        .tpl2_infoProduct .tabsContent .contentInfomation .isActive.success span {
            color: green;
            font-size: 18px;
        }

        .tpl2_infoProduct .tabsContent .contentInfomation .isActive.error span {
            color: red;
        }

    .tpl2_infoProduct .tabsContent .contentInfomation .addressLogitech {
        font-size: 14px;
        margin-bottom: 20px;
    }

@media screen and (min-width: 768px) {
    .tpl2_infoProduct .tabsContent .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tpl2_infoProduct .tabsContent .tab-select-outer {
        display: none;
    }

    .tpl2_infoProduct .tabsContent .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

.are_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

    .are_address select {
        margin-left: 5px;
    }

.area_salesContent {
    background: #ff000021;
    border: 1px solid #c10000;
    border-radius: 3px;
}

    .area_salesContent .heading_sale {
        background: #c10000;
        padding: 3px 10px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .area_salesContent .heading_sale .col-title {
            border-right: 1px solid #fff;
            margin-right: 15px;
            width: 70%;
            font-weight: bold;
            font-size: 17px;
            line-height: 1.2;
            font-style: italic;
            position: relative;
        }

            .area_salesContent .heading_sale .col-title img {
                max-width: 200px;
                position: absolute;
                top: -15px;
                left: -23px;
            }

        .area_salesContent .heading_sale .col-text {
            width: 80%;
        }

            .area_salesContent .heading_sale .col-text .priceMain {
                font-size: 24px;
                font-weight: bold;
                color: yellow;
            }

            .area_salesContent .heading_sale .col-text .noteCount {
                font-size: 13px;
            }

    .area_salesContent .body_infoSale {
        padding: 10px;
    }

        .area_salesContent .body_infoSale .listTextSale {
            padding-left: 20px;
            list-style: disc;
            font-size: 14px;
        }

            .area_salesContent .body_infoSale .listTextSale li {
                margin-bottom: 10px;
            }

.table-popcart img {
    width: 100px;
}

.zalo-chat-widget {
    bottom: 70px !important;
    right: 22px !important;
}
/*
    Email box
*/
.box_header {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
    height: 40px;
    background: #fd2929;
    color: #fff;
    cursor: pointer
}

    .box_header .header_text {
        line-height: 1.5;
        padding-left: 15px
    }

        .box_header .header_text strong.title {
            font-size: 14px;
            font-weight: bold
        }

    .box_header span {
        padding: 8px;
        font-size: 24px;
        background: #a41d1d
    }

.nki-arow-down:before {
    content: "\f107";
}

[class^="nki-"], [class*="nki-"] {
    font-size: normal normal normal 14px/1 FontAwesome;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#email-box-container {
    left: calc((100% - 1200px) / 2);
    position: fixed;
    bottom: -900px;
    z-index: 100;
    width: 364px;
    /* height: 240px; */
    background-color: #fff;
}

    #email-box-container .box_content {
        border: 1px solid #dadada
    }

        #email-box-container .box_content.no-border {
            border: none
        }

        #email-box-container .box_content .email-box-slogan {
            background: url(https://cdn.nguyenkimmall.com/images/companies/_1/bg-web-novoucher.jpg) no-repeat;
            height: 67px;
            display: flex;
            align-items: center;
            padding: 0 50px 0 15px
        }

            #email-box-container .box_content .email-box-slogan.voucher {
                background: url(https://cdn.nguyenkimmall.com/images/companies/_1/gift-voucher.gif) no-repeat
            }

                #email-box-container .box_content .email-box-slogan.voucher p {
                    color: #fff
                }

            #email-box-container .box_content .email-box-slogan p {
                color: #3f3f3f;
                font-size: 16px;
                font-weight: bold;
                line-height: 22px
            }

.text-input {
    width: 100%;
    border-radius: 4px;
    background-color: #f3f5f7;
    color: #000;
    font-size: 16px;
    border: none
}

#submitGetmail {
    padding: 10px
}

    #submitGetmail input {
        padding: 0 10px;
        height: 45px
    }

    #submitGetmail .man_btn {
        margin-top: 9px;
        color: #000;
        border: none;
        width: 100%;
        border-radius: 4px;
        background-color: #ffd600;
        font-size: 16px
    }

        #submitGetmail .man_btn:hover {
            cursor: pointer
        }

    #submitGetmail .woman_btn {
        color: #fff;
        border: none;
        height: 37px;
        width: 116px;
        border-radius: 4px;
        background-color: #f7913a;
        margin-left: 7px;
        font-size: 14px
    }

        #submitGetmail .woman_btn:hover {
            cursor: pointer;
            background-color: #ff8c2b
        }

#email-box-container .nki-Vector {
    margin-left: 325px;
    color: #a0a2ad;
    font-size: 12px
}

    #email-box-container .nki-Vector:hover {
        cursor: pointer
    }

    #email-box-container .nki-Vector:before {
        color: #a0a2ad
    }

.box_subscribe {
    left: calc((100% - 1200px) / 2);
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 366px;
    height: 40px;
}

.box_header {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
    height: 40px;
    background: #fd2929;
    color: #fff;
    cursor: pointer;
}

    .box_header .header_text {
        line-height: 1.5;
        padding-left: 15px;
    }

    .box_header span {
        padding: 8px;
        font-size: 24px;
        background: #a41d1d;
    }

.nki-arow-up:before {
    content: "\f106";
}

.banner-cate {
    display: block !important;
    float: left;
    width: 100% !important;
}

.table-responsive table {
    border: 1px solid #ccc;
}

    .table-responsive table td {
        border: 1px solid #ccc;
    }

.table-responsive {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 940px;
}

    .table-responsive::after {
        content: "";
        height: 55px;
        margin-top: -45px;
        position: relative;
        background: -webkit-gradient(linear,0% 100%,0% 0%,from(rgb(255,255,255)),color-stop(0.5,rgb(255,255,255)),to(rgba(255,255,255,0)));
        display: block;
    }

.btn-xem-ct:before {
    content: "";
    height: 55px;
    margin-top: -45px;
    position: relative;
    background: -webkit-gradient(linear,0% 100%,0% 0%,from(rgb(255,255,255)),color-stop(0.5,rgb(255,255,255)),to(rgba(255,255,255,0)));
    display: block;
}

.modal-body-thongso strong {
    display: block;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    color: #c0392b;
    padding: 8px;
}

.modal-body-thongso td {
    border: 1px solid #ccc;
    padding: 5px;
}

.iconup label.discount {
    background-image: linear-gradient(-90deg,#ec1f1f 0%,#ff9c00 100%);
    border-radius: 10px;
    padding: 1px 7px;
    padding-left: 0;
    padding-right: 10px;
}

    .iconup label.discount:before {
        content: ' ';
        display: inline-block;
        background: url('/Content/desktop/images/flash.png');
        background-size: 50% 50%;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #f13500;
        border-radius: 50%;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-right: 5px;
    }

.iconup label {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background: #3fb846;
    border-radius: 2px;
    padding: 0 5px;
    height: 18px;
}

span.title-cproduct {
    position: absolute;
    top: 11px;
    width: 100%;
    left: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.sub_header_hot {
    position: relative;
}

strong.yellow {
    color: yellow;
}

.akr-icon_Return {
    width: 32px;
    height: 24px;
    background: url(/Content/desktop/images/doitra.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.wp-post-thongso h2 {
    font: 25px/30px arial;
    margin: 20px 0;
    color: #555;
}

.wp-post-thongso p, .wp-post-thongso li {
    font: 15px/25px arial;
    color: #666;
}

.wp-post-thongso h3 {
    font: bold 15px/30px arial;
}

.wp-post-thongso h4, .wp-post-thongso h5, .wp-post-thongso h6 {
    font: 14px/18px Arial,Helvetica,sans-serif;
    color: #333;
    outline: none;
}

.wp-post-thongso a {
    /* color: #078ec0 !important; */
    font-weight: normal;
}

/*css phần kinh nghiệm hay*/
.wrapp-header {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 10px;
}

    .wrapp-header ul.wrapp-menu {
        display: flex;
        overflow-y: hidden;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }

        .wrapp-header ul.wrapp-menu li.active {
            border-bottom: 2px solid #288ad6;
            position: relative;
            color: #288ad6;
        }

        .wrapp-header ul.wrapp-menu li.defaults {
            border-right: none;
            position: relative;
        }

        .wrapp-header ul.wrapp-menu li {
            display: block;
            border-bottom: 2px solid transparent;
            cursor: pointer;
            flex-grow: 1;
            text-align: center;
        }

            .wrapp-header ul.wrapp-menu li.active a {
                color: #288ad6;
                padding-right: 5px;
            }

li.defaults.active .new-iconknh {
    background-position-x: -196px;
}

.new-iconknh {
    background: url(https://cdn.tgdd.vn/dmx2017/knh/Content/images/icons/sprite2x-mobile-new.v160101010710.png) no-repeat -182px -30px;
    background-size: 406px 54px;
    width: 14px;
    height: 12px;
    display: inline-block;
    zoom: 2.1;
}

.wrapp-header ul.wrapp-menu a::after {
    content: "";
    position: absolute;
    height: 20px;
    right: 0;
    top: 28%;
    border-right: 1px solid #e5e5e5;
}

.wrapp-header ul.wrapp-menu li.active::after {
    content: "";
    border-bottom: 5px solid #288ad6;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 90%;
    left: 45%;
}

.maincate {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: auto;
    background: whitesmoke;
}

.bigpost {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.box-featured {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 10px 0;
}

.bigpost .box-featured {
    float: left;
    width: 60%;
    padding: 20px 0 0 0;
}

.box-featured li.featured {
    padding: 0;
}

.box-featured li {
    display: block;
    overflow: hidden;
    padding: 0 10px 10px 10px;
}

    .box-featured li:first-child a {
        border-top: none;
        padding: 0;
        color: black;
    }

    .box-featured li a {
        display: block;
        overflow: hidden;
        padding: 10px 0 0;
        border-top: 1px solid #e5e5e5;
    }

    .box-featured li.featured .img {
        width: 100%;
        height: auto;
        float: none;
        display: block;
        padding-right: 0;
    }

    .box-featured li .img {
        float: left;
        overflow: hidden;
        width: 35%;
        padding-right: 20px;
        height: auto;
    }

        .box-featured li .img img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            max-height: 180px;
        }

.bigpost .box-featured li.featured .title {
    padding: 10px 0;
}

.box-featured li.featured .title {
    padding: 10px;
}

    .box-featured li.featured .title h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: black;
    }

.box-featured li .title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.box-featured li p {
    display: block;
    overflow: hidden;
    margin: 5px 0;
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-featured li .title label {
    background: #e5e5e5;
    border-radius: 3px;
    color: #999;
    padding: 5px 8px;
    font-size: 10px;
    line-height: 20px;
}

.box-featured.pc li {
    padding: 0 0 10px 0;
}

.box-featured.pc .img {
    width: 200px;
}

.box-featured li .img {
    float: left;
    overflow: hidden;
    width: 35%;
    padding-right: 20px;
    height: auto;
}

.box-featured li .title {
    display: block;
    overflow: hidden;
}

.box-featured.pc .title h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    color: black;
}

.faqs {
    float: right;
    width: 30%;
    overflow: hidden;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
}

    .faqs h2 {
        font-size: 18px;
        padding: 0;
        line-height: 18px;
    }

.heading {
    display: block;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.faqs ul {
    display: block;
    overflow: hidden;
    padding-top: 7px;
}

.faqs li {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

    .faqs li span {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        color: #666;
        text-transform: capitalize;
        float: left;
    }

    .faqs li a {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        color: #288ad6;
        margin-left: 20px;
        float: right;
    }

.listpost li label {
    float: left;
    padding: 5px 10px 0 10px;
    background: #288ad6;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
    border-radius: 4px 4px 0 0;
}

    .listpost li label:after {
        content: "";
        border-top: 10px solid #288ad6;
        border-left: 16px solid transparent;
        border-right: 15px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

.bigpost .listpost li:first-child {
    border-bottom: none;
}

.listpost li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.bigpost .listpost {
    float: right;
    width: 40%;
    box-sizing: border-box;
    padding-left: 20px;
}

.listpost {
    display: block;
    overflow: hidden;
}

    .listpost li a {
        display: block;
        overflow: hidden;
        padding: 13px 0;
        color: #333;
    }

    .listpost li h3 {
        display: block;
        overflow: hidden;
        font-weight: bold;
        font-size: 18px;
        line-height: 18px;
        padding: 20px 0 0 0;
    }

.bigpost .listpost li:last-child {
    border-bottom: none;
}

.wrapp-header ul.wrapp-menu a {
    flex: 1 1 auto;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    color: #333;
    position: relative;
}

    .wrapp-header ul.wrapp-menu a span {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 14px;
        padding: 5px 10px;
        margin: 10px 0;
    }

    .wrapp-header ul.wrapp-menu a::after {
        content: "";
        position: absolute;
        height: 20px;
        right: 0;
        top: 28%;
        border-right: 1px solid #e5e5e5;
    }

    .wrapp-header ul.wrapp-menu a span:hover {
        border-radius: 4px;
        background: #288ad6;
        color: #fff;
    }

/*css chuyên mục con kinh nghiệm hay*/

.left-menu {
    width: 17%;
    float: left;
    padding: 20px 20px 0 0;
    overflow: hidden;
}

.main-name {
    font-size: 20px;
    padding: 0 0 25px;
    display: block;
    font-weight: bold;
}

.left-menu .boxleft li {
    display: block;
    overflow: hidden;
    margin: 0 0 8px 0;
    border-radius: 4px;
}

    .left-menu .boxleft li a {
        display: block;
        overflow: hidden;
        padding: 10px;
        color: #333;
        font-size: 16px;
        line-height: 20px;
        background: #f1f1f1;
        border-radius: 4px;
        position: relative;
        padding-right: 20px;
    }

        .left-menu .boxleft li a.active_l {
            background: #288ad6;
            color: #fff;
            border-radius: 4px;
        }

.maincate.col3 {
    float: left;
    width: calc(60% - 40px);
    box-sizing: border-box;
    padding: 0;
    margin: auto;
}

    .maincate.col3 .tabs {
        padding: 20px 0 10px;
    }

.tabs {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.maincate.col3 .tabs li.current {
    color: #288ad6;
    font-weight: bold;
    border-bottom: 2px solid #288ad6;
    cursor: unset;
}

.maincate.col3 .tabs li:first-child {
    margin-left: 0;
}

.maincate.col3 .tabs li {
    margin: 0 10px 0;
    position: relative;
    overflow: initial;
}

.listnews {
    display: block;
    overflow: hidden;
}

    .listnews li:first-child {
        border-top: 0;
        padding: 10px 0 20px;
    }

    .listnews > li:nth-child(10n+1) {
        border-top: 1px solid #e5e5e5;
    }

    .listnews li {
        display: block;
        overflow: hidden;
        padding: 20px 0;
        border-top: 1px solid #e5e5e5;
    }

        .listnews li .linkimg img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 4px;
        }

        .listnews li .linktitle {
            display: block;
            overflow: hidden;
        }

            .listnews li .linktitle h3 {
                height: auto;
                max-height: 47px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                line-height: 24px;
                font-size: 18px;
                color: #333;
                letter-spacing: .5px;
                font-weight: bold;
            }

        .listnews li p {
            display: block;
            font-size: 13px;
            color: #4d4d4d;
            margin: 10px 0;
            height: 52px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

            .listnews li p a {
                line-height: 18px;
                font-size: 13px;
                color: #4d4d4d;
                letter-spacing: .5px;
            }

a.loadmore {
    clear: both;
    margin: 0 auto;
    max-width: 55%;
    padding: 10px;
    border: 1px solid #288ad6;
    color: #288ad6;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    display: block;
    overflow: hidden;
}

    a.loadmore:after {
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #288ad6;
        border-right: 1px solid #288ad6;
        transform: rotate(135deg);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -3px;
        right: -7px;
    }

.boxright {
    display: block;
    overflow: hidden;
    width: 23%;
    float: left;
    padding: 20px 0 0 20px;
}

.topNewsTitle {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.boxright .listpost {
    margin-top: 15px;
}

    .boxright .listpost li {
        padding: 10px 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
    }

        .boxright .listpost li label {
            float: left;
            padding: 5px 10px 0 10px;
            background: #288ad6;
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            line-height: 20px;
            position: relative;
            margin-right: 10px;
            border-radius: 4px 4px 0 0;
            margin-bottom: 7px;
        }

        .boxright .listpost li .colu {
            float: left;
            width: 85%;
        }

.clr {
    clear: both;
}

.boxright .listpost li label:after {
    content: "";
    border-top: 10px solid #288ad6;
    border-left: 16px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.listnews li .linkimg {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 15px;
    overflow: hidden;
}

.featured .linktitle h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin: 10px 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 65px;
    overflow: hidden;
    color: black;
}

.boxright .listpost li {
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

    .boxright .listpost li label {
        float: left;
        padding: 5px 10px 0 10px;
        background: #288ad6;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        position: relative;
        margin-right: 10px;
        border-radius: 4px 4px 0 0;
        margin-bottom: 7px;
    }

        .boxright .listpost li label:after {
            content: "";
            border-top: 10px solid #288ad6;
            border-left: 16px solid transparent;
            border-right: 15px solid transparent;
            position: absolute;
            bottom: -10px;
            left: 0;
        }

    .boxright .listpost li .colu {
        float: left;
        width: 83%;
    }

    .boxright .listpost li h3 {
        font: 14px/18px Arial,Helvetica,sans-serif;
        color: #333;
        outline: none;
        zoom: 1;
        padding: 0px;
    }

    .boxright .listpost li a {
        padding: 0px !important;
    }

.bg-article p img {
    margin: auto;
    display: block;
}

.bg-article iframe {
    margin: auto;
    display: block;
}

.box-table-thongso .table-responsive table tr th {
    text-align: center;
    padding: 10px;
    background: #ababab;
    color: white;
}
/*css cart desktop*/
.listorder {
    display: block;
    overflow: visible;
    background: #fff;
}

.cod-result {
    margin: 0 10px;
    line-height: 25px;
}

.buymoresuccinst {
    text-align: center;
    margin: 25px auto;
}

.titlebill {
    display: none;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background: #f6f6f6;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 0 10px;
}

.picsuccess {
    display: block;
    overflow: visible;
    position: relative;
    margin-bottom: 5px;
    padding: 15px 15px 5px;
    background: #f8f5f9;
    text-align: center;
}

.thank {
    display: block;
    overflow: hidden;
    color: #333;
    line-height: 22px;
    padding: 10px 15px;
}

.infoorder {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 10px 10px 5px 10px;
    background: #f3f3f3;
    margin: 0 15px;
}

.picsuccess .notistatus2 {
    display: inline-flex;
    display: -webkit-inline-flex;
    text-transform: uppercase;
}

.picsuccess .notistatus {
    text-align: center;
}

.iconsuccess {
    display: inline-block;
    margin-right: 10px;
    background: url(https://cdn.tgdd.vn/dmx2016/Content/images/cart/successdone.png) no-repeat;
    background-size: 40px auto;
    min-width: 40px;
    height: 50px;
}

.notistatus span {
    font-size: 18px;
    color: #2dc870;
    font-weight: 600;
    text-align: left;
    margin: auto;
    line-height: 22px;
}

.infoorder .infoorderNote {
    margin-bottom: 5px;
}

.infoorder div {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    padding-left: 10px;
}

    .infoorder div:before {
        content: '•';
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        font-size: 20px;
        color: #999;
        margin: 0 3px 0 -10px;
    }

.listorder li {
    display: block;
    overflow: visible;
    border-top: 1px solid #eee;
    padding: 10px 5px;
    margin: 0 15px;
}

    .listorder li .colimg {
        float: left;
        overflow: hidden;
        width: 75px;
    }

    .listorder li .colinfo {
        display: block;
        overflow: visible;
        margin-left: 75px;
    }

    .listorder li a {
        display: block;
        overflow: hidden;
    }

    .listorder li img {
        display: block;
        width: 55px;
        height: auto;
        margin: 5px auto 10px 0;
    }

.mb-pricebox {
    overflow: hidden;
    float: right;
}

.listorder li .colinfo a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    width: 58%;
}

.listorder li .promotion.choose {
    overflow: visible !important;
    margin-top: 0 !important;
    background: none;
}

.quan {
    float: right;
    margin: 10px 0;
    font-size: 12px;
}

    .onecolor span, .quan span {
        color: #999;
    }

.clr {
    clear: both;
}

.cod-result p {
    display: block;
}

    .cod-result p.total-cod span {
        float: left;
        font-weight: bold;
    }

    .cod-result p.total-cod b {
        float: right;
        color: #c10017;
        font-weight: bold;
    }

.buymoresuccinst a {
    text-align: center;
    border: 1px solid #288ad6;
    border-radius: 3px;
    padding: 10px;
    color: #288ad6;
    display: inline-block;
}

.listorder li .colinfo strong.price-line {
    display: block;
    color: #999;
    text-decoration: line-through
}

.heading-menu h1 {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px;
}

.viewmore {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #288ad6;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 4px;
    margin: 10px auto;
    width: 400px;
    background: #fff;
}

    .viewmore:after {
        content: '';
        width: 0;
        right: 0;
        border-top: 6px solid #288ad6;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 5px;
    }

    .viewmore:hover {
        background: #288ad6;
        border-color: #288ad6;
        color: #fff;
    }

.pagination > li {
    display: inline !important;
}

    .pagination > li > a, .pagination > li > span {
        padding: 6px 12px !important;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
    }

        .pagination > li > a.active {
            background: #337ab7;
            color: white;
        }

.sendnow {
    float: left;
    width: 100%;
    padding: 5px 10px;
}

    .sendnow .finalpost {
        float: right;
        font-weight: 600;
        padding: 5px 15px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #d97f00;
        border-radius: 4px;
        background: #f89406;
        background: -o-linear-gradient(top, #f89406, #f76b1c);
    }

    .sendnow .infoname {
        padding: 5px 8px;
        border: 1px solid #dadada;
        font-size: 14px;
        color: #333;
        float: left;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

.sortcomment {
    display: block;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

    .sortcomment a {
        float: left;
        font-size: 13px;
        color: #4a90e2;
        padding: 6px 12px;
    }

        .sortcomment a.activedsort {
            background: #ececec;
            border-radius: 7px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
        }

    .sortcomment span {
        float: left;
        font-size: 13px;
        color: #999;
        padding: 6px 12px;
    }

.infocomment {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.comment_ask {
    display: block;
    overflow: visible;
    margin: 10px 0 0;
}

.iconcom-user {
    width: 25px;
    height: 25px;
    background-image: none;
    background-color: #ccc;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.comment_ask strong {
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}

.infocom_ask {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
    margin-left: 30px;
}

.relate_infocom {
    display: block;
    overflow: visible;
    height: 28px;
    font-size: 12px;
    color: #666;
    margin-left: 30px;
    line-height: 28px;
}

    .relate_infocom span {
        float: left;
    }

    .relate_infocom .reply {
        cursor: pointer;
        color: #4a90e2;
    }

    .relate_infocom .dot {
        float: left;
        display: inline;
        font-size: 8px;
        vertical-align: middle;
        margin: 2px 5px;
        color: #babbb8;
    }

    .relate_infocom .numlike {
        color: #999;
    }

    .relate_infocom span .like {
        color: #4a90e2;
        font-weight: bold;
    }

.comment_reply {
    display: block;
    margin-top: 5px;
    position: relative;
    background: #f1f1f1;
    border: 1px solid #e7e7e7;
    padding: 15px 10px;
    font-size: 14px;
    color: #333;
    margin-left: 30px;
}

.comment_ask .qtv {
    text-transform: uppercase;
    margin-right: 10px;
    color: #000;
    font-weight: normal;
    font-size: 10px;
    background: #eebc49;
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 18px;
    height: 18px;
    margin-left: 10px;
}

.body_infoSale span {
    display: block;
}

    .body_infoSale span:before {
        content: "\f058";
        font-family: FontAwesome;
        font-size: 16px;
        color: green;
        margin-right: 8px;
    }

ul.list-video li {
    display: block;
    float: left;
    width: 15%;
    margin: 1%;
    border: 2px solid #c1c1c1;
    border-radius: 5px;
    position: relative;
}

ul.list-video {
    display: block;
    float: left;
    width: 100%;
    margin: auto;
}

    ul.list-video li img {
        width: 100%;
        border-radius: 3px;
    }

.list_keys {
    display: block;
    float: left;
    width: 100%;
}

span.title-video {
    display: block;
    float: left;
    line-height: 50px;
    font-weight: bold;
}

ul#zoom1 {
    margin-left: 0px !important;
}

ul.list-video li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 30px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    touch-action: unset;
    z-index: 1;
    visibility: unset;
}

ul.list-video li a:hover:before {
    color: red;
}

ul.list-video li a {
    display: block;
    float: left;
    width: 100%;
    z-index: 9;
}

.read-assess .textarea-bottom {
    border-top: 1px solid #bdbdbd;
    font-size: 0;
    padding: 0px 10px;
}

.read-assess .send-img {
    color: #2f80ed;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

.read-assess .send-img, .read-assess .mintext {
    display: inline-block;
    vertical-align: middle;
}

.hide {
    display: none !important;
}

.read-assess .mintext {
    color: #666;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    width: 35%;
}

.read-assess .resRtImg {
    background-color: #efefef;
    padding: 10px;
    margin: 5px -10px -7px;
}

    .read-assess .resRtImg li {
        display: inline-block;
        margin-right: 10px;
    }

        .read-assess .resRtImg li img {
            width: 60px;
            height: 60px;
            display: block;
            border-radius: 5px;
            object-fit: cover;
        }

        .read-assess .resRtImg li span {
            width: 100%;
            text-align: center;
            font-size: 12px;
            background-color: #fff;
            display: block;
            color: #288ad6;
        }

.read-assess .send-img i {
    margin: 7px 4px 0 0;
}

.icondetail-camera {
    background-position: -265px -75px;
    height: 16px;
    width: 20px;
}

[class^="icondetail-"], [class*="icondetail-"] {
    background-image: url(//cdn.tgdd.vn/mwgcart/mwg-site/ContentMwg/images/TGDD/Mobile/icon_chitiet@2x-min.png?v=2);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 300px 180px;
}

.read-assess-form {
    margin-top: 10px;
}

.read-assess .textarea {
    border: 1px solid #bdbdbd;
    border-radius: 4px;
}

textarea#Content {
    border: none;
    margin: 0px !important;
}

.textarea {
    margin-bottom: 10px;
}

input[type="file"] {
    display: block;
    float: left;
    width: 100%;
}

.imageThumb {
    max-height: 60px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 0px 10px 0 0;
}

.remove {
    font-size: 12px;
    display: block;
    background: #efefef;
    border: 1px solid #efefef;
    color: #288ad6;
    text-align: center;
    cursor: pointer;
    height: 20px;
    margin-bottom: 5px;
    line-height: 20px;
}

    .remove:hover {
        background: white;
        color: black;
    }

/*css ảnh 2*/
/*Copied from bootstrap to handle input file multiple*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*Also */
.btn-success {
    border: 1px solid #c5dbec;
    background: #d0e5f5;
    font-weight: bold;
    color: #2e6e9e;
}
/* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.thumb {
    height: 80px;
    width: 100px;
    border: 1px solid #000;
}

ul.thumb-Images li {
    width: 120px;
    float: left;
    display: inline-block;
    vertical-align: top;
    height: 120px;
}

.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}

    .img-wrap .close {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 100;
        background-color: #d0e5f5;
        padding: 5px 2px 2px;
        color: #000;
        font-weight: bolder;
        cursor: pointer;
        opacity: 0.5;
        font-size: 23px;
        line-height: 10px;
        border-radius: 50%;
    }

    .img-wrap:hover .close {
        opacity: 1;
        background-color: #ff0000;
    }

.FileNameCaptionStyle {
    font-size: 12px;
}
/*css phần bình luận ảnh*/
.img-list {
    margin-left: 30px;
}