.doctor{
	padding-left: 90px;
	position: relative;
	margin-bottom: 75px;
}
.doctor .img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 270px;
}
.doctor .img img{
	position: absolute;
	height: 100%;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}
.doctor .caption{
	padding: 25px 30px;
	padding-left: 170px;
	border:solid 10px #fde3e1;
}
.doctor .job{
	font-style: italic;
	color:#999999;
	margin-bottom: 5px;
}
.doctor .name{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'UTM Copperplate';
	margin-bottom: 5px;
}
.doctor .des{
	height:110px;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 20px;
}
.doctor .link {
    position: absolute;
    bottom: -20px;
    right: 25px;
    border: solid 5px #ffffff;
    border-radius: 25px;
}
.doctor .link a {
    width: 120px;
    text-transform: uppercase;
    color: #555555;
    background: #fde3e1;
    padding: 9px 10px;
    display: block;
    text-align: center;
    border-radius: 20px;
}
.doctor .link a:hover{
	background: #c81b70;
	color:#ffffff;
}
/*==========================================================*/
.imgAvatar{
	max-width: 270px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.boxSlogan{
	padding: 25px;
	border:solid 10px #fde3e1;
	border-radius: 15px;
	position: relative;
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 40px;
}
.boxSlogan:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 46px;
    background: url(../images/per-left.png) no-repeat center center;
    background-size: cover;
    top: -30px;
    left: -15px;
}
.boxSlogan:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 46px;
    background: url(../images/per-right.png) no-repeat center center;
    background-size: cover;
    bottom: -30px;
    right: -15px;
}
.linkBooking{
	margin-bottom: 10px;
}
.linkBooking a{
	background: #fde3e1;
	padding: 9px 10px;
	display: block;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
}
.linkBooking a span{
	padding-left: 30px;
	position: relative;
}
.linkBooking a span:before{
	content: "\f073";
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.linkBooking a:hover{
	background: #c81b70;
	color:#ffffff;
}
.linkFacebook{
	margin-bottom: 20px;
}
.linkFacebook a{
	display: block;
	text-align: center;
	border:solid 1px #fde3e1;
	padding: 8px 10px;
	text-transform: uppercase;
	border-radius: 20px;
}
.linkFacebook a span{
	padding-left: 30px;
	background: url(../images/main/i-facebook.png) no-repeat center left;
}
.nameInfo{
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.nameInfo:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	border-bottom: solid 1px #333333;
}
.nameInfo .job{
	font-size: 16px;
	line-height: 24px;
	color:#999999;
	font-style: italic;
	margin-bottom: 5px;
}
.nameInfo .name{
	font-size: 35px;
	line-height: 43px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'UTM Copperplate';
}
.contentInfo{
	padding-bottom: 35px;
	margin-bottom: 20px;
	border-bottom: solid 1px #fde3e1;
}
.boxDoctor{
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-bottom: solid 1px #fde3e1;
}
.boxDoctor .title{
	font-family: 'UTM Copperplate';
	font-size: 25px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.boxDoctor .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	border-bottom: solid 1px #333333;
}
.itemHistory{
	padding-left: 170px;
	position: relative;
	margin-bottom: 20px;
}
.itemHistory .date{
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.itemHistory .cont{
	font-size: 15px;
	line-height: 23px;
}
.itemHistory .cont p{
	padding: 0;
	margin-bottom: 5px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
.nameInfo .name{
	font-size: 25px;
	line-height: 35px;
}
.itemHistory{
	padding-left: 120px;
}
.boxDoctor .title{
	font-size: 20px;
	line-height: 30px;
}
}

@media all and (max-width: 560px){
.doctor{
	padding-left: 0;
	padding-top: 190px;
}
.doctor .caption{
	padding: 25px 30px;
	padding-top: 145px;
}
.doctor .img{
	height:320px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom:initial;
	top: 0;
}
}

@media all and (max-width: 360px){
.itemHistory{
	padding-left: 0;
}
.itemHistory .date{
	position: initial;
}
}