﻿/* PSC Portal Nguyen Thi Hong Hanh Date create: 06.09.2018 */
.body {
    font: normal 13px Arial, Helvetica, sans-serif !important;
    color: #333;
    margin: 0 auto;
    background-color: #f5f3f3;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
    }

@media(max-width: 1016px) {
    .container {
        width: 100%;
    }
}
/*==================HEADER=================*/
header {
    width: 100%;
    float: left;
}
/*==================TOP-CONTAINER=================*/
.top-container {
    margin-bottom: 0px;
    width: 100%;
    background: #f6f5f5;
    padding: 5px 10px;
}

    .top-container p {
        color: #3f62ad;
        font: bold 13px Arial, Helvetica, sans-serif;
        margin: 0 0 0px;
    }
/*================== TOP-CONTAINER=================*/
/*================== BANNER =================*/
.banner {
    overflow: hidden;
}

    .banner img {
        width: 100%;
    }
/*==================END BANNER =================*/
/*==================search=================*/
#main-nav .search {
    position: absolute;
    right: 10px;
    top: 4px;
}

#main-nav .input-search {
    background-color: rgba( 255,255,255,0.85 );
    padding: 5px;
    padding-right: 30px !important;
    height: 26px;
    border: 1px solid #a7a5a5;
    position: absolute;
    top: 0px;
    right: 0px;
}

#main-nav .icon-search {
    width: 25px;
    height: 22px;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

@media(max-width: 991px) {
    .banner .search {
        position: absolute;
        bottom: -14px;
        right: 65px;
    }

    #main-menu {
        width: 100%;
    }

    #main-nav .search {
        position: absolute;
        right: 70px;
        top: 12px;
    }
}

@media(max-width: 415px) {
    .search {
        display: none !important;
    }

    .search1 {
        display: block !important;
    }

        .search1 .input-search {
            width: 100%;
            height: 26px;
            position: relative;
            padding-right: 36px;
            padding-left: 5px;
        }

    .search1 {
        position: relative;
        margin-top: -2px;
        margin-bottom: -2px;
    }

        .search1 img {
            position: absolute;
            right: 2px;
            top: 2px;
            height: 21px;
        }

    .content_topic_hot {
        z-index: 9999;
    }

    .list_topic_hot {
        z-index: 9999;
    }
}
/*==================MAIN-MENU=================*/
.main-menu {
    background: #3f62ad;
    min-height: 34px;
}

    .main-menu li a {
        color: #fff;
    }

    .main-menu .list-inline.left li a {
        padding: 10px 20px;
        text-transform: uppercase;
        font: bold 12px Arial, Helvetica, sans-serif;
        display: block;
        border-right: 1px solid #6e90d8;
        color: #fff;
    }

    .main-menu .fa-home {
        font-size: 18px;
    }

    .main-menu .list-inline.left {
        float: left;
    }

    .main-menu .list-inline.right {
        float: right;
        padding-top: 7px;
        padding-right: 0;
    }

        .main-menu .list-inline.right .mic-icon {
            width: 18px;
            height: 18px;
            margin-right: 5px;
            display: block;
            float: left;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: white;
            text-align: center;
            background: #067df6;
        }

        .main-menu .list-inline.right li {
            float: right;
        }

            .main-menu .list-inline.right li a {
                font-size: 15px;
            }

    .main-menu .list-inline li a:hover {
        background: #6e90d8;
        text-decoration: none;
    }

.list-inline li, .list-inline li:hover {
    margin-right: -4px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

#main-nav {
    padding-right: 0;
    position: relative;
}

.sm-simple {
    background: #3f62ad;
    border: 0;
    box-shadow: none;
}

    .sm-simple > li {
        border-left: 0;
    }

    .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
        padding: 8px 10px;
    }

        .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
            font-family: Arial, Helvetica, sans-serif !important;
            height: 33px;
        }

            .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
                background: transparent;
                color: #fff;
            }

.sm .sm-simple ul {
    width: 100% !important;
}

.sm-simple ul {
    border: none;
}

    .sm-simple ul > li {
        border-top: none;
    }

.sm-simple a span.sub-arrow {
    display: none;
}

@media (min-width: 992px) {
    .sm-simple ul {
        background: #0f7d64;
    }

    .main-menu ul {
        position: absolute;
    }
}

@media(min-width: 768px) {
    .content-left {
        width: 20% !important;
    }

    #psc-divPanelLeft {
        width: 20%;
        float: left;
    }

    #psc-divPanelCenter {
        width: 60%;
        float: left;
    }

    #psc-divPanelRight {
        width: 20%;
        float: left;
    }
}

@media(max-width: 767px) {
    .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
        background: transparent;
        color: #fff;
    }

    #main-menu li {
        width: 100%;
    }
}

.main-menu .mic-icon {
    background: #067df6;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: block;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-align: center;
}

#main-menu1 li {
    float: left;
}

@media (max-width: 991px) {
    #main-menu li:last-child .child-menu.sub-child {
        margin-bottom: 10px;
    }

    #main-menu ul li {
        background-color: #77b6f6 !important;
    }

    .navbar-toggle {
        display: block;
    }

    .main-menu {
        min-height: 36px;
    }

    #main-menu li {
        width: 100%;
    }

    #main-menu {
        padding-left: 20px;
        padding-right: 5px;
    }

        #main-menu li {
            float: left;
        }

    .navbar-header {
        float: right;
    }

    #main-menu, #main-menu2 {
        display: none;
    }

        #main-menu li a {
            padding-left: 0;
        }
}

@media(max-width: 767px) {
    .content-tin-hoatdong .list-tin {
        padding-left: 0;
    }

    .content-tin-hoatdong .hot-tin {
        width: 100%;
    }

    .content-tin-hoatdong-left .content-tin-hoatdong .list-tin {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .main-menu {
        position: relative;
    }

    .icon-menu-mobile {
        display: block;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 14px;
        left: 20px;
    }

    .sidebar {
        display: none;
    }

    .imgs-right img {
        height: 90px;
        width: 50%;
        float: left;
    }

    .imgs-left img {
        width: 50% !important;
    }

    .content-left {
        width: 0;
    }

    .content-center {
        width: 100% !important;
    }

    .content-right-thongbao {
        width: 100% !important;
    }
}
/*==================END MENU=================*/
/*==================CONTENT LEFT=================*/
/***** MENU LEFT****/
.sidebar {
    float: none !important;
    margin-bottom: 3px !important;
    border-radius: 3px;
    display: block;
    border: 3px solid #5a86e4;
    padding: 0;
    margin-top: 2px;
}

.metismenu li ul {
    display: block;
}

.metismenu ul a:hover {
    color: #100bda;
}

.menu-father .fa {
    position: absolute;
    top: 13px;
    left: 7px;
    color: #5a86e4;
    font-size: 10px;
}

.sidebar-nav ul ul a {
    padding: 10px 25px !important;
}

.menu-father .bold {
    padding: 10px 10px 10px 20px;
    margin-left: 15px;
    font: bold 12px Arial, Helvetica, sans-serif;
}

.sidebar-nav-item {
    margin-left: 0;
    font: bold 12px Arial, Helvetica, sans-serif;
}

.sub-menu li a {
    font: normal 13px Arial, Helvetica, sans-serif;
}

.menu1-father a:focus {
    color: #333 !important;
}

.metismenu > li:not(:last-child), .metismenu > li ul a {
    border-bottom: 1px dotted #bce5fb;
}

.metismenu .sub-menu1 {
    background: #fff;
    margin-left: 5px;
}

@media(max-width: 991px) {
    .content-tin-hoatdong-left {
        width: 100%;
    }

    .content-tin-hoatdong-right {
        width: 100% !important;
    }

    .content-tin-hoatdong .menu-tin {
        float: none;
    }

    .sidebar {
        display: block;
    }

    .content-left {
        width: 20%;
    }
}
/***** END MENU LEFT****/
/*=======Images===============*/
.imgs-right img {
    margin-bottom: 5px;
}

.imgs-left img {
    margin-bottom: 1px;
    width: 100%;
    height: 80px;
    margin-top: 1px;
    float: left;
}
/******THONG BAO******/
.content-left .title-tb {
    padding: 10px;
    background: #3f62ad;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font: bold 13px Arial, Helvetica, sans-serif;
}

.content-left ul.list-thongbao {
    padding-left: 0;
    border-radius: 5px;
    border: 1px solid #3f62ad;
    overflow: hidden;
    height: 240px;
    margin-bottom: 2px;
    margin-top: 2px;
}

    .content-left ul.list-thongbao li {
        padding: 5px;
        list-style: none;
        border-bottom: 1px dotted #bce5fb;
        margin-top: 2px;
        margin-left: 25px;
        list-style-image: url(../imgs/arrow_tt.png);
    }

        .content-left ul.list-thongbao li a {
            color: #000;
            font: normal 13px Arial, Helvetica, sans-serif;
        }

            .content-left ul.list-thongbao li a:hover {
                color: #100bda;
            }
/****** END THONG BAO******/
/****content so du lich*****/
.content-sodulich {
    width: 100%;
    float: left;
    margin-top: 2px;
}

.content-left {
    padding: 0;
    width: 20%;
}

.metismenu li ul {
    display: block;
}

.icon-menu-mobile {
    display: none;
}
/*==================END CONTENT LEFT=================*/
/*==================CONTENT CENTER=================*/
.item img {
    width: 100% !important;
}

.content-center {
    padding-right: 5px;
    padding-left: 5px;
    width: 60%;
}
/**** TIN NOI BAT****/
.content-center {
    padding-right: 5px;
    padding-left: 5px;
    width: 60%;
}

.blog_hot_topic {
    width: 100%;
    clear: both;
    float: left;
    background: #fafafa;
    margin: 2px 0px 5px 0px;
    border-radius: 5px;
    border: 1px solid #5a86e4;
}

.listtopic {
    padding-left: 0;
}

.content_topic_hot .title_topic a {
    width: 100%;
    float: left;
    font: 13px Arial, Helvetica, sans-serif;
    color: #a22601;
    font-weight: bold;
    margin: 7px 1px;
    text-align: justify;
}

    .content_topic_hot .title_topic a:hover {
        color: #100bda;
    }

.content_topic_hot {
    float: left;
    border-right: 1px dotted #bce5fb;
    margin-bottom: 5px;
}

.topic_hot {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.text_topic span img {
    margin: 5px 0px;
}

@media (max-width: 767px) {
    .text_topic span img {
        margin-top: 25px;
        height: 180px !important;
    }
}

.title_hot a {
    border-bottom: 4px solid #3f62ad;
    display: block;
    font: 14px Arial, Helvetica, sans-serif;
    color: #F00;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 6px 0px 3px 0px;
}

.list_topic_hot {
    float: right;
}

.content_hot .listtopic li {
    padding: 2px 0px;
    list-style: none;
    border-bottom: 1px dotted #bce5fb;
    margin: 0px 0px 1px 0px;
    text-align: justify;
}

    .content_hot .listtopic li a {
        font: 13px Arial, Helvetica, sans-serif;
        color: #333;
        line-height: 18px;
    }

        .content_hot .listtopic li a:hover {
            color: #100bda;
        }

.blog_topic {
    margin-bottom: 3px;
    clear: both;
    float: left;
    width: 100%;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #5a86e4;
}

.topic_controll {
    text-transform: uppercase;
    float: left;
    background: #3f62ad;
    width: 100%;
    height: 32px;
    margin-top: 0px;
    border-radius: 5px 5px 0px 0px;
}

    .topic_controll a {
        font: bold 13px Arial, Helvetica, sans-serif;
        color: #fff !important;
        float: left;
        padding-top: 7px;
        padding-left: 10px;
    }

.noidung {
    float: left;
    padding: 5px 10px;
    font: normal 13px Arial, Helvetica, sans-serif;
    line-height: 20px;
}

    .noidung .title_topic a {
        color: #5a86e4;
        font-weight: bold;
    }

        .noidung .title_topic a:hover {
            color: #100bda;
        }

.chitiet, .xemthem {
    float: right;
    margin-right: 10px;
    color: #5a86e4;
    font: 13px Arial, Helvetica, sans-serif;
}

.content_tinkhac {
    float: left;
    height: auto;
    width: 100%;
}

    .content_tinkhac .cactinkhac {
        margin: 10px 0px 0px 10px;
    }

        .content_tinkhac .cactinkhac .fa {
            color: #2252b9;
            font-size: 11px;
        }

        .content_tinkhac .cactinkhac .txt_tinkhac {
            font: 13px Arial, Helvetica, sans-serif;
            color: #2252b9;
            font-weight: bold;
            text-transform: uppercase;
        }

    .content_tinkhac ul.intin {
        clear: both;
        float: left;
        padding-left: 20px;
        margin-top: 8px;
        width: 100%;
    }

.intin li {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.intin .fa {
    color: #100bda;
    font-size: 13px;
    clear: both;
    padding: 0px 4px 13px 0px;
    padding-bottom: 13px;
}

.content_tinkhac ul.intin li a {
    text-decoration: none;
    font: 13px Arial, Helvetica, sans-serif;
    color: #333;
}

    .content_tinkhac ul.intin li a:hover {
        color: #100bda;
    }

.content-tin-hoatdong {
    width: 100%;
    float: left;
}
/* tab */
.tab {
    border-radius: 5px;
    border: 1px solid #5a86e4;
    overflow: hidden;
}

@media (max-width: 992px) {
    .tab {
        margin-left: 0;
        margin-top: 15px;
    }
}

.tab .nav-tabs {
    padding-left: 15px;
    padding-top: 5px;
    background-color: #f0f0f0;
    border-color: #5a86e4;
}

    .tab .nav-tabs .active a {
        color: #100bda !important;
        border-color: #5a86e4;
        border-bottom-color: transparent;
    }

.tab.tab-tochuc {
    margin-bottom: 2px;
    margin-top: 3px;
}

    .tab.tab-tochuc .header-tab {
        color: #2252b9;
        text-transform: uppercase;
        font: bold 13px Arial, Helvetica, sans-serif;
    }

.nav > li > a {
    padding: 6px 6px !important;
}

.nd_topic_display a p {
    color: #060606;
    font-size: 13px;
    text-align: justify;
}

.noidung_tab .title_topic a {
    color: #a22601;
    font-weight: bold;
}

.noidung_tab {
    float: left;
    padding: 5px 10px;
    font: normal 13px Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.chitiet_tab img {
    margin-right: 10px !important;
    float: left;
}

.chitiet_tab a p {
    color: #060606;
    line-height: 20px;
    margin: 3px 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.xemthem .fa, .chitiet .fa {
    color: #5a86e4;
    font-size: 14px;
    margin-left: 5px;
}

.xemthem {
    margin: 5px;
    float: right;
    clear: both;
}
/******HINH ANH NOI BAT*****/
.bg-anhnoibat {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    margin-bottom: 30px;
}

.title-img {
    font: bold 13px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.cl-414141 {
    color: #414141;
}

#myCarousel {
    margin-bottom: 2px;
    margin-top: 2px;
}
/*================== END CONTENT CENTER =================*/
/*================== CONTENT RIGHT =================*/
/***** THONG BAO****/
/*.tb {
    display: block;
    overflow: hidden;
}*/

.content-right-thongbao {
    padding: 0;
    width: 20%;
}

    .content-right-thongbao ul.list-thongbao {
        padding-left: 0;
        border-radius: 5px;
        border: 1px solid #3f62ad;
        overflow: hidden;
        height: 240px;
        margin-bottom: 3px;
        margin-top: 2px;
    }

        .content-right-thongbao ul.list-thongbao li {
            padding: 5px;
            list-style: none;
            border-bottom: 1px dotted #bce5fb;
            margin-top: 2px;
            margin-left: 20px;
            list-style-image: url(../imgs/arrow_tt.png);
        }

            .content-right-thongbao ul.list-thongbao li a {
                color: #000;
                font: normal 13px Arial, Helvetica, sans-serif;
            }

                .content-right-thongbao ul.list-thongbao li a:hover {
                    color: #100bda;
                    text-decoration: none;
                }

    .content-right-thongbao .title-tb {
        padding: 10px;
        background: #3f62ad;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        font: bold 13px Arial, Helvetica, sans-serif;
    }
    /***** END THONG BAO****/
    /***** THONG KE ****/
    .content-right-thongbao ul.list-thongke {
        padding-left: 0;
        margin-bottom: 3px;
        margin-top: 2px;
        border-radius: 5px;
        border: 1px solid #3f62ad;
        overflow: hidden;
        height: auto;
        float: left;
        width: 100%;
    }

        .content-right-thongbao ul.list-thongke li {
            padding: 5px;
            list-style: none;
            border-bottom: 1px dotted #bce5fb;
            margin-top: 2px;
            margin-bottom: 2px;
            margin-left: 20px;
            list-style-image: url(../imgs/arrow_tt_01.png);
        }

            .content-right-thongbao ul.list-thongke li a {
                color: #000;
                font: normal 13px Arial, Helvetica, sans-serif;
            }

                .content-right-thongbao ul.list-thongke li a:hover {
                    color: #100bda;
                    text-decoration: none;
                }

    .content-right-thongbao .title-thongke {
        padding: 10px;
        background: #3f62ad;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        font: bold 13px Arial, Helvetica, sans-serif;
    }
/***** END THONG KE ****/
.video-YT {
    width: 100%;
}

@media(max-width: 767px) {
    .video-YT {
        width: 100%;
    }
}
/***** CHIEN LUOC CHINH SACH ****/
.content-right-thongbao ul.list-CLCS {
    padding-left: 0;
    border-radius: 3px;
    border: 3px solid #3f62ad;
    overflow: hidden;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .content-right-thongbao ul.list-CLCS li {
        padding: 5px;
        list-style: none;
        border-bottom: 1px dotted #bce5fb;
        margin-top: 2px;
        margin-left: 20px;
        list-style-image: url(../imgs/arrow_tt_01.png);
    }

        .content-right-thongbao ul.list-CLCS li a {
            color: #000;
            font: normal 13px Arial, Helvetica, sans-serif;
        }

            .content-right-thongbao ul.list-CLCS li a:hover {
                color: #100bda;
                text-decoration: none;
            }

.content-right-thongbao .title-CLSC {
    padding: 10px;
    background: #3f62ad;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font: bold 13px Arial, Helvetica, sans-serif;
}
/***** END CHIEN LUOC CHINH SACH ****/
@media(max-width: 991px) {
    .sidebar {
        display: block;
    }

    .content-left {
        width: 20%;
    }
}

@media(max-width: 767px) {
    .main-menu {
        position: relative;
    }

    .icon-menu-mobile {
        display: block;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 8px;
        left: 20px;
    }

    .sidebar {
        display: none;
    }

    .imgs-right img {
        height: 90px;
        padding: 0 2px;
        width: 50%;
    }

    .imgs-left img {
        height: 90px;
        padding: 0 2px;
        width: 50%;
        float: left;
    }

    .content-left {
        width: 0;
    }

    .content-center {
        width: 100%;
    }

    .content-right-thongbao {
        width: 100%;
    }
}

@media(max-width: 375px) {
    .imgs-right img, .imgs-left img {
        width: 100%;
        height: auto;
    }
}
/*==========================FOOTER================================*/
footer {
    border-radius: 5px;
    width: 100%;
    float: left;
    color: #fff;
    background-color: #3f62ad;
}

.text1_footer {
    text-align: center;
    font: 13px Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
}

.sub-menu1 li .fa {
    color: #5a86e4;
    font-size: 14px;
}

.content_topic_hot .text_topic img {
    height: 250px;
    width: 100%;
}

.noidung_tab .chitiet_tab img {
    width: 170px;
    height: 100px;
}

.noidung .nd_topic_display img {
    width: 170px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

@media(max-width:767px) {
    .noidung .nd_topic_display img {
        width: 100%;
        height: 180px;
    }
}

.carousel-inner {
    border-radius: 4px;
}
/*.imagetopicdisplay {
     width: 25%;
     float: left;
     margin-right: 10px;
}
 .topic_ngay {
     font-size: 11px;
     color: #888;
}
*/
/*BACK stop TOP*/
.backtotop {
    background-color: #3f62ad;
    width: 40px;
    height: 40px;
    bottom: 15px;
    z-index: 999;
    right: 15px;
    padding: 5px 0;
    border: 1px solid;
    overflow: hidden;
    position: fixed;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 42px;
    color: #fff;
}

    .backtotop i {
        font-size: 24px;
        margin: 0;
        padding-right: 0;
        display: block;
    }
/*END BACKTOTOP*/
.imgs-left {
    margin-top: 2px;
    margin-bottom: 2px;
    float: left;
    width: 100%;
}

.owl-stage-outer {
    height: auto !important;
}

.carousel {
    position: unset;
}

/*link*/
.articles.style-2 {
    margin: 3px;
    padding: 0px 0px 0px 10px;
}

.psc-three-col {
    overflow: hidden;
}

.articles.style-2 li {
    padding: 7px 15px;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .psc-three-col li:nth-child(2n + 1) {
        clear: both;
    }

    .psc-three-col li {
        width: 50%;
        float: left;
    }
}

.articles.style-2 li::before {
    color: #3f62ad;
}

.articles li:before {
    margin-left: -10px;
    font-family: 'FontAwesome';
    content: "\f0da";
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    position: relative;
    top: -1px;
    color: #4f4f4f;
    font-size: 15px;
}

/* Su kien */
.su-kien {
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 15px;
    background-color: #ccc;
    background-image: linear-gradient(to top, #e3e6e8 0%, white 100%);
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.text-head.small {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
}

.su-kien h2 {
    color: #3f62ad;
    text-align: center;
    margin: 0 0 7px 0;
}

.su-kien-thumb {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    height: auto;
}

.text-title.small {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

/*Thong tin can biet*/
.item-7 .text-head {
    background-image: url(../imgs/icon-head/icon-07.png);
}

[class^="item"] .text-head {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.thong-tin-can-biet {
    width: 100%;
    float: left;
}

.list-tb .tb-icon {
    display: table;
    margin-bottom: 2px;
}

    .list-tb .tb-icon span {
        vertical-align: middle;
        padding-left: 10px;
        width: 130px;
    }

.list-tb {
    margin: 2px;
    padding: 0px 0px 0px 1px;
}

.navbar-toggle {
    padding: 2px 5px !important;
    margin-top: 8px !important;
}

@media(max-width:768px) {
    /*An portlet video ben trai dat them clas su-kienv*/
    .su-kienv {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
        border: none;
    }

    .content-center {
        padding-right: 0;
        padding-left: 0;
    }
}
