@charset "utf-8";
@import "jquery.mmenu.all.css";
@import "style-responsive.css";
@import "vanban.css";
@import "hoi_dap.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: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

/* 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: #204b80;
    text-decoration: none;
    outline: 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;
}

/* Wrap
------------------------------------------------------------ */

.web-content {
/*    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    margin: 5px auto 0;
    width: 1170px;
    background-color: #fff;*/
}

/* Header
------------------------------------------------------------ */

.top-content {
    float: left;
    position: relative;
    margin-top: -75px;
}
.top-header .item-inline {
    letter-spacing: 0;
    display: inline-block;
}
.hostline .item-hostline {
    display: inline-block;
    letter-spacing: 0;
    border: 2px solid #007ec4;
    padding: 10px 10px 10px;
}
.hostline .item-hostline a {
    font-size: 16px;
    font-weight: 500;
    color: #606060;
    padding: 10px 0 10px 30px;
    background-image: url(images/red-cross.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.hostline .item-hostline a.phone {
    background-image: url(images/phone.png);
}

.top-content-r {
    float: right;
    position: relative;
    margin-top: -75px;
}
.list-social li {
    display: inline-block;
    padding: 3px;
}
.list-social li a {
    color: #8f8f8f;
}
.list-social li a i {
    font-size: 18px;
}

.banner{
/*    margin: auto;
    background: #0A6DD3;
    margin-bottom: 1px;*/
}

/* Menu-Desktop
------------------------------------------------------------ */
.main-menu {
    border-top: 1px solid #d7d7d7;
    box-shadow: 2px 3px 4px rgba(0,0,0,.15);
}
ul.uk-navbar-nav li {
    float: left;
    position: relative;
    padding: 15px 0;
    /*border-right: 1px solid #116cb8;*/
}
ul.uk-navbar-nav li a i {
    color: #8f8f8f;
    padding-left: 7px;
}

.clMenu ul li::before {
/*    content: "";
    position: absolute;
    top: 0px;
    right: -2px;
    z-index: 9;
    max-width: 100%;
    width: 1px;
    height: 100%;
    border-right: 1px solid #2580cc;*/
}
.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: arial;
    display: block;
}
.ul.uk-navbar-nav li:first-child {padding-left: 0;}
.clMenu li a:hover {color: #0c9848;}
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; 
}
ul.uk-navbar-nav li a {
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 600;
    padding-right: 25px;
    font-family: 'Roboto', sans-serif;
}
.clMenu li li a:hover {color: #fff;}

.sub_menu_main {
    position: absolute;
    top: 100%;
    min-width: 220px;
    display: none;
    background: #fff;
    margin-left: -20px;
    border: 1px solid #fff;
    border-top: 0;
    z-index: 999;
    white-space: nowrap;
}
.sub_menu_main ul li {
    display: block;
    padding: 6px 10px;
    position: relative;
    float: none;
    border-bottom: 1px solid #14d065;
    background: #00ba50 url(images/bul_1H.png) 8px 9px no-repeat;
    padding-left: 20px;
}
.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 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
.sub_menu_main ul li:hover {
    background: #059141 url(images/bul_1H.png) 8px 9px no-repeat;
}

.sub_menu_main ul li ul {
    position: absolute;
    z-index: 200;
    min-width: 200px;
    display: none;
    left: 219px;
    top: 0;
}
.sub_menu_main li:hover ul {display: block}

.sub_menu_main>ul::before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    top: -16px;
    left: 40px;
    border-color: transparent transparent #00ba50;
    border-width: 8px;
}

.sub_menu_main ul > li > a::before {
/*    content: "\f105";
    position: absolute;
    top: -2px;
    left: 0px;
    font-family: FontAwesome;
    font-size: 15px;*/
}

/***********************End-menu**********************************************/
.content {
    background: url(images/bg-content_06.jpg) repeat-x left top #fff;
}
.block-news-main {
    /*margin-top: 15px;*/
}
.line-top {
    background: #f1f1f1;
    padding: 5px 0;
}
.time_site {
    font-size: 12px;
    color: #333;
    padding-left: 20px;
    float: left;
    padding-top: 5px;
}
.time_site:before {
    font-family: 'FontAwesome';
    content: "\f073";
    padding-right: 5px;
}
.news-main {
    width: 480px;
    margin-bottom: 20px;
}
.news-main h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.news-main img {
    margin-bottom: 10px;
}
.news-main h1 a {
    color: #000;
    font-weight: bold;
}
.news-main h1 a:hover {
    color: #0072bb;
    font-weight: bold;
}
.top-focus {
    background: #ed2028;
    height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}
.info_focus {
    width: 238px;
    text-align: justify;
}
.list-focus li{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dotted #ddd
}
/********End-content-top***********/
.hot {
    color: #999;
    font-size: 12px;
}
.hot span {
    color: #be2c30
}
.hot:before {
    font-family: 'FontAwesome';
    content: "\f098";
    padding-right: 5px;
}
/*************************/

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

/*.blog-news {
    border: 1px solid #ddd;
}
.top-blog {
    background: #f3f3f3;
    padding: 10px;
}
.top-blog .title_cate_home{
    color: #1d67c2;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-news-content, .van_ban .home-group-content {
    padding: 10px;
}
.blog-news-content .caption {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.blog-news-content .caption a {font-weight: bold;}
.blog-news-content ul li {
    padding-bottom: 5px;
    background: url(images/icon.png) no-repeat left 12px;
    padding-left: 10px;
    border-top: 1px dashed #ddd;
    padding-top: 5px;
}
.blog-news-content ul li:first-child {border-top: none;}
.blog-news-content ul li a {color: #204b80;}
.blog-news-content a:hover {text-decoration: underline;}*/


/*.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 .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: 13px;
    font-weight: bold;
}
.blog-news .list-news-media ul li a:hover {
    color: #004f8b;;
}*/
.media {
    text-align: justify;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.media .pull-left {
    width: 50%;
    padding-right: 15px;
}
.media-heading {
    font-weight: bold;
    height: 40px;
    overflow: hidden;
}
.date {
    color: #999;
}
/********************/
/*.blog-right, .van_ban, .truy_cap {
    border: 1px solid #ddd;
}*/
.thong_bao .home-group-title {
    text-transform: uppercase;
    padding: 0px 0 5px;
}
.thong_bao .home-group-title a {
    color: #fe2222;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.ThongBao_item {
    padding-bottom: 5px;
    background: url(images/icon.png) no-repeat left 12px;
    padding-left: 10px;
    border-top: 1px dashed #ddd;
    padding-top: 5px;
}
.thong_bao .home-group-content {
    border: 1px solid #ddd;
    padding: 5px 10px 10px;
    height: 345px;
    overflow: hidden;
}
.ThongBao_item:first-child {border-top: none;}
.ThongBao_item a:hover {text-decoration: underline;}
.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;
}

/*.carousel {margin-bottom: 10px;}*/

/************Footer***********************/
#footer {
    color: #fff;
    line-height: 1.6;
    background-color: #00649b;
    padding: 30px 0 0;
}
.menu-ft {
    padding-top: 10px;
    background: linear-gradient(#009dc6, #007d9d);
    padding-bottom: 10px;   
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
.menu-ft a {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.info-ft {
    font-size: 15px;
    padding-bottom: 15px;
}
.logo-ft {
    padding-top: 25px;
    margin-right: 30px;
}
.count {
    margin-top: 30px;
    text-align: right;
}
.Copyright {
    border-top: 1px solid #b3b3b3;
    padding: 10px 0;
}

/****************************************/
.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;
}
/***********************************/
.col-680 {
    float: left;
    width: 740px;
}
.col680-1, .col680-2 {
    width: 740px;
    float: left;
}
.col300 {
    width: 300px;
}
.col480 {
    width: 480px;
}
.col180 {
    width: 180px;
    margin-left: 20px;
}
.ads-r-t {
    margin-top: 15px;
}
.padding-top-15 {padding-top: 20px;}
/*.content-main .portlet {margin-bottom: 15px;}*/
.clear {clear: both;}
/*
.top-blog-r, .lblThuvienanh .home-group-title, .van_ban .home-group-title,
.truy_cap .home-group-title {
    background: #f3f3f3;
    padding: 10px;
}
.top-blog-r a, .lblThuvienanh .home-group-title a, .van_ban .home-group-title a, 
.truy_cap .home-group-title h1 {
    color: #1d67c2;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}*/
.caption {
    padding: 10px;
}
.caption a {
    font-weight: bold;
    color: #1066af;
    text-transform: none;
    font-size: 14px;
    font-family: Roboto;
    line-height: 1.4;
}

/*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;
}

.social_share {margin-top: 20px;}

.clsSum {text-align: justify;}

.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 {
    width: 100%;
    border: 1px solid #ddd;
}
.thumbImg {
    border: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 5px;
}
.divAlbumItem {
    margin-top: 15px;
}
.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: #1066af;
    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: 5px 0px 10px;
    height: 40px;
    overflow: hidden;
}

.form-search {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
}
.form-search input {
    padding: 5px 30px 5px 15px;
    background: #fff;
    color: #333;
    width: 100%;
    margin-top: 7px;
    border: 2px solid #d7d7d7;
}
.form-search button {
    position: absolute;
    right: 0px;
    border: none;
    font-size: 24px;
    top: 6px;
    color: #514f4f;
    background: none;
}
input::placeholder {
  color: #6e6e6e;
}

.cltext {color: #d80000;padding-top: 5px;}

.content-main {margin-bottom: 20px;}

.header-mobile {
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #007ec4;
    line-height: 40px;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    font-family: roboto;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ThongBao_item a {color: #204b80;}
.van_ban .more-article-item2 {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/*.van_ban .more-article-item2 a {color: #204b80;}*/
.van_ban .more-article-item2 a:hover {text-decoration: underline;color: #204b80;}
.van_ban .more-article-item2 img {margin-right: 10px;}

.article-hot-left h1 {
    line-height: 18px;
    margin: 10px 0;
}
.article-hot-left h1 a {
    color: #1d67c2;
    font-weight: bold;
    font-size: 18px;
}
.article-hot-title {
    border-bottom: 2px solid red;
    padding-bottom: 5px;
    margin-bottom: 15px;
    line-height: 22px;
}
.article-hot-title span {
    text-decoration: none;
    color: #fe2222;
    font: 16px 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.article-hot-right .more-article-item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.article-hot-right .more-article-item img {
    float: left;
}

.box-news .box-title {
    background: #cdddee url(images/bg_title.png) no-repeat;
    height: 37px;
    margin-bottom: 15px;
    padding-top: 10px;
}
.box-news .box-title a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 0 35px;
}

.media-heading {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.list-news-media ul li {
    padding-bottom: 10px;
    background: url(images/icon.png) no-repeat left 8px;
    padding-left: 15px;
}
.list-news-media ul li a {color: #204b80;}
.list-news-media ul li a:hover {text-decoration: underline;}

.clsArticle, .clsArtgroup, .clsImage, .clVideo, .clVanban, .clThongBao, .box-lienhe,
.clDatLichKham, .clsSodotrang {
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.clsArticle img {
    max-width: 100% !important;
    height: auto !important;
}

.content-left .home-group-title {
    height: 31px;
    background: url(images/border.png) repeat-x bottom;
    font: 14px/33px 'Roboto';
}
.content-left .home-group-title a, .content-left .home-group-title h1 {
    font: 16px/33px 'Roboto';
    color: #1066af;
    height: 30px;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    border-bottom: 2px solid #015db2;
    font-weight: bold;
}
.content-left .home-group-content {
    line-height: 1.6;
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: justify;
    color: #333;
}
.content-left .home-group-content h1 {
    font-size: 14px;
    font-family: Roboto;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    color: #ff7f01;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.time {
    background: #FAFAFA;
    border-top: solid 1px #d9d9d9;
    font: normal 11px Arial;
    color: #727272;
    padding: 5px;
    margin: 5px 0;
}
.content-left .home-group-content h2 {
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    font-size: 14px;
}
.social_share {
    margin: 20px 0;
}
.box_tinlienquan .txt_main_category {
    font-family: Roboto;
    font-size: 16px;
    color: #015db2;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.box_tinlienquan .content_box_category a {
    font: 14px 'Arial';
    color: black;
    background: url(images/tintuckhac.png) no-repeat 0 5px;
    display: block;
    padding: 0 10px 0 16px;
    border-bottom: 1px dotted #c8c8c8;
    line-height: 22px;
}
.box_tinlienquan .content_box_category a:hover {color: #204b80;}

.clsArtgroup .article {
    overflow: hidden;
    padding: 25px 0 20px 0;
    background: url(images/line-item.png) no-repeat bottom center;
}
.clsArtgroup .article img {
    border-radius: 3px;
    margin-right: 20px;
}
.clsArtgroup .article .newsview h2 {
    display: block;
    color: #333;
    font: 16px/18px Roboto;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.page {
    font: normal 12px Arial;
    color: #757575;
    padding-top: 16px;
    float: left;
    width: 98%;
    /*background: url(images/line.png.ashx) repeat-x top left;*/
}
.page span {
    font: normal 12px Arial;
    text-align: center;
    padding: 0;
    width: 27px;
    display: inline-block;
    line-height: 26px;
    margin: 2px;
    color: #fff;
    background: #015db2;
}
.page a {
    font: normal 12px Arial;
    text-align: center;
    padding: 0;
    width: 27px;
    display: inline-block;
    line-height: 26px;
    margin: 2px;
    color: #015db2;
    background: url(images/trangkhac.gif) no-repeat center;
}

.box-header {
    text-align: left;
    padding-left: 65px;
    line-height: 40px;
    background: #fff;
}
.box-header img {
    width: 35px;
    float: left;
    padding-top: 7px;
    margin-right: 10px;
    height: 43px;
}
/*.box-header span {
    line-height: 7px;
    padding-top: 12px;
    width: 100%;
    padding-right: 15px;
}*/
.block_mobile {display: none;}

.truy_cap .hom_nay {
    background: url(images/homnay.png) center left no-repeat;
    padding-left: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.truy_cap .hom_qua {
    background: url(images/homqua.png) center left no-repeat;
    padding-left: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.truy_cap .tuan_nay {
    background: url(images/tuannay.png) center left no-repeat;
    padding-left: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.truy_cap .thang_nay {
    background: url(images/thangnay.png) center left no-repeat;
    padding-left: 20px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.truy_cap .tat_ca {
    background: url(images/accessall.png) center left no-repeat;
    padding-left: 20px;
}
.truy_cap .home-group-content {
    /*border: 1px solid #ddd;*/
    padding: 10px;
}

.clStyle1 .nhom-img-list-item {
    text-align: center;
}
.nhom-img-list-item p {
    color: #606060;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: Roboto;
    margin-top: 15px;
}
.floatLeft {
    float: left;
}
.box-groupimg {
    background: #fff;
    padding: 25px 0 40px;
}

.sec16 .wrap>div {
    align-items: center;
    background: #3090e1;
    padding: 0 15px;
    margin: auto;
    border-radius: 5px;
}
.sec16_col1 {
    width: 7%;
    text-align: right;
    color: #fff;
}
.sec16_col1 span {
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    height: 64px;
    width: 64px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    line-height: 0;
}
.sec16_col2 {
    width: calc(100% - 6% - 1rem);
    color: #fff;
    text-transform: uppercase;
}
.d_flex {
    display: flex;
}
.sec16_col2_col {
    width: 24%;
    text-align: center;
    border-right: 1px dashed #fff;
    padding: 1rem 0;
}
.sec16_col2_col h4 {
    padding: 0;
    font-size: 18px;
    font-family: Roboto;
}
.sec16_col2_col h4 span {
    padding-right: 2rem;
}
.sec16_col2_col h5 {
    font-size: 24px;
    padding: 0;
    font-weight: bold;
}
.sec16_col2_col h5 a {
    color: #fff816;
    text-transform: none;
}
.sec16_col2_col:last-child {
    width: 28%;
    border-right: none;
}
.container12::after {
    content: '';
    display: block;
    clear: both;
}
.sec16_col2_col h5 span a:hover {
    border-bottom: 1px solid rgba(255, 255, 0, 0.5);
}
.sec16_col2_col:last-child h5 span {
    font-size: 18px;
}

/* 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%;
    cursor: pointer;
}
.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);
}

.pull-left {
    width: 70%;
}
.pull-right {
    width: 30%;
}

.box-doingubs h3, .blog-news .top-blog, .box-donvi h3 {
    position: relative;
    z-index: 10;
    padding: 10px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.box-doingubs h3 span, .blog-news .top-blog a, .box-donvi h3 span {
    position: relative;
    z-index: 10;
    padding: 8px 20px;
    background-color: #267dc6;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0 5px 10px #888;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: Roboto;
}
.box-doingubs h3::after, .blog-news .top-blog::after, .box-donvi h3::after {
    content: "";
    display: block;
    border-bottom: 1px dashed #267dc6;
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 5;
}
.title_shadow_bvtc span::after, .blog-news .top-blog a::after {
    content: " \f105\f105";
    padding-left: 5px;
    font-weight: 400;
    font-family: FontAwesome;
}
.box-doingubs .carousel-control .glyphicon-chevron-left, .box-doingubs .carousel-control .glyphicon-chevron-right {
    width: 35px;
    height: 35px;
    margin-top: -10px;
    font-size: 22px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 6px;
}

.box-titfirst .thumb {
    position: relative;
    width: 330px;
    height: auto;
    margin: auto;
    float: left;
}
.box-titfirst .thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76%;
    transform: translate(-50%, -50%);
    display: block;
    overflow: hidden;
}
.box-titfirst .thumb a img {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #b7b8b6;
    border-radius: 10px;
}
.box-titfirst .text {
    /*width: calc(100% - 330px);*/
    height: auto;
}
.box-titfirst {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.box-titfirst .text h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: Roboto;
    line-height: 1.5;
}
.box-titfirst .text h4 a {
    color: #1066af;
}
.box-titfirst .text h4 a:hover {
    color: #fa0000;
}
.box-titfirst .text p {
    color: #444;
    font-size: 14px;
    text-align: justify;
}

.disflex {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:wrap;
    flex-flow:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.sec19_col1_row3 ul li {
    width: 48%;
    margin: 15px 0;
}
.sec19_col1_row3 ul li .thumb {
    width: 130px;
}
.sec19_col1_row3 ul li .thumb a {
    display: block;
    position: relative;
    padding-bottom: 80%;
}
.sec19_col1_row3 ul li .thumb a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #bbb;
    border-radius: 3px;
}
.sec19_col1_row3 ul li .text {
    width: calc(100% - 135px - 1rem);
    /*text-align: justify;*/
}
.sec19_col1_row3 ul li .text h4 {
    line-height: 1.4;
    height: 41px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 15px;
}
.sec19_col1_row3 ul li .text h4 a {
    color: #1066af;
    text-transform: none;
    font-size: 16px;
    font-family: Roboto;
    line-height: 1.4;
}
.sec19_col1_row3 ul li .text h4 a:hover {
    color: #fa0000;
}
.sec19_col1_row3 ul li .text p {
    color: #444;
    font-size: 14px;
    text-align: justify;
}

.box-groupnews h4 {
    text-transform: uppercase;
    font-size: 16px;
    background: #e6e8e8;
    border-radius: 8px;
    text-indent: 10%;
    background-repeat: no-repeat;
    padding: 8px 0;
    font-family: Roboto;
    margin: 0;
    margin-bottom: 7px;
}
.box-groupnews h4 a {
    color: #1066af;
}

.pull-right .home-title, .pull-right .top-blog-r {
    background-color: #00ba50;
    padding: 8px 10px;
    margin: 0;
}
.pull-right .home-title a, .pull-right .top-blog-r a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.pull-right .home-content {
    border: 1px solid #ccc;
    padding: 5px;
}
.pull-right .wrap-thumb {border: 1px solid #ccc;}

.sb_row_content {
    border: 1px solid #d5e3d6;
    padding: 10px;
}
.sb_row_content p {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

.box-donvi .item {
    margin: 0;
    padding: 0;
    position: relative;
    width: 90%;
    padding-bottom: 56.25%;
}
.box-donvi .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box-donvi .item img {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
}

.clTitle {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.bookform-wrap h3 {
    font-weight: 700;
    /*font-size: 13px;*/
    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: flex;
}
.bookfrm-itm {
    position: relative;
}
.bookform-wrap .bookfrm-itm select, .bookform-wrap .bookfrm-itm input, .bookform-wrap .bookfrm-itm textarea {
    border: none;
    width: 100%;
    padding: 8px 15px;
    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;
}

.treeview li {
    line-height: 16px;
    font-size: 14px;
}
.clsSodotrang .home-group-content {margin-top: 10px;}

.foot2 {
    background-color: #05467c;
    position: fixed;
    z-index: 8888;
    left: 0;
    bottom: 0;
    width: 100%;
}
.foot2 .wrap>div {
    justify-content: flex-start;
    line-height: initial;
}
.foot2 .wrap>div>div {
    margin: 0 8px;
}
.foot2_col1 {
    background-color: #fe410b;
    display: inline-block;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
}
.foot2_col1 a {
    color: #fff;
    font-weight: 700;
}

.blog-news {
    padding: 20px 0;
}
.blog-news .top-section {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.blog-news .title-section {
    font-size: 30px;
    font-weight: 700;
    color: #606060;
    padding-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blog-news .top-section p {
    font-size: 16px;
    color: #535353;
    text-align: center;
    line-height: 1.625;
}
.inner-content {
    text-align: center;
    margin-bottom: 15px;
}
.slider-service .inner-content h3 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px;
    padding-bottom: 15px;
    overflow: hidden;
}
.slider-service .inner-content .title-service {
    font-size: 18px;
    color: #00ba50;
    font-weight: 700;
    white-space: nowrap;
}
.slider-service .des-service {
    color: #626262;
    margin-bottom: 25px;
    margin-top: 15px;
    height: 100px;
    overflow: hidden
}
.slider-service .btn-detail {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    background-color: rgb(0, 186, 80);
    padding: 9px 30px 9px;
}
.slider-service .btn-detail i {
    font-weight: 600;
    padding-left: 5px;
}
.slider-service .inner-content:hover .title-service {
    color: #007ec4;
}
.slider-service .inner-content:hover .btn-detail{
    color: #fff;
    background-color: rgb(0, 126, 196);
}
.owl-carousel .item {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-news2 {
    background-image: url(images/chuyenkhoa.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blog-news2 .title-section {
    color: #fff;
    padding-top: 35px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.blog-news2 .top-section p {
    font-size: 16px;
    text-align: center;
    line-height: 1.625;
    color: #fff;
    margin-bottom: 25px;
}

/*----------------------------------*/
.achievements-item {
    width: 31.7%;
    background-color: #0c9848;
    color: #fff;
    padding: 29px 29px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.list-achievements {
    width: 68.3%;
    position: relative;
    margin-left: 31.7%;
    background-color: #f0f0f0;
    padding: 36px 32px 40px;
}
.item-achievements-prizes {
    position: relative;
    margin-bottom: 76px;
}

.home-specialist .top-section .title-section{
    color: #fff;
    padding-top: 34px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.home-specialist .top-section p{
    color: #fff;
    margin-bottom: 26px;
}
.home-specialist .bxslider-tab li{
    text-align: center;
    margin-right: 4px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    border: 2px solid #fff;
    width: 174px;
    padding: 11px 0 7px;
    position: relative;
    margin-bottom: 10px;
}
.home-specialist .bxslider-tab li.active{
    background-color: #fff;
}
.home-specialist .bxslider-tab li.active a{
    color: #007ec4;
}
.home-specialist  .tab-nav{
    padding: 0 67px;
}
.home-specialist .bxslider-tab li a {
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 21px;
    display: inline-block;
    font-size: 15px;
}
.home-specialist .bxslider-tab li:after{	
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid  #fff;
    bottom: -9px;
    right: 44%;
    opacity: 0;
}
.home-specialist .bxslider-tab li.active:after{	
    opacity: 1;
}
.home-specialist  .tab-content .tab-pane-page {
    display: none;
}
.home-specialist  .tab-content .tab-pane-page.active {
    display: block;
}
.home-specialist .list-achievements-prizes {
    padding: 16px 0 28px;
}
.home-specialist .item-achievements-prizes {
    margin-bottom: 32px;
    margin-left: 0;
}
.home-specialist .prizes-item{
    background-color: rgb(0, 100, 155);
    opacity: 0.8;
}
.home-specialist  .des-achievements a{
    display: block;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}
.home-specialist  .item-achievements-prizes .achievements-item h2{
    font-size: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid;
    font-weight: 700;
    text-transform: uppercase;
}
.home-specialist  .item-achievements-prizes .des-achievements{
    line-height: 1.467;
    margin-top: 22px;
}
.home-specialist  .achievements-item{
    width: 24%;
}
.home-specialist .list-achievements{
    width: 76%;
    margin-left: 24%;
    padding: 28px 32px 35px;
}
.home-specialist  .des-achievements i{
    margin-left: 5px;
    color: #fff;
    font-weight: 600;
}
.home-specialist .slick-next,.home-specialist .slick-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    height: 48px;
    width: 60px;
    top: 41%;
}
.home-specialist .slick-prev {
    background-image: url(images/arrow-pr.png);
    left: -65px;
}
.home-specialist .slick-next {
    background-image: url(images/arrow-nx.png);
    right: -65px;
}
.home-specialist .slick-prev:before,.home-specialist .slick-next:before {
    opacity : 0;
}
.slider-achievements-prizes .slick-slide {margin-right: 34px;}
.slider-achievements-prizes .slick-slide .thumbnail a img {
    max-height: 242px;
    object-fit: cover;
}
.slider-achievements-prizes .item-slider h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 14px 0 4px;
}
.slider-achievements-prizes .item-slider h3 a {
    color: #606060;
}
.slider-achievements-prizes .item-slider h3 a {
    color: #606060;
}
.slider-achievements-prizes .des-introduction {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.slider-achievements-prizes .slick-list {margin-right: -34px;}
.slider-achievements-prizes .slick-dots {
    bottom: -52px;
}
.slider-achievements-prizes .slick-dots li button {
    width: 12px;
    height: 13px;
    border-radius: 50%;
    background-color: #9a9a9a;
}
.slider-achievements-prizes .slick-dots li.slick-active button {
    background-color: #00ba50;
}
.slider-achievements-prizes .slick-dots li button::before {color: transparent;}

.item-consulting h3 {margin-bottom: 20px;}
.item-consulting h3 a {
    font-size: 22px;
    color: #545454; 
    font-family: 'Roboto', sans-serif;
}
.item-consulting .list-video li {
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.item-consulting .video-details {
    position: relative;
    display: none;
    margin-bottom: 12px;
}
.item-consulting .video-details .hover-images {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 1;
    cursor: pointer;
}
.item-consulting .video-details .infor-hover {
    position: absolute;
    top: 44%;
    left: 46%;
}
.item-consulting li .video-btn {
    background-image: url(images/icon-video1.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding: 5px 0 5px 30px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    color: #757575;
}
.item-consulting li.active .video-btn, .item-consulting li:hover .video-btn {
    background-image: url(images/icon-video-active.png);
    color: #007ec4;
}
.home-consulting {
    padding: 30px 0;
}

.home-consulting .item-consulting .nav-tabs {
    border-bottom: 2px solid #00ba50;
}
.home-consulting .item-consulting .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #858585;
    border: 0;
    margin-right: 2px;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.home-consulting .item-consulting .active .nav-link {
    background-color: #00ba50;
    color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    border: 0;
}
.nav>li>a:focus, .nav>li>a:hover {background-color: #fff;}

.list-inline .item-inline a {color: #fff;}

.home-consulting {background: #f7f7f7;}

.home-consulting .list-question {
    padding-top: 25px;
    font-size: 15px;
}
.home-consulting .list-question .item-question {
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 7px 15px;
}
.list-question .item-question .click-collapse {
    color: #007ec4;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 2px 0 0;
}
.list-question .item-question .click-collapse i {
    color: #fff;
    background-color: #00ba50;
    padding: 2px 4px;
    font-size: 9px;
    margin-right: 7px;
}
.list-question .item-question .detail-answer {
    color: #494949;
    /*font-weight: 500;*/
    margin-bottom: 7px;
    margin-top: 7px;
}
.list-question .item-question .detail-answer {
    display: none;
}
.list-question .item-question:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    border: 1px dotted #d7d7d7;
    z-index: 2;
    pointer-events: none;
}
.list-question .item-question.active:after{
    border: 2px dotted #00ba50;
    z-index: 2;
}

.home-cooperate {
    background-color: #f5f5f5;
    padding: 25px 0 50px;
}
.home-cooperate .top-section .title-section {
    color: #00ba50;
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 700;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.home-cooperate .item-cooperate {
    width: 33.2%;
    float: left;
}
.home-cooperate .item-cooperate .content-cooperate{
    background-color: #007ec4;
    padding: 18px 20px 57px;
    min-height: 234px;
    position: relative;
}
.home-cooperate .item-cooperate .content-cooperate:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 15px solid rgb(0, 126, 196);
    top: -14px;
    right: 50%;
}
.home-cooperate .item-cooperate:nth-child(2) .content-cooperate:after{
    border-bottom: 17px solid transparent;
    border-top: 15px solid rgb(0, 186, 80);
    bottom: -32px;
    right: 45%;
    top: unset;
}
.home-cooperate .item-cooperate:nth-child(3) .content-cooperate:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 15px solid rgb(0, 126, 196);
    top: -14px;
    right: 45%;
}
.home-cooperate .item-cooperate:nth-child(2) .content-cooperate{
    background-color: #00ba50;
}
.home-cooperate .content-cooperate .des-cooperate{
    color: #fff;
    line-height: 1.467;
    overflow: hidden;
    height: 110px;
}
.home-cooperate .content-cooperate .title-cooperate {
    margin: 0 0 7px;
}
.home-cooperate .content-cooperate .title-cooperate a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.home-cooperate .item-cooperate .thumbnail-cooperate {
    height: 234px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.list-inline .item-inline {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
}

.home-events .top-section .title-section {
    color: #0c9848;
    padding: 25px 0 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.home-events  .news-start .news-big {
    min-height: 372px;
}
.home-events  .news-start .news-small {
    min-height: 176px;
    margin-bottom: 20px;
}
/*.home-events .link-news {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.home-events .news-start {
    padding-top: 66px;
}
.home-events .news-start .news-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.home-events .news-start .infor-news-general{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.home-events .news-start .news-big .title-events{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.home-events .news-start .news-small .title-events{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.home-events .list-news-event{
    column-count: 3;
    border-top: 1px solid #e1e1e1;
    list-style: none;
    padding-top: 30px;
}
.home-events .list-news-event li{
    background-image: url(images/icon-squarel.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 72px;
    overflow: hidden;
}
.home-events .list-news-event h3 .title-info{ 
    color: #565656;
    line-height: 1.2;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.home-events .list-news-event h3 a:hover {color: #007ec4;}
.home-events .news-start .infor-main-news{
    background-color: rgba(0, 100, 155,0.702);
    padding: 10px 15px;
}
.home-events .news-start .news-small .infor-main-news{
    background-color: rgba(12, 152, 72,0.902);
    padding: 10px 15px;
}
.home-events .content-events .nav-item .nav-link{
    color: #3e3e3e;
    font-weight: 600;
    border: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.home-events .content-events .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    max-width: 631px;
    margin: 0 auto;
}
.home-events .nav-tabs li.active {
    border-bottom: 2px solid #007ec4;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}
.home-events {margin-bottom: 20px;}

.pull-right .home-title {
    background: #00ba50;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-top: none;
    margin: 0;
    border-bottom-color: #dddddd;
    padding: 11px 10px 11px 40px;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
}
.pull-right .home-title:after {
    position: absolute;
    top: 12px;
    left: 8px;
    content: "\f03a";
    font-family: FontAwesome;
    font-size: 19px;
}
.pull-right .home-content {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 10px;
}
.pull-right .clNews .itemn {
    margin-bottom: 10px;
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 10px;
}
.clNews .itemn .khungAnh {
    width: 77px;
    height: 58px;
    position: relative;
    overflow: hidden;
    float: left;
    background: #fff;
    margin-right: 14px;
}
.itemn .info {
    /*text-align: justify;*/
    line-height: 18px;
}
.itemn .info a {
    color: #333;
    font-weight: bold;
}
.pull-right  .home-title a {color: #fff;}

.pull-right .portlet {margin-bottom: 15px;}

.clcaption {
    background: #dfdfde;
}
.warp-video .clcaption h2 {
    padding: 10px 15px;
    line-height: 20px;
    font-size: 14px;
}
.warp-video .clcaption a {
    font-weight: bold;
    color: #337ab7;
}

.box-groupimg .nhom-img-list-item img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    box-shadow: 1px 3px 4px #d8d8d8;
}

.header-mobile a:before {
    background: #007ec4;
    font-family: 'FontAwesome';
    content: "\f0c9";
    display: block;
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 10px;
    line-height: 0;
    border-radius: 5px;
    margin-top: 6px;
    margin-left: 5px;
    left: 5px;
}

.home-events .top-section .title-section a {color: #0c9848;}
.home-events .top-section p {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 1.625;
    text-transform: uppercase;
    padding-top: 10px;
}
.box-style10 img {
    box-shadow: 1px 2px 5px #d8d8d8;
    border-radius: 50%;
}
.box-style10 .item h3 {
    text-align: center;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-size: 16px;
}
.box-style10 .item .des-info {
    text-align: center;
}
.box-style10 .top-section {margin-bottom: 30px;}

.viewmore_news_home {
    text-align: center;
    margin-top: 30px;
}
.viewmore_news_home a {
    border-radius: 30px;
    padding: 4px 10px;
    background: red;
    color: #fff !important;
    font-weight: 500;
    box-shadow: 0 1px 4px #afafaf;
    transition: all .3s;
    font-size: 12px;
}

.carousel {
    position: relative;
    max-width: 1366px;
    margin: auto;
}
.news-big .infor-main-news h3 {
    height: 40px;
    overflow: hidden;
}
.news-small .infor-main-news h3 {
    height: 36px;
    overflow: hidden;
}
    
/***********************************************************/

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}

@media screen and (max-width: 767px) {
    .web-content {
	box-shadow: none;
        margin: 0;
        width: 100%;
        background-color: #fff;
    }
    .pull-left, .pull-right {width: 100%;}
    .sec19_col1_row3 ul li .thumb, .box-titfirst .thumb {width: 100%;}
    .box-titfirst .thumb a img {width: 85%;}
    .sec19_col1_row3 ul li .text {
        width: 100%;
        margin-top: 10px;
    }
    .block_mobile {
        display: block !important;
    }
    .none_mobile, .foot2, .top-header {
        display: none !important;
    }
    .pull-right img {width: 100%}
    .news-main {
        width: 100%
    }
    .clsArtgroup .article .newsview h2 {
        text-align: unset;
        text-transform: none;
    }
    .clsArtgroup .article img {width: 40%;}
    .pull-right {margin-top: 20px;}
    .info_focus {
        width: 33%;
        margin-left: 0;
        margin-top: 15px;
    }
    .news-main {
        width: 64%;
    }
    .news-main-pages {
        width:100%;
    }
    .news-main-pages .pull-left {
        width: 64%;
    }
    .box-search {
        margin-top: 15px;
        margin-bottom: 10px
    }
    .sec16_col1 {display: none;}
    .sec16_col2 {width: 100%;}
    .sec16_col2_col:last-child, .sec16_col2_col {
        width: 48%;
        padding: 10px 0;
        border-right: none;
    }
    .sec16_col2_col:last-child h5 span {
        line-height: 1.5;
        font-size: 18px;
    }
    .d_flex {flex-flow: wrap;}
    #footer {margin-bottom: 0;}
    .home-specialist .achievements-item {
        position: static;
        width: 100%;
    }
    .home-specialist .list-achievements {
        width: 100%;
        margin-left: 0;
    }
    .slider-achievements-prizes .slick-slide .thumbnail a img {
        width: 100%;
    }
    .box-news3 {margin-top: 20px;}
    .home-cooperate .item-cooperate {
        width: 100%;
    }
    .home-cooperate .item-cooperate:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-cooperate .item-cooperate:nth-child(2) .content-cooperate:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 15px solid rgb(0, 186, 80);
        top: -14px;
        right: 50%;
    }
    .home-events  .news-start .news-big, .home-events .news-start .news-small {
        min-height: auto;
        margin-bottom: 20px;
    }
    .home-events .list-news-event {column-count: 1;}
    .content-left .home-group-title a, .content-left .home-group-title h1 {
        font: 12px/33px 'Roboto';
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }
    .blog-news .title-section, .blog-news2 .title-section, 
    .home-cooperate .top-section .title-section, .home-events .top-section .title-section {font-size: 24px;}
    .home-consulting .item-consulting .nav-link {font-size: 14px;}
    .box-style10 img {width: 100%;}
    .box-style10 .item h3 {font-size: 14px;}
}