.contentNews{
	margin-top: 20px;
}
.rightContent{
	padding-left: 20px;
}
.tinTucTt{
	width: 100%;
	min-height: 40px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	background: #6183c6;
	padding: 0px 20px;
	color: #fff;
}
.tinTucDes{
	font-weight: 600;
	margin-top: 15px;
}
.tinKhac p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #6183c6;
	color: #fff;
	font-weight: 600;
	padding: 0px 20px;
	margin-top: 15px;
}
.tinKhac li{
	margin-top: 10px;
}
.tinKhac a{
	color: #333;
	font-size: 14px;
	font-weight: 600;
}
.tinKhac a:hover{
	text-decoration: none;
	color: #6183c6;
}
@media(max-width: 768px){
	.rightContent{
		padding: 0px;
	}
	.tinTucTt{
		margin-top: 20px;
	}
	.tinTucCont img{
		width: 96% !important;
		height: auto !important;
	}
}