
.bg-news2 {
	box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
	border-radius: 5px;
	height:100%;
	/*transition:all 0.3s ease !important;
	-webkit-transition:all 0.3s ease !important;*/
}

.bg-news2 img:hover  {
	
	opacity: 1;
}
.evofp-table-cell{
	margin-bottom: 15px;
}
.bg-news2 .body{
	padding:10px;
	
}
.bg-news2 .date-news{
text-align: right;
padding: 10px 5px 0px 0px;
}


.bg-news2 h3 {
	
	line-height: 30px;
	margin-bottom: 15px;
	color:#0e314c;
}
.bg-news2 .intro_news {
	color: #6084a4;
	line-height: 1.9;
}
.bg-news2 .intro_news p{
	margin-bottom: 0px !important;
}

.bg-news2 .evofp-readon-div {
	
	bottom: 15px;
	position: absolute;
	left: 30px;
}
.bg-news2  .evofp-readon svg {
	/*-webkit-transition: .5s;
	transition: .5s;*/
	width: 15px;
}
.news-full2-archivenews{
	text-align: left;
	margin: 15px;
}
.news-full2-archivenews .btn {
	font-weight: 700;
	font-size: 16px;
	border: none;
	padding: 13px 31px;
	border-radius: 5px;
	text-transform: uppercase;
	position: relative;
	/*-webkit-box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);*/
	box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
	z-index: 1;
	/*-webkit-transition: .9s !important;
	transition: .9s !important;*/
}
.news-full2-archivenews .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #ffffff;
	background: #13c4a1;
	/*-webkit-transform: translateY(-5px);
	transform: translateY(-5px);*/
}
.news-full2-archivenews .btn::after {
	right: 0;
}
.news-full2-archivenews .btn::before {
	left: 0;
}
.news-full2-archivenews .btn:hover::after, .btn:hover::before {
	width: 50%;
}
.news-full2-archivenews .btn::after,.news-full2-archivenews .btn::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	/*-webkit-transition: .4s;
	transition: .4s;*/
	background: #13c4a1;
	z-index: -1;
	border-radius: 5px;
}
.bg-news2 .news-img img{
	width: 100%;
}
.news-img {
  text-align: center;
}