﻿@import url(modules.css);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

a, body {
    font-family: 'Roboto',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
}

*, body, img a img, li, p, ul {
    margin: 0;
    padding: 0;
}

.btn, a, body {
    font-weight: 400;
}

.btn, .btn-pay, .caption .label, ul.form_ttnh01 li label, ul.list-pro-home li h4, ul.nav-cate > li, ul.nav-menu > li > a {
    /*white-space: nowrap;*/
}

body {
    background: #fff none repeat scroll 0 0;
    position: static;
    min-width: 1024px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img a img, li, p, ul {
    border: medium none;
    list-style: outside none none;
}

.clear::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clear {
    display: block;
    width: 100%;
}

* html .clear {
    height: 1%;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all {
    float: left;
    width: 100%;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pdt10 {
    padding-top: 10px;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
}

.page_gr {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px
}

.header1 {
    width: 100%;
    display: block;
    background: #005880;
    height: 40px;
}

.header2 {
    width: 100%;
    display: block;
    background: #cf0000;
    height: 40px;
}

.header-content {
    display: block;
}

    .header-content .page_gr {
        position: relative;
    }

    .header-content .logo {
        float: left;
        color: #fff;
        font-size: 30px;
    }

        .header-content .logo img {
            height: 33px;
            float: left;
            margin: 4px 0 0;
        }

ul.ul-logo {
    float: left;
    left: 86px;
    list-style: outside none none;
    position: absolute;
    top: 7px;
}

    ul.ul-logo li {
        margin: 3px 0;
    }

        ul.ul-logo li a {
            background: #ff2311 none repeat scroll 0 0;
            border-radius: 0 6px;
            color: #fff100;
            display: block;
            font-size: 10px;
            height: 20px;
            line-height: 20px;
            padding: 0 4px 0 14px;
            text-decoration: none;
            width: 118px;
        }

            ul.ul-logo li a:hover {
                color: #f3f3f3;
            }

.header {
    width: 100%;
    box-sizing: border-box;
    height: 90px;
}

.header-right {
    height: 40px;
    width: 100%;
    float: left;
}

.header-top {
    line-height: 30px;
}

.callcenter {
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
}

    .callcenter span {
        display: inline-block;
        vertical-align: middle;
    }

        .callcenter span b {
            color: #144ca0;
        }

.showroom_header {
    color: #fff;
    font-size: 14px;
    padding-right: 26px;
    text-transform: uppercase;
}

    .showroom_header a {
        background: rgba(0, 0, 0, 0) url("images/icon_showroom.png") no-repeat scroll 0 0;
        padding-left: 20px;
        text-decoration: none;
    }

        .showroom_header a b {
            color: #005880;
            text-transform: none;
        }

.search-block {
    position: relative;
    margin: 5px 0 0 50px;
}

    .search-block .selectBox {
        border: none;
        color: #505050;
        cursor: pointer;
        float: left;
        height: 30px;
        position: relative;
    }

        .search-block .selectBox input.search-txt {
            background-color: #fff;
            border: none;
            color: #242424;
            float: left;
            font-size: 12px;
            font-style: italic;
            height: 30px;
            line-height: 35px;
            padding: 0 10px;
            width: 300px;
        }

        .search-block .selectBox .search-btn {
            background: url(images/icon_search.png) no-repeat scroll right center;
            border: none;
            cursor: pointer;
            float: left;
            height: 30px;
            position: absolute;
            top: 0;
            width: 40px;
            right: 10px;
        }

            .search-block .selectBox .search-btn:focus, .search-block .selectBox input.search-txt:focus {
                border: medium none;
                box-shadow: none;
                outline: 0 none;
            }

.shopping-cart-info {
    height: 28px;
    position: relative;
    margin: 5px 0 0 10px;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 10px;
    line-height: 28px;
}

    .shopping-cart-info:hover {
        background: #8f8f8f
    }

    .shopping-cart-info .shopping-cart-icon {
        background: url(images/cart-icon.png) no-repeat left center / auto 15px;
        display: inline-block;
        height: 15px;
        width: 20px;
        text-decoration: none;
    }

    .shopping-cart-info .cart-total-item {
        border-radius: 10px;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        left: 0px;
        line-height: 10px;
        min-width: 20px;
        padding: 2px;
        position: absolute;
        text-align: center;
        top: 0px;
    }

.main-header-right .login-info {
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    text-decoration: none;
    width: 180px;
    line-height: 40px;
}

    .main-header-right .login-info a {
        text-decoration: none;
    }

    .main-header-right .login-info .hello {
        color: #b5b5b5;
    }

ul.nav-menu {
    display: block;
    position: relative;
}

    ul.nav-menu > li {
        color: #fff;
        display: inline-block;
        line-height: 40px;
        position: relative;
        margin: 0 10px 0 0;
    }

        ul.nav-menu > li:hover {
            background: #f1f1f1;
        }

    ul.nav-menu li a {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        position: relative;
        text-align: center;
        text-decoration: none;
        padding: 0 5px;
    }

        ul.nav-menu li a:hover, ul.nav-menu li a.active {
            color: #333;
        }

    ul.nav-menu > li.active > a, ul.nav-menu > li:hover > a {
        color: #333;
    }

.main {
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
}

.bannerhome {
    margin-top: 10px;
}

    .bannerhome img {
        height: auto;
        width: 100%;
    }

.bg_NextPre {
    background: rgba(0, 0, 0, 0) url("images/bg_NextPre.png") no-repeat scroll 0 0;
    display: inline-block;
}

.next001, .pre001 {
    cursor: pointer;
    height: 74px;
    position: absolute;
    text-indent: -1000em;
    top: 42%;
    transition: all 0.1s linear 0s;
    width: 38px;
}

.banner-b, .banner-t, .title-pro {
    position: relative;
}

.pre001 {
    background-position: 0 -195px;
    display: none;
    left: 0;
    opacity: 0.4;
}

    .pre001:hover, .pre002:hover {
        opacity: 1;
    }

.next001 {
    background-position: -44px -195px;
    display: none;
    opacity: 0.4;
    right: 0;
}

    .next001:hover, .next002:hover {
        opacity: 1;
    }

.banner-lf:hover .next001, .banner-lf:hover .pre001 {
    display: block;
}

.banner-t {
    margin-bottom: 5px;
}

ul.list-Goldtime li img, ul.list-Promotion li img {
    height: 165px;
    width: 380px;
}

.box-pro {
    box-sizing: border-box;
}

.box-filter-1 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 20px 0 0;
}

.h3-title-filter {
    cursor: pointer;
    font-weight: normal;
}

    .h3-title-filter:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid #288ad6;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

.box-filter-1:first-child {
    float: left;
}

    .box-filter-1:first-child .h3-title-filter {
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase;
    }

        .box-filter-1:first-child .h3-title-filter:after {
            border: none;
        }

.box-filter-1:last-child .wp-ul-filter {
    right: 0;
    left: auto;
}

.wp-ul-filter {
    display: none;
    width: 220px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 9999;
    box-shadow: 0 10px 10px 0 #333;
    -webkit-box-shadow: 0 10px 10px 0 #333;
}

    .wp-ul-filter li {
        white-space: nowrap;
        text-align: left;
    }

    .wp-ul-filter label {
        height: 18px;
        display: inline-block;
        vertical-align: super;
    }

    .wp-ul-filter .checkbox {
        margin: 10px 0 0;
    }

.title-pro {
    height: 40px;
    margin: 0 0 5px 0;
    background: #fff;
    border-bottom: 2px solid #cccccc;
    font-size: 20px;
    margin-top: 0;
    line-height: 36px;
    position: relative;
}

    .title-pro:after {
        content: "";
        height: 16px;
        width: 16px;
        border-top: 2px solid transparent;
        border-bottom: 2px solid #cccccc;
        border-left: 2px solid transparent;
        border-right: 2px solid #cccccc;
        background: #ffffff;
        position: absolute;
        left: 70px;
        bottom: -10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .title-pro .category-name, .title-pro .floors, .title-pro .icon {
        height: 40px;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .title-pro .icon {
        background-color: #cc0027;
        width: 5px;
    }

    .title-pro .icon-inner {
        float: left;
        height: 40px;
        text-align: center;
        width: 5px;
    }

    .title-pro .icon img {
        max-height: 85%;
        max-width: 100%;
        padding-top: 5px;
    }

    .title-pro .floors {
        background-color: #fff;
        border: 1px solid #cc0027;
        border-radius: 50%;
        left: 77px;
        line-height: 40px;
        text-align: center;
        width: 40px;
    }

        .title-pro .floors span {
            color: #cc0027;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
        }

    .title-pro .category-name {
        left: 0;
        line-height: 40px;
        width: 100%;
    }

        .title-pro .category-name a {
            color: #cc0027;
            font-size: 15px;
            font-weight: 700;
            line-height: 40px;
            text-transform: uppercase;
            float: left;
            padding-left: 15px;
        }

.box-filterc2 {
    /*border-left: 5px solid #cc0027;*/
    text-align: right;
}

ul.nav-cate {
    float: right;
    height: 40px;
    overflow: hidden;
    width: 70%;
}

    ul.nav-cate > li {
        float: right;
        position: relative;
    }

        ul.nav-cate > li > a {
            color: #cc0027;
            display: block;
            font-size: 14px;
            padding: 0 17px 0 10px;
            position: relative;
            text-decoration: none;
        }

        ul.nav-cate > li.view-more > a {
            padding-right: 15px;
        }

            ul.nav-cate > li.view-more > a::before {
                background: rgba(0, 0, 0, 0) url("images/icon-dow.png") no-repeat scroll 0 0;
                content: "";
                height: 10px;
                position: absolute;
                right: 4px;
                top: 16px;
                width: 6px;
            }

.bg-pro-home, .img-pro, ul.list-pro-home li {
    position: relative;
}

ul.nav-cate > li > a:hover {
    color: #235aa6;
}

.bg-pro-home {
    display: block;
    margin: 0 auto;
}

ul.list-pro-home li {
    box-sizing: border-box;
    float: left;
    width: 20%;
}

    ul.list-pro-home li .p-box {
        background: #fff;
        border-radius: 5px;
        margin: 0 5px;
        padding: 15px;
    }

    ul.list-pro-home li:first-child .p-box {
        margin: 0 5px 0 0;
        padding: 0;
        display: block;
        float: left;
    }

.top-hot li:first-child .p-box {
    margin: 0 5px !important;
    padding: 15px !important;
}

.top-hot li:last-child .p-box {
    margin: 0 5px !important;
}

.list-pro-cate li:first-child .p-box {
    margin: 0 5px 0 0;
    padding: 15px !important;
}

ul.list-pro-home li:last-child .p-box {
    margin: 0 0 0 5px;
}

ul.list-pro-left li {
    width: 100% !important;
}

ul.list-pro-home li:hover img {
    /*-webkit-transform: rotate( 15deg ) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
    /*top: -30px;*/
}

/*ul.list-pro-home li::before {
    position: absolute;
    top: 0;
    left: -65%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}*/

ul.list-pro-home li:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.img-pro {
    height: 220px;
    width: 100%;
    overflow: hidden;
}

    .img-pro img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

ul.list-pro-home li .price {
    overflow: hidden;
    padding: 5px 0 0;
    text-align: left;
    width: 100%;
    height: 60px;
}

    ul.list-pro-home li .price .curr-price {
        color: #cc0027;
        float: left;
        font-size: 18px;
        font-weight: 700;
        width: 100%;
    }

    ul.list-pro-home li .price .priceline {
        text-decoration: line-through;
        font-weight: 400;
        font-size: 14px;
        color: #242424;
        display: inline-block;
        margin: 5px 0 0;
    }

.prd-name a {
    color: #005880;
    display: block;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	margin: 0 0 10px 0;
}

ul.list-pro-home li p.tenhang {
    color: #4a90e2;
    float: left;
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 38%;
}

ul.list-pro-home li .functional-buttons {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: -75px;
    height: 75px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    transition: all 0.45s ease 0s;
    width: 100%;
}

.functional-buttons div.wishlist {
    display: inline-block;
    float: left;
    height: 40px;
    width: 50%;
}

.functional-buttons div a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    text-decoration: none;
}

.functional-buttons div.quick-view {
    border-left: 1px solid #e1e2e3;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 40px !important;
    line-height: 40px;
    width: 49%;
}

p.type-discount, p.type-status {
    color: #ff0;
    font: 700 12px Arial;
    position: absolute;
    text-align: center;
    top: 9px;
    z-index: 2;
}

.functional-buttons .add_to_cart_button {
    background: #005880 none repeat scroll 0 0;
}

.functional-buttons div a:hover {
    background: #cc0027 none repeat scroll 0 0;
}

ul.list-pro-home li:hover .functional-buttons {
    bottom: 0;
}

p.type-discount {
    background: rgba(0, 0, 0, 0) url("images/salehot.png") no-repeat scroll 0 0;
    height: 23px;
    padding-top: 38px;
    right: 9px;
    width: 37px;
}

p.type-status {
    background: rgba(0, 0, 0, 0) url("images/StockStatus1.gif") no-repeat scroll 0 0;
    height: 25px;
    left: 9px;
    width: 73px;
}

ul.banner-pro-verti-item li {
    float: left;
    position: relative;
    width: 49.8%;
}

    ul.banner-pro-verti-item li:nth-child(2n) {
        float: right;
    }

    ul.banner-pro-verti-item li img {
        height: 130px;
        width: 100%;
    }

    ul.banner-pro-verti-item li a::after, ul.banner-pro-verti-item li a::before {
        background-color: rgba(255, 255, 255, 0.15);
        content: "";
        height: 0;
        position: absolute;
        width: 0;
    }

    ul.banner-pro-verti-item li a::before {
        left: 0;
        margin: auto;
        top: 0;
        transition: all 0.3s ease-out 0s;
    }

    ul.banner-pro-verti-item li a::after {
        bottom: 0;
        right: 0;
        transition: all 0.3s ease-out 0s;
    }

    ul.banner-pro-verti-item li a:hover::after, ul.banner-pro-verti-item li a:hover::before {
        height: 100%;
        transform: scale(1);
        transition: all 0.3s ease-out 0s;
        width: 100%;
    }

.title_01 {
    line-height: 35px;
}

    .title_01 h2 a {
        color: #878787;
        font-size: 17px;
        text-transform: uppercase;
    }

        .title_01 h2 a span {
            color: #cc0027;
        }

ul.home-brand-inner {
    padding: 10px 0;
}

    ul.home-brand-inner li {
        float: left;
        font-size: 0;
        height: 94px;
        margin-bottom: -1px;
        margin-left: -1px;
        padding: 3px 5px;
        position: relative;
        text-align: center;
        width: 165px;
    }

        ul.home-brand-inner li > a {
            display: block;
            height: 100%;
            position: relative;
        }

            ul.home-brand-inner li > a > img {
                bottom: 0;
                left: 0;
                margin: auto;
                max-height: 99%;
                max-width: 90%;
                position: absolute;
                right: 0;
                top: 0;
                vertical-align: middle;
            }

.footer {
    width: 100%;
    padding: 10px 15px 0 15px;
    box-sizing: border-box;
}

.page_ft {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
}

.mf-listmn {
    padding-bottom: 20px;
    width: 100%;
}

    .mf-listmn > ul > li {
        float: left;
        width: 20%;
    }

        .mf-listmn > ul > li:first-child {
            width: 40%;
        }

        .mf-listmn > ul > li:last-child {
            width: 20%;
        }

.mf-title, .mf-title a {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
    color: #cc0027;
}

ul.mf-news li {
    clear: both;
    width: 100%;
}

    ul.mf-news li a, ul.mf-news li label, ul.mf-news li span {
        font-size: 14px;
        line-height: 25px;
        display: inline-block;
    }

    ul.mf-news li label {
        width: 100px;
        display: inline-block;
    }

    ul.mf-news li a {
        color: #005880
    }

.fanpage iframe {
    width: 100% !important;
}

.mobile-sw {
    margin: 10px 0;
}

    .mobile-sw a {
        display: inline-block;
        text-transform: uppercase;
    }

.mf-listmn > ul > li.last {
    padding-left: 60px;
}

    .mf-listmn > ul > li.last .text-ft {
        color: #067080;
        font-size: 13px;
        font-weight: 600;
        padding: 10px 0;
        text-transform: uppercase;
    }

.f-m-address {
    border-top: 1px solid #bdbcc1;
    margin: 0 0 17px;
}

.f-m-a-icon {
    border-right: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    padding-right: 10px;
    width: 202px;
}

.regmail {
    margin: 20px 0;
    width: 40%;
}

    .regmail .regnerws, .regmail2 .regnerws {
        color: #3f3e3d;
        font-size: 14px;
        margin-bottom: 10px;
    }

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.regmail .form-control, .regmail2 .form-control {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.regmail .btn-default, .regmail2 .btn-default {
    border-color: #c50505;
    color: #fff;
    font-size: 14px;
}

.regmail .form-control {
    font-size: 14px;
    height: 16px;
    padding: 6px 8px;
    width: 355px;
}

.regmail .btn-default {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #be0b0b 0px, #de0b0b 100%) repeat scroll 0 0;
    height: 30px;
    padding: 0 18px;
}

.regmail2 .form-control {
    font-size: 14px;
    height: 16px;
    padding: 6px 8px;
    width: 260px !important;
}

.regmail2 .btn-default {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #be0b0b 0px, #de0b0b 100%) repeat scroll 0 0;
    height: 30px;
    padding: 0 18px;
}

.f-m-address ul.f-m-a-ct {
    float: right;
    width: 58%;
}

    .f-m-address ul.f-m-a-ct li {
        float: left;
        margin: 20px 0 0 3%;
        width: 47%;
    }

        .f-m-address ul.f-m-a-ct li h4 {
            color: #eb1c24;
            font-size: 15px;
            font-weight: 700;
            line-height: 30px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .f-m-address ul.f-m-a-ct li p {
            color: #000;
            line-height: 20px;
        }

        .f-m-address ul.f-m-a-ct li a {
            background: rgba(0, 0, 0, 0) url("images/icon-arrow.png") no-repeat scroll 0 -41px;
            color: #0f74bc;
            display: block;
            font-style: italic;
            font-weight: 700;
            padding-left: 10px;
            padding-top: 4px;
        }

.Copyright {
    border-top: 1px solid #ccc;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0;
    text-align: center;
}

    .Copyright a {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }

ul.right-controls li, ul.right-controls2 li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 1px;
}

ul.right-controls {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 100;
}

ul.right-controls2 {
    display: none;
    position: fixed;
    right: 0;
    top: 23%;
    z-index: 100;
}

ul.right-controls li {
    height: auto;
    width: 60px;
}

ul.right-controls2 li {
    height: auto;
    width: 33px;
}

.main-nav-icon, .main-nav-icon2 {
    background-repeat: no-repeat;
    display: block;
    margin: 4px auto;
}

ul.right-controls li:last-child {
    height: 40px;
}

.main-nav-icon {
    background-image: url("images/bg_right_pixel.png") !important;
}

.main-nav-icon2 {
    background-image: url("images/c.png") !important;
}

ul.right-controls .sprite-icon_tenvao {
    background-position: -19px 8px;
    background-size: 100% auto;
    height: 35px;
    width: 55px;
}

ul.right-controls2 .sprite-icon_tenra {
    background-position: 9px 0;
    background-size: 130% auto;
    height: 22px;
    width: 35px;
}

ul.right-controls .sprite-icon_payment {
    background-position: 3px -339px;
    height: 35px;
    width: 55px;
}

ul.right-controls .sprite-icon_delivery {
    background-position: 3px 7px;
    height: 38px;
    width: 55px;
}

ul.right-controls .sprite-icon_set_up {
    background-position: 1px -71px;
    height: 44px;
    width: 55px;
}

ul.right-controls .sprite-icon_change {
    background-position: 3px -162px;
    height: 41px;
    width: 55px;
}

ul.right-controls .sprite-icon_after_market {
    background-position: 1px -249px;
    height: 42px;
    width: 50px;
}

ul.right-controls .sprite-icon-top-up {
    background-position: 3px -425px;
    height: 50px;
    width: 55px;
}

ul.right-controls span {
    color: #676767;
    display: block;
    font-size: 10px !important;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.breadcrumb {
    height: 25px;
    line-height: 30px;
    background: #fff;
    box-sizing: border-box;
}

    .breadcrumb li {
        float: left;
        margin-right: 5px;
    }

        .breadcrumb li a {
            color: #000;
            font-size: 14px;
        }

        .breadcrumb li:first-child a {
            color: #000;
            font-size: 14px;
            padding-right: 7px;
        }

        .breadcrumb li:last-child a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            color: #005880;
        }

.main-left {
    width: 19%;
}

.main-right {
    width: 80%;
}

ul.list-pro-cate {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

    ul.list-pro-cate li {
        width: 20%;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        ul.list-pro-cate li:first-child .p-box {
            margin: 0 5px;
        }

        ul.list-pro-cate li:first-child .p-box {
            margin: 0 5px;
        }

        ul.list-pro-cate li:nth-child(5n+1) .p-box {
            margin: 0 5px 0 0;
        }

        ul.list-pro-cate li:nth-child(5n) .p-box {
            margin: 0 0 0 5px;
        }

.temp-widget {
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
}

    .temp-widget .title {
        color: #555;
        line-height: 30px;
        padding: 5px 0;
        text-transform: uppercase;
    }

        .temp-widget .title.sort {
            border-top: medium none;
        }

        .temp-widget .title::before {
            background: #fff none repeat scroll 0 0;
            border: 3px solid #005880;
            border-radius: 30px;
            content: "";
            display: inline-block;
            margin: 0 6px 0 0;
            padding: 2px;
        }

        .temp-widget .title.sort select {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: medium none;
            color: #555;
            font-size: 14px;
            outline: 0 none;
            text-transform: uppercase;
            width: 80%;
        }

            .temp-widget .title.sort select option {
                border: medium none;
                padding: 10px;
                text-transform: none;
                width: 100%;
            }

.pro-detail h1, .promotion-box h3, .title-other {
    text-transform: uppercase;
}

.bg-tree {
    border: 0 none;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 12px 22px 10px;
}

    .bg-tree .checkview {
        float: left;
        margin: 2px 6px 0 0;
    }

    .bg-tree label.text {
        color: #555;
        cursor: pointer;
        float: left;
        font-size: 13px;
        margin-bottom: 15px;
        padding: 0 6px 6px 1px;
        width: 38%;
    }

        .bg-tree label.text.active, .bg-tree label.text:hover, ul.filter {
            color: #cc0027;
        }

ul.filter {
    padding: 5px 10px 10px;
}

    ul.filter li {
        padding: 8px 0 8px 15px;
    }

        ul.filter li a {
            color: #005880;
            font-size: 14px;
            padding-right: 4px;
        }

            ul.filter li a:hover {
                color: #cc0027;
            }

.pagination {
    margin: 10px 0;
    text-align: center;
}

    .pagination li {
        display: inline-table;
        margin-right: 5px;
    }

        .pagination li a {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #ccc;
            color: #333;
            display: block;
            height: 25px;
            line-height: 25px;
            width: 20px;
            padding: 0 4px;
            text-align: center;
            text-decoration: none;
        }

            .pagination li a.active, .pagination li.active a, .pagination li:hover a {
                background: #cc0027 none repeat scroll 0 0;
                border: 1px solid #cc0027;
                color: #fff;
            }

.pinfo {
    position: relative;
    width: 40%;
}

.pro-image a.pro-image-large {
    display: table-cell;
    height: 320px;
    text-align: center;
    vertical-align: middle;
    width: 590px;
}

    .pro-image a.pro-image-large img {
        display: block;
        margin: 0 auto;
        max-height: 320px;
        max-width: 99%;
        position: initial !important;
    }

.bg-reviewBody img, p.img-cart img {
    max-width: 100%;
}

.pinfo .img_small {
    margin-top: 15px;
    position: relative;
}

ul.list_small {
    text-align: center;
}

    ul.list_small li {
        border: 2px solid #ddd;
        display: inline-block;
        height: 65px;
        margin: 0 4px;
        overflow: hidden;
        position: relative;
        width: 65px;
    }

        ul.list_small li img.active, ul.list_small li.active, ul.list_small li:hover {
            border: 2px solid #e70f0c;
        }

        ul.list_small li img.active {
            width: 61px;
        }

        ul.list_small li img {
            bottom: 0;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

.pd-detail {
    background: #fff;
    background-color: #fff;
    box-shadow: 0 0 5px #888;
    border-radius: 10px;
    padding: 10px;
}

.pecom {
    position: relative;
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
}

.peprice {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.product-description table {
    width: 100% !important;
}

.pro-detail h1, .pro-detail .sub-title {
    color: #005880;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}

p.code-inf {
    border-bottom: 1px solid #e3e3e3;
    color: #656565;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    p.code-inf .viewer {
        padding-right: 5px;
        color: #cc0027;
    }

.price-info {
    margin-bottom: 15px;
}

.pricesell {
    color: #cc0027;
    font-size: 25px;
    width: 100%;
}

.priceline, .priceline2 {
    color: #888;
    font-size: 15px;
    text-decoration: line-through;
}

.priceline2 {
    display: block;
    /* float: left; */
    padding: 10px 0px;
    width: 100%;
}

.detail-color {
    margin: 5px 0;
}

    .detail-color > label {
        color: #555;
        font-size: 15px;
        margin-right: 12px;
        position: relative;
        top: 2px;
    }

    .detail-color > .pd-box-color {
        cursor: pointer;
        display: inline-block;
        margin-right: 15px;
        padding: 2px;
        vertical-align: middle;
    }

        .detail-color > .pd-box-color > span {
            border-radius: 50%;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4) inset;
            cursor: pointer;
            display: block;
            height: 20px;
            width: 20px;
        }

            .detail-color > .pd-box-color > span.choosen, .pd-box-color span.choosen {
                border-radius: 50%;
                box-shadow: 0 0 10px #cc0027;
            }

.promotion-box {
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
    width: calc(100% - 20px);
}

    .promotion-box h3 {
        background: rgba(0, 0, 0, 0) url("images/dth.png") no-repeat scroll 0 5px;
        color: #0179bb;
        line-height: 30px;
        padding-bottom: 5px;
        padding-left: 30px;
    }

.product-description {
    display: block;
    border: 1px solid #eee;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
}

    .product-description p {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }

        .product-description p label {
            width: 30%;
            float: left;
            font-weight: 500;
        }

.sticky-begin .product-description p label {
    width: 40%;
}

.product-description p label i {
    margin: 0 5px 0 0;
}

.product-description p span {
    float: left;
    width: 70%;
}

.sticky-begin .product-description p span {
    width: 60%;
}

.product-description label::before {
    background: rgba(0, 0, 0, 0) url(images/ic-check.png) no-repeat scroll center left;
    color: #00b84e;
    content: "";
    display: block;
    float: left;
    height: 100%;
    width: 15px;
}


/*css phần khuyến mãi*/
.box_support {
    padding: 5px;
    background: #cc0027;
    text-align: center;
    color: #fff;
}

    .box_support .hotline {
        margin: 0 !important;
        padding: 0;
    }

        .box_support .hotline a {
            text-transform: uppercase;
            font-weight: bold;
            margin: 0 0 15px 0;
            font-size: 20px;
            color: #fff;
        }

            .box_support .hotline a span {
                font-size: 12px;
                text-transform: none;
                font-weight: 400;
            }

    .box_support .value {
        text-align: center;
        font-size: 17px;
        padding-bottom: 10px;
        color: yellow;
        font-weight: bold;
        display: inline-block;
    }

.product-call-requests .ty-control-group__title {
    width: 65%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    float: left;
}

    .product-call-requests .ty-control-group__title input[type="tel"] {
        width: 100%;
        padding-left: 10px;
        display: inline-block;
        background: none;
        height: 32px;
        background: #fff;
        font-size: 12px;
        border: 1px solid #fff;
        border-radius: 5px 0 0 5px;
    }

.product-call-requests .cm-call-requests {
    width: 35%;
    display: inline-block;
    background-color: #005880;
    border: none;
    border-radius: 0 5px 5px 0;
    line-height: 34px;
}

    .product-call-requests .cm-call-requests a {
        color: #fff;
        text-decoration: none;
    }

.product-call-requests .call-note {
    font-size: 12px;
    display: inline-block;
    line-height: 12px;
    margin-top: 10px;
}

.productdecor-details .product-sets {
    border: 0px;
    clear: both;
    border-width: 0 0 1px;
}

.qty-block {
    margin-bottom: 10px;
}

.main-pd fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

    .main-pd fieldset a {
        font-size: 16px;
        background: #cc0027;
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        float: left;
        margin-top: 10px;
        border: none;
        box-sizing: border-box;
        text-decoration: none;
    }

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
}

.main-pd fieldset a i {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 20px;
}

/*.main-pd fieldset a.btn-cart {
background: #005880;
}*/

.main-pd fieldset a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

/*end css khuyến mãi*/
.why-buy label {
    float: left;
    font-size: 12px;
    font-weight: 500;
    background: #005880;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgba(10,31,68,0.1), 0 0 1px 0 rgba(10,31,68,0.08);
    text-align: center;
}

.detail-order .b-quick {
    background: #e53225 url("images/ico-cartdetail.png") no-repeat scroll 7px -42px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 47px;
    line-height: 47px;
    padding: 0 30px 0 80px;
    text-align: center;
    vertical-align: bottom;
}

.detail-order .add-now, .detail-order .buynow-btn {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 44px;
    text-align: center;
    vertical-align: bottom;
}

.detail-order .add-now {
    background: #029900 url("images/ico-cartdetail.png") no-repeat scroll 0 6px;
}

.detail-order .buynow-btn {
    background: #e53225 url("images/ico-cartdetail.png") no-repeat scroll 0 -46px;
}

.tabs-border {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e53225;
    margin-bottom: 10px;
    position: relative;
    width: 100% !important
}


ul.tabs-pd {
    float: left;
}

    ul.tabs-pd li {
        display: inline-block;
        margin-right: 60px;
    }

        ul.tabs-pd li a {
            color: #666;
            display: block;
            font-size: 16px;
            line-height: 47px;
            padding: 0 12px;
            text-align: center;
            text-decoration: none;
        }

            ul.tabs-pd li a.active {
                color: #e53225;
                font-weight: 700;
            }

            ul.tabs-pd li a:hover {
                color: #e53225;
            }

.article-content h3.title-detail {
    color: #245aa6;
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 8px 0;
}

    .article-content h3.title-detail::before {
        color: #245aa6;
        display: inline-block;
        font-size: 20px;
        line-height: 26px;
        vertical-align: top;
    }

.bg-article, .bg-reviewBody {
    font-size: 14px;
    line-height: 1.8;
}

.bg-article {
    color: #333;
    float: left;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.pd10 {
    padding: 10px;
}

.content-pd .article-lf {
    width: calc(100% - 380px);
    float: left;
    margin-bottom: 10px;
}

.content-pd .article-rf {
    width: 350px;
    float: right;
    margin-bottom: 10px;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
}

ul.paratable {
    float: left;
    width: 530px;
}

    ul.paratable li {
        display: table;
        font-size: 14px;
        font-weight: 700;
        padding: 10px;
        width: calc(100% - 20px);
    }

        ul.paratable li.grp {
            border: 0 none;
            padding-top: 20px;
        }

        ul.paratable li .specname, ul.paratable li .specval {
            display: table-cell;
            font-weight: 400;
        }

        ul.paratable li .specname {
            width: 260px;
        }

        ul.paratable li .specval {
            text-align: right;
        }

.reviewBody h2 {
    color: #4a4a4a;
    display: block;
    padding: 10px 0 5px;
}

.bg-reviewBody p {
    margin-bottom: 8px;
}

.title-other {
    background: #067080 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 7px;
}

ul.list-pro-other {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 5px 8px;
    width: calc(100% - 18px);
}

    ul.list-pro-other li {
        border-right: medium none;
        padding-bottom: 10px;
        width: 100%;
    }

.wrap-attaddsend, .wrapcomment .txtEditor {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c1bfbf;
}

.wrapcomment {
    display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#id-comment-title {
    color: #666;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 15px 0;
    overflow: hidden;
    padding: 8px;
    text-transform: uppercase !important;
}

    #id-comment-title span {
        font-weight: 400;
    }

.wrapcomment .txtEditor {
    color: #333;
    display: block;
    font-size: 16px;
    height: 100px;
    min-height: 50px;
    overflow: auto;
    padding: 10px;
    width: 97%;
}

.infocomment, .sortcomment {
    display: block;
    overflow: hidden;
}

.wrap-attaddsend {
    display: block;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 8px);
}

    .wrap-attaddsend .attach {
        border-right: 1px solid #c1bfbf;
        color: #666;
        cursor: pointer;
        float: left;
        font-size: 14px;
        padding: 4px 15px;
    }

.sendnow {
    float: right;
    padding: 7px 0;
    width: 480px;
}

    .sendnow .finalpost {
        margin-right: 10px;
    }

    .sendnow .infoname {
        border: 1px solid #dadada;
        color: #333;
        float: right;
        font-size: 14px;
        margin-right: 10px;
        padding: 5px 8px;
        width: 180px;
    }

.caption .label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
}

.caption .label-default {
    background-color: #777;
}

.iconcom-picture {
    background: rgba(0, 0, 0, 0) url("images/ic-attach.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    line-height: 30px;
    margin: -4px 5px 0 0;
    vertical-align: middle;
    width: 27px;
}

.sendnow .finalpost {
    background: #fbd648 none repeat scroll 0 0;
    border: 1px solid #c1bfbf;
    color: #2a2a2a;
    float: right;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px;
    text-transform: uppercase;
}

.sortcomment {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

    .sortcomment a, .sortcomment span {
        float: left;
        font-size: 13px;
        padding: 6px 12px;
    }

    .sortcomment a {
        color: #4a90e2;
    }

        .sortcomment a.activedsort {
            background: #ececec none repeat scroll 0 0;
            border-radius: 7px;
        }

    .sortcomment span {
        color: #242424;
    }

.infocomment {
    clear: both;
    margin-bottom: 20px;
}

.comment_ask {
    display: block;
    margin: 10px 0 0;
    overflow: visible;
}

.iconcom-user {
    background-color: #ccc;
    background-image: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    height: 25px;
    line-height: 26px;
    margin-right: 7px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 25px;
}

.arrow_box, .comment_reply {
    background: #f1f1f1 none repeat scroll 0 0;
    position: relative;
}

.infocom_ask, .relate_infocom {
    display: block;
    margin-left: 30px;
}

.comment_ask strong {
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
}

.btn-pay, .comment_ask .qtv, .title-cart {
    text-transform: uppercase;
}

.infocom_ask {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 22px;
}

.relate_infocom {
    color: #666;
    font-size: 12px;
    height: 18px;
    overflow: visible;
    padding: 5px 0;
}

    .relate_infocom span {
        float: left;
    }

    .relate_infocom .reply {
        color: #4a90e2;
        cursor: pointer;
    }

    .relate_infocom .dot {
        color: #babbb8;
        display: inline;
        float: left;
        font-size: 8px;
        margin: 2px 5px;
        vertical-align: middle;
    }

    .relate_infocom .numlike {
        color: #242424;
    }

    .relate_infocom span .like {
        color: #4a90e2;
        font-weight: 700;
    }

.comment_reply {
    border: 1px solid #e7e7e7;
    color: #333;
    display: block;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 5px;
    padding: 15px 10px;
}

.arrow_box {
    display: block;
    left: 7px;
    margin-top: -15px;
    z-index: 9;
}

    .arrow_box::after, .arrow_box::before {
        border: medium solid transparent;
        bottom: 100%;
        content: " ";
        height: 0;
        pointer-events: none;
        position: absolute;
        width: 0;
    }

.rating-container-rtl .rating-stars::before, .rating-container-rtl::before, .rating-container::before {
    content: attr(data-content);
}

.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;
    height: 25px;
    margin-right: 7px !important;
    vertical-align: middle;
    width: 25px;
}

.comment_ask .qtv {
    background: #eebc49 none repeat scroll 0 0;
    border-radius: 3px;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 6px;
}

.main-cart .cart-fl {
    margin-bottom: 20px;
    padding: 10px;
    width: 45%;
}

.main-cart .cart-fr {
    margin-bottom: 20px;
    padding: 10px;
    width: 50%;
}

.title-cart {
    border-bottom: 1px solid #ededed;
    color: #cc0027;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

ul.sp-cart-product-list {
    margin-top: 15px;
}

    ul.sp-cart-product-list li {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        padding: 15px 5px 10px;
        position: relative;
    }

        ul.sp-cart-product-list li .delete-icon {
            background: rgba(0, 0, 0, 0) url("images/ic-delete.png") no-repeat scroll 0 0;
            display: block;
            height: 16px;
            position: absolute;
            right: 2px;
            top: 2px;
            width: 16px;
        }

p.img-cart {
    height: 90px;
    text-align: center;
    width: 90px;
}

    p.img-cart img {
        max-height: 100%;
    }

ul.sp-cart-product-list li .meta-cart {
    width: calc(100% - 110px);
}

    ul.sp-cart-product-list li .meta-cart h2 {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    ul.sp-cart-product-list li .meta-cart > strong {
        color: #f44336;
        display: block;
        float: none;
        font-size: 15px;
        padding-top: 8px;
    }

    ul.sp-cart-product-list li .meta-cart .detail-color, ul.sp-cart-product-list li .meta-cart .quantity {
        margin: 10px 0 5px;
    }

        ul.sp-cart-product-list li .meta-cart .quantity select {
            border: 1px solid #ededed;
            border-radius: 2px;
            min-height: 16px;
            padding: 6px;
            vertical-align: middle;
        }

        ul.sp-cart-product-list li .meta-cart .quantity input {
            border: 1px solid #ededed;
            border-radius: 2px;
            min-height: 16px;
            padding: 6px;
            text-align: center;
            vertical-align: middle;
            width: 40px;
        }

.form-contact li input.text003, .form-contact li select {
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

ul.sp-cart-product-list li .meta-cart .quantity span {
    color: #555;
    font-size: 15px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.final-info p, .form-contact li label {
    float: left;
    font-size: 14px;
    width: 100px;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    line-height: 30px;
}

.final-info {
    margin-top: 10px;
}

    .final-info p {
        margin: 5px auto;
    }

        .final-info p .number {
            color: gray;
        }

        .final-info p .into-money {
            color: #cc0027;
            font-weight: 700;
        }

.form-contact li {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

    .form-contact li label {
        color: #505050;
        font-weight: 700;
        margin-bottom: 10px;
        margin-right: 15px;
        text-align: left;
    }

        .form-contact li label span {
            color: #cc0027;
        }

        .form-contact li label i {
            font-size: 13px;
            font-weight: 400;
        }

    .form-contact li input.text003 {
        border-radius: 3px;
        float: left;
        width: 300px;
    }

    .form-contact li select {
        background: #fff none repeat scroll 0 0;
        border-radius: 3px;
        color: #666;
        width: 98%;
    }

    .form-contact li textarea {
        border: 1px solid #ccc;
        height: 100px;
        padding: 10px;
        width: 400px;
    }

.btn-pay {
    background-color: #e5101d;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
}

.wt283px {
    width: 283px !important;
}

.cart-xndh a {
    background: #e53225 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    text-align: center;
    vertical-align: bottom;
}

.left-new {
    width: 100%;
}

ul.listnews {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

    ul.listnews li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 0px 0 15px 0;
        margin: 0 0 15px 0;
        position: relative;
    }

        ul.listnews li .linkimg {
            float: left;
            height: auto;
            overflow: hidden;
            width: 25%;
        }

        ul.listnews li .news-right {
            float: right;
            width: 73%;
        }

        ul.listnews li .linkimg img {
            display: block;
            width: 100%;
            height: 150px;
            object-fit: scale-down;
        }

        ul.listnews li .linktitle {
            display: block;
            overflow: hidden;
        }

            ul.listnews li .linktitle h3 {
                display: block;
                font-size: 16px;
                font-weight: 700;
                line-height: 22px;
                color: #cc0027;
            }

        ul.listnews li p, ul.listnews li p a {
            color: #333;
            font-size: 14px;
        }

        ul.listnews li p {
            margin: 10px 0 0;
            line-height: 20px;
        }

            ul.listnews li p a {
                line-height: 18px;
            }

        ul.listnews li .linkxemcht {
            color: #005880;
            position: absolute;
            right: 0;
            bottom: 10px;
        }

.new-list {
    margin-bottom: 20px;
}

    .new-list h3 {
        color: #333;
        font-size: 23px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 6px;
    }

ul.items-new li {
    color: #242424;
    list-style: inherit;
    padding-top: 10px;
}

    ul.items-new li a, ul.items-new-02 li a {
        color: #288ad6;
        font-size: 14px;
        line-height: 20px;
    }

ul.items-new-02 li {
    clear: both;
    height: 80px;
    padding-top: 20px;
    width: 100%;
    margin-left: -10px;
}

    ul.items-new-02 li img {
        border-radius: 4px;
        float: left;
        height: 75px;
        margin-right: 10px;
        width: 145px;
    }

    ul.items-new-02 li span {
        color: #242424;
        display: inline-block;
        line-height: 20px;
        margin-left: 10px;
    }

        ul.items-new-02 li span i.wico-comment {
            background: rgba(0, 0, 0, 0) url("images/wico-comment.png") no-repeat scroll -2px 0;
            display: inline-block;
            height: 14px;
            width: 14px;
        }
/*.bg-reviewCont {
padding: 15px 10px;
}*/
.bg-reviewCont h1.title {
    color: #000000;
    font-size: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: inline-block;
    border-bottom: 3px solid #ff6a00;
    position: relative;
    bottom: -1px;
    line-height: 25px;
}

.post-meta {
    color: #b1b1b1;
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
}

.post-content {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    word-spacing: 0;
}

    .post-content h1, .post-content h2, .post-content h3, .post-content p, .post-content a, .post-content span {
        font-size: 14px !important;
        line-height: 20px !important;
    }



    .post-content p {
        margin: 10px 0;
    }

    .post-content img {
        max-width: 99%;
        text-align: center;
    }

.blockquote .thumb img, .img-msm img, .td_img img {
    max-width: 100%;
}

.like-fb {
    background: rgba(0, 0, 0, 0) url("images/like-fb_03.png") no-repeat scroll left top;
    height: 40px;
    margin-top: 20px;
    padding: 30px 0 0 190px;
}

.news_other {
    border-top: 1px solid #d8d3d3;
    margin-top: 15px;
    padding-top: 15px;
}

    .news_other h3 {
        color: #000;
        font-size: 18px;
        padding-bottom: 5px;
    }

    .news_other ul {
        background: #fff;
        padding: 15px;
    }

        .news_other ul li {
            background: rgba(0, 0, 0, 0) url("images/iconx.png") no-repeat scroll left 7px;
            line-height: 20px;
            margin-bottom: 5px;
            padding-left: 15px;
        }

            .news_other ul li a {
                color: #005880;
                font-size: 13px;
            }

                .news_other ul li a:hover {
                    color: #cc0027;
                }

.nsm-title, .nsm-title a {
    color: #005880 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase !important;
    width: 100%;
    white-space: nowrap;
    font-weight: bold;
}

.w20p {
    width: 20% !important;
}

.w17p {
    width: 21% !important;
}

.w50p {
    width: 79% !important;
}

.sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 7px -1px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 9999;
}

.bg-sub-menu {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.w100p {
    width: 100% !important;
}

.msm-col {
    float: left;
}

    .msm-col:last-child {
        margin-right: 0;
    }

.nsm-title {
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
}

    .nsm-title a {
        font-weight: 700;
        text-decoration: none;
        padding: 0 !important;
        width: 100%;
        float: left;
        text-align: left !important;
    }

ul.nsm-list {
    list-style: outside none none;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
}

    ul.nsm-list > li {
        border-bottom: 1px solid #eaeaea;
        float: left;
        height: 29px;
        line-height: 29px;
        margin-right: 10%;
        overflow: hidden;
    }

        ul.nsm-list > li > a {
            color: #333;
            display: block;
            font-size: 13px;
            padding: 0;
            text-align: left;
            text-transform: none;
        }

        ul.nsm-list > li:nth-child(3n+3) {
            margin-right: 0;
        }

        ul.nsm-list > li > a.active, ul.nsm-list > li > a:hover {
            color: #cc0027;
            text-decoration: underline;
        }

a, ul.listChipSize li a, ul.ls a {
    text-decoration: none;
}

ul.nsm-triple li {
    width: 26.6%;
}

ul.nsm-only > li {
    width: 100%;
}

.img-msm {
    position: absolute;
    right: 0;
    top: 0;
    width: 275px;
}

ul.nav-menu > li:hover .sub-menu {
    display: block;
}

.phantrang {
    float: left;
    text-align: center;
    width: 100%;
}

.phantrang_gr {
    margin: 0 auto;
    width: 200px;
}

.phantrang a.xemthem {
    border: 1px solid #f2f2f2;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    width: 120px;
}

/*.loading {
    background: rgba(0, 0, 0, 0) url("images/loading.gif") no-repeat scroll left center / 20px 20px;
    display: none;
    float: left;
    height: 20px;
    width: 20px;
}*/

.bg-tree a {
    background: rgba(0, 0, 0, 0) url("images/check_ico.1.0.1.png") no-repeat scroll left 3px;
    float: left;
    padding: 0 0 0 20px;
    width: 41%;
}

    .bg-tree a.active {
        background-position: 0 -21px;
        color: #666;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    }

ul.listChipSize li {
    border: 1px solid #ccc;
    float: left;
    height: 34px;
    margin: 0 6px 6px 0;
    text-align: center;
    text-transform: uppercase;
    width: 47px;
}

    ul.listChipSize li a {
        display: block;
        font-weight: 700;
        line-height: 34px;
    }

        ul.listChipSize li a.active, ul.listChipSize li a:hover {
            background-image: url("images/bg_color.png");
            background-position: right bottom;
            background-repeat: no-repeat;
            border: 1px solid #cc0027;
        }

.title-pro01, ul.ultable > li {
    border-bottom: 1px solid #ccc;
}

.title-pro01 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

    .title-pro01 h1 a, .title-pro01 h2 a {
        color: #c71c22;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        position: relative;
        text-transform: uppercase;
    }

.padtop10 {
    padding-top: 10px;
}

ul.form_ttnh01 li {
    float: left;
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%;
}

    ul.form_ttnh01 li label {
        color: #505050;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: left;
        width: 100%;
    }

ul.form_ttnh02 li {
    margin-bottom: 15px;
    margin-right: 17px;
    width: 45%;
}

ul.form_ttnh01 li input.text003 {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 95%;
}

ul.form_ttnh01 li input.text004 {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 50%;
}

ul.form_ttnh01 li textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    height: 100px;
    padding: 0 10px;
    width: 95%;
}

ul.form_ttnh01 li .select_chon, ul.form_ttnh01 li select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

ul.form_ttnh01 li select {
    border-radius: 3px;
    width: 100%;
}

ul.form_ttnh01 li .select_chon {
    border-radius: 3px;
    width: 50%;
}

.text01, ul.ultable {
    border: 1px solid #ccc;
}

.security {
    font-size: 25px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 100px;
}

.text01 {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    padding: 0 2%;
    width: 96%;
}

.change_captcha, .generation_img {
    float: left;
    margin: 5px 0 0 10px;
}

.change_captcha {
    background: rgba(0, 0, 0, 0) url("images/reset.png") no-repeat scroll 0 0;
    height: 38px;
    width: 38px;
}

.shop-ft-ct {
    margin-top: 15px;
}

.wth5 {
    width: 5%;
}

.wth10 {
    width: 10%;
}

.wth15 {
    width: 15%;
}

.wth20 {
    width: 20%;
}

.wth25 {
    width: 25%;
}

.wth30 {
    width: 30%;
}

.wth40 {
    width: 40%;
}

.wth50 {
    width: 50%;
}

.alf {
    text-align: left;
}

.act {
    text-align: center;
}

.alr, p.steps-to-steps {
    text-align: right;
}

ul.ultable {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: none;
}

    ul.ultable > li {
        padding: 10px 0;
        float: left;
        width: 100%;
    }

        ul.ultable > li:last-child {
            border: none;
        }

        ul.ultable > li:first-child {
            padding: 0;
        }

        ul.ultable > li .thcart {
            text-transform: uppercase;
            padding: 10px 0;
        }

        ul.ultable > li .tdcart {
            position: relative;
            float: left;
        }

            ul.ultable > li .tdcart a {
                color: #005880;
                font-size: 14px;
                line-height: 20px;
                font-weight: bold;
            }

            ul.ultable > li .tdcart .pricart {
                color: #f50000;
                font-weight: 700;
            }

            ul.ultable > li .tdcart .select_num {
                border: 1px solid #ccc;
                height: 30px;
                width: 45px;
            }

                ul.ultable > li .tdcart .select_num option {
                    display: block;
                    font-weight: 400;
                    min-height: 1.2em;
                    padding: 0 2px 1px;
                    white-space: pre;
                }

.total_bloc .fl {
    padding-left: 10px;
    width: 50%;
}

    .total_bloc .fl span {
        color: #333;
        font-size: 14px;
    }

.total_bloc .fr {
    width: 45%;
}

    .total_bloc .fr ul li span {
        color: #cc0027;
    }

.box-form-infomation {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cdcdcd;
    border-image: none;
    border-style: solid;
    border-width: 4px 1px 1px;
}

    .box-form-infomation .fl, .box-form-infomation .fr {
        padding: 10px;
        width: 48%;
    }

    .box-form-infomation .title {
        color: #cc0027;
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.wt300px {
    width: 300px !important;
}

p.steps-to-steps {
    padding: 0 10px;
}

.orderbtn.orange {
    background: #f89406 none repeat scroll 0 0;
    border: 1px solid #d97f00;
    color: #fff;
    margin-right: 10px;
}

.orderbtn {
    border-radius: 4px;
    display: inline-block;
    min-width: 180px;
    padding: 8px;
    text-align: center;
}

.display {
    display: block !important;
}

.nondisplay {
    display: none;
}

#search-autocomplete {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    display: none;
    left: -1px;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 99;
}

.bginfo, .box-promotion {
    position: absolute;
    top: 0;
}

#search-autocomplete .autocomplete-item {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 100%;
}

    #search-autocomplete .autocomplete-item div.img {
        border: 1px solid #ccc;
        box-sizing: border-box;
        float: left;
        height: 70px;
        padding: 1px;
        text-align: center;
        vertical-align: middle;
        width: 20%;
    }

        #search-autocomplete .autocomplete-item div.img img {
            max-height: 100%;
            max-width: 100%;
        }

    #search-autocomplete .autocomplete-item div.content {
        box-sizing: border-box;
        float: right;
        width: 75%;
    }

.news_jobs *, ul.four_column * {
    box-sizing: border-box;
}

#search-autocomplete .autocomplete-item div.content a {
    color: #0072bc;
    float: left;
    font-size: 14px;
    width: 100%;
}

#search-autocomplete .autocomplete-item div.content span {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

    #search-autocomplete .autocomplete-item div.content span.price {
        color: #cc0027;
        font: 700 14px/17px Arial;
    }

ul.other-role {
    padding: 10px;
}

    ul.other-role li {
        float: left;
        font-weight: 400;
        line-height: 20px;
        padding: 6px 0;
        width: 49%;
    }

        ul.other-role li a {
            background: rgba(0, 0, 0, 0) url("images/check_ico.1.0.1.png") no-repeat scroll left 1px;
            padding: 0 0 0 20px;
        }

            ul.other-role li a.active, ul.other-role li a:hover {
                background-position: 0 -21px;
                color: #00f;
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
            }

.icon-saleoff sub, p.discout2 .icon-saleoff sub {
    color: #f8e61c;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.submenuleft {
    width: 80%;
}

.left50 {
    float: left;
    width: 50% !important;
}

p.discout {
    top: 150px;
    position: absolute;
    right: 5px;
}

p.discoutsale {
    top: 10px;
    left: 10px;
    position: absolute;
}

p.discout2 {
    float: left;
    margin: -13px 0 0 10px;
}

.icon-saleoff, .icon-saleoff1, .icon-saleoff2 {
    display: block;
    height: 53px;
    margin: 0 auto 5px;
    width: 60px;
}

.icon-saleoff {
    background: rgba(0, 0, 0, 0) url("images/ic-discout.png") no-repeat scroll 0 0;
}

.icon-saleoff1 {
    background: rgba(0, 0, 0, 0) url("images/gift-icon.png") no-repeat scroll 0 0;
}

.icon-saleoff2 {
    background: rgba(0, 0, 0, 0) url("images/kmbig.png") no-repeat scroll 0 0;
}

.icon-saleoff sub {
    display: block;
    padding: 14px 23px 0 0;
}

p.discout2 .icon-saleoff sub {
    display: block;
    padding: 20px 23px 0 0;
}

.hotlineheader {
    color: #333;
    font-size: 16px;
}

    .hotlineheader b {
        color: #cc0027;
        font-size: 18px;
        font-weight: 700;
    }

.status {
    float: left;
}

.bginfo {
    background: rgba(51, 51, 51, 0.6);
    height: 200px;
    left: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: visibility 0s ease 0.2s, opacity 0.2s linear 0s;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

ul.four_column li .thumbnail1, ul.list-pro-home li:hover .bginfo {
    transition: all 0.5s ease-in-out 0s;
}

.bginfo p.meta {
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .bginfo p.meta span {
        color: #666;
        display: block;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        padding: 0 10px 8px;
    }

.bginfo .btnviewdetail {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    height: 25px;
    line-height: 24px;
    margin: auto;
    padding: 2px 0;
    text-align: center;
    width: 110px;
    z-index: 100;
}

    .bginfo .btnviewdetail a {
        color: #4d9fff;
        font-size: 14px;
    }

ul.four_column li .home_item_title, ul.four_column li .thumbnail1 a {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
}

ul.list-pro-home li:hover .bginfo {
    opacity: 1;
    visibility: visible;
}

.box-promotion {
    background: rgba(0, 0, 0, 0) url("images/box_overlay.png") repeat scroll 0 0;
    display: none;
    left: 0;
    overflow: hidden;
    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: absolute;
            z-index: 97;
        }

        .box-promotion .box-promotion-item a.box-promotion-close {
            background: rgba(0, 0, 0, 0) url("images/delete-large.png") no-repeat scroll 0 0;
            cursor: pointer;
            height: 72px;
            position: absolute;
            right: -29px;
            top: -13px;
            width: 72px;
            z-index: 98;
        }

.box-promotion-active {
    bottom: 0;
    display: block;
    position: fixed;
    right: 0;
    vertical-align: middle;
}

.socialdefault {
    margin-top: 20px;
    text-align: center;
}

.title-img {
    margin-bottom: 15px;
    text-align: center;
}

    .title-img a {
        display: block;
    }

ul.four_column * {
    box-sizing: border-box;
}

ul.four_column li {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    text-align: center;
    width: 300px;
}

    ul.four_column li:nth-child(4) {
        margin-right: 0;
    }

    ul.four_column li .thumbnail1 {
        background: #ed252e none repeat scroll 0 0;
        border-radius: 500px;
        height: 220px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        transition: all 0.5s ease-in-out 0s;
        width: 220px;
    }

        ul.four_column li .thumbnail1:hover {
            transform: scale(1.2);
        }

    ul.four_column li:nth-child(2) .thumbnail1 {
        background: #fdba37 none repeat scroll 0 0;
    }

    ul.four_column li:nth-child(3) .thumbnail1 {
        background: #0d9788 none repeat scroll 0 0;
    }

    ul.four_column li:nth-child(4) .thumbnail1 {
        background: #999 none repeat scroll 0 0;
    }

    ul.four_column li .thumbnail1 a {
        display: block;
    }

    ul.four_column li .thumbnail1 img {
        border-radius: 500px;
        height: 200px;
        margin: 7px 0 0 16px;
        width: 200px;
    }

    ul.four_column li .home_item_title {
        display: block;
        font-weight: 400 !important;
        padding: 20px 0 0;
    }

.blockquote {
    background: rgba(0, 0, 0, 0) url("images/blockquote_icon.png") no-repeat scroll 0 10px;
    border-top: 1px solid #ddd;
    margin: 40px 0 0;
    padding: 15px 0 0 65px;
}

    .blockquote .thumb {
        float: right;
        margin: -50px 0 0 30px;
        position: relative;
        width: 200px;
    }

    .blockquote p {
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 25px;
        text-align: justify;
    }

.news_jobs * {
    box-sizing: border-box;
}

ul.list-why-cel *, ul.xcamera-ct * {
    box-sizing: border-box;
}

.news_jobs_fr, .news_jobs_lf {
    background: #fff none repeat scroll 0 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.news_jobs_lf {
    width: 66.6667%;
}

.news_jobs_fr {
    width: 33.3333%;
}

.title_new_jobs h2 {
    color: #292c3a;
    font-size: 22px;
    margin: 0 0 30px;
    padding-top: 5px;
    text-transform: uppercase;
}

.page-owl-buttons {
    position: absolute;
    right: 15px;
    top: 0;
}

.page-owl-next, .page-owl-prev {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    width: 30px;
}

.page-owl-prev {
    margin-right: 5px;
}

    .page-owl-next a, .page-owl-prev a {
        background: #c2c2c2 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 14px;
        overflow: hidden;
        padding: 5px 0;
        position: relative;
        text-align: center;
        z-index: 1;
    }

        .page-owl-next a:hover, .page-owl-prev a:hover {
            background: #cc0027 none repeat scroll 0 0;
        }

ul.list_new_jobs li {
    float: left;
    padding: 0 15px;
    width: 410px;
}

    ul.list_new_jobs li .new-img img {
        height: 206px;
        width: 100%;
    }

    ul.list_new_jobs li .new-name {
        height: 50px;
        line-height: 25px;
        margin: 20px 0 10px;
        overflow: hidden;
    }

        ul.list_new_jobs li .new-name a {
            color: #292c3a;
            font-size: 16px;
            font-weight: 700;
        }

    ul.list_new_jobs li p.new-info {
        color: #acacac;
        margin: 0 0 10px;
    }

    ul.list_new_jobs li p.new-description {
        color: #707070;
        line-height: 25px;
    }

        ul.list_new_jobs li p.new-description a {
            color: #00b18a;
            text-decoration: none;
        }

ul.xcamera-ct * {
    box-sizing: border-box;
}

ul.xcamera-ct > li {
    float: left;
    padding-right: 10px;
    vertical-align: top;
    width: 33%;
}

    ul.xcamera-ct > li:nth-child(3) {
        padding-right: 0;
    }

.title_widget {
    background: rgba(0, 0, 0, 0) url("images/title_line.png") no-repeat scroll left bottom;
    padding: 10px 0;
    text-transform: uppercase;
}

    .title_widget a {
        color: #333;
        font-size: 18px;
        font-weight: 400;
    }

ul.list-khdg li {
    display: table;
    margin-top: 10px;
}

    ul.list-khdg li a {
        color: #333;
        font-size: 14px;
        font-weight: 700;
    }

    ul.list-khdg li img {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e6e6e6;
        float: left;
        height: 75px;
        margin-right: 10px;
        padding: 1px;
        width: 91px;
    }

    ul.list-khdg li p {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
        padding: 0 0 12px;
    }

.hdcg {
    margin: 0 10px 0 0;
}

    .hdcg li {
        background: rgba(0, 0, 0, 0) url("images/ask.png") no-repeat scroll 0 12px;
        padding: 10px 0 0 30px;
        text-align: left;
    }

        .hdcg li a {
            color: #333;
            font-size: 13px;
            line-height: 23px;
        }

            .hdcg li a:hover {
                color: #0d9788;
            }

.title-spdx {
    border-bottom: 3px solid #d70500;
    height: 40px;
    margin-bottom: 15px;
}

    .title-spdx .text {
        color: #dc2622;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
    }

ul.list-spdx li {
    float: left;
    overflow: hidden;
    position: relative;
    width: 19.92%;
}

    ul.list-spdx li .price {
        float: left;
        line-height: 20px;
        overflow: hidden;
        padding: 18px 8px 0 0;
        text-align: center;
        width: 100%;
    }

        ul.list-spdx li .price .curr-price {
            color: #cc0027;
            float: left;
            font-size: 16px;
            font-weight: 700;
        }

        ul.list-spdx li .price .priceline {
            color: #333;
            float: left;
            font-size: 12px;
            font-weight: 400;
            margin-right: 0;
            text-align: center;
            text-decoration: line-through;
            width: 100%;
        }

    ul.list-spdx li .prd-name a {
        color: #4a4a4a;
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: 35px;
        margin: 10px 10px 0;
        overflow: hidden;
        text-decoration: none;
    }

.tags-search {
    border-top: 1px solid #ccc;
    color: #555;
    line-height: 20px;
    padding-top: 20px;
}

    .tags-search .tl {
        display: block;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .tags-search p {
        margin: 0 0 8px;
    }

    .tags-search a {
        color: #555;
    }

        .tags-search a:hover {
            color: #0388cd;
            text-decoration: none;
        }

.title-cate-top {
    background: #cc0027 none repeat scroll 0 0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
}

    .title-cate-top .name a {
        color: #fff;
        float: left;
        font-size: 15px;
        padding-left: 20px;
        text-transform: uppercase;
    }

.list_gh li {
    float: left;
    padding-right: 10px;
}

    .list_gh li a {
        color: #fff;
        font-size: 14px;
    }

        .list_gh li a.active, .list_gh li a:hover {
            color: #ff0;
        }

.bg-cate-top {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 0;
    width: 100%;
}

    .bg-cate-top h2 {
        font-size: 14px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .bg-cate-top p {
        margin-bottom: 10px;
    }

.kk-star-ratings.top-left, .kk-star-ratings.top-right {
    margin-top: 3px;
}

.kk-star-ratings.lft {
    float: left;
    margin-right: 10px;
}

.kk-star-ratings.rgt {
    float: right;
    margin-left: 10px;
}

.kk-star-ratings .kksr-stars {
    height: 24px;
    position: relative;
}

.kk-star-ratings .kksr-star {
    background-position: 0 0;
}

    .kk-star-ratings .kksr-star.gray {
        background-image: url("images/gray.png");
    }

    .kk-star-ratings .kksr-star.yellow {
        background-image: url("images/yellow.png");
    }

    .kk-star-ratings .kksr-star.orange {
        background-image: url("images/orange.png");
    }

.kk-star-ratings .kksr-stars .kksr-fuel {
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.kk-star-ratings .kksr-stars a {
    border: 0 none;
    height: 24px;
    position: relative;
    text-decoration: none;
    width: 24px;
    z-index: 1;
}

    .kk-star-ratings .kksr-stars a:focus {
        border: 0 none;
        outline: 0 none;
        text-decoration: none;
    }

.kk-star-ratings .kksr-legend {
    color: #242424;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    padding: 3px;
    text-align: center;
}

    .kk-star-ratings .kksr-legend .kksr-title {
        display: none;
    }

.kk-star-ratings .kksr-stars, .kk-star-ratings .kksr-stars .kksr-fuel, .kk-star-ratings .kksr-stars a {
    background-color: transparent !important;
    display: inline-block;
    float: left;
}

p.call {
    font-size: 14px;
    margin: 10px 0;
}

.ribbon {
    background: #cc0027 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.why {
    background: rgba(0, 0, 0, 0) url("images/tai-sao.png") no-repeat scroll 0 0;
    height: 8px;
    margin: 0 auto;
    width: 18px;
}

ul.list-why-cel * {
    box-sizing: border-box;
}

ul.list-why-cel li {
    box-sizing: border-box;
    float: left;
    width: 24.25%;
    border: 1px solid #f8f8f8;
    margin: 0 0.5%;
    border-radius: 5px;
    padding: 15px;
    background: #fff;
}

    ul.list-why-cel li:first-child {
        margin: 0 0.5% 0 0;
    }

    ul.list-why-cel li:nth-child(4n) {
        margin: 0 0 0 0.5%;
    }

ul.list-why-cel > li .why-cel-tt {
    color: #006692;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

ul.list-why-cel > li .thumb {
    width: 100%;
}

    ul.list-why-cel > li .thumb img {
        height: 200px;
        width: 100%;
        object-fit: contain;
    }

.zoom_pic img:hover {
    transform: scale(0.9);
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.zoom_pic img {
    transform: scale(1);
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.box-pro .hero {
    background: rgba(0, 0, 0, 0) url("images/fur.jpg") repeat fixed center center;
    border-bottom: 1px solid #ddd;
    clear: both;
    height: 120px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 58px;
    text-align: center;
}

    .box-pro .hero h3 {
        color: #2f9e04;
        font-size: 36px;
    }

    .box-pro .hero p {
        font-size: 23px;
        margin: 19px 0 0;
    }

.portfolio {
    font-size: 19.2px;
    margin-top: 22px;
    text-align: center;
}

.filter-home {
    display: inline-block;
    list-style: outside none none;
    margin: 0 auto 15px;
    padding: 0;
}

    .filter-home li {
        display: block;
        float: left;
        margin-right: 15px;
    }

        .filter-home li a {
            background: #cc0027 none repeat scroll 0 0;
            color: #fff;
            font-size: 16px;
            padding: 8px 18px;
            text-transform: uppercase;
            transition: all 0s ease 0s;
        }

            .filter-home li a:hover, .filter-home li.active a {
                background: #2f9e04 none repeat scroll 0 0;
                text-decoration: none;
                transition: all 0.4s ease 0s;
            }

ul.isotope .isotope-item {
    display: block;
    float: left;
    margin: 35px 19px 0;
    overflow: hidden;
    position: relative;
    width: 218px;
}

    ul.isotope .isotope-item img {
        height: 218px;
        width: 100%;
    }

    ul.isotope .isotope-item .hover {
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        height: 100%;
        left: 0;
        margin-left: -100%;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 3;
    }

        ul.isotope .isotope-item .hover p {
            font-size: 13.6px;
        }

        ul.isotope .isotope-item .hover .btn {
            background-color: #5bb75b;
            background-image: linear-gradient(to bottom, #62c462, #51a351);
            background-repeat: repeat-x;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            color: #fff;
            font-size: 21px;
            line-height: 35px;
            margin: 29px 0 0;
            padding: 10px 0 13px;
            text-decoration: none;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            text-transform: uppercase;
            width: 100%;
        }

        ul.isotope .isotope-item .hover .title-ct {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            height: 45px;
            line-height: 22px;
            margin-top: 10px;
        }

    ul.isotope .isotope-item:hover .hover {
        margin-left: 0;
    }

.title-video {
    background-color: #cc0027;
    clear: both;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 3%;
    padding: 4px 10px;
    width: 98%;
}

ul.list-video * {
    box-sizing: border-box;
}

ul.list-video li {
    float: left;
    position: relative;
    width: 24.2%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    margin: 0 1% 10px 0;
}

    ul.list-video li:nth-child(4n) {
        margin: 0 0 10px 0;
    }

    ul.list-video li a {
        display: block;
        text-decoration: none;
        white-space: initial;
    }

    ul.list-video li img.imgs-video {
        display: block;
        height: 200px;
        vertical-align: middle;
        width: 100%;
    }

    ul.list-video li p {
        color: #005880;
        display: block;
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 0;
        overflow: hidden;
        text-decoration: none;
        height: 40px;
        font-weight: 700;
    }

    ul.list-video li span.time-video {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 2px;
        color: #fff;
        font-size: 11px;
        left: 12px;
        line-height: 13px;
        padding: 2px 3px 1px;
        position: absolute;
        top: 12px;
        transition: all 0.5s ease 0s;
    }

.total_bloc {
    float: right;
    margin: 10px 0 0;
}

    .total_bloc span {
        color: #cc0027;
        float: left;
        margin: 0 0 0 10px;
        font-size: 25px;
    }

    .total_bloc label {
        float: left;
        color: #005880;
        font-size: 15px;
        line-height: 30px;
    }

.tdcart p {
    float: left;
    width: 100%;
}

.tdcart input[type="number"] {
    border: 1px solid #ccc;
    /* float: left; */
    height: 25px;
    text-align: center;
    width: 50px;
}

.captcha {
    font-size: 25px;
    height: 34px !important;
    margin: 0 10px 0 0;
    text-align: center;
    width: 100px !important;
}

.form-contact li span {
    cursor: pointer;
}

h1.div_bigcatetitle, div.div_bigcatetitle {
    border-bottom: 1px solid #ccc;
    color: #1056b2;
    float: left;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0px 0;
    width: 100%;
    line-height: 40px;
}

.title-video a {
    color: #fff;
    font-size: 18px;
}

.ribbon a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.left-video {
    width: 66%;
}

.righ-video {
    width: 33%;
}

ul.list-video-item li {
    float: left;
    margin-bottom: 7px;
    padding: 5px;
    position: relative;
    width: 100%;
}

    ul.list-video-item li a {
        color: #005c73;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    ul.list-video-item li .thumb {
        float: left;
        height: 80px;
        margin-right: 8px;
        width: 125px;
    }

    ul.list-video-item li img {
        height: 100%;
        width: 100%;
    }

    ul.list-video-item li h3 {
        color: #005c73;
        float: right;
        font-size: 14px;
        font-weight: 600;
        line-height: 15px;
        width: 65%;
    }

.dt-video iframe {
    width: 100% !important;
}

.dt-video h1 {
    color: #00528b;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.block_share {
    padding-right: 10px;
}

    .block_share * {
        box-sizing: border-box;
    }

    .block_share i.fa {
        line-height: 22px;
    }

    .block_share a {
        background-color: #999999;
        color: #fff;
        display: block;
        float: left;
        font-size: 11px;
        height: 22px;
        line-height: 22px;
        margin-right: 7px;
        text-align: center;
        text-decoration: none;
        width: 24px;
    }

    .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;
    }

.ulfeaturemenutop {
    display: table;
    margin: 6px auto 20px;
    width: 100%;
}

    .ulfeaturemenutop li {
        display: table-cell;
        text-align: center;
        vertical-align: top;
        width: 12.5%;
    }

        .ulfeaturemenutop li a {
            color: #000;
            font-size: 14px;
            text-decoration: none;
        }

        .ulfeaturemenutop li i {
            color: #0091e6;
            display: block;
            font-size: 35px;
            height: 35px;
            margin-bottom: 12px;
            width: 100%;
        }

        .ulfeaturemenutop li:nth-child(2) i {
            color: #053cec;
        }

        .ulfeaturemenutop li:nth-child(3) i {
            color: #8730e5;
        }

        .ulfeaturemenutop li:nth-child(4) i {
            color: #d132cc;
        }

        .ulfeaturemenutop li:nth-child(5) i {
            color: #ff7105;
        }

        .ulfeaturemenutop li:nth-child(6) i {
            color: #ffa702;
        }

        .ulfeaturemenutop li:nth-child(7) i {
            color: #36bd9c;
        }

        .ulfeaturemenutop li:nth-child(8) i {
            color: #a5d8ef;
        }

ul.items-new {
    list-style: initial;
    padding-left: 16px;
}

.titlehoidap {
    clear: both;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.ul_hoidaplist {
    clear: both;
    overflow: hidden;
}

    .ul_hoidaplist li {
        border-top: 1px solid #e8e8e8;
        color: #2e2e2e;
        display: block;
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 10px 0;
    }

        .ul_hoidaplist li a {
            color: #2e2e2e;
            font-size: 14px;
            line-height: 20px;
        }

        .ul_hoidaplist li span {
            color: #9b9b9b;
            display: inline-block;
            font-size: 12px;
            margin-top: 7px;
        }

.logo h1 {
    float: left;
    height: 0;
    text-indent: -9999px;
}

ul.list-why-cel > li a {
    text-decoration: none;
}

.product-summary p * {
    color: #fff;
    padding: 3px 4px 0px 2px;
    font-size: 13px !important;
}

iframe[id^="oauth2relay"] {
    position: fixed !important;
}

.footer_home h1 {
    border-top: 1px solid #ccc;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
}

.IN-widget {
    float: right !important;
    height: 21px !important;
    margin: 0 0 0 10px !important;
}

#___plusone_0 {
    margin: 0 0 0 8px !important;
}

.product_tag {
    border-top: 1px solid #ededed;
    float: left;
    margin: 10px 0 0;
    padding: 10px 0;
    width: 100%;
}

    .product_tag strong {
        font-size: 14px;
        margin: 0 10px 0 0;
        text-transform: uppercase;
    }

    .product_tag a {
        font-size: 14px;
        margin: 0 10px 0 0;
        text-transform: uppercase;
    }

.footer-verified {
    width: 25%;
    overflow: hidden;
}

.footer-verified__list {
    width: 100%;
    overflow: hidden;
}

.footer-verified__icon {
    float: left;
    margin: 0 20px 10px 0;
}

.blog-page {
    padding-top: 20px;
    padding-bottom: 10px;
}

.contact-info {
    color: #333;
    font-size: 14px;
}

.title-contact {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 20px;
}

.akr-form p {
    margin-bottom: 10px;
}

    .akr-form p.field input {
        margin-bottom: 5px;
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 31px;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

.akr-form textarea {
    overflow: auto;
    margin: 0;
    padding: 6px 6px 7px 6px;
    width: 75%;
    font-size: 15px;
    height: 150px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font: 13.3333px Arial;
}

.akr-form .btn-gui {
    border: 1px solid #005AAA;
    background: #005AAA;
    border-radius: 3px;
    padding: 11px 25px;
    font-size: 15px;
    float: left;
    font-weight: 600;
    color: #fff;
}

.contact-info {
    color: #333;
    font-size: 14px;
}

.body-contact-info {
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}

    .body-contact-info .text {
        margin-bottom: 10px;
    }

        .body-contact-info .text .fa {
            color: #005aab;
            margin-right: 5px;
        }

    .body-contact-info .phone {
        color: #d52629;
        font-size: 2em;
        margin-top: -10px;
    }

.product_content h2 a {
    font-size: 20px;
    font-weight: bold;
}

.product_content h3 a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}


.seo-links li {
    float: left;
    width: 20%;
}

    .seo-links li a {
        font-size: 15px;
        line-height: 30px;
    }

.content-seo {
    padding: 10px 0;
    line-height: 18px;
    font-size: 13px;
}

    .content-seo p {
        padding: 5px 0;
    }

    .content-seo a {
        font-size: 13px;
        color: #005880;
    }

.prd-name {
}

.article-content p, .article-content p a, .article-content p span, .article-content h2, .article-content h3, .article-content h4 {
    font-size: 14px;
    line-height: 25px;
}

.article-content img {
    height: auto !important;
}

.pro-image {
    text-align: center;
}

    .pro-image img {
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
    }

.w50p {
    width: 50% !important;
    box-sizing: border-box;
}

.delete-cart {
    background: url(images/delete-large.png) no-repeat center right / 20px 20px;
    text-indent: 9999px;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
}

.block_social {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

/*address*/
.showroom-ft, .store-info {
    width: 100%;
    float: left;
}

.diachishowroom {
    background: #e52d27;
    background: -webkit-linear-gradient(to right,#b31217,#e52d27);
    background: linear-gradient(to right,#b31217,#e52d27);
    padding: 10px 0;
    border-top: 7px solid #b70000;
}

.title-store {
    font-size: 18px;
    margin: 0 0 15px;
    word-spacing: 2px;
    border-bottom: 1px solid #c10000;
    padding: 10px 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

ul.diachoshdk > li {
    width: 25%;
    height: 100px;
    float: left;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
    border-bottom: 1px dashed #eee;
}

.store-info {
    vertical-align: top;
    font-size: 14px;
    color: #596067;
}

    .store-info p {
        margin-bottom: 0;
        line-height: 20px;
        color: #fff;
    }

p.name-showroom {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 18px;
}

.store-info p a {
    margin-bottom: 0;
    line-height: 20px;
    color: #fff;
}

.article-content ul {
    width: 100%;
    float: left;
}
.article-content ul li {
    width: 100%;
    display: flex;
	align-items: center;
}

.article-content ul {
    padding: 0;
    line-height: 30px;
}

.article-content li::before {
    background: rgba(0, 0, 0, 0) url(images/ic-check.png) no-repeat scroll center left;
    color: #00b84e;
    content: "";
    display: block;
    float: left;
    height: 30px;
    width: 15px;
    margin: 0 10px 0 0;
}

.banner-rf img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.main-pd {
    margin: 10px 0 0;
}

    .main-pd .w50p {
        padding: 10px;
    }

.radio input[type=radio] {
    opacity: 0;
}

.form-info-muahang .radio {
    padding-left: 20px;
    margin-bottom: 0;
}

    .form-info-muahang .radio label {
        font-weight: 500;
        font-size: 16px;
        color: #7d7d7d;
    }

.radio label::before {
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out;
}

.radio-primary input[type=radio] + label::after, .radio-primary input[type=radio]:checked + label::after {
    background-color: #428bca;
}

.radio-primary input[type=radio]:checked + label::before {
    border-color: #428bca;
}

.radio {
    padding-left: 20px
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px
    }

        .radio label::after, .radio label::before {
            display: inline-block;
            position: absolute;
            margin-left: -20px
        }

        .radio label::before {
            content: "";
            width: 15px;
            height: 15px;
            left: 0;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out;
            -o-transition: border .15s ease-in-out;
            transition: border .15s ease-in-out;
        }

        .radio label::after {
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            border-radius: 50%;
            background-color: #555;
            -webkit-transform: scale(0,0);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
            transform: scale(0,0);
            -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            -moz-transition: -moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            -o-transition: -o-transform .1s cubic-bezier(.8,-.33,.2,1.33);
            transition: transform .1s cubic-bezier(.8,-.33,.2,1.33)
        }

.radio-primary input[type=radio] + label::after, .radio-primary input[type=radio]:checked + label::after {
    background-color: #428bca
}

.radio input[type=radio] {
    opacity: 0;
}

    .radio input[type=radio]:checked + label::after {
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }

    .radio input[type=radio]:disabled + label {
        opacity: .65
    }

        .radio input[type=radio]:disabled + label::before {
            cursor: not-allowed
        }

.radio-primary input[type=radio]:checked + label::before {
    border-color: #428bca
}

.radio-danger input[type=radio] + label::after, .radio-danger input[type=radio]:checked + label::after {
    background-color: #d9534f
}

.radio-danger input[type=radio]:checked + label::before {
    border-color: #d9534f
}

.radio-info input[type=radio] + label::after, .radio-info input[type=radio]:checked + label::after {
    background-color: #5bc0de
}

.radio-info input[type=radio]:checked + label::before {
    border-color: #5bc0de
}

.radio-warning input[type=radio] + label::after, .radio-warning input[type=radio]:checked + label::after {
    background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked + label::before {
    border-color: #f0ad4e
}

.radio-success input[type=radio] + label::after, .radio-success input[type=radio]:checked + label::after {
    background-color: #5cb85c
}

.radio-success input[type=radio]:checked + label::before {
    border-color: #5cb85c
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

right-detail table {
    width: 100% !important;
}

.right-detail table {
    width: 100% !important;
}

    .right-detail table td {
        line-height: 25px;
    }

    .right-detail table tr:nth-child(2n+1) {
        background: #f1f1f1;
        padding: 5px 0px;
    }

    .right-detail table td {
        padding: 0px 5px;
    }
/* The sticky class is added to the header with JS when it reaches its scroll position */
/*.sticky {
position: fixed;
top: 70px;
width: 100%
}*/

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
/*.sticky + .content {
padding-top: 102px;
}*/

/*.sticky-begin {
    width: 330px;
    background: #fff;
    z-index: 998;
    padding: 10px;
    box-sizing: border-box;
}*/

.fb_dialog.fb_dialog_advanced {
    right: 22px !important;
    bottom: 95px !important;
}

.content-news h1 {
    color: #cc0027;
    text-transform: uppercase;
    padding: 15px 0px;
    font-weight: bold;
}

.bg-reviewCont {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

.content-news {
    text-align: center;
    display: block;
    overflow: hidden;
    width: 1000px;
    margin: auto;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    padding: 15px;
}

.resuiltSearch {
    position: absolute;
    z-index: 10;
    top: 140%;
    left: 0;
    background: #fff;
    border: 1px solid #cc0027;
    padding: 10px 5px !important;
    box-shadow: 0 10px 25px -10px #000;
    width: 350px;
    display: none;
}

.customer-profit-area ul.list-profit li, .customer-profit-area ul.list-profit li .el {
    display: inline-block;
    vertical-align: middle
}

.resuiltSearch.ul-menu-muiten:after {
    left: 20px
}

.resuiltSearch .name-prd {
    font-weight: 600;
    color: #607D8B
}

.resuiltSearch .pri-item {
    font-size: 14px;
    color: #d32321;
    font-weight: 600;
    margin-bottom: 0
}

.resuiltSearch li {
    margin-bottom: 5px;
    border-bottom: 1px dashed #eee
}

    .resuiltSearch li:hover .name-prd {
        color: #000
    }

    .resuiltSearch li img {
        max-width: 60px
    }

    .resuiltSearch li.page {
        padding: 0 0 10px
    }

        .resuiltSearch li.page a {
            color: #607D8B;
            font-weight: 700
        }

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.resuiltSearch.ul-menu-muiten:after {
    left: 20px;
}

.ul-menu-muiten:after {
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    right: 12px;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #cc0027;
    display: block;
}

div#bank p {
    line-height: 25px;
}

div#bank {
    display: block;
    float: left;
    height: 260px;
    overflow-y: scroll;
}

.zalo-chat-widget {
    left: 0;
}

.bg-article p:last-child span {
    display: none;
}

.right-detail .bottom-desc {
    width: 300px;
    overflow: hidden;
}

    .right-detail .bottom-desc table td {
        white-space: nowrap;
    }

    .right-detail .bottom-desc tr td:first-child {
        width: auto !important;
    }

/*css Call*/
.support-online {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.support-online .btn-support {
    cursor: pointer;
}

.support-online a {
    display: block;
}

.support-online a {
    position: relative;
    margin: 17px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden
*/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally autho#cc0027 by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally autho#cc0027 by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from, 11.1%, to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally autho#cc0027 by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally autho#cc0027 by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}
/*css support online*/
.support-online {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
}

    .support-online a {
        position: relative;
        margin: 17px 10px;
        text-align: left;
        width: 40px;
        height: 40px;
    }

    .support-online i {
        width: 40px;
        height: 40px;
        background: #43a1f3;
        color: #fff;
        border-radius: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 1.9;
        position: relative;
        z-index: 999;
    }

    .support-online a span {
        border-radius: 2px;
        text-align: center;
        background: rgb(103, 182, 52);
        padding: 9px;
        display: none;
        width: 180px;
        margin-left: 10px;
        position: absolute;
        color: #ffffff;
        z-index: 999;
        top: 0px;
        left: 40px;
        transition: all 0.2s ease-in-out 0s;
        -moz-animation: headerAnimation 0.7s 1;
        -webkit-animation: headerAnimation 0.7s 1;
        -o-animation: headerAnimation 0.7s 1;
        animation: headerAnimation 0.7s 1;
    }

    .support-online a:hover span {
        display: block;
    }

    .support-online a {
        display: inline-block;
    }

        .support-online a span:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent rgb(103, 182, 52) transparent transparent;
            position: absolute;
            left: -10px;
            top: 10px;
        }

.alo-circle-fill {
    width: 56px;
    height: 56px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.alo-circle {
    width: 46px;
    height: 46px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .btn-support {
    cursor: pointer;
}

.monopoly-box {
    text-indent: -9999px;
    margin: 0;
    position: absolute;
    background: url(images/present-box.gif) 0 0/35px 35px no-repeat;
    width: 35px;
    height: 35px;
    left: 10px;
    bottom: 10px;
    background: url('https://ketsatphutai.vn/Content/images/docquyen.gif') 0 0/100px 55px no-repeat;
    width: 100px;
    height: 60px;
    left: 50px;
    top: -7px;
}

.bg-article img {
    display: block;
    margin: auto !important;
}

.bg-article a {
    color: #43a1f3 !important;
    font-weight: bold;
}

.bg-article h2, .bg-article h3 {
    margin-bottom: 10px;
}

.product_content a {
    color: blue;
}

.product_content p {
    line-height: 25px;
}

.post-content a {
    color: blue;
}

.post-content.clear {
}

.post-content h2 {
    margin-bottom: 10px;
}

p.discout {
    bottom: 100px;
    position: absolute;
    right: 5px;
    display: block;
    width: 50px;
    height: 50px;
}

#contentdetail ul {
    padding-left: 15px;
}

    #contentdetail ul li {
        list-style-type: initial;
    }

        #contentdetail ul li::before {
            display: none;
        }

.wp-danhmuc {
    position: relative;
}

    .wp-danhmuc > ul.nav-main {
        display: none;
        background: #fff;
        color: #333;
        position: absolute;
        width: 100%;
        border: 1px solid #ccc;
        height: 266px;
        overflow-y: hidden;
    }

        .wp-danhmuc > ul.nav-main li {
            border-top: 1px solid #ccc;
            padding: 5px 15px;
        }

            .wp-danhmuc > ul.nav-main li a {
                display: block;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.3s ease-in-out;
            }

            .wp-danhmuc > ul.nav-main li:hover a {
                color: #cc0027;
                text-decoration: none;
                transform: translateX(6px);
            }

    .wp-danhmuc:hover > ul.nav-main {
        display: block;
        z-index: 9;
    }

    .wp-danhmuc > .h4-title {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding: 0px 15px;
        background: #ce1717;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
    }

        .wp-danhmuc > .h4-title i {
            margin-right: 10px;
        }

.page-index-buong .wp-danhmuc > ul.nav-main {
    display: block;
}
/* css page danh muc */
.checkbox input {
    width: 18px;
    height: 18px;
}

.checkbox img {
    height: 50px;
    margin-left: 5px;
}

.box-hangsx ul {
    display: table;
    width: 100%;
}

    .box-hangsx ul li {
        position: relative;
        float: left;
        width: 100%;
    }

        .box-hangsx ul li::after {
            content: '\f0da';
            font-family: FontAwesome;
            position: absolute;
            top: 8px;
            left: 0px;
            transition: all 0.3s ease-in-out;
        }

        .box-hangsx ul li:hover::after {
            color: #cc0027;
            left: 5px;
        }

        .box-hangsx ul li:hover a {
            color: #cc0027;
            text-decoration: none;
        }

        .box-hangsx ul li a {
            display: block;
            padding: 6px 20px;
        }

.box-gia ul li {
    width: 100%;
    margin-bottom: 5px;
}

.list-gia label {
    display: flex;
    align-items: center;
}

    .list-gia label input {
        margin-right: 10px;
    }

.temp-widget {
    padding-bottom: 10px;
}

.btn-khuyenmai img {
    width: 100px;
}

.main-header-right p {
    line-height: 1.2;
}

    .main-header-right p span {
        display: block;
    }

h4.name-showroom {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #fff;
    line-height: 18px;
}

@media (min-width: 1300px) {
    .main-header-right .login-info {
        width: 120px;
    }

    .wp-danhmuc {
        width: 260px;
    }

    .banner-lf {
        width: 640px;
        margin-left: 270px;
    }

    .banner-rf {
        width: 360px
    }

    .banner-lf img {
        height: 266px;
    }

    .banner-rf img {
        height: 130px;
    }

    .banner-t {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .list-hangsx-2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .list-hangsx-2 li {
            width: 25%;
            padding: 10px;
            border: 1px solid #cc0027;
            border-radius: 4px;
        }
}

.icon-km {
    background: url(images/khuyen-mai-icon.gif) no-repeat 0 0 / 100px 60px;
    width: 100px;
    height: 60px;
}

.wrap-brand {
    padding: 25px 0 15px 0;
    float: left;
    width: 100%;
}

.brand-cate {
    font-size: 15px;
    padding-top: 0px;
    margin: 0;
    list-style: none;
}

    .brand-cate li {
        margin-bottom: 10px;
        -webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,.12);
        box-shadow: 0 2px 4px 1px rgba(0,0,0,.12);
        border-radius: 3px;
        width: 100%;
        float: left;
        box-sizing: border-box;
        background: #fff;
        margin: 0 0.5% 10px 0.5%;
    }

        .brand-cate li:first-child, .brand-cate li:nth-child(7) {
            margin-left: 0;
        }

        .brand-cate li:last-child, .brand-cate li:nth-child(6n) {
            margin-right: 0;
        }

        .brand-cate li label {
            width: 100%;
            height: 30px;
            float: left;
        }

        .brand-cate li a {
            padding: 10px 8px;
            font-weight: 600;
            text-align: center;
            line-height: 1.25rem;
            font-size: 14px;
            float: left;
            width: 100%;
            color: #000;
        }

            .brand-cate li a:hover {
                color: #cc0027
            }

        .brand-cate li:hover {
            -webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.12);
            box-shadow: 0 2px 4px 2px rgba(0,0,0,.12);
        }

            .brand-cate li:hover img {
                transition: 0.5s;
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

/* section title */
.section-title > h3, .section-title > p.title {
    color: #005880;
    font-size: 25px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
}

    .section-title > h3 span, .section-title > p span {
        color: #666;
        text-transform: uppercase;
        font-size: 13px;
    }

.section-icon {
    color: #cc0027;
    font-size: 16px;
}

.section-title > h3::before, .section-title > p.title:before {
    background: #cc0027 none repeat scroll 0 0;
    bottom: -19px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

.section-title {
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

    .section-title.pdtop {
        padding: 30px 0 0 0
    }

.bg-article p {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10px 0
}



.loading {
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
}

    .loading .icon {
        background: url("images/loading.gif") no-repeat center center / 20px 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        text-indent: -9999px;
    }

.wsupport-s {
    text-align: center;
    overflow: hidden;
    margin: 10px 0 0;
    float: left;
    width: 100%;
}

    .wsupport-s li {
        width: 33.33%;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        list-style: none;
        padding: 12px 0;
        float: left;
        box-sizing: border-box;
    }

        .wsupport-s li p {
            font-size: 11px;
            line-height: 1.2em;
        }

        .wsupport-s li i {
            display: block;
            font-size: 26px;
            margin-bottom: 5px;
        }

/*css box quà tặng*/


.box-qua {
    display: block;
    float: left;
    margin-top: 25px;
    padding: 25px 0px 10px 0px;
    border: 1.5px dashed #cc0027;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

    .box-qua .icon-qua {
        position: absolute;
        top: -30px;
        left: 20px;
    }

        .box-qua .icon-qua img {
            width: 200px;
        }

/*new*/
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.top-hot {
    padding: 5px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.top-home {
    border: 1px solid #eee;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.banner-page img {
    width: 100%;
}

.w50 {
    width: 49.5%;
}

.bottom-li li {
    width: 49% !important;
}

    .bottom-li li:nth-child(2n) {
        float: right !important;
        margin-right: 0;
    }

.bottom-li img {
    width: 100%;
    height: 195px;
    position: inherit;
}

.bottom-li .img-pro {
    height: 200px !important;
}

.bottom-li li span.p-video {
    background: rgba(0,0,0,0) url(images/icon-play.png) no-repeat scroll 0 0 / 40px 40px;
    height: 40px;
    position: absolute;
    width: 40px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.bottom-li li:hover span.p-video {
    background: rgba(0, 0, 0, 0) url("images/icon_play.png") no-repeat scroll 0 0 / 40px 40px;
    height: 40px;
    position: absolute;
    width: 40px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.category-name h1, .category-name h2 {
    float: left;
}

.category-name .view-all {
    float: right !important;
    color: #005880 !important;
    margin: 0 10px 0 0;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.subscribe {
    background: #005880;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    position: relative;
    margin: 20px 0 0;
}

    .subscribe .subscribe-form {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        color: #fff;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 200px;
    }

.subscribe-form .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    display: block;
}

    .subscribe-form .title span {
        display: block;
        font-size: 15px;
        margin-top: 15px;
    }

.subscribe .subscribe-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 180px;
    margin-right: 30px;
    color: #fff;
    padding: 10px 0;
    transition: all 0.5s linear;
}

.subscribe-form button {
    background: #cc0027;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
}

.content-box {
    line-height: 22px;
    padding: 10px 0;
}

    .content-box .oderby {
        margin-left: 20px;
        float: right;
    }

        .content-box .oderby select {
            border: none;
        }

    .content-box p {
        margin: 0 0 10px 0;
        font-size: 14px !important;
        line-height: 25px;
    }

    .content-box.ext {
        height: 100px;
        overflow: hidden;
    }

    .content-box h2 {
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .content-box a {
        font-size: 16px;
        color: #3078f1;
    }

.show-more {
    width: 100%;
    text-align: center;
    float: left;
    padding: 10px 0;
    background: #fff;
    color: #cc0027;
}

    .show-more:hover {
        text-decoration: none;
    }
/*.show-more:before {
    content: "\f0d7";
    padding-right: 5px;
    font: 12px/16px FontAwesome;
    vertical-align: middle;
    color: #cc0027;
}*/
.top-right li {
    width: 100% !important;
    margin: 0 0 10px 0 !important
}

    .top-right li:first-child {
        margin: 0 0 10px 0 !important
    }

    .top-right li:last-child {
        margin: 0 0 10px 0 !important
    }

.filter-box {
    padding: 10px 0;
}

    .filter-box ul {
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        text-align: center;
    }

    .filter-box li {
        position: relative;
        padding: 0 10px;
        border: 1px solid #ccc;
        display: inline-block;
        margin: 0 0 10px 0;
        height: 40px;
        line-height: 40px;
    }
        /*.filter-box li::after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    top: 6px;
    left: 0;
}*/
        .filter-box li a {
            font-size: 14px;
            line-height: 25px;
        }

.p-box .rating {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
    color: #005880;
}

    .p-box .rating i {
        margin: 0 10px 0 0;
        padding-right: 80px;
        border-right: 1px solid #005880;
    }

.star {
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    font-weight: 700;
    height: 15px;
    width: 70px;
    margin: 0 auto;
}

.star0 {
    background-position: -367px -160px;
}

.star1 {
    background-position: -367px -89px;
}

.star2 {
    background-position: -367px -108px;
}

.star3 {
    background-position: -367px -126px;
}

.star4 {
    background-position: -367px -145px;
}

.star5 {
    background-position: -367px -176px;
}

.gift {
    width: 100%;
    border-top: 1px dotted #ccc;
    overflow: hidden;
    padding: 15px 0 0;
    margin: 10px 0 0;
}

    .gift i {
        float: left;
        width: 25px;
        height: 25px;
    }

        .gift i.setup {
            background: url(images/lap-dat.jpg) no-repeat 0 0 / 25px 25px;
        }

        .gift i.pin {
            background: url(images/pin.jpg) no-repeat 0 0 / 25px 25px;
        }

    .gift a {
        float: right;
        color: #cc0027;
        height: 30px;
        line-height: 30px;
        text-transform: uppercase;
        font-size: 15px;
    }

        .gift a i {
            float: right;
            width: 14px;
            height: 30px;
            line-height: 30px;
            margin: 0 0 0 5px;
        }

.cart-zone .cart-part {
    background: #fff;
    width: 49%;
    height: 530px;
}

.form-contact {
    padding: 15px;
    box-sizing: border-box;
}

    .form-contact a.btn {
        font-size: 16px;
        background: #cc0027;
        color: #fff;
        text-transform: uppercase;
        width: 160px;
        float: left;
        margin-top: 10px;
        border: none;
        box-sizing: border-box;
        text-decoration: none;
    }

.filter-box .brand-box {
    box-sizing: border-box;
}

.brand {
    height: 40px;
    position: relative;
    width: 12.41%;
    float: left;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    background-color: white !important;
}

    .brand a {
        text-indent: -9999px;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.censmart {
    background: url(images/brand/censmart.png) no-repeat center center / auto 100%;
}

.viro {
    background: url(images/brand/viro.jpg) no-repeat center center / auto 100%;
}

.kaadas {
    background: url(images/brand/kaadas.jpg) no-repeat center center/ auto 100%;
}

.bosch {
    background: url(images/brand/bosch.png) no-repeat center center/ auto 100%;
}

.samsung {
    background: url(images/brand/samsung.jpg) no-repeat center center / auto 100%;
}

.politech {
    background: url(images/brand/politech.jpg) no-repeat center center / auto 100%;
}

.hafele {
    background: url(images/brand/hafele.jpg) no-repeat center center / auto 100%;
}

.adel {
    background: url(images/brand/adel.jpg) no-repeat center center / auto 100%;
}

.yale {
    background: url(images/brand/yale.jpg) no-repeat center center / auto 100%;
}

.desmann {
    background: url(images/brand/desmann.jpg) no-repeat center center / auto 100%;
}

.kassler {
    background: url(images/brand/kassler.jpg) no-repeat center center / auto 100%;
}

.locpro {
    background: url(images/brand/locpro.png) no-repeat center center / auto 100%;
}

.capsule {
    background: url(images/brand/capsule.png) no-repeat center center / auto 100%;
}

.epic {
    background: url(images/brand/epic.png) no-repeat center center / auto 100%;
}

.philips {
    background: url(images/brand/philips.png) no-repeat center center / auto 100%;
}

.kadol {
    background: url(images/brand/kadol.png) no-repeat center center / auto 100%;
}

.kitos {
    background: url(images/brand/kitos.png) no-repeat center center / auto 100%;
}

.kaiyo {
    background: url(images/brand/kaiyo.png) no-repeat center center / auto 100%;
}

.royal-aire {
    background: url(images/brand/royal-aire.png) no-repeat center center / auto 100%;
}


::placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}
/*end new*/
.list-news-home {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

    .list-news-home li {
        margin: 0 0 10px 0;
        border-bottom: 1px dotted #ccc;
        padding: 0 0 10px 0;
    }

        .list-news-home li:nth-child(3n), .list-news-home li:nth-child(4n) {
            margin: 0;
            border-bottom: none;
            padding: 0;
        }

    .list-news-home .img-pro {
        width: 30%;
        float: left;
        height: auto !important;
    }

        .list-news-home .img-pro img {
            width: 100%;
            height: 90px;
        }

    .list-news-home .prd-name {
        width: 65%;
        float: right;
        text-align: left;
    }

        .list-news-home .prd-name .summary {
            margin: 10px 0 0;
            line-height: 20px;
            overflow: hidden;
        }

        .list-news-home .prd-name a {
            margin: 0;
            overflow: hidden;
            text-decoration: none;
            font-weight: 500;
        }

.list-video-home {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
}

    .list-video-home li {
        position: relative;
    }

        .list-video-home li .prd-name {
            position: absolute;
            bottom: 0;
            background: #cc0027;
            opacity: 0.5;
        }

            .list-video-home li .prd-name a {
                color: #fff;
            }

.list-video {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.bannerhome .col-left {
    width: 69.5%;
    float: left;
}

.bannerhome .col-right {
    width: 30%;
    float: right;
}

    .bannerhome .col-right .box-pro {
        margin-bottom: 0;
    }

    .bannerhome .col-right .category-name, .bannerhome .col-right .icon, .bannerhome .col-right .title-pro {
        height: 40px;
        line-height: 40px;
    }

        .bannerhome .col-right .title-pro .category-name a {
            line-height: 40px;
            font-size: 13px;
        }

.list-news-right {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    height: 320px;
    border: 1px solid #eee;
}

    .list-news-right li {
        margin: 0 0 5px 0;
        border-bottom: 1px dotted #ccc;
        padding: 0 0 5px 0;
        width: 100% !important;
    }

        .list-news-right li:last-child {
            margin: 0;
            border-bottom: none;
            padding: 0;
        }

    .list-news-right .img-pro {
        width: 23.5%;
        float: left;
        height: auto !important;
    }

        .list-news-right .img-pro img {
            width: 100%;
            height: auto;
        }

    .list-news-right .prd-name {
        width: 72%;
        float: right;
        text-align: left;
    }

        .list-news-right .prd-name .summary {
            margin: 10px 0 0;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
        }

        .list-news-right .prd-name a {
            margin: 0;
            overflow: hidden;
            text-decoration: none;
            height: 40px;
            font-weight: 500;
            line-height: 18px;
        }

.top-hot .banner-hot {
    width: 19.2%;
    float: left;
}

    .top-hot .banner-hot img {
        height: 435px;
        width: 100%;
    }

.top-hot .list-pro-home {
    width: 100%;
    float: right;
}

    .top-hot .list-pro-home li {
        width: 100%;
    }

        .top-hot .list-pro-home li .img-pro {
            height: 221px;
            width: 100%;
        }

            .top-hot .list-pro-home li .img-pro img {
                object-fit: contain;
            }

        .top-hot .list-pro-home li:nth-child(1), .top-hot .list-pro-home li:nth-child(2), .top-hot .list-pro-home li:nth-child(3), .top-hot .list-pro-home li:nth-child(4) {
            margin-bottom: 10px;
        }

/*plugin*/
.plugin-box {
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 9999;
}

.plugin-control {
    margin: 10px 0 0;
    position: relative;
}

.plugin-title {
    display: none;
    border-radius: 5px;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 10px !important;
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 12px !important;
    background: rgba(29, 36, 62, 0.7);
    color: #fff;
}

    .plugin-title::after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: -10px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent !important;
        transform: rotateZ(-180deg);
    }

.plugin-a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    text-indent: -9999px;
}

.plugin-control:hover .plugin-title {
    display: block;
}

.plugin-a.contact {
    background: url(images/contact.svg) no-repeat center center / 40px 40px;
    background-color: #f7a400;
}

.plugin-a.zalo {
    background: url(images/zalo.svg) no-repeat center center / 40px 40px;
    background-color: #f7a400;
}

.plugin-a.facebook {
    background: url(images/facebook.svg) no-repeat center center / 40px 40px;
    background-color: #0068ff;
}

.plugin-a.call {
    background: url(images/call.svg) no-repeat center center / 40px 40px;
    background-color: #0068ff;
}
/*end plugin*/

.banner-page {
    margin: 0 0 10px 0;
}

.brand-cate li .viro {
    background: url(images/brand/viro.jpg) no-repeat center center / auto 50px;
}

.brand-cate li .kaadas {
    background: url(images/brand/kaadas.jpg) no-repeat center center/ auto 50px;
}

.brand-cate li .kadol {
    background: url(images/brand/kadol.png) no-repeat center center / auto 30px;
}

.brand-cate li .samsung {
    background: url(images/brand/samsung.jpg) no-repeat center center / auto 50px;
}

.brand-cate li .locpro {
    background: url(images/brand/locpro.png) no-repeat center center / auto 50px;
}

.brand-cate li .kitos {
    background: url(https://censmart.vn/Data/ResizeImage/files/brand/KITOS-Logo-Webx250x250x4.webp) no-repeat center center / auto 30px;
}

.brand-cate li .capsule {
    background: url(images/brand/capsule.png) no-repeat center center / auto 30px;
}

.brand-cate li .politech {
    background: url(images/brand/politech.jpg) no-repeat center center / auto 50px;
}

.brand-cate li .hafele {
    background: url(images/brand/hafele.jpg) no-repeat center center / auto 50px;
}

.brand-cate li .adel {
    background: url(images/brand/adel.jpg) no-repeat center center / auto 50px;
}

.brand-cate li .yale {
    background: url(images/brand/yale.jpg) no-repeat center center / auto 50px;
}

.brand-cate li .desmann {
    background: url(images/brand/desmann.jpg) no-repeat center center / auto 50px;
}

.brand-cate li .kassler {
    background: url(images/brand/kassler.jpg) no-repeat center center / auto 50px;
}

.brand-cate li .philips {
    background: url(images/brand/philips.png) no-repeat center center / auto 30px;
}

.brand-cate li .kaiyo {
    background: url(images/brand/kaiyo.png) no-repeat center center / auto 30px;
}

.brand-cate li .royal-aire {
    background: url(images/brand/royal-aire.png) no-repeat center center / 50px auto;
}

/*phone-fixed*/
.phone-box {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 999;
}

    .phone-box a.icon {
        text-decoration: none;
        background: url(images/phone-icon.png) no-repeat 0 0 / 25px 25px;
        width: 25px;
        height: 25px;
        float: left;
        position: relative;
        top: 2px;
        left: 2px;
    }

.tel {
    background: #eee;
    width: 190px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: solid 1px #ccc;
    padding: 0 15px 0 0;
}

p.fone {
    text-align: right;
    line-height: 40px;
}

    p.fone a {
        font-size: 20px;
        color: #cc0027;
        font-weight: bold;
        text-decoration: none;
    }

.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}

    .ring-alo-phone.ring-alo-show {
        visibility: visible;
        right: 153px;
        bottom: -10px;
    }

    .ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
        opacity: 1;
    }

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 30px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: #005880;
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: #cc0027;
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: #005880;
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 1;
    position: absolute;
    top: 32px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #cc0027;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #005880;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #cc0027;
}

.ring-alo-ph-img-circle a img {
    padding: 1px 0 0 1px;
    width: 25px;
    position: relative;
    top: 0px;
}

@keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes ring-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@-webkit-keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
/*end phone fixed*/

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'fontAwesome';
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    top: 50%;
    width: 30px;
    height: 51px;
    text-indent: 999999em;
    background: url(https://cdn.tgdd.vn/dmx2016/Content/images/V2/global/icondesktop@1x.v202002220300.png) no-repeat !important;
    background-position: 0 -35px !important;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -10px;
    top: 50%;
    width: 30px;
    height: 51px;
    text-indent: 999999em;
    background: url(https://cdn.tgdd.vn/dmx2016/Content/images/V2/global/icondesktop@1x.v202002220300.png) no-repeat !important;
    background-position: -35px -35px !important;
}

.cplb-disc {
    font-size: 13px;
    display: inline-block;
    color: #242424;
    font-weight: normal;
}

span.Dong {
    font-size: 13px !important;
    vertical-align: top;
    font-weight: 500 !important;
}
.highlight {
    float: left;
    width: 100%;
    font-size: 12px;
    min-height: 80px;
}

    .highlight i.fa-check-square-o {
        color: #009688;
    }

.bg-pro-home.top-hot.top-cheap {
    border: 5px solid #005880;
}

.highlight.highlight_detail {
    min-height: 85px !important;
}

.selectBox input::placeholder {
    color: #a9a9a9
}

.search-drop {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    width: 275px;
    box-shadow: 0 10px 10px 0 #333;
    z-index: 9999;
}

ul.search-drop:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.search-drop li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #f2f2f2;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

    .search-drop li a {
        color: #005880;
    }

.search-drop .media-left {
    width: 20%;
    height: 80px;
    float: left;
    overflow: hidden
}

    .search-drop .media-left img {
        width: 100%;
        height: auto;
    }

.search-drop .media-body {
    float: left;
    width: 75%;
    margin: 0 0 0 5%;
}

    .search-drop .media-body .media-heading {
        float: left;
        width: 100%;
        color: #005880;
        font-size: 14px;
        font-weight: bold;
    }

    .search-drop .media-body .pri-item {
        float: left;
        width: 100%;
        color: #cc0027;
        font-size: 18px;
        font-weight: 700;
        margin: 15px 0 0;
    }

.anchor-text {
    float: left;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    border-top: 1px solid #ccc;
    padding: 0 0 10px 0;
}

    .anchor-text a {
        display: inline-block;
        padding: 10px 0 0px 10px;
        color: #005880;
        font-size: 13px;
    }

.tl {
    text-align: left;
    padding-left: 10px;
}

.pagination.ajax a {
    display: inline-block;
    overflow: hidden;
    width: 260px;
    padding: 9px 0;
    margin: 10px 0 20px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: #ea1c24;
}

.bg-article table {
    border-collapse: collapse;
    width: 100% !important;
    border: 1px solid #ccc
}

    .bg-article table tr:nth-child(2n), .bg-article table th {
        background: linear-gradient(to right, rgba(242,242,242,1), rgba(242,242,244,1))
    }

    .bg-article table th, .bg-article table td {
        padding: 5px 10px;
        border: 1px solid #ccc;
        font-size: 14px !important;
        height: auto !important;
        width: auto !important;
    }

        .bg-article table td:nth-child(2n+1) {
            font-weight: bold
        }

        .bg-article table td span {
            font-size: 14px !important;
        }

.product-description div span {
    font-size: 16px;
    line-height: 30px;
}

.product-description ul li {
    font-size: 16px;
    line-height: 30px;
}

    .product-description ul li:before {
        content: "\f058";
        font-family: FontAwesome;
        font-size: 16px;
        color: green;
        margin-right: 8px;
    }

.product-description table {
    border: none;
}

    .product-description table td {
        border: none;
        padding: 5px 0;
    }

    .product-description table tr td:first-child {
        width: 150px;
    }

.area_article {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    padding-bottom: 10px;
}

    .area_article h3, .area_article h3 a {
        line-height: 1.4em;
        font-size: 16px;
        margin: 1.5em auto .3em;
    }

    .area_article a {
        color: #288ad6;
        font-size: 14px;
    }

    .area_article p {
        margin: 0;
        font-size: 16px;
    }

    .area_article img {
        display: block;
        max-width: 100%;
    }

i.icon-cen {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

    i.icon-cen.lock {
        background: url(/Content/pc/images/lock-icon.png) no-repeat;
        /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
        background-size: cover;
    }

ul.nav-menu > li:hover i.icon-cen.lock {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}

i.icon-cen.ceiling-fan {
    background: url(/Content/pc/images/ceilingfan.png) no-repeat;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
    background-size: cover;
}

i.icon-cen.icon-quattran {
    background: url(/Content/pc/images/icon_quattran.png) no-repeat;
    background-size: cover;
}

i.icon-cen.icon-quattranden {
    background: url(/Content/pc/images/icon_quattranden.png) no-repeat;
    background-size: cover;
}


i.icon-cen.icon-khoavantay {
    background: url(/Content/pc/images/lock-icon.png) no-repeat;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
    background-size: cover;
}

i.icon-cen.icon-cuago {
    background: url(/Content/pc/images/icon_cuago.png) no-repeat;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
    background-size: cover;
}

i.icon-cen.icon-cuanhom {
    background: url(/Content/pc/images/icon_cuanhom.png) no-repeat;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
    background-size: cover;
}

i.icon-cen.icon-cuakinh {
    background: url(/Content/pc/images/icon_cuakinh.png) no-repeat;
    /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
    background-size: cover;
}

i.icon-cen.icon-congsat {
    background: url(/Content/pc/images/icon_congsat.png) no-repeat;
    background-size: cover;
}

i.icon-cen.icon-gianphoi {
    background: url(/Content/pc/images/icon_gianphoi.png) no-repeat;
    background-size: cover;
}

i.icon-cen.icon-ketsat {
    background: url(/Content/pc/images/icon_ketsat.png) no-repeat;
    background-size: cover;
}

ul.nav-menu > li:hover i.icon-cen.ceiling-fan {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}

.hotline {
    margin: 4px 0 0 20px;
    text-align: center;
    position: relative;
    padding: 0 0 0 35px;
}

    .hotline .hotline-icon {
        background: url(images/hotline-icon.png) no-repeat left center / auto 25px;
        width: 25px;
        height: 25px;
        -webkit-filter: invert(100%);
        filter: invert(100%);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .hotline a, .hotline label {
        color: #fff !important;
        font-size: 12px;
    }

    .hotline a {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

.advisory a {
    color: #fff;
    line-height: 40px;
    font-size: 15px;
}

.advisory span {
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    padding: 0 5px;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.banner-sub-left {
    width: 65%;
    float: left;
}

    .banner-sub-left img {
        width: 100%;
        float: left;
    }

.banner-sub-right {
    width: 33%;
    float: right;
}

    .banner-sub-right img {
        width: 100%;
        float: left;
    }

    .banner-sub-right a:nth-child(2n) img {
        margin: 5px 0 0;
    }

.brand-more {
    text-align: center;
    text-indent: initial !important;
    line-height: 40px;
}

.hide {
    display: none
}

.suggestion-key ul {
    width: 100%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}

    .suggestion-key ul li {
        display: inline-block;
        margin: 0 25px 0 0;
    }

        .suggestion-key ul li a {
            color: #005880;
            font-size: 14px;
        }

.service-box {
    background: #f1faf3;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    border-top: 1px solid #d0dfd2;
    border-bottom: 1px solid #d0dfd2;
    margin: 20px 0 0;
}

    .service-box ul {
        height: 58px;
        max-width: 1200px;
        width: 100%;
        min-width: 980px;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
        /*.service-box ul li {
    display: inline-block;
    margin: 0 0 0 0;
}*/
        .service-box ul li {
            width: 17%;
            display: inline-block;
            box-sizing: border-box;
            padding: 0;
            border-right: solid 1px #d0dfd2;
            margin: 12px 22px 12px 0;
        }

            .service-box ul li:last-child {
                width: 22%;
                margin-right: 0;
                border: none;
            }

            .service-box ul li span {
                text-align: left;
                display: block;
                padding-right: 18px;
            }

            .service-box ul li:last-child span {
                padding-right: 0;
            }

            .service-box ul li a {
                color: #005880
            }

            .service-box ul li i {
                display: inline-block;
                float: left;
                margin-right: 15px;
                width: 35px;
                height: 34px;
            }

                .service-box ul li i.icgh {
                    background: url(images/icgh.png) no-repeat 0 4px / auto 28px;
                }

                .service-box ul li i.ictt {
                    background: url(images/ictt.png) no-repeat 0 4px / auto 28px;
                }

                .service-box ul li i.ictn {
                    background: url(images/ictn.png) no-repeat 0 4px / auto 28px;
                }

                .service-box ul li i.icbh {
                    background: url(images/icbh.png) no-repeat 0 4px / auto 28px;
                }

                .service-box ul li i.icht {
                    background: url(images/icht.png) no-repeat 0 4px / auto 28px;
                }

.block-sale-code {
    padding: 20px;
    background: #d6d6d6;
    border-radius: 5px;
    font-size: 14px;
    background-image: url(/Content/pc/images/bgr_code.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
    box-sizing: border-box;
}

    .block-sale-code form {
        display: inherit;
    }

    .block-sale-code p {
        text-transform: uppercase;
        font-size: 22px;
        margin: 0px 0px 5px;
        color: #cc0027;
    }

.flex-group-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-sale-code input {
    height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    border: none;
    padding: 10px;
}

.block-sale-code .btnSubmit {
    padding: 0 20px;
    width: 40%;
    background: #cc0027;
    color: #fff;
    font-weight: 600;
    border: none;
    font-size: 12px;
}

.block-sale-code input::placeholder {
    color: #ccc;
    opacity: 1;
}

.block-sale-code input:-ms-input-placeholder {
    color: #ccc;
}

.block-sale-code input::-ms-input-placeholder {
    color: #ccc;
}

.call-support {
    display: block;
    width: auto;
    margin: 10px 0;
    font-size: 14px;
    padding: 0 0 0 35px;
    position: relative;
}

    .call-support .icons {
        display: inline-block;
        width: 30px;
        height: 32px;
        padding: 5px 0;
        font-size: 30px;
        font-weight: 900;
        vertical-align: middle;
        margin-right: 10px;
        float: left;
    }

    .call-support .hotline-icon {
        background: url(images/hotline-icon.png) no-repeat 0 center / auto 25px;
        width: 50px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0;
        margin: auto;
    }

    .call-support .call-content {
        line-height: 22px;
    }

    .call-support span {
        display: block;
    }

    .call-support a {
        color: #005880
    }

/*.detail-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    float: left;
}*/

.dacdiem-thuonghieu {
    width: 100%;
    float: left;
    list-style: none;
}
    /*.dacdiem-thuonghieu > li {
    list-style: none;
    width: 100%;
    float: left;*/
    /*padding: 0 80px;*/
    /*box-sizing: border-box;
}*/
    .dacdiem-thuonghieu > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dacdiem-thuonghieu li:before {
        content: none;
    }

    .dacdiem-thuonghieu li img, .dacdiem-thuonghieu li .content {
        width: 50%;
        /*padding: 15px;*/
        box-sizing: border-box;
    }

    .dacdiem-thuonghieu li:nth-child(2n) img {
        float: right;
        order: 2
    }

    .dacdiem-thuonghieu li:nth-child(2n+1) img {
        float: left;
        order: 1
    }

    .dacdiem-thuonghieu li:nth-child(2n) .content {
        order: 1
    }

    .dacdiem-thuonghieu li:nth-child(2n+1) .content {
        order: 2
    }

    .dacdiem-thuonghieu li .content {
        display: table-cell;
        vertical-align: middle;
        padding: 0 50px;
        text-align: justify;
    }

        .dacdiem-thuonghieu li .content .title {
            font-size: 15px;
            font-weight: 700;
            line-height: 22px;
            text-transform: uppercase;
            margin: 0 0 20px 0;
            box-sizing: border-box;
        }

        .dacdiem-thuonghieu li .content .content-base {
            box-sizing: border-box;
            text-align: justify;
            font-size: 15px;
        }

            .dacdiem-thuonghieu li .content .content-base p {
                box-sizing: border-box;
                text-align: justify;
                font-size: 15px;
            }

.box-more {
    height: 1600px;
    overflow: hidden;
}

.xemthem {
    text-align: center;
    width: 100%;
    margin: 20px 0 10px 0;
    float: left;
    color: #cc0027;
    font-size: 15px;
}

    .xemthem i::before {
        content: '\f107';
        font: 14px/1px FontAwesome;
        padding-left: 5px;
    }

.product-other li {
    width: auto;
}

.box-other {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.border-middle {
    border-bottom: 32px solid #cf0000;
    border-left: 32px solid transparent;
    border-right: 0 solid transparent;
    width: 0;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 193px;
}

#dacdiem b {
    font-size: 16px;
    margin: 0 0 10px 0;
    display: block;
}

#dacdiem ul {
    font-size: 15px;
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
}

.mf-title2, .mf-title2 a {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
    /* color: #cc0027; */
}

    .mf-title2:before {
        font: 14px/18px FontAwesome;
        margin-right: 5px;
        content: "\f041";
    }

.slogan {
    background: url(images/slogan.png) no-repeat center 55px;
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 15px 0;
    font-size: 25px;
    color: #005880;
}

ul.mf-news li:first-child span {
    font-size: 16px;
    font-weight: 500;
}

.censmart-lock {
    background: url(/Content/pc/images/brand/censmart.png) no-repeat center center / auto 30px;
}

.header_product_hot_top a {
    padding: 0px !important;
}

img {
    transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out;
}



/* .ckeditor-html5-video{ */
/* position: relative; */
/* float: left; */
/* } */
/* .ckeditor-html5-video .play-icon{ */
/* cursor: pointer; */
/* position: absolute; */
/* top : 50%; */
/* left : 50%; */
/* transform: translate(-50%, -50%); */
/* } */

/* .ckeditor-html5-video svg:hover #play-svg{ */
/* fill: #CC181E; */
/* } */
.header-title h1{
	margin: 0 0 15px 0;
}