.list-group {
	margin-bottom: 0;
	border-radius:0;
}
.list-group-item {
	background-color: transparent;
	border: 0;
   
}
.news .list-group h3 {
  font-size:1.2rem;
    text-transform:uppercase;
}
.news .list-group h3 a {
  color:inherit;
  text-decoration:none;
}
.news .list-group .lead p {
	font-size: 0.8rem;
}
.news-list-item > div {
  display:flex;
  flex-direction:column;
   
}
.news-list-item .extra {
  display:none!important;
}
.news-single .extra {
    font-size:0.8rem;
}

.news-list-item .borbot {
border-bottom:1px solid #365872;
}

.list-group li:last-child .row {
	margin-bottom: 0 !important;
}
.ceblock > .frame > div.news-single {
	padding: initial;
}
.news-single .article > .row {
	padding: 20px;
}
.news-single .article .headerdetail {
	background-color: #365872;
}
.news-single .news-text-wrap p:last-child {
	margin-bottom: 0;
}
.news-list-item .news-date.text-muted.small {
	background: rgba(77, 133, 140, 0.7);
	display: block;
	color: #fff !important;
	width: max-content;
	position: absolute;
	margin-top: 20px;
	padding: 10px;
	font-weight: 600;
}
.btn-back {
	color: rgb(77, 133, 140);
	border-radius: 0;
	border: 0;
	font-size: 0.825rem;
	padding: 0;
	width: fit-content;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	display: block;
}
a.btn-back{
	color: rgb(77, 133, 140);
	text-decoration: none;
}

.news .btn-read-more {
	color: rgb(77, 133, 140) !important;
	font-size: 1rem;
	width: fit-content;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	padding-left: 5px;
	text-decoration: none;
}
