.lstThongCao{
	margin-bottom: 20px;
}
.lstThongCao .itemThong{
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	padding-right: 190px;
}
.lstThongCao .itemThong h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
.lstThongCao .itemThong .tend{
	color: #666666;
}
.lstThongCao .itemThong:first-child{
	padding-top: 0;
}
.lstThongCao .itemThong .viewAll{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.the-content p a{
	color: #da2028;
}
.ortherAll .titleOrther{
	margin-bottom: 20px;
}
.viewOrther{
	padding: 0;
}
@media all and (max-width: 991px){
	.lstThongCao .itemThong h3{
		font-size: 18px;
		line-height: 27px;
	}
}
@media all and (max-width: 767px){
	.lstThongCao .itemThong{
		padding-right: 0;
	}
	.lstThongCao .itemThong .tend{
		margin-bottom: 15px;
	}
	.lstThongCao .itemThong .viewAll{
		position: static;
	}
}