.article-content .rte h6, .article-content .rte h5 {display:none}
.article-content .rte .swiper-button {
	margin:20px 0;
}

.ha-rte{
	padding: 10px;
}

.ha-article-banner {
	margin: -1px -1px 0 -1px !important;
}

.ha-banner-img {
	width: 100% !important;
	height: 340px !important;
	object-fit: cover !important;
	display: block !important;
}

.ha-banner-box {
	padding: 24px 28px 10px !important;
}

.ha-banner-badge {
	display: inline-block;
	background: #e02424 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	padding: 5px 12px !important;
	border-radius: 4px !important;
	margin-bottom: 12px !important;
	text-transform: uppercase;
}

.ha-banner-box h1 {
	font-size: 26px !important;
	font-weight: 700 !important;
	margin: 0 0 14px 0 !important;
	line-height: 1.35 !important;
}

.ha-banner-meta {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	font-size: 13px !important;
	color: #888 !important;
}

.ha-banner-author {
	color: #e02424 !important;
	font-weight: 600 !important;
}

@media (max-width: 768px) {
	.ha-banner-img { height: 200px !important; }
	.ha-banner-box { padding: 16px 18px 6px !important; }
	.ha-banner-box h1 { font-size: 19px !important; }
}

/* ============================================================
HA CUSTOM - MỤC LỤC
============================================================ */
.ha-toc {
	border: 1px solid #eee !important;
	border-radius: 8px !important;
	margin-bottom: 25px !important;
	overflow: hidden;
}

.ha-toc-header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 14px 18px !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	cursor: pointer;
	background: #fafafa !important;
}

.ha-toc-arrow {
	transition: transform .25s ease;
}

.ha-toc.ha-toc-collapsed .ha-toc-arrow {
	transform: rotate(-90deg);
}

.ha-toc-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 6px 18px 16px !important;
}

.ha-toc.ha-toc-collapsed .ha-toc-list {
	display: none !important;
}

.ha-toc-list li {
	margin: 0 !important;
}

.ha-toc-list a {
	display: block !important;
	padding: 6px 0 !important;
	font-size: 14px !important;
	color: #444 !important;
	text-decoration: none !important;
}

.ha-toc-list a:hover {
	color: #e02424 !important;
}

.ha-toc-list .ha-toc-level-3 {
	padding-left: 18px !important;
}

.ha-toc-list .ha-toc-level-3 a {
	font-size: 13px !important;
	color: #777 !important;
}

/* ============================================================
HA CUSTOM - BÀI VIẾT TRƯỚC/TIẾP THEO
============================================================ */
.ha-next-post {
	list-style: none !important;
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 14px !important;
	border-top: 1px solid #eee !important;
	padding-top: 20px !important;
}

.ha-post-nav-item {
	margin: 0 !important;
	min-height: 56px;
}

.ha-post-nav-item a {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	height: 100% !important;
	padding: 12px 16px !important;
	background: #fafafa !important;
	border-radius: 8px !important;
	text-decoration: none !important;
	transition: background .2s ease;
}

.ha-post-nav-item a:hover {
	background: #f0f0f0 !important;
}

.ha-post-nav-item svg {
	flex-shrink: 0;
	color: #e02424 !important;
}

.ha-post-next a {
	justify-content: flex-end !important;
	text-align: right;
}

.ha-post-nav-text {
	display: flex !important;
	flex-direction: column !important;
	gap: 3px !important;
	min-width: 0;
}

.ha-post-nav-label {
	font-size: 11.5px !important;
	color: #999 !important;
	text-transform: uppercase;
}

.ha-post-nav-title {
	font-size: 13.5px !important;
	font-weight: 600 !important;
	color: #222 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.35 !important;
}

.ha-post-nav-item a:hover .ha-post-nav-title {
	color: #e02424 !important;
}

@media (max-width: 600px) {
	.ha-next-post {
		grid-template-columns: 1fr !important;
	}
	.ha-post-next a {
		justify-content: flex-start !important;
		text-align: left;
	}
}

/* ============================================================
HA CUSTOM - TAGS
============================================================ */
.ha-article-tags {
	margin-top: 20px !important;
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap;
	gap: 8px !important;
}

.ha-tags-label {
	font-weight: 700 !important;
	font-size: 13px !important;
	margin-right: 4px !important;
}

.ha-tag-item {
	display: inline-block;
	background: #f0f0f0 !important;
	color: #444 !important;
	font-size: 12.5px !important;
	padding: 5px 14px !important;
	border-radius: 16px !important;
	text-decoration: none !important;
	transition: background .2s ease;
}

.ha-tag-item:hover {
	background: #e02424 !important;
	color: #fff !important;
}

/* ============================================================
HA CUSTOM - BÀI VIẾT LIÊN QUAN
============================================================ */
.ha-related-articles {
	padding: 20px 24px !important;
}

.ha-related-title h2 {
	font-size: 18px !important;
	font-weight: 700 !important;
	margin: 0 0 18px 0 !important;
	padding-left: 12px !important;
	border-left: 4px solid #e02424 !important;
}

.ha-related-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 18px !important;
}

.ha-related-item {
	display: flex !important;
	gap: 12px !important;
	text-decoration: none !important;
}

.ha-related-thumb {
	flex-shrink: 0;
	width: 110px !important;
	height: 78px !important;
	border-radius: 6px !important;
	overflow: hidden !important;
	margin: 0 !important;
	background: #f2f2f2;
}

.ha-related-thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.ha-related-info {
	flex: 1;
	min-width: 0;
}

.ha-related-name {
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	color: #222 !important;
	margin: 0 0 8px 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ha-related-item:hover .ha-related-name {
	color: #e02424 !important;
}

.ha-related-meta {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-size: 12px !important;
	color: #999 !important;
}

.ha-related-author {
	color: #1a73c7 !important;
}

@media (max-width: 768px) {
	.ha-related-grid {
		grid-template-columns: 1fr !important;
	}
}

/* ============================================================
HA CUSTOM - FORM BÌNH LUẬN
============================================================ */
.article-comments {
	padding: 24px 28px !important;
}

.article-comments .title-form-coment {
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #222 !important;
	margin-bottom: 18px !important;
}

.article-comments .form-control {
	background: #f7f7f7 !important;
	border: 1px solid #eee !important;
	border-radius: 8px !important;
	padding: 12px 16px !important;
	font-size: 14px !important;
	transition: border-color .2s ease, background .2s ease;
}

.article-comments .form-control:focus {
	background: #fff !important;
	border-color: #e02424 !important;
	outline: none !important;
	box-shadow: none !important;
}

.article-comments textarea.form-control {
	min-height: 130px !important;
	resize: vertical;
}

.article-comments .form-group {
	margin-bottom: 16px !important;
}

.article-comments .button-default {
	background: #e02424 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 8px !important;
	// padding: 12px 32px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	cursor: pointer;
	transition: background .2s ease, transform .15s ease;
}

.article-comments .button-default:hover {
	background: #c01c1c !important;
	transform: translateY(-1px);
}

.margin-bottom-fix.margin-bottom-50-article {
	margin-bottom: 0 !important;
}

.article-comment {
	padding: 16px 0 !important;
	border-bottom: 1px solid #f3f3f3 !important;
}

.article-comment-user-image img {
	border-radius: 50% !important;
	width: 42px !important;
	height: 42px !important;
}

.article-comment .user-name-comment {
	font-size: 14px !important;
	margin-bottom: 2px !important;
}

.article-comment .article-comment-date-bull {
	font-size: 12px !important;
	color: #999 !important;
}

.article-comment .cm {
	font-size: 14px !important;
	color: #444 !important;
	margin-top: 6px !important;
}