.article-img {
	max-height: 500px;
	object-fit: cover;
	width: 100%;
}

.news-title {
	font-size: 28px;
}

.news-lead {
	background-color: #f1f1f1;
	border-radius: 10px;
	border-left: 5px solid #198754;
	padding: 25px 35px;
	color: 666;
	margin-bottom: 35px;
}

.article-content {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
}

.category-tag-company {
	background-color: #0d6efd;
	padding: 10px 15px;
	font-size: 14px;
}

.category-tag-product {
	background-color: #198754;
	padding: 10px 15px;
	font-size: 14px;
}

.news-card:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.img-cover {
	object-fit: cover;
	height: 200px;
}

.category-nav {
	background: #f8f9fa;
	padding: 15px 0;
}

.category-nav .nav-link {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding: 8px 20px;
}

.category-nav .nav-link.active {
	background: #0d6efd;
	color: #fff;
	border-radius: 5px;
}

.page-title {
	border-left: 4px solid #0d6efd;
	padding-left: 12px;
}