body {
	background: none #dadada !important
}
.news-card {
	background: #FFF;
	position: relative;
	text-align: left;
	border-radius: 5px;
}
.news-card-text {
	width: 100%;
	display: block;
	position: relative;
	color: #333;
	padding: 20px 20px 40px 20px;
	font-family: 'Prompt', sans-serif !important;
	height: 160px;
}
.news-card-text .title {
	margin: 0 0 5px 0;
    padding: 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    min-height: 25px;
    max-height: 50px;
    overflow: hidden;
	/* font-size: 14px;
	margin-top: 10px;
	font-weight: 800; */
	/* font-size: 14px;
    line-height: 22px;
    font-weight: 600;
	color: #333;
	text-transform: uppercase */
}
.news-card-text .description  {
	font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    max-height: 44px;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0.8;
	/* font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    max-height: 44px; */
	/* font-size: 12px; */
	/* padding: 0;
	margin: 0;
	width: 100%;
	height: 50px;
	line-height: 1.2em;
	overflow: hidden;
	overflow-y: auto; */
}
.news-card-text .text {
	position: absolute;
    display: block;
    width: 100%;
    padding-right: 50px;
    bottom: 20px;
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    color: #0b4da1;
}

.news-card:hover .news-card-text,
.news-card:hover .news-card-text .title,
.news-card:hover .news-card-text .description,
.news-card:hover .news-card-text .text {
	color:#fff;
}
.news-card-body {
	transition: all ease-in-out .5s;
	min-height: 150px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #FFF
}
.news-card:hover .news-card-body {
	background: #1159b6
}
.news-card:hover .news-card-text p, .news-card:hover .news-card-text small, .news-card:hover .news-card-text h5, .news-card:hover .btn-fev i {
	color: #FFF
}
.card-img-top {
	width: 100%;
	overflow: hidden;
}
.card-img-top img {
	width: 100%;
}
.news-card .card-img-top img {
	transition: all ease-in-out .3s;
}
.news-card :hover .card-img-top img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.btn-fev {
	border: none;
	background: transparent;
	position: absolute;
	right: 2px;
	bottom: 45px;
	cursor: pointer
}
.btn-fev i {
	font-size: 30px;
	color: #333
}
.newshead {
	display: block;
	background: url('../images/bgNext.png') no-repeat 2% 50%;
	background-size: 50px;
	height: 90px;
	width: 100%;
	position: relative;
}
.newshead h2 {
	font-size: 30px;
	display: inline-block;
	position: absolute;
	width: auto;
	left: 90px;
}
.breadcrumb {
	margin-bottom: 0;
}