@charset "utf-8";
@import "jquery.mmenu.all.css";
@import "vanban.css";

/*@import "style-responsive.css";
@import "slick.css";
@import "slick-theme.css";*/

/*------------------------------------------------------------------------*/
.ui-sortable-placeholder {border: 1px dotted black; visibility: visible !important; height: 150px; background-color: #cccccc !important;}
.ui-sortable-placeholder * {visibility: hidden;}
.portlet {background-color: transparent;}

.webtable {box-shadow: none !important;}
/*------------------------------------------------------------------------*/

/* CSS Document */
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: whitesmoke;
}
/* Import Fonts
------------------------------------------------------------ */

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTMAvoBold.eot');
    src: url('../fonts/UTMAvoBold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/UTMAvoBold.woff') format('woff'), 
        url('../fonts/UTMAvoBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/OpenSans-Bold.woff') format('woff'), 
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'UTM HelvetIns';
  src: url('../fonts/utmhelvetins.eot');
  src: url('../fonts/utmhelvetins.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/utmhelvetins.woff') format('woff'), 
      url('../fonts/utmhelvetins.ttf') format('truetype');
}
/* Defaults
------------------------------------------------------------ */

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
}

ol, ul, ul li{
    padding:0;
    margin:0;
    list-style:none;
}
p{
    margin-bottom: 5px;
}
h2, h3, h4{
    font-size: 14px;
    line-height: 18px;
}

/* Hyperlinks
------------------------------------------------------------ */
a {
    color:#000;
}
a:hover, a:focus {
    color:#004f8b;
    text-decoration:none;
}

/*Body*/
body {
  color: #4b4b4b;
}

/* Menu-Desktop
------------------------------------------------------------ */
.top-fixed {
    width: 100%;
    padding: 5px 0;
    background: #045f98;
    box-shadow: 0 1px 2px #c4c4c4;
    margin-bottom: 1px;
}
.top-fixed .grp-top-fixed .link {
    float: left;
    color: white;
}
.top-fixed .grp-top-fixed .link a {
    color: white;
    font-family: 'Open Sans Bold', Arial, sans-serif;
    font-size: 11px;
}
.top-fixed .grp-top-fixed .link ._login {
    cursor: pointer;
    float: left;
    margin: 5px 0;
}
.top-fixed .grp-top-fixed .link ._login i {
    font-size: 16px;
    margin-right: 8px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.content {
    background: white url(images/bg-bottom.png) no-repeat center bottom -10px;
    background-size: 100% auto;
    padding: 10px 0 45px;
    border-bottom: 2px solid white;
}
    
.bottom-1 {
    padding: 40px 0 15px;
    background: #f2f2f2;
    color: #555555;
}
.bottom-2 {
    padding: 15px 0;
    background: #045f98;
    width: 100%;
    color: white;
}

.navigation {
    width: 100%;
    display: inline-block;
    background: #055f98;
    position: relative;
    z-index: 400;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 3px #888888;
}
.navigation ul.menu_main > li {
    border-right: 1px solid #004876;
    border-left: 1px solid #1a80c0;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
    /*position: relative;*/
}
.navigation ul.menu_main > li > a {
    min-height: 40px;
    padding: 12px 5px 8px;
    color: #c8eaff;
    font-size: 13px;
    font-family: 'UTM Avo', Arial, sans-serif;
    display: block;
}
.navigation ul.menu_main > li:hover {
  background: #1071ae;
}
/*.navigation ul.menu_main > li:hover > a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent white transparent;
    bottom: -2px;
    left: 50%;
    margin-left: -10px;
}*/
.menu_main > li:hover .sub_menu_main{display:block; padding: 10px 0}
.sub_menu_main {
    width: 1140px;
    border-top: none;
    background: #fff;
    display: none; 
    left: 0;
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.menu_main .sub_menu_main li {text-align: left;}
.menu_main .sub_menu_main li a {
    display: inline-block;
    color: #333333;
    padding: 5px 27px 5px 0px;
    text-transform: none;
    transition: all 0.3s;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
}
.menu_main .sub_menu_main li a:hover {
  color: #fe6200;
}

.carousel {
    margin-top: -3px;
}
.block_mobile {display: none;}
.carousel img {
    width: 100%;
    max-height: 355px !important;
}

.sidebar-heading {
    background: #055f98;
    padding: 15px 0 12px 24px;
    height: 47px;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 0 1px #97bedd;
    letter-spacing: 0.3px;
    box-shadow: -1px -1px 1px #dddddd;
}
.heading, .heading a {
    font-size: 18px;
    color: white;
    font-family: 'UTM HelvetIns', Arial, sans-serif !important;
}
.sidebar-heading:before {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    width: 0;
    height: 47px;
    text-align: center;
    line-height: 48px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: transparent transparent transparent #5bc0ff;
}
.sideheader {
    padding-right: 15px;
    position: relative;
}
.warp-video {
    background-color: #1f67ba;
}
.warp-video .clcaption h2{
    padding: 0px 15px 10px;
    line-height: 20px;
}
.warp-video .clcaption a {
    color: #fff;
    font-weight: bold;
}
.img-thume{
    position: relative;
}
.icon-video{
    position: absolute;
    bottom: 0;
    left: 0;
}

.carousel1 {margin-top: 3px;}
.carousel1 img {
    width: 100%;
    height: 160px !important;
}
 
.weblink .home-content, .truy_cap .home-content {
    padding: 10px;
    box-shadow: 0 0 2px #eeeeee;
    -webkit-box-shadow: 0 0 4px #eeeeee;
}
.form-control {
    border: 1px solid #bdc3c7;
    color: #34495e;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.467;
    padding: 6px 8px;
    height: 36px;
    border-radius: 2px;
    box-shadow: none;
    transition: all 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/*Nav*/
#accordion {
}
#accordion div {
    background: #f0f0f0;
    color: #292929;
    font-weight: bold;
    letter-spacing: 0.3px;
    border-bottom: 1px dashed #cccccc;
    padding: 12px 30px 12px 50px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
#accordion li {position: relative;}
#accordion li .fa-angle-right {
    background: #045f98;
    color: white;
    font-size: 11px;
    padding: 0 4px;
    border-radius: 2px;
    margin-right: 12px;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 12px;
    height: 13px;
    z-index: 1;
    font-weight: bold;
}
#accordion div:hover, #accordion ul li a:hover {
    color: red;
    background: #f7f7f7;
}
#accordion ul {
    list-style: none;
    padding: 0 0 0 0;
}
#accordion ul {
    display: none;
}
#accordion ul li .a-menu2 {
    text-transform: none;
    padding: 10px 25px 9px 65px;
}
#accordion ul li a {
    background: #f0f0f0;
    color: #292929;
    font-weight: bold;
    letter-spacing: 0.3px;
    border-bottom: 1px dashed #cccccc;
    padding: 12px 30px 12px 50px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.content .portlet {margin-bottom: 20px;}

.frm-box {
    width: 30%;
    float: right;
}
.search {
    width: 100%;
}
.search .txt-search {
    color: #292929;
    width: 100%;
    float: left;
    border: none;
    padding-right: 54px;
    font-size: 13px;
    padding-left: 6px;
    background: #ebebeb;
    height: 30px;
    margin: 0;
}

.consult-header {
    position: relative;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
}
.consult-header .header-title {
    font-family: 'UTM HelvetIns', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    text-transform: uppercase;
    color: #0f81cb;
    padding: 12px 10px 11px 0;
    border-bottom: 4px solid #0f81cb;
}
.consult-header .header-title a {color: #0f81cb;}

.mostview .news-title {
    border-left: 3px solid #055f98;
    padding: 5px 10px;
    margin: 15px 0 12px;
}
.mostview .news-title a, .mostview .news-title1 a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.item-in .news-thumb {
    float: left;
    width: 35%;
    padding: 0 10px 5px 0;
}
.item-in {
    display: flow-root;
    margin-bottom: 20px;
}
.item-in .news-title1 {margin-bottom: 15px;}
.short-desc {text-align: justify;}

/* Style the tab */
.tab {
    overflow: hidden;
/*    border: 1px solid #ccc;
    background-color: #f1f1f1;*/
}
/* Style the buttons inside the tab */
.tab .tablinks {
    float: left;
    cursor: pointer;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    background: #f9f9f9;
    margin-top: 10px;
    border: 1px solid #d9d9d9;
}
/*.tab .tablinks:first-child {
    margin-right: -1px;
}*/
.tab .tablinks:last-child {
    margin-left: -1px;
}
/* Change background color of buttons on hover */
.tab .tablinks:hover {
    color: #055f98;
}
/* Create an active/current tablink class */
.tab .active {
    background-color: #fff;
    padding: 15px;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    color: #055f98;
    font-weight: bold;
}
/* Style the tab content */
.tabcontent {
    display: none;
    background: white;
    border: 1px solid #d9d9d9;
    padding: 15px;
    margin-top: -1px;
}

.item-first .news-thumb {
    float: left;
    width: 40%;
    margin: 0 15px 10px 0;
}
.item-first .news-title1 {margin-bottom: 20px;}
.tabcontent .item-first, .tabcontent .list-item {display: inline-block;}
.tabcontent .list-item {margin-top: 20px;}
.view {
    margin-top: 20px;
}
.view > span {
    display: inline-block;
    background: white;
    border: 1px solid #d0d0d0;
    text-transform: uppercase;
}
.view > span a {
    font-size: 12px !important;
    font-family: 'UTM Helve', Arial, sans-serif !important;
    color: #252727;
    padding: 6px 16px 3px;
}
.list-item .item-in {
    width: 50%;
    float: left;
    padding-right: 15px;
    margin-bottom: 15px;
    height: 140px;
    overflow: hidden;
    text-align: justify;
}

.view-all {
    position: absolute;
    bottom: -1px;
    right: 0;
}
.view-all > span {
    display: inline-block;
    padding: 5px 15px 2px;
    border: 1px solid #d0d0d0;
    text-transform: uppercase;
}
.view-all > span a {
    font-size: 12px;
    font-family: 'UTM Helve', Arial, sans-serif;
}
.view-all > span i {
    font-size: 14px;
    padding-right: 5px;
    font-weight: bold;
}

.box_tinlienquan {
    margin: 10px 0;
    padding: 0;
}
.box_tinlienquan .txt_main_category {
    border-bottom: 2px solid #0066ff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'UTM HelvetIns', Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: red;
}
.content_box_category ul {
    margin: 5px 0 0 !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}
.content_box_category ul li {
    display: block;
    padding: 5px;
    font-size: 14px !important;
    color: #333333;
    font-weight: normal;
    line-height: normal;
}
.content_box_category ul li a {
    color: #333;
    background: url(images/4.jpg) no-repeat left 10px;
    padding-left: 15px;
    display: block;
    line-height: 20px;
}
.clsArticle .home-group-content > div {
    text-align: justify;
}
.social_share {
    margin-top: 20px;
}
.clsArticle .home-group-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.clsArticle .home-group-content h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'UTM HelvetIns', Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #055f98;
}
.time {
    font-size: 11px;
    color: #333;
    text-align: right;
    margin-bottom: 20px;
}
.clsArticle .home-group-content h2 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: justify;
}

.photo-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.tlt {
    color: #004276;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    margin: 8px;
}
.tag_detail {
    margin: 15px 0;
}
.photo-viewer {
    float: left;
    width: 25%;
    height: 200px;
    padding: 0 7px;
}
.photo-viewer img {
    border: 1px solid #ddd;
    padding: 1px;
}
.thumb-tlt {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 1px 6px;
    height: 50px;
    overflow: hidden;
}

.divAlbumItem {
    height: 100%;
    margin-top: 10px;
    width: 25%;
    display: table-cell;
    padding: 5px;
}
.thumbImg {
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}
.clsImage .home-group-content img {
    border: 1px solid #CCCCCC;
    margin: 3px 7px 0 0;
}
.titleAlbum {
    padding-left: 5px;
    height: 40px;
    overflow: hidden;
    padding-right: 5px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #000;
    font-weight: 700;
}

.clsArticle .home-group-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.content-right .home-group-title h1, .clsArtgroup .home-group-title a {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'UTM HelvetIns', Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #055f98;
    margin: 0;
}

.clsArtgroup .home-group-content .article {
    width: 100%;
    padding: 0;
    display: inline-block;
    background: #fff;
    margin: 5px 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.clsArtgroup .article img {
    margin-right: 15px;
}
.clsArtgroup .home-group-content .article h2 {
    margin: 0 0 10px 0;
}
.clsArtgroup .home-group-content .article a {
    font-size: 14px;
    font-family: 'UTM HelvetIns', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 20px;
}
.clsSum {
    text-align: justify;
}
.page span, .page a:hover {
    background: none repeat scroll 0 0 #DE2929;
    color: #FFFFFF;   
    margin: 0 0 10px 5px;
    text-align: center;
    display: block;
    float: left;
    font-size: 11px;
    padding: 3px 7px;
}
.page a {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #666666;
    float: left;
    display: block;
    float: left;
    margin: 0 0 10px 5px;
    text-align: center;
    font-size: 11px;
    padding: 3px 7px;
}

.truy_cap .hom_nay {
    background: url(images/homnay.png) left 0px no-repeat;
    padding-left: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 2px;
    margin-bottom: 3px;
}
.truy_cap .hom_qua {
    background: url(images/homqua.png) left 0px no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ddd;
}
.truy_cap .tuan_nay {
    background: url(images/tuannay.png) left 0px no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ddd;
}
.truy_cap .thang_nay {
    background: url(images/thangnay.png) left 0px no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
    margin-bottom: 3px;
    border-bottom: 1px dashed #ddd;
}
.truy_cap .tat_ca {
    background: url(images/accessall.png) left 0px no-repeat;
    padding-left: 20px;
}
.clear {
    clear: both;
}

@media (max-width: 767px) {
    body {
        padding: 0px;
    }
    .td-menu-placeholder {
        display: none !important;
    }
    .banner .container, .top-content .container {
        padding-left: 0;
        padding-right: 0;
    }
    .carousel {
        margin-top: 1px;
    }
    .block_mobile {
        display: block !important;
    }
    .news-second {margin-top: 20px;}
    .tablinks {
        width: 100%;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .tab .active {
        border-bottom: 1px solid #d9d9d9;
    }
    .clDestop {
        display: none !important;
    }
    .sCombovb, .sSearchText {width: 220px !important;}
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}