﻿/*   
Template Name: Metronic - Responsive Website Template build with Twitter Bootstrap 3.1.1
*/

@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');
/**/
body{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #39434a;
	background-color:#f9f9f9;
}
@media(max-width:767px){
body{
    font-size: 15px;
	background-color:#fff;
}
}
/***
Fix link outlines after click
***/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-weight: 400;
}
a, a:focus, a:hover, a:active {
	outline: 0;
    text-decoration: none;
}
a:hover {
	color: #E02222;
	cursor:pointer;
}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 22px;
}
h2, .h2 {
	font-size:16px!important;	
}
h3, .h3 {
    font-size: 16px;
}
/***
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; 
    border:1px #fff solid;
}
.container ::-webkit-scrollbar {
    width: 5px;
}
.container ::-webkit-scrollbar-thumb { 
    border:0;
}
/* FIX styles END */
/** layout inherit **/
.bgwhite{
	background-color:white;
}
/* menu top */
.contenticon{display:none}
@media(min-width:992px){
#MenuTop>.accordion.li-0 .contenticon{
	display:block;
	height: 42px;
    line-height: 38px;
    text-align: center;
	padding:0 15px;
}
#MenuTop>.accordion.li-0 .contenticon+a{
	margin-top: -42px;
    position: relative;
    z-index: 9999;
    opacity: 0;
	padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
}
}
.header-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-navigation > ul > li {
	float: left;
}
.header-navigation > ul > li > div > a {
    padding: 0 7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
	font-size:15px;
    display: block;
	line-height:normal;
	font-family: 'Roboto Condensed', sans-serif;
	height:42px;
    line-height:42px;
}
.header-navigation li.haschild a.dropdown-toggle::before {
	font: normal normal normal 16px/1 FontAwesome;
    content: "\f0d7";
    color: #fff;
    margin-left: 5px;
    line-height: 42px;
    font-size: 12px;
    float:right;
}
.header-navigation ul ul li.haschild a.dropdown-toggle::before {
	color: #000;
	line-height:22px;
	content:"\f0da";
}
@media (min-width:768px){
.header-navigation > ul > li.li-0 > div > a.a-0:before{
    display:none;
}
.header-navigation > ul > li.li-0 > div > a.a-0:hover:before{
	color: #fff;
}
}
/* dropdown menu */
@media (min-width: 992px) {
.header-navigation > ul > li:hover > .dropdown-menu {
  display: block;
}
li.haschild:hover > ul.dropdown-menu {
  display: block!important;
}
}
.dropdown-menu > li a {
    padding: 6px 20px;
}
.header-navigation, .header-navigation .dropdown {
	position: static;
}
.header-navigation .dropdown-menu {
  left: auto;
  border: none;  
  background-color:#fff;
}
.header-navigation .dropdown-menu li {
	border-top: solid 1px #eee;
    position: relative;
}
@media(min-width:992px){
#MenuTop>li>.dropdown-menu {
	opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 20px);
	display:block!important;
}
#MenuTop>li:hover .dropdown-menu {
  top: 100%;  
  opacity: 1;
    visibility: visible;
  transition:all .5s;
}
#MenuTop>li .dropdown-menu .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: calc(100% + 20px);
	display:block!important;
}
#MenuTop>li .dropdown-menu li:hover .dropdown-menu {
    left: 100%;
	opacity: 1;
    visibility: visible;
	transition:all .5s;
}
}
/* navigation content */
.header-navigation-content {
  padding: 20px 30px;
  min-width: 600px;
}
.header-navigation-content .header-navigation-col {
	padding: 0;
}
.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {
  font: bold 15px 'Open Sans', Arial, sans-serif;
  margin: 0 0 6px;
  padding: 10px 10px 5px;
  border-bottom: solid 1px #f0f0f0;
}
.header-navigation-content ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.header-navigation-content li {
  padding: 0;
  border: none !important;
}
.header-navigation-content li > a {
  display: block;
}

/**bootstrap***/
.header .dropdown-menu {
	min-width: 160px;
	border-radius:0 0 4px 4px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.header .dropdown-menu .dropdown-menu{
	border-radius:0 4px 4px 4px;
}
.header-navigation .dropdown-menu .dropdown-menu > li:first-child {
    border-top: 0!important;
}
.dropdown-menu > li > div > a {
	display: block;
	padding: 9px 15px;
	color: #000!important;
	font-size: 14px;
	white-space: nowrap;
	font-weight: 400;
}
.header-navigation .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 0;

}
.header-navigation .dropdown-menu a {
  position: relative;
}
#vebrary-body div.header-navigation .dropdown-menu li a:hover {
	background-color:transparent!important;
	color:#e00!important;
}
.header-navigation .dropdown-menu .fa {
  position: absolute;
  top: 13px;
  right: 15px;
}
@media (min-width:992px){
.header-navigation .dropdown-menu .dropdown-menu {
	margin-top:-38px;
}
}

@media (max-width:991px){
#MenuTop>li{
	float:none;
	border-bottom: 1px rgb(255 255 255 / 14%) solid;
}
.header-navigation .dropdown .dropdown-menu {
    left:0;
    position:relative;
	display:block;
	width:100%;
	box-shadow:none;
	float:none;
	padding: 0px 15px;
	border-radius:0;
}
.dropdown-menu > li > div > a {
    padding: 10px 15px;
}
.dropdown-menu > li > div > a.a-1 {
    font-weight:500;
}
.dropdown-menu > li > div > a.a-1:after {
    font: normal normal normal 11px/1 FontAwesome;
    content: "\f047";
    color: #3E4D5C;
    margin-right: 6px;
    float: left;
    line-height: 20px;
}
.dropdown-menu .dropdown-menu > li > div > a{
	color:#666!important;
}
.header-navigation .dropdown-menu > li:first-child {
    border-top: 2px solid #dcdcdc;
}
.nav-mobile li{
	display:block;
	float:none!important;
	border-bottom: 1px rgb(255 255 255 / 14%) solid;
}
.nav-mobile li a{
	color:#fff;
}
}

/* footer /van */
.footer {
	color: #fff;
    padding-top: 10px;
    background-color: #1091d3;
	line-height: 1.8;
}
.footer .footer-title{
    font-size:18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    text-transform:uppercase;
}
.footer label{
    font-size:13px;
    font-weight:300;
    display:block;
    clear:both;
}
.footer a {
	color:#fff!important;
}
.footer a:hover {
    color: #ff9!important;
	background-color:transparent!important;
}
.footer-menu{
    height: 48px;
    line-height: 48px;
    border-top: 1px #35bbff solid;
    background-color: #1091d3;
    height: 48px;
    overflow: hidden;
}
.footer-menu .container, .footer .container{
	padding: 0 15px;
}
.footer-menu ul, .footer-menu ul li{
	list-style-type:none;
}
.footer-menu ul li{
	display:inline-block;
}
.footer-menu ul li a{
	color:#fff;
    margin-right:15px;
    padding:0;
}
.copyright{

}
.group-counter{
    margin-top:30px;
    margin-bottom:20px;
}
/**********************/
/* genaral */
.m0 {
    margin: 0 !important;
}
.m5 {
    margin: 5px !important;
}
.m10 {
    margin: 10px !important;
}
.m20 {
    margin: 20px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt2 {
    margin-top: 2px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt7 {
    margin-top: 7px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
   /* margin-top: 20px !important;*/
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5, .margin-bottom-5 {
    margin-bottom: 5px !important;
}
.mb10, .margin-bottom-10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20, .margin-bottom-20 {
    margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 10px !important;
	border: 1px #e5e5e5 solid;
	background-color: #fff
}
.new-book {
	margin-bottom: 10px !important;
	border: 1px #e5e5e5 solid;
	background-color: #fff
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr7 {
    margin-right: 7px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.ml0 {
    margin-left: 0px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.p0 {
    padding: 0 !important;
}
.p10 {
    padding: 10px !important;
}
.p1020 {
    padding: 10px 20px !important;
}
.p20 {
    padding: 20px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.pt2 {
    padding-top: 2px !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt7 {
    padding-top: 7px !important;
}
.pt15, .padding-top-15{
    padding-top: 15px !important;
}
.pl0 {
    padding-left: 0px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb5, .padding-bottom-5 {
    padding-bottom: 5px !important;
}
.pb10, .padding-top-10 {
    padding-bottom: 10px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pointer {
    cursor: pointer !important;
}


/*** banner / menu top ***/

/* BEGIN max width 767px */
@media (max-width: 991px) {

div.giohoatdong {
    margin-top: 40px;
    font-size: 13px;
}
.header .header-navigation {
	float: none !important;		
	display: none;
	clear: both;
	width:100%!important;
}
.main-navigation .container{
    padding:0;
}
.header .mobi-toggler {
	display: block;
	z-index: 999;
	position:absolute;
	top: 30px;
    left: 15px;
}
.header .mobi-toggler {
	width: 30px;
    height: 30px;
}
.header .mobi-toggler > span,
.header .mobi-toggler > span:before,
.header .mobi-toggler > span:after {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: #094291;
    position: relative;
    transition: all ease .3s;
}
.header .mobi-toggler > span:before,
.header .mobi-toggler > span:after {
    position: absolute;
    left: 0;
    content: '';
}
.header .mobi-toggler > span:before {
    top: 7px;
}
.header .mobi-toggler > span:after {
    top: -7px;
}
.header.menuOpened .mobi-toggler > span{
	background-color:transparent;
}
.header.menuOpened .mobi-toggler > span:before {
    top: 0;
	transform: rotate(45deg);
}
.header.menuOpened .mobi-toggler > span:after {
    top: 0;
	transform: rotate(-45deg);
}
.pre-header .pull-right li:first-child {
	padding-left: 0;
}
.header-navigation-content {
	min-width: 100px;
}
.sidebar {
	margin-bottom: 40px;
}
.sidebar___removed {
	margin-bottom: 40px;
}
.sidebar-menu .fa-angle-right {
	display: inline-block;
}

.form-info {
	border-left: none;
	padding-left: 0;
	padding-top: 30px;
	border-top: 1px solid #E4E6E8;
	margin-bottom: 0;
}
.sidebar-products .item {
	float: left;
	width: 48%;
	margin-bottom: 20px;
	padding: 0 10px 10px;
}
.sidebar-products img {
	width: 100%;
	height: auto;
}
.list-view-sorting {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.list-view-sorting .col-md-10 {
	padding-right: 0;
}
.product-other-images {
	margin-bottom: 40px;
}
.product-page-options .pull-left {
	margin-bottom: 0;
}
.product-item .img-responsive {
	width: 100%;
}
.pagination {
	padding-bottom: 40px!important;
	padding-top: 10px;
}
.ls-layer3 .ls-price strong {
	top: -15px;
}
.glyphicons-demo ul li {
	width: 12.5%;
}
.tab-style-1 .tab-content img {
	margin: 5px 0 10px;
}
.front-steps-wrapper {
	margin-left: -10px;
	margin-right: -10px;
}
.front-steps-wrapper .front-step-col {
	padding-left: 15px;
	padding-right: 15px;
}
.front-steps-wrapper .front-step:after {
	display: none;
}

.blog-posts h2, .ecommerce .blog-posts h2 {
	padding-top: 15px;
}
}
@media (max-width: 767px) {
div.giohoatdong {
    display:none;
}
}
/* BEGIN max width 480px */
@media (max-width: 480px) {
.nav-catalogue .pi-price {
	margin-bottom: 10px;
}
.nav-catalogue .pi-price,
.nav-catalogue .product-item .add2cart {
	float: none;
}
.top-cart-block {
	clear: both;
	float: left;
	padding-top: 0;
	margin: 0 0 29px;
	width: 100%;
}
.top-cart-info {
	float: none;
}
.top-cart-block .fa-shopping-cart {
	top: 0;
}
.top-cart-content-wrapper {
	left: 0;
	right: auto;
}
.top-cart-content:after {
	left: 15px;
}
.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
	display: none;
}
.checkout-content {
	padding: 0 0 40px;
}
.checkout-page h2 a {
	padding: 9px 10px 8px;
}
.table-wrapper-responsive {
	overflow-x: scroll;
}
.shopping-cart-page .btn-default {
	float: right;
}
.shopping-cart-page .btn-primary {
	clear: both;
	margin-top: 10px;
}
.checkout-page .btn-default {
	clear: both;
	margin-top: 10px;
	margin-right: 0 !important;
}
.product-item:hover > .pi-img-wrapper>div {
	display: none;
}
.steps-block-simple h2 {
	font-size: 21px;
}
.steps-block-simple em {
	font-size: 14px;
	text-transform: inherit;
}
.list-view-sorting .pull-right {
	float: left !important;
	margin: 0 30px 10px 0;
}
.header .top-cart-block {
	margin-top: 0;
}
}
/* BEGIN max width 405px */
@media (max-width: 405px) {
.top-cart-content {
	width: 100%;
}
.top-cart-block img,
.top-cart-block .cart-content-count {
	display: none;	
}
}
/* BEGIN max width 390px */
@media (max-width: 390px) {
.steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone {
	border: 2px solid #FFFFFF;
	border-radius: 30px !important;
	float: left;
	font-size: 20px;
	width: 40px;
	height: 40px;
	margin-right: 11px;
	padding-top: 12px;
	text-align: center;
	vertical-align: middle;	    
}
.ecommerce .steps-block h2 {
	font-size: 25px;
	padding-top: 2px;
}
.ecommerce .steps-block em {
	text-transform: inherit;
}

.mix-block .tab-content .col-md-3 {
	padding-right: 15px;
}
}
/* BEGIN max width 330px */
@media (max-width: 330px) {
	.top-cart-content {
		width: 280px;
	}
}
/* BEGIN max width 320px */
@media (max-width: 320px) {	
	.content-form-page .btn-default {
		margin-top: 10px;
	}
	.price-availability-block .availability {
	    clear: left;
	    float: left;
	}
	.product-page-options .pull-left {
		margin-bottom: 10px;
	}
}
/**********/

@media (min-width: 768px) and (max-width:991px){
.container {
    width: 100%;
}
}
button[type="button"], select, input{
    outline:none!important;
	border: none;
}
/***
Fix link outlines after click
***/
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
.clearboth{
    clear:both;
}
.msbold {
    font-weight: 500;
    color: #222;
}
.help-block {
    display: block; 
    margin-bottom: 10px;
    color: #e00;
}
.cardinfor .help-block, .cardinfor .control-label {
    float: right;
}
.text-center{
    text-align:center;
}
/******/
.text-red {
    color: #e00 !important;
}
.bold {
    font-weight: 600 !important;
}
.form-control.short {
    width: 80px;
}
.form-control.no-border {
    border: 0 !important;
    padding: 2px 0 5px 0 !important;
    height: auto;
    margin-left: -5px;
    background-color: transparent;
    font-size: 15px;
}
.text-transparent {
    color: transparent;
    
}
.text-white {
    color: #fff;
}
.text-transparent {
    color: transparent;
}
.text-16 {
    font-size: 16px !important;
}
.text-18 {
    font-size: 18px !important;
}
.text-20 {
    font-size: 20px !important;
}

/***/
@media (max-width:767px){
    .margin-bottom-10-sm{
        margin-bottom:10px;
    }
}
@media (max-width:991px){
    .margin-bottom-10-md{
        margin-bottom:10px;
    }
}.margin-top-10 {
	margin-top: 10px !important;
}.margin-top-15 {
	margin-top: 15px !important;
}.margin-left-0 {
  margin-left: 0 !important;
}.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}.margin-left-20 {
	margin-left: 20px !important;
}.margin-left-10 {
	margin-left: 10px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-10{
    padding-left:10px;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-5{
    padding-right:5px;
}
.padding-right-10{
    padding-right:10px;
}
.padding-right-30 {
	padding-right: 30px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}
.width-100{
    width:100%;
}
.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;
}
.color-red {
	color: #E84D1C;
}
.ms-clear{
    clear:both;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active,
.AddContact .btn
{
    background-color: #094291!important;
    opacity:1!important;
    color:#fff!important;
}

/****** site ***/
a:link, a:visited{
    text-decoration:none;
	color:#222;
}
a:hover{
    color:#c00;
}
@media (min-width:992px){
.main-navigation{
    position:relative;
    z-index:9;
}
.header-navigation{
    width:100%;
    margin:0px;        
    display: block!important;
}
}
.page-content{
    max-width:1160px;
    margin: 20px auto;
	overflow:hidden;
	padding: 15px;
}
.zone-content{
	padding:15px;
	overflow:hidden;
}
@media(min-width:768px){
.left-side{
    width:69%;
    float:left;
}
.home-content .left-side{
    width:70%;
}
.right-side{
    width:28%;
    float:right;
}
.home-content .right-side{
    width:29%;
}
.left-side.left-menu, .left-book{
    width:28%;
    float:left;
}
.right-side.right-content, .right-book{
    width:69%;
	float:right;
}
.zone-content, .page-content{
	background-color: #fff;
    border: 1px solid #e5e5e5;
    /* box-shadow: 0 0 5px 0 #d6d5d5; */
}
}
@media(max-width:767px) {
.page-content{
    width:100%;
    margin-top: 0;
    padding: 20px 10px;
}
}
/**Dock service**/ 
.service-library{
  background-color:#fff;
  border-top:2px #A51C30 solid;
  float:left;
  padding:10px;

}
.service-library .box-service {
  float: left;
  height: 80px;
  width: 50%;
  padding-top:5px;
}
.service-library span.icon{
	font-size:33px;
	color:#A51C30;
	display:block;
	width:100%;
}
.box-service.text-center > p {
  font-size: 12px;
  font-weight: bold;
  color:#000;
}
.img-audio a{
    margin-left:-5px;
    margin-right:-5px; 
    display:block;   
}
.img-audio img{
    display:block;
    width:100%;
}


/**News Book**/
.item-book img {
	width:100%;
	height:100%;
}
.newContent {
    height: 85px;
    overflow: hidden;
}
.newDtitle {
    margin: 0;
    padding: 0;
    font-size: 14px;    
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}
.newAuthor {
    margin: 0;
    padding: 0;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #929292;
}
.item-book h3 {
    margin: 0;
    color: #616161;
    font-size: 13px;
    margin-bottom: 10px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 7px;
}
@media (min-width:768px){
.carousel-inner{
	height:242px;
	overflow:hidden;
}
.carousel-inner .newImage{
	height:142px;
	max-width:100%;
    display:block;
    background-color:#fff;
}    
.new-book .carousel-inner .newImage{
	height:190px;
}
#myCarousel-3 .newImage, #myCarousel-5 .newImage{
	height:120px;
	margin-top:35px;
}
}
@media (max-width:767px){
.carousel-inner .newImage{
	height:auto;
	width:100%;
}
.item-book h3{
    font-size: 14px;
    line-height: normal;
    height: 56px;
    margin-bottom: 20px;
}
}

/**Box right**/
.box-right .nav-tabs > li.active > a,.box-right .nav-tabs > li.active > a:hover,.box-right .nav-tabs > li.active > a:focus {
    background: #e54a1a;
    color: #fff;
}
.box-right .recent-news h3 a {
    color: #000;
    font-weight:bold;
    font-size:12px;
}
.box-right .digital-document img{
	width:100%;
	height:auto;
	overflow:hidden;

}


/*read more*/
 .tab-content .readmore{
    width:86px; color:#64aed9;float:right;        
}
@media (max-width:767px) {
.tab-content .readmore{        
    padding-bottom:15px;
}
}
.tab-content .readmore i{
    padding-left:3px
}
	
.sidebar-categories a span{
    float:right;
    border-radius:15px;
    background-color:#034caa;
    color:#fff;
    padding:1px 8px;
	font-size: 13px;
}
.home-right h2 {
    border-bottom: 3px #f1f4f7 solid;
    box-sizing: content-box;
	margin-bottom:7px;
}
.home-right h2 a{
	color: #094291;
    border-bottom: 3px #094291 solid;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    line-height: 40px;
    font-size: 20px;
	margin-bottom:-3px;
}

/** gioi thieu sach moi ***/
.book-new .block-most-borrow{
	overflow:hidden;
	position:relative;
	height:512px;
}
@media(min-width:768px){
.book-new .block-most-borrow h2{
	position:absolute;
	top:20px;
	left:47%;
	width:53%;
	text-align:center;
	color:#ea3f57;
	font-size:22px!important;
	background: url(/Content/Portal/img/CAMAU/bgTitle.png) repeat-x left bottom;
	padding-bottom:60px;
	margin-top:0;
}
.book-new .item-book img{
	width:100%;
	height:100%;
}
.book-new .item-book{
	width:17%;
	height:186px;
	padding:0;
}
.book-new .item-book img{
	width:100%;
	height:186px;
}
.book-new .item-book:nth-child(1), .book-new .item-book:nth-child(2), .book-new .item-book:nth-child(3), .book-new .item-book:nth-child(4){
	width:22.7%;
	height:250px;
	padding:0;
}
.book-new .item-book:nth-child(1) img, .book-new .item-book:nth-child(2) img, .book-new .item-book:nth-child(3) img, .book-new .item-book:nth-child(4) img{
	width:100%;
	height:250px;
}
.book-new .item-book:nth-child(1){
	position:absolute;
	top:0;
	left:0;
}
.book-new .item-book:nth-child(2){
	position:absolute;
	top:258px;
	left:0;
}
.book-new .item-book:nth-child(3){
	position:absolute;
	top:0;
	left:23.5%;
}
.book-new .item-book:nth-child(4){
	position:absolute;
	top:258px;
	left:23.5%;
}
.book-new .item-book:nth-child(5){
	position:absolute;
	top:128px;
	left:47%;
}
.book-new .item-book:nth-child(6){
	position:absolute;
	top:128px;
	left:65%;
}
.book-new .item-book:nth-child(7){
	position:absolute;
	top:128px;
	left:83%;
}
.book-new .item-book:nth-child(8){
	position:absolute;
	top:322px;
	left:47%;
}
.book-new .item-book:nth-child(9){
	position:absolute;
	top:322px;
	left:65%;
}
.book-xemthem{
	position: absolute;
    top:322px;
	left:83%;
    width: 17%;
    height: 186px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 186px;
    font-size: 16px;
	border: 1px #ccc solid;
}
.book-xemthem a{
	color: #555;
}
}

.ThongKeTruyCap{
	text-align:left;
}
.ThongKeTruyCap div label{
    margin-right:20px;
	margin-bottom:0;
}
.lienket-box select{
	border:1px #ddd solid;
	padding: 5px 15px;
    font-size: 13px;
    height: 30px;
}
/*MenuMobile*/
#navbar-example{
    border-left:none;
    border-right:none;
    border-bottom:none;
    margin-bottom:0px;
    border: 0;
}
.navbar-default {
    background-color: transparent;
}
.navbar-header .navbar-brand i{
    padding-left:5px;
}
/*navigation*/
/*** Navigation ****/
@media (max-width:767px){
.top-navigation{
	display:none;
} 
}
.top-navigation, .main-contentcustom{
    clear:both;
	overflow: hidden;
}
.top-navigation{
	min-height:33px;
	background-color:#fff;
	border-bottom:1px solid #cecece;
	margin-bottom:12px; 
    margin:0 auto 10px; 
    padding-left:10px;
    padding-right:10px;  
}
#navigation{
	line-height:30px;
	clear:both;
	margin-bottom:2px;
}
#navigation .container{
	margin-top:1px;
}
#navigation ul, #navigation li{
	list-style-type:none;	
	margin:0;
	padding:0;
}
#navigation li{
	display:inline-block;
	padding-right:10px;
}
#navigation li:after{
	content: "\f105";   
    font-family: FontAwesome; 
    font-size:14px;
    padding-left:10px; 
    color:#5f6d7b;
}
#navigation li:last-child:after{
	content:"";
}
#navigation li a{
	font-weight:normal;
	height:30px;
	line-height:30px;
	display:block;
	font-size:16px;
	float:left;
	color:#5f6d7b;
	font-weight:bold;
}
#navigation li a:hover{
	text-decoration:none;
	color:#e6400c;
}
/*container*/
/*Loading*/
#main-content{
    position:relative;
}
#img-loading{
    height:auto; position: absolute; z-index: 1000;
    top:15%;
    left:47%;
}

/**Yes-No button*******/
.switch-left-right .switch-label {
	overflow: hidden;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
	top: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 11px 0 0 0;
	text-indent: -12px;
	border-radius: 20px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-left-right .switch-label:before {
	background: #eceeef;
	text-align: left;
	padding-left: 80px;
}
.switch-left-right .switch-label:after {
	text-align: left;
	text-indent: 9px;
	background: #FF7F50;
	left: -60px;
	opacity: 1;
	width: 100%;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
	opacity: 1;
	left: 60px;
}
.switch-left-right .switch-input:checked ~ .switch-label:after {
	left: 0;
}
.switch-left-right .switch-input:checked ~ .switch-label {
	background: inherit;
}
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 60px;
    max-width:60px!important;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 9px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 32px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/*AddContact*/
.AddContact .widget-title h3{
    margin-bottom:0px!important;
}
.AddContact .col-md-3{
    padding-left: 0;
}
.AddContact .col-md-9{
    margin-bottom:10px;
}
/*Captcha*/
.container-Captcha .btn-Captcha{
    border:none;
    background-color:transparent!important;
    padding:0px;
    margin:0px;
    width:100%;
}
.container-Captcha #imgCaptcha{
    width:100%;
	padding-left: 15px;
}
#txtCaptcha{
	font-size:14px;
	height:34px;
	padding:6px 12px;
}
.container-Captcha .glyphicon{
    padding: 9px 12px;
    background-color:#ccc;
    float: left;
    border-radius:25px;
	font: normal normal normal 14px/1 FontAwesome;
}
.container-Captcha .glyphicon:before {
    content: "\f021";
}
.contact-body{
	margin-top:20px;
}
/*select book new home*/
.list-book-new select{
    font-size:12px;
    line-height:30px;
}
.list-book-new option{
    height:30px;
}

/*********  custom  ********/
#topcontrol{
	bottom: 50px!important;
    right: 12px!important;
	position: relative;
    z-index: 999;
}
/** page-home ***/
.container{
	width:100%;
	max-width:1160px;
	margin:0 auto;
	padding: 20px 0;
}
div.news-top{
    position: relative;
}
.news-left{
    padding-top:20px;
}

.main-content .container{
    background-color:#fff;
}
.site-logo{
/*	padding-top: 27px;  */
    display: inline-block;
  /*  padding-left: 20px;  */
}

/** book new ***/

.category-title{
    margin-bottom: 10px;
    line-height: 40px;
	height: 40px;
    background:url('/Content/Portal/img/CAMAU/bg-tittle.png') repeat-x left 13px;
}
.category-title h1, .category-title h2, .block-left h2{
	font-size: 25px!important;
    text-transform: uppercase;
    margin-top: 0;
	color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	background-color:white;
	padding-right:10px;
	display:inline-block;
}
.category-title h1 a{
	font-size: 25px!important;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.category-title h1 a:hover{
	color: #e00;
}
	.category-title h2, .block-left h2 {
		color: #db0738;
		font-size: 20px !important;
		margin-bottom: 8px;
		border-bottom: 3px #1091d3 solid !important;
		
	}
.tin-noi-bat .category-title{
    margin-bottom: 0;
}
.blog-info{
	padding:0;
    margin-bottom:10px;
}
.blog-info li {
  display: inline-block;
}
.blog-info li .fa, .blog-info li{
    color: #989898!important;
    font-size: 13px;
    margin-right: 7px;
}
.blog-item .blog-info li {
  border-left: solid 1px #ECEBEB;
  padding-left:10px;
}
.blog-item .blog-info li:first-child {
  border-left: none; 
}
.blog-item>h1{
   font-size:26px!important;
   margin-bottom:20px;
   margin-top:10px;
}
.blog-item>h1 a{
    font-weight:400;
    color: #000!important;
}
/*** news hot **/
.news-hot .owl-carousel .recent-work-item img{
    height: 210px;
}
.news-date{
    width: 92px;
    height: 30px;
    position:absolute;
    left:10px;
    top:180px;
    color:#fff;
    z-index:99;
    padding:5px 0;
    background-color:#00a8ff;
    font-size:14px;
    font-weight:200;
}
.news-date span{
    display:block;
    text-align:center;
}
.news-day{
    font-size:20px;
}
.news-title{
    margin:7px 0;
    color:#303c42;
    font-size: 14px;
    font-weight: 500;
}
.news-title a, .news-title a:link, .news-title a:visited{
    color:#222;
}
.news-title a:hover{
    color:#d00;
}
.news-des{
    color:#888;
}
/**** custom Hufi  **/
/* home news */
.row-item-new.row-item-new-1 a{
    font-size:16px;
    font-weight:500;
    margin:0 0 5px 0;
    color:#222;
}
.row-item-new.row-item-new-1 a:hover{
    color:#e00;
}
@media (max-width:991px){
.pre-header.header-brvt {
    float: right;
    margin-right: 10px;
	padding:10px 0;
	display: none;
}
}
/* sach chuyen de **/
.service-box{
	position:relative;
}
.service-box .nav>li>a {
    padding: 10px 0;
}
.service-box .nav>li>a:hover {
    background-color:transparent!important;
}
/** home news right ***/
.carousel-control.left, .carousel-control.right{
    background-image:none;
    bottom:auto;
    height:26px;
    width:26px!important;
    display:block;
    text-shadow:none;
    opacity:1;
}
.carousel-control.left{
    left:auto;
    right:60px;
}
.carousel-control.left .fa, .carousel-control.right .fa{
    color:#051a31!important;
    font-size:25px;
}
.service-box .recent-news-img img{
    height: 210px;
    width: auto;
    min-width:100%;
}
/**** tin hoat dong ****/
.home-latest-new{
    padding:0 15px;
	
}
.home-latest-new .newImage img{
	width:100%;
	height:auto;
}
.home-latest-new .newImage + span{
	color: #aeb0b7;
    display: block;
    margin: 7px 0 5px;
    font-size: 13px;
}
@media (min-width:768px){
.home-latest-new .newImage img{
	height:160px;
}
}

/*** tai lieu so **/
a.jstree-anchor.jstree-clicked {
    padding: 0px 5px 0px 0px!important;
    border-radius: 2px!important;
    box-shadow: none!important;
    border: 1px #b9e1ff solid;
    line-height: 24px!important;
}
div .jstree-default .jstree-node,
div .jstree-default .jstree-anchor{
    line-height:30px;
}
#root_anchor{
	border-bottom: 3px #f1f4f7 solid;
    box-sizing: content-box;
    margin-bottom: 15px;
	color: #094291;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
    line-height: 40px;
    font-size: 20px!important;
	text-transform:uppercase;
	position:relative;
	height:40px;
	margin-top: 0;
    display: block;
}
#root_anchor:before{
    display: block;
    content: "";
    margin-bottom: -3px;
    width: 120px;
    height: 3px;
    background-color: #094291;
    position: absolute;
    bottom: 0;
}
#treeWrapper #root_anchor:before{
	display:none;
}
#root_anchor .jstree-icon{
    display:none;
}
.btnChosen, .btnUnChosen{
    position:absolute;
    top:5px;
    width:24px;
    height:24px;
    background-color:#fff;
	border: 1px #aaa solid;
    text-align:center;
    line-height:22px;
    z-index:999;
}
.btnChosen:hover, .btnUnChosen{
    background-color:#f67a00;
}
.btnUnChosen:hover{
    background-color:#01d6c2;
}
.btnChosen .fa, .btnUnChosen .fa{
    color:#fff;
}


/***************************************/
        /*  HOME */  
/**************************************/ 


/**** home left ****/
/* slide sach chuyen de */
.testimonials-v1 blockquote {
	padding: 15px; 
	border: none;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 20px;
	background: #F8F8F8;
	position: relative;
}
.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0, 0, 0, 0);
  border-right: 22px inset rgba(0, 0, 0, 0);
  border-top: 22px solid #F8F8F8;
}
.testimonials-v1 blockquote:after { 
  width: 13px; 
  height: 13px;
  z-index: 23; 
  content: " "; 
  display: block !important; 
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E6400C url('img/blockquote-corner.png') no-repeat;
}

.testimonials-v1 .carousel-info img {
	width: 75px;
	height: 75px;
	padding: 3px; 
	border-radius: 150px !important;
	border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
	overflow: hidden;
}
.testimonials-v1 .carousel-info img {
	margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
	display: block;
}
.testimonials-v1 span.testimonials-name {
	color: #E6400C;
	font-size: 16px;
	margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
	color: #656565;
	font-size: 12px;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
	right: 0px;
	top: -54px;
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
	color:#fff!important;
	
	border:1px #eee solid;
	background-color:transparent!important
}
.testimonials-v1 .left-btn {
	right: 40px;
    background:url('/Themes/CDSL/Images/fa-angles-left.png') no-repeat center center;
	background-size:85%;
}
.testimonials-v1 .right-btn {
	background: url('/Themes/CDSL/Images//fa-angles-right.png') no-repeat center center;
	background-size: 85%;
}
.testimonials-v1 .left-btn:hover {
	background-image: url('/Themes/CDSL/Images//fa-angles-left1.png') !important;
}
.testimonials-v1 .right-btn:hover {
	background-image: url('/Themes/CDSL/Images/fa-angles-right1.png') !important;
}

/** home right **/

/**/
.tab-pane.row{
	margin-left:0;
	margin-right:0;
}
.mix-block .recent-news{
	padding:10px 0;
	border-bottom: 1px #e0e0e0 dotted;
}
.mix-block .recent-news .col-md-3{
	padding-right:0;
}
/* video right **/
.video-box .recent-work-item iframe{
	height:75px!important;
	width:100%;
}
.video-box h2 + .recent-work-item iframe{
	width:100%!important;
	height:180px!important;
}
.recent-work-item{
	width: 33.33%;
    float: left;
    height: 70px;
    padding-right: 1.2%;
	padding-top: 1.2%;
	position:relative;
}
#videoactivity3{
	padding-right:0;	
}
.recent-work-item img{
	width:100%;
	height: 69px;
}
.recent-work-item:before {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f04b";
    color: #fff;
    position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:24px;
	text-align:center;
	line-height:24px;
	z-index:9999;
	background-color:#ea5963;
}
.recent-work-item:hover:before{
    color: #fff14f;
	cursor:pointer;
}
h2 + .recent-work-item:before {
	display:none;
}
.recent-work-item a{
	display:none;
}
h2 + .recent-work-item {
	width:100%;
	float:none;
	height:180px;
	position:relative;	
	padding: 0;
	margin-top: 0;
}
h2 + .recent-work-item  a{
	display:block;
	position: absolute;
    display: block;
    left: 2px;
    bottom: 0;
    right: 2px;
    background-color: #000c;
	padding:5px 10px;
	color:#fff;
	font-size:13px;
}
.video-box{
	overflow:hidden;
}
/*** TAC GIA **/
#tacgia{
	height:300px;
}
.tacgia-box{
	position:relative;
	clear:both;
}
.tacgia-box .recent-news-img img{
	width:100%;
	height:160px;
}
.tacgia-box .book-btn {
    position: absolute;
    height: 30px;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}
.tacgia-box .book-btn a{
	width:30px!important;
	height:30px!important;
	line-height:30px;
	text-align:center;
	background-color:#0c91d4;
}
.tacgia-box .carousel-control.left {
    right: 36px;
}
.tacgia-box .book-btn a .fa{
	color:#fff!important;
	font-size:20px!important;
}
.tacgia-box .recent-news-inner{
	position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 7px 10px;
    line-height: 1.4;
    width: 70%;
}
.tacgia-box .recent-news-inner a{
	color:#fff;
	font-style:italic;
	font-size:12px;
}

/*****/
.category.news-hot{
	position:relative;
}
.category.news-hot:before {
    display: block;
    height: 90px;
    width: 32px;
    content: " ";
    position: absolute;
    left: -8px;
    top: 8px;
    z-index: 9999;
    background: url(/Content/Portal/img/CAMAU/label-news.png) no-repeat 0 0;
}
.category-title a{
    color:#000;
	font-weight:500;
	font-size: 16px;
}
.category-date{
    color:#aaa;
    margin:10px 0;
}
.category-description{
    color:#787878;
	font-size:13px;
	max-height: 60px;
    overflow: hidden;
}
.category-img img{
    width:100%;
	height:220px;
}
.category-item{
    margin-top: 10px;
    border-bottom: 1px #e0e0e0 dotted;
    padding-bottom: 10px;
}
.category-item a:before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    color: #333;
    margin-right: 7px;
}
.category-item:first-child{
    margin-top:0;
}
.category-item a{
    color:#323232;   
	font-size:13px;
	font-weight:500;
}
.category-item a:hover{
    color:#e00;
}
.icon-hot{
	display:inline-block;
	width:36px;
	height:17px;
	background:url('/Content/Portal/img/CAMAU/icon-hot.png') no-repeat right bottom!important;
}
@media (max-width:767px){
.category-img img {
    height: auto;
}
.category-left{
		overflow:hidden;
}
}

/** box search /v **/
.main-top{
	margin-top:20px;
}
.search-opac{
	height:185px;
	background-color:#ea5a64;
	margin-bottom:10px;
	padding:12px 20px;
}
.title-opac{
	height:40px;
	line-height:40px;
	font-weight:500;
	color:#fff;
	font-size:20px;
	border-bottom: 1px #ec6b74 solid;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
}
.search-opac .input-group-btn .fa{
	color:#ea5a64;
}
.search-opac .form-control{
	height:38px;
	border-color:#ea5a64;
}
.search-opac button.btn{
	height:38px;
	border-color:#ea5a64;
	background-color:#fff;
	border-radius:0;
}
.label-input{
	color:#fff;
	line-height:30px;
	margin-top:10px;
}
.opac-more{
	float:right;
	margin-top:15px;
}
.opac-more a{
	font-size:13px;
	color:#fff;
	text-decoration:underline;
	font-style:italic;
}
.opac-more a:hover{
	color:#ff9!important;
}
/**/
.box-dkthe a, .box-docgia a{
	display:block;
	width:100%;
	height:140px;
	background-color:#4c5867;
}
.box-dkthe .box-icon{
	text-align:center;
	padding:35px 0 25px;
}
.box-dkthe span{
	display:block;
	text-align:center;
	color:#fff;
}
.box-docgia a{
	background-color:#dfe4e9;
}
.box-docgia span{
	display:block;
	text-align:center;
	color:#6a7886;
	padding-top:55px;
}

/****** MOBILE ********/
@media (max-width:991px){
.navbar-header .navbar-toggle {
    padding:0;
	margin:0;
	border: 0;
	margin-top: 17px;
    float: left;
    margin-right: 12px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-brand {
    color: #222;
	padding: 15px 0;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 18px!important;
}
#lstTopicMobile{
	margin:0 -15px;
}
.main-top {
    margin-top: 20px;
	margin-bottom:10px!important;
}
.main-top .home-left{
	margin-bottom:10px;
}
.home-latest-new {
    padding: 0;
}
.right-side.blog-sidebar img.img-responsive{
	width:100%;
}
.blog-item>h1 a {
    font-size: 22px!important; 	
}
.home-slider .recent-news-img img {
    height: auto;
	width:100%;
}
.category-right{
	margin-top:10px;
	clear:both;
}
.testimonials-v1 .left-btn, .testimonials-v1 .right-btn {
    right: 0px;
    top: -44px;
}
.testimonials-v1 .left-btn {
    right: 35px;
}
.mb40 {
    margin-bottom: 20px !important;
}
.facebook-box iframe{
	width:100%!important;
}
.header-navigation .calendar{
	display:none;
}
.blog-item>h1 a {
    font-size: 22px!important; 	
}
.mb60 {
    margin-bottom: 20px !important;
}
.page-content img{
	max-width:100%;
	height:auto!important;
}
#main-content{
	margin-top:10px;
}
#main-content table, .main-content-left table{
	width:100%!important;
}
.profile-edit-tab-content .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.cardinfor .col-sm-3, .cardinfor .col-md-3{
	float:left;
}
.container-Captcha>.row{
	margin-right:0;
}
#imgCaptcha + .col-md-9{
	padding-right:0;
	padding-left:10px;
}
#imgCaptcha + .col-md-9 + .col-md-3{
    float: right;
    margin-top: -44px;
	padding-right: 0;
}
.container-Captcha .glyphicon {
    border-radius: 0;
}
.book-des, .category-date {
	font-size:14px!important;
}
.right-side-v1.blog-sidebar{
	margin-bottom:20px;
}
.slide.sachchuyende{
	margin-left:-30px;
}
}
.cms-font-size{
	margin-right:10px;
}

.block-left .recent-news-inner p{
	color: #aaa;
    font-style: italic;
}
.most-borrow .col-md-3{
	padding-right:0;
}
.input-group-addon {
    border-radius: 0;
}
.de-news-zoom{
	
}
.news-item-body + ul.blog-info{
	display:none;
}
.new-list-item a.more{
	display:none;
}

@media (min-width: 768px){
.right-side-v1{
	padding:20px 30px 20px 10px;
}
}

.news-group{
    margin-bottom:40px;
}
.news-item{
	padding-top: 15px;
}
.news-item:after {
    content: "";
    height: 15px;
    display: block;
    border-bottom:1px #ccc dotted;
    margin:0 15px;
}

.recent-news-shortcontent{
    font-style:italic;
    font-size: 13px;
}
.recent-news-img{
    padding-right:0;
}

#divRelatedNews{
	padding-top: 20px;
}
.news-list-item{
    padding:10px 20px;
    overflow:hidden;
}
.news-list-item a::before{
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f0da";
    margin-right: 10px;
    font-size: 14px;
}
.newsdetail table{
	max-width:680px;
}
.newsdetail .news-item-body *{
	line-height:1.5!important;
}
.logo-chuyen-de img{
	width:100%;
	max-height:150px;
}
.facebook-box.mb10{
	margin-bottom:0!important;
}
.service-box.mb10{
	margin-bottom:5px!important;
}
.lv-page-detail-content img{
	max-width:680px!important;
}

@media (max-width:767px){
.languages.pull-right{
	position: absolute;
    right: 15px;
    top: 4px;
	z-index:9999;
}
.header{
	position:relative;
}
#currentdate{
	padding-left:15px;
}
#result-search{
	margin-right:-10px;
}
}
.banner-center .img-responsive{
	width:100%;
}
/*** video***/
.newsVideo.first {
    margin-bottom: 20px;
    width: 100%;
	position: relative;
}
.new-list-item {
    clear: both;
    overflow: hidden;
}
.new-list-item .col-md-4 img{
    width: 100%;
}
.new-list-item h3{
    font-size:18px;
    font-weight:600;
    margin-top:0;
    margin-bottom: 10px;
}
.newsVideo.first .col-md-5, .newsVideo.first .col-md-5 {
    width: 100%;
    float: none;
}
.newsVideo.first .video-title {
    width: 100%;
}
.newsVideo.two-col {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    clear: none;
}
.newsVideo.two-col .col-md-7 {
    padding-left: 0;
}
.newsVideo.first .col-md-12 .col-md-3{
	display:none;
}
.newsVideo.first .col-md-12 .col-md-9{
	width:100%!important;
}
.new-list-item.newsVideo.two-col .img-responsive {
    height:100px;
}

@media(min-width:768px){
.new-list-item.newsVideo.two-col{
	border:1px #eee solid;
	margin:1% 2%;
	border-radius:4px;
	width:46%!important;
	padding:15px 0;
	float:left;
}
.new-list-item.newsVideo.two-col .img-responsive {
    height:80px;
}
}
@media(max-width:767px){
.new-list-item h3{
	margin-top:10px;
}
}
.new-list-item.newsVideo.two-col>.col-md-5{
	width:41%!important;
	float:left;
}
.new-list-item.newsVideo.two-col>.col-md-12{
	width:58%!important;
	padding-left:0;
	padding-right:0;
	float:left;
}
.new-list-item.newsVideo.two-col .col-md-9{
	width:100%!important;
	padding-right:0;
}
.new-list-item.newsVideo.two-col .col-md-9 h3{
	font-size:14px;
	max-height: 60px;
    overflow: hidden;
    line-height: 20px;
}
/*** search video **/
#infoNormal .div-TinNoiBat-top{
	padding-bottom:7px;
	padding-top:0!important;
}
#infoNormal label{
	margin-top:7px;
	font-size:22px;
	font-weight:500;
}
#lbl-se-output{
	color:#e00;
	font-weight:500;
}
.lv-text-blue b{
	font-weight:normal;
	color:#888;
}
/**** end video ***/
@media (max-width:991px){
.facebook-box.mb10 {
    overflow: hidden;
}
}
@media (max-width:991px) and (min-width:768px){
.document-home .col-md-6{
	width:50%;
}
}
@media (max-width:767px){

.col-md-6.document-blue{
    position:relative;
	padding-top: 10px;
}
.book-new .item-book {
    padding: 10px 5px;
    width: 33%;
    height: 170px;
}
.book-new .item-book img{
    height: 170px;
}
.book-new .block-most-borrow {
    height: auto;
}
.book-xemthem{
	float:right;
	margin:15px 0;
}
.book-new .most-borrow{
	margin:0 -10px 0 -5px;
}
.bg-search-zone-tbl-1 select{
	padding-left:5px;
	padding-right:5px;
}
}
@media (min-width:768px) and (max-width:1110px){
.vebrary-content.container{
	padding:0 10px;
}
.body-event{
	padding:0 10px;
}
.block-left .col-md-8.recent-news-inner {
    padding-right: 0;
}
.facebook-box{
	overflow:hidden;
}
.book-new .item-book:nth-child(1) img, .book-new .item-book:nth-child(2) img, .book-new .item-book:nth-child(3) img, .book-new .item-book:nth-child(4) img {
    height: 225px;
}
.book-new .item-book:nth-child(4), .book-new .item-book:nth-child(2) {
    top: 229px;
}
.book-new .item-book img {
    height: 160px;
}
.book-new .item-book:nth-child(8), .book-new .item-book:nth-child(9), .book-xemthem {
    top: 295px;
	height:160px;
}
}
@media (min-width:768px) and (max-width:991px){
.book-new .item-book:nth-child(1) img, .book-new .item-book:nth-child(2) img, .book-new .item-book:nth-child(3) img, .book-new .item-book:nth-child(4) img {
    height: 200px;
}
.book-new .item-book:nth-child(4), .book-new .item-book:nth-child(2) {
    top: 204px;
}
.book-new .item-book img {
    height: 140px;
}
.book-new .block-most-borrow h2 {
    top: 22px;
}
.book-new .item-book:nth-child(5), .book-new .item-book:nth-child(6), .book-new .item-book:nth-child(7) {
    top: 120px;
}
.book-new .item-book:nth-child(8), .book-new .item-book:nth-child(9), .book-xemthem {
    top: 264px;
	height:140px;
}
}
 */

.blog-tags li {
  position: relative;
  margin:0 5px 5px 0;
  display: inline-block;
}
.blog-tags li a {
  color: #777;
  background: #f7f7f7;
  display: inline-block;
  padding: 4px 10px 2px 10px;
  font-size:13px;
  border-radius:20px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #094291!important;
  text-decoration: none;
}
.blog-tags li a:hover i {
  color: #fff!important;
}
.blog-tags li i {
  color: #094291!important;
  margin-right: 5px;
  display: inline-block;
  font-size: 12px!important;
}
.blog-talks .tab-content {
	background: #fff;
	margin: 0px 0 40px;
    padding: 15px 15px 2px 15px!important;
    max-height: 510px;
    overflow: hidden;
    overflow-y: auto;
	border:1px #eee solid;
}
.blog-talks .nav-tabs {
	margin-bottom: 0;
	border-bottom: 3px #ececec solid;
}
.blog-talks .nav-tabs > li {
	margin-top: 1px;
}
.bookcase-newbook .nav-tabs li > a{
	font-size:13px;
}
/*** TRAVINH **/

@media (max-width:767px){
.pagination>li>a, .pagination>li>span {
    padding: 6px 10px!important;
}
.pagination > li.prev > a, .pagination > li.next > a {
    padding: 6px 8px!important;
}
}

/*** icon dang ky mo the ***/
#edit-basic .user-Img-btn-add, #edit-basic .user-Img-btn-del{
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	background-color:#0072c6;
	border-radius:50%!important;
	right:50px;
}
#edit-basic .user-Img-btn-del{
	margin-left:10px;
	background-color:#e00;
	right:10px;
}
#edit-basic .user-Img-btn-add .fa, #edit-basic .user-Img-btn-del .fa{
	color:#fff;
	font-size:12px;
}
/** 3:05 3/1/2020 **/
/** phong su anh ***/
.phongsuanh-box{
	overflow:hidden;
}
.phongsuanh-box  .nbs-flexisel-item{
	width:348px!important;
	height:212px!important;
}
.phongsuanh-box .nbs-flexisel-item img{
	width:348px!important;
	height:212px!important;
	max-height:212px!important;
	max-width:348px!important;
	margin:0!important
}
.phongsuanh-box .nbs-flexisel-inner {
    width: 1042px;
    display: block;
    height: 212px;
}
@media(max-width:767px){
.div-item {    
	padding:10px 0;
}
.div-item-title a{
	font-size:14px;
}
}


/***/
div.progress-title-style p{
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
}
.lv-main-opac-search ul.nav-pills{
	margin:20px 0 10px 0px;
	position:relative;
	overflow:hidden;
}
.lv-main-opac-search ul.nav-pills:after{
	height:3px;
	background-color:#eee;
	line-height:3px;
	overflow:hidden;
	content:" ";
	position:absolute;
	bottom:0;
	width:100%;
	z-index:1;
}
.lv-main-opac-search ul.nav-pills li{
	z-index:99;
}
/*******  V5 Vebrary 2020 *****/
/** .banner /van **/
.header-banner{
	/*height:150px;*/
	position:relative;
}
.header-banner .banner-slide{
	max-width: 700px;
    float: right;
}
.banner-slide{
    height:150px;
	overflow:hidden;
}
.banner-top{
/*	position:absolute; */
	left:0;
	top:0;
/*	height:150px;  */
/*	width:740px; */
	
}
.main-navigation .container{
	background-color:#1091d3;
	padding:0;
	border-top: 1px #41ace3 solid;
    box-shadow: 0 0 7px 0 #ffffffb3;
}
/** search box */
.submenu .container{
	padding:5px 10px;
	border:1px #eee solid;
	border-top:0;
	background-color:#fff;
}
.submenu .search-box{
	width: 320px;
    float: right;
}
.right-side .search-box{
    padding-top: 30px;
}
.search-box input[type="text"]{
    border-color:#ddd;
    color:#094291;
	float:left;
}
.search-title{
    height: 44px;
    line-height: 44px;
    background-color: #1091d3;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.search-content {
    padding: 20px 20px;
	background-color:#fff;
	border:1px #e5e5e5 solid;
}
.search-btn{
	/*margin-left: -100px; */
    background: #1091d3 url(/Content/Portal/img/CAMAU/bgSearch.png) no-repeat -4px 4px;
    background-size: 35px;
    width: 100px;
    height: 34px;
    display: inline-block;
}
.search-btn .btn{
	height: 32px;
    line-height: 25px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: transparent;
}
.date-system, .news-header{
	line-height:34px;
	height:34px;
}
/*** layout mobile ***/
@media(max-width:991px){
.header-banner {
    height: 85px;
}
.banner-top {
    height: 85px;
    width: 70%;
}
.site-logo{
    padding-left:55px;
}
.site-logo img{
    height:68px;
	width:auto;
}
.banner-slide {
    height: 85px;
}
.site-logo {
    padding-top: 10px;
}
.search-title{
    font-size:16px;
}
div.news-top{
	margin-top:0;
	padding-top:25px;
}
.dropdown-user.login-now{
	font-size:13px;
}
.username-hide-on-mobile{
	font-size:12px;
}
}
@media(max-width:767px){
.header-banner{
	background-color:#fff;
}
.header-banner {
    height: 65px;
}
.banner-top {
    height: 65px;
    width: 70%;
}
.site-logo{
    padding-left:55px;
	padding-top: 5px;
}
.site-logo img{
    height:60px;
	width:auto;
}
.banner-slide {
    height: 65px;
}
.banner-top {
    height: 65px;
    width: 75%;
	background-image:none;
}
.banner-slide{
	display:none;
}
.header .mobi-toggler {
    top: 20px;
}
.date-system.hidden-sm{
	display:none;
}
}
/* menu top */
.main-navigation .containerc{
    background-color:#08336f;
    clear:both;
}

/* news top */
.news-top h3{
    font-size:15px;
    margin-top:0;
}

/** Slide-home  /van **/
/**Slide-home**/
.hotnews-left{
    padding-left:0;
    padding-right:0;
	position:relative;
}
.hotnews-title{
    height: 70px;
    padding: 10px 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000ba;
}
.hotnews-date{
    display:none;
}
.hotnews-title-text{
    color:#fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}
.hotnews-right{
    padding-left:10px;
    padding-right: 0;
}
#new-list-tnb{
	max-height:372px;
	overflow:auto;
    border:1px #e5e5e5 solid;
    border-left:3px #ffa800 solid; 
	border-bottom: 0;
}
.div-item {    
    clear: both;
    overflow: hidden;    
	padding:10px 10px;
	height: 65px;
    background-color:#fafafa;
	position:relative;
}
.div-item:before{
    width:100%;
	display:block;
	background-color:#ddd;
	content:" ";
	position:absolute;
	left:0;
	bottom:0px;
	height: 1px;
}
.div-item.selected:after{
    width:3px;
	display:block;
	background-color:#ffa800;
	content:" ";
	position:absolute;
	left:0;
	top:0px;
	height: 74px;
}
.div-item-title{
	max-height:40px;
	line-height:20px;
	overflow:hidden;
}
.div-item-title a{
	display:block;
	color: #4f4f4f;
    text-align: justify;
	font-size:13.5px;
}
.div-item.selected{
    background-color:#f4f4f4;
}
.div-item.selected a, .div-item-title a:hover{
	color:#e00;
}
.div-item-date{
    width:55px;
    float:left;
    height:50px;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	display:none;
}
@media(min-width:768px) {
.hotnews-image{
    height:375px;
    overflow:hidden;
	background-color:#f1f1f1;
}
img.hotnews-img{
    min-height:375px;
	width:100%;
}
}
@media(max-width:767px){
.hotnews-date{
    margin-right:12px;
}
.hotnews-title-text{
    font-size: 15px;
    margin-top: 0;
    max-height: 80px;
    overflow: hidden;
    line-height: 20px;
}
.hotnews-right{
    padding-top:10px;
    padding-left: 0;
}
}
/** document group ***/
.container.document-group{
	margin:30px auto 20px auto;
	padding:0;
    background-color: transparent;
}
.introduce .truyenke a{
    height:96px;
	display:block;
	color:#fff;
    font-size:22px!important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
    line-height:100px;
	text-align:center;
}
.introduce .sachnoi a{
    background-color:#db0738;
    height:96px;
	display:block;
}
.introduce>.row{
	margin-left:-5px;
	margin-right:-5px;
}
.introduce>.row>div{
	padding-left:5px;
	padding-right:5px;
}
.truyenke, .sachnoi{
	overflow: hidden;
    position: relative;
	height:70px;
	clear:both;
}
.btn-dungthu{
    padding-right:26px;
}
.btn-dungthu h2{
    height:96px;
	display:block;
	color:#fff;
    font-size:22px!important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
    line-height:100px;
	text-align:center;
	width:200px;
	float:left;
	margin:0;
}
.introduce .btn-dungthu a{
    color: #fff;
    display: block;
    height: 44px;
    line-height: 45px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    width: 70px;
    background-color: #ffba00;
    position: relative;
    margin-top: 28px;
}
.introduce a:hover {
    background-color:#ffd200;
}
.introduce a .fa{
    position:absolute;
    right:25px;
    top:13px;
}
.document-content{
    margin-left:-5px;
    margin-right:-5px;
	margin-bottom:20px;
	overflow:hidden;
}
.document-content .col-md-3{
    padding-left:5px;
    padding-right:5px;
}
.document-content .col-md-3>div{
    position:relative;
	padding: 15px;
	text-align:center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    /* box-shadow: 0 0 5px 0 #d6d5d5; */
}
.document-content a .document-header{
    display:block;
	margin-bottom:10px;
	font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	text-transform:uppercase;
	color:#db0738;
}
.document-content .document-mota{
	font-size:13.2px;
	color:#222;
	max-height: 90px;
    overflow: hidden;
}
.document-content a:hover div{
    color:#666;
}
@media(max-width:991px){

.hotnews {
    margin-bottom: 20px;
}
.container.document-group{
	padding:0 15px;
    margin: 15px auto;
    margin-bottom: 5px;
}
.document-content .col-md-4 {
    padding-bottom: 10px;
}
.truyenke {
    margin-bottom: 10px;
}
.document-content{
	padding-left:10px;
	padding-right:10px;
}
.document-content .col-md-3>div{
	margin-bottom:10px;
}
}
.sidebar-categories{
    margin-bottom:30px!important;
    border: 1px #f5f5f5 solid;
    border-left: 3px #ffa800 solid;
}
.sidebar-categories li {
    border-bottom: 1px solid #f1f1f1;
    /* background-color:#fafafa; */
}
.sidebar-categories li.active {
    background-color: #eee;
    font-weight:bold;
}
.widget{
    margin-top:0px!important;
}
.widget-blue .widget-content{
    border: 1px #f2f2f2 solid!important;
}
/*input search opac, digital document*/
.bg-input, .bg-btn-search {
	float: left;
}
@media (min-width:768px){
.document-content .col-md-3>div{
    height:175px;
}
.lvo-bg-search {
	display:inline-block;
	width: 100%;    
	position:relative;    
    background-color:#f2f2f2;
    padding:20px;
}
 .bg-btn-search{			    
	    cursor:pointer;  
    position:absolute;
    top:20px;
   right:60px;
   z-index:2;   
    }
.bg-btn-search-advance{   
	z-index:2;
	cursor:pointer;
   position:absolute;
   top:20px;
   right:20px;
   width:40px;
}
}
@media (max-width:767px){
.lvo-bg-search {    
	position:relative;   
}
 .bg-btn-search{			    
	cursor:pointer;  
    position:absolute;
    top:0px;
   right:40px;
   z-index:2;   
    }
.bg-btn-search-advance{   
	z-index:2;
	cursor:pointer;
   position:absolute;
   top:0px;
   right:0px;
   width:40px;
}
}
.bg-input{
	width:100%;	
    border:1px solid #ccc;
    border-radius:3px;
    height:35px;
}
.lvo-bg-input-1 {
	background-color:#fff;	
	border-left:none;
	border-right:none;
	height: 33px;
	float: left;	
	width:75%;	
}
.lvo-bg-input-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-1-ex {
	background-color:#fff;	
	border-left:none;
	border-right:none;
	height: 33px;
	float: left;	
	width:87%;	
}
.lvo-bg-input-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-2 {	
	border-right:1px #ccc solid;
	height: 33px;
    line-height:26px;
	width: 25%;
	float: left;
    background-color:#fff;
}
.lvo-bg-input-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-2-checkbox {	
	float: left;  
}
.lvo-bg-input-2-checkbox .checkbox{
	  margin-left:5px;
	  margin-top:4px;
	  margin-bottom:0px;
	  font-weight:bold;
}
.lvo-bg-input-2-checkbox .checkbox input{
	margin-left:0px!important;
}
.lvo-bg-input-2-checkbox .checkbox label{
	font-weight:bold;
}
.bg-btn-search 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 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 button[type="button"] i, .bg-btn-search-advance 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-1{
		width:70%
	}
	.lvo-bg-input-2{
		width:30%;
	}
	.bg-input{
		width:100%;	
		}
	.lvo-bg-input-2-checkbox {	
		width: 100%;	
	}
	.lvo-search-normal{
		padding-bottom:5px;
		border-bottom:1px #ccc dotted;
	}
	.lbThuVien td, td[class*="bg-search-zone-tbl-"]{
		width:100%!important;
		display:block;
	}	
}
@media (min-width:768px){	
	.lvo-bg-input-2-checkbox {	
		width: 10%;	
	}
	.lbThuVien td{
		width:30%;
	}
}

/*tree tai lieu so*/
/***/
.btnChosen, .btnUnChosen{
    position:absolute;
    top:5px;
    width:26px;
    height:26px;
    background-color:#fff;
    text-align:center;
    line-height:26px;
    z-index:999;
}
.btnChosen:hover, .btnUnChosen{
    background-color:#f67a00;
}
.btnUnChosen:hover{
    background-color:#01d6c2;
}
.btnChosen .fa, .btnUnChosen .fa{
    color:#fff;
}
.languages.pull-right{
    margin-top:7px;
    margin-left:5px;
}
.language-switcher-locale-url li{
    display:inline;
    margin:0;
    padding:0;
    margin-right:5px;
}

.newsVideo:first-child .col-md-4 {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 10px;
}
.newsVideo:first-child .col-md-4, .newsVideo:first-child .col-md-8 {
    width: 100%;
    float: none;
}
.newsVideo:first-child .col-md-4:before {
    font: normal normal normal 100px/1 FontAwesome;
    content: "\f16a";
    color: rgba(255, 0, 0, 0.52);
    position: absolute;
    left: 43%;
    top: 36%;
    z-index: 9999;
}
@media(max-width:767px){
.language-switcher-locale-url li img{
    width:24px;
    height:auto;
}
}
/*** tai lieu so moi / noi bat ***/

.recent-news{
    overflow:hidden;
    padding-bottom:13px;
    margin-bottom:13px;
    border-bottom:1px #ccc dotted;
}

.recent-news:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
.recent-news .mq-a .col-md-3{
    padding-right:0;
}
.recent-news .mq-a .col-md-3 img{
    max-height:70px;
}
.recent-news h3{
    margin:0;
    font-weight: 500;
    color: #000;
    height: 32px;
    overflow: hidden;
	font-size:14px;
	margin-bottom: 4px;
    line-height: 16px;
}
.tls-author{
    color:#777;
    font-size:13px;
    margin:0;
}
.ListTopic .view-more{
    border:2px blue solid;
    display:none;
}
.left-side .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
li#root>i.jstree-icon.jstree-ocl{
    display:none;
}
/** Serial online **/
.fillter-date{
    margin:15px 0;
    display:inline-block;
    width:100%;
}
.fillter-date table{
    width:100%;
}
.fillter-date td{
    padding-left:5px;
    padding-right:5px;
}
/** sach chuyen de **/
@media(min-width:768px){
.item-TopicArticle {
    height:180px;
    overflow:hidden;
    margin-bottom:20px;
    position:relative;
}
.item-TopicArticle .col-md-4{
    padding-right:0;
}
.item-TopicArticle .readmore{
    color: #828282;
}
}
/** bai trich **/
.book-img img{
    width:100%;
    height:auto;
}
#idArticle .book-img img{
    height:180px;
}
#idArticle .book-thumb .book-title{
    height:62px;
    line-height:20px;
    overflow:hidden;
    margin-bottom:15px;
    display:block;
}
h1#divName{
	margin-top:0;
}
/***/
.giohoatdong{
    text-align: right;
    margin-top: 46px;
    color: #3676ce;
    font-size: 14px;
}
.header-banner .container{
	position:relative;
	padding: 0;
	background-color:#fff;
	box-shadow: 0 0 5px 0 #dadada;
}
.header-navigation.top{
	background-color: #f9f9f9;
    overflow: hidden;
    width: auto;
    border: 1px #e5e5e5 solid;
    margin-top: 5px;
}
.top .nav > li > a {
    padding: 5px 12px;
    font-size: 13.2px;
    font-weight: 500;
    color: #787878;
}
.top.header-navigation > ul > li {
    border-left:1px #ddd solid;
}
.top.header-navigation > ul > li:first-child {
    border-left:0;
}
/***/

/**** thu vien co so **/
.mix-inner{
	margin-bottom:20px;
}
.mix-inner h3{
	text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 15px 0 5px 0;
    font-size: 18px!important;
    font-weight: 600;
}
.mix-details p{
	margin-bottom:3px;
	font-size:13px;
	color:#776;
}
/**/

.right-side.blog-sidebar .recent-news-shortcontent{
	display:none;
}
.content-page h1{
	margin-top:0;
	font-size: 28px;
    line-height: 1.3;
}
.news-list-item a{
	color:#063577;
}
.news-list-item a:hover{
	color:#E00;
}
#DetailView .item-TopicArticle-title{
	max-height:54px;
	line-height:18px;
	font-weight:600;
	overflow:hidden;
	margin-bottom: 5px;
}
#DetailView .item-TopicArticle-des{
	height:72px;
	line-height:18px;
	overflow:hidden;
	color:#b1adad;
}
/*** fix bug ***/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border: 0;
    border-radius: 0!important;
}
.serialonline-title{
	padding-left:0!important;
	margin-bottom:10px;
	height: 40px;
	line-height:40px;
}
.block-left-menu .nav > li > a {
    padding: 10px 15px;
	color:#555;
}
.block-left-menu .nav > li.menuleft_cap2 > a {
    padding-left: 30px;
}
.block-left-menu .nav > li.menuleft_cap1 > a{
	font-weight:500;
	color:#000;
}
.block-left-menu .nav > li.menuleft_cap1 > a:after {
    font: normal normal normal 15px/1 FontAwesome;
    content: "\f105";
    padding-right:5px;
    position:absolute;
    right:5px;
    color:#777;
}
.block-left-menu .nav > li.menuleft_cap2 > a:before {
    content:"+";
    padding-right:5px;
}
.lv-main-opac-search.so-search, .main-serialsonline{
	clear:both;
	margin-bottom:10px;
}
.new-summary *{
	font-size:14px!important;
}
/*** login **/
.login-form{
	position: absolute;
    top: 10px;
    right: 5px;
}
.dropdown-user .img-circle{
	width:20px;
	height:20px;
	display: none;
}
.tab-style-1 .form-group{
	margin-bottom:0;
}
.dropdown-user > a{
	padding: 3px 12px;
    display: block;
    background-color: #74adf3d1;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
}
.dropdown-user > a:hover{
	background-color: #1091d3;
}
/**** end 13/8/2020 ***/
/**** tang / giam  font chu ***/
.newsdetail .news-body *, .newsdetail .lv-page-content *{
	font-size:14px
}
.newsdetail1 .news-body *, .newsdetail1 .lv-page-content *{
	font-size:16px!important;
}
.newsdetail2 .news-body *, .newsdetail2 .lv-page-content *{
	font-size:18px!important;
}
.newsdetail3 .news-body *, .newsdetail3 .lv-page-content *{
	font-size:20px!important;
}
.newsdetail4 .news-body *, .newsdetail4 .lv-page-content *{
	font-size:22px!important;
}
.newsdetail5 .news-body *, .newsdetail5 .lv-page-content *{
	font-size:24px!important;
}
.newsdetail-1 .news-body *, .newsdetail-1 .lv-page-content *{
	font-size:13px!important;
}
.newsdetail-2 .news-body *, .newsdetail-2 .lv-page-content *{
	font-size:12px!important;
}
.newsdetail-3 .news-body *, .newsdetail-3 .lv-page-content *{
	font-size:11px!important;
}
.newsdetail-4 .news-body *, .newsdetail-4 .lv-page-content *{
	font-size:10px!important;
}
.newsdetail-5 .news-body *, .newsdetail-5 .lv-page-content *{
	font-size:9px!important;
}
#vebrary-body .pageTitle, .lv-page-detail-title{
	font-size:22px!important;
}
.de-news-zoom{
	margin:20px 0;
}
.lv-article .book-title.col-md-12 {
    padding-top: 50px;
}
ul.pagination{
	padding:0;
}
#PanelResultXML{
	
}
.btn-primary {
    border: 0;
}
#page-selection{
	padding-left:1px;
}
.sachnoi{
	margin-left:-15px;
	margin-right:-15px;
}
.metro-group .row, .metro-group .col-md-6{
	padding:0;
	margin:0;
}
.metro-group a{
	display:block;
	height:90px;
	text-align:center;
	padding-top:5px;
}
.metro-group a .fa{
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#A51C30;
	font-size:32px;
}
.time{
	line-height: 1.5;
}
@media(min-width:768px){
.time{
   /* height: 216px;*/
}
}

/** mobile and tablet ***/
@media(max-width:991px){
#myCarousel .item-book.col-md-3{
	width:50%;
}
.content-page h1{
	font-size: 20px;
}
.item-book img {
    width: 100%;
    height: 220px;
}
}
.book-tags ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.book-tags ul li{
	display:inline-block;
	margin:3px;
	list-style-type:none;
}
.footer>div {
    
}
@media (min-width: 992px){
.tab-pane .item-book.col-md-3 {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}
.tab-pane .item.row{
	margin-left:-5px;
	margin-right:-5px;
}
}
@media (max-width: 767px){
.block-latest-new.block-left{
	clear:both;
}	
}
@media (min-width: 768px){
.home-top{
	
}
.zone-content.tin-noi-bat{
	padding:5px;
	margin-bottom:10px;
	position:relative;
}
.home-top .tin-noi-bat .category-title{
	position:absolute;
	top:10px;
	left:69%;
	right:5px;
}
.home-top .left-side{
	width:73%;
}
.home-top .right-side{
	width:26%;
}
.home-top .hotnews-left{
	width:68%;
}
.home-top .hotnews-right{
	width:32%;
	margin-top:50px;
}
#ViewItemBookTab5{
margin-left:-15px;
margin-right:-15px;
}
#ViewItemBookTab5 .item-container{
margin-bottom:10px

}
#ViewItemBookTab5 .icon-player{
top:40px;
}
.videoimage img{
height:120px;
width:100%;
}
.video-descript{
height:72px;
line-height:18px;
overflow:hidden;
display: block;
font-size:13px;
color:#999;
}
.video-tt{
height:40px;
line-height:20px;
overflow:hidden;
display: block;
margin-top:5px;
font-weight:bold;
}
}

.product-review-tabs .product-tags {
	float: left;
	width: 100%;
}.product-review-tabs .product-tags a {
		font-size: 14px;
		display: inline-block;
		float: left;
		padding: 6px 15px;
		color: #666;
		border: solid 1px #ccc;
		text-transform: capitalize;
		margin: 0px 5px 5px 0px;
	}