#news_activity {
	background: url('../../assets/img/company-profile/bg.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 30px;
}

.padding{
	padding-left: 15px;
}

#news_activity .title_page{
	font-family: 'DBHeavent-BoldExt';
	font-size: 25px;
	padding-top:30px;
    padding-left: 15px;
    color: #9A0D13;
}

#news_activity .title_news{
	padding-top:10px;
	padding-bottom:10px;
    padding-left: 15px;
    color: #9C1D20;
    font-size: 	20px;
    font-family: 'DBHeavent-BoldExt';
}

#news_activity .title_news a {
	font-family: 'DBHeavent-BoldExt';
	font-size: 25px;
    color: #9A0D13 !important;
}

#news_activity .title_news a:hover {
    text-decoration: none;
}

#news_activity .detail_news{
	font-family: 'DBHeavent-Regular';
	font-size: 20px;
	padding-bottom:10px;
	padding-top:10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #303030;
    line-height: 1;
    height: 	55px;
    overflow: 	hidden;	
}

#news_activity .liner-gray {
    width: 96%;
    height: 1px;
    float: right;
    background-color: #AAA;
    margin-bottom: 10px;
  
}

#news_activity .line-red {
	height: 5px;
	width: 15%;
	background-color:#9A0D13;
}

#news_activity .icons {
	padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

#news_activity .date {
	display: inline-block;
	font-size: 20px;
	font-family: 'DBHeavent-Regular';
	color: #58595B;
	padding-left: 15px;
}
#news_activity .more {
	display: inline-block;
	float:right;
	color: #58595B;
}
#news_activity .more > a {
	font-family: 'DBHeavent-Regular';
    font-size: 20px;
	color: #58595B  !important;
}
#news_activity .more  a:hover {
	color: #58595B ;
	text-decoration: none;
}

#news_activity .icons_zoom {
	display: inline-block;
	float: right;
	padding-top: 5px;
    padding-left: 10px;
    padding-right: 15px;
}

#news_activity .border {
	border: 1px solid #C5C5C5;
}

ul.pagination{
	    margin: 10px 0 10px;
}

#news_activity .read-more{
    display: inline-block;
}



/* @media (max-width:768px) {
   #news_activity .liner-gray {
	    width: 96%;
	    height: 1px;
	    float: right;
	    background-color: #AAA;
	    margin-bottom: 10px;
	}
} */