/* PSC Portal  Truong PT  Modified Date: 14.01.2019*/

.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: #10A8E4;
        font: bold 13px Arial, Helvetica, sans-serif;
        margin: 0 0 0px;
    }
/*================== TOP-CONTAINER=================*/

/*==============Banner - Header=========================*/
#banner {
    display: block;
    position: relative;
    overflow: hidden;
}

    #banner .logo {
        margin-right: 10px;
        padding: 0px;
    }

    #banner img {
        width: 100%;
        display: block;
    }

    #banner .hero-cover {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 80%;
        z-index: 1;
        text-align: right;
    }

        #banner .hero-cover img {
            max-width: 100%;
            display: inline-block;
        }

    #banner .hero-text {
        position: relative;
        z-index: 10;
        padding: 0px 15px;
    }

    #banner .bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: #f7ce6f;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(left, #458cdd 0%, #458cdd 30%, rgba(255, 255, 255, 0) 70%);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(left, #458cdd 0%, #458cdd 30%, rgba(255, 255, 255, 0) 70%);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(left, #458cdd 0%, #458cdd 30%, rgba(255, 255, 255, 0) 70%);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(left, #458cdd 0%, #458cdd 30%, rgba(255, 255, 255, 0) 70%);
        /* Standard syntax */;
    }

    #banner .desc__title2 {
        font-size: 20px;
        font-weight: normal;
    }

    #banner .desc {
        padding: 15px 0px;
        padding-top: 30px;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    }

    #banner .desc__title1 {
        font-size: 24px;
        color: #ff0000;
        margin-bottom: 5px;
    }

    #banner .desc__title__main {
        color: #014cbd;
        font-size: 26px;
        font-weight: bold;
        font-family: "Times New Roman";
        margin: 7px 0px;
        display: block;
        line-height: normal;
    }

    #banner .desc__title2 {
        font-size: 20px;
        font-weight: normal;
    }

#banner {
    display: block;
    position: relative;
    overflow: hidden;
    background: #458cdd;
    min-height: 155px;
}

.hero-cover .owl-dots {
    display: none;
}

@media (max-width: 762px) {
    .hero-cover {
        display: none;
    }
}

@media (max-width: 527px) {
    #banner .logo {
        padding: 0px;
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

        #banner .logo img {
            max-width: 80px;
        }

    #banner img {
        display: inline-block;
    }

    #banner .desc {
        width: 100%;
        padding: 0 20px;
    }

    #banner .desc__title1 {
        font-size: 14px;
        text-align: center;
    }

    #banner .desc__title__main {
        font-size: 16px;
        text-align: center;
    }
}

/*=============END Banner - Header===============*/

/*==================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: 0;
            top: 0px;
            height: 26px;
        }
}
/****SEARCH-MOBILE****/
@media (max-width: 415px) {
    .search-button {
        position: absolute;
        right: 65px;
        top: 65px;
        width: 40px;
        height: 40px;
    }

    .search-toggle {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

        .search-toggle::before, .search-toggle::after {
            content: '';
            position: absolute;
            display: block;
            transition: all 0.1s;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .search-toggle::before {
            border: 2px solid #034ea2;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            left: 42%;
            top: 38%;
        }

        .search-toggle::after {
            height: 2px;
            width: 10px;
            background: #034ea2;
            top: 75%;
            left: 65%;
            transform: rotate(45deg);
        }

        .search-toggle.active {
            background-color: #e4e7e9;
        }

            .search-toggle.active::before {
                width: 0;
                border-width: 1px;
                border-radius: 0;
                transform: rotate(45deg);
                top: 40%;
                left: 50%;
            }

            .search-toggle.active::after {
                width: 12px;
                left: 41%;
                top: 49%;
            }

    .search-input:focus {
        outline: none;
    }

    #search-mobile .search-box {
        width: 100%;
        height: 100%;
        max-height: 0;
        transform: translateY(100%);
        transition: all 0.3s;
    }

        #search-mobile .search-box .search-input {
            display: block !important;
            width: 100%;
            height: 100%;
            padding: 8px 5px;
            border: 0;
            background-color: #034ea2;
            opacity: 0;
            color: #fff;
            font-size: 16px;
            /* font-size < 16px sẽ bị zoom trên safari */
            border: 1px solid #034ea2;
        }

            #search-mobile .search-box .search-input::-webkit-input-placeholder {
                color: #fff;
                text-transform: italic;
            }

    #search-mobile.showSearch .search-box {
        max-height: 35px;
        min-height: 35px;
        position: relative;
        bottom: 35px;
    }

        #search-mobile.showSearch .search-box .search-input {
            opacity: 1;
        }
}
/**** END SEARCH-MOBILE****/

/*==================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;
        border-right: 1px solid #034ea2;
        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;
            }

.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: #36b5e7;
    }

    .main-menu ul {
        position: absolute;
    }
}

@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 li {
        width: 100%;
    }

    #search-mobile .search-box .search-input {
        display: none;
    }
}

.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: 50px;
    }

    #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: 5px !important;
    border-radius: 3px;
    display: block;
    border: 2px solid #034ea2;
    padding: 0;
}

.title-tb:hover
{
    color: #faebd7 !important;
}
.metismenu li ul {
    display: block;
}

.metismenu ul a:hover {
    color: #034ea2;
}

.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;
}

.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;
}

.sub-menu1 li .fa {
    color: #034ea2;
    font-size: 14px;
}

@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******/
.tb {
    display: block;
    overflow: hidden;
}

.content-left .title-tb {
    padding: 10px;
    background: #034ea2;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font: bold 13px Arial, Helvetica, sans-serif;
}

.title-tb a:hover
{
    color: antiquewhite;
}

.content-left ul.list-thongbao {
    padding-left: 0;
    border-radius: 5px;
    border: 2px solid #034ea2;
    overflow: hidden;
    height: 300px;
}

    .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: #034ea2;
            }
/****** 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=================*/
.item img {
    width: 100% !important;
}

.content-center {
    padding-right: 5px;
    padding-left: 5px;
    width: 60%;
	background: white;
}

.blog_hot_topic {
    width: 100%;
    clear: both;
    float: left;
    background: #fafafa;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
    border: 1px solid #034ea2;
}

.listtopic {
    padding-left: 0;
}

.content_topic_hot .title_topic a {
    float: left;
    font: 13px Arial, Helvetica, sans-serif;
    color: #10A8E4;
    font-weight: bold;
    margin: 5px 5px;
    text-align: justify;
    /*z-index: 9999;*/;
}

    .content_topic_hot .title_topic a:hover {
        color: #034ea2;
    }

.content_topic_hot {
    float: left;
    border-right: 1px dotted #bce5fb;
}

.topic_hot {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.tpc {
    width: 170px;
    height: 100px;
    float: left;
    margin-right: 10px !important;
}

.text_topic span img {
    margin: 5px 0px;
    width: 100%;
    height: 280px;
}

@media (max-width: 767px) {
    .text_topic span img {
        margin-top: 25px;
    }
}

.title_hot a {
    border-bottom: 4px solid #10A8E4;
    display: block;
    font: 15px Arial, Helvetica, sans-serif;
    color: #034ea2;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 6px 0px;
}

.list_topic_hot {
    float: right;
    /*z-index: 9999;*/;
}

.content_hot .listtopic li {
    padding: 3px 0px;
    list-style: none;
    border-bottom: 1px dotted #bce5fb;
    margin: 0px 0px 1px 12px;
    text-align: justify;
    list-style-image: url(../imgs/arrow_tt_01.png);
}

    .content_hot .listtopic li a {
        font: 13px Arial, Helvetica, sans-serif;
        color: #333;
        line-height: 18px;
    }

        .content_hot .listtopic li a:hover {
            color: #034ea2;
        }

.blog_topic {
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #034ea2;
}

.topic_controll {
    text-transform: uppercase;
    float: left;
    background: #034ea2;
    width: 100%;
    height: 30px;
    border-radius: 2px 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;
    width: 100%;
}

    .noidung .title_topic a {
        color: #0095FF;
        font-weight: bold;
    }

        .noidung .title_topic a:hover {
            color: #034ea2;
        }

.chitiet, .xemthem {
    float: right;
    margin-right: 10px;
    color: #0095FF;
    font: 13px Arial, Helvetica, sans-serif;
}

.content_tinkhac {
    float: left;
    height: auto;
}

    .content_tinkhac .cactinkhac {
        margin: 10px 0px 0px 10px;
    }

        .content_tinkhac .cactinkhac .fa {
            color: #11a8e4;
            font-size: 11px;
        }

        .content_tinkhac .cactinkhac .txt_tinkhac {
            font: 13px Arial, Helvetica, sans-serif;
            color: #0095FF;
            font-weight: bold;
            text-transform: uppercase;
        }

    .content_tinkhac ul.intin {
        clear: both;
        float: left;
        padding-left: 20px;
        margin-top: 8px;
    }

.intin li {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.intin .fa {
    color: #034ea2;
    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: #034ea2;
    }

.content-tin-hoatdong {
    width: 100%;
    float: left;
}

/* tab */
.tab {
    border-radius: 5px;
    border: 1px solid #034ea2;
    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: #11a8e4;
}

    .tab .nav-tabs .active a {
        color: #034ea2 !important;
        border-color: #034ea2;
        border-bottom-color: transparent;
    }

.tab.tab-tochuc {
    margin-bottom: 20px;
}

    .tab.tab-tochuc .header-tab {
        color: #034ea2;
        text-transform: uppercase;
        font: bold 13px Arial, Helvetica, sans-serif;
    }

.nd_topic_display a p {
    color: #060606;
    font-size: 13px;
    text-align: justify;
}

.noidung_tab .title_topic a {
    color: #0095FF;
    font-weight: bold;
}

.content-left .ul.list-CLCSl {
    padding-left: 0;
    border-radius: 3px;
    border: 3px solid #10a8e4;
    overflow: hidden;
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}

.content-left .title-CLSCl {
    padding: 10px;
    background: #10a8e4;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font: bold 13px Arial, Helvetica, sans-serif;
}

.noidung_tab {
    float: left;
    padding: 5px 10px;
    font: normal 13px Arial, Helvetica, sans-serif;
    line-height: 20px;
    width: 100%;
}

.chitiet_tab img {
    margin-right: 10px !important;
    float: left;
    width: 170px;
    height: 100px;
}

.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: #11a8e4;
    font-size: 14px;
    margin-left: 5px;
}

.xemthem {
    margin: 10px 40px;
    float: right;
}
/******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;
}

/*================== 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: 2px solid #034ea2;
        overflow: hidden;
        height: 320px;
    }

        .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: #034ea2;
                    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: 2px solid #034ea2;
        overflow: hidden;
        height: aut;o
    }

        .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: #034ea2;
                    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: 2px solid #034ea2;
    overflow: hidden;
}

    .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: #034ea2;
                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;
        overflow: hidden;
    }

    .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 {
    clear: both;
    background-color: #034ea2;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    line-height: 1.5;
    padding: 50px 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ml-120 {
    margin-left: 120px;
}

.listinline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.listinline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
    color: #87c0ff;
}

.footer h4 {
    line-height: inherit;
    font-size: inherit;
    margin-top: 0;
}

.footer .footer-logo {
    float: left;
    margin-left: 10px;
    margin-top: -10px;
}

    .footer .footer-logo ~ .footer-box {
        margin-left: 120px;
    }

.footer .footer-bottom {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #c3c3c3;
}

.footer .footer-box {
    margin-bottom: 30px;
    padding-left: 30px;
}

.footer .fa {
    border: 1px solid transparent;
    margin-bottom: 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer .fa-facebook {
    background-color: #3b5998;
    padding: 10px 14px;
}

.footer .fa-google-plus {
    background-color: #dd4b39;
    padding: 10px 9px;
}

.footer .fa-twitter {
    background-color: #00aced;
    padding: 10px 11px;
}

.footer .social a:hover .fa {
    border-color: #fff;
}

@media (max-width: 900px) {
    .footer .footer-top .my-col:nth-child(1) {
        width: 100%;
    }

    .footer .footer-top .my-col:nth-child(2) {
        width: 70%;
    }

        .footer .footer-top .my-col:nth-child(2) > * {
            margin-left: 120px;
        }

    .footer .footer-top .my-col:nth-child(3) {
        width: 30%;
    }
}

@media (max-width: 768px) and (min-width: 471px) {
    .footer .my-col {
        width: 100% !important;
        text-align: left;
    }

    .footer .footer-box {
        margin-left: 120px;
    }

    .footer .footer-bottom .my-col {
        text-align: left !important;
    }

        .footer .footer-bottom .my-col > * {
            margin-left: 120px !important;
        }
}

@media (max-width: 470px) {
    .footer .footer-logo {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .footer .my-col {
        width: 100% !important;
        text-align: left;
    }

    .footer .footer-box {
        margin-left: 0 !important;
    }

    .footer .ml-120 {
        margin-left: 0;
    }

    .footer-bottom.row {
        padding-left: 30px;
    }

        .footer-bottom.row .col-sm-2 .list-inline {
            text-align: center;
        }
}
/*BACK stop TOP*/
.backtotop {
    background-color: #034ea2;
    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*/
.icons {
    background: #f4f4f4;
    display: block;
    overflow: hidden;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.icons img {
    margin-right: 5px;
    width: auto;
    float: left;
}
.icons span {
    color: #1c5599;
    font-weight: bold;
    line-height: 17px;
    font-size: 13px;
}
