@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: Roboto,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    margin: 0;
}
/* 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:#e70507;
    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: url(images/bg_banner.jpg) repeat-x;
    /*background-image: linear-gradient(to top, #ecb362, #f6e2bd);*/
}

.block_mobile {display: none;}

/* Menu-Desktop
------------------------------------------------------------ */
.navigation {
    position: relative;
    z-index: 999;
    background: #6191bc;
}
.menu_main li {
    float: left;
    padding: 0;
}
.menu_main {
}
ul.menu_main > li:first-child {
    background: none;
    padding-left: 0
}
.menu_main > li > a {
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.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%;
    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: 15px 0 0;
}

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

.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', 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 #eee;
}

.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: #e26f2c;
    text-transform: uppercase;
    padding: 6px 15px 4px;
}
.thong_bao .home-group-title a {
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
}
.thong_bao .home-group-title a:hover {text-decoration: underline;}
.ThongBao_item {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.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 {
    padding-top: 10px;
    background: linear-gradient(#009dc6, #007d9d);
    padding-bottom: 10px;   
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
.menu-ft a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.info-ft {
    padding-top: 30px;
}
.logo-ft {
    padding-top: 20px;
    margin-right: 30px;
}
.count {
    margin-top: 30px;
    text-align: right;
}
.txtRight {text-align: right;}

/****************************************/
.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: 500;
    font-size: 16px;
    text-transform: uppercase;
}

/*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: 16px;
    color: #e26f2c;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    line-height: 22px;
}
.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', sans-serif;
    font-size: 16px;
    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;
    text-transform: none;
    font-weight: 500;
}
.content_box_category ul li a:hover {
  color: red; 
}

.social_share {
    margin: 20px 0;
    display: flex;
}

.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', 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: #e26f2c;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 10px 0 50px;
    line-height: 18px;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    position: fixed;
    z-index: 99;
}
.header-mobile a:before {
    background: center center no-repeat transparent;
    font-family: 'FontAwesome';
    content: "\f0c9";
    display: block;
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 21px;
    font-weight: normal;
}

.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', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.article-hot-right {
    width: 260px;
    float: right;
    height: 345px;
    overflow: hidden;
    background: #f1f1f1;
}
.article-hot-left {
    float: left;
    width: calc(100% - 275px);
}
.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 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.article-hot-right .more-article-item:last-child {
    border-bottom: none;
}
.article-hot-left h1 {
    line-height: 16px;
    /*margin: 10px 0;*/
}
.article-hot-left h1 a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.article-hot-left img {
    width: 100%;
    height: 345px;
}

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

.nav-tabs {
    border: 1px solid #d9d9d9;
    background: #e3e3e3;
    margin-bottom: 10px;
    padding: 5px 15px 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid transparent;
    color: #e9272f;
    background-color: #f4f4f4;
    border-radius: 5px 5px 0 0;
}

/*.nav-tabs>li>a {border-radius: 0;}*/
.nav-tabs>li>a {
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 12px;
}
.nav-tabs>li.active>a {
    color: #e9272f;
    border-radius: 5px 5px 0 0;
}

.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;
}
.sapo {
    margin-top: 10px;
    text-align: justify;
    /*display: none;*/
}
.list-news-style2 {margin-top: 15px;}
.list-news-style2 ul li .icon {
    background: #989898;
    width: 5px;
    height: 5px;
    float: left;
    margin: 8px 10px 0 0;
}
.list-news-style2 li {margin-bottom: 8px;}
.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: #e26f2c;
    font-weight: 700;
    font-family: 'Roboto', 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 10px;}
.post-slide5 .category {
    margin-top: 10px;
    text-align: center;
}

.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;
    margin-left: -2px;
    margin-right: -2px;
}
.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;
    text-align: center;
}
.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);
}
.nhom-img-list-item {
    background: #f1f1f1;
    margin: 0 2px;
    padding: 10px;
}
.nhom-img-list-item p {
    text-transform: uppercase;
    color: #125ebc;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
}

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

.blog-news .list_sub_cate {
    border-bottom: 1px solid #e8d3c3;
    margin: 0 15px 15px;
    padding: 8px 0 5px;
}
.blog-news .list_sub_cate a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
.blog-news .list_sub_cate a.active {
    background: #fff;
    margin-bottom: -1px;
    color: #e26f2c;
}
.blog-news .list_sub_cate a:hover {
    /*background: #fff;*/
    color: #e9272f;
}
.blog-news .blog-news-content {
    padding: 0 15px 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', 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;
}

.footer {
    background: #ac5a11;
    margin-top: 25px;
    padding: 30px 0px;
    font-size: 15px;
}

.box-CP {
    border: 1px solid #daeaf9;
}
.box-CP .box-CP-title {
    color: #0d5290;
    font-family: 'Roboto', 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', 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;*/
    display: inline-block;
}
.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% - 340px);
    border: 1px solid #eee;
    padding: 15px;
}

.box-dvtt-title-content {padding: 10px 15px;}
.box-dvtt-title-content .icon {
    background: #989898;
    width: 5px;
    height: 5px;
    float: left;
    margin: 8px 10px 0 0;
}

.weblink, .truy_cap, .uti-title {
    border: 1px solid #eee;
}
.weblink .home-title, .truy_cap .home-title, .box-right .box-title {
    border-bottom: 1px solid #eee;
    background: #f1f1f1;
    display: flex;
}
.weblink .home-title span, .truy_cap .home-title span, .box-right .box-title span {
    background: #fff;
    margin-bottom: -1px;
    color: #e26f2c;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 20px 5px;

}
.weblink .home-content, .truy_cap .home-content, .box-right .box-content {padding: 10px 15px;}

.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;
}

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

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

@media screen and (max-width:998px){
    .none-mobile, .blog-video {
        display: none;
    }
    .width-100, .box-right, .box-left, .box-left-cus {width:100%;}
    .menu-footter, .txtRight {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;}
}

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

.list-news-style2 a {
    color: #333;
    text-transform: none;
    font-weight: 500;
}

.box-dvtt {border: 1px solid #eee;}
.box-dvtt .box-dvtt-title {
    border-bottom: 1px solid #eee;
    background: #f1f1f1;
    margin-bottom: 15px;
    display: flex;
}
.box-dvtt .box-dvtt-title span {
    color: #e26f2c;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 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;
}

/*Menu*/
.main-menu {
    background: #e26f2c;
    height: 45px;
}
ul.uk-navbar-nav li {
    float: left;
    position: relative;
    padding: 13px 15px 12px;
    /*border-right: 1px solid #dc6604;*/
}
.clMenu ul li::before {
/*    content: "";
    position: absolute;
    top: 0px;
    right: -2px;
    z-index: 9;
    max-width: 100%;
    border-right: 1px solid #ff851f;
    width: 1px;
    height: 100%;*/
}
.clMenu ul li:last-child {
    border-right: none;
}
.clMenu ul li:last-child::before {
    border-right: none;
}
li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-family: 'Roboto', sans-serif;
    display: block;
}
.clMenu li:hover {
    background-color: #ec9d4c;
}
li.menu-item-home {padding: 5px 15px 5px 0 !important;}
h2.nav_label {font-size: 25px;}

.uk-navbar-nav > li:hover .sub_menu_main{
    display: block; 
}
.sub_menu_main {
    position: absolute;
    top: 100%;
    min-width: 220px;
    border-top: none;
    display: none;
    background: #fff;
    margin-left: -15px;
    border: 1px solid #d0d0d0;
    z-index: 99;
}
.sub_menu_main ul li {
    display: block;
    padding: 5px 10px;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
    float: none;
}
.sub_menu_main ul li {border-right: 0;}
.sub_menu_main ul li:last-child {
    border-bottom: none;
}
.sub_menu_main ul li::before {border-right: 0;}
.sub_menu_main ul li a {
    font-size: 14px;
    padding-left: 10px;
    text-transform: none;
    font-weight: 500;
}
.sub_menu_main ul li:hover {background: none;}
.sub_menu_main ul li:hover > a {
    color: #e26f2c;
    /*font-weight: 700;*/
}
.sub_menu_main ul > li > a::before {
    content: "\f105";
    position: absolute;
    top: -2px;
    left: 0px;
    font-family: FontAwesome;
    font-size: 15px;
}

.form-search {
    display: inline-block;
    width: calc(100% - 75px);
    text-align: right;
    position: relative;
    /*margin-top: 8px;*/
    border-radius: 5px;
}
.form-search input {
    padding: 4px 30px 4px 10px;
    border-radius: 0px;
    background: #fff;
    color: #333;
    border: 1px solid #fff;
}
.form-search button {
    position: absolute;
    right: 0px;
    border: none;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
    top: -1px;
    color: #333;
    background: none;
}
input::placeholder {
  color: #333;
}
.formsearch {
    position: absolute;
    right: 0;
    top: 50px;
}

.content-top-right, .box-right {
    float: right;
    width: 320px;
}

.thong_bao .home-group-content {
    background: #f1f1f1;
    padding: 15px;
}
.ThongBao_item_content {  
    max-height: 60px;
    overflow: hidden;
}

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

.boxweblink .home-title {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.boxweblink select {
    padding: 5px 5px;
    color: #333;
}

.header-mobile-top {top: 0;}

.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;
}

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

/*Audio*/
.list_item_music {
    border: 1px solid #eee;
}
.list_item_music .home-title {
    border-bottom: 1px solid #eee;
    background: #f1f1f1;
    display: flex;
}
.list_item_music .home-title span {
    background: #fff;
    margin-bottom: -1px;
    color: #e26f2c;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 6px 20px 5px;
}
.list_item_music .home-content {
    padding: 10px 15px;
    height: 300px;
    overflow-y: auto;
}
.list_item_music .item-audio {
/*    float: left;
    width: 300px;*/
    margin: 0px 0 13px 0;
    border-bottom: #f3f3f3 solid 1px;
    padding: 0 0 10px 0;
    display: flex;
}
.item-audio .icon-music {
    float: left;
    width: 32px;
    color: #7a7a7a;
    height: 32px;
    background: url(images/icon-repeat.png) left -692px no-repeat;
    margin-right: 10px;
    margin-top: 2px;
}
.item-audio .info_data {
    float: left;
    /*width: 172px;*/
}
.info_data h4 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 11px;
}
.list_item_music .item-audio:hover .icon-music {
    background: url(images/icon-repeat.png) left -724px no-repeat;
}
.list_item_music .item-audio:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

table {
    border-spacing: 1px;
    border-collapse: inherit; 
}
.clsTTNhanSu table {background-color: darkgray;}

/*Font size*/
.zoom-11 .content-detail h2, .zoom-11 .content-detail .box-content {font-size: 11px!important;line-height: 15px!important;}
.zoom-12 .content-detail h2, .zoom-12 .content-detail .box-content {font-size: 12px!important;line-height: 16px!important;}
.zoom-13 .content-detail h2, .zoom-13 .content-detail .box-content {font-size: 13px!important;line-height: 17px!important;}
.zoom-14 .content-detail h2, .zoom-14 .content-detail .box-content {font-size: 14px!important;line-height: 18px!important;}
.zoom-15 .content-detail h2, .zoom-15 .content-detail .box-content {font-size: 15px!important;line-height: 19px!important;}
.zoom-16 .content-detail h2, .zoom-16 .content-detail .box-content {font-size: 16px!important;line-height: 20px!important;}
.zoom-17 .content-detail h2, .zoom-17 .content-detail .box-content {font-size: 17px!important;line-height: 21px!important;}
.zoom-18 .content-detail h2, .zoom-18 .content-detail .box-content {font-size: 18px!important;line-height: 22px!important;}

.font-detail {
    background: #FAFAFA;
    /* border-top: solid 1px #d9d9d9; */
    font: normal 11px Arial;
    color: #727272;
    /*padding: 5px;*/
    /* margin: 5px 0; */
    display: flow-root;
    font-size: 13px;
    margin-bottom: 15px;
}
.detail-icon {float: right;}
.time {
    text-align: right;
    float: left;
    font: normal 12px Arial;
    padding: 5px;
}
.at-btn {
    padding: 4px;
    cursor: pointer;
    line-height: 8px;
    vertical-align: middle;
}
.at-btn, .at-sep, .at-btn .icon, .at-btn .icon-text {
    display: inline-block;
}
.at-btn .icon {
    content: " ";
    width: 16px;
    height: 16px;
}
.btn-zoom .icon {
    background-image: url(images/art-tools.png);
    background-repeat: no-repeat;
}
.at-btn .icon-text {
    height: 16px;
    width: auto;
    font-weight: bold;
    vertical-align: middle;
    line-height: 16px;
}
.btn-zoom .icon.zoom-out {
    background-position: -16px 0;
}
.btn-zoom .icon.zoom-in {
    background-position: -32px 0;
}
.at-sep {
    padding: 8px 2px;
    vertical-align: middle;
    border-left: 1px #888 solid;
}
.artcle-tools .icon {
    background-image: url(images/art-tools.png);
    background-repeat: no-repeat;
}
.artcle-tools .icon.print {
    background-position: 0 0;
}
.at-btn-contrast .icon.contrast {
    background-image: url(images/tangtuongphan.png);
    width: 20px;
    height: 20px;
    background-position: center;
}
.article-contrast .icon.contrast {
    background-image: url(images/giamtuongphan.png);
}
.at-btn .icon {
    background-image: url(images/art-tools.png);
    background-repeat: no-repeat;
}
.artcle-tools .icon.print {
    background-position: 0 0;
}

.article-contrast {
    background: #fff;
    z-index: 99;
    position: relative;
    padding: 15px;
}

.clsPrint {
    display: inline-block;
    padding: 0 4px;
    padding: 15px;
    box-shadow: 0 0 5px #e3e3e3;
}

/*Highlight*/
#overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    /*cursor: pointer;*/
}

/*In tin bài*/
.clsPrint {
    display: inline-block;
    padding: 0 4px;
}
/*Css trang in*/
.print_page {
    max-width: 650px;
    margin: 10px auto;
    padding: 10px 20px;
    background: #f2f2f2;
    display: table;
    /*border: 1px solid #f2d0d0;*/
}
.iconPrint {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
.spanTime {
    color: #65666a;
}
.print_page .clsArticle {
    text-align: justify;
}
.clsArticlePrint .home-group-content h1 {
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    color: #d65a01;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 20px;
}
.clsArticlePrint .home-group-content h2 {
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto;
}

.box-lang {
    float: right;
    margin-top: 4px;
}

.boxDuThao h3 {
    color: rgb(255, 0, 0);
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 20px;
}
.text-muted {
    color: #333;
    margin: 10px 0 15px 0;
}
.prod_detail_tab {margin-top: 20px;}
.prod_detail_tab .tab_control ul {
    border-bottom: 2px solid #3D3D3D;
    height: 24px;
    overflow: hidden;
    padding: 0 10px;
}
.tab_control {margin-top: 20px;}
.hotel_tabctrl ul {
    border-bottom: 1px solid #CCC;
    background: #fff;
    list-style-type: square;
    clear: both;
    height: 30px;
}
.hotel_tabctrl ul li {
    padding-left: 0px !important;
    border-right: 1px #ddd solid !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 3px !important;
    text-align: center;
    background: #f6f6f6 no-repeat;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom-width: 0 !important;
    padding-bottom: 1px !important;
    border-bottom: 0;
    list-style: none !important;
    float: left;
}
.hotel_tabctrl ul li a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 24px;
    float: left;
    text-decoration: none;
    padding: 2px 15px 1px;
    border: none !important;
    font-size: 12px;
    font-weight: bold;
    color: #23527c;
}
.hotel_tabctrl ul li a:hover {
    color: #23527c;
    text-decoration: none;
}
.hotel_tabctrl_btInfo {
    background-color: #F6F6F6;
}
.hotel_tabctrl_img {
    background-color: #F6F6F6;
}
.hotel_tabctrl_news {
    background-color: #F6F6F6;
}
.hotel_tabctrl .tab_select {
    color: white !important;
}
.hotel_tabctrl .info_content {
    background-color: #0099cb;
}
.hotel_tabctrl .img_content {
    background-color: #0099cb;
}
.hotel_tabctrl .news_content {
    background-color: #0099cb;
}
.hotel_tabctrl .readers_content {
    background-color: #0099cb;
}
.hotel_tabctrl .comments_content {
    background-color: #0099cb;
}
.hotel_tabcontent {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-top: none;
    padding: 15px;
}
.comment-list .media {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.bg-gainsboro {
    background-color: #C0C0C0;
}

.boxTCDG table {
    border-spacing: 0px;
    border-collapse: collapse;
}
.bookform-wrap h3 {
    font-weight: 700;
    font-size: 15px;
    padding-left: 10px;
    position: relative;
    margin: 0 0 15px 0;
}
.bookform-wrap h3:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #009c9e;
}
.bookform-wrap .bookfrm-itm {
    margin-bottom: 15px;
    display: block;
}
.bookfrm-itm {
    position: relative;
}
.bookform-wrap .bookfrm-itm select, .bookform-wrap .bookfrm-itm input, .bookform-wrap .bookfrm-itm textarea {
    border: none;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #53a7dc;
}
.bookfrm-itm .fa.fa-exclamation-triangle {
    position: absolute;
    top: 13px;
    right: 15px;
    color: transparent;
    width: 15px;
    height: 15px;
}
.bookform-wrap .bookfrm-itm select:hover,
.bookform-wrap .bookfrm-itm select:focus,
.bookform-wrap .bookfrm-itm input:hover,
.bookform-wrap .bookfrm-itm input:focus,
.bookform-wrap .bookfrm-itm textarea:hover,
.bookform-wrap .bookfrm-itm textarea:focus
{border-color: #e84d95;}

input:hover,input:active,input:focus,button:hover,button:active,button:focus,
select:hover,select:active,select:focus,textarea:hover,textarea:active,textarea:focus {outline:none;}

.bookfrm-itm-button input {
    display: inline-block;
    color: #fff!important;
    text-transform: uppercase;
    background: #009c9e;
    border-radius: 4px;
}

input[type=checkbox], input[type=radio] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.btn-submit {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #f05123;
    color: #fff;
    line-height: 26px;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all .2s;
}
[type=submit]:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}

.boxTTCNDG .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}
.boxTCDG table {
    border-spacing: 0px;
    border-collapse: collapse;
}
.boxTCDG td, .boxTCDG th {
    padding: 1px 2px;
    border: 1px solid #eee;
}
.boxTCDG tr td {
    border-right: 1px solid #eee;
    padding: 3px 5px;
    line-height: 18px;
}

.btn-submit {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    background: #f05123;
    color: #fff;
    line-height: 26px;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: all .2s;
}
[type=submit]:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}

.bg_vote {
    background: none repeat scroll 0 0 #FF6600;
    float: left;
    height: 20px;
} 

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

@media screen and (max-width: 998px) and (min-width: 577px) {
    .block_mobile {display: block;}
    .main-menu {display: none;}
    .header-mobile {position: absolute;}
    .box-navi {padding-top: 15px;}
    .box-left, .content-top-right, .box-right {width: 100%;}
    .thong_bao {    
        height: 300px;
        overflow: hidden;
    }
    .blog-news .col-md-4 {
        width: 40%;
        float: left;
    }
    .blog-news .col-md-8 {
        width: 60%;
        float: right;
    }
}

@media screen and (max-width: 576px) {
    .txtRight {margin-top: 15px;}
    .block_mobile {
        display: block;
        background: #f1f1f1;
        z-index: 99;
    }
    .none_mobile, .menu-footter, .clDestop, .txtRightm, .main-menu {display: none;}
    
    .article-hot-right, .article-hot-left, .box-left, .box-right, .clsArticle-hot img {
        width: 100%;
        height: 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 {padding-top: 45px;}
    .content-top-right, .box-right {
        /*float: none;*/
        width: 100%;
    }
    .list-news-style2 {
        margin-top: 0;
    }
    .header-mobile:after {
        top: 0;
    }
}