/* Tin tức */
/* CARD DỊCH VỤ */
.tin_tuc .box-blog-post {
	border-radius: 16px;
	overflow: hidden;
	background: #f5f7f5;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}

.tin_tuc .box-blog-post:hover {
	transform: translateY(-3px);
}

/* ẢNH TRÊN */
.tin_tuc .box-image img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

/* PHẦN TEXT */
.tin_tuc .box-text {
	padding: 25px;
}

/* ẨN DIVIDER VUÔNG */
.tin_tuc .is-divider {
	display: none;
}

/* TIÊU ĐỀ */
.tin_tuc .post-title {
	font-size: 18px;
	color: var(--color-black);
}

.tin_tuc .post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 2.6em;
}

/* Hover đổi màu tiêu đề */
.tin_tuc .box-blog-post:hover .post-title a {
	color: var(--color-chinh);
}

/* MÔ TẢ */
.tin_tuc .from_the_blog_excerpt {
	color: var(--color-black);
	font-size: 14px;
	line-height: 1.6;
}

/* NÚT CHI TIẾT */
.tin_tuc .button.is-link {
	background: none;
	color: var(--color-chinh);
	font-size: 15px;
	margin-top: 0 !important;
}

.tin_tuc .button.is-link:after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 8px;
}

.img_anh img {
	border-radius: 8px;
}

/* RESPONSIVE */



/* Bài viết */
.bv-box {
	background: var(--color-white);
	border-radius: 10px;
	border: 1px solid var(--color-chinh);
	overflow: hidden;
}

/* Header */
.bv-header {
	padding: 12px 16px;
	font-weight: 700;
	border-bottom: 1px solid var(--color-chinh);
	font-size: 15px;
	color: var(--color-black);
}

/* Row */
.bv-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	transition: background 0.25s;
}

.bv-row:last-child {
	border-bottom: none;
}

/* Image */
.bv-img {
	position: relative;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

.bv-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

/* Number on image */
.bv-number {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 22px;
	height: 22px;
	background: var(--color-chinh);
	color: var(--color-white);
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

/* Content */
.bv-info {
	flex: 1;
}

.bv-title-post {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-black);
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bv-row:hover .bv-title-post {
	color: var(--color-chinh);
}

.bv-date {
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

.blog-wrapper .entry-content.single-page p{
	color: #000;
}
.blog-wrapper .entry-content.single-page h4,
.blog-wrapper .entry-content.single-page h2
{
	color: var(--color-phu) !important;
}
.blog-wrapper .entry-title{
	color: var(--color-phu) !important;
}
.comments-area{
	display:none;
}
/* Mobile */
@media (max-width: 600px) {
	.bv-img {
		width: 50px;
		height: 50px;
	}

	.bv-title-post {
		font-size: 13px;
	}

	.bv-number {
		width: 20px;
		height: 20px;
		font-size: 11px;
	}
}
@media (max-width:768px) {
	.tin_tuc .box-text {
		padding: 20px;
	}

	.tin_tuc .post-title {
		font-size: 18px;
	}

	.tin_tuc .from_the_blog_excerpt {
		font-size: 14px;
	}

}
