
.line3color {
	height: 8px;
	background-image: url(../images/line-bottom.jpg);
	background-position: center;
	background-size: contain;
}

.list-specialize {
	list-style: disc;
}

.list-specialize li {
	display: inline-block;
	margin-right: 15px;
}

.slider-banner {
	border-bottom: 8px solid transparent;
	background-image: url(../images/line-bottom.jpg);
    background-position: center;
    background-size: contain;
}
.doctor--name,
.doctor--name a {
	color: #fff;
	font-size: 2.25rem;
	line-height: 2rem;
	font-weight: bold;
}
.doctor--name.en, .doctor--name.en a { font-size: 1.825rem; }

.box-doctor-1, .box-doctor-2, .box-doctor-3 {
	height: 180px;
	width: 100%;
	padding: 8px;
	margin-bottom: 25px;
	display: table;
}
.box-doctor-1 { background-color: #ff6c0e;  }
.box-doctor-2 { background-color: #55c0e7;  }
.box-doctor-3 { background-color: #2474bb;  }

.doctor--name-size {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 2rem;
}
.doctor--position,
.doctor--position a {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
}
.doctor--position.en, .doctor--position.en a { font-size: 1.325rem; }

.doctor--detail {
	display: table-cell;
	vertical-align: middle;
}

.line3color {
	width: 100%;
	height: 5px;
}
.img-doctor-0, .img-doctor-1, .img-doctor-2, .img-doctor-3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 550px;
	width: 100%;
}

.doctor--info-position {
	font-size: 1.5rem;
	font-weight: bold;
}
.doctor--info {
	float: left;
	height: 550px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
}
.section--info {
	margin-bottom: 25px;
}
.section--info-header {
	font-size: 1.5rem;
}
.section--info-detaillist li {
	list-style-type: disc;
}
.line-diamon { height: 0px; }
.icon--diamon { margin-top:-35px; }

@media (max-width: 992px) {
	.doctor--name { 
		font-size: 1.825rem;
	}
	.doctor--position, .doctor--position a {
		font-size: 1.25rem;
    	line-height: 1;
	}
}

@media (max-width: 767px) {
	.doctor--name { 
		font-size: 2rem;
		color: #ff6c0e;
	}
	.doctor--info {
		height: auto;
		overflow-y: inherit;
	}
}

