#pvt-main {}
	
.div_row{
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
	text-align: justify;
}
.box-about{
	background: #2ba8e0;
	color: #ffffff;
	padding: 20px 25px;
	text-align: justify;
	position: relative;
}
.box-about::before{
	content: url('../images/ngtrai.png');
	position: absolute; top: 5px; left: 5px;
}
.box-about::after{	
	content: url('../images/ngphai.png');
	position: absolute; bottom: 5px; right: 0;
}


.box-about p{padding: 0 ; margin: 0;}
h3.box-about-title{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #0e5597;
	padding-left: 22px;
	position: relative;
	display: block;
	line-height: 1.5em;
}
h3.box-about-title::before{
	content: '\f0a9';
	font-family: "FontAwesome";
	position: absolute; 
	left: 0;
	top: 0px;
}

@media screen and (max-width: 768px)
{
	
}