.home-box-slide{
	position: relative;
	overflow: hidden;
}
.slide-form {
	position: absolute;
	width: 380px;
	height: 440px;
	background: transparent;
	top: 50%;
	right: calc((100vw - 1160px)/2);
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	padding: 30px;
	color: #fff;
}
.form-datlich::before {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	opacity: 0.8;
	border-style: solid;
	border-width: 0 0 780px 800px;
	border-color: transparent transparent #008bea transparent;
}
.form-datlich > h4 {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}
.form-datlich > h4::after {
	position: absolute;
	content: "";
	width:80px;
	height: 2px;
	background:#008bea;
	left: 0;
	top: 100%;
}
.form-datlich .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
.form-datlich .wpcf7-form-control-wrap .wpcf7-date{
	position: relative;
	color: #333;
	background: #fff;
	opacity: 1;
	width: 100%;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: inherit;
	box-shadow: none;
}
.form-datlich .wpcf7-form-control-wrap {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.form-datlich input.wpcf7-form-control.wpcf7-submit {
	float: none;
	margin-top: 10px;
	text-transform: uppercase;
	cursor: pointer;
	background: #fff;
	border: 2px solid #e9e9e9;
	padding: 5px 40px;
	position: relative;
	border: 0;
	margin-bottom: 10px;
	background: #0163ce;
	color: #fff;
}
.form-datlich p{
	z-index: 1;
	position: relative;
}
/**/
.home-box-dichvu{
	padding: 30px 0;
}
.info-dv h3{
	font-size: 18px;
	font-weight: normal;
	margin:5px 0;
}
.info-dv p{
	margin-top:0;
}
/**/
.home-h2{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
	position: relative;
}
.home-h2::before, .home-h2::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #ddd;
	left: 0;
	top: 100%;
}
.home-h2::after {
	width: 80px;
	background: #008bea;
}
.home-2col-col-1 .home-box-category{
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	cursor: pointer;
}
.home-box-category .fa{
	background: #666666;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
}
.home-box-category h3{
	margin: 0;
	padding: 10px 15px;
}
.home-box-category h3 i{
	margin-right: 5px;
}
.home-box-category.active-cat .fa.fa-angle-down,
.home-box-category .fa.fa-angle-up{
	display: none;
}
.home-box-category.active-cat .fa.fa-angle-up{
	display: inline-block;
	background-color: #008bea;
}
.home-box-category h3 span{
	font-weight: normal;
}
.home-box-category.active-cat h3 span{
	color: #008bea;
}
.home-box-category a{
	padding: 0 10px;
	position: relative;
	color: initial;
}
.home-box-category a:hover{
	color: #337ab7;
}
.home-box-category a + a::before {
	position: absolute;
	content: '/';
	left: 0;
	top: 0;
}
.cats-wrap{
	padding: 15px;
}
/**/
.home-ykkh {
	position: relative;
}
.home-ykkh .quote-panel {
	position: relative;
	background: #008bea;
	padding: 20px;
	color: #fff;
	border-radius: 8px;
}
.home-ykkh .quote-panel::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 30px 0;
	border-color: transparent #008bea transparent transparent;
}
.home-ykkh .quote-author {
	margin-top: 30px;
	padding-left: 40px;
}

div.swiper-button-next,
div.swiper-button-prev {
 background:transparent;
 color:#ccc;
 width:30px;
 height:30px;
 line-height:30px;
 position:absolute;
 top:50%;
 z-index:2;
 overflow:hidden;
 text-align:center;
 left:0;
 border-radius:5px
}
div.swiper-button-next {
 right:0;
 left:auto
}
div.swiper-button-prev::before {
 content:"\f104";
 font-size:27px;
 line-height:30px;
 font-family:'FontAwesome';
 color:#ccc
}
div.swiper-button-next::before {
 content:"\f105";
 font-size:27px;
 line-height:30px;
 font-family:'FontAwesome';
 color:#ccc
}
.home-ykkh div.swiper-button-next{
	top: 20px;
}
.home-ykkh div.swiper-button-prev {
	right: 17px;
	left: auto;
	top: 20px;
}
/**/
.doingu-wrap {
	margin-bottom: 30px;
	position: relative;
}
.doctor-item a{
	padding: 10px 0;
	position: relative;
	display: block;
}

.doctor-item img{
	width: 100%;
	object-fit: cover;
	display: block;
}
.doctor-item span {
	position: absolute;
	width: 100%;
	height: 65px;
	background: #008bea;
	color: #fff;
	padding: 10px 15px;
	bottom: 0;
	z-index: 1;
}
.doctor-item span b,
.doctor-item span p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 0;
}
.doctor-item i {
	position: absolute;
	color: #fff;
	right: 5px;
	bottom: 3px;
	height: 50px;
	line-height: 50px;
	font-size:25px;
	top: auto;
	padding: 0 10px;
}
.doctor-item i:hover{
	text-decoration: underline;
}
/**/
.home-box-tin-tuc-right {
	padding: 10px 0;
}
.home-box-tin-tuc .item_post_content h2 {
	font-weight: bold;
	margin: 10px 0;
	color: #333;
	font-size: 14px;
}
.post_exe{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666666;
}

@media only screen and (max-width: 1200px) {
	.slide-form{
		height: auto;
		right: 0;
		padding: 20px;
	}
}
@media only screen and (max-width: 800px) {
	.slide-form{
		display: none;
	}
	.main-dichvu .col-lg-3 {
		width: 50%;
		display: flex;
	}
	.main-dichvu .icon img{
		max-width: 50px;
		max-height: 50px;
		object-fit: contain;
		margin-right: 10px;
	}
	.info-dv h3 {
		font-size: 16px;
	}
	.home-box-tin-tuc .item_post {
		width: 33.333%;
	}
	.home-box-tin-tuc .item_post:last-child{
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.home-box-2col .col-lg-6{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.home-box-tin-tuc .item_post {
		width: 50%;
	}
	.home-box-tin-tuc .item_post:last-child{
		display: inline-block;
	}
}
@media only screen and (max-width: 480px) {
	.main-dichvu .col-lg-3{
		width: 100%;
	}
	.home-box-dichvu {
		padding: 20px 0;
	}
}