a {
	color: blue;
}
body, html {
    height: 100%;
    font-family: Times New Roman;
}
.align-center {
	text-align: center;
}
.title h3{
	font-size: 20px;
	font-weight: bold;
	color: red;
}
.tm-main-content {
	min-height: 500px;
}
.kh_info {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.col-md-dva{
	margin-right: 20px;
	font-size: 14px;
}
.cardhv-box{
	border: 3px solid #333;
	margin-bottom: 20px;
}

.cardhv-content {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
.cardhv-info{
	text-align: center;
	border-bottom: 1px solid #333;
}
.cardhv-img {
	margin-left: 5px;
}
.cardhv-img img{
	width: 80px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 3px;
}
.cardhv-name {
	text-align: center;
	margin-top: 5px;
	font-size: 15px;
	line-height: 2;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
}
.btn {
	vertical-align: bottom!important;
	line-height: 26px!important;
}
#dshocvien, #dsthehocvien {
	margin-top: 20px;
}

.right-box {
	float: right;
	right: 40px;
	margin: 20px 0;
}
.intatca {
	background: #ea5000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.intatca:hover {
	color: #efefef;
	font-style: italic;
}

.containerdva {
	width: 1300px;
	margin: 20px auto;
	background: #fff;
	overflow: auto;
}