
body {
	--main-color: #1768c1;
}
.card-header {
	background-color: var(--main-color);
	color: #fff;
}
.navbar-brand img {
	max-height: 50px;
	width: auto;
}
.nav-link {
	color: var(--main-color);
	border-bottom: 1px solid #ddd;
}
#main-nav-left li:last-child  a {
	border-bottom: none;

}
.nav-link.active {
	color: #0d6efd;
	font-size: 18px;
	font-weight: 700;
}
.last-news {
	margin-top: 30px;
	margin-bottom: 30px;
}
.single-news {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
}
.single-news .thumb {
	padding: 0;
}
.thumb {
	overflow: hidden;
}
.thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-news .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-title {
	font-weight: 700;
}
.single-news .date {
	font-size: 14px;
	margin-bottom: 0;
	text-align: right;
}
.general-info ul {
	padding-left: 20px;
}
.general-info li {
	list-style: none;
}
.general-info li span {
	font-weight: 700;
	font-size: 16px;
	padding-left: 6px;
}

th.sorting  {
	font-size: 12px;
}

table.dataTable td.dt-control:before {
		border-radius: 0;
}
tr.shown td.dt-control:before {
	content: '↓'!important;
	background-color: #ff1a00;

}
table.dataTable td.dt-control:before{
	content: '→';
}

.child-table {
	padding-left: 20px;
}