
a {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}
a:hover {
    text-decoration: none;
}
.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}
#time {
    background: #0e4f92;
    padding: 5px 0;
    color: white;
    text-align: right;
}
#time ul {
    margin-bottom: 0;
}
#time ul li a {
    color: white;
}
#time ul li a:hover {
    color: #adab9a;
}
#time ul li:first-of-type:after {
    content: "|";
    display: inline-block;
    margin-left: 12px;
    color: #a0a0a0;
}
#banner_top {
    background: url(../images/banner.jpg);
    background-size: cover;
    min-height: 170px;
    max-height: 170px;
    background-position: 0;
}
#banner_top div[class^="col"] {
    padding: 0;
}
.logo {
    margin-top: 20px;
}
.header_text {
    margin-top: 48px;
    margin-left: -20px;
}
.header_text h2 {
    text-transform: uppercase;
    color: white;
    margin: 0;
}
h2.vi_text {
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1.8px;
    font-size: 36px;
}
h2.en_text {
    font-size: 36px;
}
nav {
    background: #f5ecb9;
    /*padding: 10px 0;*/
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    line-height: 1;
    background: #f5ecb9;
}
/*#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    }*/
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    padding: 12px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0e4f92;
    font-weight: 600;
    /*border-right: 1px solid;*/
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-size: 13px;
}
#cssmenu > ul > li > a:after {
    display: inline-block;
    content: "|";
    position: absolute;
    right: -3px;
    top: 10px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #009ae1;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 99;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
    height: 32px;
}
#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 250px;
    background: #0865c5;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
nav form {
    max-width: 100%;
    margin-left: 10px;
    float: right;
}
nav form  input {
    height: 30px;
    margin-top: 4px;
    padding-left: 5px;
    border: 1px solid black;
}
.hot_news {
    padding: 20px 0;
}
.small_news2 {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
#hot_news figure {
    position: relative;
    overflow: hidden;
}
#hot_news figure img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#hot_news figure:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#hot_news figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: rgba(51, 51, 51, 0.65);
}
#hot_news figure a{
    text-decoration: none;
    color:white;
}
#new_run{
    padding: 2px;
    background-color: #d11919;
    margin-bottom: 15px;
    color:white;
}
#event_news {
    background: #0865c5;
    padding: 15px 0;
}
#list_images {
    background: none;
}
#list_images img {
    width: 100%;
}
#event_news h2 {
    margin-top: 0;
    font-weight: 600;
    color: white;
    font-size: 24px;
}
#slide_event .item img {
    height: 130px;
    width: 100%;
    /*border: 1px solid white;*/
}
#slide_event .item {
    padding: 0 5px;
}
#slide_news .item {
    padding: 0 10px;
}
.info_slide a {
    color: white;
    display: block;
    margin-top: 5px;
    max-height: 60px;
    overflow: hidden;
}
.info_slide a:hover {
    color: #adab9a;
}
#section3 {
    margin: 20px 0;
}
#section3 div[class^="col"], #themantic div[class^="col"], #list_images div[class^="col"], #other_news div[class^="col"], #hot_news div[class^="col"]{
    padding-left: 10px;
    padding-right: 10px;
}

.has_color {
    background: #fefcde;
    padding: 15px;
}
.themantic_item {
    margin-top: 20px;
}
.has_color h3, .themantic_item h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #c03535;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.themantic_item h3 {
    color: #0865c5;
}
.has_color h3:after, .themantic_item h3:after {
    display: block;
    content: "";
    border-bottom: 1px solid;
    width: 90%;
    margin: 5px auto;
}
.themantic_item h3:after {
    width: 100%;
}
.list_inform a {
    color: #1f388b;
    font-weight: bold;
    /*text-align: justify;*/
    display: block;
}
.list_inform a:hover {
    color: #c03535;
}
.list_inform p {
    color: #adab9a;
}
.images {
    margin-top: 30px;
}
.images img {
    margin: 10px 0;
    width: 100%;
}
#themantic h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
    color: white;
    font-weight: 600;
    background: #0865c5;
}
.nb_content_title {
    position: relative;
    overflow: hidden;
}
.nb_content_title a:first-child {
    margin-top: 0;
}
.nb_content_title img {
    width: 100%;
    height: 200px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nb_content_title img:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.nb_content_title a {
    font-weight: 600;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
.nb_content_title a:hover, .list_news_relate ul li a:hover {
    color: #0865c5;
}
.list_news_relate ul {
    margin-bottom: 0;
}
.list_news_relate ul li {
    border-top: 1px dotted;
    padding: 5px 0;
}
.list_news_relate ul li a {
    color: black;
}
#list_images {
    margin-top: 20px;
}
#other_news {
    /*background: #e3e3e3;*/
    padding-bottom: 20px;
}
#other_news h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #0865c5;
    font-weight: 600;
}
#other_news h2:after {
    display: block;
    content: "";
    border-bottom: 1px solid;
    width: 30%;
    margin: 5px auto;
}
.slide_news_item h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #0865c5;
    font-size: 17px;
    height: 42px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid;
}
.foot_link {
    background: #0865c5;
    padding: 5px 0;
}
.foot_link ul {
    margin-bottom: 0;
}
.foot_link ul li a {
    color: white;
}
.foot_link ul li a:hover {
    color: #adab9a;
}
.footer {
    background: url(../images/footer.png) no-repeat;
    background-size: cover;
}
.foot_link ul.list_link li:after {
    display: inline-block;
    content: "|";
    color: #adab9a;
    position: absolute;
    margin-left: 5px;
    top: -1px;
}
.foot_link ul.list_link li:last-of-type:after {
    content: "";
}
.footer h4 {
    margin-top: 0;
    text-transform: uppercase;
    color: white;
    margin-bottom: 5px;
}
.footer .text_foot {
    margin-top: 34px;
}
.footer ul {
    display: flex;
    display: -webkit-flex;
    margin-top: 15px;
}
.footer address p {
    color: white;
    margin-bottom: 5px;
}
.breadcrumb>li+li:before {
    content: ">";
    color: #0e4f92;
}
.breadcrumb {
    margin-bottom: 0;
    background: none;
    padding: 15px 0;
}
.breadcrumb a {
    text-transform: uppercase;
    font-weight: 600;
    color: #0e4f92;
}
.news_title h2 {
    margin-bottom: 3px;
    margin-top: 10px;
}
.news_title p {
    margin-bottom: 0;
}
.v_shortDescript {
    margin: 15px 0;
    text-align: justify;
}
.v_content img {
    margin-bottom: 10px;
}
.v_content p, .v_content span {}
.author {
    font-size: 17px;
}
.shared {
    margin: 20px 0;
}
.viewest h3, .same_topic h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #0865c5;
    font-size: 20px;
    font-weight: 600;
}
.same_topic h3 {
    margin-top: 20px;
}
.viewest h3:after, .same_topic h3:after {
    display: block;
    content: "";
    border-bottom: 1px solid;
    width: 50%;
    margin: 5px 0;
}
.viewest_item {
    margin-top: 10px;
}
.viewest_item div[class^="col"] {
    padding-left: 0;
}
.viewest_item .row {
    margin: 0;
}
.viewest_item a {
    color: black;
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
}
.viewest_item a:hover {
    color: #0e4f92;
}
.same_topic a {
    color: black;
}
.same_topic a:hover {
    color: #0e4f92;
}
.same_topic a:before {
    display: inline-block;
    content: "\f192";
    font-family: FontAwesome;
    font-size: 7px;
    vertical-align: middle;
    margin-right: 5px;
}
.tinkhac h2 {

}
#s_img{
    margin-bottom: 15px;
}
#s_img img{
    width: 100%;
    height: 90px;
}
#other_version .text{
    float: right;
    background-color: #d11919;
    border-radius: 17px;
    margin:8px 0;
}
#other_version .text a{
    text-decoration: none;
    color:white;
    padding:8px 12px;
    display: block;
}
#contact .c_main, .category{
    margin-left: 0px;
}
#contact .c_item{
    margin-top: 8px;
}
.c_item input{
    width: 100%;
}
.c_textarea{
    margin-left: -35px;
}
.c_item textarea, .c_item select{
    width: 105%;
}
#contact, .ht_dieu_hanh, #viewNews, #category{
    margin-bottom: 20px;
}
#contact .form-control {
    border-radius: 0;
}
#contact h4, #tu_van h4, #category h4{
    text-transform: uppercase;
    color:#0e4f92;
    padding:0;
    padding-bottom: 5px;
    border-bottom: 2px solid #0e4f92;
    margin-top: 30px; 
    font-size: 22px;
}
#contact .has_color {
    margin-top: 29px;
}
#contact .des_titt{
    color:#0e4f92;
}
.c_form{
    margin-top: 24px;
}
#contact button{
    background-color: #0e4f92;
    color:white;
    border: 0;
    padding: 5px 10px;
    margin-top: 10px;
}
.ht_dieu_hanh figcaption{
    text-transform: uppercase;
    padding:10px !important;
    font-size: 25px;
    text-align: center;
}
.has_color.tu_van .list_inform{
    border-bottom: 1px dotted #333;
    padding:10px 0;
}
.muc_tu_van, #category .tu_van {
    margin-top: 20px;
}
.chu_de{
    font-size: 18px;
    color:#cc0000;
}
.row.ask {
    padding-right: 15px;
}
.muc_tu_van .col-sm-11{
    padding:0;
}
.tra_loi {
    padding-bottom: 10px;
}
.tv_xem_them{
    float: right;

}
.tv_xem_them a{
    text-decoration: none;
    color:#777;
}
.tv_xem_them a:hover{
    color:#cc0000;
}
.tinkhac h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background: #0865c5;
    padding: 7px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}
p.tittle_item {
    font-size: 19px;
    text-transform: uppercase;

}
p.tittle_item a{
    text-decoration: none;
    color:#0865c5;
    border-bottom: 2px solid #0865c5;
}
.tinkhac_item ul{
    padding:0 18px;
}
.tinkhac_item ul a, .khoi2 ul a{
    color:black;
}
.tinkhac_item ul li:hover, .khoi2 ul li:hover{
    color:#0865c5;
}
p.khoi2_tittle.text-center {
    text-transform: uppercase;
    color: #0865c5;
    font-size: 20px;
    border-bottom: 2px solid #0865c5;
    margin-top: 15px;
}
.main_tittle a{
    color:black;
}
.new_main{
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}
.new_main .new_img, .new_main .new_text{
    width: 50%;
    padding:5px;
}
.new_main .new_text{
    height: 123px;
    overflow: hidden;
}
.khoi2 .list_new ul{
    padding:0 16px;
}
.tin_su_kien{
    background-color: #0865c5;
    margin-bottom: 15px;
}
.tittle_sk{
    color:white;
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    text-transform: uppercase;
}
.tin_su_kien .new_main .new_text {
    height: 108px;
    overflow: hidden;
}
.tin_su_kien .new_text p{
    color:white;
}
.tin_su_kien  .new_main .new_img
{
    padding-left: 20px;
} 
.tin_su_kien .new_main .new_text{
    padding-right: 20px;
}
.tin_su_kien .owl-carousel{
    width: 100%;
}
#category .news_item{
    height: 395px;
}
.news_item .n_Descript p{
    overflow: hidden;
}
#category .news_item a{
    color:black;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}
#category .news_item a:hover{
    color:#0865c5;
}
@media only screen and (max-width: 1601px) and (min-width: 1400px) {
    .logo img {
        width: 59%;
        margin-top: -10px;
    }
    .header_text h2 {
        font-size: 41px;
        margin-left: 44px;
    }
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }
    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        color: #000000;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #000000;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        text-transform: uppercase;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 13px;
        right: 20px;
        display: block;
        width: 20px;
        height: 2px;
        background: #000000;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 18px;
        right: 20px;
        display: block;
        width: 20px;
        height: 7px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
    .c_textarea{
        margin-left: 0px;
    }
    .c_item textarea, .c_item select{
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .logo img {
        width: 100%;
        margin-left: -20px;
    }
    .header_text h2 {
        font-size: 24px;
        margin-left: 14px;
    }
}
@media screen and (max-width: 767px) {
    #banner_top {
        min-height: inherit;
        max-height: inherit;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_text h2 {
        font-size: 9px;
        margin-left: -35px;
    }
    .logo {
        margin-top: 9px;
    }
    .header_text {
        margin-top: 20px;
        margin-left: 10px;
    }
    #cssmenu > ul > li > a:after {
        content: "";
    }
    #cssmenu > ul > li > a {
        padding: 15px 8px;
    }
    #cssmenu .submenu-button {
        height: 45px;
    }
    #cssmenu .submenu-button::after {
        top: 18px;
        left: 21px;
    }
    #cssmenu .submenu-button::before {
        left: 16px;
        top: 23px;
    }
    nav form {
        max-width: inherit;
    }
    nav form input, nav form {
        width: 100%;
    }
    nav form  input {
        margin-bottom: 5px;;
    }
    .hot_news {
        padding: 0;
    }
    #hot_news figure, #event_news, #list_images, #list_images img {
        margin-top: 15px;
    }
    .small_news2 {
        margin-top: 0;
    }
    .slide_news_item h3 {
        height: 55px;
    }
    .footer .text_foot {
        margin-top: 5px;
    }
    .footer img {
        width: 100%;
    }
    #s_img img {
        margin-bottom: 8px;
    }
    .c_textarea{
        margin-left: 0px;
    }
    .c_item textarea, .c_item select{
        width: 100%;
    }
    #new_run {
        margin-top: 10px;
    }
    #contact .c_main, .category{
        margin-left: -15px;
    }
    .logo img {
        width: 60%;
        margin-left: 3px;
    }
}
@media only screen and (max-width: 640px) {

    .header_text h2 {
        font-size: 19px;
        margin-left: -55px;
    }
}
@media only screen and (max-width: 480px) {
    .header_text h2 {
        font-size: 11px;
        margin-left: -35px;
    }

}
@media only screen and (max-width: 360px) {
    .header_text h2 {
        font-size: 9px;
        margin-left: -35px;
    }
}
.news_right img {
    height: 197px;
}
.select_document {
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-bottom: 10px;
}
.select_document .item {
    margin-left: 15px;
    line-height: 34px;
}
.select_document .form-control {
    border-radius: 0;
}
table .head {
    text-align: center;
    font-weight: 600;
    background: #cccccc;
}
.pagination_document {
    padding: 5px;
    background: #006cb7;
    margin-bottom: 20px;
}
.pagination_document a {
    color: white;
    line-height: 25px;
}
.document_page a {
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
}
.document_page li.active a, .document_page li a:hover {
    background: #cccccc;
    color: black;
    border: 1px solid white;
}
.document_page li.active a, .document_page li a:hover {
    background: #cccccc;
    color: black;
    border: 1px solid white;
}
.document_page  ul {
    margin-bottom: 0;
}
.table_document .table {
    font-size: 12px;
}
.search_form h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #dddddd;
}
.box_search {
    margin: 0;
    border: 1px solid #ddd;
    padding: 15px 0 0;
    background: white;
}
.form-control {
    border-radius: 0;
}