@import url("reset.css");

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    margin: 0;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    list-style-type: none;
}

h1, h2, h3 {
    font-size: 15px;
    margin: 0;
}


img, li, a {
    border: 0px;
}

    a:link, a:visited {
        color: #00999f;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 14px;
    }

    a:hover {
        color: #ff940a;
        text-decoration: none;
    }

p {
    margin-bottom: 3px;
    font-size: small;
}

.price b {
    font-weight: 500;
    color: #ff940a;
    font-size: small;
}

* {
    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;
    }

.color-orange, .color-orange a {
    color: #ff9818!important;
}

.color-red, .color-red a {
    color: #fe0707!important;
}

.line-height-25 {
    line-height: 25px;
}


.boxWhite .boxListProducts{
    box-shadow: none !important;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.pd-15 {
    padding: 15px;
}

.mrT-15 {
    margin-top: 15px;
}

.txt-title {
    color: #003f95;
    font-weight: 500;
}

.font-weight-bold {
    font-weight: 700;
}

.txt-red {
    color: #ff0000;
}

/*=====================HEADER======================*/

/*.topHeader .fa-hand-o-right {
    font-size: 20px;
    color: #ff2200;
}*/

.topHeader li:last-child a {
    line-height: 0;
    background-color: #00999f;
    color: #fff;
    padding: 10px 15px;
    margin-top: 17px;
    border: 1px solid #ddd;
    border-radius: 3px;
}


#home-body {
    padding-top: 15px;
    background-color: #e4edf4;
}

.box-catalog {
    background-color: #fff;
    position: relative;
    box-shadow: 2px 2px 2px #cecece;
}

    .box-catalog .title-catalog {
        padding: 15px 0 10px 20px;
        font-weight: bold;
        background: #fff;
        text-transform: uppercase;
    }

    .box-catalog .list-catalog > li {
        position: relative;
        border-bottom: 1px solid #e5ecf4;
        border-top: 1px solid #e5ecf4;
    }

        .box-catalog .list-catalog > li:hover {
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
        }


        .box-catalog .list-catalog > li:first-child {
            border-top: 2px solid #e5ecf4;
        }

            .box-catalog .list-catalog > li:first-child:hover {
                border-top: 2px solid #ccc;
            }

.boxItemCatalog {
    position: relative;
}

.box-catalog .list-catalog li .boxItemCatalog img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.box-catalog .list-catalog .product_dep {
    display: block;
    padding: 15px 10px 15px 45px;
}

.box-catalog .list-catalog a:hover {
    color: #000;
}

.box-catalog .list-catalog a .iconCatalogArrow {
    float: right;
    font-size: 25px;
    opacity: .5;
    position: absolute;
    right: 6px;
    top: 9px;
}

.box-catalog .list-catalog a:hover .iconCatalogArrow {
    opacity: 1;
}

.boxSubMenu {
    /*opacity: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;*/
    display: none;
    position: absolute;
    top: 0px;
    left: 262px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 20px 0;
}

.box-catalog .sub_menu {
    border-right: 1px solid #dedede;
}

/*.boxImageSubMenu {
    width: 60%;
    float: right;
}*/

.boxImageSubMenu img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.box-catalog .list-catalog li:hover .boxSubMenu {
    display: block;
}

.titleSubMenu {
    padding: 0 30px 10px 30px;
}

    .titleSubMenu a {
        color: #0089c4;
        font-weight: bold;
    }

.sub_menu li {
    padding-left: 30px;
}

    .sub_menu li a {
        padding: 5px 0;
        display: block;
    }

.sub_menu .fa-angle-right {
    padding-right: 5px;
}
/**End list catalog**/



#sliderCarousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-left: -25%;
}

.owl-nav.disabled {
    display: block !important;
}

#sliderCarousel .owl-prev, #sliderCarousel .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: #333;
    opacity: .2;
    color: #fff;
}

#sliderCarousel .owl-prev {
    left: 0;
    border-radius: 0 6px 6px 0;
}

#sliderCarousel .owl-next {
    border-radius: 6px 0 0 6px;
    right: 0;
}

#sliderCarousel .owl-nav div:hover {
    background: #008B9E;
    opacity: .8;
    transition: all ease-in-out .2s;
}
/**End slider**/


/**End tin VIP**/

.titleMostView {
    text-transform: uppercase;
}

.boxItemVip {
    background-color: #fff;
    border: 1px solid #dedede;
    box-shadow: 2px 2px 2px #cecece;
    margin-bottom: 15px;
}

.listVip .title {
    height: 40px;
    margin-bottom: 3px;
    overflow: hidden;
}

.listVip .city .fa {
    padding-left: 15px;
}


.listVip .cusCity {
    float: left;
}

.listVip .price {
    float: right;
}

boxViewNews .price.price.glyphicon.glyphicon-usd {
}

.nameProfile {
    font-size: 12px;
    margin: 10px 0px;
    overflow: hidden;
    text-transform: uppercase;
}

    .nameProfile a {
        color: #999;
        text-transform: uppercase;
    }

.listVip .item {
    border-bottom: 1px dashed #cecece;
    margin-bottom: 20px;
}

.item .city .fa {
    color: #c3c3c3;
}

.item .cusCity a {
    color: #00999f;
}

.info .title {
    line-height: 20px;
    margin-bottom: 5px;
}

.info .price {
    font-size: 10px;
    color: #ff940a;
}

.info .city a {
    color: #c3c3c3;
}

.boxListItemVip {
    border-bottom: 1px dashed #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.listItemHot .boxListItemVip:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.titleUV, .nameUV {
    height: 15px;
    overflow: hidden;
}

.addressUV {
    margin-top: 5px;
    height: 35px;
    overflow: hidden;
    display: block;
}

/**End tin VIP**/


.advance {
    margin-bottom: 15px;
}

    .advance img {
        width: 100% !important;
        height: auto !important;
        padding: 3px;
        background-color: #fff;
    }
/**End quang cao banner**/


.listItemVIP {
    background-color: #fff;
    box-shadow: 2px 2px 2px #cecece;
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

    .listItemVIP .fixListItemDP {
        width: 100%;
        padding-bottom: 10px;
        padding-left: 24px;
    }

        .listItemVIP .fixListItemDP a {
            color: #7b7979;
            font-size: 12px;
        }

            .listItemVIP .fixListItemDP a span {
                color: #337ab7;
            }

.detail img {
    max-width: 100% !important;
}
/**End leftPage**/


/**End scrollBox**/


#header {
    box-shadow: 0px 5px 5px -4px #ccc;
    -moz-box-shadow: 0px 5px 5px -4px #ccc;
    -webkit-box-shadow: 0px 5px 5px -4px #ccc;
}

.header-top {
    padding: 0;
    background-color: #2d82c3;
}

    .header-top .top-logo {
        line-height: 34px;
        margin-bottom: 0;
    }

.top-bar-list > li {
    display: inline-block;
    line-height: 18px;
    padding: 8px 10px 8px 8px;
    position: relative;
}

#user-nav {
    position: absolute;
    z-index: 9;
    background-color: #e2eff5;
    right: 15px;
    top: 50px;
    width: 140px;
    padding: 10px;
    text-align: left;
    box-shadow: 2px 2px 2px #cecece;
    z-index: 99;
}

    #user-nav li:first-child {
        margin-bottom: 10px;
    }

    #user-nav a {
        padding-right: 0;
        line-height: 0;
        color: #000;
    }

/***
    Notification Member
    ***/
.notificationMember span.fa-bullhorn {
    position: relative;
    padding-right: 20px;
}


.numberNotifiMember {
    position: absolute;
    right: 0px;
    top: 1px;
    background-color: #e74c3c;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
    text-align: center;
}

.notificationMember {
    position: relative;
}

#listNotificalMember {
    position: absolute;
    z-index: 99;
    background-color: #00999f;
    width: 250px;
    right: 0;
    border: 1px solid #dedede;
    box-shadow: 2px 2px 2px #cecece;
}

    #listNotificalMember li a {
        display: block;
        text-transform: none;
        line-height: initial;
        padding-right: 0;
        padding: 8px;
        border-bottom: 1px dashed #dedede;
    }

    #listNotificalMember li:last-child a {
        border-bottom: none;
    }

.viewAll {
    text-align: center;
    padding: 8px !important;
    line-height: inherit !important;
    display: block !important;
    background-color: #f17524;
}

/*#listNotificalMember li:last-child{
            text-align: center;
            background-color: #cecece;
            padding: 0;
            border-bottom: none;
        }

            #listNotificalMember li:last-child a {
                padding: 7px 0;
                color: #222;
            }*/

.top-bar-list > li:last-child {
    padding-right: 0;
}

.top-bar-list > li a {
    color: #fff;
    cursor: pointer;
}

    .top-bar-list > li a:hover {
        color: #ff9200;
    }

    .top-bar-list > li a .fa {
        padding-left: 5px;
    }

.top-bar-list li.support {
    position: relative;
}

    .top-bar-list li.support:hover .support-box {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        -moz-animation: fadeInUp 400ms;
        -ms-animation: fadeInUp 400ms;
        -o-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
    }

    .top-bar-list li.support .support-box {
        display: none;
        width: 320px;
        text-align: left;
        padding: 15px 10px;
        background-color: #fff;
        position: absolute;
        top: 32px;
        left: -185px;
        z-index: 60;
        box-shadow: 1px 1px 5px -1px #a2a2a2;
        -moz-box-shadow: 1px 1px 5px -1px #a2a2a2;
        -webkit-box-shadow: 1px 1px 5px -1px #a2a2a2;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .top-bar-list li.support .support-box:before {
            content: '';
            display: block;
            border-color: transparent transparent #fff transparent;
            border-style: solid;
            border-width: 7px 9px;
            position: absolute;
            top: -14px;
            right: 95px;
        }

        .top-bar-list li.support .support-box p {
            margin-bottom: 18px;
            line-height: 18px;
        }

            .top-bar-list li.support .support-box p span {
                color: #fe0707;
                font-weight: 700;
            }

            .top-bar-list li.support .support-box p i.fa {
                color: #1362a0;
                margin-right: 10px;
                font-size: 20px;
                width: 15px;
                height: 20px;
                display: block;
                float: left;
            }

            .top-bar-list li.support .support-box p:first-child {
                border-bottom: 1px dashed #ccc;
                padding-bottom: 10px;
                color: #2d82c3;
            }

            .top-bar-list li.support .support-box p:last-child {
                margin-bottom: 0;
                border-top: 1px dashed #ccc;
                padding-top: 10px;
                text-align: center;
                line-height: 20px;
                font-weight: 700;
                color: #ff9818;
            }

.header-mid {
    padding: 15px 0;
    background-color: #fff;
    margin-bottom: 10px;
}

.top-logo img {
    max-width: 100%;
    height: auto;
}

.top-cuspost {
    text-align: right;
}

    .top-cuspost a {
        padding: 8px 8px 10px;
        background-color: #ff9200;
        color: #fff;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, .4);
        -moz-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, .4);
        -webkit-box-shadow: inset 0px -1px 2px 0px rgba(0, 0, 0, .4);
        float: right;
    }

        .top-cuspost a:hover {
            text-decoration: none;
            background-color: #ef0505;
        }

        .top-cuspost a .fa {
            margin-left: 8px;
            font-size: 15px;
            font-weight: 700;
        }


/*=====================HOME PAGE======================*/
.mr-TB {
    margin-top: 0;
    margin-bottom: 0;
}

.titleName {
    color: #5d5b5b;
    word-wrap: break-word;
    font-size: 13px;
}

.btn-secondary, .btn-secondary:visited {
    background: #ddd;
    color: #333;
}

.box-vipproduct {
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #cecece;
}

.homedeps-icon ul:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.homedeps-icon ul li {
    float: left;
    margin: 0 30px 25px;
}

    .homedeps-icon ul li .image {
        width: 90px;
        height: 90px;
        background-color: #e2e2e2;
        margin-bottom: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .homedeps-icon ul li .image span {
            width: 100%;
            height: 100%;
            display: block;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            -webkit-background-size: contain;
        }

    .homedeps-icon ul li .title {
        width: 90px;
        height: 36px;
        overflow: hidden;
        line-height: 18px;
        text-align: center;
    }

        .homedeps-icon ul li .title a:hover {
            text-decoration: none;
        }

/*=====================DEAFAULS======================*/


#main-body .container, #home-body .container {
    background-color: #e3eef4;
    padding-bottom: 25px;
}

.specBox-ttl {
    border-bottom: 1px solid #dedede;
    padding: 14px 0px 10px;
    margin-bottom: 10px;
}

    .specBox-ttl span {
        text-transform: uppercase;
        border-bottom: 3px solid #ff940a;
        padding: 8px 15px 7px 2px;
        font-weight: 700;
        color: #ff940a;
    }

.defBox-ttl {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #ff940a;
}

    .defBox-ttl:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

    .defBox-ttl > span {
        background-color: #ff940a;
        color: #fff;
        cursor: default;
        padding: 10px 15px 8px;
        font-weight: 700;
        border-radius: 1px 1px 0 0;
        -webkit-border-radius: 1px 1px 0 0;
        -moz-border-radius: 1px 1px 0 0;
        text-transform: uppercase;
        font-size: 12px;
        float: left;
    }

.boxContent {
    background-color: #eff0f1;
    padding: 15px;
    margin: 10px 0;
    border-left: 3px solid #ff9200;
}

    .boxContent h2 {
        line-height: 20px;
    }

.homebox-hotproduct {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .homebox-hotproduct .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 {
        border-right: 1px solid #ccc;
        padding: 0 12px;
    }

    .homeNav-Deps ul li:last-child a {
        border: none;
    }

.box-product {
    margin-bottom: 10px;
}

    .box-product .mCustomScrollbar {
        width: 100%;
        height: 1000px;
    }

.boxListProducts {
    border-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 2px 2px 2px #cecece;
}

    .boxListProducts:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

    .boxListProducts div.item:first-child {
        padding-top: 8px;
    }

    .boxListProducts div.item {
        margin-bottom: 12px;
        background-color: #fff;
        border-bottom: 1px dashed #dedede;
        padding-bottom: 10px;
    }


        .boxListProducts div.item:after {
            content: '';
            display: block;
            height: 0;
            clear: both;
        }

    .boxListProducts .item .image {
        width: 60px;
        height: 40px;
        overflow: hidden;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-right: 6px;
    }

        .boxListProducts .item .image img {
            max-width: 100%;
            height: auto;
        }


    .boxListProducts .item .title {
        padding-top: 2px;
        margin-bottom: 5px;
        height: 38px;
        overflow: hidden;
    }

        .boxListProducts .item .title a {
            color: #00999f;
            line-height: 18px;
        }

            .boxListProducts .item .title a:hover {
                text-decoration: none;
            }

    .boxListProducts .item .price {
        color: #ea2127;
        margin-bottom: 5px;
        font-size: small;
    }

    .boxListProducts .item b {
        color: #333;
        margin-bottom: 5px;
    }

    .boxListProducts .item .date {
        color: #9c9c9c;
        font-size: 12px;
        margin-bottom: 0;
    }

        .boxListProducts .item .date .fa {
            padding-right: 3px;
            color: #c3c3c3;
        }

    .boxListProducts .item .city {
        min-height: 16px;
        color: #2d82c3;
        margin-bottom: 5px;
    }

        .boxListProducts .item .city a {
            color: #aeaeaf;
            font-size: small;
        }

        .boxListProducts .item .city .fa {
            color: #c3c3c3;
            margin-right: 5px;
            font-size: 15px;
        }




.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;
        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;
        }

.box-vipproduct div.col-sm-6 {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.box-vipproduct .item {
    border-bottom: 1px dashed #dbdfe2;
    padding-bottom: 8px;
    margin-bottom: 6px;
    padding-top: 5px;
}

    .box-vipproduct .item .image {
        width: 35%;
        height: 60px;
        float: left;
        padding: 2px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

        .box-vipproduct .item .image a {
            width: 100%;
            height: 100%;
            overflow: hidden;
            display: block;
            clear: both;
            text-align: center;
        }

        .box-vipproduct .item .image img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
            object-position: center;
        }

    .box-vipproduct .item .info {
        width: 65%;
        float: left;
        padding-left: 12px;
    }

        .box-vipproduct .item .info .title {
            font-weight: 300;
            line-height: 18px;
            margin-bottom: 8px;
        }

            .box-vipproduct .item .info .title a {
                margin-right: 5px;
            }

    .box-vipproduct .item .city {
        margin-bottom: 5px;
    }

        .box-vipproduct .item .city a {
            color: #545555;
        }

    .box-vipproduct .item .info .price {
        margin-bottom: 0;
        font-weight: 700;
        color: #ea2127;
    }

.listInfoJob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 13px;
}

    .listInfoJob li {
        width: calc(33.333% - 5px);
        padding: 4px 0;
    }

        .listInfoJob li i {
            color: #00999f;
            padding-right: 3px;
        }

.breadcrumb {
    border-radius: 0;
}

.boxWhite {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

/*=====================FOOTER======================*/
#footer {
    text-align: left;
    background-color: #fff;
    border-top: 3px solid #00999f;
    margin-top: 15px;
}

.info-footer {
    padding: 25px 0 15px;
}

    .info-footer .info h2 {
        color: #ff9818;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 15px;
    }

    .info-footer .info p {
        margin-bottom: 12px;
        padding-left: 2px;
    }

    .info-footer .info .social {
        padding-top: 5px;
        padding-left: 2px;
    }

        .info-footer .info .social li {
            display: inline-block;
            margin-right: 10px;
        }

            .info-footer .info .social li .fa {
                color: #585858;
                font-size: 22px;
            }

    .info-footer .art-list .ttl {
        border-bottom: 1px dashed #d0d0d0;
        padding: 0px 0 6px;
        margin-bottom: 5px;
    }

        .info-footer .art-list .ttl span {
            border-bottom: 2px solid #ff9818;
            padding: 0 2px 5px;
            font-weight: 700;
            font-size: 16px;
            color: #7b7b7b;
        }

    .info-footer .art-list li {
        position: relative;
        padding: 5px 0 5px 16px;
    }

        .info-footer .art-list li:before {
            content: '';
            display: block;
            position: absolute;
            top: 9px;
            left: 5px;
            border-style: solid;
            border-color: transparent transparent transparent #2d82c3;
            border-width: 4px;
        }

        .info-footer .art-list li a {
            /* color: #2d82c3; */
        }

.adlink-footer {
    border-top: 1px solid #d0d0d0;
    padding: 12px 0;
    text-align: center;
    color: #0089c4;
}

    .adlink-footer p {
        margin-bottom: 0;
    }

    .adlink-footer a {
        color: #0089c4;
        line-height: 22px;
        font-size: 12px;
    }

.cpr-footer {
    background-color: #f5f5f5;
    padding: 6px 0;
    text-align: center;
    /*color: #2d82c3;*/
}

.readMore {
    width: 100%;
    color: #fff !important;
    margin: 10px 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-weight: 700;
        line-height: 18px;
    }

        .products-item .title a:hover {
            text-decoration: none;
            color: #ea2127;
        }

.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: #ea2127;
        font-weight: 400;
    }

.itembox-vipproduct .mCustomScrollbar {
    width: 100%;
    height: 605px;
    padding-top: 4px;
    padding-bottom: 5px;
}


.inShowItem {
    background-color: #fff;
    box-shadow: 2px 2px 2px #cecece;
    margin-bottom: 10px;
}

.sendProfile .btn {
    width: 100%;
}

.showItem {
    padding: 10px 8px;
}

.titleShowItem {
    color: #00999f;
    font-size: 25px;
    margin-bottom: 10px;
}

.textCompany {
    font-weight: 600;
    text-transform: uppercase;
}

.textView {
    font-size: 13px;
}

.titleFun {
    border-bottom: 2px solid #f7f7f7;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

    .titleFun:before {
        background: #00999f none repeat scroll 0 0;
        border-radius: 12px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: -2px;
        width: 180px;
    }

    .titleFun h2 {
        margin: 0;
        padding: 0;
        font-size: 22px;
        padding-bottom: 2px;
        text-transform: capitalize;
        color: #455a64;
        font-weight: 600;
    }

.contentFun {
    margin-bottom: 15px;
}

.showItem #mydiv {
    margin-bottom: 10px;
}

.showItem .title-top {
    margin-bottom: 15px;
}

    .showItem .title-top .fa {
        padding-left: 20px;
        color: #7bb9df;
    }

        .showItem .title-top .fa:first-child {
            padding-left: 0;
        }

    .showItem .title-top a, .showItem .title-top {
        color: #888;
    }

.showItem .infoContact {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin: 10px 0;
}

    .showItem .infoContact .tel span {
        color: #2d82c3;
    }

.showItem .detail {
    margin-bottom: 15px;
}

.priceProduct b span, .priceProduct strong {
    color: #f57301;
}

.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;
    }

.showItem .price span {
    color: #ed1c24;
}

.showItem .desc {
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

    .showItem .desc > b, .showItem .detail > b, .showItem .infoContact > b, .showItem .infoCompany > b {
        background-color: #eff0f1;
        padding: 10px;
        margin: 10px 0;
        border-left: 3px solid #ff9200;
        display: block;
        text-transform: uppercase;
    }

.showItem .infoUserWork {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.showItem .nameCompany {
    text-transform: uppercase;
}


.showItem .listImg .img-thumbnail {
    width: 80px;
    height: 80px;
    padding: 4px !important;
}

    .showItem .listImg .img-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        object-position: center;
    }

.showItem .boxEx {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 10px;
}

    .showItem .boxEx span {
        color: #006ead;
        font-weight: 500;
    }

.showItem .title-top > span {
    padding-right: 10px;
    text-transform: uppercase;
}

.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;
    margin-bottom: 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;
        color: #ed1c24;
    }

    .showItem .infoCpn p {
        margin-bottom: 8px;
        padding-left: 5px;
    }

        .showItem .infoCpn p:last-child {
            margin-bottom: 0;
        }


.pagePagi {
    text-align: center;
}

.pagination > a {
    display: inline;
}

    .pagination > a:first-child, .pagination span:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination > a:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.pagination > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination a {
    text-decoration: none !important;
}

.pagination > .active {
    z-index: 0;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.6;
}

.pagination > a:focus, .pagination > a:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
/*=====================Tin dang moi nhat======================*/
.listViewNews {
    background-color: #fff;
    margin: 15px 0;
    padding: 10px;
}

.titleViewNews {
    border-bottom: 1px dotted #c8c8c8;
    position: relative;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .titleViewNews span {
        border-bottom: 1px solid #c8c8c8;
        height: 20px;
        line-height: 20px;
        padding-bottom: 10px;
    }

.boxViewNews .image {
    border: 1px solid #cecece;
    padding: 2px;
    width: 100px;
    height: 100px;
    float: left;
    background-color: #fff;
    margin-right: 5px;
}

    .boxViewNews .image img {
        object-position: center;
        object-fit: scale-down;
        height: 100%;
    }

.boxViewNews .titleProduct {
    height: 38px;
    overflow: hidden;
    line-height: 18px;
}

.date {
    cursor: pointer;
    font-size: small;
    color: #c3c3c3;
}

.boxViewNews .date {
    color: #888;
    font-size: 12px;
}

.boxViewNews .price {
    font-weight: bold;
    /* color: #ff0000; */
    font-size: 11px;
}

#ProductNewPosting .owl-nav {
    position: absolute;
    right: -5px;
    top: -60px;
}

    #ProductNewPosting .owl-nav .owl-prev, #ProductNewPosting .owl-nav .owl-next {
        background: #ff9818;
    }

.boxListProduct {
    margin-bottom: 10px;
}


/*=====================PAGE ARTICLE======================*/
.boxListNew .image img {
    width: 100%;
    height: auto;
    max-height: 230px;
}

.boxListNew .title {
    font-size: 18px;
    font-weight: 600;
    height: 42px;
    line-height: 20px;
    margin: 20px 0;
}

    .boxListNew .title a {
        color: #444;
    }

        .boxListNew .title a:hover {
            color: #ff940a;
        }

.pageArticles {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #dedede;
    box-shadow: 2px 2px 2px #cecece;
}

    .pageArticles .item {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }

    .pageArticles .image {
        display: block;
        width: 145px;
        height: 108px;
        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 {
        line-height: 18px;
        margin-bottom: 8px;
    }

        .pageArticles .title a {
            color: #337ab7;
        }

    .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;
        padding: 4px 12px;
        background: #ff9200;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-box-shadow: inset 0px -1px 3px rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0px -1px 3px rgba(0, 0, 0, .3);
        box-shadow: inset 0px -1px 3px rgba(0, 0, 0, .3);
    }

        .pageArticles .more a {
            font-weight: bold;
            font-size: 12px;
            font-style: italic;
            color: #fff;
        }

.showArticle, .relateArt {
    padding: 10px;
}

    .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: #ff940b;
            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%;
    }

.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;
    line-height: 18px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.func_member h3.ttl {
    background-color: #006f51;
    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: #006f51;
            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 #ea2127;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 2px 8px 5px;
    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-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: #ea2127;
    }

.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: #8A8A8A;*/
    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;
        }

/*Menu Mobile ----------------------------------------------------------*/
#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: bold;
    }

        #menu_xs li a img {
            width: 100%;
            height: auto;
        }

    #menu_xs li ul li h2 a {
        text-transform: inherit;
    }

.menu_mb_header {
    padding-top: 3px;
    padding-left: 10px;
    height: 40px;
    width: 100%;
    margin-bottom: 7.5px;
    border-bottom: 1px solid #e9e9e9;
    background: #0086c2;
    color: #fff;
}

.menu_mb_title {
    float: left;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
}

    .menu_mb_title > ul > li, .menuUserTitle > ul > li {
        display: inline-block;
        font-size: 14px;
        text-transform: none;
        padding: 2px 10px;
        line-height: 29px;
    }

    .menu_mb_title li a, .menuUserTitle li a {
        color: #fff;
    }

    .menu_mb_title > ul > li:last-child {
        border-right: none;
    }

.menu_mb_close {
    padding-top: 5px;
    float: right;
    width: 10%;
    text-align: center;
    font-size: 1.28571em;
}




#menu_xs button, #mega-mb button {
    background: 0 0;
    border: none;
}

.tab-content img {
    max-width: 100% !important;
}

.box-dangky {
    border: 1px solid #cecece;
    padding: 10px 5px;
    box-shadow: 2px 2px 2px #cecece;
    background-color: #fff;
}


/*login google and facebook*/
.line-other {
    margin: 10px 0;
    text-align: center;
    overflow: hidden;
}

    .line-other span {
        text-align: center;
        position: relative;
        font-size: 12px;
        width: 182px;
        margin: auto;
        height: 30px;
        line-height: 30px;
        display: block;
        font-style: italic;
        color: #b7b7b7;
    }

        .line-other span:before {
            content: '';
            height: 1px;
            width: 125%;
            background-color: #eaeaea;
            top: 50%;
            position: absolute;
            z-index: 2;
            left: -100%;
        }

        .line-other span:after {
            content: '';
            height: 1px;
            width: 125%;
            background-color: #eaeaea;
            top: 50%;
            position: absolute;
            z-index: 2;
            right: -100%;
        }
