a {
	color: blue;
}
body, html {
    height: 100%;
    font-family: Times New Roman;
    color: #000!important;
}
.desc{
    font-size: 18px;
}
.align-center {
	text-align: center;
}
.title h3{
	font-size: 20px;
	font-weight: bold;
	color: red;
}
.tm-main-content {
	min-height: 800px;
}
.kh_info {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.col-md-dva{
	margin-right: 5px;
	font-size: 14px;
}
.cardhv-box{
	border: 3px solid #333;
	margin-bottom: 0px;
}

.cardhv-content {
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: auto;
}
.cardhv-info{
	text-align: center;
	border-bottom: 2px solid #333;
	padding: 3px 0;
}
.cardhv-img {
	margin-left: 5px;
}
.cardhv-img img{
	width: 100px;
	height: 140px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 3px;
}
.cardhv-name {
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
	line-height: 2.5;
}
.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;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.btn-default{
	background: #f96358;
}
.btn-default:hover{
	background: #f44336;
	color: #fff;
	width: 150px!important;
	cursor: pointer;
}

.tabs {
	clear: both;
	position: relative;   
	margin: 0 auto;
   /* you can either manually set a min-height here or do it via JS ---> */
}

.tab {
	float: left;
}

.tab label {
	margin-right: 20px;
	position: relative;
	top: 0;
	cursor: pointer;
	color: #333;
    text-transform: uppercase;
}

.tab__content, #tabs ul li a {
	font-size: 14px;
	font-family: Times New Roman;
}
.tab__content h4{
	font-size: 18px;
	font-weight: bold;
}

.section-title {
    border-bottom: 2px solid #ececec;
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.section-title span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: -2px;
}



.table a{
    color: blue!important;
    font-style: italic;
}


.ui-tabs-tab a{
    color: 333!important;
}

ul.group li{
    display: inline-block;
    width: 165px;
}