@font-face {
    font-family:"UVNVan_B";
    src: url("../fonts/UVNVan_B.ttf"),
	url('../fonts/UVNVan_B.ttf')format('truetype'),
    url('../fonts/UVNVan_B.woff')format('woff'), 
    url('../fonts/UVNVan_B.svg')format('svg');
}
@font-face {
    font-family:"UVNBanhMi";
    src: url("../fonts/UVNBanhMi.TTF"),
	url('../fonts/UVNBanhMi.TTF')format('truetype'),
    url('../fonts/UVNBanhMi.woff')format('woff'), 
    url('../fonts/UVNBanhMi.svg')format('svg');
}

/* không hiển thị link khi print preview page */
@media print{
	@page{
		margin-top:3mm;
		margin-left:0mm;
		margin-right:0mm;
		margin-bottom:2mm;
	}
	a[href]:after{
		display:none;
	}
	a{
		color:blue !important;
	}
	
}
/* end không hiển thị link khi print preview page */


/* style class table bootstrap*/
.table > thead > tr > th {
    padding: 3px !important;
	border:1px solid #a4bed4;
}
th{
	text-align:center !important;
	vertical-align:middle !important;
	background-color:#e0e9f5;
}
.table{
	font-family:Times New Roman;
	font-size:16px;
	border:1px solid #a4bed4 !important;
}
.table > tbody > tr > td,.table > thead > tr > th{
	vertical-align: middle !important;
	border:1px solid #a4bed4 !important;
}
.table > thead > tr > th{
	/* text-transform:uppercase; */
	font-weight:bold;
}
.table-responsive{
	margin-top:10px !important;
}

/* end style class table bootstrap*/
font {
	font-family:Times New Roman;
	font-size:16px;
}



/*style phân trang bootstrap */
.pagination > li > a{
	cursor:	pointer !important;
	padding:7px 12px !important;
}
.pagination {
	margin:0px !important;
}

/*end style phân trang bootstrap */




/*style class riêng */
.modal{
	align-items:center !important;
}
.modal-header{
	padding:0px !important;
	text-align:center !important;
}
.actived{
	color: yellow !important;
}
.thumb{
	display:flex;
	align-items:center;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.padding-5{
	padding: 5px 15px !important;
}
.middle_center tbody>tr>td {
	vertical-align : middle;
	text-align : center;
	}
.padding_bottom_5px  div{
	padding-bottom:5px;
}
.hr55 hr{
	margin-top:5px !important;
	margin-bottom:5px !important;
}
.delete_iframe iframe{
	width:100%;
	height:auto;
	}
.padding-top{
	padding-top:5px !important;
}
.mar-bottom-5{
	margin-bottom:5px !important;
}

.text-bold{
	font-weight:bold;
}

.modal-center .modal-dialog{
	padding-top:5%;
}
.modal-center .modal-content{
	height:100% !important;
	overflow:visible;
}
.modal-center .modal-body{
	height:100%;
	overflow:auto;
}
.modal-open{
	padding-right:0px !important;
}
body{
	padding-right:0px !important;
}
.align_button{
	text-align:center !important;
}

.success{
	color:#3c763d;
}
.warning{
	color:#8a6d3b;
}
.danger{
	color:#a94442;
}
.tieude{
	color:#286090;
	font-size:16px;
}
.form-full:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-full{
	display: block;
	width: 100%;
	height: 28px;
	padding: 5px 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	/* cursor:pointer; */
	border: 1px solid #a4bed4;
}
.select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.select{
	display: inline;
	height: 28px;
	padding: 5px 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #a4bed4;
}

.midde{
	display: flex;
	align-items: center;
}

.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
/*end style class riêng */



/* TienHV - clearfix auto */

/* .fix{
	display : flex;
	flex-wrap : wrap;
} */

@media (max-width:767px){
	.fix>.col-lg-1:nth-child(12n+1),
	.fix>.col-lg-2:nth-child(6n+1),
	.fix>.col-lg-3:nth-child(4n+1),
	.fix>.col-lg-4:nth-child(3n+1),
	.fix>.col-lg-6:nth-child(2n+1),
	.fix>.col-md-1:nth-child(12n+1),
	.fix>.col-md-2:nth-child(6n+1),
	.fix>.col-md-3:nth-child(4n+1),
	.fix>.col-md-4:nth-child(3n+1),
	.fix>.col-md-6:nth-child(2n+1),
	.fix>.col-sm-1:nth-child(12n+1),
	.fix>.col-sm-2:nth-child(6n+1),
	.fix>.col-sm-3:nth-child(4n+1),
	.fix>.col-sm-4:nth-child(3n+1),
	.fix>.col-sm-6:nth-child(2n+1){
		clear : none;
	}
	
	.fix>.col-xs-1:nth-child(12n+1),
	.fix>.col-xs-2:nth-child(6n+1),
	.fix>.col-xs-3:nth-child(4n+1),
	.fix>.col-xs-4:nth-child(3n+1),
	.fix>.col-xs-6:nth-child(2n+1){
		clear : left;
	}
}
@media (min-width:767px){
	.fix>.col-xs-1:nth-child(12n+1),
	.fix>.col-xs-2:nth-child(6n+1),
	.fix>.col-xs-3:nth-child(4n+1),
	.fix>.col-xs-4:nth-child(3n+1),
	.fix>.col-xs-6:nth-child(2n+1),
	.fix>.col-lg-1:nth-child(12n+1),
	.fix>.col-lg-2:nth-child(6n+1),
	.fix>.col-lg-3:nth-child(4n+1),
	.fix>.col-lg-4:nth-child(3n+1),
	.fix>.col-lg-6:nth-child(2n+1),
	.fix>.col-md-1:nth-child(12n+1),
	.fix>.col-md-2:nth-child(6n+1),
	.fix>.col-md-3:nth-child(4n+1),
	.fix>.col-md-4:nth-child(3n+1),
	.fix>.col-md-6:nth-child(2n+1){
		clear : none;
	}
	
	.fix>.col-sm-1:nth-child(12n+1),
	.fix>.col-sm-2:nth-child(6n+1),
	.fix>.col-sm-3:nth-child(4n+1),
	.fix>.col-sm-4:nth-child(3n+1),
	.fix>.col-sm-6:nth-child(2n+1){
		clear : left;
	}
}

@media (min-width:992px){
	.fix>.col-xs-1:nth-child(12n+1),
	.fix>.col-xs-2:nth-child(6n+1),
	.fix>.col-xs-3:nth-child(4n+1),
	.fix>.col-xs-4:nth-child(3n+1),
	.fix>.col-xs-6:nth-child(2n+1),
	.fix>.col-lg-1:nth-child(12n+1),
	.fix>.col-lg-2:nth-child(6n+1),
	.fix>.col-lg-3:nth-child(4n+1),
	.fix>.col-lg-4:nth-child(3n+1),
	.fix>.col-lg-6:nth-child(2n+1),
	.fix>.col-sm-1:nth-child(12n+1),
	.fix>.col-sm-2:nth-child(6n+1),
	.fix>.col-sm-3:nth-child(4n+1),
	.fix>.col-sm-4:nth-child(3n+1),
	.fix>.col-sm-6:nth-child(2n+1){
		clear : none;
	}
	
	.fix>.col-md-1:nth-child(12n+1),
	.fix>.col-md-2:nth-child(6n+1),
	.fix>.col-md-3:nth-child(4n+1),
	.fix>.col-md-4:nth-child(3n+1),
	.fix>.col-md-6:nth-child(2n+1){
		clear : left;
	}
}

@media (min-width:1200px){
	.fix>.col-xs-1:nth-child(12n+1),
	.fix>.col-xs-2:nth-child(6n+1),
	.fix>.col-xs-3:nth-child(4n+1),
	.fix>.col-xs-4:nth-child(3n+1),
	.fix>.col-xs-6:nth-child(2n+1),
	.fix>.col-md-1:nth-child(12n+1),
	.fix>.col-md-2:nth-child(6n+1),
	.fix>.col-md-3:nth-child(4n+1),
	.fix>.col-md-4:nth-child(3n+1),
	.fix>.col-md-6:nth-child(2n+1),
	.fix>.col-sm-1:nth-child(12n+1),
	.fix>.col-sm-2:nth-child(6n+1),
	.fix>.col-sm-3:nth-child(4n+1),
	.fix>.col-sm-4:nth-child(3n+1),
	.fix>.col-sm-6:nth-child(2n+1){
		clear : none;
	}
	
	.fix>.col-lg-1:nth-child(12n+1),
	.fix>.col-lg-2:nth-child(6n+1),
	.fix>.col-lg-3:nth-child(4n+1),
	.fix>.col-lg-4:nth-child(3n+1),
	.fix>.col-lg-6:nth-child(2n+1){
		clear : left;
	}
}

/* end clearfix 
#menu-ngang >li.active>a,
#menu-ngang>li.active>a:focus,
#menu-ngang>li.active>a:hover{
	background-color:green !important;
	color:#fff !important;
}
*/
.khoi_phai > .navbar-collapse{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* .dropdown-menu{
	min-width:20px !important;
}
.btn {
	padding-top : 3px !important;
	padding-bottom : 3px !important;
	padding-left : 10px !important;
} */

/* set width height để không bị tràn ra ngoài */
.fix-width-table table{
	width:100% !important;
}
.fix-width-table img{
	max-width:100% !important;
	height:auto !important;
}
.fix-width-table iframe{
	max-width:100% !important;
	height:auto !important;
}


form{
	display: inline !important;
}
.table-responsive{
	cursor:pointer !important;
}
.loc_ngay_mamnon{
	width:80px !important;
}
.so_truy_cap{
	border:1px solid #ffffff;
	background-color:#000000;
	color:#ffffff;
	padding:5px 3px;
	margin-right:2px;
}

#dentrang_bootstrap {
	border:1px solid #a4bed4;
	border-radius:5px;
}

.modal-title {
	/* background-color: #386487; */
	background-color: #337ab7;
	margin: 0px !important;
	padding: 5px;
	border-radius: 5px;
	color: #fff;
}
.close {
	color:#fff;
	margin-top:0px !important;
	opacity:1;
}
select, file {
	cursor:pointer;
}

.cls_h4 {
	color:Black;
}
.blue{
	color:blue !important;
}
.red{
	color:red !important;
}
.duration{
	position: absolute;
	background-color: #080808;
	bottom: 0px;
	right: 0px;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
	border-radius:4px;
}

.color_hover:hover {
	color:Red;
}