.col_left {
	background: #fff;
	padding: 15px;
}
@media (min-width: 768px) {
	.col-right {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.col-right {
		margin-top: 15px;
	}
	img {
		height: auto !important;
	}
}
.ct-news {
	margin-top: 20px;
}
/*******box category************/
.box_category .title_box {
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;

}
.box_category .title_box h2 {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}
.box_category .content_box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.box_category .content_box li {
	padding: 10px 0;
}
.box_category .content_box li a {
	font-size: 14px;
	color: #333;
}
.box_category .content_box li.active a{
	color: #ff6501;
	font-weight: bold;
}
.box_category .content_box li a:hover {
	color: #ff6501;
}
/*******box category************/

/**********LIST NEWS*************/
.list_news {
	padding: 15px;
}
.list_news .item {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.list_news .item .short {
	max-height: 105px;
	overflow: hidden;
}
.list_news .item .logo {
	float: left;
	margin-right: 15px;
	width: 30%;
}
.list_news .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.list_news .item h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.list_news .item .date_post {
	font-size: 13px;
	color: #ccc;
	margin-bottom: 0px;
}
.list_news .item .date_post a {
	color: #ccc;
	pointer-events: none !important;
}
.pagination {
	margin-top: 15px;
}
@media (max-width: 480px) {
	.list_news .item .logo {
		float: none;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}
}
/**********LIST NEWS*************/


/************DETAIL NEWS*******************/
.detail_news {
	padding: 15px;
}
.detail_news .short {
	margin-bottom: 15px;
	font-weight: bold;
}
.detail_news .desc {
	text-align: justify;
}
.detail_news .desc img {
	margin: 0 auto;
  height: auto !important;
}
.detail_news .date_post_social {
	font-size: 13px;
	color: #ccc;
	margin-bottom: 15px;
}
/************DETAIL NEWS*******************/

/*****************OTHER NEWS*********************/
.other_news {
	margin: 15px 0;
}
.other_news h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.other_news .item_other {
	float: left;
	width: 32%;
	margin-right: 15px;
}
.other_news .item_other:last-child {
	margin-right: 0;
}
.other_news .item_other .img {
	margin-bottom: 10px;
	max-height: 160px;
	min-height: 160px;
	overflow: hidden;
}
.other_news .item_other h3 {
	margin-bottom: 5px;
	font-size: 16px;
}
.other_news .item_other .date_post {
	font-size: 13px;
	color: #ccc;
}
@media (max-width: 767px) {
	.other_news .item_other {
		width: 100%;
		margin-bottom: 15px;
	}
	.other_news .item_other .img {
		float: left;
		width: 30%;
		margin-right: 15px;
		max-height: unset;
		min-height: unset;
		margin-bottom: 0;
	}
}
/*****************OTHER NEWS*********************/