/**
 * Trang Về chúng tôi
 */
.ntm-page-about .page-title {
	display: none !important;
}

.ntm-page-about #main,
.ntm-about {
	background: #fff;
}

.ntm-about-wrap {
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
}

.ntm-about-section {
	padding: 40px 0 48px;
}

.ntm-about-section--video {
	padding-top: 28px;
	background: linear-gradient(180deg, #f7f9f9 0%, #fff 100%);
}

/* Thanh tiêu đề xiên */
.ntm-about-band {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 28px;
}

.ntm-about-band__inner {
	position: relative;
	min-width: min(100%, 560px);
	padding: 16px 40px 16px 72px;
	background: linear-gradient(100deg, #1e3a6e 0%, #2a4f9a 55%, #3159ad 100%);
	clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
	box-shadow: 0 8px 24px rgba(30, 58, 110, 0.22);
}

.ntm-about-band__title {
	margin: 0;
	font-size: clamp(1.1rem, 2.2vw, 1.55rem);
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

/* Video player — poster + nút play/pause giữa */
.ntm-about-video__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	overflow: hidden;
	background: #0f1f3d;
	box-shadow: 0 16px 40px rgba(20, 40, 80, 0.18);
}

.ntm-about-video__poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: opacity 0.35s ease, transform 0.5s ease;
}

.ntm-about-video__shade {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(180deg, rgba(10, 20, 40, 0.15) 0%, rgba(10, 20, 40, 0.45) 100%);
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.ntm-about-video__player {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	background: #000;
}

.ntm-about-video__iframe-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ntm-about-video__iframe-wrap iframe {
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.ntm-about-video__toggle {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: var(--primary-color, #2d6a6a);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ntm-about-video__toggle:hover {
	transform: translate(-50%, -50%) scale(1.06);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
	background: #fff;
}

.ntm-about-video__icon {
	display: inline-flex;
	width: 30px;
	height: 30px;
}

.ntm-about-video__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.ntm-about-video__icon--play {
	margin-left: 3px;
}

.ntm-about-video__stage.is-playing .ntm-about-video__poster,
.ntm-about-video__stage.is-playing .ntm-about-video__shade {
	opacity: 0;
	pointer-events: none;
}

.ntm-about-video__stage.is-playing .ntm-about-video__player,
.ntm-about-video__stage.is-playing .ntm-about-video__iframe-wrap {
	z-index: 1;
}

.ntm-about-video__stage.is-playing .ntm-about-video__toggle {
	background: rgba(255, 255, 255, 0.88);
}

.ntm-about-video__stage.is-playing:not(:hover) .ntm-about-video__toggle {
	opacity: 0;
	pointer-events: none;
}

.ntm-about-video__stage.is-playing:hover .ntm-about-video__toggle {
	opacity: 1;
	pointer-events: auto;
}

@media (hover: none) {
	.ntm-about-video__stage.is-playing .ntm-about-video__toggle {
		opacity: 1;
		pointer-events: auto;
	}
}

/* Legacy embed wrapper (fallback) */
.ntm-about-video__embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	overflow: hidden;
	background: #0f1f3d;
	box-shadow: 0 16px 40px rgba(20, 40, 80, 0.18);
}

.ntm-about-video__embed iframe,
.ntm-about-video__embed object,
.ntm-about-video__embed embed {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.ntm-about-video__embed .ntm-about-video__player {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
}

.ntm-about-video__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	padding: 32px;
	border: 2px dashed #b8c8d8;
	border-radius: 14px;
	background: #f4f7fa;
	color: #5a6a7a;
	text-align: center;
}

/* Layout 2 cột */
.ntm-about-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: stretch;
}

.ntm-about-split__media {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(20, 40, 60, 0.12);
	min-height: 280px;
}

.ntm-about-split__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ntm-about-split__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Nội dung */
.ntm-about-prose {
	font-size: 0.95rem;
	line-height: 1.75;
	color: #2a3333;
}

.ntm-about-prose p {
	margin: 0 0 1em;
}

.ntm-about-prose p:last-child {
	margin-bottom: 0;
}

.ntm-about-prose ul,
.ntm-about-list {
	margin: 0 0 1.25em;
	padding-left: 1.1em;
	list-style: disc;
}

.ntm-about-prose li,
.ntm-about-list li {
	margin-bottom: 0.45em;
}

.ntm-about-prose--italic {
	font-style: italic;
	color: #333;
}

.ntm-about-prose--italic p {
	font-style: italic;
}

/* Thanh liên hệ */
.ntm-about-contact-bar {
	margin-top: 40px;
	padding: 22px 0;
	background: linear-gradient(90deg, #1a2d6a 0%, #243d8f 100%);
}

.ntm-about-contact-bar p {
	margin: 0;
	color: #fff !important;
	text-align: center;
	line-height: 1.6;
}

.ntm-about-contact-bar__company {
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 6px !important;
}

.ntm-about-contact-bar__line {
	font-size: 0.92rem;
	font-weight: 500;
	opacity: 0.95;
}

@media (max-width: 900px) {
	.ntm-about-split {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ntm-about-split--media-right .ntm-about-split__media {
		order: -1;
	}

	.ntm-about-band__inner {
		min-width: 100%;
		padding: 14px 24px 14px 48px;
		clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
	}

	.ntm-about-section {
		padding: 28px 0 36px;
	}
}
