/* Hire-tech landing — animate border gradient */
.category-cong-nghe #post-list > .row {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.category-cong-nghe #post-list .post-item .col-inner {
	padding: 8px;
}

.category-cong-nghe #post-list .post-item .box-blog-post {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e0f2fe;
	box-shadow: 0 4px 12px rgba(14, 116, 144, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.category-cong-nghe #post-list .post-item:hover .box-blog-post {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(14, 165, 233, 0.22);
	border-color: #7dd3fc;
}

.category-cong-nghe #post-list .post-item .box-image {
	margin: 0 !important;
	position: relative;
	overflow: hidden;
}

.category-cong-nghe #post-list .post-item .image-cover {
	overflow: hidden;
	background: #f1f5f9;
}

.category-cong-nghe #post-list .post-item .image-cover img {
	transition: transform 0.4s ease;
}

.category-cong-nghe #post-list .post-item:hover .image-cover img {
	transform: scale(1.05);
}

.category-cong-nghe #post-list .post-item .box-text {
	padding: 16px 18px 18px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(240, 249, 255, 1) 100%);
}

.category-cong-nghe #post-list .post-item .post-title {
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	margin: 0 0 6px !important;
}

.category-cong-nghe #post-list .post-item .post-title a {
	color: #0c4a6e !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.category-cong-nghe #post-list .post-item:hover .post-title a {
	color: #0284c7 !important;
}

.category-cong-nghe #post-list .post-item .is-divider {
	margin: 8px 0 10px !important;
	height: 2px !important;
	background: linear-gradient(90deg, #0ea5e9 0%, #06b6d4 100%) !important;
	color: transparent !important;
	width: 36px !important;
	border: 0 !important;
	opacity: 0.6;
	transition: width 0.3s ease, opacity 0.3s ease;
}

.category-cong-nghe #post-list .post-item:hover .is-divider {
	width: 80px !important;
	opacity: 1;
}

.category-cong-nghe #post-list .post-item .from_the_blog_excerpt {
	color: #475569 !important;
	font-size: 13.5px !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Hide date badge on /cong-nghe/ */
.category-cong-nghe #post-list .post-item .badge.post-date {
	display: none !important;
}

/* Hero banner */
.hk-tech-hero {
	background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 50%, #0e7490 100%);
	color: #fff;
	border-radius: 18px;
	padding: 48px 32px;
	margin: 36px auto 28px;
	max-width: 1140px;
	text-align: center;
	box-shadow: 0 12px 32px rgba(14, 116, 144, 0.25);
	position: relative;
	overflow: hidden;
}

.hk-tech-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 22%, rgba(56, 189, 248, 0.25) 0%, transparent 36%),
		radial-gradient(circle at 82% 78%, rgba(6, 182, 212, 0.22) 0%, transparent 36%);
	pointer-events: none;
}

.hk-tech-hero > * {
	position: relative;
	z-index: 1;
}

.hk-tech-hero h1 {
	font-size: 34px;
	font-weight: 900;
	margin: 0 0 12px;
	line-height: 1.25;
	color: #fff;
}

.hk-tech-hero h1 em {
	font-style: normal;
	background: linear-gradient(90deg, #7dd3fc, #67e8f9, #93c5fd);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hk-tech-hero p {
	max-width: 760px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

.hk-tech-hero .hk-tech-hero-meta {
	margin-top: 18px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
}

/* FAQ */
.hk-tech-faq {
	max-width: 920px;
	margin: 60px auto 40px;
	padding: 0 15px;
}

.hk-tech-faq .hk-section-title {
	color: #0369a1;
}

.hk-tech-faq .hk-faq-item {
	background: #fff;
	border: 1px solid #e0f2fe;
	border-radius: 12px;
	margin-bottom: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hk-tech-faq .hk-faq-item[open] {
	border-color: #7dd3fc;
	box-shadow: 0 4px 16px rgba(14, 165, 233, 0.08);
}

.hk-tech-faq .hk-faq-item summary {
	cursor: pointer;
	padding: 16px 20px;
	font-weight: 700;
	color: #0c4a6e;
	list-style: none;
	position: relative;
	padding-right: 50px;
}

.hk-tech-faq .hk-faq-item summary::-webkit-details-marker {
	display: none;
}

.hk-tech-faq .hk-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #0284c7;
	font-size: 22px;
	font-weight: 700;
	transition: transform 0.2s ease;
}

.hk-tech-faq .hk-faq-item[open] summary::after {
	content: "−";
}

.hk-tech-faq .hk-faq-item p {
	padding: 0 20px 18px;
	margin: 0;
	color: #475569;
	line-height: 1.7;
	font-size: 14.5px;
}

/* Pagination on /cong-nghe/ */
.category-cong-nghe .pagination,
.category-cong-nghe .nav-links,
.category-cong-nghe .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin: 36px auto 24px;
	max-width: 1140px;
	padding: 0 15px;
	list-style: none;
}

.category-cong-nghe .pagination a,
.category-cong-nghe .pagination span,
.category-cong-nghe .nav-links a,
.category-cong-nghe .nav-links span,
.category-cong-nghe .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e0f2fe;
	color: #0369a1;
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.category-cong-nghe .pagination a:hover,
.category-cong-nghe .nav-links a:hover,
.category-cong-nghe .page-numbers:not(.current):not(.dots):hover {
	background: linear-gradient(135deg, #0ea5e9, #06b6d4);
	border-color: transparent;
	color: #fff;
}

.category-cong-nghe .pagination .current,
.category-cong-nghe .nav-links .current,
.category-cong-nghe .page-numbers.current {
	background: linear-gradient(135deg, #0ea5e9, #06b6d4);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25);
}

.category-cong-nghe .pagination .dots,
.category-cong-nghe .nav-links .dots,
.category-cong-nghe .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
	.hk-tech-hero {
		padding: 36px 22px;
	}

	.hk-tech-hero h1 {
		font-size: 26px;
	}
}
