/*:root {
	--color1: #121a37;
	--color2: #ff5e15;
	--color3: #ffa800;
	--color4: #21a010;
	--color5: #0a1024;
	--color6: #070b1b;
	--color7: #050918;
	--color8: #ffc600;
	--color9: #c40172;
	--color10: #990fff;
	--color11: #ff7500;
	--color12: #0072b1;
	--color13: #55a61d;
	--color14: #e90133;
	--color15: #02728e;
	--color16: #1ec8bf;
	--color17: #ff4747;
	--color18: #ffe27a;
	--color19: #1f5abc;
	--color20: #d2eaff;
	--transition: all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
	--transition2: all .3s linear;
	--pill: 2.5rem;
	--round: 50%;
	--curve: 3px;
	--full: 100%;
}*/
.bg-news {
	box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
	border-radius: 5px;
	height:100%;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.bg-news:hover {
	-webkit-transform: translateY(-10px) !important;
	transform: translateY(-10px) !important;
}
.evofp-table-cell{
	margin-bottom: 15px;
}
.bg-news .body{
	padding:40px 20px 20px 20px;
	/*-webkit-transition: .5s;
	transition: .5s;*/
}
.bg-news .date-news{
text-align: center;
}

.bg-news .evofp-date-author {
	position: absolute;
	left: 20px;
	/*background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);*/
	background: linear-gradient(135deg, #012e6f 0%, #00579c 100%);
		color: #fff;
	padding: 8px 16px;
	font-size: 13px;
	border-radius: 50px;
	transform: translateY(-20px);
}
.bg-news .evofp-date-author {
	left: auto;
	right: 30%;
}
.bg-news h3 {
	
	line-height: 30px;
	margin-bottom: 15px;
	color:#0e314c;
}
.bg-news .intro_news {
	color: #6084a4;
	line-height: 1.9;
}
.bg-news .intro_news p{
	margin-bottom: 0px !important;
}

.evofp-readon-div {
	
	bottom: 15px;
	position: absolute;
	left: 30px;
}
.archivenews-div  .evofp-readon svg {
	-webkit-transition: .5s;
	transition: .5s;
	width: 15px;
}
 .news-full-archivenews{
	text-align: left;
	margin: 15px;
}
.news-full-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-full-archivenews .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #ffffff;
	background: #13c4a1;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.news-full-archivenews .btn::after {
	right: 0;
}
.news-full-archivenews .btn::before {
	left: 0;
}
.news-full-archivenews .btn:hover::after, .btn:hover::before {
	width: 50%;
}
.news-full-archivenews .btn::after, .btn::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	-webkit-transition: .4s;
	transition: .4s;
	background: #13c4a1;
	z-index: -1;
	border-radius: 5px;
}