﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
    background: #fff;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

img, li, a {
    border: 0px;
}

    a:link, a:visited {
        color: #2c3e50;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

* {
    margin: 0;
    padding: 0;
}

* html .clearfix {
    height: 1%;
    overflow: visible;
}
/* float clearing for IE7*/

* + html .clearfix {
    min-height: 1%;
}
    /* float clearing for everyone else */

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.btn-primary {
    background-color: #cecece;
    color: #FFF !important;
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
    margin: 2px;
    min-height: 38px;
    border-radius: 0;
    border-color: #cecece;
}

    .btn-primary:hover {
        background-color: rgba(0,0,0,.8);
        border-color: none;
    }

.panel {
    margin-bottom: 0;
}

.panel-body {
    padding: 15px 0 0;
}

.display-inline {
    display: inline-block;
}

.btn-timkiem {
    background-color: #d51121;
    color: #fff !important;
    display: block;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 15px;
}

.pd-5 {
    padding: 5px;
}

.box-relati {
    position: relative;
}

.box-absolu {
    position: absolute;
}

/*=====================HEADER======================*/

.header-top {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dedede;
    padding: 8px 0;
}

.top-hotline {
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    color: #ed1c24;
}

.top-address {
    line-height: 25px;
    font-size: 14px;
}

.top-action > li {
    display: inline-block;
    line-height: 25px;
}

.acc-nav .nav > li {
    display: inline-block;
    float: none;
    margin: 0;
}

    .acc-nav .nav > li:first-child {
        padding-right: 8px;
    }

    .acc-nav .nav > li:last-child {
        padding-left: 5px;
    }

    .acc-nav .nav > li > a {
        padding: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        position: relative;
        cursor: pointer;
        color: #333;
        font-size: 14px;
    }

        .acc-nav .nav > li > a:focus, .acc-nav .nav > li > a:hover {
            background-color: transparent;
            text-decoration: none;
            color: #d51121;
        }

        .acc-nav .nav > li > a .fa {
            padding-right: 5px;
            font-size: 18px;
        }

.acc-nav-ass .nav > li:first-child {
    border-right: none;
    padding-right: 0;
    padding-left: 0;
}

.acc-nav-ass .nav > li .glyphicon-user {
    font-size: 15px;
    top: 2px;
    padding-left: 0;
    padding-right: 5px;
}

.frm-login, .user-nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999999;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 2px 5px 8px;
    box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.35);
}

.mainmenu ul {
}

    .mainmenu ul li {
        display: inline-block;
        position: relative;
    }

        .mainmenu ul li a {
            color: #006499;
            display: block;
            padding: 22px 10px;
            font-size: 16px;
        }

            .mainmenu ul li a img {
                display: block;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 3px;
            }


.frm-login {
    width: 225px;
    text-align: left;
}

    .frm-login .form-group {
        margin-bottom: 5px;
    }

        .frm-login .form-group label {
            font-size: 13px;
            font-weight: 700;
            text-align: left;
        }

    .frm-login .mss_err {
        line-height: 16px;
        font-size: 12px;
    }

    .frm-login .btn {
        background-color: #d51121;
        color: #fff;
        padding: 5px 20px;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
    }

    .frm-login ul.nav-reg {
        text-align: center;
    }

        .frm-login ul.nav-reg li {
            display: inline-block;
            font-size: 13px;
        }

.user-nav {
    width: 200px;
    padding-top: 8px;
}

    .user-nav ul li {
        border-bottom: 1px dashed #bbb;
        padding-bottom: 8px;
        margin-bottom: 8px;
        text-align: left;
        width: 100%;
    }

        .user-nav ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .user-nav ul li .fa {
            padding-right: 5px;
            margin-left: 10px;
        }

.cuspost a {
    padding: 7px 8px;
    background-color: #ff9818;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-left: 10px;
}

    .cuspost a:hover {
        text-decoration: none;
        background-color: #fb8b01;
    }

.header-mid {
    background: #FFFFFF;
    position: relative;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    padding: 15px 0px;
}

.top-logo img {
    max-width: 100%;
}

.home-adv {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    .home-adv img {
        padding: 3px;
        background-color: #fff;
    }

.search-adv {
    margin-top: 15px;
    height: 210px;
    overflow: hidden;
}

.item-adv {
    margin-top: 20px;
    margin-bottom: 20px;
}
/*=====================MAIN MENU======================*/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#main-menu {
    margin-bottom: 15px;
    background-color: #006499;
}

.mainmenu {
}

    .mainmenu:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

    .mainmenu .navbar-collapse {
        padding: 0;
        margin: 0;
    }

    .mainmenu .nav.navbar-nav > li > a {
        padding: 0px 22px;
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        position: relative;
    }

        .mainmenu .nav.navbar-nav > li > a::after {
            content: '';
            position: absolute;
            top: 10px;
            right: 0;
            background-color: #cecece;
            height: 15px;
            width: 1px;
        }

        .mainmenu .nav.navbar-nav > li > a:hover, .mainmenu .nav.navbar-nav > li > a.active {
            text-decoration: none;
            background-color: transparent;
        }

        .mainmenu .nav.navbar-nav > li > a .glyphicon-menu-down {
            font-size: 10px;
            padding-left: 4px;
            top: 0;
        }

    .mainmenu ul.sub-menu {
        position: absolute;
        top: 35px;
        left: 0;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 220px;
        box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 3px 5px 3px 0px rgba(0, 0, 0, 0.35);
        display: none;
        z-index: 99999;
        background-color: #0e7fc1;
    }

        .mainmenu ul.sub-menu li {
            padding: 10px;
            margin: 0 2px;
            border-bottom: 1px dashed #fff;
        }

            .mainmenu ul.sub-menu li:last-child {
                border-bottom: none;
            }

            .mainmenu ul.sub-menu li a {
                color: #fff;
                line-height: 18px;
            }

                .mainmenu ul.sub-menu li a:hover {
                    text-decoration: underline;
                }

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    background-color: #006f51;
    float: right;
    margin-right: 0;
}
/*=====================FORM SEARCH======================*/

#tabSearch-details:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
}

#tabSearch-details li {
    display: inline-block;
    margin-bottom: 0px;
}

    #tabSearch-details li a {
        display: block;
        padding: 8px 20px;
        font-weight: bold;
        color: #333;
        border-top: 1px solid #dedede;
        border-right: 1px solid #dedede;
        border-left: 1px solid #dedede;
        cursor: pointer;
    }

        #tabSearch-details li a:hover {
            text-decoration: none;
            border-color: #006f51;
            color: #006f51;
        }

    #tabSearch-details li .active {
        cursor: default;
        border-color: #006f51;
        color: #006f51;
    }



.search-detail p.alert {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .search-detail p.alert .glyphicon-minus-sign {
        margin-right: 5px;
    }


/*
 * Tin tuc & su kien
 */


#newPostingCarousel .owl-nav {
    opacity: 0;
    transition: all .5s ease-in-out;
    margin-top: 0;
}

#newPostingCarousel .owl-prev, #newPostingCarousel .owl-next {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    height: 40px;
    width: 20px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: background 500ms, color 500ms;
    transition: background 500ms, color 500ms;
}

    #newPostingCarousel .owl-prev:hover, #newPostingCarousel .owl-next:hover {
        background-color: #ff5336;
    }

#newPostingCarousel .owl-prev {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
}

#newPostingCarousel .owl-next {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
}

#newPostingCarousel:hover .owl-nav {
    opacity: 1;
}

.listNew, .boxArticle {
    border: 1px solid #dedede;
    padding: 10px;
    box-shadow: 2px 2px 2px #cecece;
}

    .listNew li {
        border-bottom: 1px dashed #cecece;
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .listNew li:first-child {
            padding-top: 0;
        }

        .listNew li .fa {
            padding-right: 4px;
        }

        .listNew li a:hover {
            color: #ee1c25;
        }

        .listNew li a {
            text-align: justify;
        }
/*=====================DEAFAULS======================*/

.specBox-ttl {
    border-bottom: 1px solid #dedede;
    padding: 8px 0px;
}

    .specBox-ttl span {
        text-transform: uppercase;
        font-size: 18px;
        border-bottom: 3px solid #006f51;
        padding: 8px 15px 7px 2px;
        font-weight: 700;
        color: #006f51;
    }

.defBox-ttl {
    border-bottom: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.top-home > div {
    padding: 0;
}

.homebox-vipproduct .mCustomScrollbar {
    width: 100%;
    height: 530px;
}

.homeNav-Deps:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.homeNav-Deps ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.homeNav-Deps ul li {
    display: inline-block;
    line-height: 30px;
}

    .homeNav-Deps ul li a {
        font-size: 13px;
        border-right: 1px solid #ccc;
        padding: 0 12px;
    }

    .homeNav-Deps ul li:last-child a {
        border: none;
    }

.table-products {
    margin-bottom: 0;
    padding: 5px;
    background-color: #fff;
}

    .table-products:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

    .table-products div.item {
        margin-right: 12px;
        padding: 8px 0 8px 5px;
        background-color: #fff;
        border-bottom: 1px dashed #dedede;
    }

        .table-products div.item:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .table-products div.item:after {
            content: '';
            display: block;
            height: 0;
            clear: both;
        }

        .table-products div.item:nth-child(2n+1) {
            background-color: #f3f3f3;
        }

        .table-products div.item:hover {
            background-color: #e2eef2;
        }

    .table-products .item .image {
        float: left;
        width: 60px;
        height: 45px;
        margin-right: 8px;
        border: 1px solid #dedede;
        padding: 1px;
        background-color: #fff;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
    }

        .table-products .item .image a {
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
            text-align: center;
        }

        .table-products .item .image img {
            width: 100%;
            height: auto;
            min-height: 100%;
        }

    .table-products .item .info {
        width: 45%;
        float: left;
    }

    .table-products .item .title {
        margin-bottom: 5px;
    }

        .table-products .item .title a {
            font-size: 13px;
            font-weight: 700;
            line-height: 18px;
            color: #106ca3;
        }

            .table-products .item .title a:hover {
                text-decoration: none;
                color: #d51121;
            }

    .table-products .item .price {
        color: #d51121;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .table-products .item .date {
        color: #9c9c9c;
        font-size: 12px;
        margin-bottom: 0;
    }

        .table-products .item .date .glyphicon-calendar {
            color: #545555;
            padding-right: 5px;
        }

    .table-products .item .dep, .table-products .item .dir, .table-products .item .city {
        float: left;
        width: 15%;
        min-height: 16px;
        text-align: center;
    }

.table-products-title {
    border-bottom: 1px solid #006499;
    margin-bottom: 8px;
    padding: 5px 0 8px;
}

    .table-products-title p {
        float: left;
        margin-bottom: 0;
        color: #006499;
        font-weight: 700;
        font-size: 14px;
    }

    .table-products-title .p1 {
        width: 55%;
    }

    .table-products-title .p2, .table-products-title .p3, .table-products-title .p4 {
        width: 15%;
    }

    .table-products-title:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

/*
 *
 * Left Content   
 */
.boxLeft {
    margin: 15px 0;
    border: 1px solid #dedede;
}

.arrows {
    float: right;
    text-align: right;
    padding-right: 5px;
    font-size: 1.1em;
    width: 25%;
}

.sidebar-nav {
    width: 100%;
    margin: 0;
    height: 100%;
    border: 1px solid #dedede;
    border-top: none;
    background-color: #ecf0f1;
}

    .sidebar-nav li {
        font-size: 1em;
        border-bottom: 1px solid #f4f4f4;
    }

        .sidebar-nav li:last-child {
            border-bottom: none;
        }

        .sidebar-nav li a:hover {
            background-color: #dedede;
        }

        .sidebar-nav li ul {
            display: none;
            list-style: none;
        }

        .sidebar-nav li:first-child ul {
            display: block;
        }

.titleBoxLeft {
    color: #fff;
    background-color: #f3f3f3;
    margin-bottom: 5px;
    text-transform: uppercase;
}

    .titleBoxLeft span {
        display: inline-block;
        background-color: #d51121;
        padding: 12px;
        position: relative;
    }

        .titleBoxLeft span:before {
            content: '';
            position: absolute;
            right: -20px;
            top: 0;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            /* border-left: 20px solid #d51121; */
            border-bottom: 19.5px solid transparent;
        }

.list-menu-vip {
    left: 150px;
    top: 0;
}

    .list-menu-vip li {
        display: inline-block;
    }

        .list-menu-vip li a {
            display: block;
            padding: 10px;
            font-weight: 600;
            font-size: 15px;
            background: url(/images/images_nd/bg-menu.png)no-repeat left center;
        }

        .list-menu-vip li:first-child a {
            background: none;
        }

.list-group li {
    padding: 0 15px;
    overflow: hidden;
    margin-top: 0;
    background-color: #006499;
    border: 0;
    display: block;
    padding-top: 15px;
}

    .list-group li img {
        padding-right: 10px;
        width: 48px;
        float: left;
    }

    .list-group li span {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        font-weight: bold;
    }

    .list-group li p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        color: #FFF;
    }

    .list-group li hr {
        margin-top: 20px;
        margin-bottom: 0;
        border-top: 1px solid #80b69a;
    }

    .list-group li:last-child hr {
        border-top: none;
    }

.list-news li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

    .list-news li a {
        position: relative;
        display: inline-block;
        max-height: 38px;
        overflow: hidden;
        line-height: 1.4;
    }

        .list-news li a:before {
            content: "";
            display: block;
            width: 13px;
            height: 18px;
            background: url(/images/images_nd/bg-tit5.png)no-repeat right center;
            float: left;
            margin-right: 8px;
        }


/*----css dịch vụ hỗ trợ---*/
.table-products div.item-dv-sc {
    padding-right: 25px;
    padding-left: 25px;
}

    .table-products div.item-dv-sc figure {
        background: #dedede;
        margin-bottom: 5px;
    }

        .table-products div.item-dv-sc figure img {
            width: 100%;
            height: 188px;
            object-fit: cover;
            object-position: center;
        }

    .table-products div.item-dv-sc .info .title {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 18px;
        min-height: 36px;
    }

        .table-products div.item-dv-sc .info .title a {
            font-weight: bold;
            transition: all ease-in-out 0.23s;
            text-decoration: none;
        }

            .table-products div.item-dv-sc .info .title a:hover, .table-products div.item-dv-sc .info .title a:visited, .table-products div.item-dv-sc .info .title a:focus {
                color: #d51121;
            }

    .table-products div.item-dv-sc .info .rank {
        text-align: center;
        padding-top: 10px;
    }

        .table-products div.item-dv-sc .info .rank .starbox .stars .star_holder .star {
            width: 20px;
            height: 20px;
            background-size: 20px;
            -moz-background-size: 20px;
            -webkit-background-size: 20px;
            -o-background-size: 20px;
        }

        .table-products div.item-dv-sc .info .rank .starbox .hover .colorbar {
            background-color: transparent;
        }

        .table-products div.item-dv-sc .info .rank .starbox .ghost {
            background-color: #ffcc1c;
        }
/*----end css dịch vụ hỗ trợ---*/

.home-market-realty {
    margin-top: 20px;
}

    .home-market-realty ul:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
    }

    .home-market-realty ul li {
        display: inline-block;
        list-style: none;
        margin-right: 20px;
        margin-bottom: 12px;
    }

        .home-market-realty ul li a {
            font-size: 12px;
            color: #34495e;
        }

.box-filterPrice {
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .box-filterPrice h3.title {
        text-transform: uppercase;
        font-size: 13px;
        border-bottom: 1px solid #ccc;
        padding: 10px 5px 8px 10px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .box-filterPrice a {
        display: inline-block;
        margin: 0 10px 10px;
        position: relative;
        padding-left: 12px;
    }

        .box-filterPrice a:before {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            background-color: #006f51;
            position: absolute;
            top: 5px;
            left: 0;
        }
/*=====================FOOTER======================*/
footer {
    margin-top: 30px;
}

.footer-top {
    border-top: 3px solid #d51121;
    background-image: url('/images/images_nd/bg-footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: -5px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 20px;
}

    .footer-top .titleFooter {
        margin: 0;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 30px;
        margin-top: 50px;
        color: #fff;
    }

        .footer-top .titleFooter a {
            color: #fff;
        }

            .footer-top .titleFooter a .fa {
                display: none;
            }

    .footer-top .name_company {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .footer-top .contact {
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .footer-top .contact li {
            color: #fff;
            margin-bottom: 30px;
            position: relative;
        }

            .footer-top .contact li a {
                color: #83858e;
            }

            .footer-top .contact li .fa {
                float: left;
                position: relative;
                top: 0px;
                border-radius: 3px;
                width: 28px;
                text-align: center;
                height: 28px;
                display: block;
                margin-right: 15px;
                margin-top: -2px;
                padding-left: 2px;
                padding-right: 0;
                line-height: 28px;
                color: #fff;
                background-image: -moz-linear-gradient(-340deg, #006499 10%, #41c214 100%);
                background-image: -webkit-linear-gradient(-340deg, #006499 10%, #41c214 100%);
                background-image: -ms-linear-gradient(-340deg, #006499 10%, #41c214 100%);
                background-repeat: no-repeat;
            }

                .footer-top .contact li .fa:after {
                    content: '';
                    position: absolute;
                    width: 0;
                    right: -5px;
                    top: 9px;
                    height: 0;
                    border-style: solid;
                    border-width: 5px 0 5px 5px;
                    border-color: transparent transparent transparent #41c214;
                }

    .footer-top .list-menu li {
        line-height: 28px;
        color: #83858e;
    }

        .footer-top .list-menu li a {
            font-size: 15px;
            color: #83858e;
        }

            .footer-top .list-menu li a:hover {
                color: #fff;
            }



.footer-mid {
    background: #111321;
}

    .footer-mid .about-footer {
        padding: 20px 0;
        text-align: center;
    }

        .footer-mid .about-footer p {
            color: #83858e;
            margin-bottom: 0;
        }
/*=====================PRODUCT PAGE======================*/

.products-page {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin-bottom: 0;
}

    .products-page .table-bordered {
        background-color: #fff;
        border: none;
        margin-bottom: 0;
    }

.products-item:nth-child(2n) {
    background-color: #fff;
}

.products-item:nth-child(2n+1) {
    background-color: #f3f3f3;
}

.products-item td {
    border: none;
}

    .products-item td p {
        margin: 0;
    }

.products-item .title {
    width: 65%;
    padding-right: 20px;
}

    .products-item .title h3 {
        position: relative;
        padding-left: 15px;
    }

        .products-item .title h3:before {
            content: '';
            display: block;
            border-width: 3px;
            border-style: solid;
            border-color: #006ead;
            position: absolute;
            top: 5px;
            left: 0px;
        }

    .products-item .title a {
        color: #006ead;
        font-size: 13px;
        font-weight: 700;
        line-height: 18px;
    }

        .products-item .title a:hover {
            text-decoration: none;
            color: #d51121;
        }

.products-item .date {
    width: 15%;
}

.products-item .price {
    width: 20%;
}

.products-item .date, .products-item .price {
    vertical-align: middle;
}

    .products-item .date p {
        color: #9c9c9c;
        font-size: 12px;
    }

        .products-item .date p .glyphicon-calendar {
            color: #545555;
            padding-right: 5px;
        }

    .products-item .price p span {
        color: #d51121;
        font-weight: 400;
        font-size: 13px;
    }

.itembox-vipproduct .mCustomScrollbar {
    width: 100%;
    height: 605px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.listDepInShowItem {
    background-color: #fff;
    border: 1px solid #dedede;
    box-shadow: 2px 2px 2px #cecece;
    margin-bottom: 15px;
}

    .listDepInShowItem .choose_market_realty {
        display: block;
        border-bottom: 1px dashed #ddd;
        text-align: right;
        padding-top: 4px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .listDepInShowItem .choose_market_realty a {
            background: #FF844D url(/images/images_nd/white_search_icon.png) 6px 5px no-repeat;
            padding: 6px 10px 6px 28px;
            color: #fff;
            font-size: 13px;
            cursor: pointer;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }

            .listDepInShowItem .choose_market_realty a:hover {
                background-color: #fe9b6f;
                text-decoration: none;
            }

    .listDepInShowItem ul:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

    .listDepInShowItem ul li {
        float: left;
        margin: 4px 8px 8px;
        padding-left: 15px;
        position: relative;
    }

        .listDepInShowItem ul li:before {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            background-color: #006f51;
            position: absolute;
            top: 5px;
            left: 0;
        }

        .listDepInShowItem ul li h3 {
            font-weight: normal;
            font-size: 13px;
            line-height: 18px;
        }

        .listDepInShowItem ul li .starlink_Dep {
            text-decoration: underline;
        }

.inShowItem {
    border: 1px solid #cecece;
    box-shadow: 2px 2px 2px #cecece;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
}

.showItem .title {
    color: #d51121;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.showItem .addthis_20x20_style {
    margin-bottom: 8px;
}

.showItem .infoItem {
    padding-left: 0;
}

    .showItem .infoItem p {
        margin-bottom: 8px;
    }

        .showItem .infoItem p .glyphicon {
            font-size: 12px;
            margin-left: 4px;
            color: #969696;
            display: none;
        }

    .showItem .infoItem .city a {
        font-weight: 700;
        font-size: 14px;
    }

.showItem .price span {
    color: #ed1c24;
    /* font-size: 14px; */
}

.showItem .desc {
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.showItem .slider-container {
    margin-bottom: 20px;
}

.boxRating {
    margin-top: 0;
    background-color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0;
}

    .boxRating > h3:first-child {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
        padding: 8px 0 8px 5px;
        border-bottom: 1px dashed #e0e0e0;
        font-size: 12px;
        color: #1e90ff;
    }

        .boxRating > h3:first-child b {
            color: #333;
            text-transform: lowercase;
            font-style: italic;
        }

.starbox.ghosting {
    padding-left: 2px;
}

.listImagePreview {
    margin: 15px 0;
}

    .listImagePreview:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

    .listImagePreview .column {
        display: block;
        width: 152px;
        height: 100px;
        float: left;
        border: 1px solid #ddd;
        margin: 0 4px 10px;
        padding: 2px;
        background-color: #fff;
    }

        .listImagePreview .column:hover {
            border: 1px solid #ed1c24;
            cursor: pointer;
        }

        .listImagePreview .column span {
            display: block;
            width: 100%;
            height: 100%;
            background-color: #fff;
            text-align: center;
            overflow: hidden;
        }

        .listImagePreview .column img {
            width: 100%;
        }

.modalImageFull {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

    .modalImageFull .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

        .modalImageFull .close:hover,
        .modalImageFull .close:focus {
            color: #999;
            text-decoration: none;
            cursor: pointer;
        }

    .modalImageFull .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
    }

    .modalImageFull .fullImage {
        display: none;
    }

    .modalImageFull .cursor {
        cursor: pointer;
    }

    /* Next & previous buttons */
    .modalImageFull .prev,
    .modalImageFull .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .modalImageFull .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .modalImageFull .prev:hover,
        .modalImageFull .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    .modalImageFull img {
        margin-bottom: -4px;
    }

        .modalImageFull img.hover-shadow {
            transition: 0.3s;
        }

    .modalImageFull .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.showItem .contact {
    padding: 8px 10px;
    background-color: #eaeaea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .showItem .contact p {
        line-height: 20px;
    }

        .showItem .contact p:first-child {
            font-weight: 700;
            color: #ed1c24;
            border-bottom: 1px dashed #b9b9b9;
            padding-bottom: 5px;
        }

        .showItem .contact p:last-child {
            margin-bottom: 0;
        }

.showItem .infoCpn {
    margin-top: 15px;
    border: 1px dashed #f1a80f;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 8px 10px;
}

    .showItem .infoCpn h3 {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 8px;
        padding: 8px 5px;
        background-color: #eaeaea;
        font-size: 13px;
        color: #ed1c24;
    }

    .showItem .infoCpn p {
        margin-bottom: 8px;
        padding-left: 5px;
    }

        .showItem .infoCpn p:last-child {
            margin-bottom: 0;
        }

.pager {
    margin: 40px 0;
}

    .pager .num_page {
        background-color: #f5f5f5;
        padding: 8px 16px;
        font-weight: 700;
        margin: 0 5px;
    }

        .pager .num_page:hover {
            background-color: #d51121;
            text-decoration: none;
            color: #fff;
        }

    .pager .crr_page {
        padding: 8px 16px;
        background-color: #d51121;
        color: #fff;
        font-weight: 700;
        margin: 0 5px;
    }

.titlePage {
    text-transform: uppercase;
    color: #0f7fc1;
    font-weight: bold;
}
/*=====================PAGE ARTICLE======================*/

.pageArticles .item {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.pageArticles .image {
    display: block;
    width: 145px;
    float: left;
    border: 1px solid #ddd;
    padding: 2px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    margin-right: 8px;
}

    .pageArticles .image:hover {
        border: 1px solid #E83838;
    }

    .pageArticles .image a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
    }

    .pageArticles .image img {
        width: 100%;
        height: auto;
    }

.pageArticles .title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.pageArticles .ifoItem {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

    .pageArticles .ifoItem .date {
        background: url(/images/images_nd/date_icon.png) left 0px no-repeat;
        padding-left: 16px;
        opacity: 0.7;
        font-weight: bold;
    }

    .pageArticles .ifoItem .view {
        background: url(/images/images_nd/view_icon.png) left 0px no-repeat;
        padding-left: 16px;
        opacity: 0.7;
    }

.pageArticles .abstract {
    line-height: 16px;
}

.pageArticles .more {
    text-align: right;
    margin-top: 10px;
}

    .pageArticles .more a {
        font-weight: bold;
        font-size: 12px;
        font-style: italic;
    }

.showArticle .title {
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
    color: #E83838;
}

.showArticle .abstract {
    text-align: justify;
    margin: 8px 0;
    font-weight: bold;
}

.showArticle .body {
    overflow: hidden;
}

.relateArt > h3:first-child {
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
    border-top: 1px solid #006f51;
    padding-top: 15px;
}

.relateArt li {
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

    .relateArt li:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #E83838;
        display: block;
        float: left;
        margin: 4px 6px 0 2px;
    }
/*=====================PAGE UPLOAD======================*/

.disPort_product > span {
    margin: 0 0 10px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #E12500;
}

.post_product, .regMember, .loginMember {
    width: 100%;
    border: 0;
    border-spacing: 0;
}

    .post_product .headline {
        background-color: #f6f6f6;
        text-align: center;
        font-weight: bold;
        color: #E83838;
        line-height: 32px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
    }

    .post_product .ttl_table {
        width: 22%;
    }

    .regMember .ttl_table {
        width: 30%;
    }

.form-group .control-label.headline {
    color: #187562;
    margin-bottom: 15px;
    padding: 8px 0 8px 8px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    background-color: #f1f1f1;
    font-weight: 700;
}

.regMemberSucces {
    text-align: center;
    padding-left: 195px;
}

    .regMemberSucces span {
        display: block;
    }

        .regMemberSucces span:first-child {
            line-height: 18px;
            padding: 5px 0;
            font-weight: bold;
            color: #E83838;
            text-transform: uppercase;
        }

        .regMemberSucces span:last-child a {
            color: #0F7FC1;
        }

.loginMember .ttl_table {
    width: 32%;
    padding: 6px 5px 6px 0;
}

.recoverPass table {
    width: 65%;
    margin: 0 auto;
}

.recoverPass .mss {
    display: block;
    text-align: center;
    padding: 5px 0;
    line-height: 20px;
}
/*=====================PAGE USER======================*/

.pageLogin .lp_login {
    width: 48%;
    float: left;
    text-align: justify;
}

    .pageLogin .lp_login span a {
        background-color: #E83838;
        color: #fff;
        font-weight: bold;
        padding: 9px 15px;
    }

.pageLogin .rp_login {
    width: 47%;
    float: right;
    padding-left: 15px;
    border-left: 1px solid #ddd;
}

.amount_member {
    margin-bottom: 15px;
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 18px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.func_member h3.ttl {
    background-color: #0ba9ef;
    color: #fff;
    padding: 8px 2px 8px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
}

    .func_member h3.ttl .fa {
        padding-right: 10px;
        font-size: 14px;
    }

.func_member ul {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-radius: 0 0 1px 1px;
    -moz-border-radius: 0 0 1px 1px;
    -webkit-border-radius: 0 0 1px 1px;
}

    .func_member ul li {
        position: relative;
        padding: 8px 2px 8px 25px;
        border-bottom: 1px solid #dedede;
    }

        .func_member ul li:last-child {
            border-bottom: none;
        }

        .func_member ul li:before {
            content: '';
            display: block;
            width: 0px;
            height: 0px;
            border-color: #858585;
            border-style: solid;
            border-width: 4px;
            position: absolute;
            top: 12px;
            left: 9px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
        }

.member-ttl {
    border-bottom: 2px solid #d51121;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 2px 8px 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

.gridStyle {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E8E8E8;
    border-spacing: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .gridStyle > tbody > tr:hover {
        background-color: #96D8FF;
        cursor: context-menu;
    }

    .gridStyle .gridHeaderStyle:hover, .gridStyle .gridPagerStyle:hover {
        background-color: #fff;
    }

    .gridStyle tr td {
        padding: 8px 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .gridStyle tr td .btn-success {
            padding: 2px 5px;
        }

    .gridStyle .gridPagerStyle td {
        padding: 5px 0 0;
    }

    .gridStyle .image {
        border: 1px solid #00A65A;
        padding: 1px;
        text-align: center;
        background-color: #fff;
    }

.gridHeaderStyle {
    background-color: #f3f3f3;
    height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

    .gridHeaderStyle th {
        text-align: center;
    }

.gridAlternateStyle {
    background-color: #f3f4f5;
}

.gridPagerStyle {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

    .gridPagerStyle > td {
        padding-top: 10px;
    }

        .gridPagerStyle > td > table {
            float: left;
        }

            .gridPagerStyle > td > table span {
                padding: 4px 9px;
                background-color: #E83838;
                color: #fff;
                font-weight: bold;
                margin: 0 1px;
            }

            .gridPagerStyle > td > table a {
                background-color: #fff;
                padding: 3px 8px;
                border: 1px solid #DDD;
                font-weight: bold;
                margin: 0 1px;
            }

.mssChangePass {
    text-transform: uppercase;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.member-charge li {
    border-bottom: 1px dashed #dedede;
    padding: 12px 0;
}

    .member-charge li:first-child {
        padding-top: 2px;
    }

    .member-charge li a {
        padding-left: 6px;
        color: #333;
    }

        .member-charge li a:hover {
            color: #5ea849;
            text-decoration: none;
        }

        .member-charge li a .fa {
            color: #5ea849;
            margin-right: 8px;
            font-size: 15px;
        }

.member-charge-ttl {
    color: #fff;
    background-color: #5ea849;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 2px;
    margin-bottom: 20px;
}

    .member-charge-ttl .fa {
        color: #fff;
        margin-right: 8px;
    }

.choose-card:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.choose-card div.col-sm-4 {
    text-align: center;
    margin-bottom: 15px;
}

    .choose-card div.col-sm-4 .radio-inline input[type=radio] {
        margin-top: 12px;
        margin-left: -18px;
    }

@media (min-width: 768px) {
    .choose-card div.col-sm-4 {
        width: 20%;
    }
}

.info-form {
    border: 1px solid #dedede;
    background-color: #f6f6f6;
    padding: 10px 10px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 25px;
}

    .info-form .control-label i {
        color: #ff0008;
        font-style: normal;
    }

    .info-form .btn-danger {
        color: #fff;
        padding: 5px 10px;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
    }

    .info-form p.bank {
        font-size: 15px;
        font-weight: bold;
        color: #d51121;
    }

.choose-bank:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.choose-bank div.col-sm-2 {
    text-align: center;
    margin-bottom: 15px;
}

    .choose-bank div.col-sm-2 .radio-inline input[type=radio] {
        margin-top: 12px;
        margin-left: -18px;
    }

.alert-form h3 {
    text-transform: uppercase;
}
/*=====================DEFAULTS ATTRIBUTE======================*/

.function_EditBar {
    display: block;
    margin-bottom: 6px;
}

    .function_EditBar a {
        color: #EE2F2F;
        font-weight: bold;
        padding: 2px 0 2px 16px;
        line-height: 16px;
    }

        .function_EditBar a:hover {
            text-decoration: none;
            color: #0070CF;
        }

    .function_EditBar .edit {
        background: url(/images/images_nd/edit_icon.png) left 0px no-repeat;
    }

        .function_EditBar .edit:hover {
            background-image: url(/images/images_nd/blue_edit_icon.png);
        }

    .function_EditBar .del {
        background: url(/images/images_nd/delete_icon.png) left 0px no-repeat;
    }

        .function_EditBar .del:hover {
            background-image: url(/images/images_nd/blue_delete_icon.png);
        }

.edit-adminBar {
    display: block;
    margin-bottom: 6px;
}

    .edit-adminBar a {
        color: #F81C1C;
        font-weight: bold;
        padding: 2px 0 2px 16px;
        line-height: 16px;
    }

        .edit-adminBar a:hover {
            text-decoration: none;
            color: #0F7FC1;
        }

    .edit-adminBar .edit {
        background: url(/images/edit_icon.png) left 0px no-repeat;
    }

        .edit-adminBar .edit:hover {
            background-image: url(/images/blue_edit_icon.png);
        }

    .edit-adminBar .del {
        background: url(/images/delete_icon.png) left 0px no-repeat;
    }

        .edit-adminBar .del:hover {
            background-image: url(/images/blue_delete_icon.png);
        }

.ttl_table {
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    padding: 6px 10px 6px 0;
}

.ctl_table {
    padding: 6px 0;
}

    .ctl_table a {
        font-style: italic;
        font-weight: bold;
        color: #fe0000;
    }

.note_ctl_table {
    font-size: 11px;
    font-style: italic;
    padding-bottom: 6px;
}
/*input[type=text], input[type=password], select, textarea { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border: 1px solid #bbb; padding: 0 3px; }  input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus { color: #333; outline: none; border: 1px solid #1e90ff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-shadow: 0px 0px 2px #1e90ff; -moz-box-shadow: 0px 0px 2px #1e90ff; -webkit-box-shadow: 0px 0px 2px #1e90ff; }*/

input[type=file]:focus {
    color: #333;
    outline: none;
    border: none;
}
/*select { -webkit-appearance: none; -moz-appearance: none; }*/

input[type=submit] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    background-color: #ff582b;
    color: #fff;
    font-weight: bold;
    padding: 7px 22px;
}

    input[type=submit]:hover {
        background-color: #717171;
        cursor: pointer;
    }

    input[type=submit]:focus {
        outline: none;
    }

input[type=checkbox] {
    vertical-align: middle;
    margin: 0 2px 2px 2px;
}

.mss_err {
    color: #ff0000;
    font-weight: bold;
    line-height: 18px;
}

.mss_err_blue {
    color: #1e90ff;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
    line-height: 18px;
}

.more {
    float: right;
}

#to_top {
    width: 39px;
    height: 39px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    display: none;
    background: url(/images/gotop_bg.png) center center no-repeat;
    z-index: 1000;
}

#member-body {
    margin: 10px 0px;
}

.kichhoattin-bg {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30;
    display: none;
}

.kichhoattin-wraper {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 40;
    width: 100%;
    height: 100%;
    display: table;
    font-size: 10pt;
    display: none;
}

    .kichhoattin-wraper .outNer {
        display: table;
        width: 100%;
        height: 100%;
    }

        .kichhoattin-wraper .outNer .inNer {
            width: 70px;
            height: 70px;
            margin: 0px auto;
            display: table-cell;
            vertical-align: middle;
        }

    .kichhoattin-wraper .kichhoattin-body {
        background: #fff;
        margin: 0px auto;
        float: inherit;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
        -khtml-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    }

        .kichhoattin-wraper .kichhoattin-body .kichhoattin-header {
            position: relative;
            border-bottom: 1px solid #dedede;
            font-weight: bold;
            height: 30px;
            line-height: 30px;
            padding: 0px 10px 0px 10px;
        }

            .kichhoattin-wraper .kichhoattin-body .kichhoattin-header .tin-close {
                cursor: pointer;
            }

        .kichhoattin-wraper .kichhoattin-body .kichhoattin-content {
            padding: 15px 0px 20px;
        }

            .kichhoattin-wraper .kichhoattin-body .kichhoattin-content .alert {
                display: none;
            }

            .kichhoattin-wraper .kichhoattin-body .kichhoattin-content .so-ngay {
                padding-left: 35px;
            }

        .kichhoattin-wraper .kichhoattin-body .kichhoattin-footer {
            border-top: 1px solid #dedede;
            padding: 5px 0px;
        }

#mapCanvas {
    width: 100%;
    height: 400px;
}

.boxListCity {
    border: 1px solid #dedede;
    padding: 10px;
    box-shadow: 2px 2px 2px #cecece;
    background-color: #f1f1f1;
}

/*
Menu Mobile ----------------------------------------------------------*/
#cus-menu-xs {
    text-align: left;
}

:active, :focus {
    outline: none !important;
}

.menu_mb_title {
    width: 100%;
}

.menu_mb_close, .menu_mb_title {
    display: table-cell;
    vertical-align: middle;
}

#menu_xs, #menu_cart_xs {
    background: #ecf0f1;
}

    #menu_xs li a, #menu_cart_xs li a {
        color: #006499;
        text-decoration: none;
        font-weight: bold;
    }

.sidebar-nav li a img {
    width: 20px;
    margin-right: 7px;
    height: auto;
}

#menu_xs li ul li h2 a {
    text-transform: inherit;
}

.menu_mb_header {
    display: table;
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    color: #006499;
}

.menu_mb_close, .menu_mb_title, .menu_cart_close {
    display: table-cell;
    vertical-align: middle;
}

.menu_mb_title {
    width: 100%;
    text-align: center;
}

    .menu_mb_title > ul > li {
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        border-right: 1px solid #ccc;
        padding: 2px 10px;
        line-height: 29px;
    }

    .menu_mb_title li a {
        color: #fff;
    }

    .menu_mb_title > ul > li:last-child {
        border-right: none;
    }

.menu_mb_close, .menu_cart_close {
    width: 1%;
    text-align: center;
    font-size: 1.28571em;
}

    .menu_mb_close button, .menu_cart_close button {
        position: relative;
        right: -11px;
        height: 100%;
        padding: 0 20px;
        color: inherit;
    }




#menu_xs button, #mega-mb button, #menu_cart_xs button {
    background: 0 0;
    border: none;
}


/** TIN VIP **/
.fixListNew {
}

.boxListVip {
    margin-bottom: 15px;
}

    .boxListVip .media {
        margin-top: 10px;
    }

.titleVip {
    margin-bottom: 3px;
}

    .titleVip a {
        font-size: 15px;
        font-weight: bold;
        color: #d51121;
        text-transform: lowercase;
    }

.boxListVip .price span {
    color: #d51121;
    font-weight: 600;
}

.boxListVip .catalog {
    max-height: 18px;
    overflow: hidden;
}

.boxListVip .price-home {
    background-color: #2c3e50;
    color: #fff;
    padding: 8px 0 8px 10px;
    display: block;
}

.boxListVip .image {
    position: relative;
}

.boxListVip .status {
    position: absolute;
    left: 2px;
    top: 2px;
}

.homebox-vipproduct .panel-heading, .box-product .panel-heading {
    color: #333;
    background-color: #d51121;
}

.titlePanel {
    color: #fff;
    text-transform: uppercase;
}

.khuvuc {
    height: 35px;
    overflow: hidden;
}

/** RightContent Page **/
.listVIP .image {
    border: 1px solid #cecece;
}

    .listVIP .image img {
        max-width: inherit;
        max-height: 95px;
    }

.listItemVip {
    border: 1px solid #dedede;
    box-shadow: 2px 2px 2px #cecece;
}

.listVIP {
    border-bottom: 1px dashed #cecece;
    margin-bottom: 10px;
}

.listItemVip .media {
    padding: 5px 5px 0 5px;
}

.listItemVip .col-sm-12:last-child .listVIP {
    border-bottom: none;
}

.listItemVip .col-sm-12:first-child .listVIP {
    padding-top: 10px;
}

.listItemVip .media-heading a {
    color: #106ca3;
}

.media-left img {
    max-width: inherit;
}

.titleContent {
    border-bottom: 2px solid #f6290b;
}

    .titleContent span {
        text-transform: uppercase;
        display: inline-block;
        padding: 10px;
        background-color: #008a74;
        color: #fff;
    }

        .titleContent span .fa {
            padding-right: 5px;
            font-size: 12px;
        }

.showDetail {
    border: 1px solid #dedede;
    border-top: none;
    padding: 10px;
    box-shadow: 2px 2px 2px #cecece;
}



.phoneNMG {
    color: #ed1c24;
    margin-bottom: 5px;
}

.descNMG {
    font-size: 13px;
    opacity: .9;
    text-align: left;
}

.listNMG .titleName {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.listNMG .listDetail {
    border-bottom: 1px dashed #cecece;
}

.listNMG .col-xs-12:last-child .listDetail {
    border-bottom: none;
}

.listNMG .info {
    padding: 10px;
}

.imageMNG img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imageMNG {
    padding: 2px;
    margin-bottom: 10px;
}

    .imageMNG img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.titleNMG {
    font-size: 18px;
    font-weight: bold;
    color: #006ead;
    margin-bottom: 10px;
}

.sdtNMG {
    margin: 10px 0;
}

.box-border {
    border: 1px solid #dedede;
    border-top: none;
    padding: 5px;
}

.panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
}

.media-body {
    position: relative;
}

.box-info-item {
    /* position: absolute; */
    bottom: 0px;
    left: 0;
    /* height: 10px; */
    overflow: hidden;
}

    .box-info-item span span {
        color: #2c3e50;
        font-size: 12px;
    }

.float-icon-mobile {
    position: fixed;
    top: calc(50% + 20px);
    right: 10px;
    z-index: 9;
}

    .float-icon-mobile ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-left: 0px;
    }

        .float-icon-mobile ul li {
            display: block;
            width: 100px;
            float: left;
            padding: 0;
            text-align: center;
            color: #ffffff;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            background-color: #ff6a00;
            border-radius: 20px;
        }

            .float-icon-mobile ul li a {
                display: block;
                color: #ffffff;
            }

            .float-icon-mobile ul li i {
                margin-right: 5px;
            }
/*ffffffffffffffffffff
    ffffffffffffffffffffffff
    fffffffffffffffffffffffff
*/


.titleTransition {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.fa {
    padding-right: 4px
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

.fixPaddingLeft {
    padding-left: 0
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 14px
}

.w-50 {
    width: 50%
}

.media-right img {
    max-width: inherit
}

.logo {
    margin-top: 28px;
    margin-bottom: 0
}

.header-mid {
    /* background-color: #2252a6; */
    /* padding: 15px 0; */
}

.header-top {
    font-size: 13px;
    padding: 5px 0;
    background-color: #ededed
}

    .header-top ul li {
        display: inline-block;
        margin: 0 .7em;
        position: relative
    }

        .header-top ul li a {
            font-weight: 400;
            color: rgba(0,0,0,.85);
            transition: all .2s
        }

.phone .fa {
    padding-top: 10px;
    font-size: 25px;
    padding-right: 7px
}

.phoneL, .cartL {
    color: #000;
    float: left
}

.phoneR {
    color: #000;
    margin-bottom: 4px;
    font-size: 13px
}

    .phoneR a {
        font-weight: 600;
        color: #e5101d;
        font-size: 15px
    }

.cart {
    padding-left: 10px
}

.cartL {
    position: relative
}

.cartR {
    color: #000;
    text-align: center;
    font-size: 13px
}

.hotLine {
    margin-top: 10px;
    float: right
}

    .hotLine img {
        width: 100% !important;
        height: auto !important
    }

.header-bot .search {
    margin-top: 25px;
    height: 30px;
    border-radius: 20px;
    padding-left: 20px;
    border: 1px solid #cecece;
    position: relative
}

.header-bot .iconSearch {
    position: absolute;
    right: 25px;
    top: 29px
}

.searchHeading {
    width: 100%;
    position: relative;
    margin-top: 60px
}

.head-info {
}

    .head-info h2 {
        color: #fff;
        font-size: x-large;
        text-transform: uppercase;
        line-height: 1.5
    }

.hotline {
    margin-top: 10px;
    font-size: x-large
}

    .hotline p {
        color: #fff
    }

    .hotline a {
        color: #f38300
    }

.header-fot ul .link {
    display: inline-block;
    position: relative;
    margin: 0 13px
}

.header-fot ul > .link > a {
    display: block;
    color: #fff;
    text-transform: none;
    text-align: center;
    padding: 12px;
    width: 100%;
    font-size: large
}

.header-fot ul .link:first-child a {
    padding: 12px
}

.header-fot ul .link .fa {
    padding-right: 0;
    font-size: 17px
}

.box-nav {
    background-color: #eff0f3
}

nav {
    background-color: #ee962f;
    position: sticky;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}

.titleDeparment {
    padding: 12px 0 13px 15px;
    cursor: pointer;
    background: #f38300;
    font-size: 15px;
    font-weight: 700
}

    .titleDeparment a {
        color: #fff;
        font-size: large
    }

.listItemDepartment ul {
    background-color: #fdfdfd
}

.listItemDepartment li a {
    display: block;
    padding: 12px 20px;
    line-height: 13px;
    font-size: 13px;
}

    .listItemDepartment li a:hover {
        background-color: #ee962f;
        color: #fff
    }

.sub_menu2 {
    display: none
}

.fa.fa-angle-right.fright {
    float: right
}

.listItemDepartment li {
    position: relative
}

    .listItemDepartment li.hotSale a {
        color: #d7102c
    }

    .listItemDepartment li:first-child a:hover {
        color: #fff
    }

.cart a {
    color: #fff
}

.product-info {
}

.list-item-pro {
}

.list-icon-th {
    margin: 10px 0
}

    .list-icon-th li {
        margin-bottom: 5px
    }

    .list-icon-th span {
        margin-right: 15px;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 22px;
        text-align: center;
        border-radius: 50%;
        color: #143a85;
        border: 1px solid #143a85
    }

        .list-icon-th span .fa {
            padding-right: 0
        }

.bannerR, #sliderCarousel {
    padding-top: 15px
}

.imageBn {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden
}

    .imageBn img {
        transition: 1s ease 0s
    }

    .imageBn:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.hoverImg {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.46);
    z-index: 5;
    padding: 25px;
    opacity: 0;
    transition: all .3s ease-in-out
}

    .hoverImg:before {
        position: absolute;
        content: '';
        opacity: 0;
        transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        transition: opacity .35s,transform .35s,-webkit-transform .35s;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .hoverImg:after {
        position: absolute;
        content: '';
        opacity: 0;
        transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        transition: opacity .35s,transform .35s,-webkit-transform .35s;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

.imageBn:hover .hoverImg {
    opacity: 1
}

    .imageBn:hover .hoverImg:before, .imageBn:hover .hoverImg:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.bg-section {
    background-color: #efefef
}

.listProductSelling {
    background-color: #fff;
    margin: 30px 0
}

.listProductSale {
    padding: 30px 0
}

.titleSelling {
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
    padding: 25px 0 15px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    color: #e5101d;
    font-weight: 600
}

    .titleSelling:before {
        position: absolute;
        content: "";
        height: 2px;
        background: #e5101d;
        width: 80px;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        left: 0
    }

.starView {
    margin-top: 5px
}

.media .image {
    position: relative
}

    .media .image a {
        position: relative;
        display: block
    }

        .media .image a:before {
            content: " ";
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            transition: .2s;
            left: 0;
            z-index: 9;
            background: #fff
        }

    .media .image:hover a:before {
        opacity: .2;
        background: #000
    }

.product-name {
    line-height: 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 40px;
    min-height: 40px
}

    .product-name a {
        color: #623616;
        font-size: larger
    }

.price {
    margin: 5px 0 10px
}

.sale {
    background-color: #ffba00;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    padding: 0
}

.sale-hide {
    display: none
}

.imgFlashsale {
    position: absolute;
    top: 10px;
    left: 10px;
    width: initial !important;
    z-index: 1;
    text-indent: -9999px
}

img[src=""] {
    display: none !important
}

.btnView {
    background-color: red;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
    color: #fff;
    box-shadow: none;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 3px
}

.product-price-old {
    text-decoration: line-through;
    font-size: 13px;
    color: #959595;
    display: inline-block
}

.boxCatalogProduct {
    border-bottom: 1px solid #ebebeb;
    line-height: 40px
}

    .boxCatalogProduct .container {
        position: relative
    }

.itemBoxCatalog {
    border: 1px solid #ebebeb;
    border-bottom: 0;
    padding-left: 60px;
    position: relative;
    cursor: pointer
}

    .itemBoxCatalog:before {
        content: "";
        width: 25px;
        height: 16px;
        position: absolute;
        left: 25px;
        top: 12px;
        background-image: url(/images/images_pj/bgCatalog.png)
    }

.titleCatalog {
    line-height: 40px;
    font-size: 16px;
    font-weight: 700
}

.listNav ul li {
    float: left;
    margin-left: 30px;
    font-weight: 700
}

    .listNav ul li:first-child {
        margin-left: 0
    }

.contactCatalog .fa {
    font-size: 16px
}

.contactCatalog b {
    color: #f94e3f
}

.boxSurrounded {
    border: 1px solid #dedede;
    box-shadow: 2px 2px 2px #cecece
}

.titleCatalog {
    color: #ff5722;
    text-transform: uppercase
}

    .titleCatalog h2 {
        font-size: 18px
    }

.product_nav li {
    width: 10%;
    float: left
}

.product_nav .icon {
    text-align: center
}

    .product_nav .icon img {
        width: 100%;
        height: 100%
    }

    .product_nav .icon a {
        height: 37px;
        display: block;
        overflow: hidden
    }

.home-menu {
    display: block;
    width: 100%;
    padding-top: 1.3%;
    background: #ff6a00;
    margin-top: 0;
    margin-bottom: 10px
}

    .home-menu li {
        min-height: 42px;
        background-color: #e5e5e5;
        background-image: linear-gradient(top,#fff,#e5e5e5);
        background-image: -moz-linear-gradient(center top,#fff,#e5e5e5);
        background-image: -webkit-linear-gradient(top,#fff,#e5e5e5);
        background-image: -o-linear-gradient(center top,#fff,#e5e5e5);
        background-image: -ms-linear-gradient(center top,#fff,#e5e5e5);
        border-radius: 3px;
        float: left;
        margin: 0 0 1.3% 1.3%;
        width: 23.37%
    }

        .home-menu li a {
            color: #ff6a00;
            display: block;
            font-size: 12px;
            line-height: 16px;
            text-align: center;
            outline: none;
            text-decoration: none;
            padding: 5px
        }

        .home-menu li:last-of-type p {
            margin-bottom: 0;
            color: #000
        }

            .home-menu li:last-of-type p:first-of-type {
                color: red;
                font-weight: 700;
                font-size: 10px;
                text-transform: uppercase
            }

            .home-menu li:last-of-type p:last-of-type {
                color: #000;
                font-size: 80%
            }

.top-content {
    margin-bottom: 10px
}

.boxContentRight {
    background-color: #fff
}

.view_article {
    margin-top: 10px
}

#sliderCarousel .owl-dots, #ProductFash .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-left: -25%
}

#sliderCarousel .owl-nav, #ProductFash .owl-nav {
    opacity: 0;
    transition: all .5s ease-in-out;
    margin-top: 0
}

#sliderCarousel .owl-prev, #sliderCarousel .owl-next, #ProductFash .owl-prev, #ProductFash .owl-next {
    font-size: 32px;
    background: rgba(0,0,0,.5);
    color: #fff;
    height: 50px;
    width: 30px;
    margin: 0;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: background 500ms,color 500ms;
    transition: background 500ms,color 500ms
}

    #sliderCarousel .owl-prev:hover, #sliderCarousel .owl-next:hover, #ProductFash .owl-prev:hover, #ProductFash .owl-next:hover {
        background-color: #ff5336
    }

#sliderCarousel .owl-prev, #ProductFash .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0
}

#sliderCarousel .owl-next, #ProductFash .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0
}

#sliderCarousel:hover .owl-nav, #ProductFash:hover .owl-nav {
    opacity: 1
}

#sliderCarousel .fa {
    padding-right: 0
}

#sliderCarousel2 .item {
    font-weight: 500;
    background: #fff;
    color: #000;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    padding: 15px 10px;
    border-right: 1px solid #f1f1f1
}

.titleNews {
    color: #363432;
    border-bottom: 2px solid #6d6e71;
    margin-top: 0;
    font-weight: 700;
    padding-bottom: 5px
}

    .titleNews span:nth-of-type(1) {
        border-bottom: 2px solid #6d6e71;
        padding-bottom: 2px
    }

    .titleNews span:nth-of-type(2) a {
        float: right;
        color: #ff6a00;
        font-weight: 400
    }

.infoArticle {
    font-size: 13px;
    font-weight: 400;
    color: #696763
}

.boxListProduct {
    margin-top: 20px;
    margin-bottom: 10px
}

.titleListCatalogProduct {
    border-bottom: 2px solid #02438a;
    margin: 20px 0
}

    .titleListCatalogProduct h2 {
        color: #623616;
        font-weight: 600;
        font-size: large;
        margin-bottom: 15px;
        text-transform: uppercase
    }

.section-title {
    position: relative;
    margin-top: 20px
}

.menu-link {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 8px
}

.menu-title {
}

.cate-item {
    display: inline-block;
    text-align: center
}

    .cate-item a {
        display: block;
        padding: 10px 11px;
        color: #623616;
        font-size: large
    }

.collection-main .banner-image {
    width: 100%;
    margin-bottom: 30px
}

.productListHot {
    border: 1px solid #ebebeb;
    border-bottom: none
}

.titleProductListHot {
    text-align: center
}

    .titleProductListHot h2 {
        background: #f5f5f5;
        color: #ff5336;
        line-height: 40px;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        border-bottom: 1px solid #ebebeb
    }

.productItem {
    border-bottom: 1px solid #ebebeb
}

    .productItem .product-img {
        padding: 20px 0;
        margin-left: 15px;
        width: 34%;
        overflow: hidden;
        text-align: center;
        display: block;
        float: left;
        border-right: none
    }

        .productItem .product-img img {
            height: 74px;
            width: auto
        }

    .productItem .product-info {
        padding: 17px 15px;
        float: left;
        width: 60%
    }

        .productItem .product-info .product-name {
            text-transform: capitalize;
            display: block;
            line-height: 1.4em
        }

        .productItem .product-info .price {
            float: left;
            font-size: 14px;
            color: #f94e3f;
            font-weight: 700;
            margin-top: 6px;
            line-height: 1.4
        }

        .productItem .product-info .sale-price {
            display: block;
            color: #939393;
            top: 9px;
            margin: 0;
            font-size: 12px;
            font-weight: 300;
            text-decoration: line-through
        }

.title-page {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase
}

.is-divider {
    height: 3px;
    display: block;
    background-color: #143a85;
    margin: 1em 0;
    width: 100%;
    max-width: 30px;
    margin-top: .66em
}

.policy {
    margin: 30px 0
}

.policy-left {
    background-color: #eb351d;
    padding: 36px 40px;
    color: #fff
}

    .policy-left img {
        float: left;
        margin-right: 35px
    }

    .policy-left p {
        line-height: 24px;
        margin: 4px 0
    }

.policy-right {
    background-color: #eb351d;
    padding: 43px 0;
    color: #fff
}

    .policy-right .icon {
        float: left;
        padding-left: 20px
    }

    .policy-right .text {
        float: left;
        padding-left: 10px
    }

        .policy-right .text b {
            display: block;
            color: #fff;
            margin: 0;
            font-size: 14px;
            font-weight: 700
        }

.brand {
    background: #f5f5f5
}

.heading {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    color: #363636;
    margin-bottom: 15px
}

    .heading:after {
        content: '';
        position: absolute;
        border: 1px solid rgba(0,0,0,.1);
        width: 100%;
        left: 0;
        bottom: 0
    }

    .heading:before {
        content: '';
        position: absolute;
        border-bottom: 2px solid #ee962f;
        width: 20%;
        left: 0;
        bottom: 0
    }

    .heading .title-head {
        top: 0;
        left: 0;
        display: inline-block;
        margin: 0;
        padding: 0 0 15px;
        font-size: 18px;
        line-height: 20px;
        color: #363636;
        text-transform: uppercase
    }

        .heading .title-head a {
            font-size: 18px;
            font-weight: 700;
            line-height: 20px;
            color: #252525;
            text-transform: uppercase;
            text-decoration: none
        }

            .heading .title-head a:hover {
                color: #66a182
            }

.product-box .product-item-thumbnail {
    text-align: center;
    min-width: 80px;
    min-height: 80px;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.owl-sale .product-box .product-item-thumbnail {
    width: 80px;
    border: 1px solid #252525
}

    .owl-sale .product-box .product-item-thumbnail:hover {
        border: 1px solid #c41431
    }

.product-box .product-item-name {
    word-break: break-word;
    font-size: 14px;
    line-height: 20px
}

    .product-box .product-item-name a {
        color: #363636
    }

.product-box .product-item-price {
    color: #cc8e05;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-right: 20px
}

.product-box .product-item-price-old {
    text-decoration: line-through;
    color: #acacac;
    font-size: 16px;
    line-height: 26px
}

.box-left {
    position: relative
}

    .box-left .owl-nav.disabled {
        position: absolute;
        display: block;
        top: -72px;
        right: 0
    }

        .box-left .owl-nav.disabled .owl-prev, .box-left .owl-nav.disabled .owl-next {
            background: #fff;
            color: #000;
            padding: 0
        }

.product-button-prev, .product-button-next {
    width: 15px;
    height: 25px;
    float: left;
    font-size: 22px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    color: #acacac;
    cursor: pointer
}

.box-left, .box-right {
    margin-bottom: 20px
}

    .box-left .view_article {
        display: none
    }

.list-group li {
    padding: 0 15px;
    overflow: hidden;
    margin-top: 0;
    background-color: #66a182;
    border: 0;
    display: block;
    padding-top: 15px
}

    .list-group li img {
        padding-right: 10px;
        width: 48px;
        float: left
    }

    .list-group li span {
        font-size: 14px;
        line-height: 20px;
        color: #afe3c8
    }

    .list-group li p {
        font-family: roboto,sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        color: #fff
    }

    .list-group li hr {
        margin-top: 20px;
        margin-bottom: 0;
        border-top: 1px solid #80b69a
    }

.box-left table tbody tr .item-thumbnail {
    display: none
}

.box-left table tbody tr .postby {
    display: none
}

.box-left table tbody tr .item-detail {
    display: none
}

.box-left table tbody tr:first-child .item-thumbnail {
    margin-bottom: 20px;
    display: block
}

    .box-left table tbody tr:first-child .item-thumbnail img {
        width: 100%
    }

.box-left table tbody tr:first-child .item-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

    .box-left table tbody tr:first-child .item-name a {
        color: #252525
    }

.box-left table tbody tr:first-child .postby {
    font-size: 13px;
    line-height: 30px;
    color: #acacac;
    display: block
}

    .box-left table tbody tr:first-child .postby .fa {
        color: #66a182;
        margin-right: 6px
    }

.box-left table tbody tr:first-child .pull-xs-left {
    float: left !important
}

.box-left table tbody tr:first-child .pull-xs-right {
    float: right !important
}

.box-left table tbody tr:first-child .item-detail {
    font-size: 14px;
    color: #acacac;
    margin-top: 5px;
    line-height: 20px;
    clear: left;
    text-align: justify;
    display: block
}

.box-left table tbody tr:first-child .fa.fa-caret-right {
    display: none
}

.item-name {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px #ebebeb solid
}

    .item-name a {
        color: #252525
    }

.box-heading {
    background-color: #cc8e05;
    color: #fff;
    font-family: roboto,sans-serif;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 10px 8px
}

    .box-heading .title-box {
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
        text-transform: uppercase;
        margin-bottom: 0
    }

.boxItemColor {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px
}

.boxClolorProduct {
    width: 40px;
    height: 30px;
    border: 1px solid #cecece
}

.lbl-brand {
    color: #143a85
}

.boxPrice {
    margin-bottom: 15px
}

    .boxPrice .price strike {
        color: #959595;
        font-size: 14px;
        margin-left: 10px
    }

    .boxPrice .price, .boxPrice .price span {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        display: inline-block;
        color: #e5101d
    }

.list-item-pro li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec
}

.tooltip {
    text-align: center;
    background: #e5101d;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -30px;
    margin-bottom: 10px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    -ms-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    -o-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .tooltip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .tooltip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid #e5101d 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        width: 0
    }

.boxItemColor:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.listColor.active .boxClolorProduct {
    border: solid 2px green;
    position: relative;
    color: green
}

    .listColor.active .boxClolorProduct:before {
        content: "\f00c";
        position: absolute;
        top: 4px;
        left: 10px;
        font-family: fontawesome
    }

.item-list {
}

    .item-list .item-view {
        padding-top: 15px;
        overflow: hidden;
        text-align: center
    }

.title-DetailItem {
    font-size: 18px;
    font-weight: 700;
    color: #143a85;
    padding-top: 5px;
    margin-top: 0
}

.item-list .item-preview {
    border: 1px solid #f4c1ff;
    padding: 3px;
    background-color: #fff
}

    .item-list .item-preview img {
        width: 100%;
        border: 1px solid #f4c1ff;
        padding: 2px
    }

.item-list .item-title {
    min-height: 40px
}

.item-list .item-price {
    text-decoration: line-through
}

.item-list .item-finalprice {
    color: red
}

.item-list .item-info {
    height: 110px;
    overflow: hidden
}

.article-detail h1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ff5336;
    font-weight: 700
}

.boxInfoCompany {
    border: 1px dashed #3e4095;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 3px 0
}

    .boxInfoCompany h3 {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 8px;
        padding: 8px 5px;
        background-color: #eaeaea;
        font-size: 13px;
        color: #ff5336
    }

    .boxInfoCompany p {
        margin-bottom: 8px;
        padding-left: 5px
    }

.boxTitleProduct {
    padding-top: 50px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dcdbdb;
    padding-bottom: 22px
}

.titleProduct {
    font-size: 45px;
    line-height: 45px;
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center
}

.item-list-carousel-wrapper {
    position: relative
}

    .item-list-carousel-wrapper .prev-button {
        position: absolute;
        top: 30%;
        left: 0;
        height: 30px;
        width: 30px;
        font-size: 30px
    }

    .item-list-carousel-wrapper .next-button {
        position: absolute;
        top: 30%;
        right: 0;
        height: 30px;
        width: 30px;
        font-size: 30px
    }

.item-list-carousel {
    margin: 0 40px
}

    .item-list-carousel .item-view {
        width: 195px;
        text-align: center;
        float: left;
        padding: 0 15px;
        min-height: 270px
    }

    .item-list-carousel .item-title {
        min-height: 40px
    }

@media(min-width: 768px) {
    .item-list-carousel .item-view {
        width: 218px;
        height: 300px
    }
}

@media(min-width: 992px) {
    .item-list-carousel .item-view {
        width: 218px;
        height: 300px
    }
}

@media(min-width: 1200px) {
    .item-list-carousel .item-view {
        width: 218px;
        height: 300px
    }
}

.item-list-carousel .item-preview {
    border: 1px solid #f4c1ff;
    padding: 3px;
    background-color: #fff
}

    .item-list-carousel .item-preview img {
        width: 100%
    }

.item-list-carousel .item-title {
}

.item-list-carousel .item-price {
    text-decoration: line-through
}

.item-list-carousel .item-finalprice {
    color: red
}

.item-list-carousel .item-info {
    height: 110px;
    overflow: hidden
}

.item-view-sticky {
    padding: 5px
}

    .item-view-sticky .item-preview {
        width: 140px;
        float: left
    }

        .item-view-sticky .item-preview img {
            width: 100%;
            margin-bottom: 10px
        }

    .item-view-sticky .item-detail {
        width: 216px;
        float: left;
        padding: 0 5px
    }

        .item-view-sticky .item-detail .item-finalprice {
            color: red;
            font-size: 200%
        }

        .item-view-sticky .item-detail .item-price {
            font-size: 130%;
            text-decoration: line-through;
            padding: 5px
        }

.pager {
    margin: 20px 0 0
}

    .pager .num_page {
        background-color: #fff;
        padding: 4px 9px;
        border: 1px solid #dedede;
        font-weight: 700;
        margin: 0 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px
    }

        .pager .num_page:hover {
            border-color: #f94e3f;
            background-color: #f94e3f;
            text-decoration: none;
            color: #fff
        }

    .pager .crr_page {
        padding: 5px 10px;
        background-color: #f94e3f;
        color: #fff;
        font-weight: 700;
        margin: 0 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px
    }

.pagenumber {
    text-align: right;
    padding: 10px 15px
}

.pagenumber-button {
    display: inline-block;
    background: #fdfdfd;
    border: 1px solid #dadad3;
    color: #666;
    margin-right: 3px;
    padding: 2px 9px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    .pagenumber-button:hover {
        color: #fff;
        background-color: #2252a6
    }

.pagenumber-button-current {
    margin-right: 3px;
    padding: 2px 9px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    background-color: #2252a6
}

.list_news {
}

    .list_news ul {
        display: block;
        list-style-type: none;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-start: 0;
        -moz-padding-start: 0;
        padding: 0;
        text-align: left
    }

    .list_news li {
        list-style-type: none;
        padding: 0;
        border-bottom: 1px solid #ededed;
        display: block
    }

        .list_news li:hover {
            background-color: #f5f5f5
        }

        .list_news li:last-child {
            border-bottom: 0
        }

        .list_news li img {
            float: left;
            margin: 8px;
            width: 100px;
            border: 3px solid #ddd !important
        }

            .list_news li img:hover {
                border: 3px solid #04519b !important
            }

        .list_news li p {
            margin: 5px;
            text-align: justify
        }

.article-list-simple {
}

    .article-list-simple ul {
        display: block;
        list-style-type: none;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-start: 0;
        -moz-padding-start: 0;
        padding: 0;
        text-align: left
    }

    .article-list-simple li {
        list-style-type: none;
        padding: 0;
        border-bottom: 1px solid #ededed;
        padding: 5px;
        display: block
    }

        .article-list-simple li:last-child {
            border-bottom: 0
        }

        .article-list-simple li:hover {
            background-color: #ededed
        }

#newsOther a {
    color: #000
}

    #newsOther a:hover {
        color: #c41431;
        padding-left: 15px;
        transition: all .5s;
        -webkit-transition: all .5s
    }

.boxCollection {
    margin-bottom: 34px
}

.product-box {
    border: 1px solid #ebebeb;
    margin: 0;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px
}

    .product-box .product-thumbnail {
        margin: 0;
        position: relative;
        overflow: hidden
    }

        .product-box .product-thumbnail .image {
            width: 100%;
            height: 100%;
            min-height: 380px;
            text-align: center;
            position: relative;
            transition: 1s ease 0s
        }

        .product-box .product-thumbnail a img {
            width: auto;
            max-width: 100%;
            max-height: 100%
        }

        .product-box .product-thumbnail .addtoCart {
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            width: 100%;
            height: 100%;
            z-index: 3;
            opacity: 0;
            visibility: hidden;
            overflow: hidden;
            background-color: rgba(255,255,255,.7);
            transition: All .3s ease;
            -webkit-transition: All .3s ease;
            -moz-transition: All .3s ease;
            -o-transition: All .3s ease;
            display: -webkit-flex;
            -webkit-align-items: center;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

            .product-box .product-thumbnail .addtoCart div {
                -webkit-flex: 1;
                -ms-flex: 1;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                width: 100%;
                bottom: 10px
            }

    .product-box:hover .image {
        transition: .9s;
        z-index: 3;
        -webkit-transform: scale(1);
        transform: scale(1.2)
    }

    .product-box .product-info {
        background: #f7f7f7;
        border-top: 1px solid #ebebeb;
        padding: 15px 20px 13px
    }

    .product-box .product-name {
        max-height: 40px;
        min-height: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        padding: 0;
        overflow: hidden;
        text-align: center
    }

    .product-box .boxInfoPrice {
        text-align: center
    }

.mainBanner {
    padding: 0 10px 10px
}

.imgBanner {
    background: url(/images/images_pj/bg-1.jpg) 50% 100% no-repeat;
    min-height: 150px
}

    .imgBanner .logoPage {
        display: block;
        max-width: 370px;
        overflow: hidden;
        margin: 2.96% auto
    }

        .imgBanner .logoPage img {
            max-width: 100%;
            height: auto
        }

.box-content {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 20px
}

    .box-content .boxlistNew {
        margin-bottom: 20px
    }

.boxlistNew .titleNew {
    margin-top: 10px;
    margin-bottom: 2px;
    height: 40px;
    overflow: hidden;
    text-align: center
}

.titleNew a {
    color: #ff5336;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300
}

.dateNews {
    font-size: 14px;
    display: block;
    color: #666;
    overflow: hidden;
    margin-bottom: 16px;
    font-weight: 300
}

.boxlistNew .image {
    border: 1px solid #dedede;
    padding: 10px
}

    .boxlistNew .image img {
        max-width: 100%
    }

.descNews {
    margin: 0 0 32px;
    overflow: hidden;
    max-height: 84px;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: #444;
    font-weight: 300
}

.album-list {
}

    .album-list .album-item {
        text-align: center;
        margin-bottom: 20px
    }

        .album-list .album-item img {
            width: 100%
        }

    .album-list .album-title {
    }

.album {
}

    .album .album-item {
        text-align: center;
        margin-bottom: 20px
    }

        .album .album-item img {
            width: 100%
        }

.nav.nav-tabs {
    margin-top: 10px
}

.showitem-detail {
    padding: 10px 0;
    text-align: justify
}

    .showitem-detail img {
        max-width: 100%
    }

.edit-bar {
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd
}

.float-icon {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 111
}

    .float-icon ul {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-bottom: 0
    }

        .float-icon ul li {
            display: block;
            width: 100%;
            position: relative;
            margin-bottom: 10px;
            cursor: pointer
        }

            .float-icon ul li i {
                padding-right: 0;
                display: block;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 36px;
                background-color: #ff6a00;
                -moz-box-shadow: 0 0 5px #888;
                -webkit-box-shadow: 0 0 5px#888;
                box-shadow: 0 0 5px #888;
                color: #fff;
                font-weight: 700;
                border-radius: 50%;
                position: relative;
                z-index: 2;
                border: 2px solid #fff
            }

            .float-icon ul li:nth-of-type(1) i {
                background-color: #ed1c24
            }

            .float-icon ul li:nth-of-type(2) i {
                background-color: #37b272
            }

            .float-icon ul li span {
                display: inline-block;
                padding: 0 0;
                background-color: #ff6a00;
                color: #fff;
                border: 2px solid #fff;
                border-radius: 20px;
                height: 40px;
                line-height: 36px;
                position: absolute;
                top: 0;
                left: 15px;
                z-index: 0;
                width: 0;
                overflow: hidden;
                -webkit-transition: all 1s;
                transition: all 1s;
                background-color: #ff6a00;
                -moz-box-shadow: 0 0 5px #888;
                -webkit-box-shadow: 0 0 5px#888;
                box-shadow: 0 0 5px #888
            }

            .float-icon ul li span {
                background-color: #6bbaeb
            }

            .float-icon ul li:nth-of-type(1) span {
                background-color: #ed1c24
            }

            .float-icon ul li:nth-of-type(2) span {
                background-color: #37b272
            }

            .float-icon ul li:nth-of-type(3) span {
                background-color: #ff6a00
            }

            .float-icon ul li:hover span {
                width: 190px;
                padding-left: 30px;
                padding-right: 10px
            }

.tada {
    animation-name: tada
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.infinite {
        animation-iteration-count: infinite
    }

#partnerCarousel .image {
    border: 1px solid #cecece;
    padding: 5px;
    background-color: #fff
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    opacity: .5;
    color: #fff;
    background-color: red
}

    #toTop:hover {
        opacity: 1
    }

footer {
    background: #191919;
    background-color: #fff
}

.top-footer {
    padding-top: 25px;
    padding-bottom: 20px
}

    .top-footer img {
        float: left;
        margin-right: 10px
    }

    .top-footer p {
        margin-bottom: 5px
    }

.titleFt {
    font-weight: 600;
    font-size: 16px;
    color: #2252a6;
    text-transform: uppercase
}

.listFt li {
    margin-bottom: 5px
}

    .listFt li span {
        color: #f60;
        font-weight: 700
    }

    .listFt li:last-child span {
        color: red
    }

.mid-footer h2 {
    font-weight: 700;
    color: #2252a6
}

.fot-footer {
    background-color: #e1e1e1;
    color: #a1a1a1;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
    margin-top: 10px
}

.footer-mid {
    background-color: #143a85
}

.footer-widget {
    margin-top: 50px;
    position: relative
}

.footer-bot .titleBot > h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: default;
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase
}

.footer-bot .titleBot ul li {
    line-height: 30px
}

    .footer-bot .titleBot ul li a {
        color: #707070
    }

.footer-bot .listSocial ul li {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block
}

    .footer-bot .listSocial ul li a {
        color: #fff
    }

        .footer-bot .listSocial ul li a .fa {
            padding-right: 0
        }

.listSocial ul li.facebook {
    background: #3b5998
}

.listSocial ul li.google-plus {
    background: #dc4e41
}

.listSocial ul li.twitter {
    background: #55acee
}

.listSocial ul li.instagram {
    background: #6a453b
}

.copyRight {
    margin-top: 15px;
    background-color: #242229;
    color: #acacac;
    padding: 20px
}

    .copyRight a {
        font-weight: 600;
        color: #fff
    }

.footer-bot .titleBot .imgHl {
    float: left;
    margin-right: 10px
}

.footer-bot .titleBot .boxHotline b {
    display: block;
    font-size: 16px
}

.btnSentDiscount {
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 0 3px 3px 0;
    padding: 9px 35px;
    line-height: normal;
    font-size: 15px;
    background: #ffba00
}

.txtSentDiscount {
    width: 100%;
    padding: 0 15px;
    border-radius: 5px;
    height: 45px;
    line-height: 45px
}

.bnSentDiscount {
    margin-top: -20px
}

#cus-menu-xs {
    text-align: left
}

:active, :focus {
    outline: none !important
}

.menu_mb_title {
    width: 100%
}

#menu_xs {
    background: #ecf0f1
}

    #menu_xs li a {
        text-decoration: none;
        font-weight: 700
    }

    #menu_xs li ul li h2 a {
        text-transform: inherit
    }

.menu_mb_header {
    display: table;
    height: 45px;
    width: 100%;
    margin-bottom: 7.5px;
    border-bottom: 1px solid #e9e9e9;
    background: #0c89ca;
    color: #fff
}

.menu_mb_close, .menu_mb_title, .menu_danhmuc_close {
    display: table-cell;
    vertical-align: middle
}

.menu_mb_title {
    width: 100%;
    text-align: center
}

    .menu_mb_title > ul > li {
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        border-right: 1px solid #ccc;
        padding: 2px 10px;
        line-height: 29px
    }

    .menu_mb_title li a {
        color: #fff
    }

    .menu_mb_title > ul > li:last-child {
        border-right: none
    }

.menu_mb_close, .menu_danhmuc_close {
    width: 1%;
    text-align: center;
    font-size: 1.28571em
}

    .menu_mb_close button, .menu_danhmuc_close button {
        position: relative;
        right: -11px;
        height: 100%;
        padding: 0 20px;
        color: inherit
    }

        .menu_mb_close button .fa-times {
            color: #fff
        }

#menu_xs button, #mega-mb button, #menu_danhmuc_xs button {
    background: 0 0;
    border: none
}

.float-icon-mobile {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9
}

    .float-icon-mobile ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-left: 0
    }

        .float-icon-mobile ul li {
            display: block;
            width: 100px;
            float: left;
            padding: 0;
            text-align: center;
            color: #fff;
            font-weight: 700;
            height: 40px;
            line-height: 40px;
            background-color: #ff6a00;
            border-radius: 20px
        }

            .float-icon-mobile ul li a {
                display: block;
                color: #fff
            }

            .float-icon-mobile ul li i {
                margin-right: 5px
            }

.social > p {
    text-transform: uppercase;
    font-weight: 700
}

.social li > a {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 2px 2px 0;
    border-radius: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    background: #2252a6;
    color: #fff;
    transition: background 500ms,color 500ms;
    -webkit-transition: background 500ms,color 500ms
}

    .social li > a .fa {
        padding-right: 0
    }

.social li:hover > a {
    color: #fff
}

.social li > a.rss:hover {
    background: #f90
}

.social li > a.facebook:hover {
    background: #3b5998
}

.social li > a.youtube:hover {
    background: red
}

.social li > a.plus:hover {
    background: #dd4b39
}

.social li > a.vk:hover {
    background: #3f628a
}

.social li > a.pinterest:hover {
    background: #c92026
}

.social li > a.vimeo:hover {
    background: #446d82
}

.social li > a.github:hover {
    background: #657e8c
}

.social li > a.linkedin:hover {
    background: #0c7bb3
}

.social li > a.dropbox:hover {
    background: #4fa3e3
}

.social li > a.youtube:hover {
    background: #ed413e
}

.wrapFaceMss {
    position: fixed;
    width: 240px;
    height: 325px;
    z-index: 9999999;
    right: 2px;
    bottom: 0
}

    .wrapFaceMss .x {
        font-family: arial,helvetica;
        background: rgba(78,86,101,.5) none repeat scroll 0 0;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 25px;
        z-index: 99999999
    }

        .wrapFaceMss .x:hover {
            cursor: pointer
        }

    .wrapFaceMss .pxem {
        text-align: left;
        height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        background: #0088b5;
        width: 100%;
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        z-index: 999999999;
        border-left: 1px solid #fff
    }

        .wrapFaceMss .pxem a.axem {
            color: #fff;
            font-family: arial,helvetica;
            font-size: 12px;
            line-height: 23px;
            padding-left: 5px;
            text-decoration: none
        }

            .wrapFaceMss .pxem a.axem:hover {
                text-decoration: underline
            }

.mnv-tuvan {
    position: fixed;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    background-color: #ee962f
}

    .mnv-tuvan .glyphicon-comment {
        color: #fff
    }

    .mnv-tuvan a {
        color: #fff;
        font-size: 15px;
        text-decoration: none
    }

        .mnv-tuvan a:hover {
            text-decoration: none
        }

.dp1 {
    display: none !important;
    position: absolute;
    z-index: 9;
    width: calc(100% - 30px);
}

.hoverDp:hover .dp1 {
    display: block !important
}
