.box-search {
    background: #f2f2f2;
    padding-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 5px;
    height: 30px;
    line-height: 1;
}

.news-info {
    background-color: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 5px;
}

.w-le {
    width: 100% !important;
    background-color: whitesmoke;
}
/** NEWS SLIDER ********************************/
.news-slider {
    margin-bottom: 20px;
    background: #f2f2f2;
    border: 1px solid #ddd;
}

.news-slider-imgs .item .item-head {
    position: relative;
}

    .news-slider-imgs .item .item-head img {
        width: 100%;
    }

.news-slider-imgs .item-head-content {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding: 10px 10px 10px 10px;
    color: #fff;
    background: url(../Images/bg/bg-70.png);
    width: 100%;
    height: 70px;
}

    .news-slider-imgs .item-head-content .link-text {
        font-weight: bold;
        font-size: 13px;
    }

.news-slider-imgs .item .desc {
    padding: 10px
}

.news-slider-imgs {
    position: relative;
    background-color: #fff;
}

.news-slider-imgs-wrap .slick-prev {
    position: absolute;
    left: 0;
    top: 40%;
    width: 30px;
    height: 50px;
    background: none;
    background-image: url(../icons/pre.png);
    border: none;
    z-index: 999;
    background-position-x: -1px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.news-slider-imgs-wrap .slick-next {
    position: absolute;
    right: 0;
    top: 40%;
    width: 30px;
    height: 50px;
    background: none;
    background-image: url(../icons/next.png);
    border: none;
    z-index: 999;
    background-position-x: 5px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.news-slider-imgs-navigation .slick-prev {
    position: absolute;
    left: 0;
    top: 40%;
    width: 30px;
    height: 50px;
    background: rgb(0, 0, 0); /* fallback in case rgba is not supported */
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.news-slider-imgs-navigation .slick-next {
    position: absolute;
    right: 0;
    top: 40%;
    width: 30px;
    height: 50px;
    background: rgb(0, 0, 0); /* fallback in case rgba is not supported */
    background: rgba(0, 0, 0, 0.7);
    border: none;
}

.news-slider-list {
    /*padding: 10px 0px;*/
}

    .news-slider-list .item {
        /*width: 99% !important;
    background: url('../Images/news_arrow.png') no-repeat 0px 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px dashed #ddd;
    text-align: justify;
    color: #000;
    height: 50px;*/
        width: 100% !important;
        /*background: url('../icons/arrown-black.png') no-repeat 0px 15px;*/
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px dashed #eaeaea;
        text-align: justify;
        margin: 0px;
        height: 60px;
    }

        .news-slider-list .item.active {
            /*color: #fff;*/
            /*background-color: #0351a0;*/
        }

.news-slider-imgs .title-heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.news-slider-imgs-wrap .link-text {
    color: #fff;
}

.nav-tabs > li.active {
    border-bottom: 3px solid #fe0000;
    margin-bottom: -3px;
}
/**
    BANNER ********************************/
.small-banner {
    /*margin-bottom: 10px;*/
}

/**
    BIG NEWS ********************************/

.title-links {
    display: inline-block;
}

    .title-links .first-btn {
        color: #000;
        text-decoration: none;
        font-size: 12px;
    }

        .title-links .first-btn:hover {
            color: #337ab7;
            text-decoration: none;
        }

    .title-links a {
        margin-right: 5px;
        margin-left: 5px;
        font-size: 12px;
    }

    .title-links .dropdown-toggle {
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 0;
        height: 22px;
        margin-top: 5px;
        padding: 0px 5px;
    }

.big-news-list {
    border-top: 2px solid #d5d5d5;
    padding: 10px 0px;
}

    .big-news-list .first-item img {
        width: 100%;
        /* border: 1px solid #0461af; */
        /*margin-bottom: 5px;*/
    }

    .big-news-list .first-item .title {
        font-size: 13px;
        font-weight: bold;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .big-news-list .first-item .desc {
        font-size: 13px;
        text-align: justify;
    }


    .big-news-list .text_tag {
        background: #f1f1f1 url(../Images/icon_tag.gif) no-repeat left top;
        padding: 0 10px 0 20px;
        height: 20px;
        color: #939393;
        float: left;
        font: 400 13px/20px arial;
        margin: 0 5px 0 0;
    }

    .big-news-list .item {
        margin-bottom: 5px;
        padding-left: 15px;
        background: url('../icons/arrown-black.png') no-repeat 10px 3px;
    }

        .big-news-list .item img {
            width: 100%;
            /*height: 80px;*/
        }

        .big-news-list .item .title {
            padding-top: 0;
            font-size: 13px;
            text-align: justify;
            /*font-weight: bold;*/
            margin-bottom: 0px;
            /* float: right; */
        }

        .big-news-list .item .desc {
            font-size: 12px;
            margin-bottom: 5px;
            color: #6f6f6f;
        }

        .big-news-list .item .title-only {
            font-size: 13px;
            padding-left: 10px;
            text-align: justify;
        }


    .big-news-list.normal-news .first-item .desc {
        color: #000;
    }

    .big-news-list.normal-news .item {
        padding-left: 15px;
        background: url('../icons/arrown-black.png') no-repeat 10px 3px;
    }

    .big-news-list.normal-news .item-cate {
        padding-left: 15px;
        background: url('../icons/arrown-black.png') no-repeat 10px 6px;
    }

.normal-news .item {
    margin-bottom: 0;
}

.normal-news .first-item {
    margin-bottom: 15px;
}

/**
    DOCUMENT TABS *******************************************************************/
.document-tabs {
    margin-bottom: 10px;
}

    .document-tabs .tab-pane {
        padding: 10px;
        background: #fff;
    }

    .document-tabs .nav-tabs a {
        color: #000;
    }

        .document-tabs .nav-tabs a h4 {
            margin: 0;
        }

    .document-tabs .nav-tabs > li > a {
        border: none;
        border-radius: 0;
        background: none;
        margin: 0px;
        padding: 8px 10px;
        color: gray;
        font-weight: bold;
    }

.nav-tabs {
    border-bottom: 3px solid #0351a0;
    background-color: #eaeaea;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li.active a,
        .nav-tabs > li.active a:focus,
        .nav-tabs > li.active a:hover {
            background: #eaeaea;
            cursor: pointer;
            color: #0351a0;
            padding: 8px 10px;
        }

.warning-tabs .tab-content {
    border: 1px solid #9FC9F3;
    border-top: 0px;
}

.warning-tabs a h4 {
    font-size: 12px;
}

.warning-tabs .warning {
    text-align: center;
}

.warning-title {
    margin-top: 15px;
    font-weight: bold;
}

.warning-content .link-text {
    font-weight: bold;
    width: 100%;
    margin-top: 5px;
    float: left;
    color: #646464;
    text-align: left;
    text-transform: uppercase;
}

.videoimg-tabs .tab-content {
    padding: 0 10px;
    border: 1px solid #9FC9F3;
    border-top: 0px;
}

.spam {
    margin-bottom: 20px;
}

.spam-body {
    padding: 10px;
    border: 1px solid #9FC9F3;
    border-top: 3px solid #0351a0;
}

    .spam-body .item {
        padding-left: 20px;
        padding-right: 10px;
        background: url('../icons/anti-spam-icon.png') no-repeat 0px 3px;
    }

/**
    VIDEO *******************************************************************/
.big-news-list video {
    margin-bottom: 15px;
}



/**
    OTHERS *******************************************************************/
.right-banner {
    margin-bottom: 10px;
}

.img-gallery-content .item {
    position: relative;
}

    .img-gallery-content .item p {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        padding: 10px;
        color: #fff;
        background: rgb(0, 0, 0); /* fallback in case rgba is not supported */
        background: rgba(0, 0, 0, 0.5);
    }

.img-gallery {
    margin-bottom: 20px;
}

.videoimg-tabs .tab-pane {
    padding: 10px 0px 10px 0px;
}

.external-links {
    margin-bottom: 20px;
}

.external-links-body {
    padding: 10px;
    border: 1px solid #9FC9F3;
    border-top: 3px solid #0351a0;
}

.statistics-body {
    padding: 0px 10px;
    border: 1px solid #9FC9F3;
    border-top: 3px solid #0351a0;
    background-color: #fff;
}

.title-ab {
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
    /*height: 50px;
    background: url(../Images/bg/bg-70.png);*/
    /*padding: 5px;*/
}

    .title-ab a {
        color: #272727;
    }

        .title-ab a:hover {
            color: #428bca;
            text-decoration: none;
        }


/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media (max-width : 992px) {
}

/* Small Devices, Tablets */
@media (max-width : 768px) {
    .box-search {
        height: auto;
    }
}

/* Extra Small Devices, Phones */
@media (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media (max-width : 320px) {
}

.nav_up_r {
    background: url("../icons/arrow_up.png") no-repeat scroll 50% 50% transparent;
    border: 1px solid #CCCCCC;
    bottom: 10px;
    cursor: pointer;
    opacity: 1;
    padding: 20px;
    position: fixed;
    right: 30px;
    white-space: nowrap;
    width: 20px;
    background-color: red;
}

#back-top {
    position: fixed;
    bottom: 30px;
}

    #back-top a {
        width: 108px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }

    /* arrow icon (span tag) */
    #back-top span {
        width: 108px;
        height: 108px;
        display: block;
        margin-bottom: 7px;
        background: #ddd url(../icons/up-arrow.png) no-repeat center center;
        /* rounded corners */
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        /* transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #777;
    }

.scrollToTop {
    width: 60px;
    height: 60px;
    background-image: url(../icons/top.png);
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
}


/********************* NEWS INFO ***************************** */
.breadcrumb {
    background: none;
    color: #333;
    padding: 0px 0px 0px 10px;
    margin-bottom: 0px;
}

    .breadcrumb a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
    }

        .breadcrumb a:hover {
            color: #0461af;
        }

    .breadcrumb > li + li:before {
        padding: 0 !important;
        color: #333;
        font-size: 14px;
    }

.module_title_left {
    width: 28px;
    height: 28px;
    background: url(/AssetsCCS/Images/module_left.png) no-repeat;
    float: left;
}

.module_title_character {
    height: 25px;
    /*background: url(../images/module_red.png) repeat-x;*/
    background: url(/AssetsCCS/Images/module_char_bg.png) repeat-x;
    float: left;
    line-height: 25px;
    font-weight: bold;
    color: #b92d24;
    font-size: 13px;
    padding: 0px 5px;
    white-space: nowrap;
}

    .module_title_character a {
        color: #b92d24 !important;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 20px;
    }


.hotnews_bottom {
    /*width: 733px;*/
    float: left;
    margin: 5px 0px 0px 10px;
    background-color: #f4f4f4;
}

.hotnews_bottom_item {
    list-style: none;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    width: 250px;
    float: left;
    margin: 0px 5px 0px 1px;
}

.hotnews_bottom_img {
    width: 90px;
    float: left;
}

.hotnews_bottom_title {
    width: 150px;
    margin-left: 10px;
    float: right;
    font-size: 11px;
    font-weight: bold;
    text-align: justify !important;
    color: #222 !important;
}

.BottomHotSite {
    /*width: 690px;*/
    float: left;
    height: 80px;
    overflow: hidden;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #f4f4f4;
}

    .BottomHotSite ul {
        height: 10px;
        width: 2000px;
        padding: 10px 0px 0px 0px;
    }

        .BottomHotSite ul li {
            display: inline-block;
            float: left;
            margin: 0px 0px 10px 10px;
        }

.BottomHotSite_left {
    width: 20px;
    float: left;
    height: 80px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.BottomHotSite_right {
    width: 20px;
    float: left;
    height: 80px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

#center_ucHotSite_hotnews_bottom {
    width: 100% !important;
    overflow-x: auto;
    align-items: stretch;
    display: flex;
    background: none;
    justify-content: center;
}

.BottomHotSite_left,
.BottomHotSite_right {
    background: #f4f4f4;
    min-width: 20px;
}

.tthc_detail_container {
    margin: 0px 10px;
}

.tthc_detail_title {
    color: #b92d24;
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
}

.tthc_detail_tab {
    margin: 20px 0px 0px 0px;
}

.tthc_detail_tab_item_active {
    height: 20px;
    float: left;
    /*background: url("../images/menu_bg25_hover.png") repeat-x;*/
    background-color: #ae0002;
    /*border:1px solid #B9C8E8;*/
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #ffffff;
    cursor: pointer !important;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 4px 10px 0px 10px;
    margin: 0px 5px 0px 0px;
    white-space: nowrap;
}

.tthc_detail_tab_item_inactive {
    height: 20px;
    float: left;
    background-color: #e7e7e7;
    color: #222;
    border-radius: 5px 5px 0 0;
    cursor: pointer !important;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px 0px 10px;
    margin: 0px 5px 0px 0px;
    white-space: nowrap;
}

.tthc_detail_hr {
    height: 2px;
    background-color: #ae0002;
    border: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tthc_detail_content {
    margin-top: 5px;
}

/*Tab thong tin*/
.tthc_thongtin_item {
    float: left;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0px;
    width: 100%
}

.tthc_thongtin_item_left {
    float: left;
    margin-left: 5px;
    color: #222;
    width: 23%;
}

.tthc_thongtin_item_right {
    float: left;
    color: #333;
    text-align: justify;
    width: 73%;
    margin-left: 5px;
}

/*Tab cac buoc thuc hien*/
.tthc_cacbuoc_item_header {
    width: 100%;
    /*height: 20px;*/
    float: left;
    margin: 5px 0px;
    padding-top: 5px;
    color: #222;
    font-weight: bold;
    background-color: #e7e7e7;
}


.tthc_cacbuoc_item_header_col2 {
    width: 25%;
    float: left;
}

.tthc_cacbuoc_item_header_col3 {
    width: 75%;
    float: left;
}

.tthc_cacbuoc_item_row {
    width: 100%;
    float: left;
    margin-left: 5px;
    color: #333;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0px;
}

.tthc_cacbuoc_item_row_col1 {
    width: 5%;
    float: left;
    text-align: center;
}

.tthc_cacbuoc_item_row_col2 {
    width: 19%;
    float: left;
}

.tthc_cacbuoc_item_row_col3 {
    width: 76%;
    float: left;
    text-align: justify;
    padding-right: 10px;
}
/*Tab ho so*/
.tthc_tp_hoso_item_header {
    width: 100%;
    /*height: 20px;*/
    float: left;
    margin: 5px 0px;
    padding-top: 5px;
    color: #222;
    font-weight: bold;
    background-color: #e7e7e7;
}

.tthc_tp_hoso_item_header_col1 {
    width: 5%;
    float: left;
}

.tthc_tp_hoso_item_header_col2 {
    width: 95%;
    float: left;
}

.tthc_tp_hoso_item_row {
    width: 100%;
    float: left;
    /*margin-left: 5px;*/
    color: #333;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0px;
}

.tthc_tp_hoso_item_row_col1 {
    width: 5%;
    float: left;
    text-align: center;
}

.tthc_tp_hoso_item_row_col2 {
    width: 95%;
    float: left;
    text-align: justify;
    padding-right: 10px;
}

.tthc_soBoHoSo {
    display: inline;
    /*width: 154px;*/
    /*padding: 10px 0px 10px 35px;*/
    color: #222;
    float: left;
    font-weight: bold;
}

/*Tab yeu cau*/
.tthc_yeucau_title {
    color: #222;
}

.tthc_yeucau_item_header {
    width: 100%;
    /*height: 20px;*/
    float: left;
    margin: 5px 0px;
    padding-top: 5px;
    color: #222;
    font-weight: bold;
    background-color: #e7e7e7;
}

.tthc_yeucau_item_header_col1 {
    width: 5%;
    float: left;
}

.tthc_yeucau_item_header_col2 {
    width: 95%;
    float: left;
}

.tthc_yeucau_item_row {
    width: 100%;
    float: left;
    /*margin-left: 5px;*/
    color: #333;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0px;
}

.tthc_yeucau_item_row_col1 {
    width: 5%;
    float: left;
    text-align: center;
}

.tthc_yeucau_item_row_col2 {
    width: 95%;
    float: left;
    text-align: justify;
    padding-right: 10px;
}

.tthc_labelHoSo {
    float: right;
    padding-right: 10px;
}

.tthc_container {
    margin: 0px 10px;
}

.tthc_search {
    border-radius: 5px;
    background-color: #ebebeb;
    position: relative;
    margin-top: 15px;
}

.tthc_search_title {
    font-weight: bold;
    margin: 10px 0px 0px 10px;
}

.tthc_search_description {
    margin: 10px 0px 0px 10px;
}

.tthc_search_box {
    padding: 10px 18px;
}

.tthc_search_box_filter {
    height: 21px;
}

.title-result {
    font-size: 14px;
    font-weight: bold;
    color: #b80002;
    font-family: Arial;
}

.altvbct {
    background: none repeat scroll 0 0 #fcfcfc;
}

.pgrvbct {
    background: none repeat scroll 0 0 #efefef;
}


.lietsi_container {
    margin: 10px;
}

.lietsi_search {
    width: 100%;
    border-radius: 5px;
    background-color: #ebebeb;
    position: relative;
}

.lietsi_search_box {
    width: 100%;
    padding: 10px 20px;
}

.lietsi_advance_search {
    width: 100%;
    padding: 5px 5px;
}

.lietsi_advance_search_area_title {
    width: 100%;
    color: #b92d24;
    font-weight: bold;
    padding-bottom: 10px;
}

.lietsi_advance_search_area_content {
    width: 100%;
}

.lietsi_advance_search_title {
    position: absolute;
    bottom: 0;
    right: 5px;
    height: 25px;
    padding: 0 0 0 32px;
    cursor: pointer;
    white-space: nowrap;
    background: transparent url(/AssetsCCS/Images/advance_search_conner_left.png) no-repeat left top;
}

.vanbanqppl_detail_container {
    width: 100%;
    float: left;
    padding: 10px;
}

.vanbanqppl_page_title {
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: none;
    margin: auto;
    color: #999999;
    padding-left: 5px;
    padding-top: 5px;
}

    .vanbanqppl_page_title a {
        color: #999999;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        vertical-align: middle;
    }

        .vanbanqppl_page_title a:hover {
            text-decoration: underline;
        }

.vanbanqppl_detail_title {
    width: 100%;
    float: left;
    /*margin-left: 5px;*/
    padding: 10px 0 10px;
    border-bottom: 1px solid #999999;
}

    .vanbanqppl_detail_title span {
        font-family: Arial;
        font-size: 15px;
        color: #A50000;
        font-weight: bold;
    }

.vanbanqppl_detail_item {
    float: left;
    width: 100%;
    /*margin-left: 5px;*/
    padding: 5px 0px 2px 0px;
    border-bottom: 1px solid #cccccc;
}

.vanbanqppl_detail_item_left {
    width: 25%;
    float: left;
    color: #333;
}

.vanbanqppl_detail_item_right {
    width: 75%;
    float: left;
    color: #333;
    font-size: 12px;
}

    .vanbanqppl_detail_item_right a {
        color: #034074;
        font-weight: bold;
    }

        .vanbanqppl_detail_item_right a:hover {
            text-decoration: underline;
        }

.moh_fieldset {
    border: 1px solid #c0c0c0;
    border-radius: 0;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}

.legent-title {
    white-space: nowrap;
    color: #222;
    font-size: 12px;
    margin: 0;
    padding: 0 10px
}

.vanban_td_l {
    text-align: right;
    width: 40%;
    font-weight: normal;
    color: #333;
}

.vanban_td_r {
    width: 60%;
}

.vanban_tr {
    line-height: 30px;
    color: #333;
}
