.header-screen{
	margin: 0;
	padding: 0;
	height: 800px;
	overflow: hidden;
}
.header-screen > .bg{
	height: 800px;
	overflow: hidden;
}
.menu-header{
	height: 75px;
	border-bottom: 1px solid #ccc;
	display: block;
	color: #000;
}
.menu-header:hover{
	color: #000;
	background-color: #f0f0f0;
}
.menu-header i{
	height: 65px;
	background-color: #013C64;
	color: #fff;
	width: 50px;
	padding: 10px;
	margin: 5px;
	padding-top: 20px;
	font-size: 30px;
	display: block;
	float: left;
	text-align: center;
}
.menu-header span{
	height: 55px;
	width: calc(100% - 60px);
	margin-top: 20px;
	padding: 10px;
	padding-top: 0px;
	font-size: 20px;
	display: block;
	float: left;

}
.header-screen > .overlay{
	position: relative;
	top: -800px;
	height: 800px;
	overflow: hidden;
	background-color: #000;
	opacity: 0.2;
}
.header-screen > .inner{
	position: relative;
	top: -1600px;
	height: 800px;
	overflow: hidden;
}

.header-screen > .inner .header-top{
	position: relative;
	z-index: 1000;	
}
/* Text Intro */
.header-screen > .inner .textzone{
	margin-top: 150px;
	clear: both;
	float: right;
	width: 270px;
	height: 320px;
	overflow: hidden;
}
.header-screen > .inner .textzone > .bg{
	background-color: #212121;
	opacity: 0.9;
	height: 320px;
}
.header-screen > .inner .textzone > .inner{
	position: relative;
	top: -320px;
	height: 300px;
	padding: 20px 10px;
	color: #FFF;
}
.header-screen > .inner .textzone > .inner h3{
	font-size: 18px;
	font-weight: bold;
	color: #4FC3F7;
}

/* Hilight */
.header-screen > .inner .lastnews{
	clear: both;
	background-color: #FFF;
	height: 230px;
	border-bottom: 1px solid #212121;
}
.header-screen > .inner .lastnews a.news{
	display: block;
	height: 200px;
	overflow: hidden;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #FFF;
	border-radius: 5px;
	transition: all 0.5s ease;
}
.header-screen > .inner .lastnews a.news:hover{
	background-color: #BBDEFB;
	border: 1px solid #2196F3;
}
.header-screen > .inner .lastnews .img{
	width: 180px;
	height: 180px;
	float: left;
	border: 1px solid #212121;
	border-radius: 5px;
	margin-right: 10px;
	background-size: cover;
}
.header-screen > .inner .lastnews .text h3{
	font-size: 20px;
	color: #3F51B5;
	font-weight: bold;
}
.header-screen > .inner .lastnews .text .date{
	font-size: 12px;
	background-color: #616161;
	padding: 5px;
	border-radius: 5px;
	color: #E0E0E0;
}

/* Lastnews */
.contentlist a.imgnews{
	height: 250px;
	display: block;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	overflow: hidden;
}
.contentlist .imgnews .date{
	display: inline-block;
	background-color: #616161;
	padding: 5px;
	border-radius: 0px 5px 5px 0px; 
	margin: 10px 0 160px 0;
	color: #E0E0E0;
}
.contentlist a.imgnews:hover .info{
	position: relative;
	opacity: 0.8;
	margin-top: -100px;
	height: 250px;
	white-space: normal;
}
.contentlist .imgnews .info{
	height: 50px;
	overflow: hidden;
	display: block;
	padding: 10px 5px;
	background-color: #212121;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s ease;
}
/* Lastbook */
.lastbook a{
	text-decoration: none;
	color: #212121;
}
.lastbook a span.imgnews{
	display: block;
	height: 400px;
	background-size: cover;
	background-position: center;
	border: 1px solid #212121;
	border-radius: 5px;
}
@media (max-width: 991px){
	.header-screen > .inner .lastnews a.news{
		height: 100px;
	}
	.header-screen > .inner .lastnews .img{
		width: 80px;
		height: 80px;
	}
	.header-screen > .inner .lastnews .text h3{
		font-size: 16px;
	}
}
@media (max-width: 767px){
	/* Text Intro */
	.header-screen > .inner .textzone{
		margin-top: 200px;
		clear: both;
		float: right;
		width: 200px;
		height: 270px;
		overflow: hidden;
	}
	.header-screen > .inner .textzone > .bg{
		background-color: #212121;
		opacity: 0.9;
		height: 270px;
	}
	.header-screen > .inner .textzone > .inner{
		font-size: 12px;
		position: relative;
		top: -270px;
		height: 300px;
		padding: 20px 10px;
		color: #FFF;
	}
	.header-screen > .inner .textzone > .inner h3{
		font-size: 15px;
		font-weight: bold;
		color: #4FC3F7;
	}
	.header-screen > .inner .lastnews .text h3{
		font-size: 12px;
		margin: 0;
	}
	
	.header-screen > .inner .lastnews .text .date{
		font-size: 10px;
		padding: 3px;
	}
	/* Lastnews */
	.contentlist a.imgnews{
		height: 100px;
	}
	.contentlist .imgnews .date{
		font-size: 10px;
		margin: 10px 0 35px 0;
	}
	.contentlist .imgnews .info{
		height: 30px;
		font-size: 12px;
	}
}