﻿@charset "utf-8";

@import url(modules.css);
@import url(codltd.css);
@import url(font-awesome.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: #f1f1f1;
    color: #222;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
}

    body::-webkit-scrollbar {
        width: 1.1em;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6);
    }

    body::-webkit-scrollbar-thumb {
        background-color: #C1C1C1;
        outline: 1px solid #D5A00F;
    }

img {
    width: auto;
    height: auto;
    max-width: 100%; /* max-height:100%; */
    vertical-align: middle;
}


:focus {
    outline: 0 !important;
}

figure {
    margin: 0;
    padding: 0;
}

img[src*=".svg"] {
    height: 100%;
}

iframe {
    border: none;
}

::selection {
    background: #B4D5FF; /* Safari */
    color: #333333;
}

::-moz-selection {
    background: #B4D5FF; /* Firefox */
    color: #333333;
}

p {
    margin-bottom: 10px;
}

* > p:last-child {
    margin-bottom: 0 !important;
}

p a:hover {
    border-color: transparent;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

ul, ol {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    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;
}

.all {
    float: left;
    width: 100%;
}

.lazy {
    background: #fff url(images/loading1.gif) center center no-repeat;
    min-width: 32px;
    min-height: 32px;
}

.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;
    }

.alink-all {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.back-to-top {
    position: fixed;
    bottom: -50px;
    right: -50px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 40px;
    height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    background-color: #E41C2C;
    line-height: 45px;
    text-align: center;
    color: #fff;
    display: inline;
    z-index: 999999;
    cursor: pointer;
}

    .back-to-top a {
        display: block;
    }

    .back-to-top:hover {
        background: #eb9007;
        color: #fff;
    }

        .back-to-top:hover a, .back-to-top a:focus {
            color: #fff;
        }

    .back-to-top.display {
        bottom: 155px;
        right: 10px;
    }

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/*===================================================================================*/
/*  Index
/*===================================================================================*/

header {
    min-width: 1024px;
    background: #F9F9F9;
    width: 100%;
    z-index: 999;
    position: relative;
}

.wraphead {
    width: 100%;
    background: #F9F9F9;
    margin: auto;
    position: relative;
    display: block;
    padding: 5px 0;
}

.logo {
    float: left;
    width: 20%;
    text-align: left;
    padding: 3px 0 5px 5px;
    position: relative;
}

    .logo img {
        max-height: 44px;
    }

.icon-hoa {
    background-image: url(images/desktop-hoa.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 43px;
    width: 140px;
    top: 2px;
    left: 39px;
}

[class^="iconltd-"], [class*="iconltd-"] {
    background-image: url(images/iconltd.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.iconltd-cart {
    background-position: -89px 0;
    width: 26px;
    height: 20px;
    display: block;
    margin: auto;
}

.iconltd-topsearch {
    background-position: -4px 0;
    width: 16px;
    height: 16px;
    display: block;
    margin: auto;
}

.iconltd-gift {
    background-position: -23px 0;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}

.iconltd-selling {
    background-position: -135px -60px;
    width: 60px;
    height: 20px;
}

.headsearch {
    float: left;
    width: 34.5%;
    height: 34px;
    margin: 7px 0 0 0;
    background: #fff;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #e8e8e8;
}

    .headsearch .topinput {
        float: left;
        width: 100%;
        padding-top: 1px;
        border: 0;
        position: relative;
        background: #fff;
        height: 32px;
        text-indent: 10px;
        font-size: 14px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .headsearch .btntop {
        float: right;
        width: 40px;
        height: 34px;
        border: 0;
        cursor: pointer;
        background: none;
        position: absolute;
        right: 0;
    }

#cart-box {
    width: 40px;
    float: left;
    height: 38px;
    padding: 15px 6px 0 8px;
    position: relative;
}

    #cart-box .cart span {
        width: 18px;
        height: 18px;
        background: #afafaf;
        text-align: center;
        font-size: 12px;
        color: #fff;
        border-radius: 20px;
        position: absolute;
        top: 7px;
        right: -6px;
        line-height: 18px;
        font-weight: bold;
    }

.switchboard {
    float: right;
    overflow: hidden;
    font-size: 16px;
    color: #f16233;
    font-weight: 600;
    padding: 7px 0 7px 29px;
}

    .switchboard span {
        display: block;
        overflow: hidden;
        font-size: 12px;
        font-weight: 300;
        color: #4a90e2;
        padding-top: 2px;
    }

header .supermarket {
    float: right;
    overflow: visible;
    font-size: 15px;
    color: #f16233;
    font-weight: 600;
    padding: 7px 0 7px 29px;
    position: relative;
}

    header .supermarket:before, header .supermarket:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid #f16233;
        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: #4a90e2;
        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: #f9f9f9;
    border-width: 4px;
}

nav.whmenu {
    display: block;
    background: #0c72bd;
}

    nav.whmenu ul.lv1 {
        float: left;
    }

        nav.whmenu ul.lv1 > li {
            text-align: left;
            float: left;
        }

            nav.whmenu ul.lv1 > li > a {
                padding: 0 10px;
                font-size: 12px;
                color: #fff;
                text-transform: none;
                font-weight: 500;
                font-family: 'Roboto', sans-serif;
                display: block;
                float: left;
                line-height: 41px;
            }

                nav.whmenu ul.lv1 > li > a * {
                    cursor: pointer;
                }

                nav.whmenu ul.lv1 > li > a > span {
                    text-align: center;
                    position: relative;
                    display: inline-block;
                    vertical-align: middle;
                    float: left;
                }

                    nav.whmenu ul.lv1 > li > a > span img {
                        display: inline-block;
                        max-height: 28px;
                        max-width: 30px;
                    }

                nav.whmenu ul.lv1 > li > a > label {
                    float: left;
                    padding: 3px 0 0 8px;
                    margin: 0;
                    font-weight: normal;
                }

    nav.whmenu li i.fa {
        color: #fff;
    }

    nav.whmenu ul.lv1 > li:hover, nav.whmenu ul.lv1 > li.active {
        background: #164e99;
    }

        nav.whmenu ul.lv1 > li:hover > a {
            color: #ffffff;
        }

        nav.whmenu ul.lv1 > li:hover i.fa {
            color: #333;
        }

.subcate {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(255,255,255,.9);
    width: 220px;
    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: 386px;
}

    .subcate li {
        display: block;
        width: 100%;
        float: left;
    }

        .subcate li a {
            color: #303030;
            padding: 5px 10px;
            display: block;
            font-size: 13px;
        }

        .subcate li:hover a {
            color: red;
        }

.nav-main > li:hover .subcate {
    display: block;
}

.big-banner {
    padding-top: 5px;
}

.big-bn-left {
    float: left;
    width: 70.1%;
}

.big-bn-right {
    float: right;
    width: 28.9%;
}

    .big-bn-right img {
        width: 100%;
    }

    .big-bn-right ul li:nth-child(2) {
        /* margin-top: 8px; */
    }

.navcate {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    background: #fff;
}

    .navcate .title {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        color: #333;
        text-transform: uppercase;
        border-bottom: 2px solid #0074c1;
        font-size: 14px;
        color: #0074c1;
        font-weight: 600;
    }

    .navcate a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #0074c1;
        padding: 10px 5px;
    }

    .navcate .title a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #0074c1;
        padding: 10px;
    }

.listproduct {
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    border-top: 1px solid #f3f3f3;
}

    .listproduct li {
        float: left;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        border-right: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
        padding: 0;
        min-height: 330px;
    }

        .listproduct li .bglipro {
            display: block;
            overflow: hidden;
            background: #fff;
            cursor: pointer;
            padding-bottom: 10px;
            min-height: 335px;
        }

            .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 20px 10px;
}

.listproduct li h3 {
    display: block;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 14px;
    color: #4a90e2;
    font-weight: 600;
    height: 36px;
}

.price-box {
    padding: 3px 0 6px;
    overflow: hidden;
    position: relative;
}

    .price-box .c-price {
        /* float: left; */
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
        white-space: nowrap;
        color: #c10017;
    }

    .price-box .o-price {
        font-size: 13px;
        color: #4d4d4d;
        font-weight: 300;
        display: inline-block;
        vertical-align: middle;
        text-decoration: line-through;
        white-space: nowrap;
    }

.listproduct li p.gift {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    clear: both;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin: 0;
}

.listproduct li .selling {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 6px;
}

.title-lage02 {
    height: 40px;
    line-height: 40px;
    background: #ef5124;
    border-radius: 4px;
    position: relative;
}

    .title-lage02:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border: 14px solid rgb(255,255,255);
        border-color: transparent transparent rgb(255,255,255);
        left: 50%;
        bottom: 0;
        margin: 0 0 0 -14px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        transition: opacity .15s;
    }

    .title-lage02 i.fa {
        color: #fff;
        float: left;
        line-height: 40px;
        padding: 0 15px;
        font-size: 20px;
    }

    .title-lage02 .txt {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        float: left;
        font-weight: bold;
    }

.bg-trademark {
    background: #fff;
    padding: 5px 0 5px;
    border: 1px solid #f1f1f1;
}

    .bg-trademark .akr-title {
        display: table-cell;
        width: 100%;
        height: 100%;
        font-size: 15px;
        font-weight: bold;
        padding: 12px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        float: left;
    }

    .bg-trademark .top-brands {
        /* display: table; */
        width: 100;
        height: 100%;
    }

        .bg-trademark .top-brands a {
            /* display: table-cell; */
            padding: 0 5px;
            vertical-align: middle;
        }

.top-brands 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);
}

.btn-seemore {
    border: 1px solid;
    transition: color .15s ease-in,border-color .15s ease-in;
    color: rgb(100,100,100);
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

    .btn-seemore:hover {
        color: rgb(0,0,0);
        border-color: rgb(0,0,0);
    }

#footer {
    background: #fff;
    border-top: 1px solid #F1F1F1;
}

.footer_top {
    padding: 20px 0 10px;
}

ul.mf-listmn > li {
    margin-bottom: 15px;
}

    ul.mf-listmn > li p.heading {
        color: #636363;
        position: relative;
        font-family: 'Roboto',sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        padding: 0 0 15px;
        font-size: 15px;
    }

    ul.mf-listmn > li h3.heading a {
    }

    ul.mf-listmn > li .bg-ft {
        color: #636363;
    }

ul.list-mn li {
    padding: 5px 0;
}

    ul.list-mn li a {
        color: #636363;
        font-size: 13px;
        font-family: 'Roboto',sans-serif;
    }

        ul.list-mn li a:hover {
            color: #cecece;
        }

ul.list-ft01 {
    background-color: #fff;
    border-top: 1px solid #F1F1F1;
}

    ul.list-ft01 li {
        float: left;
        padding: 15px 0;
    }

        ul.list-ft01 li span {
            display: block;
            padding-bottom: 10px;
            font-size: 16px;
            color: #303030;
            float: left;
            width: 100%;
            font-weight: bold;
        }

.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 {
    height: 40px;
    background: #f25a29;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

.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;
}

.nav-main-box {
    position: relative;
}

    .nav-main-box .nav-main-tl {
        font-size: 15px;
        font-weight: bold;
        height: 43px;
        line-height: 43px;
        text-transform: uppercase;
        border-radius: 2px 2px 0 0;
        padding-left: 15px;
        cursor: pointer;
        border-bottom: none;
        color: #fff;
        font-family: 'Roboto Condensed',sans-serif;
        background: #164e99;
    }

    .nav-main-box .nav-main {
        position: absolute;
        left: 0;
        top: 100%;
        width: 240px;
        z-index: 10;
        display: none;
        border-top: none;
        background: #404040;
    }

.nav-main > li {
    cursor: pointer;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    padding: 6px 5px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #5d5d5d;
    box-shadow: 0 0 1px #111;
    -webkit-box-shadow: 0 0 1px #111;
    -moz-box-shadow: 0 0 1px #111;
}

    .nav-main > li span {
        float: left;
        width: 23px;
        margin: 4px 9px 0 5px; /* text-align:center;*/
    }

        .nav-main > li span img {
            max-height: 32px;
        }

    .nav-main > li > a {
        display: block;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        font-family: 'Roboto',sans-serif;
        position: relative;
        line-height: 31px;
    }

        .nav-main > li > a i.fa {
            position: absolute;
            top: 7px;
            right: 5%;
        }

    .nav-main > li label {
        margin: 0;
        font-weight: 500;
    }

.nav-main-box:hover .nav-main {
    display: block;
}

.nav-main > li:hover {
    background: #0577c2;
}

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 {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}

    .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_10_2:nth-child(5n+5) {
    border-right: 0;
}

ul.listproduct-cate {
    border-left: 1px solid #f3f3f3;
}

.breadcrumb {
    display: block;
    overflow: hidden;
    margin: 0;
    background: #fff;
    line-height: 32px;
    padding: 5px 10px;
}

    .breadcrumb > li {
        font-size: 14px;
        color: #288ad6;
    }

#owl-listslide {
    margin: 5px 0 10px;
    overflow: hidden;
}

    #owl-listslide img {
        width: 99%;
    }

.leftcate {
    float: left;
    width: 76.67%;
}

.rightcate {
    float: right;
    width: 21.667%;
}

.listproduct li .bglipro .reponsive-img {
    margin: 50px 0 15px;
}

.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;
}

.naviappliances {
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 2px;
    margin: 10px 0 20px 0;
}

    .naviappliances .title-nav {
        display: block;
        overflow: hidden;
        padding: 10px 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%;
        height: 90px;
        overflow: hidden;
        border-right: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        text-align: center;
        float: left;
    }

        .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: 50px;
        height: 60px !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;
    }

.pls-menu {
    overflow: hidden;
    background: #f3f3f4;
    border-bottom: solid 1px rgba(226,58,36,0.52);
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.pls-menu-head {
    float: left;
    position: relative;
}

    .pls-menu-head a {
        background: #e23a24;
        text-align: center;
        float: left;
        padding: 0 25px 0 30px;
        color: #fff;
        text-transform: uppercase;
        line-height: 29px;
        height: 34px;
        font-size: 15px;
        padding-top: 5px;
    }

    .pls-menu-head:after {
        position: absolute;
        top: 0;
        right: -16px;
        width: 0;
        height: 0;
        border-bottom: 35px solid #e23a24;
        border-right: 16px solid transparent;
        content: "";
    }

.arrange {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    font-size: 15px;
}

    .arrange .choosed {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        color: #4a90e2;
    }

        .arrange .choosed:after {
            content: '';
            border-top: 5px solid #4a90e2;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            display: inline-block;
            vertical-align: middle;
            margin: -1px 0 0 5px;
        }

.listarrange {
    display: none;
    padding: 5px 10px;
    position: relative;
    top: 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: -6px;
}

    .listarrange:before, .listarrange:after {
        content: '';
        border-bottom: 10px solid #d9d9d9;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 50%;
        top: -10px;
        position: absolute;
    }

    .listarrange:after {
        border-width: 9px;
        border-bottom-color: #fff;
        margin-left: 1px;
        margin-top: 1px;
    }

    .listarrange a {
        display: block;
        width: 100%;
        padding: 5px 0;
        color: #4a90e2;
        vertical-align: top;
    }

        .listarrange a i.fa {
            margin: 0 7px 0 0;
            visibility: hidden;
        }

        .listarrange a.choose i.fa {
            visibility: visible;
        }

.sidebox-filter {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0 0;
}

    .sidebox-filter .title {
        display: block;
        overflow: hidden;
        text-transform: uppercase;
        line-height: 22px;
        font-weight: bold;
        font-size: 14px;
        margin: 3px 0 7px;
    }

.pca-filter a {
    display: inline-block;
    color: #4a90e2;
    vertical-align: top;
    width: 49%;
    font-size: 14px;
    padding: 5px 0 8px 0;
}

.icon-checkbox {
    background: url(images/icon_checkbox.png) no-repeat;
    background-position: 0 0;
    display: inline-block;
    line-height: 30px;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin: 0 2px 0 0;
    position: relative;
    top: 1px;
}

.pca-filter a.check .icon-checkbox {
    background-position: -20px 0;
}

.pca-filter img {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    max-height: 30px;
}
.sidebox-filter .pca-filter img {
    object-fit: cover;
}

.rightcate .sidebox-filter:last-child {
    margin-bottom: 20px;
    border-bottom: none;
}

.pca-filter-all a {
    display: block;
    width: 100%;
}
/*pro-detail*/
.pdrl-name {
    float: left;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    line-height: 40px;
}

.likeshare {
    float: right;
    font-size: 14px;
    line-height: 40px;
}

.rowdetail {
    display: block;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-top: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.pd-picture {
    float: left;
    overflow: hidden;
    width: 41.5%;
    position: relative;
}

.pd-price_sale {
    float: left;
    position: relative;
    width: 36.5%;
    margin: 0 1%;
}

.pd-checkexist {
    float: right;
    width: 20%;
    overflow: visible;
    background: #fff;
    position: relative;
}

.pd-picture .pdl-image {
    text-align: left;
    width: 100%;
    float: left;
    /* height: 291px; */
}

    .pd-picture .pdl-image + .cl {
        display: none;
    }

    .pd-picture .pdl-image img {
        max-width: 100%;
        background: #dfdfdf;
        max-height: 400px;
    }

.pdl-small-images {
    float: left;
    width: 100%;
    margin: 15px 0;
}

    .pdl-small-images ul {
        overflow: hidden;
        width: 100%;
        margin: 0;
    }

    .pdl-small-images li {
        height: 70px;
        width: 20%;
        float: left;
        text-align: center;
        position: relative;
    }

        .pdl-small-images li:first-child {
        }

        .pdl-small-images li img {
            max-width: 100%;
            max-height: 60px;
        }

        .pdl-small-images li a {
            display: block;
            vertical-align: middle;
            width: 100%;
            height: 62px;
            text-align: center;
        }

            .pdl-small-images li a.active {
                border: solid 1px #b10000;
            }

        .pdl-small-images li div {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.5);
            max-width: 100%;
            line-height: normal;
        }

            .pdl-small-images li div span {
                display: inline-block;
                vertical-align: middle;
                font-size: 12px;
                color: #fff;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 36px;
                display: block;
                margin: auto;
                text-align: center;
            }

.features p {
    padding: 4px 0 4px 24px;
    margin: 0;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

    .features p:before {
        content: '+';
        font-size: 19px;
        color: #999;
        margin-left: -24px;
        margin-right: 10px;
    }

.compact-specs {
    display: block;
    overflow: hidden;
}

    .compact-specs li {
        display: inline-block;
        vertical-align: text-bottom;
        font-size: 14px;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
        padding: 5px 10px 5px 0;
    }

.area_price {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 0 0 10px;
}

    .area_price div {
        display: inline-block;
        vertical-align: sub;
        font-size: 13px;
        color: #666;
    }

        .area_price div b {
            color: #4a90e2;
        }

    .area_price strong {
        display: inline-block;
        overflow: hidden;
        font-size: 24px;
        color: #d0021b;
        vertical-align: middle;
        margin-right: 5px;
    }

    .area_price span {
        display: block;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 5px;
    }

        .area_price span.five-7ngay {
            color: #ec9504;
        }

.pd_summary {
    color: #666;
    font-size: 14px;
    line-height: 23px;
}

.area_order {
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

    .area_order .buy_now {
        float: left;
        width: 52%;
        overflow: hidden;
        padding: 9px 0;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        background: #fd6e1d;
        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);
    }

    .area_order span {
        display: block;
        font-size: 12px;
        color: #fff;
        text-transform: none;
    }

    .area_order .phone_pd_btn {
        line-height: normal;
        float: right;
        width: 46%;
        padding: 9px 0;
        text-align: center;
        background: #288ad6;
        color: #fff;
        border-radius: 4px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
    }

.policy_pd {
    display: block;
    overflow: hidden;
    margin: 0;
}

    .policy_pd p {
        display: block;
        overflow: hidden;
        padding: 10px 10px 0 0;
        font-size: 14px;
        color: #333;
    }

    .policy_pd a {
        color: #288ad6;
    }

.pd-checkexist .title {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 0 0 10px;
}

.form-group-select .chosen-container {
    width: 100% !important;
}

.choosecolor, .onecolor {
    display: block;
    position: relative;
    border: 1px solid #dfdfdf;
    background: #fff;
    border-radius: 3px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 10px;
    margin: 10px 0;
    cursor: pointer;
}

    .choosecolor span, .onecolor span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.listmarket .choose-store {
    display: block;
    font-size: 15px;
    color: #333;
    padding: 0 0 10px;
}

.listmarket ul {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 180px;
}

.listmarket li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    padding: 0 0 10px 0;
    line-height: 18px;
}

    .listmarket li span.graytxt {
        color: #e23a24;
        font-size: 12px;
        display: inline-block;
    }

    .listmarket li:last-child {
        margin-top: 15px;
    }

.article-content .pd-title {
    font-family: Roboto Bold Condensed,'Roboto-BoldCondensed',arial;
    font-size: 19px;
    text-transform: uppercase;
    padding: 20px 0 15px;
    line-height: 150%;
    background-color: #a3ccff;
    margin-bottom: 30px;
    padding-left: 30px;
}

.bg-article {
    line-height: 1.8;
    color: #555;
    font-size: 14px;
}

.paratable .tt, .paratable h2, .paratable h3 {
    display: block;
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.paratable {
    float: right;
    width: 36.5%;
}

    .paratable ul li {
        font-weight: 700;
        display: block;
        background: #f4f4f4;
        padding: 10px;
        font-size: 14px;
        color: #999;
    }

        .paratable ul li:nth-child(2n) {
            background: #fff;
        }

        .paratable ul li > div {
            font-weight: 400;
            display: inline-block;
        }

            .paratable ul li > div:nth-child(1) {
                font-size: 14px;
                color: #333;
                font-weight: 600;
            }

            .paratable ul li > div:nth-child(2) {
                text-align: right;
                font-size: 14px;
                color: #333;
                margin-left: 5px;
            }

.specimg {
    float: left;
    text-align: center;
    width: 60.834%;
    overflow: hidden;
}

.bg-article .article-left {
    padding-left: 0;
    float: left;
    width: 62.834%;
}

.bg-article .article-right {
    float: right;
    width: 36.5%;
    padding-left: 25px;
}

.review-article {
    line-height: 24px;
    padding-right: 20px;
    text-align: justify;
}

.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;
}

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;
        }
/*radio*/
.radioPure {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding-right: 20px;
}

    .radioPure:hover .inner {
        background-color: #e23a24;
        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: 2px solid #e23a24;
        }

        .radioPure input:focus + .outer .inner {
            background-color: #e23a24;
            opacity: 1;
            transform: scale(1);
        }

    .radioPure .outer {
        background-color: #fff;
        border: 2px solid #999;
        border-radius: 50%;
        display: block;
        float: left;
        height: 18px;
        width: 18px;
    }

    .radioPure .inner {
        background-color: #e23a24;
        border-radius: 50%;
        display: block;
        height: 10px;
        margin: 2px;
        opacity: 0;
        transform: scale(0);
        transition: all 0.25s ease-in-out 0s;
        width: 10px;
    }

    .radioPure i {
        color: #333;
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        padding-left: 5px;
    }
/*checkbox*/
.itemCheckBox {
    float: left;
    padding-right: 30px;
    position: relative;
    margin: 0;
}

    .itemCheckBox input[type="checkbox"] {
        height: 0.1px;
        opacity: 0;
        width: 0.1px;
    }

    .itemCheckBox span {
        padding-left: 5px;
        position: relative;
        top: -4px;
        font-weight: 600;
    }

.check-box {
    background-color: transparent;
    border: 2px solid #999;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    transition: border-color 0.2s ease 0s;
    width: 20px;
}

    .check-box input[type="checkbox"] {
        display: none;
    }

    .check-box::before, .check-box::after {
        background-color: #e23a24;
        border-radius: 5px;
        box-sizing: border-box;
        content: " ";
        display: inline-block;
        height: 0;
        position: absolute;
        transform-origin: left top 0;
        width: 4px;
    }

    .check-box::before {
        left: 8.2px;
        top: 14.4px;
        transform: rotate(-135deg);
    }

    .check-box::after {
        left: 1px;
        top: 7.4px;
        transform: rotate(-45deg);
    }

    input[type="checkbox"]:checked + .check-box, .check-box.checked {
        border-color: #e23a24;
    }

        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;
        }

.boxFormPayment {
    padding: 15px;
    border: 1px solid #f2f2f2;
    margin: 0 0 30px 0;
}

@media (max-width:767px) {
    .boxFormPayment {
        padding: 0;
    }
}
/*/media*/
.boxFormPayment .title {
    color: #ff0000;
    float: left;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
}

.boxFormPayment label {
    display: block;
    font-weight: normal;
    display: inline-block;
    margin: 0 5px 10px 0;
}

.boxFormPayment .gender {
    display: inline-block;
    padding-right: 20px;
}

.boxFormPayment .form-group {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.boxFormPayment .form-control {
    border-radius: 0;
    box-shadow: none;
}

.title-form {
    font-weight: bold;
    font-size: 14px;
}

.header-cart .title {
    margin-bottom: 5px;
}

.header-cart .madh, .header-cart .datedh {
    font-style: italic;
}

.table-popcart table {
    margin-bottom: 0;
}

    .table-popcart table th {
        text-align: center;
        font-weight: normal;
        font-size: 13px;
        font-weight: bold;
    }

    .table-popcart table tr {
        background-color: #fff;
    }

    .table-popcart table td {
        vertical-align: middle;
        padding: 10px;
    }

.table-popcart .img {
    width: 80px;
    height: 65px;
    text-align: center;
    float: left;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.table-popcart .name {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}

    .table-popcart .name .name-product {
        font-size: 14px;
        color: #000;
        display: block;
        float: left;
    }

        .table-popcart .name .name-product:hover {
            color: #e23a24;
        }

    .table-popcart .name .status {
        float: left;
        width: 100%;
        display: block;
        margin-top: 5px;
    }

        .table-popcart .name .status li {
            display: inline-block;
            float: left;
        }

            .table-popcart .name .status li:after {
                content: "|";
                padding: 0 8px;
                float: right;
                color: #808080;
            }

            .table-popcart .name .status li:last-child:after {
                content: none;
                padding: 0;
            }

            .table-popcart .name .status li.status-pro {
                color: #72b656;
            }

            .table-popcart .name .status li .gift {
                color: #199cb7;
            }

            .table-popcart .name .status li .remove {
                color: #e23a24;
            }

.table-popcart strong {
    color: #303030;
    font-weight: normal;
    font-size: 13px;
}

@media (max-width:767px) {
    .table-popcart .name {
        width: 100%;
    }
}

.inline-block {
    display: inline-block !important;
}

.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;
    }

.form-group-check .itemCheckBox {
    display: block;
    width: 100%;
    padding: 0;
}

#show-hd {
    display: none;
    float: left;
    width: 100%;
}

.boxFormPayment .table-popcart {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    overflow-x: auto;
}
/*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;
}

.divcateicon {
    text-align: center;
    margin-bottom: 20px; /* margin-right:20px;*/
}

    .divcateicon img {
        margin: auto;
        border-radius: 4px;
    }

.ulcatemenu {
    margin-right: 18px;
    margin-bottom: 5px;
    margin-left: 2px;
}

    .ulcatemenu li {
        display: block;
        border: 0;
        padding: 0;
        border-bottom: 1px solid #f3f3f3;
    }

        .ulcatemenu li a {
            display: block;
            padding: 8px 10px 8px 8px;
            color: #000;
            font-size: 14px;
        }

        .ulcatemenu li .active_l {
            background: #0074c1;
            color: #fff;
            border-radius: 4px;
        }

.boxNewscate .div_bigcatetitle {
    text-align: left;
    margin-bottom: 18px;
    font-size: 22px;
    color: #333;
}

ul.list-new-cate li {
    margin-bottom: 30px;
    overflow: hidden;
}

    ul.list-new-cate li figure {
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
        border: solid 1px #dedede;
        padding: 5px;
    }

        ul.list-new-cate li figure a {
            display: block;
        }

        ul.list-new-cate li figure img {
            max-width: 100%;
            max-height: 130px;
            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;
    overflow: hidden;
    padding: 10px;
}

    .thumbnail-news-view > h1, .thumbnail-news-view > h2 {
        font-size: 19px;
        font-weight: 500;
        color: #ec004a;
        text-transform: uppercase;
    }

.block_timer_share {
    padding: 10px 0 20px 0;
    width: 100%;
    overflow: hidden;
}

.block_timer {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0;
    white-space: nowrap;
    color: #f45929;
    font-weight: bold;
}

.block_share {
    padding-right: 10px;
}

    .block_share a {
        width: 24px;
        height: 22px;
        display: block;
        margin-right: 7px;
        float: left;
        text-align: center;
        line-height: 22px;
        background-color: #999999;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
    }

    .block_share .facebook {
        background-color: #3B5A9A;
    }

    .block_share .google {
        background-color: #DF4B38;
    }

    .block_share .twitter {
        background-color: #29A9E1;
    }

    .block_share .email {
        background-color: #999999;
    }

    .block_share .print {
        background-color: #999999;
    }

.post_content {
    word-wrap: break-word;
    padding-bottom: 20px;
    line-height: 25px;
}

    .post_content p {
        margin-bottom: 10px;
    }
.post_content a {
    color: #00f;
}
.post_content a:hover {
    text-decoration: underline;
}

.other-news-detail {
    position: relative;
    padding: 0;
    margin-top: 20px;
}

    .other-news-detail h2 {
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        font-weight: 400;
        color: #005aab;
        margin-bottom: 20px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
    }

        .other-news-detail h2 span {
            background: #fff;
            padding-right: 10px;
            position: absolute;
            top: 8px;
            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;
        }

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);
        }

.btn-watchnow {
    background: none repeat scroll 0 0 #00cd30;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 12px;
    text-transform: uppercase;
}

.list_manufacturer li h2 {
    padding: 10px 0 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_manufacturer li .brand-logo {
}

.banner_hsx img {
    width: 100%;
}

.product_content table {
    width: 100%;
}

    .product_content table th, td {
        padding: 5px;
    }

.table-popcart table td input[type='number'] {
    height: 30px;
    width: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.logo_home {
    text-indent: -9999px;
    font-size: 0;
}

#akr_home img {
    width: 100%;
    height: auto !important;
}
/*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;
    }

/*css them*/

.diachishowroom {
    background: #fff;
    padding: 10px 0px;
}

ul.diachoshdk > li {
    width: 33%;
    display: inline-table;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    min-height: 130px;
}

.diachoshdk .ft_img {
    float: left;
    padding-right: 10px;
    width: 36%;
    height: 220px;
    position: relative;
}

    .diachoshdk .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.mf-listmn * {
    -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-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
    word-spacing: 2px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.store-info {
    float: left;
    vertical-align: top;
    font-size: 12px;
    color: #596067;
    font-family: 'Roboto', sans-serif;
}

p.name-showroom {
    text-transform: uppercase;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
    line-height: 18px;
}

.store-info p {
    margin-bottom: 0;
    line-height: 21px;
    color: #596067;
}

.store-info .signal {
    font-size: 11px;
    padding: 3px 5px;
    color: #fff;
    background: #f5791f !important;
}

.gmap_box {
    display: none;
}

.logo_home {
    display: none;
}

/*add css 23/3/2017*/
.pca-filter a:hover {
    color: red;
}

.navcate a:hover {
    background-color: #0c72bd;
    color: white;
}

.list_naviappliances a:hover {
    box-shadow: 0 4px 4px #999;
    background: #b8bbc0;
}

.list_naviappliances a h3:hover {
    box-shadow: 0 4px 4px #999;
    color: red;
    background: #b8bbc0;
}

header .supermarket:hover {
    color: blue;
}

header .supermarket span:hover {
    color: red;
}

header .promotion:hover {
    color: blue;
}

header .promotion span:hover {
    color: red;
}

header .switchboard:hover {
    color: blue;
}

header .switchboard span:hover {
    color: red;
}

.listmarket ul.liststore > li:nth-child(1) {
    color: blue !important;
}
/*add css 16_6_17 fix lỗi trên firefox*/
p.diachi {
    min-height: 42px;
}

/*width: 33%, bỏ float:left*/
/*add css 6/7/2017*/
.homenews figure {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #fff;
    line-height: 30px;
}

.homenews h2 {
    float: left;
    background: #fff;
    margin-left: 8px;
    margin-top: -5px;
}

    .homenews h2 a {
        padding: 12px 0;
        font-size: 14px;
        color: #4a90e2;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 20px;
        border-bottom: 2px solid #4a90e2;
    }

.homenews figure .more {
    float: right;
    padding: 0 10px;
    background: #fff;
    font-size: 14px;
    color: #4a90e2;
}

.homenews li {
    display: block;
    padding: 9px 10px 6px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

    .homenews li a {
        display: block;
        overflow: hidden;
    }

    .homenews li img {
        float: right;
        width: 100px;
        height: auto;
        max-height: 50px;
        margin-left: 10px;
    }

    .homenews li h3 {
        display: block;
        overflow: hidden;
        height: 36px;
        line-height: 1.3em;
        font-size: 14px;
        color: #666;
    }

    .homenews li span {
        display: inline-block;
        font-size: 12px;
        color: #999;
        margin-left: 5px;
        vertical-align: middle;
    }

.twobanner {
    margin-top: 9px;
    display: block;
    overflow: hidden;
    height: 85px;
}

    .twobanner a img {
        float: left;
    }

li.bannerHome img {
    height: 100% !important;
}

li.bannerHome {
    display: inline-block;
    height: 173px !important;
}

.homenews li h3:hover {
    color: #0073c0;
}

/*add css21/7*/
/*popup*/
.box-promotion {
    background: url("/Content/images/box_overlay.png") repeat scroll 0 0 transparent;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 99;
}

    .box-promotion .box-promotion-item {
        height: 342px;
        left: 427px;
        position: absolute;
        top: 137px;
        width: 500px;
    }

        .box-promotion .box-promotion-item .box-banner {
            position: relative;
            z-index: 97;
        }

ul.ls a, a {
    text-decoration: none;
}

.box-promotion .box-promotion-item a.box-promotion-close {
    background: url("/Content/images/delete-large.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    z-index: 98;
    right: -29px;
    cursor: pointer;
    top: -13px;
    width: 72px;
    height: 72px;
}

.box-promotion-active {
    display: block;
    vertical-align: middle;
    bottom: 0;
    position: fixed;
    right: 0;
}

.content-popup {
    background-color: #2ca6d7;
    border-radius: 10px;
    width: 400px;
    height: 350px;
    text-align: center;
}

p.header-content {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

p.middle-content {
    font-family: Calibri;
    font-size: 16px;
}

p.bottom-content {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

div .option {
    padding-top: 40px;
}

a.btn-option {
    width: 138px;
    text-align: center;
    font-size: 18px;
    font-family: Consolas;
    font-weight: bold;
}

a.chose-ok {
    background: white;
    color: #cb0e0e;
    position: absolute;
    top: 230px;
    left: 181px;
}

a.chose-skip {
    background: white;
    color: #8ebd1b;
}

.ns-box.ns-attached.ns-effect-bouncyflip.ns-type-notice.ns-show {
    padding: 10px;
    background-color: wheat;
}

.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

div.program-sale {
    display: none;
    position: fixed;
    bottom: 0;
    left: 10px;
    width: 300px;
    height: 300px;
    padding: 10px;
    background-color: #f5b3b3;
    z-index: 999999999999999;
}

div .content-program {
    background-color: white;
    position: relative;
}

span.close-btn {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    background-color: wheat;
    padding: 2px;
    z-index: 999999999999999 !important;
}
/*.ns-effect-bouncyflip .ns-close::after, .ns-effect-bouncyflip .ns-close::before {
    background: #484860;
}*/

input.form.form-control.email {
    position: absolute;
    top: 173px;
    width: 70%;
    left: 75px;
    z-index: 999999999 !important;
}

span.close-popup {
    position: absolute;
    top: 36px;
    right: 42px;
    font-size: 18px;
    color: red;
    font-weight: 700;
    background-color: white;
    padding: 1px 5px;
    border-radius: 6px;
    cursor: pointer;
}

aside.homenews.news-sale {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 365px;
    z-index: 9999999999999 !important;
    padding: 13px;
    background-color: #f5b3b3;
}

span.close-news {
    position: absolute;
    top: 3px;
    right: 3px;
    font-weight: bold;
    background: #f5b3b3;
    padding: 5px;
    color: red;
    border-radius: 30px;
    cursor: pointer;
}

#onesignal-popover-container #onesignal-popover-dialog {
    margin-left: 0px !important;
    padding: 19px 0px !important;
}

div#normal-popover {
    background-color: #f1f1f1;
    background: url(/Content/images/register3.jpg);
    padding: 10px 0px;
    color: #f1f1f1 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.popover-footer {
    text-align: center !important;
}

button#onesignal-popover-allow-button {
    float: none !important;
}

button#onesignal-popover-cancel-button {
    position: absolute !important;
    top: -106px !important;
    right: -3px;
    padding: 0px 5px !important;
    font-size: 15px !important;
    color: black !important;
}

.popover-body-icon {
    margin-left: 30px !important;
}

.popover-footer span {
    color: gray !important;
    cursor: pointer !important;
}

.bankBox {
    display: none;
}

.img-bank {
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

.detail-bank {
    width: 80%;
    display: inline-block;
    padding-left: 25px;
}

    .detail-bank p {
        margin-bottom: 5px;
    }

ul.listBankATM {
    height: 85px;
    overflow-y: scroll;
}



.review-article h2, .bg-article h2 {
    background: #c4daed none repeat scroll 0 0;
    color: #555555;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 8px;
}

.review-article h3, .bg-article h3 {
    background: #da4b38 none repeat scroll 0 0;
    color: #ffffff;
    display: table;
    font-size: 15px;
    margin: 15px 0;
    padding: 5px 15px;
}

.review-article a {
    color: blue;
}

    .review-article a:hover {
        color: orange;
    }

.bg-article table th {
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #777 !important;
}


.review-article iframe {
    border: 1px solid #cccccc;
    height: 400px !important;
    width: 100% !important;
}
.review-article img {
    height: auto !important;
    width: 100% !important;
}

.global-average-rating {
    float: left;
    padding-right: 15px;
}

    .global-average-rating h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .global-average-rating .number {
        font-size: 36px;
        color: #03a9f4;
    }

    .global-average-rating .attr-stars {
        padding: 5px 0;
    }

        .global-average-rating .attr-stars i {
            color: #ffc107 !important;
            font-size: 19px;
        }

/*comment*/
.wrapcomment {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    float: left;
}

    .wrapcomment .txtEditor {
        display: block;
        background: #fff;
        min-height: 50px;
        border: 1px solid #c1bfbf;
        padding: 10px;
        font-size: 16px;
        color: #333;
        max-height: 200px;
        width: calc(100% - 2px);
    }

.wrap-attaddsend {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #c1bfbf;
    position: relative;
    margin-top: -1px;
    width: calc(100% - 2px);
}

    .wrap-attaddsend .attach {
        float: left;
        font-size: 14px;
        color: #666;
        padding: 12px 16px 20px;
        cursor: pointer;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
    }

    .wrap-attaddsend .star-rating {
    }

.rating-container {
    margin-bottom: 10px;
}

.star-rating .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 16px;
}

.caption .label {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-family: Helvetica Neue;
}

.caption .label-default {
    background-color: #777;
}

.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: -webkit-gradient(linear,0% 0%,0% 100%,from(#f76b1c),to(#f89406));
        background: -webkit-linear-gradient(top,#f89406,#f76b1c);
        background: -moz-linear-gradient(top,#f89406,#f76b1c);
        background: -ms-linear-gradient(top,#f89406,#f76b1c);
        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; /* padding: 5px 0; */
    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;
}

.arrow_box {
    position: relative;
    left: 7px;
    display: block;
    margin-top: -15px;
    z-index: 9;
    background: #f1f1f1;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:before {
        border-bottom-color: #e7e7e7;
        border-width: 12px;
        margin-left: -12px;
    }

    .arrow_box:after {
        border-bottom-color: #f1f1f1;
        border-width: 11px;
        margin-left: -11px;
    }

.comment_ask img.imgU {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 7px !important;
    vertical-align: middle;
}

.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;
}

.wrap-attaddsend > .motionsend > a {
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    border: 1px solid #4a90e2;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #4a90e2;
}

.wrap-attaddsend .motionsend .usermember {
    float: right;
    cursor: pointer;
    margin: 3px 10px 0 0;
}

    .wrap-attaddsend .motionsend .usermember span {
        display: inline-block;
        float: left;
        padding: 4px 0 0;
        border: 0;
        font-size: 14px;
        margin: 0 5px;
    }

    .wrap-attaddsend .motionsend .usermember div {
        float: left;
        width: 25px;
        height: 25px;
        background: #ccc;
        margin-right: 7px;
        text-align: center;
        color: #666;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 26px;
        font-weight: 600;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .wrap-attaddsend .motionsend .usermember a {
        display: inline-block;
        padding: 4px 0 0;
        border: 0;
        font-size: 14px;
        color: #4a90e2;
        margin: 0;
    }

.detail-rating-info {
    border: 1px solid #d2d2d2;
    padding: 15px 20px;
    margin-bottom: 20px;
}

h3.detail-title {
    font-family: 'Roboto',sans-serif;
    font-size: 28px;
    line-height: 37px;
    font-weight: normal;
    margin-bottom: 25px;
    font-weight: 300;
}

.detail-rating {
    margin-top: 10px;
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

    .detail-rating .rating {
        padding: 0;
    }

.icon-star-list .active {
    color: #f86900;
}

.box-detail-rating .detail-rating {
    display: block;
}

.detail-rating-dropdown {
    display: none;
    border: 1px solid #d2d2d2;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.dt-ra-head {
    font-weight: 300;
    text-align: center;
    margin: 5px 0 15px;
    font-size: 13px;
}

.dt-ra-row {
    display: table;
    width: 100%;
    margin-bottom: 12px;
}

.dt-ra-col30 {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: right;
    padding-right: 10px;
}

.dt-ra-imguser {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.dt-ra-col70 {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

.dt-ra-textarea {
    width: 100%;
    height: 55px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.dt-ra-bnt {
    padding: 6px 15px;
    background: #d41212;
    color: #fff;
    font-size: 14px;
    border: 0;
    margin-bottom: 5px;
    outline: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

    .dt-ra-bnt:hover {
        background: #aa0e0e;
        color: #fff;
    }

.detail-rating-mark {
    margin-bottom: 20px;
    color: #949495;
}
/****** Style Star Rating Widget *****/
.rating {
    border: none;
    float: left;
    margin: 0 auto;
    padding: 0px 0 0 0;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 0 3px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }
    /***** CSS Magic to Highlight Stars on Hover *****/
    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }
        /* hover previous stars in list */
        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }

.rating-item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

    .rating-item > span {
        display: inline-block;
        position: relative;
    }

        .rating-item > span.rating-level {
            width: 20%;
            color: #0082f1;
        }

        .rating-item > span.rating-bar {
            width: 52%;
            background: #d4d4d4;
            height: 12px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            box-shadow: inset 1px 1px 4px -1px rgba(0,0,0,.3);
        }

        .rating-item > span > span {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            background: #ffa63e;
            box-shadow: inset 0 1px 4px -1px rgba(0,0,0,.4);
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        .rating-item > span.rating-counter {
            margin-left: 25px;
        }

.hei50 {
    height: 100px;
}

.mg30 {
    margin-left: 30px;
    position: relative;
}

.cm_bt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0px 15px;
}

.btn-gui {
    border: 1px solid #ed1c24;
    background: #ed1c24;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.comment_ask strong.admin {
    background: url(/Data/upload/images/eurocook%20germany.png) no-repeat 0 0 / 71px 15px;
    text-indent: -9999px;
    float: left;
    width: 100%;
    height: 15px;
}

img.manulogo {
    display: none !important;
}


.post_content {
    text-align: justify;
}

    .post_content > h2 {
        border: 1px solid rgb(204, 204, 204);
        font-size: 18px;
        padding: 8px;
        background: #eff6ee;
    }

    .post_content h3 {
        /*color: #0c72bd;*/
        font-size: 18px;
        margin: 12px 0;
    }

    .post_content h4 {
        color: #0c72bd;
        font-size: 16px;
        margin: 12px 0;
    }

.top-brands img {
    width: 100px;
    height: auto;
    vertical-align: middle;
    height: 100px;
    object-fit: contain;
}

/*Mua hàng online*/
.all.box-product {
    float: left;
    width: 100%;
    background: #f2f5f7;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 13px;
}

.img-product {
    float: left;
    width: 20%;
    text-align: center;
}

    .img-product img {
        width: 100px;
    }

.infor-product {
    float: left;
    width: 45%;
    margin: 0 2%;
}

    .infor-product b {
        font: 15px/20px arial;
        display: block;
    }

    .infor-product ul {
        float: left;
        padding: 0;
        margin: 5px 0 0;
    }

    .infor-product li {
        float: left;
        width: 100%;
        font: 12px/20px arial;
    }

p.price-product {
    float: left;
    width: 30%;
    font: 12px/20px arial;
    padding-right: 2%;
    text-align: right;
}

.price-product span:nth-child(1) {
    color: #666;
}

.price-product span {
    display: block;
}

    .price-product span:nth-child(1) b {
        color: red;
    }

    .price-product span:nth-child(2) {
        color: #57ac60;
    }

button.btn.btn-primary.btn-block {
    float: right;
    background: rgb(221, 29, 27) !important;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

a.btn.btn-primary.btn-block {
    background: rgb(221, 29, 27) !important;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

label.newyear {
    background: #ff6a00;
    padding: 5px;
    border-radius: 10px 0 10px 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    /* position: absolute; */
    top: 5px;
    left: 5px;
    line-height: 1;
    padding-top: 5px;
    text-transform: uppercase;
    z-index: 3;
}

.headsearch {
    position: relative;
}

.search-box {
    position: absolute;
    left: -1px;
    top: 32px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
    width: 414px;
    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%;
        }


.bg-described.clear > div#chantrang {
    background: #ece6d2 none repeat scroll 0 0;
    float: left;
    padding: 0 10px;
    width: 100%;
}

#chantrang > ul {
    float: left;
    list-style: outside none disc;
    padding: 16px;
    width: 100%;
}

#chantrang li {
    float: left;
    color: ##0000ff;
    width: 16.6%;
}

.title_01.title_02 div, .title_01.title_02 h2, .title_01.title_02 h3 {
    background: #ff6000 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
}

.phone_register {
    border-radius: 5px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    background: #fd6e1d;
    background: -webkit-linear-gradient(to left, #fd6e1d, #288ad6);
    background: linear-gradient(to left, #fd6e1d, #288ad6);
}

    .phone_register span.phone_title {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-bottom: 0px;
        display: block;
    }

    .phone_register span.phone_summary {
        margin: 10px 0;
        display: block;
        font-size: 20px;
        text-align: center;
    }

    .phone_register span.phone_content {
        margin: 10px 0;
        display: block;
        text-align: center;
    }

    .phone_register .phone_block {
        width: 100%;
        position: relative;
        display: block;
    }

        .phone_register .phone_block input[type="text"] {
            height: 34px;
            width: 100%;
            padding: 0 10px;
        }

        .phone_register .phone_block .phone_button {
            position: absolute;
            right: 0;
            top: 0px;
            bottom: 0;
            color: #fff;
            padding: 0 10px;
            border: none;
            background: #288ad6;
        }


/*add css Siemens linhlvtn*/
.box_product_landing {
    padding: 15px 0 0px;
}

.flexBet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexleft {
    display: flex;
    justify-content: left;
    align-items: center;
}

.box_product_landing .heading .title {
    font-family: 'Paytone One', sans-serif;
    font-weight: bold;
    color: #0194a8;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.box_product_landing .heading {
    margin-bottom: 20px;
}

.navmenu_ctgr {
    display: flex;
}

    .navmenu_ctgr li {
        margin: 0 10px;
    }

        .navmenu_ctgr li a {
            font-size: 18px;
            color: #0194a8;
            padding: 5px 10px;
        }

            .navmenu_ctgr li a.active {
                border: 1px solid #0194a8;
            }

                .navmenu_ctgr li a.active:hover {
                    background: #0194a8;
                    color: #fff;
                }
/*img product*/
.hm-responsive {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 55%;
    overflow: hidden;
}

    .hm-responsive img {
        object-fit: cover;
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.responsive-img {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 80%;
    overflow: hidden;
}

    .responsive-img img {
        margin: auto;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.contentProduct .itemprd .responsive-img {
    background: #fff;
}

    .contentProduct .itemprd .responsive-img img {
        background: #fff;
        padding: 10px;
    }

.contentProduct .itemprd .title {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #d6d6d6;
    color: #ffffff;
    background: #0194a8;
}

    .contentProduct .itemprd .title a {
        display: block;
    }

.contentProduct .itemprd {
    margin-bottom: 20px;
}

.bannerBottom img {
    width: 100%;
}

.slide_landing {
    position: relative;
}

.box-owl-slide {
    position: absolute;
    width: 100%;
    bottom: 10%;
}

.owl_prd_slide li {
    padding: 0 20px;
}

    .owl_prd_slide li .it_prd {
        box-shadow: 0px 20px 40px -20px #000;
        margin-bottom: 10px;
        position: relative;
    }

    .owl_prd_slide li .title-prd {
        background: white;
        padding: 10px;
        text-align: center;
        /* opacity: 0.8; */
    }

        .owl_prd_slide li .title-prd .name {
            font-size: 20px;
            color: #009999;
        }

    .owl_prd_slide li .it_prd img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        /* background: white; */
    }

.owl_prd_slide .owl-prev {
    position: absolute;
    left: -20px;
    color: #fff;
    font-size: 45px;
    top: 40%;
}

.owl_prd_slide .owl-next {
    position: absolute;
    right: -20px;
    color: #fff;
    font-size: 45px;
    top: 40%;
}

.owl_prd_slide .item .it_prd a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}

.footerTopLanding {
    background: #068e90;
}

    .footerTopLanding ul.mf-listmn > li p.heading {
        color: #fff;
    }

    .footerTopLanding ul.mf-listmn > li .bg-ft {
        color: #fff;
    }

    .footerTopLanding ul.list-mn li a {
        color: #fff;
    }

.list-mn {
    line-height: 1.6;
}


section.headerPage {
    padding: 20px 0;
    position: relative;
}

.logopage {
    width: 180px;
    margin-right: 20px;
}

ul.sociallist {
    color: #607D8B;
}

.sociallist .social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sociallist .social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-gp:hover {
    color: #d34836;
}

#social-em:hover {
    color: #f39c12;
}

.isocial {
    margin-right: 15px;
    width: 7%;
}

.navmenu_page .navpage {
    display: flex;
    align-items: center;
}

    .navmenu_page .navpage li a {
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 14px;
        color: #717171;
    }

        .navmenu_page .navpage li a:hover {
            color: #068e90;
        }

        .navmenu_page .navpage li a.active {
            border: 1px solid #068e90;
            color: #068e90;
        }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

    .input-group-btn:last-child > .btn {
        margin-left: -1px;
    }

.searchTopMenu * {
    border-radius: 0;
}

.searchTopMenu .btn {
    background: #009999;
    color: #fff;
}

.headerTopSmall {
    background: #009999;
    padding: 5px;
}

.navleftsmall {
    display: flex;
}

    .navleftsmall a {
        padding: 5px;
        color: #fff;
    }

.adrTop {
    color: #fff;
}

.bannersale {
    height: 210px;
    overflow: hidden;
    margin-bottom: 20px;
}

.div_item {
    margin-bottom: 30px;
}

.itemNews {
    margin-bottom: 20px;
    height: 385px;
    overflow: hidden;
    position: relative;
}
/*img product*/
.hm-responsive {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 55%;
    overflow: hidden;
}

    .hm-responsive img {
        object-fit: cover;
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.responsive-img {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 55%;
    overflow: hidden;
}

    .responsive-img img {
        margin: auto;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.list_NewHome li .hm-responsive {
}

.list_NewHome li .headingtitle {
    background: #fff;
    height: 100%;
    padding: 10px;
}

.list_NewHome li h3 {
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_NewHome li .des {
    line-height: 1.4;
    color: #929292;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_NewHome li:first-child {
    position: relative;
}

    .list_NewHome li:first-child .headingtitle {
        position: absolute;
        width: 96%;
        background: #33333391;
        bottom: 0;
        height: 70px;
        color: #fff;
        padding: 10px;
    }

    .list_NewHome li:first-child .hm-responsive {
        padding-top: 50%;
    }

    .list_NewHome li:first-child .headingtitle h3 {
        font-size: 22px;
    }

.list_NewHome li .hm-responsive {
}

@media (min-width: 768px) {
    .navbar-form .form-control {
        display: inline-block;
    }
}

ul.submenu {
    /* overflow: hidden; */
    border-radius: 0;
    display: none;
    position: absolute;
    top: 72%;
    left: 0;
    z-index: 99999999;
    float: left;
    min-width: 100%;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #f1f1f1;
    border-top: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    padding-top: 15px !important;
}

    ul.submenu li {
        border-top: 1px solid red;
        width: auto;
        display: block;
        border: none;
        text-align: left;
        /* position: relative; */
        float: left;
        border-bottom: 0;
        padding: 0;
        background: #f1f1f1;
        margin-bottom: 0;
        width: 12.5%;
        float: left;
        cursor: pointer;
        text-align: center;
        padding: 0px;
        border-top: 1px dotted #009999;
        /* border-bottom: 1px dotted #009999; */
    }

ul.level1 > li a.link {
    width: 100%;
    display: block;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    float: left;
    border: 1px solid #f1f1f1;
}

    ul.level1 > li a.link > span.img {
        width: 100%;
        height: 90px;
        position: relative;
        display: inline-block;
    }

        ul.level1 > li a.link > span.img img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-width: 100%;
            max-height: 100%;
            height: 100%;
            object-fit: cover;
        }

    ul.level1 > li a.link > span.text {
        width: 100%;
        height: 35px;
        padding: 0 3px 0 3px;
        margin: 0;
        display: block;
        float: left;
        font-size: 11px;
        line-height: 16px;
        font-weight: normal;
        color: #009999;
        text-align: center;
        margin-top: 0px;
        white-space: normal;
    }

ul.navmenu > li:hover ul.submenu, ul.submenu > li:hover ul.submenu2 {
    display: block;
}

.navmenu_page .navpage li a:hover {
    background: #009999;
    color: white;
    border: 1px solid;
}

    .navmenu_page .navpage li a:hover span.text {
        color: white;
    }

.dot {
    width: 6px;
    height: 6px;
    background-color: #d0021b;
    border-radius: 100%;
    display: inline-block !important;
    margin-right: 15px;
    float: unset !important;
}

    .dot .ping {
        border: 1px solid #fff;
        width: 10px;
        height: 10px;
        opacity: 1;
        background-color: rgba(238,46,36,.2);
        border-radius: 100%;
        margin: -2px 0 0 -2px;
        -moz-animation: sonar 1.25s linear infinite;
        -o-animation: sonar 1.25s linear infinite;
        -webkit-animation: sonar 1.25s linear infinite;
        animation: sonar 1.25s linear infinite;
        display: block
    }

.newTopRight li, .thuonghieuMain {
    border-bottom: 1px solid #ececec
}

.bx-categoryMain, .newTopRight, .thuonghieuMain {
    margin-top: 10px
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}
.top-brands a {
    border: 1px solid #d71921;
    display: inline-block;
    height: 106px;
    vertical-align: middle;
    justify-content: center;
}

/*add*/
.ssFooter {
    background: #224665;
    padding: 20px 0;
    position: relative;
}
.fsl {
    width: 33.33%;
    margin-right: 5%;
    float: left;
}
.fsl .citys {
    margin-bottom: 20px;
}
.fsl label, .fsr label{
    font: bold 16px/30px arial;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
.fsl li {
    border-bottom: 1px solid #eee;
    font: bold 12px/40px arial;
    color: #fff;
    background: #224665;
}
.fsl li:nth-child(1) {
    border-top: 1px solid #eee;
}
.fsl li:before {
    content: "\f015";
    font: 12px/1px FontAwesome;
    margin: 0 8px;
    padding: 2px 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}
.fsl span {
    margin-right: 10px;
}
.fsl li span:before {
    content: "\f061";
    font: 14px/1px FontAwesome;
    margin-right: 8px;
    color: #ddd;
    border: 1px solid #ddd;
    padding: 4px 5px;
    border-radius: 50%;
}
.fsl span{
	display: inline-block;
	float: right;
}
.ulhoverAddress {
    position: absolute;
    left: 33.5%;
    top: 0;
    background: #224665;
    width: 41.5%;
    padding: 20px 30px;
    line-height: 1.6;
    height: 420px;
    overflow: hidden;
}
.ulhoverAddress p {
    margin-bottom: 5px;
    font-weight: 400;
    margin-right: 30px;
}
.ulhoverAddress .headingtitle .titleShow{
	margin-bottom: 10px;
}
.ulhoverAddress .headingtitle{
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.listadr li{
	cursor: pointer;
}
.bxifame{
	margin-top: 10px;
}
.bxifame{
	max-height: 230px;
	overflow: hidden;
}
.ulhoverAddress{
	display: none;
}
.listadr li:hover{
	background: #255782;
}
/*.listadr li:hover .ulhoverAddress{
	display: block;
}*/
.listadr li.active .ulhoverAddress{
	display: block;
}
.ssFooter .fsr {
    float: right;
    width: 24%;
}
 .bxinputBottom p{
 	color: #fff;
 }
 .phone_register .phone_block {
    width: 100%;
    position: relative;
    display: block;
}
.phone_register .phone_block input[type="text"] {
    height: 34px;
    width: 100%;
    padding: 0 10px;
}
.phone_register .phone_block .phone_button {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    color: #fff;
    padding: 0 10px;
    border: none;
    background: #288ad6;
}
.bxinputBottom.phone_register {
    margin-bottom: 50px;
}
.social-foo {
    float: left;
    width: 100%;
}
.social-foo a {
    display: block;
    float: left;
    margin-right: 10px;
}
.social-foo a i.fa {
    width: 35px;
    height: 35px;
    background-color: #063359;
    -ms-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    transition: all .5s;
}
.social-foo a i.fa:hover{
	background: #f25a29;
}
.imgLogoPay{
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#footBootm{
	height: 40px;
    background: #f25a29;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}
.bxifame img{
    width: 100%;
}

/* bướng css bo sung 8/5/2019*/
.pd-picture, .pd-price_sale {
    width: 35.5%;
}
.pd-checkexist {
    width: 26%;
}
.wp-list-showroom .dbs li:nth-child(1) {
    font: bold 13px/30px arial;
    text-indent: 30px;
    background: url(/Content/images/bgbuong.png) no-repeat;
    text-transform: uppercase;
    font-weight: bold;
}
.wp-list-showroom .dbs li {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-top: 0px !important;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}
.wp-list-showroom .dbs li:first-child {
    padding-left: 0px;
}
.wp-list-showroom .dbs li:not(:first-child)::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #164e99;
    position: absolute;
    top: 6px;
    left: 5px;
}
.wp-list-showroom ul {
    max-height: 100%;
}
.popup-map {
    padding: 15px;
}
.popup-map .modal-header {
    padding: 0px;
    min-height: 0px;
    height: 0px;
    border: none;
}
.popup-map .close {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
    background: #2b91af;
    color: #fff;
    width: 20px;
    height: 30px;
    z-index: 9;
    opacity: 1;
}
.sn label {
    font: 13px/20px arial;
    margin-bottom: 0;
}
.sn label:before {
    content: "\f041";
    font: 14px/1px FontAwesome;
    margin-right: 8px;
    color: #1699cf;
}
.sn font {
    font: 12px/20px arial;
    color: #1665ab;
    display: block;
}
.ai ul {
    margin: 10px 0 0;
}
.ai li {
    font-size: 12px;
    line-height: 20px;
    margin: 0px !important;
    padding: 0px !important;
}
.ai ul label {
    width: 67px;
    display: inline-block;
}
.anv label:before {
    content: "\f007";
    font: 13px/1px FontAwesome;
    margin-right: 8px;
    color: #1699cf;
}
.anv img {
    margin-right: 5px;
    border-radius: 5px;
    height: 65px;
    max-width: 60px;
    float: left;
}
.anv h6 {
    font: bold 12px/20px arial;
    color: #333;
    margin: 3px 0 5px;
}
.anv p {
    font: bold 12px/16px arial;
    margin-bottom: 2px;
    padding-left: 63px;
}
.anv li {
    overflow: hidden;
    margin: 0 2px;
}
.anv p:before {
    font: 11px/1px FontAwesome;
    margin-right: 5px;
    padding: 1px 3px;
    border-radius: 50%;
}
.anv p:nth-child(3):before {
    content: "\f095";
    color: #1699cf;
    border: 1px solid #1699cf;
}
.anv p:nth-child(4):before {
    content: "\f1a0";
    color: #e34e46;
    border: 1px solid #e34e46;
}
.bst {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.bsf a {
    font: 11px/20px arial;
    color: #fff;
    background: #1665ab;
    padding: 2px 8px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
}
.bsf a::after {
    font: 14px/1px FontAwesome;
    content: "\f105";
    padding-left: 5px;
}
/* bướng css 27/5/2019 */
.ulhoverAddress {
    height: auto;
}
.bxifame {
    height: 150px;
}
/* bướng css 19/06/2019 */
.slide-doitac .owl-controls {
    padding-top: 30px;
}
/* bướng css 11/7/2019 */
.footer-eurocook {
    position: relative;
    padding: 35px 0px 10px 0px;
}
.footer-eurocook::after {
    content: '';
    width: 60%;
    height: 2px;
    background: #0c72bd;
    position: absolute;
    top: -6px;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
}
.wp-post-ft {
    padding-top: 10px;
    text-align: center;
}

.wp-post-ft a {
    color: #f25a29 !important;
    font-size: 20px;
    font-weight: bold;
}
.wp-post-ft span {
    font-size: 20px;
    font-weight: bold;
    color: #4a90e2;
}
@keyframes img-rung {
    0% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }
}
.logo-ft {
    text-align: center;
}
.wp-post-ft i {
    width: 30px;
    height: 30px;
    background: #fff;
    margin-right: 10px;
    padding: 5px;
    color: #f25a29;
    font-size: 20px;
    border-radius: 100%;
    animation: 1.2s ease-in-out 0.3s normal none infinite running img-rung;
    border: 1px solid #f25a29;
}
.wp-title-ft1 .h2-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #f25a29;
    font-weight: bold;
    position: relative;
}
.wp-title-ft1 .h2-title:after {
    content: '';
    width: 50px;
    height: 3px;
    background:#f25a29;
    position: absolute;
    bottom: -10px;
    left: 0px;
}
.txt-info-footer {
    font-size: 13px;
    font-weight: 600;
    color: #565656;
}

.intro-text {
    color: #00f;
    font-style: italic;
    font-size: 12px;
}
.intro-p {
    border-bottom: 1px dotted #111;
    padding-bottom: 15px;
}

.wp-post-thongso h1{
	font-size: 20px;
}