﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=vietnamese');
/**/
/* General body settings */
body{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:1.4;
	-webkit-overflow-scrolling: touch;
}

/***
General typography 
***/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom:15px;
}
h1 {
    font-weight: 600;
    font-size: 28px;
}
h2{
    font-weight: 600;
    font-size: 22px;
}
h3{
    font-weight: 600;
    line-height:1.4;
    font-size: 20px;
}
@media(max-width:767px){
body{
	font-size:16px;
}
h2{
    margin: 20px 0;
}
}
/***
Fix link outlines after click
***/
a {
	color: #105282;
}
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
a:hover {
	color: #E02222;
	text-decoration: none;
}
div.checker,
div.radio {
	top: -1px;
}
select.form-control {
	color: #5f6d7b;
	border-radius: 0;
	border-color: #e4e6e8;
	box-shadow: none;
}
select.form-control:focus {
	box-shadow: none;
	border-color: #999;
}
input.form-control,
textarea.form-control {
	border-color: #dbdbdb;
	color: #777;
	font: 14px Arial, sans-serif;
	border-radius: 0;
	box-shadow: none;
}
input.form-control:focus,
textarea.form-control:focus {
	box-shadow: none;
	border: solid 1px #dbdbdb;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.clear {
	clear: both; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	overflow: hidden;
}
.lead {
    font-size: 16px;
}
.font-transform-inherit {
	text-transform: inherit !important;
}
.color-red {
	color: #E84D1C;
}
/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-left: 1px solid #cecece;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}
::-moz-selection {
  color: #fff;
  background: #e45000;
}
::selection {
  color: #fff;
  background: #e45000;
}
/***
Header and header elements
***/
.header .languages{
    margin-top:42px;
}
.header .languages ul, .header .languages ul li{
    list-style-type:none;
}
.header .languages ul{
    padding-left:5px;
    border-left:1px #ddd solid;
}
.header .languages ul li{
    display:inline-block;
    margin-left:5px;
}
.header .hot-line {
    margin-top: 46px;
    margin-right:10px;
    font-size:18px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}
.header .hot-line a, .header .hot-line a{
    color:#17486b;
    text-decoration:none;
}
.header .navigation{
    float:left;
    padding-top:19px;
    position: relative;
}
.header .logo{
    margin-left:70px;
    padding-top:15px;
}
.navigation .nav-mobile {
    width: 50px;
    padding: 15px 12px;
    background-color:#17486b;
    border-radius:4px;
}
.navigation .nav-mobile .item {
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
}
.navigation .nav-mobile .item.bar-3 {
    margin-bottom: 0;
}
.navigation > ul {
    display: none;
}
.navigation > ul.navigation-menu.active {
    top: 80px;
    display: block;
    position: absolute;
    left: -15px;
    width: 190px;
    background: #17486b;
    z-index: 101;
    border-radius:0 0 4px 4px;
	margin:0;
	padding:0;
}
.navigation > ul.navigation-menu li{
    list-style-type:none;
    border-top: 1px rgba(255, 255, 255, 0.1) solid; 
	position: relative;
}
.navigation > ul.navigation-menu li a{
	display: block;
    color:#fff;
	white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
	padding: 10px 15px 8px;
}
.navigation > ul.navigation-menu li a:hover {
    color:#ccf2ff;
    text-decoration:none;
}
.navigation > ul.navigation-menu li.acitve .sub-menu {
    display: block !important;
}
.navigation > ul.navigation-menu li .fa{
    position: absolute;
    right: 15px;
    top: 14px;
	font-size:18px;
	color:#fff;
}
.navigation > ul.navigation-menu li .fa:before {
    content: "\f105";
}
.sub-menu ul{
	padding:0;
	margin:0;
}
.sub-menu{
	display:none;
	position:absolute;
	min-width:200px;
	top:-1px;
	left:190px;
	background: #1c5984;
	border-radius:0 4px 4px 4px;
}
.navigation-menu li:hover .sub-menu{
	display:block;
}
@media(max-width:991px){
.navigation > ul.navigation-menu li a{
	padding: 14px 15px 12px;
	font-size:15px;
}
.navigation > ul.navigation-menu.active {
    border-radius:0 0 4px 0;
}
}
@media(min-width:992px){
.navigation > ul.navigation-menu li .fa{
    top: 12px;
	font-size:16px;
}
}
/***/
.header {
    position:relative;
	z-index:99;
}
.main{
	position:relative;
	z-index:9;
}
@media(max-width:767px){
.header .navigation{
    padding-top:15px;
}
.navigation .nav-mobile {
    width: 42px;
    padding: 10px 8px;
}
.header .logo {
    margin-left: 52px;
    padding-top: 10px;
}
.header .logo img{
    height: 46px;
}
.header .languages {
    margin-top: 30px;
}

.navigation > ul.navigation-menu.active {
    top: 64px;
}
}
/** header fix **/
.page-header-fixed .header {
    position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
body.page-header-fixed {
	padding-top: 80px !important;
}
/****/
.reduce-header .site-logo {
	padding-top: 9px;
	padding-bottom: 11px;
}
@media (max-width:767px){
.header .hot-line{
    margin-top:28px;
}
.header .hot-line .fa{
    font-size:30px;
}
}
@media (max-width:360px){
#header .languages, #header .hot-line{
    display:none;
}
}
/* 404 page */
.corporate .page-404 {
 	text-align: center;
 	padding-top: 60px;
 	padding-bottom: 125px;
}
.page-404 .number {
	position: relative;
	top: 35px;
	display: inline-block;
	letter-spacing: -10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #E02222;
	text-align: right;
}
.page-404 .details {
	margin-left: 40px;
	display: inline-block;
	padding-top: 0px;
	text-align: left;
	top: 15px;
	position: relative;
}
/* 500 page */
.corporate .page-500 {
	text-align: center;
 	padding-top: 60px;
 	padding-bottom: 60px;
}
.page-500 .number {  
	display: inline-block;
	letter-spacing: -10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #E02222;
	text-align: right;
}
.page-500 .details {
	margin-left: 40px;
	display: inline-block;
	text-align: left;
}


/* info at the right of the forms */
.form-info {
	padding: 0 10px 0 30px;
	border-left: solid 1px #e4e6e8;
	margin: 25px 0;
}
.form-info h2,
.ecommerce .form-info h2 {
	font-size: 18px;
	position: relative;
	top: -5px;
	margin-bottom: 5px;
}
.form-info h2 em {
	font-style: normal;
	color: #ff5601;
}
.form-info p {
	margin: 0 0 20px;
}
.nav.navbar-nav{
    margin:0;
}
.navbar-collapse{
    padding-left:0;
    padding-right:0;
    padding-bottom: 30px;
}
.nav-tabs {
	border-bottom:3px #ededed solid;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.nav-tabs > li {
    margin-bottom: -3px;
}
.nav-tabs > li > a{
    border-radius: 0;
	padding: 9px 12px 7px;
	border: none !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #25282b;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #db0738;
	color: #fff;
}
/* content search */
.content-search {
	background: #fff;
	padding: 10px 15px;
}
.ecommerce .content-search h1 {
	padding-top: 3px;
	margin: 0;
}
.content-search h1 em {
	font-style: normal;
	color: #ff5601;
}
.content-search form {
	margin: 0;
}
.content-search input {
	border-radius: 0;
	border-color: #dbdbdb;
	color: #b0b4b7;
	font: 14px Arial, sans-serif;
	height: 35px;
}
.content-search input:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-search button {
	margin-left: 0 !important;
	font-size: 14px;
	height: 35px;
}
/* footer */
.footer {
	background: #282f35;
	color: #fff;
	font-size: 13px;
}
.footer-logo{
    margin:25px 0 15px 0;
}
.footer-copyright{
    height:50px;
    line-height:50px;
    background-color:#105282;
}
.footer-copyright a{
    color:#ff9600!important;
}
.group-veb div.col-md-4{
    padding-left:30px;
    padding-right:30px;
}
.footer h3{
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}
.footer h4:after{
    border-bottom: 3px #ff9600 solid;
    display: block;
    content: "";
    width: 32px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer ul {
	margin: 0;
	padding: 0;
}

.footer address{
    line-height:1.7;
}
@media(max-width:991px){
.footer-address{
    padding-bottom:20px;
}
.footer-logo img{
    height:45px;
}
.footer-copyright{
    border-top:1px #fff3 solid;   
}
.footer-copyright .pull-right{
    float:left!important;
}
.footer-created{
    display:none;
}
.group-veb div.col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
}
@media(min-width:992px){
.footer .group-veb div.col-md-4:first-child{
    background-color:#105282;
}
.footer-copyright {
    height: 65px;
    line-height: 65px;
    text-align:right;
}
.group-veb div.col-md-4 {
    padding-left: 50px;
}
.footer-logo {
    margin: 55px 0 30px 0;
}
}
/** social **/
@media(max-width:767px){
.social-group{
    display:none;
}
}
.social-group{
    position:fixed;
    left:5px;
    z-index:9999;
    top:50%;
    margin-top:-100px;
}
.social-group li{
    margin-bottom:5px;
}
ul.social {
	font-size: 16px;
    margin:0;
    padding:0;
}
ul.social .fa{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #1177b5;
    border-radius: 4px;
    color:#fff;
}
ul.social li{
    padding:0;
    list-style-type:none;
}
ul.social .fa.fa-facebook {
    background-color: #4a68b0;
}
ul.social .fa.fa-youtube-play{
    background-color: #e73e39;
}
ul.social .fa.fa-print{
    background-color:#989898;
}
ul.social a {
	opacity: 1;
}
ul.social a:hover {
	opacity: 0.7;
}
/** signup ***/
.main-signup {
    position: relative;
    overflow: hidden;
    margin-top:60px;
}
.form-signup {
    background-color: white;
    padding: 30px 0;
}
/***/
.de-newscont-morong{
	width:100%!important;

}

/***** insert menutop.css ***/
/**Menu-top**/
.MenuTop .content{
    padding:0 8px;
}
.MenuTop .contenticon{
    float:left;
}
.MenuTop a{
    float:left;
}
.MenuTop .lv-0 .contenticon img{
    height: 14px;
    margin-right: 5px;
    margin-top: 12px;
    overflow: hidden;
    width: 16px;
}
.MenuTop  .lv-0 a{
    line-height:40px;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
}
.MenuTop  .lv-1 a{
    line-height:22px;   
}
@media (min-width:768px){
    .MenuTop{        
        display: inline-block;	
        height:40px;         	    	    
    }
    .MenuTop .lv-0 {	    	
	    height: 40px;	                    
        width:1000px;
        margin:0 auto!important;
    }
    .MenuTop .lv-0 li {
	    float: left;
	    display: inline;
	    border-right:0;	    	    
        position:relative;
    }
    .MenuTop .lv-0 li:hover{
        background-color:#0083E8;
    }
    .MenuTop .lv-1 li a{
	    color: #fff;	 
    }        
    .MenuTop .lv-1 li {  
	    display: inline-block;    
        width:100%;        
        padding:0px!important; 
        position:relative;
        border-top:1px #0090FC solid;
        border-bottom:1px #0076D1 solid;
      }      
    .MenuTop .lv-1 li:first-child {
        border-top:none;        	    
    }
     .MenuTop .lv-1 li:last-child {
        border-bottom:none;
    }   
     .MenuTop .lv-1 a{       
        float:left;                 
        padding: 8px 5px;
        width:87%;
        text-transform:none;
     }    
     .MenuTop .lv-3 a{
          padding: 8px 30px;
     }
     .MenuTop .lv-4 a{
          padding: 8px 40px;
     }      
    .MenuTop .lv-0 > li:first-child > a {
        border-top:none;
	    width: 62px;
        height:40px;
	    z-index: 1504;
	    overflow: hidden;
	    text-indent: -9999px;
	    display: inline-block;	    
    }
    .MenuTop .lv-0 > li:first-child > a:hover {
        border-top:none;
	    width: 62px;
        height:40px;
	    z-index: 1504;
	    overflow: hidden;
	    text-indent: -9999px;
	    display: inline-block;	    
    }
    .MenuTop .lv-0 > li:first-child > a:hover, .MenuTop .lv-0 > li:first-child:hover{
        height:40px;
        overflow:hidden;
    }
    .MenuTop .lv-1{
	    position: absolute;
	    top:40px;
	    left: 0px;
	    display: none;
	    width: 230px;
	    background-color: #0083E8;		            
        z-index:9999;
        border-radius:0 0 4px 4px;   
        border:1px #0076D1 solid; 
        border-top:none;       
    }
    .MenuTop .lv-2, .MenuTop .lv-3, .MenuTop .lv-4, .MenuTop .lv-5{
         display:none;
         position:absolute;
         top:0;
         left:229px;
         width:230px;
         background-color:#245A98;
     }
     .MenuTop .lv-1 li:hover .lv-2, .MenuTop .lv-2 li:hover .lv-3, .MenuTop .lv-3 li:hover .lv-4, .MenuTop .lv-4 li:hover .lv-5{
         display:block;        
     } 
    .MenuTop .lv-0 > li > a{
	    color: #FFF;
	    text-transform: uppercase;
	    line-height: 50px;
	    font-weight: bold;
	    font-size: 13px;
    }    
}
.ul-actived{
  display: block!important;
}
.li-selected{
  color: #f3be4e!important;
}
.MenuTop .lv-0 > li:first-child {
	padding: 0;
    height:40px;
    background-color: #0083E8;
}
.MenuTop .lv-0 li:hover .lv-1 {
	display: block;
}
.MenuTop .lv-1 li:first-child a{
	background: none;
    border-top:none;
}
/*Thu muc chuyen de, de day dung chung cho tat ca cac site*/
.value-block.changed-down-border{     
    padding:2px;    
    width:100%;
    font-size:15px;
}
.list-group-item-TopicArticle{
    display:inline-block;
    width:100%;
}
.item-TopicArticle-a{
    color:#333;
    margin-bottom:20px;
    display:block;
    width:100%;
}
.item-TopicArticle-a img{
    height:170px;
    overflow:hidden;
    width:100%;
}
.item-TopicArticle-title{   
	margin-bottom:5px;  
    font-weight: 500;		
}
.item-TopicArticle-des{
	color:#787878;
	font-style:italic;
	font-size:13px;
}
.topicArticle-sum{
    font-style:italic;
}
.topicArticle-detail .detail-item-click, .topicArticle-detail .detail-item-click span, .topicArticle-detail .detail-item-click p,.topicArticle-detail .detail-item-click .searchtacgia{
    color: #444 !important;
    word-wrap: break-word;
}
.readmore{
	font-size:13px;
	color:#0089d1;
}
/*tree*/
#treeWrapper {
    width: 100%!important;
}
.jstree-container-ul{
    margin-bottom:10px!important;    
}
.document-num, .jstree-hovered .document-num{
    padding: 2px 6px 1px!important; 
    background-color: #0072C6;
    border-radius: 25px;     
    line-height: 15px!important; 
    color: #fff!important;     
    margin-bottom:5px;
	margin-left: 5px;
	font-size:12px;
}
.hov:hover span.document-num{
    color:#fff!important;
}
.jstree-default ul ul .jstree-node{
    margin-left:10px;
}
#root > a .jstree-themeicon-custom{
    display:none;
}
.jstree-children ul .jstree-themeicon-custom{
    background-size: 16px 16px !important;
    float:left;
}
.left-book{
    overflow-x:hidden;
}
.jstree-container-ul.jstree-children a#root_anchor{
	font-size: 14px!important;
    font-weight: 400;
    padding: 0 15px 0 15px!important;
    margin: 0;
    position: relative;
    background-color: #2d84bd;
	height:40px;
	line-height:40px;
	display:block;
	
	
}
a#root_anchor + .jstree-children{
	padding: 10px;
	border:1px #e0e0e0 solid;
	border-top:0;
}
.jstree-container-ul.jstree-children a#root_anchor span{
	color: #fff;
}
a.jstree-anchor.jstree-clicked {
    border-radius: 2px!important;
    box-shadow: none!important;
    border: 1px #b9e1ff solid;
}
.jstree-default a.jstree-anchor {
    margin-right: 20px;
    height: auto;
	font-size:13px;
	font-weight: normal!important;
	white-space:normal;
	line-height:28px;
}
.jstree-default a.jstree-anchor  span{
	line-height:normal;
}
.jstree-default .jstree-icon{
    line-height: 30px;
    height: 30px;
}
/*input search opac, digital document*/
.bg-input-lq, .bg-btn-search-lq {
	float: left;
}
@media (min-width:768px){
.lvo-bg-search-lq {
	overflow:hidden;    
	position:relative;    
    background-color:#f2f2f2;
    padding:20px;
}
.bg-btn-search-lq{			    
	    cursor:pointer;  
    position:absolute;
    top:20px;
   right:60px;
   z-index:2;   
}
.bg-btn-search-advance-lq{   
	z-index:2;
	cursor:pointer;
   position:absolute;
   top:20px;
   right:20px;
   width:40px;
}
}
@media (max-width:767px){
.lvo-bg-search-lq {
	display:inline-block;
	width: 100%;    
	position:relative;   
}
.bg-btn-search-lq{			    
    cursor:pointer;  
    position:absolute;
    top:0px;
    right:40px;
    z-index:2;   
}
.bg-btn-search-advance-lq{   
	z-index:2;
	cursor:pointer;
   position:absolute;
   top:0px;
   right:0px;
   width:40px;
}
}
.bg-input-lq{
	width:100%;	
    border:1px solid #aaa;
    border-radius:3px;
    height:35px;
	}
.lvo-bg-input-lq-1 {
	background-color:#fff;	
	border-left:none;
	border-right:none;
	height: 33px;
	float: left;	
	width:75%;	
}
.lvo-bg-input-lq-1 input[type="text"] {
	background-color: transparent!important;
	border: none!important;
	line-height: 33px!important;
	height: 33px!important;
	width: 100%!important;
	overflow: hidden;
	padding:0 125px 0 10px!important;
}
.lvo-bg-input-lq-1-ex {
	background-color:#fff;	
	border-left:none;
	border-right:none;
	height: 33px;
	float: left;	
	width:87%;	
}
.lvo-bg-input-lq-1-ex input[type="text"] {
	background-color: transparent!important;
	border: none!important;
	line-height: 33px!important;
	height: 33px!important;
	width: 100%!important;
	overflow: hidden;
	padding:0 125px 0 10px!important;
}
.lvo-bg-input-lq-2 {	
	border-right:1px #ccc solid;
	height: 33px;
    line-height:26px;
	width: 25%;
	float: left;
    background-color:#fff;
}
.lvo-bg-input-lq-2 select.lvo-drop {
	margin: 5px 2% 0 2%;
	width: 96%!important;	
	border: 0px solid #fff !important;
	background: transparent none no-repeat fixed left top !important;
	color: #555;
	font-size: inherit;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.lvo-bg-input-lq-2-checkbox {	
	float: left;  
}
.lvo-bg-input-lq-2-checkbox .checkbox{
	  margin-left:5px;
	  margin-top:4px;
	  margin-bottom:0px;
	  font-weight:bold;
}
.lvo-bg-input-lq-2-checkbox .checkbox input{
	margin-left:0px!important;
}
.lvo-bg-input-lq-2-checkbox .checkbox label{
	font-weight:bold;
}
.bg-btn-search-lq button[type="button"] {	
	border:1px  #1091d3 solid;	
    border-left:none;
    border-right: 1px #0F81BC solid;
	background-color: #1091d3;
    background-image:none;	    
	margin: 0!important;					
	display: inline-block;
	font-weight: bold;
	height: 35px;	
	min-width: 80px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none !important;   
    border-radius:0;     
}
.bg-btn-search-advance-lq button[type="button"]{	
	border:1px  #1091d3 solid;	
	background-color: #1091d3;
    background-image:none;	    
	margin: 0!important;					
	display: inline-block;
	font-weight: bold;
	height: 35px;	
	min-width: 40px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none !important;
    border-radius:0px 2px 2px 0px;
    border-left:none;
}
.bg-btn-search-lq button[type="button"] i, .bg-btn-search-advance-lq button[type="button"] i{
    color:#fff;
    font-size:14px;
}
@media (max-width:767px){
	.lov-detail-left{
		width:130px;
	}
	.lov-detail-right{
		margin-left:130px;
	}
	.lov-imagethumbnaildetail{
		width:128px;
		height:148px;
	}
	.lov-imagethumbnaildetail img{
		width:120px;
		height:140px;
		margin-top:3px;
	}
	.lvo-bg-input-lq-1{
		width:70%
	}
	.lvo-bg-input-lq-2{
		width:30%;
	}
	.bg-input-lq{
		width:100%;	
		}
	.lvo-bg-input-lq-2-checkbox {	
		width: 100%;	
	}
	.lvo-search-normal{
		padding-bottom:5px;
		border-bottom:1px #ccc dotted;
	}
	.lbThuVien td, td[class*="bg-search-zone-lq-tbl-"]{
		width:100%!important;
		display:block;
	}	
}
@media (min-width:768px){	
	.lvo-bg-input-lq-2-checkbox {	
		width: 10%;	
	}
	.lbThuVien td{
		width:30%;
	}
}
/*thống kê truy cập StatisticalAccess*/
 .StatisticalAccess .text-counter{
        font-size: 20px;
        line-height:27px;
        float: left;
        display: block;
    }   
    .StatisticalAccess .s-title {
        display:block;
        float:left;
        padding-top:8px;
        padding-left:5px;
        padding-right:2px;  
        font-weight:normal!important;              
    }
/**** end 13/8/2020 ***/