/* =====================================================
   VIDEO IPCR FLATSOME
   - Chiều cao tối đa 780px
   - Giữ đúng tỷ lệ 16:9
   - Không crop, không phóng, không bóp méo
   - Không cho người dùng bấm vào video
   ===================================================== */

/* Khung video gốc của Flatsome */
.video.video-fit.ipcr-video {
	--ipcr-height: 56.25vw;

	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	background: #000;
}

/* Kích thước sau khi JavaScript xử lý */
.video.video-fit.ipcr-video.ipcr-video-ready {
	height: var(--ipcr-height);
	padding-top: 0;
}

/* Xử lý thẻ p do Flatsome tự tạo */
.video.video-fit.ipcr-video > p {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Iframe giữ nguyên kích thước khung */
.video.video-fit.ipcr-video iframe {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	transform: none;
	pointer-events: none;
}

/* Lớp trong suốt chặn thao tác chuột và cảm ứng */
.video.video-fit.ipcr-video::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	content: "";
	background: transparent;
	cursor: default;
	pointer-events: auto;
	touch-action: pan-y;
}










/* =========================================================
   IPCR - SCIENTIFIC SPECIMEN WINDOW

   Cập nhật:
   - Xóa đường line xanh phía dưới tiêu đề chính
   - Giữ vạch xanh dọc bên trái
   - Giữ đường nhấn ngắn phía trên
   - Mobile giữ 2 card phòng ban trên một hàng
   - Font nội dung card thông tin giữ 16px
   - Không thay đổi HTML
   - Không sử dụng !important
========================================================= */

.ipcr-co-cau-section2 {
	--ipcr-primary: #28cb8b;
	--ipcr-primary-dark: #159f6a;

	--ipcr-green-1: #43a046;
	--ipcr-green-2: #388e3b;
	--ipcr-green-3: #237d31;
	--ipcr-green-4: #1b5e1f;
	--ipcr-green-5: #103e13;

	--ipcr-text: #263238;
	--ipcr-text-soft: #4d4d4d;
	--ipcr-silver: #f5f7fa;
	--ipcr-white: #ffffff;

	--ipcr-border: rgba(40, 203, 139, 0.2);
	--ipcr-shadow-sm: 0 8px 20px rgba(38, 50, 56, 0.065);
	--ipcr-shadow-md: 0 22px 50px rgba(38, 50, 56, 0.12);
	--ipcr-shadow-lg: 0 35px 78px rgba(16, 62, 19, 0.19);

	position: relative;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 13% 25%,
			rgba(40, 203, 139, 0.13),
			transparent 26%
		),
		radial-gradient(
			circle at 92% 86%,
			rgba(67, 160, 70, 0.08),
			transparent 26%
		),
		linear-gradient(
			145deg,
			#ffffff 0%,
			#f5fbf8 48%,
			#ffffff 100%
		);
}

/* Tạo lưới kỹ thuật mờ trên nền section */
.ipcr-co-cau-section2::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.32;
	background-image:
		linear-gradient(
			rgba(40, 203, 139, 0.035) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(40, 203, 139, 0.035) 1px,
			transparent 1px
		);
	background-size: 48px 48px;
	pointer-events: none;
}

/* Tạo họa tiết chấm nhẹ ở góc phải section */
.ipcr-co-cau-section2::after {
	content: "";
	position: absolute;
	top: 27px;
	right: 24px;
	width: 125px;
	height: 90px;
	opacity: 0.2;
	background-image: radial-gradient(
		circle,
		rgba(40, 203, 139, 0.82) 1.3px,
		transparent 1.5px
	);
	background-size: 11px 11px;
	pointer-events: none;
}

/* Đồng nhất cách tính kích thước */
.ipcr-co-cau-section2,
.ipcr-co-cau-section2 * {
	box-sizing: border-box;
}

/* =========================================================
   BỐ CỤC TỔNG
========================================================= */

/* Tạo khoảng cách ngoài section */
.ipcr-co-cau-section2 .section-content {
	position: relative;
	z-index: 2;
	padding: 82px 20px 70px;
}

/* Chia ảnh trái, nội dung phải và cơ cấu bên dưới */
.ipcr-co-cau-section2 .section-content > .row {
	position: relative;
	display: grid;
	grid-template-columns:
		minmax(420px, 0.9fr)
		minmax(0, 1.1fr);
	grid-template-areas:
		"image profile"
		"organization organization";
	column-gap: 58px;
	row-gap: 30px;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

/* Reset kích thước cột mặc định của Flatsome */
.ipcr-co-cau-section2 .section-content > .row > .col {
	width: 100%;
	max-width: 100%;
	flex-basis: auto;
	padding: 0;
}

/* Ẩn các cột trống có sẵn trong HTML */
.ipcr-co-cau-section2
	.section-content
	> .row
	> .col:not(.img):not(.phai-icon-text):not(.cocau-icon-text) {
	display: none;
}

/* =========================================================
   KHỐI ẢNH
========================================================= */

/* Đặt ảnh vào cột bên trái */
.ipcr-co-cau-section2 .section-content > .row > .img {
	position: relative;
	z-index: 4;
	grid-area: image;
	align-self: center;
	min-height: 600px;
}

/* Xóa chấm trang trí cạnh ảnh */
.ipcr-co-cau-section2 .section-content > .row > .img::after {
	content: none;
	display: none;
}

/* Tạo vùng chứa ảnh */
.ipcr-co-cau-section2
	.section-content
	> .row
	> .img
	> .col-inner {
	position: relative;
	width: 100%;
	height: 600px;
	padding: 25px;
}

/* Tạo vòng viền mảnh phía sau ảnh */
.ipcr-co-cau-section2
	.section-content
	> .row
	> .img
	> .col-inner::before {
	content: "";
	position: absolute;
	inset: 25px -5px 20px 18px;
	z-index: -2;
	border: 3px solid rgba(40, 203, 139, 0.25);
	border-radius: 50%;
	transform: rotate(-8deg);
}

/* Tạo lớp màu thương hiệu phía sau ảnh */
.ipcr-co-cau-section2
	.section-content
	> .row
	> .img
	> .col-inner::after {
	content: "";
	position: absolute;
	inset: 43px 15px 3px 0;
	z-index: -1;
	border-radius: 50%;
	background: linear-gradient(
		145deg,
		var(--ipcr-green-5),
		var(--ipcr-primary) 60%,
		var(--ipcr-green-1)
	);
	box-shadow: var(--ipcr-shadow-lg);
	transform: rotate(6deg);
}

/* Cho phần tử ảnh phủ kín vùng chứa */
.ipcr-co-cau-section2
	.section-content
	> .row
	> .img
	.img {
	width: 100%;
	height: 100%;
	margin: 0;
}

/* Tạo khung ảnh oval */
.ipcr-co-cau-section2
	.section-content
	> .row
	> .img
	.img-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 9px solid #ffffff;
	border-radius: 50%;
	background: var(--ipcr-silver);
	box-shadow:
		0 26px 64px rgba(16, 62, 19, 0.18),
		0 0 0 1px rgba(40, 203, 139, 0.18);
	transform: rotate(-4deg);
}

/* Cho ảnh phủ kín khung oval */
.ipcr-co-cau-section2
	.section-content
	> .row
	> .img
	.img-inner
	img {
	display: block;
	width: 112%;
	max-width: none;
	height: 112%;
	margin: -6% 0 0 -6%;
	object-fit: cover;
	object-position: center;
	transform: rotate(4deg) scale(1.025);
	transition: transform 0.65s ease;
}

/* Tạo lớp phủ nhẹ trên ảnh */
.ipcr-co-cau-section2
	.section-content
	> .row
	> .img
	.img-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		145deg,
		rgba(40, 203, 139, 0.02),
		transparent 57%,
		rgba(16, 62, 19, 0.16)
	);
	pointer-events: none;
}

/* =========================================================
   KHỐI THÔNG TIN BÊN PHẢI
========================================================= */

/* Đặt khối thông tin vào cột phải */
.ipcr-co-cau-section2 .phai-icon-text {
	position: relative;
	z-index: 3;
	grid-area: profile;
	align-self: center;
}

/* Giữ nền ngoài trong suốt */
.ipcr-co-cau-section2
	.phai-icon-text
	> .col-inner {
	position: relative;
	padding: 22px 0;
	background: transparent;
}

/* Reset row bên trong */
.ipcr-co-cau-section2 .phai-icon-text .row {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

/* Reset cột bên trong */
.ipcr-co-cau-section2
	.phai-icon-text
	.row
	> .col {
	padding: 0;
}

/* =========================================================
   TIÊU ĐỀ CHÍNH
========================================================= */

/*
   Vạch xanh rộng 4px.
   Chữ cách mép phải của vạch xanh 10px.
   Tổng padding-left là 14px.
*/
.ipcr-co-cau-section2 .text1 {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 15px 0 23px 14px;
	border: 0;
	background: transparent;
	box-shadow: none;
	clip-path: none;
}

/* Tạo vạch xanh dọc bên trái tiêu đề */
.ipcr-co-cau-section2 .text1::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	border-radius: 4px;
	background: var(--ipcr-primary);
}

/* Tạo đường nhấn ngắn phía trên chữ */
.ipcr-co-cau-section2 .text1::after {
	content: "";
	position: absolute;
	top: 0;
	left: 14px;
	width: 76px;
	height: 3px;
	border-radius: 20px;
	background: linear-gradient(
		90deg,
		var(--ipcr-primary),
		rgba(40, 203, 139, 0.08)
	);
}

/* Reset cột bên trong tiêu đề */
.ipcr-co-cau-section2 .text1 > .col {
	position: relative;
	z-index: 2;
	float: none;
	display: block;
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	margin: 0;
	padding: 0;
}

/* Reset col-inner của tiêu đề */
.ipcr-co-cau-section2
	.text1
	> .col
	> .col-inner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

/*
   Xóa toàn bộ pseudo-element bên trong col-inner.
   Phần này loại bỏ đường line xanh dưới tiêu đề.
*/
.ipcr-co-cau-section2
	.text1
	> .col
	> .col-inner::before,
.ipcr-co-cau-section2
	.text1
	> .col
	> .col-inner::after {
	content: none;
	display: none;
}

/* Định dạng chữ tiêu đề */
.ipcr-co-cau-section2 .text1 p {
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0;
	padding: 0;
	color: var(--ipcr-text);
	font-size: clamp(25px, 2.15vw, 34px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.032em;
	padding-left: 10px;
	text-transform: uppercase;
}

/* =========================================================
   CARD THÔNG TIN
========================================================= */

/* Tạo khoảng cách giữa tiêu đề và card */
.ipcr-co-cau-section2 .text2 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 42px;
}

/* Reset cột bao ngoài card */
.ipcr-co-cau-section2 .text2 > .col {
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	margin: 0;
	padding: 0;
}

/* Chia card thành lưới hai cột */
.ipcr-co-cau-section2
	.text2
	> .col
	> .col-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	width: 100%;
}

/* Tạo card thông tin */
.ipcr-co-cau-section2 .text2 .icon-box {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 94px;
	margin: 0;
	padding: 11px 14px;
	overflow: hidden;
	border: 1px solid rgba(40, 203, 139, 0.18);
	border-radius: 19px 7px 19px 7px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--ipcr-shadow-sm);
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

/* Cho card nhân sự chạy toàn chiều ngang */
.ipcr-co-cau-section2
	.text2
	.icon-box:nth-child(4) {
	grid-column: 1 / -1;
	min-height: 92px;
}

/* Tạo thanh nhận diện cạnh trái card */
.ipcr-co-cau-section2 .text2 .icon-box::before {
	content: "";
	position: absolute;
	top: 17px;
	bottom: 17px;
	left: 0;
	width: 4px;
	border-radius: 0 8px 8px 0;
	background: linear-gradient(
		180deg,
		var(--ipcr-primary),
		var(--ipcr-green-2)
	);
}

/* Xóa hình tròn trang trí ở góc card */
.ipcr-co-cau-section2 .text2 .icon-box::after {
	content: none;
	display: none;
}

/* Thiết lập vùng chứa icon */
.ipcr-co-cau-section2
	.text2
	.icon-box-img {
	position: relative;
	z-index: 2;
	flex: 0 0 57px;
	min-width: 57px;
	max-width: 57px;
	margin: 0 10px 0 2px;
}

/* Tạo khung icon oval */
.ipcr-co-cau-section2
	.text2
	.icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 58px;
	padding: 12px;
	border: 1px solid rgba(40, 203, 139, 0.27);
	border-radius: 50%;
	background: linear-gradient(
		145deg,
		#ffffff,
		#eaf8f3
	);
	box-shadow:
		inset 0 0 0 5px rgba(40, 203, 139, 0.035),
		0 6px 14px rgba(38, 50, 56, 0.06);
}

/* Chuyển icon về màu thương hiệu */
.ipcr-co-cau-section2
	.text2
	.icon-inner
	img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter:
		brightness(0)
		saturate(100%)
		invert(69%)
		sepia(58%)
		saturate(600%)
		hue-rotate(101deg)
		brightness(92%)
		contrast(91%);
}

/* Cho vùng chữ co giãn đúng */
.ipcr-co-cau-section2
	.text2
	.icon-box-text {
	position: relative;
	z-index: 2;
	flex: 1;
	min-width: 0;
}

/* Đặt nội dung card là 16px */
.ipcr-co-cau-section2
	.text2
	.icon-box-text
	p {
	margin: 0;
	color: var(--ipcr-text-soft);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
}

/* Giữ card nhân sự cùng font 16px */
.ipcr-co-cau-section2
	.text2
	.icon-box:nth-child(4)
	.icon-box-text
	p {
	font-size: 16px;
	line-height: 1.45;
}

/* =========================================================
   CƠ CẤU TỔ CHỨC
========================================================= */

/* Đặt cơ cấu tổ chức xuống hàng bên dưới */
.ipcr-co-cau-section2 .cocau-icon-text {
	position: relative;
	z-index: 3;
	grid-area: organization;
}

/* Tạo panel cơ cấu tổ chức */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner {
	position: relative;
	padding: 35px 35px 37px;
	overflow: hidden;
	border: 1px solid var(--ipcr-border);
	border-radius: 34px 10px 34px 10px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: var(--ipcr-shadow-md);
}

/* Tạo thanh màu phía trên panel */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(
		90deg,
		var(--ipcr-green-5),
		var(--ipcr-primary),
		var(--ipcr-green-1)
	);
}

/* Tạo vùng nền mờ phía dưới panel */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner::after {
	content: "";
	position: absolute;
	right: -100px;
	bottom: -140px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: rgba(40, 203, 139, 0.04);
	pointer-events: none;
}

/* Định dạng tiêu đề cơ cấu */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> p:first-child {
	position: relative;
	z-index: 3;
	display: table;
	margin: 0 auto 31px;
	padding: 0 90px 13px;
	color: var(--ipcr-text);
	font-size: clamp(27px, 2.15vw, 33px);
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}

/* Tạo hai đường cạnh tiêu đề cơ cấu */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> p:first-child::before,
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> p:first-child::after {
	content: "";
	position: absolute;
	top: 43%;
	width: 70px;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--ipcr-primary)
	);
}

/* Đặt đường bên trái */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> p:first-child::before {
	left: 0;
}

/* Đặt đường bên phải */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> p:first-child::after {
	right: 0;
	transform: rotate(180deg);
}

/* Tạo hàng bốn phòng ban trên desktop */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> .row {
	--ipcr-pathway-scale: 1;

	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	gap: 25px;
	width: 100%;
	margin: 0;
	padding-top: 48px;
}

/* Tạo đường kết nối ngang */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> .row::before {
	content: "";
	position: absolute;
	top: 21px;
	right: 7%;
	left: 7%;
	height: 3px;
	border-radius: 10px;
	background: linear-gradient(
		90deg,
		var(--ipcr-green-5),
		var(--ipcr-primary),
		var(--ipcr-green-1)
	);
	transform: scaleX(var(--ipcr-pathway-scale));
	transform-origin: left center;
}

/* Reset cột phòng ban */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> .row
	> .col {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/* Tạo node trên đường kết nối */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> .row
	> .col::before {
	content: "";
	position: absolute;
	top: -34px;
	left: 50%;
	z-index: 5;
	width: 17px;
	height: 17px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	background: var(--ipcr-primary);
	box-shadow:
		0 0 0 1px rgba(40, 203, 139, 0.34),
		0 7px 15px rgba(16, 62, 19, 0.13);
	transform: translateX(-50%);
}

/* Tạo đường nối dọc từ node xuống card */
.ipcr-co-cau-section2
	.cocau-icon-text
	> .col-inner
	> .row
	> .col::after {
	content: "";
	position: absolute;
	top: -18px;
	left: 50%;
	z-index: -1;
	width: 2px;
	height: 29px;
	background: rgba(40, 203, 139, 0.48);
	transform: translateX(-50%);
}

/* Tạo card phòng ban */
.ipcr-co-cau-section2
	.cocau-icon-text
	.icon-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	min-height: 184px;
	margin: 0;
	padding: 20px 15px 17px;
	overflow: hidden;
	border: 1px solid rgba(40, 203, 139, 0.18);
	border-radius: 25px 8px 25px 8px;
	background: linear-gradient(
		145deg,
		#ffffff,
		#eff9f4
	);
	box-shadow: var(--ipcr-shadow-sm);
	transition:
		transform 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease;
}

/* Xóa hình tròn trang trí góc card phòng ban */
.ipcr-co-cau-section2
	.cocau-icon-text
	.icon-box::after {
	content: none;
	display: none;
}

/* Thiết lập vùng chứa icon phòng ban */
.ipcr-co-cau-section2
	.cocau-icon-text
	.icon-box-img {
	position: relative;
	z-index: 2;
	margin: 0 auto 14px;
}

/* Tạo khung icon phòng ban */
.ipcr-co-cau-section2
	.cocau-icon-text
	.icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	padding: 17px;
	border: 1px solid rgba(40, 203, 139, 0.27);
	border-radius: 50%;
	background: #ffffff;
	box-shadow:
		inset 0 0 0 7px rgba(40, 203, 139, 0.04),
		0 8px 18px rgba(38, 50, 56, 0.08);
}

/* Chuyển icon phòng ban về màu thương hiệu */
.ipcr-co-cau-section2
	.cocau-icon-text
	.icon-inner
	img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter:
		brightness(0)
		saturate(100%)
		invert(69%)
		sepia(58%)
		saturate(600%)
		hue-rotate(101deg)
		brightness(92%)
		contrast(91%);
}

/* Căn vùng chữ phòng ban */
.ipcr-co-cau-section2
	.cocau-icon-text
	.icon-box-text {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex: 1;
	width: 100%;
}

/* Định dạng tên phòng ban */
.ipcr-co-cau-section2
	.cocau-icon-text
	.icon-box-text
	p {
	margin: 0;
	color: var(--ipcr-text);
	font-size: 14.2px;
	font-weight: 700;
	line-height: 1.48;
	text-align: center;
	text-transform: uppercase;
}

/* =========================================================
   HOVER DESKTOP
========================================================= */

@media (hover: hover) {
	/* Phóng nhẹ ảnh khi rê chuột */
	.ipcr-co-cau-section2
		.section-content
		> .row
		> .img:hover
		.img-inner
		img {
		transform: rotate(4deg) scale(1.07);
	}

	/* Làm nổi card thông tin */
	.ipcr-co-cau-section2
		.text2
		.icon-box:hover {
		transform: translateY(-4px);
		border-color: rgba(40, 203, 139, 0.42);
		box-shadow: 0 16px 32px rgba(38, 50, 56, 0.11);
	}

	/* Làm nổi card phòng ban */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box:hover {
		transform: translateY(-6px);
		border-color: rgba(40, 203, 139, 0.44);
		box-shadow: 0 21px 43px rgba(38, 50, 56, 0.13);
	}
}

/* =========================================================
   TABLET NGANG
========================================================= */

@media screen and (max-width: 1100px) {
	/* Điều chỉnh tỷ lệ hai cột */
	.ipcr-co-cau-section2 .section-content > .row {
		grid-template-columns:
			minmax(350px, 0.78fr)
			minmax(0, 1.22fr);
		column-gap: 35px;
	}

	/* Thu chiều cao ảnh */
	.ipcr-co-cau-section2 .section-content > .row > .img {
		min-height: 560px;
	}

	.ipcr-co-cau-section2
		.section-content
		> .row
		> .img
		> .col-inner {
		height: 560px;
		padding: 18px;
	}

	/* Giữ khoảng cách giữa vạch xanh và chữ tiêu đề */
	.ipcr-co-cau-section2 .text1 {
		padding: 14px 0 21px 14px;
	}

	/* Điều chỉnh đường nhấn tiêu đề */
	.ipcr-co-cau-section2 .text1::after {
		left: 14px;
		width: 68px;
	}

	/* Thu chữ tiêu đề */
	.ipcr-co-cau-section2 .text1 p {
		font-size: 28px;
	}

	/* Tạo khoảng cách giữa tiêu đề và card */
	.ipcr-co-cau-section2 .text2 {
		padding-top: 36px;
	}

	/* Chuyển card thông tin thành một cột */
	.ipcr-co-cau-section2
		.text2
		> .col
		> .col-inner {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	/* Đưa toàn bộ card thông tin về một cột */
	.ipcr-co-cau-section2
		.text2
		.icon-box:nth-child(n) {
		grid-column: 1;
		min-height: 78px;
		padding-top: 9px;
		padding-bottom: 9px;
	}

	/* Thu vùng icon */
	.ipcr-co-cau-section2
		.text2
		.icon-inner {
		width: 49px;
		height: 52px;
		padding: 10px;
	}

	.ipcr-co-cau-section2
		.text2
		.icon-box-img {
		flex: 0 0 53px;
		min-width: 53px;
		max-width: 53px;
	}

	/* Giữ font nội dung card 16px */
	.ipcr-co-cau-section2
		.text2
		.icon-box-text
		p,
	.ipcr-co-cau-section2
		.text2
		.icon-box:nth-child(4)
		.icon-box-text
		p {
		font-size: 16px;
	}

	/* Thu khoảng cách card phòng ban */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row {
		gap: 13px;
	}

	/* Thu chữ phòng ban */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box-text
		p {
		font-size: 12.8px;
	}
}

/* =========================================================
   MOBILE VÀ TABLET DỌC
   HIỂN THỊ 2 CARD PHÒNG BAN TRÊN MỘT HÀNG
========================================================= */

@media screen and (max-width: 849px) {
	/* Thu khoảng cách ngoài section */
	.ipcr-co-cau-section2 .section-content {
		padding: 56px 14px 43px;
	}

	/* Chuyển bố cục chính thành một cột */
	.ipcr-co-cau-section2 .section-content > .row {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"image"
			"profile"
			"organization";
		row-gap: 17px;
	}

	/* Điều chỉnh vùng ảnh mobile */
	.ipcr-co-cau-section2 .section-content > .row > .img {
		width: 94%;
		min-height: 0;
		margin: 0 auto;
	}

	/* Giữ vùng ảnh theo tỷ lệ vuông */
	.ipcr-co-cau-section2
		.section-content
		> .row
		> .img
		> .col-inner {
		height: auto;
		min-height: 0;
		padding: 15px;
		aspect-ratio: 1 / 1;
	}

	/* Xóa padding thừa của khối thông tin */
	.ipcr-co-cau-section2
		.phai-icon-text
		> .col-inner {
		padding: 0;
	}

	/* Giữ khoảng cách line xanh và chữ tiêu đề */
	.ipcr-co-cau-section2 .text1 {
		padding: 13px 0 20px 14px;
	}

	/* Điều chỉnh đường nhấn tiêu đề */
	.ipcr-co-cau-section2 .text1::after {
		left: 14px;
		width: 63px;
		height: 3px;
	}

	/* Điều chỉnh kích thước tiêu đề */
	.ipcr-co-cau-section2 .text1 p {
		font-size: 23px;
		line-height: 1.25;
	}

	/* Tạo khoảng cách giữa tiêu đề và nhóm card */
	.ipcr-co-cau-section2 .text2 {
		padding-top: 30px;
	}

	/* Card thông tin chuyển thành một cột */
	.ipcr-co-cau-section2
		.text2
		> .col
		> .col-inner {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	/* Điều chỉnh card thông tin mobile */
	.ipcr-co-cau-section2
		.text2
		.icon-box:nth-child(n) {
		grid-column: 1;
		min-height: 74px;
		padding: 8px 11px;
	}

	/* Thu vùng chứa icon thông tin */
	.ipcr-co-cau-section2
		.text2
		.icon-box-img {
		flex: 0 0 49px;
		min-width: 49px;
		max-width: 49px;
		margin-right: 8px;
	}

	/* Thu kích thước icon thông tin */
	.ipcr-co-cau-section2
		.text2
		.icon-inner {
		width: 45px;
		height: 48px;
		padding: 9px;
	}

	/* Giữ font nội dung card là 16px */
	.ipcr-co-cau-section2
		.text2
		.icon-box-text
		p,
	.ipcr-co-cau-section2
		.text2
		.icon-box:nth-child(4)
		.icon-box-text
		p {
		font-size: 16px;
		line-height: 1.42;
	}

	/* Thu padding panel cơ cấu */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner {
		padding: 26px 13px 16px;
		border-radius: 25px 8px 25px 8px;
	}

	/* Điều chỉnh tiêu đề cơ cấu */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> p:first-child {
		margin-bottom: 20px;
		padding: 0;
		font-size: 23px;
	}

	/* Ẩn hai đường cạnh tiêu đề cơ cấu */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> p:first-child::before,
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> p:first-child::after {
		display: none;
	}

	/* Chuyển bốn phòng ban thành lưới 2 cột */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
		gap: 10px;
		width: 100%;
		margin: 0;
		padding: 4px 0 10px;
		overflow: visible;
		scroll-snap-type: none;
	}

	/* Xóa thiết lập thanh cuộn ngang cũ */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row::-webkit-scrollbar {
		display: none;
	}

	/* Ẩn đường kết nối trên mobile */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row::before,
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row
		> .col::before,
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row
		> .col::after {
		display: none;
	}

	/* Đặt mỗi cột chiếm đúng một ô */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row
		> .col {
		display: block;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		flex: none;
		flex-basis: auto;
		margin: 0;
		padding: 0;
		scroll-snap-align: none;
	}

	/* Giữ card trong cùng hàng cao bằng nhau */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row
		> .col
		> .col-inner {
		height: 100%;
	}

	/* Điều chỉnh card phòng ban cho lưới hai cột */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		min-height: 160px;
		padding: 18px 10px 14px;
	}

	/* Giữ icon phòng ban căn giữa */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box-img {
		margin-right: auto;
		margin-bottom: 14px;
		margin-left: auto;
	}

	/* Thu kích thước khung icon phòng ban */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-inner {
		width: 64px;
		height: 64px;
		padding: 15px;
	}

	/* Căn giữa tên phòng ban */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box-text {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
	}

	/* Điều chỉnh chữ phòng ban */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box-text
		p {
		width: 100%;
		margin: 0;
		font-size: 13px;
		line-height: 1.45;
		text-align: center;
	}
}

/* =========================================================
   MOBILE NHỎ
========================================================= */

@media screen and (max-width: 480px) {
	/* Thu khoảng cách ngoài section */
	.ipcr-co-cau-section2 .section-content {
		padding: 48px 10px 36px;
	}

	/* Tăng nhẹ chiều ngang vùng ảnh */
	.ipcr-co-cau-section2 .section-content > .row > .img {
		width: 98%;
	}

	/* Giữ khoảng cách line xanh và tiêu đề */
	.ipcr-co-cau-section2 .text1 {
		padding: 12px 0 18px 14px;
	}

	/* Giữ đường nhấn thẳng với chữ */
	.ipcr-co-cau-section2 .text1::after {
		left: 14px;
		width: 55px;
	}

	/* Thu kích thước tiêu đề */
	.ipcr-co-cau-section2 .text1 p {
		font-size: 20px;
		line-height: 1.28;
		letter-spacing: -0.02em;
	}

	/* Điều chỉnh khoảng cách tiêu đề và card */
	.ipcr-co-cau-section2 .text2 {
		padding-top: 26px;
	}

	/* Điều chỉnh card thông tin */
	.ipcr-co-cau-section2
		.text2
		.icon-box:nth-child(n) {
		min-height: 70px;
		padding: 8px 10px;
	}

	/* Thu vùng icon card thông tin */
	.ipcr-co-cau-section2
		.text2
		.icon-box-img {
		flex: 0 0 45px;
		min-width: 45px;
		max-width: 45px;
		margin-right: 8px;
	}

	/* Thu icon card thông tin */
	.ipcr-co-cau-section2
		.text2
		.icon-inner {
		width: 41px;
		height: 44px;
		padding: 8px;
	}

	/* Giữ font nội dung card là 16px */
	.ipcr-co-cau-section2
		.text2
		.icon-box-text
		p,
	.ipcr-co-cau-section2
		.text2
		.icon-box:nth-child(4)
		.icon-box-text
		p {
		font-size: 16px;
		line-height: 1.4;
	}

	/* Thu tiêu đề cơ cấu */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> p:first-child {
		font-size: 21px;
	}

	/* Giảm khoảng cách giữa hai cột */
	.ipcr-co-cau-section2
		.cocau-icon-text
		> .col-inner
		> .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	/* Điều chỉnh card để vừa màn hình nhỏ */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box {
		min-height: 154px;
		padding: 15px 6px 12px;
	}

	/* Thu icon phòng ban trên màn hình nhỏ */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-inner {
		width: 58px;
		height: 58px;
		padding: 13px;
	}

	/* Giảm khoảng cách icon và tên phòng ban */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box-img {
		margin-bottom: 11px;
	}

	/* Giữ tên phòng ban vừa trong card hẹp */
	.ipcr-co-cau-section2
		.cocau-icon-text
		.icon-box-text
		p {
		font-size: 11.5px;
		line-height: 1.38;
	}
}

/* Tắt chuyển động khi người dùng bật chế độ giảm chuyển động */
@media (prefers-reduced-motion: reduce) {
	.ipcr-co-cau-section2 img,
	.ipcr-co-cau-section2 .icon-box {
		transition: none;
	}
}













/* =========================================================
   SECTION NĂNG LỰC CHUYÊN MÔ
   PHONG CÁCH: RESEARCH IMAGE SHOWCASE

   - Desktop: 3 card ảnh so le trên một hàng
   - Nội dung đè nhẹ lên cạnh dưới ảnh
   - Mobile: mỗi hàng 1 card, căn giữa màn hình
   - Không thay đổi HTML
   - Không sử dụng ID
   - Không sử dụng !important
========================================================= */

.kht-nang-luc {
	--kht-nl-primary: #28cb8b;
	--kht-nl-primary-dark: #159f6a;
	--kht-nl-green-dark: #103e13;
	--kht-nl-text: #263238;
	--kht-nl-text-soft: #4f5b5e;
	--kht-nl-white: #ffffff;
	--kht-nl-border: rgba(40, 203, 139, 0.22);
	--kht-nl-shadow: 0 22px 52px rgba(27, 91, 67, 0.12);

	position: relative;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 8% 15%,
			rgba(40, 203, 139, 0.12),
			transparent 25%
		),
		radial-gradient(
			circle at 94% 90%,
			rgba(21, 159, 106, 0.08),
			transparent 27%
		),
		linear-gradient(
			145deg,
			#ffffff 0%,
			#f4fbf8 50%,
			#ffffff 100%
		);
}

/* Tạo lưới nghiên cứu mờ phía sau section */
.kht-nang-luc::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.4;
	background-image:
		linear-gradient(
			rgba(40, 203, 139, 0.035) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(40, 203, 139, 0.035) 1px,
			transparent 1px
		);
	background-size: 46px 46px;
	pointer-events: none;
}

/* Tạo vòng trang trí mềm ở góc phải dưới */
.kht-nang-luc::after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -170px;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(40, 203, 139, 0.13);
	border-radius: 50%;
	box-shadow:
		0 0 0 42px rgba(40, 203, 139, 0.025),
		0 0 0 84px rgba(40, 203, 139, 0.018);
	pointer-events: none;
}

/* Đồng nhất cách tính kích thước trong section */
.kht-nang-luc,
.kht-nang-luc * {
	box-sizing: border-box;
}

/* Giữ nội dung trong chiều rộng 1320px */
.kht-nang-luc .section-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 52px 20px 72px;
}

/* Reset row mặc định của Flatsome */
.kht-nang-luc .section-content > .row {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

/* Reset padding cột ngoài của Flatsome */
.kht-nang-luc .section-content > .row > .col {
	padding-right: 0;
	padding-left: 0;
}

/* =========================================================
   TIÊU ĐỀ
========================================================= */

/* Căn tiêu đề về bên trái */
.kht-nang-luc .tieu-de {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

/* Tạo đường kéo dài phía sau tiêu đề */
.kht-nang-luc .tieu-de::after {
	content: "";
	flex: 1;
	height: 1px;
	margin-left: 30px;
	background: linear-gradient(
		90deg,
		rgba(40, 203, 139, 0.65),
		rgba(40, 203, 139, 0.06),
		transparent
	);
}

/* Xóa padding mặc định bên trong tiêu đề */
.kht-nang-luc .tieu-de .col-inner {
	padding: 0;
}

/* Định dạng chữ tiêu đề */
.kht-nang-luc .tieu-de p {
	position: relative;
	margin: 0;
	padding: 15px 0 14px 20px;
	color: var(--kht-nl-text);
	font-size: clamp(30px, 3vw, 43px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.035em;
	text-transform: uppercase;
}

/* Tạo vạch xanh dọc cạnh tiêu đề */
.kht-nang-luc .tieu-de p::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	border-radius: 8px;
	background: linear-gradient(
		180deg,
		var(--kht-nl-green-dark),
		var(--kht-nl-primary)
	);
}

/* Tạo đường nhấn ngắn phía trên chữ */
.kht-nang-luc .tieu-de p::after {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 78px;
	height: 3px;
	border-radius: 10px;
	background: linear-gradient(
		90deg,
		var(--kht-nl-primary),
		rgba(40, 203, 139, 0.06)
	);
}

/* =========================================================
   DANH SÁCH CARD
========================================================= */

/* Chuyển danh sách thành lưới ba cột trên desktop */
.kht-nang-luc .icon-text {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 28px;
	margin: 0;
	padding: 0 0 24px;
}

/* Reset cột mặc định của Flatsome */
.kht-nang-luc .icon-text > .col {
	position: relative;
	width: 100%;
	max-width: 100%;
	flex-basis: auto;
	padding: 0;
}

/* Hạ card hai bên để tạo bố cục so le */
.kht-nang-luc .icon-text > .col:nth-child(1),
.kht-nang-luc .icon-text > .col:nth-child(3) {
	margin-top: 34px;
}

/* Giữ chiều cao card đồng đều */
.kht-nang-luc .icon-text > .col > .col-inner {
	height: 100%;
}

/* =========================================================
   CARD HÌNH ẢNH
========================================================= */

/* Tạo khung tổng của mỗi card */
.kht-nang-luc .box {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	padding-bottom: 20px;
	background: transparent;
	transition: transform 0.35s ease;
}

/* Tạo lớp viền lệch phía sau ảnh */
.kht-nang-luc .box::before {
	content: "";
	position: absolute;
	top: 12px;
	right: -8px;
	left: 14px;
	height: calc(100% - 42px);
	z-index: -1;
	border: 1px solid rgba(40, 203, 139, 0.25);
	border-radius: 30px 8px 30px 8px;
	background: rgba(40, 203, 139, 0.035);
	transition:
		transform 0.35s ease,
		border-color 0.35s ease;
}

/* Tạo thanh nhận diện phía trên card */
.kht-nang-luc .box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 24px;
	z-index: 4;
	width: 108px;
	height: 5px;
	border-radius: 0 0 10px 10px;
	background: linear-gradient(
		90deg,
		var(--kht-nl-green-dark),
		var(--kht-nl-primary)
	);
}

/* Tạo vùng ảnh chính */
.kht-nang-luc .box-image {
	position: relative;
	z-index: 2;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 7px solid rgba(255, 255, 255, 0.96);
	border-radius: 30px 8px 30px 8px;
	background: #eef7f3;
	box-shadow: var(--kht-nl-shadow);
}

/* Cho phần tử bao ảnh phủ kín khung */
.kht-nang-luc .box-image > div {
	width: 100%;
	height: 100%;
}

/* Cho ảnh phủ kín khung */
.kht-nang-luc .box-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.02);
	transition:
		transform 0.65s ease,
		filter 0.45s ease;
}

/* Tạo lớp phủ màu nhẹ trên ảnh */
.kht-nang-luc .box-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(16, 62, 19, 0.01) 35%,
		rgba(16, 62, 19, 0.24) 100%
	);
	pointer-events: none;
}

/* =========================================================
   BẢNG NỘI DUNG NỔI
========================================================= */

/* Đưa bảng nội dung đè lên cạnh dưới ảnh */
.kht-nang-luc .box-text {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	width: calc(100% - 36px);
	min-height: 126px;
	margin: -48px auto 0;
	padding: 24px 25px;
	overflow: hidden;
	border: 1px solid var(--kht-nl-border);
	border-radius: 8px 25px 8px 25px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 18px 38px rgba(27, 91, 67, 0.13);
	backdrop-filter: blur(10px);
}

/* Tạo thanh xanh cạnh trái bảng nội dung */
.kht-nang-luc .box-text::before {
	content: "";
	position: absolute;
	top: 22px;
	bottom: 22px;
	left: 0;
	width: 5px;
	border-radius: 0 8px 8px 0;
	background: linear-gradient(
		180deg,
		var(--kht-nl-primary),
		var(--kht-nl-primary-dark)
	);
}

/* Tạo mảng sáng nhẹ trong bảng nội dung */
.kht-nang-luc .box-text::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -80px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background: rgba(40, 203, 139, 0.055);
	pointer-events: none;
}

/* Căn giữa nội dung bảng */
.kht-nang-luc .box-text-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* Định dạng nội dung card */
.kht-nang-luc .box-text p {
	margin: 0;
	color: var(--kht-nl-text-soft);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

/* =========================================================
   HOVER DESKTOP
========================================================= */

@media (hover: hover) {
	/* Nâng toàn bộ card khi rê chuột */
	.kht-nang-luc .box:hover {
		transform: translateY(-8px);
	}

	/* Dịch lớp viền phía sau để tạo chiều sâu */
	.kht-nang-luc .box:hover::before {
		border-color: rgba(40, 203, 139, 0.48);
		transform: translate(5px, 5px);
	}

	/* Phóng nhẹ ảnh khi hover */
	.kht-nang-luc .box:hover .box-image img {
		filter: saturate(1.05);
		transform: scale(1.08);
	}
}

/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1100px) {
	/* Thu padding section trên tablet */
	.kht-nang-luc .section-content {
		padding: 44px 18px 60px;
	}

	/* Thu khoảng cách giữa các card */
	.kht-nang-luc .icon-text {
		gap: 18px;
	}

	/* Giảm độ lệch của card hai bên */
	.kht-nang-luc .icon-text > .col:nth-child(1),
	.kht-nang-luc .icon-text > .col:nth-child(3) {
		margin-top: 22px;
	}

	/* Thu bảng nội dung */
	.kht-nang-luc .box-text {
		width: calc(100% - 24px);
		min-height: 122px;
		margin-top: -40px;
		padding: 21px 18px;
	}

	/* Thu nội dung card */
	.kht-nang-luc .box-text p {
		font-size: 14.5px;
		line-height: 1.46;
	}
}

/* =========================================================
   MOBILE
   - MỖI HÀNG HIỂN THỊ 1 CARD
   - CARD CĂN CHÍNH GIỮA MÀN HÌNH
========================================================= */

@media screen and (max-width: 849px) {
	/* Tạo khoảng cách gọn cho section trên mobile */
	.kht-nang-luc .section-content {
		padding: 34px 14px 44px;
	}

	/* Điều chỉnh khu vực tiêu đề mobile */
	.kht-nang-luc .tieu-de {
		margin-bottom: 30px;
		padding: 0;
	}

	/* Ẩn đường kéo dài phía sau tiêu đề */
	.kht-nang-luc .tieu-de::after {
		display: none;
	}

	/* Thu chữ tiêu đề */
	.kht-nang-luc .tieu-de p {
		padding: 11px 0 11px 17px;
		font-size: 26px;
		line-height: 1.2;
	}

	/* Thu vạch xanh cạnh tiêu đề */
	.kht-nang-luc .tieu-de p::before {
		width: 4px;
	}

	/* Thu đường nhấn phía trên */
	.kht-nang-luc .tieu-de p::after {
		left: 17px;
		width: 62px;
	}

	/*
	   Chuyển danh sách thành một cột.
	   Mỗi hàng chỉ có một card duy nhất.
	*/
	.kht-nang-luc .icon-text {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: visible;
	}

	/* Xóa toàn bộ độ lệch card trên mobile */
	.kht-nang-luc .icon-text > .col:nth-child(1),
	.kht-nang-luc .icon-text > .col:nth-child(2),
	.kht-nang-luc .icon-text > .col:nth-child(3) {
		margin-top: 0;
	}

	/*
	   Giới hạn chiều rộng và căn chính giữa từng card.
	   Card không chiếm tràn toàn bộ màn hình.
	*/
	.kht-nang-luc .icon-text > .col {
		width: 100%;
		max-width: 430px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}

	/* Đảm bảo col-inner phủ toàn bộ chiều rộng card */
	.kht-nang-luc .icon-text > .col > .col-inner {
		width: 100%;
		height: 100%;
	}

	/* Giữ box chính giữa và đúng chiều rộng */
	.kht-nang-luc .box {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	/* Thu lớp viền phía sau card */
	.kht-nang-luc .box::before {
		right: -5px;
		left: 10px;
	}

	/* Điều chỉnh vùng ảnh mobile */
	.kht-nang-luc .box-image {
		aspect-ratio: 4 / 3;
		border-width: 5px;
		border-radius: 24px 7px 24px 7px;
	}

	/* Điều chỉnh bảng nội dung mobile */
	.kht-nang-luc .box-text {
		width: calc(100% - 24px);
		min-height: 112px;
		margin-top: -38px;
		padding: 20px 18px;
		border-radius: 7px 21px 7px 21px;
	}

	/* Thu thanh cạnh trái bảng nội dung */
	.kht-nang-luc .box-text::before {
		top: 18px;
		bottom: 18px;
		width: 4px;
	}

	/* Điều chỉnh nội dung mobile */
	.kht-nang-luc .box-text p {
		font-size: 15px;
		line-height: 1.45;
	}
}

/* =========================================================
   MOBILE NHỎ
========================================================= */

@media screen and (max-width: 480px) {
	/* Thu padding section trên điện thoại nhỏ */
	.kht-nang-luc .section-content {
		padding: 28px 10px 38px;
	}

	/* Thu chữ tiêu đề */
	.kht-nang-luc .tieu-de p {
		font-size: 23px;
	}

	/* Giảm khoảng cách giữa các card */
	.kht-nang-luc .icon-text {
		gap: 20px;
	}

	/* Giữ card chính giữa màn hình */
	.kht-nang-luc .icon-text > .col {
		width: 100%;
		max-width: 360px;
		margin-right: auto;
		margin-left: auto;
	}

	/* Thu bảng nội dung */
	.kht-nang-luc .box-text {
		min-height: 106px;
		margin-top: -34px;
		padding: 18px 15px;
	}

	/* Thu nội dung card */
	.kht-nang-luc .box-text p {
		font-size: 14px;
		line-height: 1.42;
	}
}

/* Tắt chuyển động khi thiết bị yêu cầu giảm chuyển động */
@media (prefers-reduced-motion: reduce) {
	.kht-nang-luc .box,
	.kht-nang-luc .box::before,
	.kht-nang-luc .box-image img {
		transition: none;
	}
}