.hc-khangphuc-page{
	background-color: #f8f9fd;
}
.hc-khangphuc-page .title-page{
	padding: 0.5em 0;
	margin: 0.5em 0;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: #ea2712;
	position: relative;
}
.hc-khangphuc-page .title-page:after{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	border-bottom: 2px solid #d00;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.hc-khangphuc-page .page_content{
	line-height: 19px;
	font-size: 13px;
	margin-bottom: 2em;
}