﻿/* PSC Portal - Modified Date: 10.01.2018 by TruongPT*/
/* font-face */
@import url("../../../lib/simple-line-icons/css/simple-line-icons.css");
/* typography */
.txt-menu, .menu .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #034ea2;
}

.txt-light {
    font-weight: 300;
}

.txt-bold {
    font-weight: 700;
}
.slider-thu-vien-anh
{
	width: 100%;
	float: left;
}
.text-head.large {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #333;
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
    margin-top: 0px;
}

.text-head.small {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 10px;
}
.text-head.smallright {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}


.text-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}

    .text-title.large {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .text-title.small {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
    }

.header-tab {
    font-size: 14px;
    font-weight: 700;
}
/* end typography */
/* global */
* {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        color: #034ea2;
        text-decoration: none;
    }

select {
    background: transparent;
    border: 0;
}

.width-common {
    width: 100%;
    float: left;
}

#page {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

@media(max-width:1199px) {
    #page {
        width: 100%;
    }
}

.line {
    border-bottom: 1px solid #004490;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.ml-120 {
    margin-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}
/* end global */
/* layout */
/* #bd{
     */
/* width:100%;
     */
/* min-height:1000px;
     */
/* float:left;
     */
/* 
}
 */
/* body {
     */
/* font-family: Arial, Helvetica, sans-serif;
     */
/* font-size: 13px;
     */
/* font-weight: 400;
     */
/* color: #4f4f4f;
}
 */
/*.container {
  width: 1200px;
}*/
@media (min-width: 1200px) {
    .menu .container {
        width: 1170px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

.section.bg-grey {
    background-color: #eee;
}
/* end layout */
/* ____ header _____*/
.header {
    font-size: 14px;
    line-height: 1.1;
    color: #87c0ff;
    text-align: center;
    -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;
}

    .header ul {
        margin: 15px 0 0 0;
    }

        .header ul li {
            display: inline-block;
            padding: 0 10px 10px 0;
        }

            .header ul li a:hover {
                color: #fff;
            }

    .header .icons {
        margin-right: 5px;
    }

@media (max-width: 768px) {
    .header .header-logo img {
        margin: 0 auto;
    }

    .header ul {
        font-size: 12px;
    }
}

@media (min-width: 769px) {
    .header {
        text-align: left;
    }

        .header .header-bottom {
            float: right;
        }
}
/* end header */
/*==============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: #5593da;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(left, #5593da 0%, #5593da 30%, rgba(255, 255, 255, 0) 70%);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(left, #5593da 0%, #5593da 30%, rgba(255, 255, 255, 0) 70%);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(left, #5593da 0%, #5593da 30%, rgba(255, 255, 255, 0) 70%);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(left, #5593da 0%, #5593da 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;
        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: #5593da;
}

.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;
    }

    #banner .desc__title__main {
        font-size: 16px;
    }
}
/*=============END Banner - Header===============*/
/* _____ MENU _____ */
.affix {
    top: 0;
    /*width: 100%;*/
    z-index: 9999 !important;
    animation: pulse 0.7s;
}

.menu .navbar {
    margin-bottom: 0px;
    background-color: #efefef;
    border: 0;
    min-height: 40px;
}

.menu .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
    padding-top: 1px;
}

.menu .navbar-default .navbar-collapse {
    border-color: #fff;
}

.menu .navbar-default .navbar-nav > li > a:hover {
    color: #072546;
}

.menu .navbar-collapse {
    background-color: transparent;
}

.menu .fa {
    padding-right: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #034ea2;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #034ea2;
    color: #fff !important;
}

.nav-padding {
    padding-top: 61px;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 225px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    left: 0px;
    margin-left: -1px;
    right: auto;
}

.navbar-nav > li > .dropdown-menu > li.active > a, .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: #034ea2;
    color: #fff;
}

.navbar-header .navbar-toggle {
    background-color: #034ea2;
    background-image: none;
    border-color: transparent;
    padding: 5px;
}

    .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 25px;
        height: 4px;
    }

    .navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
        background-color: #87c0ff;
    }

.caret.navbar-toggle.sub-arrow:focus, .caret.navbar-toggle.sub-arrow:hover {
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 0;
}

.open .open > .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

.dropdown-menu > li > a {
    padding: 11px 20px;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #034ea2;
        color: #fff;
    }

@media (min-width: 993px) {
    .menu .caret {
        display: none;
    }

    .menu .affix {
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 992px) {
    .menu .affix {
        position: relative;
        animation: none;
    }

    .menu .navbar-nav {
        margin: 0 -15px 15px -15px;
        width: auto;
    }

    .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #034ea2;
        position: relative;
    }

        .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #87c0ff;
        }

    .menu .navbar-nav.sm-collapsible .caret, .menu .navbar-nav.sm-collapsible ul .caret {
        border-width: 0px;
        top: 0;
        position: static;
        margin-right: 0;
    }

    .menu .navbar-nav.sm-collapsible .open > a > .caret:before {
        content: "\f106";
    }

    .menu .navbar-nav.sm-collapsible .caret:before {
        content: "\f107";
        font-family: FontAwesome;
        font-weight: bold;
    }

    .menu .nav .open > a, .menu .nav .open > a:focus, .menu .nav .open > a:hover {
        background-color: transparent;
        color: #87c0ff !important;
    }

    .menu .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
        margin-left: 0;
    }

    .menu li {
        width: 100% !important;
    }

    .menu button.navbar-toggle {
        float: left;
        border-radius: 0;
        margin-left: 15px;
    }
}
/* change breakpoint */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
        margin-left: 5px;
    }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 0;
    }
}

.sub-arrow {
    display: none;
}

@media (min-width: 992px) {
    .menu .nav.navbar-nav > li {
        float: none;
        display: table-cell;
        width: 1%;
        text-align: center;
    }

        .menu .nav.navbar-nav > li a {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 15px;
    }

    .navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
/* END MENU */
/* *********** v3 search ********* */
/* search : desktop */
#search {
    min-height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 1005;
    background-color: transparent;
    padding-top: 5px;
}

.search-submit {
    background-color: transparent;
    background-image: url("../imgs/search.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    min-height: 24px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#m_search {
    background: #034ea2;
    border: 1px solid #87c0ff;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 270px;
    right: 0;
    font-style: italic;
    color: #fff;
    display: none;
    font-size: 13px;
}
/* search : mobile */
.search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 48px;
}

.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: 65%;
        left: 60%;
        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 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 0;
    transform: translateY(100%);
    background-color: #fff;
    transition: all 0.3s;
}

    #search-mobile .search-box .search-input {
        width: 100%;
        height: 100%;
        padding: 0 1em;
        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: 60px;
    min-height: 60px;
    padding: 10px 15px;
}

    #search-mobile.showSearch .search-box .search-input {
        opacity: 1;
    }

@media (max-width: 992px) {
    #search-mobile {
        display: block !important;
    }
}
/* *********** end search ********* */
/* Slider main */
.slider-main .union_main_image {
    position: relative;
}

    .slider-main .union_main_image img {
        width: 100%;
        height: 378px;
    }

.slider-main .Union_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 15px;
    font-size: 14px;
}

    .slider-main .Union_desc h2 {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
        margin: 0;
    }

    .slider-main .Union_desc a {
        color: #fff;
    }

        .slider-main .Union_desc a:hover {
            color: #f9cc6d;
        }

.slider-main .Union_block {
    opacity: 1 !important;
    text-align: justify;
}
.thong-bao
{
	
	float: left;
	width: 100%;
}
/* SLIDER HOAT DONG */
.slider-hoat-dong {
	float: left;
	width: 100%;
    padding: 0 0px;
    margin-bottom: 10px;
    background-color: #c8c8c8;
    background-image: linear-gradient(to top, #e3e6e8 0%, white 100%);
}

    .slider-hoat-dong .text-head {
        color: #034ea2;
        margin-top: 10px;
    }

    .slider-hoat-dong .text-title a {
        color: #1f1f1f;
    }

        .slider-hoat-dong .text-title a:hover {
            color: #034ea2;
        }

    .slider-hoat-dong .article-thumb {
        margin-bottom: 10px;
    }

    .slider-hoat-dong .owl-theme {
        padding: 0px 0px;
        position: relative;
    }
@media (max-width: 767px) {
    .slider-hoat-dong .owl-theme .owl-nav [class*='owl-']{
        margin-top: 50px !important;
    }
}
        .slider-hoat-dong .owl-theme .owl-nav [class*='owl-'] {
            transition: all .3s ease;
            color: #4691e6;
            font-size: 60px;
            padding: 5px 10px !important;
            border-radius: 0;
            margin-top: 20px;
        }

        .slider-hoat-dong .owl-theme .owl-nav [class*='owl-']:hover {
            background: rgba(204, 172, 172, 0.5);
            color: #272626d4;
        }

        .slider-hoat-dong .owl-theme .owl-next, .slider-hoat-dong .owl-theme .owl-prev {
            position: absolute;
            top: 0;
        }

        .slider-hoat-dong .owl-theme .owl-prev {
            left: 0px;
        }

        .slider-hoat-dong .owl-theme .owl-next {
            right: 0px;
        }

.slider-thu-vien-anh .item-content {
    border: 1px solid #ccc;
    border-radius: 10px;
}

    .slider-thu-vien-anh .item-content .slider-pro {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .slider-thu-vien-anh .item-content .sp-caption-custom {
        position: absolute;
        margin: 0;
        background: rgba(0, 0, 0, 0.5);
        visibility: visible;
        width: 100%;
        left: 0px;
        bottom: 0px;
        transform-origin: left bottom 0px;
        transform: scale(1) translate3d(0px, 0px, 0px);
        opacity: 1;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 15px;
    }

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    left: auto;
    right: 0;
}

.sp-bottom-thumbnails.sp-has-pointer {
    padding-top: 30px;
}

    .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
        top: 0px;
    }

@media(max-width:767px) {
    .slider-main .union_main_image img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 500px) {
    .slider-thu-vien-anh .item-content {
        border-color: transparent;
    }

    .sp-bottom-thumbnails.sp-has-pointer {
        display: none;
    }
}

.sp-has-pointer .sp-selected-thumbnail:before, .sp-has-pointer .sp-selected-thumbnail:after {
    display: none;
}

.sp-thumbnail-container {
    overflow: unset;
}

.sp-thumbnail-image-container {
    border: 2px solid transparent;
}

.sp-has-pointer .sp-selected-thumbnail .sp-thumbnail-image-container {
    border-color: #d6560e;
}

.psc-three-col {
    overflow: hidden;
}

@media (min-width: 769px) {
    .psc-three-col li {
        width: 33.3333%;
        float: left;
    }

        .psc-three-col li:nth-child(3n + 1) {
            clear: both;
        }
}
.article-thumbt {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-right: 0px;
}
.athree {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media (max-width: 768px) and (min-width: 500px) {
    .psc-three-col li {
        width: 50%;
        float: left;
    }

        .psc-three-col li:nth-child(2n + 1) {
            clear: both;
        }
}
/* tab */
.tab {
    margin-left: 0px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
}

@media (max-width: 992px) {
    .tab {
        margin-left: 0;
        margin-top: 0px;
    }
}

.tab .nav-tabs {
    padding-left: 5px;
    padding-top: 5px;
    background-color: #f0f0f0;
    border-color: #c8c8c8;
    /*display: none;*/
}

    .tab .nav-tabs .active a {
        color: #034ea2 !important;
        border-color: #c8c8c8;
        border-bottom-color: transparent;
    }

.tab.tab-tochuc {
    margin-bottom: 20px;
	margin-top: 10px;
	float: left;
    width: 100%;
}

    .tab.tab-tochuc .header-tab {
        text-transform: uppercase;
    }
/* map */
.map {
    margin-bottom: 15px;
}
/* Sự kiện */
.su-kien {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ccc;
    background-image: linear-gradient(to top, #e3e6e8 0%, white 100%);
    border: 1px solid #ccc;
}

    .su-kien h2 {
        color: #034ea2;
        text-align: center;
        margin: 0 0 20px 0;
    }

.su-kien-thumb {
    margin-bottom: 10px;
}
/* banner small */
.banner.small .banner-thumb {
    margin-bottom: 5px;
}
/* banners big */
.banners.big .banner-thumb {
    margin-bottom: 5px;
}

[class^="item"] .text-head {
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-top: 5px;
}

.item-1 .text-head {
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
}

.item-2 .text-head {
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
}

.item-3 .text-head {
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
}

.item-4 .text-head {
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
}

.item-5 .text-head {
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
}

.item-6 .text-head {
    border-top: 2px solid #256fc1;
    padding: 5px 0 0 0;
}

.item-7 .text-head {
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
}

.block {
    overflow: hidden;
	float: left;
	width: 100%;
}
.qlnt
{
    height: 158px;
	width: 100%;
}
    .block .col-left {
        width: 65%;
        float: left;
    }

    .block .col-right {
        width: 35%;
        float: left;
        padding-right: 0;
        padding-left: 5px;
        max-height: 378px;
        overflow: auto;
    }
        /* width */
        .block .col-right::-webkit-scrollbar {
            width: 5px;
        }

        /* Track */
        .block .col-right::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px grey;
            border-radius: 10px;
        }

        /* Handle */
        .block .col-right::-webkit-scrollbar-thumb {
            background: #919191;
            border-radius: 2px;
        }

            /* Handle on hover */
            .block .col-right::-webkit-scrollbar-thumb:hover {
                background: #7d7d7d;
            }

@media (max-width: 992px) {
    .block .col-left, .block .col-right {
        width: 100%;
    }
}

.block.two-col article {
    overflow: hidden;
    margin-bottom: 10px;
}

.owl-item .article-thumb {
    width: 100%;
}

.block.two-col article .article-thumb {
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
}

.block.two-col article .text-title {
    margin-top: 0px;
    margin-bottom: 0;
}

.block.two-col [class^="item"]:nth-child(odd) {
    clear: both;
}

.block.three-col article {
    overflow: hidden;
}

    .block.three-col article .article-thumb {
        margin-bottom: 15px;
    }

    .block.three-col article .text-title {
        margin-bottom: 15px;
    }
/* list */
.articles li {
    padding-left: 10px;
    margin-bottom: 10px;
}

    .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: 0px;
        color: #4f4f4f;
        font-size: 15px;
    }
.two-col-desktop li:before {
    font-family: 'FontAwesome';
    content: "\f0a2" !important;
    margin-right: 5px;
}
@media (min-width: 768px) {
    .articles.two-col-desktop {
        overflow: hidden;
    }

        .articles.two-col-desktop li {
            float: left;
            width: 50%;
        }

            .articles.two-col-desktop li:nth-child(odd) {
                clear: both;
                padding-right: 1px;
            }

            .articles.two-col-desktop li:nth-child(even) {
                padding-left: 20px;
            }
}

.articles.style-1 {
    margin-top: 5px;
}

    .articles.style-1 li {
        padding: 7px 10px 7px 20px;
        margin-bottom: 0;
        border-bottom: 1px dashed #c8c8c8;
    }

        .articles.style-1 li:last-child {
            border-bottom: 0;
        }

        .articles.style-1 li::before {
            color: #034ea2;
        }

        .articles.style-1 li:hover, .articles.style-1 li.hover, .articles.style-1 li.firstflag.active, .articles.style-1 li.active {
            background-color: #f0f0f0;
        }

            .articles.style-1 li:hover a, .articles.style-1 li.hover a, .articles.style-1 li.firstflag.active a, .articles.style-1 li.active a {
                color: #034ea2;
            }

    .articles.style-1 h2 {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 400;
        margin: 0;
    }

.articles.style-2 {
    margin-top: 5px;
    padding-left: 15px;
}

    .articles.style-2 li {
        padding: 5px 15px;
        margin-bottom: 0;
    }

        .articles.style-2 li::before {
            color: #034ea2;
        }

        .articles.style-2 li:hover {
            background-color: #f0f0f0;
        }

            .articles.style-2 li:hover a {
                color: #034ea2;
            }

    .articles.style-2 h2 {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 400;
        margin: 0;
    }

.list-tb {
    overflow: hidden;
}

    .list-tb li {
        float: left;
        width: 25%;
        margin-bottom: 25px;
    }

@media (min-width: 1001px) {
    .list-tb li:nth-child(4n +1) {
        clear: both;
    }
}

@media (max-width: 1000px) {
    .list-tb li {
        width: 25%;
    }
}

@media (max-width: 900px) {
    .list-tb li {
        width: 33.3333%;
    }
}

@media (max-width: 500px) {
    .list-tb li {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .list-tb li {
        width: 100%;
    }
}

.list-tb .tb-icon {
    display: table;
}

    .list-tb .tb-icon img, .list-tb .tb-icon span {
        display: inline-block;
    }

    .list-tb .tb-icon span {
        vertical-align: middle;
        padding-left: 5px;
    }
/* footer */
.footer {
    background-color: #034ea2;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    line-height: 1.5;
    padding: 20px 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;
}

    .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: 2px;
        margin-right: 2px;
        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: 15px;
        padding-left: 5px;
    }

    .footer .fa {
        border: 1px solid transparent;
        margin-right: 5px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
		width: 18px;
    }

    .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;
    }
/* end footer */
/* back to top */
a.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #034ea2 url("../imgs/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    a.cd-top.cd-is-visible, a.cd-top.cd-fade-out, .no-touch a.cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    a.cd-top, a.cd-top:visited, a.cd-top:hover {
        color: #CCCCCC;
        text-decoration: none;
    }

        a.cd-top.cd-is-visible {
            /* the button becomes visible */
            visibility: visible;
            opacity: 1;
            z-index: 1;
        }

        a.cd-top.cd-fade-out {
            /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
            opacity: 1;
        }
/* hanging fix right */
.hanging {
    border: 1px solid #fff;
    list-style: none;
    padding: 0;
    position: fixed;
    margin-top: 30px;
    perspective: 1000px;
    top: 50%;
    margin-top: -150px;
    right: 0;
    z-index: 999999;
}

    .hanging li {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 16px;
        vertical-align: baseline;
    }

        .hanging li a {
            display: block;
            width: 40px;
            height: 40px;
            background-color: rgba(3, 78, 162, 0.9);
            color: #fff;
            padding: 5px;
            text-decoration: none;
            text-align: center;
            transition: background .5s ease .300ms;
        }

            .hanging li a img {
                margin-top: 5px;
            }

            .hanging li a:hover {
                background-color: #d6322c;
            }

            .hanging li a span {
                width: 150px;
                float: right;
                text-align: center;
                background: #222;
                color: #fff;
                margin: -30px 50px 0 0;
                padding: 8px;
                transform-origin: 0;
                visibility: hidden;
                opacity: 0;
                transform: rotateY(45deg);
                transition: all .5s ease .300ms;
                font-size: 12px;
                line-height: 23px;
                text-transform: uppercase;
            }

        .hanging li span:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            right: -20px;
            top: 9px;
            border: 10px solid transparent;
            border-left: 10px solid #222;
        }

        .hanging li a:hover span {
            visibility: visible;
            opacity: 1;
            transform: rotateY(0);
        }

@media (max-width: 978px) {
    .hanging {
        display: none;
    }
}
/* _____ responsive _____ */
@media (max-width: 768px) and (min-width: 420px) {
    .side-right .banner.small {
        margin: 0 -2px;
    }

        .side-right .banner.small .banner-thumb {
            width: 50%;
            float: left;
            padding: 0 2px;
        }
}
/* .footer */
@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: 0px;
        }

    .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;
    }
}
/*# sourceMappingURL=index.css.map */
/******* Update Dien Khanh 29.10.2018 ********/
.side-right .banner {
    overflow: hidden;
}
/******** KHOA GIAO XA HOI *******/
.khoagiao h2 {
    color: #000;
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
    margin-top: 0px;
}

.xahoi h2 {
    color: #000;
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
    margin-top: 0px;
}

.khoagiao, .xahoi {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px 5px;
    background: #f5f5f5;
}

.khoagiao-thumb, .xahoi-thumb {
    margin-bottom: 10px;
}

    .khoagiao-thumb img {
        width: 100%;
        /*height: 150px;*/
    }

.title-khoagiao, .title-xahoi {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}

.i-more {
    margin-bottom: 15px;
}

.i-title {
    line-height: 23px;
    padding-top: 10px;
    border-top: 1px dashed #a2a2a2;
}

.xahoi article {
    overflow: hidden;
    margin-bottom: 15px;
}

    .xahoi article .article-xahoi {
        float: left;
        width: 100px;
        height: 70px;
        margin: 0 10px 0 0;
    }

.article-xahoi {
    overflow: hidden;
}

    .article-xahoi .ttgd {
        width: 100%;
        height: 70px;
    }

.text-title-xahoi {
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-xahoi {
    padding-top: 15px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
/******** end KHOA GIAO XA HOI ********/
/******** KINH TE PHAP LUAT ********/
.listarticlesto {
    padding-left: 0px;
    padding-right: 0px;
}

.KT-PL h2 {
    color: #333;
    padding: 5px 0 0 0;
    border-top: 2px solid #256fc1;
    margin-top: 0px;
}
.thongbaosa {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #a2a2a2;
    padding-bottom: 4px;
}
.KT-PL {
    overflow: hidden;
}

    .KT-PL article {
        overflow: hidden;
        margin-bottom: 0px;
    }

        .KT-PL article .article-KT-PL {
            float: left;
            width: 150px;
            height: 100px;
            margin: 0 10px 0 0;
        }

.article-KT-PL {
    overflow: hidden;
}

.article-KT-PL .ttgd {
    width: 100%;
    height: 90px;
}

.text-title-KT-PL {
    color: #333;
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.chitiet {
    text-align: justify;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.col8 {
    padding: 0;
}

.KT-PL .i-more {
    margin-bottom: 0;
    padding: 0px;
}

.row5 {
    margin-left: -5px;
    margin-right: -5px;
}

.col5 {
    padding: 4px;
}

    .col5.ximg img {
        width: 100%;
        height: 65px;
    }

.KT-PL .title-KTPL {
    min-height: 60px;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 0px;
    line-height: 17px;
    font-size: 13px;
    display: -webkit-box;
    padding-right: 10px;
    padding-left: 0px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.i-first {
    padding: 0;
}

@media (max-width: 992px) {
    .row-KTPL {
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    .list-phim {
        padding: 50px 0 0 5px;
    }

    .col5.ximg img {
        height: auto;
    }

    .KT-PL .i-more {
        padding: 0;
    }

    .KT-PL .title-KTPL {
        min-height: auto;
    }

    .block.three-col article .article-thumb {
        width: 100%;
    }

    .sp-grab {
        width: 100% !important;
    }

    .sp-slide {
        width: 100% !important;
    }
    /* .slider-thu-vien-anh .item-content .sp-caption-custom{
         */
    /* left: 10px;
         */
    /* 
    }
     */
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        width: 100%;
    }
    .qlnt {
        height: 210px;
    }
    .block.two-col article .text-title {
        margin-top: 0;
    }
}

@media (max-width: 399px) {
    .col5 {
        width: 50%;
    }
}
/***** end KINH TE PHAP LUAT *****/
.articles-phim.style-2-phim {
    margin-top: 15px;
}

    .articles-phim.style-2-phim li {
        padding: 7px 15px;
        margin-bottom: 0;
    }

.articles-phim li:before {
    color: #034ea2;
    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: -3px;
    color: #4f4f4f;
    font-size: 15px;
}

.tab.tab-phim {
    margin-bottom: 20px;
}

.nav-tabs-phim > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs-phim {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs-phim > li.active > a, .nav-tabs-phim > li.active > a:focus, .nav-tabs-phim > li.active > a:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .nav-tabs-phim > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }

.tab-list {
    margin-left: 10px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
}

@media (max-width: 992px) {
    .tab-list {
        margin-left: 0;
        margin-top: 15px;
    }
}

.tab-list .nav-tabs-phim {
    padding-left: 15px;
    padding-top: 5px;
    background-color: #f0f0f0;
    border-color: #c8c8c8;
}

    .tab-list .nav-tabs-phim .active a {
        color: #034ea2 !important;
        border-color: #c8c8c8;
        border-bottom-color: transparent;
        font-weight: 700;
    }

.tab-list.tab-phim {
    margin-bottom: 20px;
    border-top: 2px solid #42a700;
}

    .tab-list.tab-phim .header-tab-phim {
        font-size: 18px;
    }

.title-phim {
    color: #000;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
}

.box article .article-phim {
    float: left;
    width: 180px;
    height: 119px;
    margin: 0 10px 10px 0;
}

.article-phim {
    overflow: hidden;
}

    .article-phim .img-phim {
        width: 100%;
        height: 119px;
    }

.text-title-phim {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-phim {
    border-left: 1px #c8c8c8 solid;
}

.list-phim li a {
    color: #000;
    margin-left: 5px;
    line-height: 23px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.col-sm-4 .article-thumb img {
    height: 140px;
    width: 100%;
}

.col-sm-6 .article-thumb img {
    height: 90px;
    width: 100%;
}

.owl-item .article-thumb img {
    /*height: 96px;*/
}
/*===========list_right_1=============*/
.list_right_1 {
    margin-top: 20px;
}

.icon {
    background: #f4f4f4;
    display: block;
    overflow: hidden;
    padding: 10px 5px 10px 10px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
}

    .icon:hover {
        background-color: rgba(162, 211, 247, 0.47843137254901963);
    }

    .icon img {
        margin-right: 10px;
        width: auto;
        float: left;
    }

    .icon span {
        color: #1c5599;
        font-weight: bold;
        line-height: 20px;
    }

#banner {
    min-height: 155px;
    width: 100%;
    float: left;
}

#psc-divPanelBottom .container {
    padding: 0;
    width: 100%;
    float: left;
}

.header .container, .menu .container {
    /*width: auto;*/
    padding: 0;
}

@media(min-width:768px) {
    #psc-divPanelCenter {
        width: 75%;
        float: left;
        padding: 0px 0px 0px 15px;
    }

    #psc-divPanelRight {
        width: 25%;
        float: left;
        padding: 0 15px;
    }

    #psc-divPanelMid {
        overflow: hidden;
        margin: 0 -15px;
        padding-top: 5px;
    }
}

.sp-thumbnail-image-container img {
    width: 162px;
    height: 95px;
}

.languages {
    z-index: 100;
    /* width: 10%; */
    float: right;
    right: 10px;
    top: 0px;
    position: absolute;
}

@media(max-width:767px) {
    .languages {
        z-index: 100;
        float: right;
        right: 10px;
        top: 0px;
        position: absolute;
    }

    .block .col-right {
        padding: 0;
        padding-top: 15px;
    }

    .mCSB_scrollTools
    {
        width: 5px;
    }
    .mCSB_inside>.mCSB_container
    {
        margin-right: 4px;
    }
}
.footeraa
{
    font-weight: 600;
}
.thong-tin-can-biet
{
    float: left;
    width: 100%;
}
/*Banner4Img*/
.select-box1 p {
    margin: 0;
}

.select-box1 img {
    font-size: 9pt;
    width: 100%;
    height: 70px;
}

.select-box1 {
    width: 23%;
    margin-right: 2%;
    float: left;
}

.select-box2 p {
    margin: 0;
}

.select-box2 img {
    font-size: 9pt;
    width: 100%;
    height: 75px;
    margin-bottom: 3px;
}

.select-box2 {
    width: 49%;
    margin-right: 2%;
    float: left;
}

#select-box {
    margin-top: 3px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.select-box2:last-child {
    margin-right: 0;
}
.select-box1:last-child {
    margin-right: 0;
}
.select-box1 {
    padding: 0px;
}

.select-box2 {
    padding: 0px;
}

@media (max-width: 1199px) {
    .select-box1 img {
        float: none;
    }

    .select-box1 {
        text-align: center;
    }

    .select-box2 img {
        float: none;
    }

    .select-box2 {
        text-align: center;
    }

    #text-box1 {
        width: 100%;
        padding-left: 0;
    }

    #select-box img {
        padding-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .select-box1 {
        width: 48%;
        margin-bottom: 2%;
    }

    .select-box2 {
        width: 100%;
    }
}

@media(max-width:767px) {
    .select-box2 {
        width: 100%;
    }
}
/*End Banner4Img*/