.topic{
	
}
/* header topic */
.topic .header{
	background-color: #233f88;
	min-height:100px;
	padding:55px 15px 25px 15px;
}

.header .title h1{	
	color: #fff;
	font-family: 'Roboto Slab', serif ;
	font-size: 25px;
	font-weight: 400;
	line-height: 36px;
	text-align:left;
	margin-top:0;
	text-transform:uppercase;
}
.header .link{
	text-align:right;
	margin-top:10px;	
}
.header .link li{
	display:inline-block;
}
.header .link a{	
	color: #b2b2b2;
	font-size: 13px;
	padding-left:15px;	
}
.header .link a:hover{
	color:#fff!important;
}
.header .link:first-child a{
	padding-left:0;
}
.header .link span{
	padding-left:10px;
}
/* header topic 
-------------------------------------------------------*/

/* line */
.topic .line{
	border:0;
	line-height:0;
	margin:0;
}
.topic .line img{
	width:100%;
}
/* line 
------------------------------------------------------*/


/* list-news */
.list-news{
	background-color:#fff;
	margin-bottom:30px;	
	padding: 0 15px 40px 15px;
}

.list-news .hover-item{
	padding-top:40px;
}
.list-news .hover-item .title{
	text-align:left;
	margin-bottom:10px;
}
.list-news .date{	
	color: #b2b2b2;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
}

.list-news .hover-item:hover .title{
	color: #2e894f;
}

@media (min-width:1049px){
	.list-news .hover-item:nth-child(5),
	.list-news .hover-item:nth-child(9){
		clear:both;
	}
}
/* list-news 
-----------------------------------------------------*/

/* phan trang */
.pagelist nav {margin-top:2px; text-align:center;padding-bottom:30px}
.pagination li a{margin:0 8px;border-radius:3px; color: #556270;font-size: 18px;font-weight: 400;line-height: 16px;padding:7px 12px}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #556270;
    cursor: default;
    background-color: #d7d7d7;
    border-color: #d7d7d7;
}
.pagination li:first-child a,.page_list_thau .pagination li:last-child a{padding:7px 25px!important;}
.pagination li:last-child a{ margin-right:0!important;}

/* phan trang 
-----------------------------------------------------*/