/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.news-list{
	position: relative;
}
.entry-content-list{
	position:absolute;
	bottom:0px;
	width:100%;
	left:0;
	z-index:999;
	background:rgb(245 245 246 / 91%);
	padding:10px
}

.featured .entry-content-list{
	padding:20px
}