/*dịch vụ*/
.dichvu-box.dichvu-box1 {
	background-size: cover;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: bottom;
}
.dichvu-box.dichvu-box1 .muiten {
	position: absolute;
	bottom: 85px;
	left: 53%;
	transform: rotate(-16deg);
}
.dichvu-box.dichvu-box1 .main-head{
	max-width: 700px;
	margin: 0 auto;
}
.title-head-dichvu{
	font-size: 40px;
}

/*Box đặt lịch*/

.dichvu-box.dichvu-box2 {
  background-size: cover;
  background-repeat: no-repeat;
}
.dv-datlich-banner-left {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.dv-datlich-banner-right {
  position: absolute;
  right: -50px;
  top: -6%;
  transform: translateY(-50%);
}
/**/
.main-item-dv ul{
	padding: 0;
}
.main-item-dv h2,
.main-item-dv ul li h2,
.main-item-dv ul li h3{
	font-size: 20px;
}
.main-item-dv ul li {
	list-style: none;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 25px;
	position: relative;
}
.main-item-dv ul li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
/*	background-color: #000;*/
	color: #E46C3E;
	/*width: 5px;
	height: 5px;*/
	font-weight: 900;
	border-radius: 27px;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
/*mau 1*/
.dv-item-head{
	min-height: 550px;
	background-size: cover;
	display: flex;
	align-items: center;
}
.title-head-item-dichvu {
	font-size: 40px;
	color: #E46C3E;
}
.dv-item-head .desc {
	max-width: 600px;
}
.btn-dv-datlich {
	width: 142px;
}
.giatien-dichvu {
	font-size: 34px;
	font-weight: bold;
	color: #E46C3E;
}

.dv-mau1-box1 .desc {
	color: #F9DDD2;
	font-weight: bold;
}
.dv-mau1-box1 .desc p{
	font-weight: 700;
}
.dv-mau1-box1 .muiten {
	position: absolute;
	transform: rotate(10deg);
}
/**/
.dv-mau2-box1 .desc{
	max-width: 916px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.5;
}
.dv-mau2-box1 .banner {
	max-width: 600px;
}
.dv-mau2-box1 .bg-ov {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	pointer-events: none;
}
/**/
.main-item-dv h2 strong {
	font-weight: 400;
}

@media only screen and (max-width: 991px) {
	.dv-item-head {
		min-height: 350px;
	}
	.main-dv-datlich .title,
	.title-head-dichvu,
	.title-head-item-dichvu {
		font-size: 22px;
	}
	.dv-item-head .desc {
		font-size: 16px;
	}
/*	*/
	.dichvu-box.dichvu-box1 {
		min-height: 300px;
	}
/*	*/
	.row-title .sub-title {
		font-size: 16px;
		display: none;
	}
	/**/
	.main-item-dv {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.giatien-dichvu {
		font-size: 24px;
	}
/*	*/
	.dv-mau2-box1 .bg-ov {
		display: none;
	}
	.dv-mau2-box1 .desc {
		font-size: 16px;
	}
	.dv-mau2-box1 .banner {
		max-width: 100%;
	}
/*	*/
	.dv-mau4-box1.dv-item-head {
/*		background-position: right;*/
	}
}
@media only screen and (max-width: 1850px) {
	.dv-item-head {
		position: relative;
		min-height: 420px;
	}
	.dv-mau1-box1 .muiten {
		position: absolute;
		transform: rotate(-40deg);
		bottom: 0;
		left: 20%;
	}
}
@media only screen and (max-width: 1439px) {
	.title-head-item-dichvu {
		font-size: 31px;
		color: #E46C3E;
	}
	.dv-item-head {
		position: relative;
		min-height: 395px;
	}
}
@media only screen and (max-width: 767px) {
	.giatien-dichvu {
		font-size: 20px;
	}
	.main-item-dv h2, .main-item-dv ul li h2, .main-item-dv ul li h3 {
		font-size: 18px;
	}
	.dv-mau3-box1 .main-item-dv{
		margin-bottom: 0 !important;
	}
	.dv-mau3-box1 .main-item-dv:last-child{
		margin-top: 0;
	}
}