/* liên thông chính quy */
.info-header .info_container {
  top: 0;
  bottom: auto;
  position: static;
  z-index: 1;
  width: 100%;
}
.info-header .info_container .topic{
    position: absolute;
	top:0; 
	z-index: 1;
	margin:0;
	padding: 20px 15px;	
}

.info-header .info_container .topic a{
	display:block;
	text-transform: uppercase;
	color: #6c6c6c;
	font-family: 'HungHauRegular', serif;
	font-size: 25px;
	font-weight: 400; 
	margin:0;		
	padding:15px;	
}
.info-header .info_container .topic span{
	display:block;
}
.ts-box-item  > div{
	min-height:330px;

}
.info-header img{
	width:100%;
}
.info-header .topic a{
	display:block;
	text-transform:uppercase;
	color: #636363;
	font-family: 'HungHauRegular', serif;
	font-size: 25px;
	font-weight: 400;
}
.info-header .topic span{
	display:block;
	line-height:30px;	
}
.info-header .see-all{
	right:auto;
	left:15px;
	top:100px;
}
.info-body .box-list{
	padding: 25px 0 20px 0;	
}

/* hover */
.info-header:hover .info_container{
	position:absolute;
	background-color: rgba(41, 128, 37, 0.8);
	height:100%;
	padding:20px;
}
.info-header:hover .info_container .topic{
	position:relative;
	text-align:center;
	margin-top:10px
}
.info-header:hover .info_container .topic a{
	color:#fff!important;
	width:100%;
	margin-top:0;
}
.info-header:hover .info_container .topic span{	
	 text-decoration: underline;
}
.info-header:hover .info_container .see-all{
	position:static;
	text-align:center;
	top:auto;
	left:auto;
}
.info-header:hover .info_container .see-all a span{
	color:#fff;	
}
.info-header:hover .ts-hover{	
	width:100%;
	height:100%;
	border:1px solid #fff;
	
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* liên thông chính quy 
--------------------------------------*/