/*PSC Portal  Date create: 18.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: #034ea2;
        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-menu1 {
        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: 0;
            top: 2px;
            height: 26px;
        }
}

/*==================MAIN-MENU=================*/
.main-menu {
    background: #034ea2;
    min-height: 34px;
}

    .main-menu li a {
        color: #fff;
    }

    .main-menu .list-inline.left li a {
        padding: 10px 14px;
        text-transform: uppercase;
        font: bold 12px Arial, Helvetica, sans-serif;
        display: block;
        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: #439bf2;
        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: #034ea2;
    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;
            }

@media(min-width: 768px) {
    .content-left {
        width: 20% !important;
    }
}

@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 .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;
    }

    .navbar-toggle {
        display: block;
    }

    .main-menu {
        min-height: 50px;
    }

    #main-menu1 li {
        width: 100%;
    }

    #main-menu {
        padding-left: 20px;
        padding-right: 5px;
    }

        #main-menu li {
            float: left;
        }

    .navbar-header {
        float: right;
    }

    #main-menu, #main-menu1, #main-menu2 {
        display: none;
    }

    .sm-simple ul {
        background: white !important;
    }

    #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: 5px !important;
    border-radius: 3px;
    display: block;
    border: 3px solid #034ea2;
    padding: 0;
}

.metismenu li ul {
    display: block;
}

.metismenu ul a:hover {
    color: #fb5a3f;
}

.menu-father .fa {
    position: absolute;
    top: 13px;
    left: 7px;
    color: #034ea2;
    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: 15px;
    font: bold 12px Arial, Helvetica, sans-serif;
}

.sub-menu li a {
    font: normal 13px Arial, Helvetica, sans-serif;
}

.metismenu > li:not(:last-child), .metismenu > li ul a {
    border-bottom: 1px dotted #bce5fb;
}

@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: 5px;
    float: left;
}
/******THONG BAO******/

.content-left .title-tb {
    padding: 10px;
    background: #034ea2;
    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 #034ea2;
    overflow: hidden;
    height: 240px;
}

    .content-left 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-left ul.list-thongbao li a {
            color: #000;
            font: normal 13px Arial, Helvetica, sans-serif;
        }

            .content-left ul.list-thongbao li a:hover {
                color: #fb5a3f;
            }
/****** END THONG BAO******/

/****content so du lich*****/
.content-sodulich {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.content-left {
    padding: 0;
    width: 20%;
}

.metismenu li ul {
    display: block;
}

.icon-menu-mobile {
    display: none;
}
/*==================END CONTENT LEFT=================*/

/*==================CONTENT CENTER=================*/

/***** TOPIC ****/
.item img {
    width: 100% !important;
}

.content-center {
    padding-right: 5px;
    padding-left: 5px;
    width: 60%;
}

.blog_topic {
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
    background: #fafafa;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #034ea2;
}

.topic_controll {
    text-transform: uppercase;
    float: left;
    background: #034ea2;
    width: 100%;
    height: 32px;
    margin: 0px 0px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

    .topic_controll a {
        font: bold 13px Arial, Helvetica, sans-serif;
        color: #fff !important;
        float: left;
        padding-top: 9px;
        padding-left: 10px;
    }

.articles {
    margin-top: 6px;
}

.rowarticle {
    border-top: #034ea2 1px dashed;
    width: 100%;
    float: left;
}

.article-thumb {
    margin: 0 0 10px;
}

.imgthumb {
    width: 230px;
    height: 170px;
    min-height: 100px;
    border-radius: 3px;
    padding: 10px;
    cursor: default;
    margin-top: 0px;
    float: left;
}

.article-content {
    padding: 6px;
    font: 13px Arial, Helvetica, sans-serif;
}

    .article-content h3 {
        font-size: 19px;
        padding-bottom: 5px;
        margin-top: 2px !important;
        margin-bottom: 0 !important;
        text-align: justify;
    }

.tieu-de-tin {
    color: #fb5a3f;
    text-transform: none;
    font-size: 14px;
    text-align: justify;
    font-weight: 600;
}

.description {
    font-style: italic;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.chitiet {
    float: right;
    margin-right: 10px;
    color: #0095FF;
    font: 13px Arial, Helvetica, sans-serif;
}
/*================== END CONTENT CENTER =================*/

/*================== CONTENT RIGHT =================*/

/***** THONG BAO****/
.content-right-thongbao {
    padding: 0;
    width: 20%;
}

    .content-right-thongbao ul.list-thongbao {
        padding-left: 0;
        border-radius: 5px;
        border: 1px solid #034ea2;
        overflow: hidden;
        height: 240px;
    }

        .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: #fb5a3f;
                    text-decoration: none;
                }

    .content-right-thongbao .title-tb {
        padding: 10px;
        background: #034ea2;
        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;
        border-radius: 5px;
        border: 1px solid #034ea2;
        overflow: hidden;
        height: auto;
    }

        .content-right-thongbao ul.list-thongke 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-thongke li a {
                color: #000;
                font: normal 13px Arial, Helvetica, sans-serif;
            }

                .content-right-thongbao ul.list-thongke li a:hover {
                    color: #fb5a3f;
                    text-decoration: none;
                }

    .content-right-thongbao .title-thongke {
        padding: 10px;
        background: #034ea2;
        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 #034ea2;
    overflow: hidden;
    height: 170px;
}

    .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: #fb5a3f;
                text-decoration: none;
            }

.content-right-thongbao .title-CLSC {
    padding: 10px;
    background: #034ea2;
    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: 14px;
        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: 10px;
    width: 100%;
    float: left;
    color: #fff;
    background-color: #0686cf;
}

.text1_footer {
    text-align: center;
    font: 13px Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
}


.title_topicdisplay {
    text-align: center;
    width: 800px;
    margin-top: -9px;
    padding-right: 0px;
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px;
    color: #676363;
}

    .title_topicdisplay a {
        text-align: center;
        text-decoration: none;
        color: #676363;
        font-size: 17px;
        line-height: 25px;
    }

    .title_topicdisplay:hover {
        text-decoration: none;
        color: #90082f;
    }

.h3_content {
    text-align: justify;
    font: 13px Arial, Helvetica, sans-serif;
    color: #333;
}

.RadDataPager .rdpNumPart a {
    padding: 0px 5px 3px 0px;
}

.Link_Unselected {
    osition: relative;
    padding: 7px 12px;
    font-size: 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .Link_Unselected:hover {
        color: #fff;
        text-decoration: none;
        background-color: #10a8e4;
        transition: background-color .3s;
    }

.Link_Selected {
    osition: relative;
    padding: 7px 12px;
    font-size: 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    cursor: default;
    text-decoration: none;
    background-color: #10a8e4;
    border: 1px solid #f6f5f5;
}

    .Link_Selected:hover {
        color: #fff;
        text-decoration: none;
    }

.gopy {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 20px;
    text-align: justify;
    float: left;
    margin-bottom: 10px;
}

/*tintuc*/
.tintuc {
    float: left;
    padding-top: 20px;
}

.tieude a {
    float: left;
    font: 18px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #1c78b4;
    font-weight: bold;
    padding-left: 20px;
    text-decoration: none;
}

.line_tt {
    float: left;
    padding: 5px 0px 5px 0px;
}

.line_tt1 {
    float: left;
    padding: 5px 0px 5px 0px;
}

    .line_tt1 img {
        width: 244px;
        height: 4px;
    }

.arrow {
    float: right;
    margin-right: 20px;
}

.banner-tintuc div {
    margin: 0px 5px !important;
}

.list-thong-bao {
    margin-top: 0px !important;
}

    .list-thong-bao h1 {
        padding: 30px 0px 0px 0px !important;
    }


.PageColumns {
    clear: both;
    padding-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.slick-dots {
    display: none !important;
}

.outter-slick {
    padding: 0px;
}

.fix-position {
    position: fixed;
    top: 20px;
    padding: 0px 25px;
}

.wrapper-article p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}

.titletopic {
    font-size: 20px;
    float: left;
    padding: 5px 0px;
    display: block;
    margin-bottom: -1px;
    font-family: roboto, time;
    font-weight: 500;
}

.header-category ul li {
    float: left;
    padding-right: 5px;
    padding-left: 0 !important;
}

@media(max-width:520px) {
    .topicScan .thumb-article {
        margin-right: 0 !important;
    }
}

.fa-home {
    margin-right: 5px !important;
}

.topicScan {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.thumb-article {
    margin-bottom: 10px !important;
}

.title-article.tt {
    font-size: 15px;
}

.wrapper-article h2 {
    margin-top: 0 !important;
}

@media(max-width:360px) {
    .title-t1 {
        font-size: 12px;
    }
}

.navbar-toggle {
    padding: 0 !important;
}

.rowarticle:first-child {
    border-top: none;
}

@media (max-width: 991px) {
    .main-menu {
        min-height: 32px !important;
    }
}

@media (max-width: 767px) {
    .icon-menu-mobile {
        top: 7px;
    }

    .article-thumb {
        width: 100%;
    }

    .imgthumb {
        width: 100%;
        height: 195px;
    }
}