.news-title a {
	font-size: 17px;
	font-weight: 500;
	color: #00aeef;
}

.news-title a:hover {
	text-decoration: none;
	color: #ef1922;
	transition: all 0.2s linear;
}

#blog-page img {
	max-width: 200px;
	height: 150px;
	object-fit: cover;
	border: 0.5px solid #DDD;
	border-radius: 10px;
	margin-right: 10px;
}

#blog-page span {
	text-align: justify;
}

.paging a {
	text-decoration: none;
	margin-left: 15px;
	color: rgba(0, 174, 239, 1);
	font-weight: 500;
}

.paging a#selected {
	margin-top: -2px;
	background: #ef1922;
	color: white;
	font-weight: 600;
	padding: 2px 11px;
	border-radius: 3px;
}

.news-details-title a {
	font-size: 22px;
	font-weight: 500;
	color: #00aeef;
	text-transform: uppercase;
}

.news-details-title a:hover {
	text-decoration: none;
	color: #ef1922;
	transition: all 0.2s linear;
}

.news-related-item {
	max-width: 250px;
	margin-right: 20px;
}

.news-related-item a p {
	font-size: 15px;
	text-decoration: none !important;
	color: #000;
	margin-top: 10px;
}

.news-related-item a:hover p {
	text-decoration: none;
	color: #00aeef;
	transition: all 0.2s linear;
}

.news-related-title {
	font-size: 22px;
	font-weight: 500;
	color: #00aeef;
}

.news-related-title color {
	color: #ef1922;
}


.footer {
	background: none !important;
}
