.paging {
	text-align: center;
}

.pagination .active a {
	background-color: #005197;
	border-color: #005197;
}

.news-model {
	margin-top: 15px;
}

.news-model span {
	float: right;
}

.news-model a {
	color: #666;
	font-size: 16px;
}

.news-model a:hover,
.news-model a:focus {
	text-decoration: none;
	color: #d30a1c;
}

.news-model p {
	margin-top: 5px;
	font-size: 13px;
}

.model-details-product-title {
	padding: 15px 0;
	font-size: 18px;
	border-bottom: 1px #005197 solid;
	color: #286090;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.model-foot {
	padding: 5px 0;
	font-size: 14px;
	color: #545353;
	margin-top: 10px;
	text-align: center;
}

.model-details {
	font-size: 16px;
	line-height: 1.8;
}

.news-item {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.news-item a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.news-item a:hover {
	color: #286090;
	text-decoration: underline;
}

.news-date {
	color: #999;
	font-size: 14px;
	float: right;
}

.service-intro {
	margin-top: 20px;
}

.departments-list {
	margin-top: 30px;
}

.departments-list ul {
	list-style: none;
	padding: 0;
}

.departments-list li {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 8px;
	border-left: 4px solid #2F5597;
}

.departments-list li h4 {
	color: #286090;
	margin-bottom: 10px;
}

.departments-list li p {
	color: #666;
	line-height: 1.8;
	margin: 0;
}

.list-group-item {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

.list-group-item:hover {
	background-color: #f9f9f9;
}

.list-group-item-heading {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-bottom: 5px;
}

.list-group-item-text {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.mtg-section,
.tek-section {
	margin-top: 20px;
}

.mtg-card, .tek-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	background-color: #fff;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.mtg-card .card-footer, .tek-card .card-footer {
	margin-top: 0;
	padding: 10px 15px;
}

.mtg-card:hover,
.tek-card:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.mtg-card-img,
.tek-card-img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.mtg-card-body,
.tek-card-body {
	padding: 15px;
}

.news-card-title,
.mtg-card-title,
.tek-card-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}

.card-title {
	font-size: 16px;
	margin-bottom: 5px;
	height: 40px;
	overflow: hidden;
	color: #286090;
}

.card-text {
	font-size: 13px;
}

.news-card-title a,
.mtg-card-title a,
.tek-card-title a {
	color: #286090;
	text-decoration: none;
}

.mtg-card-title a:hover,
.tek-card-title a:hover {
	color: #286090;
}

.mtg-card-info,
.tek-card-info {
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}

.mtg-card-info i,
.tek-card-info i {
	margin-right: 5px;
	color: #286090;
}

.card-meta {
	font-size: 13px;
	color: #999;
	margin-top: 10px;
}