#pvt-main {
    margin: 30px 0 50px;
}
#post-content h1 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.4em;
}
#post-content h1::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 53px;
    height: 2px;
    background: #000;
}
ul.pagination {
    display: block;
    margin: 30px auto 0;
	padding-top:30px;
	border-top:1px dashed #e5e5e5;
}
.pagination>li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.pagination>li>a, 
.pagination>li>span {
    color: #FFF;
    width: 54px;
    font-size: 20px;
    background: #00984a;
    text-align: center;
    border: 1px solid #00984a;
    border-radius: 5px !important;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.pagination>.active>span, 
.pagination>.active>span:hover {
    background: #FFF;
    color: #00984a;
    border-color: #00984a;
}
.group-item {
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:20px;
}
.group-item::after {
	content:'';
	display:table;
	clear:both;
}
.promotion {
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:33.333333333%;
}
.promotion .inner {
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);	
}
.promotion .thumb {
	overflow:hidden;
	border-radius:5px 5px 0 0;
}
.promotion .text {
	padding: 10px;
	position: relative;
	border:1px solid #d9d9d9;
	border-top:0;
	border-radius:0 0 5px 5px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.promotion .text:hover {
	border-color:#00984a;
}
.promotion h2 {
	margin:0;
	font-weight:700;
	line-height:25px;
}
.promotion h2 a {
	position:relative;
	display:block;
	font-size:16px;
	height:50px;
	overflow: hidden;
	text-transform:uppercase;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	color:#000;
}
.promotion:hover h2 a {
	color: #ab8e66 ;
}
.entry {
    color: #444;
    line-height: 25px;
    text-align: justify;
}

.date-time {
	text-align: center;
	margin-bottom: 5px;
}
.date-time ul,
.date-time li {
	display: inline-block;
	vertical-align: middle;
}
.date-time li {
	color: #666666;
	font-style: italic;
	position: relative;
}
.date-time li.sap {
	margin: 0 3px;
}

.text-time {
	text-align: center;
}
.dangdienra {
	color: #00904c;
}
