@charset "utf-8";
@import "jquery.mmenu.all.css";
@import "style-responsive.css";
@import "vanban.css";
@import "hoi_dap.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: HelveticaR,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #151515;
    background-color: #dfdfdf;
}
/* Import Fonts
------------------------------------------------------------ */

/*@font-face {
    font-family: 'Conv_RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: local('â˜º'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: local('â˜º'), url('fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 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: #333;
}
a:hover, a:focus {
    color: #f00f0f;
    text-decoration:none;
}

/* Body
------------------------------------------------------------ */
.font16{ font-size: 16px;}
.font18{ font-size: 18px;}
.font20{ font-size: 20px;}
.font22{ font-size: 22px;}
.font24{ font-size: 24px;}

.alignCenter{ text-align:center; } .alignLeft{ text-align: left; } .alignRight{ text-align: left; }
.paddingLeft10{ padding-left:10px; } .paddingRight10{ padding-right:10px; } .paddingTop10{ padding-top:10px; } .paddingBottom10{ padding-bottom:10px; }
.padding10{ padding: 10px}
.marginLeft10{ margin-left:10px; } .marginRight10{ margin-right:10px; } .marginTop10{ margin-top:10px; } .marginBottom10{ margin-bottom:10px!important }
.margin10{ margin:10px; }
.marginLeft20{ margin-left:20px; } .marginRight20{ margin-right:20px; } .marginTop20{ margin-top:20px; } .marginBottom20{ margin-bottom:20px!important }
.margin20{ margin:20px; }

h1, h2, h3 {
    margin:0;
    padding: 0
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/* Header
------------------------------------------------------------ */
.banner{
    margin: auto;
    background: #fff;
}

.pad10 {padding: 0 10px;}

.block_mobile {display: none;}

/* Menu-Desktop
------------------------------------------------------------ */
.navigation {
    position: relative;
    z-index: 99;
    background: #fff;
}
.menu_main li {
    float: left;
    padding: 0;
}

.pnlDateTime {margin-top: 3px;}

ul.menu_main > li:first-child {
    background: none;
    padding-left: 0
}
.menu_main > li > a {
    color: #151515;
    display: inline-block;
    padding: 13px 10px 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
.menu_main > li:hover > a:after,.menu_main > li.active > a:after{
    bottom:0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #e6e6e6;
    border-width: 8px;
    margin-left: -8px;
}
.menu_main > li:hover > a, .menu_main > li.active > a {
    position:relative;
    border-bottom: none;
}
.menu_main > li > a.icon_home {
    background: url(images/icon_home_white.png) center center no-repeat;
    width: 35px;
    height: 18px;
    display: inline-block;
    height: 35px;
    display: block
}
.menu_main > li.active > a.icon_home, .menu_main > li:hover > a.icon_home {
    background-image: url(images/icon_home.png);
    background-color: #fff;
    height: 37px
}
.menu_main > li:hover  .sub_menu_main {display:block; padding: 10px 0}
.sub_menu_main{
    position: absolute;
    top: 100%;
    min-width: 250px;
    background: #e6e6e6;
    display: none;
}
.sub_menu_main li {
    float: none;
    padding: 5px 15px;
}
.sub_menu_main li:last-child {border-bottom:none}
.sub_menu_main li a {
    white-space: nowrap;
    color: #333;
    /*font-size: 14px;*/
}
.sub_menu_main li a:hover {
    color:#0d5290;
    font-weight:bold;
    text-decoration:underline;
}

.box-navi {padding: 5px 0;}
.form-search {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
}
.form-search input {
    padding: 4px 30px 4px 10px;
    background: #fff;
    color: #888;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    font-style: italic;
    font-size: 13px;
}
.form-search button {
    position: absolute;
    right: 0px;
    border: none;
    font-size: 15px;
    top: 2px;
    color: #b1b1b1;
    background: none;
}
input::placeholder {
  color: #6e6e6e;
}

.content-main {
    background: #fff;
    padding: 20px 10px;
}

.box-right {
    float: right;
    width: 300px;
}
.box-left {
    float: left;
    width: calc(100% - 320px);
}

.article-hot-right .article-hot-title {display: none;}

/********End-content-top***********/
.hot {
    color: #7d7979;
    margin-top: 2px;
    padding-bottom: 4px;
}
.hot span {
    color: #d51010;
    font-weight: bold;
}
.hot:before {
    font-family: 'FontAwesome';
    content: "\f098";
    padding-right: 5px;
    font-size: 14px;
    color: #e70507;
}
/*************************/

.ads-1, .ads-2 {
    text-align: center;
    margin-top: 15px;
}
.ads-r {
    margin-top: 8px;
}

.top-blog {
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
    background: url(images/icon_14.jpg) no-repeat left top;
}

.top-blog .title_cate_home{
    padding-bottom: 5px;
    color: #015e5d;
    border-bottom: 2px solid #015e5d;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding-left: 30px;
}
.blog-news .thumbnail{
    margin-top: 10px;
}
 .thumbnail .thumb-heading{
    margin-top: 10px;
    height: 36px;
    overflow: hidden;
}
.thumbnail .thumb-heading a {
    /*color: #*/
}
.thumbnail p {
    color: #666;
    font-size: 14px;
}
.blog-news {
    border: 1px solid #daeaf9;
}

.blog-news .list-news-media ul li {
    background: url(images/4.jpg) no-repeat left 12px;
    padding-left: 10px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #ddd;
}
.blog-news .list-news-media ul li a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.blog-news .list-news-media ul li a:hover {
    color: #004f8b;;
}
.media {text-align: justify;}
.media .pull-left {
    width: 50%;
}
.media-heading {
    font-weight: bold;
    height: 36px;
    overflow: hidden;
}
.date {
    color: #999;
}
/********************/
.blog-right {
    margin-top: 15px;
}
.thong_bao .home-group-title {
    background: #0060a1;
    text-transform: uppercase;
    padding: 6px 15px 7px;
}
.thong_bao .home-group-title a {
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.ThongBao_item {
    padding-bottom: 10px;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    text-align: justify;
}
.ThongBao_item a {color: #0060a1}
.ThongBao_item a:hover {color: #f00f0f;}
.wrap-thumb {
/*    border:1px solid #eee;
    padding: 10px;*/
}
.img-thume {
    position: relative;
}
.icon-video {
    position: absolute;
    bottom: 0;
    left: 0;
}
.ads-r img {
    margin-top: 8px;
}

.thumbnail .caption {
    color: #333;
    background: #f7f7f7;
    padding: 15px;
}
.thumbnail h2 {
    background: url(images/icon_vb.png) no-repeat left 7px;
    padding-left: 15px;
    margin-bottom: 15px;
    color: #333;
    font-weight: normal;
    font-size: 14px;
}
.thumbnail h2 a:hover {color:#e70507;}

/************Footer***********************/
#footer {
    /*background: #a81400;*/
    color: #fff;
    /*padding-bottom: 30px;*/
}
.menu-ft {
    background: #0a76bf;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*text-transform: uppercase;*/
    padding: 10px 15px;
}
.menu-ft a {
    color: #fff;
    padding: 0 8px;
}
.info-ft {
    padding-top: 30px;
}
.logo-ft {
    padding-top: 20px;
    margin-right: 30px;
}
.count {
    margin-top: 30px;
    text-align: right;
}
.txtRight {text-align: right;}
.bgwhite {background: #fff;}

/****************************************/
.blog-video-pages {
    background: #eee;
}
.top-vd {
    background: #fff;
    padding: 10px;
    margin-top: 15px;
}
.thumbvideo .caption {
    /*background: #;*/
    padding: 9px!important;
}
.bgvideo {
}
.bgvideo .titvideo-main {
    font-size: 18px;
    font-weight: bold;
    padding: 10px  0 10px 0;
}
.bgvideo .share {
    padding-top: 10px;
}
/************************/
.blog-list-video {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    background: #ffffff;
    padding-top: 10px;
}
.head-list-video {
    font-size: 18px;
    color: #095891;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.list-video-detail {
    position: relative;
}
.prevall-dt {
    background: url(images/prev.png) no-repeat left top;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 38px;
    left: 10px;
}
.nextall-dt {
    background: url(images/next_14.png) no-repeat left top;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 38px;
    right: 10px;
}
.owl-carousel .item {
    padding-left: 10px;
    padding-right: 10px;
}
.ftvideo {
    background: #eee;
    padding-top: 20px;
    font-size: 12px;
}
/*************************************/
.block-news-pages {
    margin-bottom: 20px;
}
#focus-pages {
}
#focus-pages h1 {
    font-size: 18px;
    line-height: 24px;
}
#focus-pages h1 a {
    color: #333;
}

.news-main-pages {
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-main-pages .pull-left { 
    width: 480px;
    float: left;
}
.top-right-pages {
}
.content-pages {
}
/***/
.list_news_top{
    padding: 0px; 
    overflow-y: scroll;
    overflow-x: hidden;
    height: 395px
}

/* Let's get this party started */
.focus-index::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
.focus-index::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.focus-index::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #eee; 
}
.focus-index::-webkit-scrollbar-thumb:window-inactive {
    background: #eee; 
}

/***********************************/
#detail-news {
    font-size: 14px
}
.title-news {
    font: 400 28px/32px arial;
    padding-bottom: 10px;
    margin-top: 20px;
}
.short-intro {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.div-news{
	font-size: 14px;
}
.div-news p {
    margin: 0 0 10px;
}
.div-news img {
    margin:10px 0;
}
.top-detail{
	font-size: 12px;
}
.Normal {
    margin-bottom: 10px;
}
.date-news {
    font-size: 12px;
    color: #888;
}
.tinkhac {
}
.tinkhac-head {
    font-weight: bold;
    font-size: 18px;
    color: #004f8b;
    padding: 20px 0; 
}
.pagination{
    margin-top: 0;
}

.padding-top-15 {padding-top: 15px;}
.content-main .portlet {margin-bottom: 15px;}
.clear {clear: both;}
.top-blog-r {
    background: url(images/icon_video.png) no-repeat;
    padding: 0 10px 0 35px;
    margin-bottom: 10px;
}
.top-blog-r a {
    color: #ea2628;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

/*Tien bo sung*/
.library-img {
    overflow: hidden;
}
.library-video-item>div {
    float: left;
    padding: 0 4px 0 0;
}
.library-video-item0>div {
    float: left;
}
.library-video-item {
    display: flex;
    margin-top: 2px;
}
.clsArticle, .clsArtgroup {
/*    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;*/
}

.clsArticle .home-group-content {
    border-bottom: 1px solid #e1e1e1;
    /*margin-bottom: 30px;*/
    padding-bottom: 2px;
}
.clsArticle .home-group-content h1 {
    font-size: 18px;
    color: #e70507;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}
.time {
    background: #FAFAFA;
    font: normal 11px Arial;
    color: #727272;
    padding: 5px;
    text-align: right;
    margin-bottom: 20px;
}
.clsArticle .content-detail h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.box_tinlienquan {
    margin: 10px 0;
    padding: 0;
}
.box_tinlienquan .txt_main_category {
    color: #e70507;
    border-bottom: 2px solid #e70507;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.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 7px;
    padding-left: 15px;
    display: block;
}
.content_box_category ul li a:hover {
  color: red; 
}
.social_share {margin-top: 20px;}

.clsArtgroup .home-group-content .article {
    width: 100%;
    display: inline-block;
    background: #fff;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.clsArtgroup .home-group-content .article h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
}

.clsArtgroup .home-group-content .article a:hover {
  color: red; 
}
.clsArtgroup .article img {
    margin-right: 15px;
    width: 200px;
}
.clsImage .home-group-content img {
    border: 1px solid #CCCCCC;
    margin: 3px 7px 0 0;
}
.clsSum {text-align: justify;}
.page {
    margin-top: 20px;
    line-height: 18px;
}
.page span, .page a:hover, .page .active {
    background: none repeat scroll 0 0 #DE2929;
    color: #FFFFFF;   
    margin: 0 5px 5px 0;
    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 5px 5px 0;
    text-align: center;
    font-size: 11px;
    padding: 3px 7px;
}
.pull-left .home-group-content {
    margin-top: 20px;
}
.clThongBao img {margin-right: 10px;}
.clThongBao .more-article-item {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.clsImage .home-group-content img {
    border: 1px solid #CCCCCC;
    margin: 3px 7px 0 0;
}
.thumbImg {
    border: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 5px;
}
.divAlbumItem {
    height: 100%;
    margin-top: 10px;
    width: 30%;
    display: inline-table;
    margin-right: 20px;
}
.titleAlbum {
    padding-left: 5px;
    height: 40px;
    overflow: hidden;
    padding-right: 5px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #000;
    font-weight: 700;
}
.photo-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.tlt {
    color: #e70507;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.tag_detail {
    margin: 15px 0;
}
.photo-viewer {
    float: left;
    width: 200px;
    height: 200px;
    margin: 18px 15px 0;
}
.thumb-tlt {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 1px 6px;
    height: 50px;
    overflow: hidden;
}

/*------ Menu bottom -------------*/
.menu-footter {padding: 25px 0;}
.menu-footter a {
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-footter a:hover {text-decoration: underline;}

.header-mobile {
    background: #0160a2;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 5px 50px;
    line-height: 18px;
    height: 55px;
    text-transform: uppercase;
}
.header-mobile a:before {
    background: center center no-repeat transparent;
    font-family: 'FontAwesome';
    content: "\f0c9";
    display: block;
    position: absolute;
    top: 18px;
    left: 15px;
    font-size: 28px;
    font-weight: normal;
}
.header-mobile img {
    width: 40px;
    margin-right: 10px;
}

.van_ban .home-group-content {
    background: #f7f7f7;
    padding: 15px;
    height: 340px;
    overflow: hidden;
}
.van_ban .more-article-item2 img {
    margin-right: 10px;
}
.van_ban .more-article-item2 {
    padding-left: 15px;
    margin-bottom: 15px;
    background: url(images/icon_vb.png) no-repeat left 7px;
    max-height: 55px;
    overflow: hidden;
}
.van_ban .more-article-item2 a:hover {color:#e70507;}
.van_ban .home-group-title {
    background: url(images/icon.png) no-repeat 5px #dd0000;
    padding: 7px 7px 7px 40px;
}
.van_ban .home-group-title a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.article-hot-right {
    width: 300px;
    float: right;
    height: 480px;
    overflow: hidden;
}
.article-hot-left {
    float: left;
    width: calc(100% - 315px);
    height: 490px;
    overflow: hidden;
}
.article-hot-left .home-article-hot {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.article-hot-left .title_slide {
/*    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(68 68 68 / 0.6);
    padding: 10px 15px;*/
}
.article-hot-right .more-article-item {
    margin-bottom: 15px;
    display: flex;
    text-align: justify;
}
.article-hot-right .more-article-item img {
    float: left;
    margin-right: 10px;
}
.article-hot-right .more-article-item:last-child {
    border-bottom: none;
}
.article-hot-left h1 {
    line-height: 16px;
    margin: 15px 0;
}
.article-hot-left h1 a {
    color: #0060a1;
    font-weight: bold;
    font-size: 16px;
}
.article-hot-left img {
    width: 100%;
    /*height: 345px;*/
}

.article-hot-right-content {
    padding: 0;
    line-height: 18px;
}

.nav-tabs {
    border: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #d1041f;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid transparent;
    color: #e9272f;
}
.nav-tabs>li>a {border-radius: 0;}
.nav-tabs>li>a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 0;
}
.nav-tabs>li.active>a {
    color: #f00f0f;
}

.blog-news .home-title {
    border-bottom: 2px solid #ea2628;
    padding-bottom: 7px;
    background: url(images/bg_title.png) no-repeat;
    padding-left: 45px;
    margin-bottom: 20px;
}
.blog-news .home-title a {
    color: #e70507;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;    
}
.item-first h2 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    color: #0060a1;
}
.sapo {
    margin-top: 10px;
    text-align: justify;
    /*display: none;*/
}

.list-news-style2 ul li .icon {
    background: #e70507;
    width: 5px;
    height: 5px;
    float: left;
    margin: 8px 10px 0 0;
}
.list-news-style2 li {
    margin-bottom: 8px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}
.box4 .list-news-style2 li a {
    color: #0060a1;
    font-weight: 700;
}
.box4 .list-news-style2 li a:hover {color: #e70507;}
.blog-news-content a:hover {color: #e70507;}

.box-left-cus .home-group-title {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 2px;
}
.box-left-cus .home-group-title h1 {
    font-size: 18px;
    color: #e70507;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}
.tag_content .thumb-tlt {font-size: 13px;}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;width:100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
    float: left;width:50%;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*.clsThuvienanh .row {
    margin-right: -10px;
    margin-left: -10px;
}*/
.post-slide5 {margin: 0 15px;}
.post-slide5 .category {
    margin: 10px 0;
}
.post-slide5 a {
    color: #0060a1;
    font-weight: 700;
}

.blog-news2-content {position: relative;}
.slider__next, .slider__prev {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 10px;
    transform: translateY(-50%);
}
.slider__next {
    left: auto;
    right: 10px;
}
.slider__next img, .slider__prev img {
    box-shadow: 0px 0px 5px #ccc;
}

.item-first .col-md-4, .item-first .col-sm-4{ padding-right:0;}
.item-first .col-xs-5{ padding-right:15px;}

/* display none until init */
.owl-carousel{
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;width:100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
    float: left;
    width:50%;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.box-groupimg {margin-top: -5px;}

.blog-news .list_sub_cate {
    border-bottom: 1px solid #daeaf9;
    background: #ebf4fb;
    margin-bottom: 15px;
    display: flex;
}
.blog-news .list_sub_cate a {
    color: #0d5290;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px 4px;
}
.blog-news .list_sub_cate a.active {
    background: #fff;
    margin-bottom: -1px;
    color: #e9272f;
}
.blog-news .list_sub_cate a:hover {
    /*background: #fff;*/
    color: #e9272f;
}
.blog-news .blog-news-content {
    padding: 0 10px 15px;
    /*display: flex;*/
}
.blog-news-content-right {
    float: right;
    width: 250px;
    text-align: justify;
}
.blog-news-content .item-first {
    float: left;
    width: calc(100% - 270px);
}
.item-first-cont {margin-top: 15px;}
.item-first-cont img {
    float: left;
    margin-right: 15px;
    width: 40%;
}

.blog-news .blog-news-title {
    border-bottom: 1px solid #daeaf9;
    background: #ebf4fb;
    margin-bottom: 15px;
    display: flex;
}
.blog-news .blog-news-title a, .clsThuvienanh .home-title a {
    color: #e9272f;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px 5px;
}

.clsThuvienanh .home-title {
    background: #ebf4fb;
    margin-bottom: 15px;
    display: grid;
    text-align: center;
    border-bottom: 1px solid #daeaf9;
}

.box-bottom {
    background: #2a75b9;
    margin-top: 25px;
    text-align: center;
    padding: 30px 15px;
}

.box-CP {
    border: 1px solid #daeaf9;
}
.box-CP .box-CP-title {
    color: #0d5290;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 20px 5px;
    border-bottom: 1px solid #daeaf9;
    background: #ebf4fb;
    margin-bottom: 15px;
}

.blog-news-content .item-logo {
    margin-bottom: 15px;
    border-bottom: 1px solid #daeaf9;
    padding: 0 10px 5px;

}
.blog-news-content .item-logo img {
    margin-right: 10px;
    margin-top: -4px;
}
.blog-news-content .item-logo:last-child {
    border-bottom: 0;
    margin-bottom: 2px;
}

/*.clsArticle-hot .sapo {display: none;}*/

.blog-news .box-title {
    border-bottom: 1px solid #daeaf9;
    background: #ebf4fb;
    margin-bottom: 15px;
    display: flex;
}
.blog-news .box-title a {
    color: #0d5290;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 20px 5px;
}
.blog-news .box-title a:hover {color: #e9272f;}
.box-content {padding: 0 15px;}
.box-content li {
    list-style: none;
    text-align: justify;
    margin-bottom: 10px;
}
.box-content li a {color: #0d5290;}
.box-content li a:hover {color: #e9272f;}

.box-left-cus {
    float: left;
    width: calc(100% - 320px);
    border: 1px solid #daeaf9;
    padding: 15px;
    margin-bottom: 15px;
}

.box-dvtt-title-content {
    padding: 10px;
    display: inline-block;
}
.box-dvtt-title-content .icon {
    background: #e70507;
    width: 5px;
    height: 5px;
    float: left;
    margin: 7px 10px 0 0;
}

.weblink, .truy_cap {
    border: 1px solid #daeaf9;
}
.weblink .home-title, .truy_cap .home-title {
    border-bottom: 1px solid #daeaf9;
    background: #ebf4fb;
    display: flex;
}
.weblink .home-title span, .truy_cap .home-title span {
    background: #fff;
    margin-bottom: -1px;
    color: #0d5290;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 20px 5px;
}
.weblink .home-content, .truy_cap .home-content {padding: 10px;}

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

.capContent a {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    background-image: url(images/folder.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

/*Nhan su*/
.clsTieuchi {
    border-bottom: 1px solid #F0D6C9;
    display: table;
    width: 100%;
    padding-bottom: 10px;
}
.clsTTNhanSu {padding: 10px 0;}
.clsTTNhanSu img {
    border: none !important;
    margin: 0 !important;
}
.style1kk {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

.blog-news-content-right .li-r {display: flex;}

/***********************************************************/
@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

@media screen and (max-width:998px){
    .blog-video, .box-navi .col-md-7 {
        display: none;
    }
    .width-100, .box-right, .box-left, .box-left-cus {width:100%;}
    .menu-footter, .txtRight, .menu-ft {display: none;}
    /*.box-right img {width: 100%;}*/
    /*#footer {padding-top: 20px;}*/
/*    .box-style4 {
        width: 50%;
        float: left;
    }*/
    .clsThuvienanh {margin-top: 15px;}
    .clsArticle .home-group-content h1 {font-size: 16px;}
    .box-navi .col-md-2 {
        width: 30%;
        float: left;
    }
    .box-navi .col-md-3 {
        width: 60%;
        float: right;
    }
    .menu_main {
        height: 40px;
        display: block;
        overflow: hidden;
    }
    .menu_main > li > a {
        padding: 10px 5px;
        font-size: 14px;
    }
    .box-right .none-mobile {display: none;}
}

.item-first.row {
    margin-right: 0px;
    margin-left: 0px;
}
.banner-mobie img {
    width:100%;
}

.box-dvtt {border: 1px solid #daeaf9;}
.box-dvtt .box-dvtt-title {
    border-bottom: 1px solid #daeaf9;
    background: #ebf4fb;
    /*margin-bottom: 15px;*/
    display: flex;
}
.box-dvtt .box-dvtt-title span {
    color: #e9272f;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px 5px;
}

.clTong {
    background: none repeat scroll 0 0 #DE2929;
    color: #FFFFFF;
    margin: 0 10px 10px 5px;
    text-align: center;
    display: block;
    float: left;
    font-size: 11px;
    padding: 3px 7px;
    font-weight: bold;
}
.clPageGo {
    float: left;
    margin-left: 10px;
}
.sPageGo {
    width: 50px;
    line-height: 15px;
    padding: 2px 5px 3px;
}
.sButtomGo {
    cursor: pointer;
    background: none repeat scroll 0 0 #DE2929;
    color: #FFFFFF;
    border: 0;
    padding: 2px 5px 3px;
    margin-left: 2px;
    font-weight: bold;
}

.tinLienQuanTitle {
    text-transform: uppercase;
    font-size: 14px;
}
.tinLienQuan a {font-size: 14px;}
td, th {
    padding: 1px 2px;
}

.box-navi {background: #f1f1f1;}
.box-navi marquee {padding-top: 3px;}

.capContentLCT a {
    /*font-family: Arial;*/
    /*font-size: 12px;*/
    font-weight: bold;
    background-image: url(images/calendar_view_month.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    color: blue;
    padding-bottom: 2px;
}

.box-style1 .block-title {
    border-bottom: 2px solid #0060a1;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.box-style1 .block-title a {color: #f00f0f;}
.blog-news-content-right a {color: #0060a1;}

.box-Bottom {
    background: #0060a1;
    padding: 20px;
}

.newsview a {color: #0060a1;}
.newsview a:hover {color: red;}

.web-noi-dung {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 0;
}
.web-noi-dung .home-group-title h1 {
    font-size: 15px;
    padding: 0 15px 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: red;
    border-bottom: 1px solid;
    font-family: 'Roboto', sans-serif;
}

.box-right .portlet {
    margin-bottom: 10px;
}

.box4 .li-r {display: flex;}

.clCCHN-item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.clCCHN-item  a {
    color: #0060a1;
    font-weight: 700;
}
.clCCHN-item  a:hover {color: #e70507;}
.clCCHN-item img {
    margin-right: 10px;
    margin-top: -3px;
}
.menuVB .clTitle {
    text-transform: uppercase;
    color: red;
    margin-bottom: 10px;
    font-weight: bold;
}
table {
    border-spacing: 1px;
    border-collapse: unset;
}

.dv-tabs>li.active>a, .dv-tabs>li.active>a:focus, .dv-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.dv-tabs {
    /*border-bottom: 1px solid #daeaf9;*/
    background: #ebf4fb;
    margin-bottom: 10px;
}
.dv-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.dv-tabs>li.active>a, .dv-tabs>li.active>a:focus, .dv-tabs>li.active>a:hover {
    border: 1px solid transparent;
    color: #e9272f;
}
.dv-tabs>li>a {border-radius: 0;}
.dv-tabs>li>a {
    color: #0d5290;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 20px;
}
.dv-tabs>li.active>a {
    color: #e9272f;
}

.map_notetitle {
    margin: 5px 0;
    padding: 5px;
    text-align: left;
    color: #E40D0C;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

/*------------------------------------------------------------------------------------------*/

@media screen and (max-width: 576px) {
    .txtRight {margin-top: 15px;}
    .block_mobile {display: block;}
    .none_mobile, .menu-footter, .clDestop, .txtRight {display: none;}
    
    .article-hot-right, .article-hot-left, .box-left, .box-right {
        width: 100%;
        height: auto;
    }
    .clsArticle-hot img {width: auto;}
    .article-hot-right {margin-top: 15px;}
    .blog-news-content .item-first img {
        /*width: 100%;*/
        margin-bottom: 10px;
    }
    .clsArtgroup .article img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .header-mobile {
        text-align: left;
    }
    .box-style4 {
        width: 100%;
        float: none;
    }
    .blog-news-content .item-first {
        float: none;
        width: 100%;
    }
    .blog-news-content-right {
        float: none;
        width: 100%;
    }
    .sapo {
        /*border-bottom: 1px solid #f1eded;*/
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .clsThuvienanh {margin-top: 0;}
    .box-navi .col-md-3 {
        width: 100%;
        float: right;
    }
    .box-right .none-mobile {display: none;}
    .imglink img {width: 100% !important;}
}