body {
    /*hoangton sua theo Vnexpress  */
    width: 100%;
    float: left;
    font: 400 14px arial;
    line-height: 160%;
    padding: 0;
    color: #222;
    /*hoangton sua theo Vnexpress  */
}

p {
    margin: 0 0 15px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1010px;
}

.f-r {
    float: right;
}

.container-header {
    max-width: 88%;
}

.top-head {
    background-color: #D2D3D5;
    height: 40px;
    border-bottom: 1px solid #830003;
}

.logo {
    padding-top: 10px;
    padding-bottom: 0;
    text-align: center;
}

    .logo img {
        display: block;
        margin: 0 auto;
    }

.top-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .top-right ul li {
        display: inline-block;
        padding: 0 5px;
    }

        .top-right ul li a {
            color: #192B41;
            font-size: 13px;
            font-weight: bold;
        }

        .top-right ul li:last-child {
            padding-right: 0;
        }

.top-right {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.logo-header {
    text-align: right;
    margin-bottom: 10px;
}

.top-search {
    text-align: center;
    margin-top: 10px;
    position: relative;
    width: 200px;
    margin: auto;
    padding-top: 10px;
    margin-left: 5px;
}

    .top-search input#s {
        width: 100%;
    }

    .top-search input#searchsubmit {
        position: absolute;
        top: 10px;
        right: 0;
    }

.navbar-collapse {
    /* padding: 0; */
}

.navbar-default {
    background-color: transparent;
    border: none;
    min-height: 0;
    margin: 0 -15px 0;
}

.navbar-nav > li > a {
    padding: 10px 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #ED1C24;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: #ED1C24;
}

.top-content {
    border-bottom: 8px solid #FCAE18;
}

.main-menu {
    background: #ED1C24 url(../images/menu-bg.png);
    margin-top: 2px;
    margin-bottom: 20px;
    background-repeat: repeat-x;
}

.home-slideshow {
    margin-bottom: 20px;
}

.flexslider {
    margin: 0;
    border: none;
}

    .flexslider img {
        display: block;
    }

.flex-control-nav {
    bottom: 60px;
}

.flex-caption {
    padding: 2%;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 18px;
}

p.flex-caption {
    width: 100%;
    background-color: #FCAE18;
    font-weight: bold;
    text-shadow: none;
    font-size: 16px;
    margin: 0 0px 10px;
    position: relative;
    padding-right: 110px;
    display: block;
    min-height: 57px;
    margin-bottom: 0;
}

    p.flex-caption a {
        float: right;
        background-color: #a9050c;
        color: #FFF;
        padding: 9px 20px;
        border-radius: 5px;
        right: 10px;
        border: 2px solid #FFF;
        position: absolute;
        top: 9px;
        display: block;
        margin-bottom: 10px;
    }

        p.flex-caption a:hover {
            background-color: #FFF;
            color: #FCAE18;
        }


.bxh {
    border: 3px solid #FA0200;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.box-title {
    text-align: center;
    margin-bottom: 10px;
}

.bxh h3 {
    color: #FA0200;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.bxh select {
    display: inline-block;
    color: red;
    font-weight: bold;
    padding: 2px 5px;
    margin-left: 10px;
}

.right-menu {
    margin-bottom: 20px;
}

    .right-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .right-menu ul li {
            background-color: #a9050c;
            color: #FFF;
            margin-bottom: 1px;
            padding: 15px 0 15px 15px;
            width: 100%;
        }

            .right-menu ul li:hover {
                background-color: #ED1C24;
            }

            .right-menu ul li a {
                color: #FFF;
                font-weight: bold;
                font-size: 14px;
                padding-left: 15px;
            }

h2.home-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #a9050c;
    margin-bottom: 25px;
    margin-top: 0;
}

    h2.home-title span {
        border-bottom: 5px solid #FCAE18;
        padding-bottom: 5px;
    }

    h2.home-title a {
        color: #a9050c;
        text-decoration: none;
    }

        h2.home-title a:hover {
            text-decoration: none;
        }

.right-search h2.home-title {
    text-align: center;
}

.right-search h2.home-title {
    text-align: center;
}

.right-search {
    background-color: #EFF0F2;
    padding: 15px;
    margin-bottom: 20px;
}

.sinh-nhat {
    margin-bottom: 20px;
}

.tim-kiem-dn input {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #333;
    padding: 5px;
}

.tim-kiem-dn a {
    font-weight: bold;
    color: #FE5C4D;
    text-decoration: underline;
    line-height: 35px;
}

.tim-kiem-dn input#searchsubmit {
    float: right;
    border: none;
    background-color: #A9050C;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 5px;
    width: auto;
}

.tim-kiem-dn:after {
    content: '';
    display: block;
    clear: both;
}

/*Footer*/
.bottom-logo {
    margin-bottom: 20px;
}

.bottom-logo-content ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}

    .bottom-logo-content ul li {
        float: left;
        width: 20%;
        padding: 0 5px;
    }

.bottom-logo-content:after {
    content: '';
    clear: both;
    display: block;
}

div#footer {
    background-color: #a9050c;
    color: white;
    padding-top: 30px;
    z-index: 999;
}

.footer-logo {
    text-align: center;
    padding-bottom: 15px;
}

    .footer-logo img {
        display: block;
        margin: 0 auto;
    }

.footer-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-info ul li {
        display: inline-block;
    }

        .footer-info ul li a {
            display: block;
            padding: 0 15px 10px 0;
            color: #B6BBBF;
            font-size: 20px;
        }

.footer-info {
    margin-bottom: 30px;
    max-width: 310px;
}

.footer-bottom {
    background-color: #FCAE18;
    color: #000;
    padding: 15px;
}

.footer-add .fa {
    padding-right: 25px;
}

.footer-add p {
    margin: 0 0 15px;
}

.footer-add {
    margin-bottom: 20px;
}
/*Video*/
.video-widget-content {
    overflow: hidden;
    margin-bottom: 20px;
}

.list-more {
    margin: 0 -5px;
}

    .list-more .item {
        width: 33.33%;
        float: left;
        padding: 0 5px;
    }

        .list-more .item h3 {
            font-size: 12px;
            line-height: 16px;
            margin: 10px 0 0;
        }

        .list-more .item img {
            display: block;
        }

    .list-more h3.item-first {
        font-size: 13px;
        font-weight: bold;
        margin: 10px 0;
        padding: 0 5px;
    }

        .list-more h3.item-first a {
            color: #000;
        }

.home-banner {
   /* margin-bottom: 143px; */
}

    .home-banner img {
        width: 100%;
    }
/*Su kien*/
.su-kien-content h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
}

p.thoi-gian span {
    text-transform: uppercase;
    font-weight: bold;
}

p.dia-diem span {
    text-transform: uppercase;
    font-weight: bold;
}

.su-kien-content p {
    margin: 0;
}

.su-kien {
    margin-bottom: 20px;
}

.su-kien-content .item-1 {
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}

    .su-kien-content .item-1 img {
        width: 100%;
        display: block;
        /*height: 200px;*/
    }

/*Tin tuc*/
.tin-tuc .row {
    margin-left: -5px;
    margin-right: -5px;
}

.tin-tuc .item-first {
    padding-left: 5px;
    padding-right: 5px;
}

.tin-tuc .item-n {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

    .tin-tuc .item-n .post-thum {
        width: 50%;
        padding-right: 10px;
        float: left;
        margin-bottom: 15px;
    }

        .tin-tuc .item-n .post-thum img {
            width: 100%;
            height: 90px;
            display: block;
        }

    .tin-tuc .item-n h3 {
        font-size: 13px;
        font-weight: bold;
        line-height: 18px;
        margin: 0;
    }

        .tin-tuc .item-n h3 a {
            color: #333;
        }

    .tin-tuc .item-n p.date {
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin: 0;
        font-size: 12px;
    }

.item-first p.date {
    font-size: 12px;
    margin-bottom: 0px;
}

.item-first p.intro {
    font-size: 13px;
}

.item-first h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

    .item-first h3 a {
        color: #333;
    }

.item-first .post-thum img {
    width: 100%;
    display: block;
}
/*Chuyen Gia*/
.chuyen-gia {
    margin-bottom: 20px;
}

.cg-first {
    position: relative;
    margin-bottom: 30px;
}

    .cg-first .post-thum {
        float: left;
        padding-right: 15px;
        max-width: 190px;
    }

        .cg-first .post-thum img {
            width: 100%;
            display: block;
        }

    .cg-first h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 20px;
    }

        .cg-first h3 a {
            color: #000;
        }

    .cg-first p.intro {
        font-size: 13px;
        line-height: 20px;
    }

    .cg-first:after {
        content: '';
        clear: both;
        display: block;
    }


/*Doanh nghiep*/
/*TAB*/
ul.nav.nav-tabs {
    background: #0E3570;
    margin-bottom: 15px;
}

.nav-tabs > li > a {
    border: none;
    color: #FFF;
    font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    border-radius: 0;
    background: url(../images/tab-active.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #FFF;
}

.nav-tabs > li {
    margin: 0;
}

    .nav-tabs > li > a:hover {
        border: none;
        border-radius: 0;
        background: url(../images/tab-active.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        color: #FFF;
    }

.dn-icon {
    border-top: 2px solid #FF0E10;
    background: #E7E8EA;
    margin-bottom: 16px;
}

.dn-icon-icon {
    text-align: center;
}

    .dn-icon-icon span {
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 10px 15px;
    }

.dn-icon-social {
    text-align: center;
    padding: 12px 0 5px;
}

.dn-banner {
    position: relative;
    /*height: 210px;*/
}

.dn-logo img {
    display: block;
    width: 100%;
    border: 1px solid #333;
}

.dn-logo {
    max-width: 23%;
    padding: 5px;
    background: #FFF;
    position: absolute;
    bottom: 0px;
    left: 5%;
}

@media (min-width: 992px) {
    .dn-logo {
        bottom: -35px;
    }

    .dn-icon-social {
        text-align: right;
    }
}

/*Chuyen gia More*/
.chuyen-gia-more .item img {
    width: 100%;
}

.chuyen-gia-more {
    padding: 0 20px;
    position: relative;
}

    .chuyen-gia-more .owl-theme .owl-controls {
        /* position: absolute; */
        /* top: 50%; */
        margin: 0;
    }

        .chuyen-gia-more .owl-theme .owl-controls .owl-buttons div {
            position: absolute;
            top: 10px;
            margin: -10px 0 0;
            height: 100%;
            border-radius: 0;
            background: #FCAE18;
            opacity: 1;
            vertical-align: middle;
        }

            .chuyen-gia-more .owl-theme .owl-controls .owl-buttons div.owl-prev {
                left: -20px;
            }

            .chuyen-gia-more .owl-theme .owl-controls .owl-buttons div.owl-next {
                right: -20px;
            }

    .chuyen-gia-more .item h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 13px;
        font-weight: bold;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.51);
        color: #FFF;
    }

    .chuyen-gia-more .owl-theme .owl-controls .owl-buttons div .fa {
        position: relative;
        top: 50%;
        margin-top: -6px;
    }
/*TT doanh nghiep*/
.ttdn-item h3 {
    margin: 10px 0 10px;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    overflow: hidden;
}

    .ttdn-item h3 a {
        color: #000;
    }

.ttdn-item .post-info {
    position: relative;
}

.ttdn-item .post-thum {
    float: left;
    padding-right: 10px;
    max-width: 55%;
}

.ttdn-item p.post-intro {
    font-size: 13px;
    color: #666;
    min-height: 90px;
}

.ttdn-item p.date {
    font-size: 12px;
    margin: 0;
}

.ttdn-item {
    margin-bottom: 50px;
}

.bxh h4 {
    text-transform: uppercase;
    background: #a9050c;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    margin: 0 0 15px;
}

    .bxh h4.label1 {
        margin-bottom: 0;
        padding: 10px 0;
    }

.dn-item span.stt {
    display: inline-block;
    text-align: center;
    width: 45px;
    position: absolute;
}

.dn-item p.name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

    .dn-item p.name span.name {
        position: relative;
        left: 50px;
    }

    .dn-item p.name a {
        color: #333;
        display: block;
    }

p.info span {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;
}

    p.info span span {
        color: #000;
        text-transform: none;
        padding-left: 0;
    }

    p.info span.mst {
        display: inline-block;
        width: 100%;
    }

    p.info span .fa {
        font-size: 8px;
        padding-right: 8px;
        position: absolute;
        top: 3px;
        left: 0;
    }

.dn-item p.info {
    position: relative;
    margin: 0;
    left: 50px;
}

.dn-item.dn-item-2,
.dn-item.dn-item-4 {
    background: #F4F4F4;
}

.dn-item {
    padding: 9px 0;
}
/*Footer Menu*/
.footer-menu .navbar-default .navbar-nav > .active > a,
.footer-menu .navbar-default .navbar-nav > .active > a:focus,
.footer-menu .navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
}

.footer-menu .navbar-default .navbar-nav > li > a:focus,
.footer-menu .navbar-default .navbar-nav > li > a:hover {
    text-decoration: underline;
    background: transparent;
}

span#top-link-block {
    /* position: fixed; */
    bottom: 20px;
    right: 20px;
}

a.well.well-sm:hover {
    background: #FCAE18;
}

a.well.well-sm {
    border: none;
    border-radius: 0;
    color: #FFF;
    background: #333;
}

/*Submenu*/
ul.submenu {
    position: relative;
    top: 100%;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    background: #ED1C24;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    display: block;
}

li:hover ul.submenu {
    display: block;
}

ul.submenu li {
    padding: 5px 20px;
}

    ul.submenu li a {
        color: #FFF;
    }

@media (min-width: 768px) {
    .logo {
        text-align: left;
        margin-bottom: 10px;
    }

        .logo img {
            display: inline-block;
        }

    ul.submenu {
        display: none;
        position: absolute;
        width: 180px;
        margin: 0;
        background: #ED1C24;
    }

    .footer-logo {
        text-align: left;
    }

        .footer-logo img {
            display: inline;
        }

    p.info span.mst {
        width: 30%;
    }

    .top-right ul {
        text-align: right;
    }

    .top-search {
        text-align: right;
        float: right;
    }
}

@media (min-width: 992px) {
    .footer-menu ul.nav.navbar-nav {
        max-width: 643px;
        float: right;
        margin-top: 10px;
    }

    .footer-menu .navbar-nav > li > a {
        padding: 0 10px;
    }
}
/*Tin tuc doanh nghiep*/
#owl-demo-2 {
}

    #owl-demo-2 .owl-controls {
        margin: 0;
    }

        #owl-demo-2 .owl-controls .owl-buttons div {
            position: absolute;
            top: -52px;
            background: #a9050c;
            opacity: 1;
            width: 25px;
            border-radius: 0;
        }

            #owl-demo-2 .owl-controls .owl-buttons div:hover {
                background: #FCAE18;
            }

            #owl-demo-2 .owl-controls .owl-buttons div.owl-prev {
                right: 25px;
            }

            #owl-demo-2 .owl-controls .owl-buttons div.owl-next {
                right: -5px;
            }

p.breadcrum-tp {
    margin: 0 0 20px;
}
/*Page Navi*/
.page-navi {
    text-align: right;
    margin-bottom: 20px;
}

    .page-navi ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .page-navi ul:after {
            content: '';
            clear: both;
            display: block;
        }

        .page-navi ul li {
            margin-right: 3px;
            float: left;
        }

#pagination-flickr a {
    display: block;
    padding: 5px 11px;
    border: 1px solid #CCC;
    border-radius: 3px;
    color: #000;
    background-color: #F3F3F3;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

    #pagination-flickr a:link, #pagination-flickr a {
        display: block;
        float: left;
        padding: 3px 10px;
        text-decoration: none;
        color: #000;
    }

        #pagination-flickr a:hover,
        #pagination-flickr a.active {
            border: solid 1px #AA1D23;
            font-weight: bold;
            background-color: #AA1D23;
            color: #FFF;
        }
/*Chi tiet Tin*/
h1.entry-title {
    font-size: 18px;
    margin: 0 0 20px;
}

.block_single_post .info {
    height: 32px;
    margin-bottom: 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.block_single_post .date {
    height: 32px;
    float: left;
}

    .block_single_post .date p {
        font-size: 11px;
        color: #868686;
        line-height: 32px;
    }

.block_single_post .author {
    height: 32px;
    margin-left: 21px;
    float: left;
}

.block_single_post .r_part {
    float: right;
    min-width: 220px;
}

.block_single_post .category {
    height: 32px;
    float: left;
}

    .block_single_post .category p {
        font-size: 9px;
        color: #3a3a3a;
        text-transform: uppercase;
        line-height: 34px;
    }

.block_single_post .views {
    height: 32px;
    line-height: 32px;
    margin-left: 7px;
    float: left;
    display: block;
    font-size: 11px;
    color: #8a8a8a;
}

.block_single_post .comments {
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
    float: left;
    display: block;
    font-size: 11px;
    color: #8a8a8a;
}

.block_single_post .r_part .fa {
    margin-right: 5px;
}

.block_single_post .f_pic {
    margin-bottom: 10px;
}

.block_single_post .category {
    height: 32px;
    float: left;
}

.block_news_post p.title {
    height: 40px;
    overflow: hidden;
}

.block_single_post .block_related_posts .title a {
    font-size: 12px;
    color: #1a1a1a;
    font-weight: bold;
}

.block_single_post .block_news_post .info {
    margin-bottom: 0;
}

.block_single_post .views .fa {
    padding-right: 5px;
}

.block_single_post .block_related_posts .views {
    float: right;
}

form#commentform label {
    width: 100px;
    font-size: 13px;
}

div#comments {
    margin-bottom: 20px;
}

.entry-content {
    text-align: justify;
}

.fb-like.fb_iframe_widget {
    top: -5px;
}

h3#reply-title {
    font-size: 16px;
    font-weight: bold;
}
/*Ket qua tim kiem*/
.menu2 {
    margin-bottom: 10px;
}

.top-banner {
    margin-bottom: 10px;
}

.dn-item2.label {
    color: #FFF;
    background: #FCAE18;
    text-align: center;
    border-radius: 0;
}

.dn-item2 span.stt {
    width: 5%;
    float: left;
    text-align: center;
}

.dn-item2 span.bp500 {
    width: 5%;
    float: left;
    text-align: center;
}

.dn-item2 span.doanh-nghiep {
    width: 90%;
    float: left;
}

.dn-item2 span.name a {
    text-transform: uppercase;
    font-weight: bold;
    color: #8F8F8F;
}

.dn-item2:after {
    content: '';
    clear: both;
    display: block;
}

.dn-item2 {
    display: block;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid #CCC;
    padding: 9px 0;
    color: #8F8F8F;
}

    .dn-item2 .mst,
    .dn-item2 span.nganh-nghe {
        color: #FA0200;
        text-transform: uppercase;
        font-style: italic;
        font-size: 12px;
    }

    .dn-item2 span.nganh-nghe {
        color: #FA0200;
    }

    .dn-item2 .mst span, span.nganh-nghe span, .dn-item2 span.ceo a {
        font-style: normal;
        text-transform: none;
        color: #8F8F8F;
    }

    .dn-item2 span.ceo {
        padding-right: 30px;
    }

    .dn-item2 .mst .fa,
    .dn-item2 span.nganh-nghe .fa {
        padding-right: 5px;
    }

    .dn-item2 span.nganh-nghe span a {
        color: #8F8F8F;
    }

    .dn-item2 span.name {
        padding-bottom: 5px;
        display: block;
    }

.top-label p {
    margin: 0;
    font-size: 13px;
    font-style: italic;
}

    .top-label p.tieu-chi {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-style: normal;
    }

.top-label {
    margin-bottom: 15px;
}

p.ban-ghi {
    font-weight: bold;
    color: #FA0200;
}
/*BXH Page navi*/
.bxh .page-navi {
    margin: 0;
    padding-top: 10px;
}

    .bxh .page-navi a {
        display: inline-block;
        text-align: center;
        border: 1px solid #FFF;
        padding: 2px 10px;
        color: #000;
    }

        .bxh .page-navi a.active, .bxh .page-navi a:hover {
            border: 1px solid #CCC;
            text-decoration: none;
        }

.kq-label {
    padding-top: 10px;
    text-align: center;
}
/*Tim kiem Doanh Nghiep*/
.top-label2 input#searchsubmit {
    background: #FCAE18;
    color: #FFF;
    font-weight: bold;
    border: none;
    border-radius: 0;
    padding: 4px 0px;
    width: 28%;
    text-align: center;
    float: right;
}

    .top-label2 input#searchsubmit:hover {
        background: #29354B;
    }

.top-label2 input.mst-input {
    width: 70%;
    float: left;
    padding: 3px 5px;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.bxh .top-label2 select {
    border-radius: 0;
    border: 1px solid #000;
    margin: 0;
    width: 100%;
    padding: 4px 5px;
}

    .bxh .top-label2 select.nam-xh {
        width: auto;
    }

.bxh .top-label2 p {
    margin: 0 0 10px;
}

.top-label2 input.ten-cty {
    width: 100%;
    margin-top: 10px;
    padding: 3px 5px;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.top-label2 {
    margin-bottom: 10px;
}

    .top-label2 .tim-kiem-advance {
        text-align: center;
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    .top-label2 .tim-kiem-advance {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .top-label2 .tim-kiem-advance {
        padding-top: 38px;
    }
}

@media (max-width: 568px) {
    h2.home-title {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #a9050c;
        margin-bottom: 25px;
        margin-top: 0;
    }

    p {
        margin: 0 0 0px;
    }

    .logo-header {
        display: none;
    }
}

.top-label2 .tim-kiem-advance a {
    background: #29354B;
    color: #FFF;
    font-weight: bold;
    padding: 4px 10px;
    display: inline-block;
}

    .top-label2 .tim-kiem-advance a:hover {
        background: #FCAE18;
    }

.ket-qua {
    background: #a9050c;
    color: #FFF;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.sum-kq {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
}

.button-kq a {
    background: #FF2122;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #FFF;
    display: inline-block;
}
/*Tim kiem nang cao*/
.box-search {
    margin-bottom: 15px;
}

    .box-search.no-margin {
        margin: 0 0 5px;
    }

.no-margin {
    margin: 0;
}

span.toggle {
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 8px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0 !important;
    color: #000;
}

    span.toggle:before {
        content: "\2b";
    }

span.opened:before {
    content: "\2212";
}

.bxh h3.widget-title {
    position: relative;
    background: #FCAE18;
    display: block;
    padding: 8px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    border: 2px solid #1A2545;
}

.block-content {
    border: 2px solid #1A2545;
    border-top: none;
    padding: 20px 20px 10px;
    display: none;
}

.bxh .block-content select {
    border: 1px solid #000;
    padding: 4px 10px;
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 10px;
}

.block-content p {
    margin: 0 0 5px;
}

.bxh .quy_mo .block-content select {
    margin: 0 0 10px;
}

.block-content input[type="text"] {
    border: 1px solid #000;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
}
/**/
.block-content label {
    margin-right: 20px;
}

.block-content input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .block-content input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 29px;
        height: 21px;
        display: inline-block;
        line-height: 21px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 13px;
        vertical-align: middle;
        cursor: pointer;
    }

    .block-content input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -43px;
    }

.block-content label.css-label {
    background-image: url(../images/check.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nganh-nghe {
    color: #999;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
}

    .nganh-nghe span a {
        color: #000;
    }

.name_1 {
    padding-bottom: 5px;
    padding-top: 10px;
    display: block;
}

    .name_1 a {
        text-transform: uppercase;
        font-weight: bold;
        color: black;
    }

.ceo {
    padding-right: 30px;
}

    .ceo a {
        font-style: normal;
        text-transform: none;
        color: black;
        font-size: 13px;
    }

.nganh-nghe .fa {
    padding-right: 5px;
}

.fa, .dn-item2 span.nganh-nghe .fa {
    padding-right: 5px;
    font-size: 12px;
}

.dn-item2 .mst, .dn-item2 span.nganh-nghe {
    color: #FA0200;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
}

    .fa, .dn-item2 span.nganh-nghe .fa {
        padding-right: 5px;
        /*color: red;*/
        font-size: 12px;
    }

.mst {
    font-style: italic;
    color: #999;
    font-weight: normal;
}

    .mst span {
        font-style: normal;
        text-transform: none;
        color: black;
    }

    .mst.nganh-nghe {
        color: #FA0200;
        text-transform: uppercase;
        font-style: italic;
        font-size: 12px;
    }

.row_tr {
    border-bottom: 1px solid #CCC;
    color: #8F8F8F;
    font-weight: normal;
}

.row_tr_label {
    color: #000;
    background: #FCAE18;
    text-align: center;
    border-radius: 0;
    height: 30px;
}

.cm-list {
    display: block;
    margin: 0;
    padding: 0;
}

    .cm-list li {
        display: block;
        list-style: none;
        border-top: 1px #f0f0f0 solid;
        padding: 10px;
        position: relative;
    }

        .cm-list li .left-cont {
            width: 50px;
            float: left;
            padding-top: 5px;
        }

        .cm-list li .cent-cont {
            margin-left: 60px;
            margin-right: 68px;
        }

        .cm-list li .cm-content {
            color: #444;
            line-height: 16px;
            margin-top: 5px;
        }

.top-head ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .top-head ul li {
        display: block;
        float: left;
        padding: 10px 0;
        margin-right: 10px;
        text-transform: uppercase;
    }

        .top-head ul li a {
            padding: 5px;
            font-size: 13px;
            color: #414042;
        }

            .top-head ul li.active a, .top-head ul li a:hover {
                background: #FFF;
                border-radius: 5px;
                text-decoration: none;
            }

.su-kien-content.sk-first .item-1 h3 {
    margin-top: 0;
}

.more_info h2.home-title span,
.tab-content h2.home-title span {
    border: none;
}

.more_info h2.home-title,
.tab-content h2.home-title {
    border-bottom: 5px solid #FCAE18;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

.simple-info {
    margin-bottom: 16px;
}

.dn-news {
    margin-bottom: 16px;
}

.more_info {
    margin-bottom: 16px;
}

.conpany_info {
    background-color: #F1F1F1;
}

.more_info table tr td {
    padding: 5px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.label_tc {
    width: 36%;
    background-color: #DDDEDE;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    /* padding: 1em 1.4em; */
    padding: 10px;
    background-color: #FFF;
}

.ban-ld {
    margin-bottom: 16px;
}

h3.menu_content_2 {
    text-transform: uppercase;
    padding: 10px;
    background-color: #DDDEDE;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

table.giam_doc_profile {
    width: 100%;
}

    table.giam_doc_profile td {
        padding: 10px;
        border-left: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }

    table.giam_doc_profile tr.label_bld {
        background-color: #FFCCCC !important;
        font-weight: bold;
        text-align: center;
    }

        table.giam_doc_profile tr.label_bld td.label_tc {
            background-color: #FFCCCC !important;
        }

.box_left {
    min-height: 200px;
    margin-bottom: 16px;
}

.box_right {
    margin-bottom: 16px;
}

.ct_box_content h4 {
    color: #DA251C;
    font-weight: bold;
    margin: 16px 0;
    font-size: 16px;
}

.ct_box_content {
    border: 1px solid #CCC;
    margin-bottom: 16px;
    padding: 0 16px 16px;
}

.ct_box_content_2 table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

    .ct_box_content_2 table td {
        text-align: center;
        background-color: #CCCCCC;
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        width: 20%;
        padding: 5px 0px;
    }

ul.list-dn-cung-nganh {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}

.dn-cung-nganh {
    margin-bottom: 16px;
}

div#respond input#author, div#respond input#email {
    width: 100%;
    max-width: 280px;
    padding: 4px 10px;
}

div#respond textarea#comment {
    width: 100%;
    max-width: 500px;
    height: 150px;
}

div#respond input#submit {
    background: #FCAE18;
    color: #FFF;
    font-weight: bold;
    border: none;
    text-align: center;
    padding: 5px 20px;
}


ul#results {
    list-style: outside none none;
    margin: 0;
}

.danh_sach_tt a {
    display: block;
    float: left;
    padding-bottom: 10px;
    width: 33%;
}

.ds_more a {
    color: white;
    text-transform: uppercase;
    float: right;
    font-size: 10px;
    padding-right: 10px;
}

.ContentSearch {
    background: none repeat scroll 0 0 white;
    border: 1px solid #FCAE18;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
}

    .ContentSearch h2 {
        color: #293955;
        font-style: italic;
        font-weight: 600;
        margin: 10px;
        width: 100%;
    }

.Row_Content {
    border-bottom: 1px dotted #FCAE18;
    margin: 5px 5px 2px;
    padding: 10px;
}

.menu-search {
}

    .menu-search a {
        color: #565656;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .menu-search a:hover {
            color: #3399FF;
        }

.ContentSearch span {
    font-style: italic;
}

.Row_Content:hover {
    background: #BAE2FF;
    cursor: pointer;
}

/*css searh*/
.rc {
    position: relative;
}

h3.r {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
}

.rc_h3 {
    font-size: 18px;
}

.r {
    font-size: medium;
}

.sl, .r {
    display: inline;
    font-weight: normal;
    margin: 0;
}

h3, .med {
    font-size: medium;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.banner-1 {
    float: left;
    height: auto;
}


p.xem_them a {
    background-image: url(/Content/Prospect500/images/xem_them.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px 0px;
    margin-left: 185px;
    color: #AA1D23;
    text-decoration: none;
}

.listvideo {
    float: left;
    width: 100%;
}

.video_page {
    background-color: #FFF;
    /* padding: 10px; */
    /* border: 1px solid #D7D7D7; */
}

.listvideo ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .listvideo ul li {
        width: 30.2%;
        float: left;
        margin-left: 10px;
        margin-right: 4px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

h3, .med {
    font-size: medium;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.listvideo li h3 a {
    color: #2B92D7;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
}

.listvideo li img {
    float: left;
    height: 110px;
    width: 205px;
    border: none;
    border-radius: 3px;
    -webkit-transition: box-shadow 0.5s ease;
    -moz-transition: box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    -ms-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
}

.listvideo li span {
    font-size: 11px;
    font-family: arial;
    margin: 0px;
}

.listvideoOther {
    float: left;
    width: 100%;
}

    .listvideoOther ul {
        list-style-type: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .listvideoOther ul li {
            width: 22.6%;
            float: left;
            margin-left: 10px;
            margin-right: 4px;
            margin-bottom: 10px;
            margin-top: 5px;
        }

    .listvideoOther li img {
        float: left;
        height: 90px;
        width: 170px;
        border: none;
        border-radius: 3px;
        -webkit-transition: box-shadow 0.5s ease;
        -moz-transition: box-shadow 0.5s ease;
        -o-transition: box-shadow 0.5s ease;
        -ms-transition: box-shadow 0.5s ease;
        transition: box-shadow 0.5s ease;
    }

    .listvideoOther li span {
        font-size: 10px;
        font-family: arial;
        margin: 0px;
    }

    .listvideoOther li h3 {
        padding-top: 2px;
        width: 100%;
    }

        .listvideoOther li h3 a {
            color: #2B92D7;
            margin-top: 5px;
            font-weight: bold;
            font-size: 11px;
            text-transform: capitalize;
            text-decoration: none;
            font-family: sans-serif;
        }

.fadein {
    position: relative;
    width: 100%;
}

    .fadein img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%;
    }

.mb-5 {
    margin-bottom: 5px;
}

.progress {
    background-color: white !important;
    margin-top: 10px;
}

.p-l-0 {
    padding-left: 0;
}

.logo-img {
    height: 200px !important;
    width: 300px !important;
    border-radius: 5px;
}

.logo-ceo {
    width: 80px;
    height: 100px;
}

.avatar-image {
    width: 200px;
    height: 120px;
}

.img-slider-avatar {
    height: 50px;
    border-radius: 5px;
    width: 100px;
}

.w100-percent {
    width: 100%;
}

.tab-business {
    border: 1px solid;
    width: 32%;
    padding: 5px;
    text-align: center;
    float: left;
    background-color: white
}

    .tab-business:hover {
        color: black;
        font-weight: bold;
        cursor: pointer;
    }

    .tab-business.active {
        color: black;
        font-weight: bold;
    }
