.news{
	min-height: 100vh;
	padding-top: 150px;
	position: relative;
	z-index: 10;
	opacity: 0;
}
.bgcover{
	width: 100%;
	height: 100vh;
	background-image: url('../images/home_bg1.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	opacity: 0.7;
}
#news-block{

}
.news_title{
	padding: 0 0 0 25px;
	font-size: 36px;
	color: white;
	border-left: 10px solid #88B942;
	line-height: 1em;
	margin-bottom: 10px;
	mix-blend-mode: difference;
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
	margin-top: -20px;
	font-weight: 400;
}
.news_title span{
	font-size: 30px;
}
.news-item{
	width: calc( 25% - 0px );
	padding: 15px;
	transition: 0.2s;
	cursor: pointer;
}
.news-item.nit{
	padding-left: 30px;
}
.news-item.hani:hover{
	transform: translateY(5px);
}
.news-item-block{
	background-color: rgba(255,255,255,1);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.nib-photo{
	width: 100%;
}
.nib-title{
	width: 100%;
	padding: 0px 20px 20px;
	color: #333;
	line-height: 1.5em;
}
.nib-date{
	display: inline-block;
	padding: 0px 15px;
	font-style: italic;
	background-color: rgba(136, 185, 66, 0.8);
	color: white;
	border-radius: 0 8px 8px 0;
	margin-bottom: 15px;
}

.pager{
	margin-top: 50px;
}
.newsphotoblock{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.newsphoto{
	max-width: 100%;
	width: auto;
	max-height: 600px;
}
.news-date{
	color:rgba(0, 107, 54, 1);
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: -10px;
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
}

@media(max-width: 1200px){
	.news-item{
		width: calc( 33% - 0px );
		padding: 15px;

	}
}
@media(max-width: 991px){
	.news-item{
		width: 50%;
		padding: 15px;

	}
}
@media(max-width: 576px){
	.news-item{
		width: 100%;
		padding: 15px 0;

	}
}

@media(max-width: 576px){
	.news{
		padding-top: 80px;
	}
	.news-item-block{
		border-radius: 0;

	}
	.nib-photo{
		max-height: 300px;
		overflow: hidden;
	}
	.news_title{
		margin-top: 0px;
	}
}
