.tabnews-content .tab-pane{
	display: none;
	margin-bottom: 0 !important;
}
.tabnews-content .tab-pane.active{
	display: block;
}  
.mask-tabnews .nav-link{
	font-weight: normal !important;
	font-size: 18px !important;
}
.mask-tabnews .nav-tabs .nav-link.active{
	    text-decoration: none !important;
	    color: #FFF  !important;
}
.mask-tabnews .nav-tabs .nav-link{
	color: #003c6e  !important;
}
.tabnews-content .tab-pane{
	border: 1px solid #003c6e;
	border-top:0;
}
.tabnews-content .ce-above,
.tabnews-content .textpic{
	display: flex;
}
.tabnews-content .ce-bodytext,
.tabnews-content .textpic .card-body{
	width: 50%;
	padding-left: 10px;
}
.tabnews-content .textpic.card{
	flex-direction: row !important;
}

.tabnews-content .ce-gallery,
.tabnews-content .textpic .img-wrap{
	width: 50%;
	padding-right: 10px
}
@media (max-width: 767px) {
.tabnews-content .ce-bodytext,
.tabnews-content .textpic .card-body,
.tabnews-content .ce-gallery,
.tabnews-content .textpic .img-wrap{
	width: 100%;
}
.tabnews-content .ce-above,
.tabnews-content .textpic{
	display: grid;
}
}
