.elementor.elementor-134 .genviet-page-hero--about {
	background-image: url("../images/pages/about/about-hero.webp") !important;
	background-position: center !important;
	background-size: cover !important;
}

.genviet-journey {
	position: relative;
	overflow: hidden;
	background: #f5f1ea;
	isolation: isolate;
}
.genviet-journey::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0)),
		repeating-linear-gradient(90deg, rgba(132,5,21,.06) 0 1px, transparent 1px 86px);
}
.genviet-journey .e-con-inner {
	position: relative;
	z-index: 1;
}
.genviet-journey__slider {
	position: relative;
	overflow: visible;
	padding: 12px 0 8px;
}
.genviet-journey__slider .swiper-wrapper {
	position: relative;
	align-items: stretch;
}
.genviet-journey__item {
	position: relative;
	height: auto;
	min-height: 540px;
	display: grid;
	grid-template-rows: minmax(180px, 1fr) 70px minmax(210px, 1fr);
	align-items: center;
	padding: 0 8px;
	background: transparent;
	z-index: 1;
}
.genviet-journey__line {
	position: absolute;
	top: 50%;
	left: -24px;
	right: -24px;
	z-index: 0;
	height: 2px;
	transform: translateY(-50%);
	background: linear-gradient(90deg, rgba(132,5,21,.28), rgba(35,31,32,.34), rgba(13,126,140,.24));
	pointer-events: none;
}
.genviet-journey__item::before {
	content: "";
	position: absolute;
	top: calc(50% - 72px);
	left: 50%;
	z-index: 1;
	width: 1px;
	height: 48px;
	background: rgba(35,31,32,.18);
}
.genviet-journey__item::after {
	content: "";
	position: absolute;
	top: calc(50% + 24px);
	left: 50%;
	z-index: 1;
	width: 1px;
	height: 48px;
	background: rgba(35,31,32,.18);
}
.genviet-journey__image {
	position: relative;
	z-index: 2;
	grid-row: 1;
	align-self: end;
	justify-self: center;
	width: 108px;
	height: 108px;
	min-height: 0;
	margin-bottom: 42px;
	border: 6px solid #fff;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 18px 40px rgba(35,31,32,.14);
	overflow: hidden;
}
.genviet-journey__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.genviet-journey__year {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	min-height: 42px;
	padding: 0 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	background: var(--genviet-red);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	transform: translate(-50%, -50%);
	box-shadow: 0 14px 34px rgba(132,5,21,.22);
}
.genviet-journey__content {
	position: relative;
	z-index: 2;
	grid-row: 3;
	align-self: start;
	width: 100%;
	min-height: 220px;
	margin-top: 42px;
	padding: 28px;
	border: 1px solid rgba(35,31,32,.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(35,31,32,.08);
}
.genviet-journey__content h3 {
	margin: 0 0 14px;
	color: var(--genviet-black);
	font-size: 24px;
	line-height: 1.2;
}
.genviet-journey__content p {
	margin: 0;
	line-height: 1.72;
}
.genviet-journey__item:nth-child(even) .genviet-journey__image {
	grid-row: 3;
	align-self: start;
	margin-top: 42px;
	margin-bottom: 0;
}
.genviet-journey__item:nth-child(even) .genviet-journey__content {
	grid-row: 1;
	align-self: end;
	margin-top: 0;
	margin-bottom: 42px;
}
.genviet-vision { background: #fff; }

.genviet-pillars {
	position: relative;
	overflow: hidden;
	background: #141416 !important;
	isolation: isolate;
}
.genviet-pillars::before,
.genviet-pillars::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}
.genviet-pillars::before {
	background:
		linear-gradient(110deg, rgba(16,15,16,.88) 0%, rgba(16,15,16,.72) 48%, rgba(84,18,28,.66) 100%),
		url("../images/pages/capabilities/factory-sewing.webp") center / cover;
}
.genviet-pillars::after {
	opacity: .22;
	background:
		repeating-linear-gradient(90deg, rgba(255,255,255,.24) 0 1px, transparent 1px 120px),
		repeating-linear-gradient(0deg, rgba(255,255,255,.16) 0 1px, transparent 1px 120px);
}
.genviet-pillars .genviet-section-heading {
	max-width: 880px;
}
.genviet-pillars .e-con-inner {
	position: relative;
	z-index: 1;
}
.genviet-pillars .genviet-card-grid--three {
	gap: 0;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
	background: rgba(255,255,255,.06);
	box-shadow: 0 28px 80px rgba(0,0,0,.24);
	overflow: hidden;
}
.genviet-pillars .genviet-number-card {
	position: relative;
	min-height: 360px;
	padding: 42px;
	border: 0;
	border-right: 1px solid rgba(255,255,255,.14);
	background: rgba(18,18,20,.42);
	overflow: hidden;
}
.genviet-pillars .genviet-number-card:nth-child(3n) {
	border-right: 0;
}
.genviet-pillars .genviet-number-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--genviet-red);
}
.genviet-pillars .genviet-number-card:nth-child(2)::before {
	background: #c7a849;
}
.genviet-pillars .genviet-number-card:nth-child(3)::before {
	background: #4aa6b8;
}
.genviet-pillars .genviet-number-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: auto;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	color: #fff;
	font-size: 16px;
}
.genviet-pillars .genviet-number-card h3 {
	margin: 54px 0 16px;
	font-size: 28px;
	line-height: 1.18;
}
.genviet-pillars .genviet-number-card p {
	color: rgba(255,255,255,.74);
}

.genviet-commitments {
	position: relative;
	overflow: hidden;
	background: #f7f7f5;
}
.genviet-commitments::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(132,5,21,.06) 0 1px, transparent 1px),
		linear-gradient(0deg, rgba(35,31,32,.045) 0 1px, transparent 1px);
	background-size: 88px 88px;
	pointer-events: none;
}
.genviet-commitments .e-con-inner {
	position: relative;
	z-index: 1;
}
.genviet-commitments__grid {
	position: relative;
	gap: 22px;
}
.genviet-commitment-card {
	position: relative;
	min-height: 0;
	padding: 30px;
	border: 1px solid rgba(35,31,32,.08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(35,31,32,.07);
	overflow: visible;
}
.genviet-commitment-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	border-radius: 8px 8px 0 0;
	background: var(--genviet-red);
}
.genviet-commitment-card::after {
	content: "";
	position: absolute;
	top: 58px;
	right: -22px;
	width: 22px;
	height: 1px;
	background: rgba(132,5,21,.3);
}
.genviet-commitment-card:last-child::after {
	display: none;
}
.genviet-commitment-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 42px;
	border-radius: 50%;
	background: #f3ede8;
	color: var(--genviet-red);
	font-size: 15px;
	font-weight: 700;
}
.genviet-commitment-card h3 {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.22;
}
.genviet-commitment-card p {
	color: #626262;
}

.genviet-certifications {
	overflow: hidden;
	background: #fff;
}
.genviet-certifications__top {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
	align-items: start;
	gap: 70px;
	margin-bottom: 44px;
}
.genviet-certifications__content {
	min-width: 0;
}
.genviet-certifications__content h2 {
	margin: 0 0 24px;
	color: var(--genviet-black);
	font-size: 64px;
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: 0;
}
.genviet-certifications__content p {
	max-width: 780px;
	margin: 0;
	font-size: 17px;
	line-height: 1.8;
}
.genviet-certifications__list {
	margin: 10px 0 0;
	padding: 6px 0;
	border: 1px solid var(--border);
	border-radius: 8px;
	background: #faf9f6;
	box-shadow: 0 20px 48px rgba(35,31,32,.06);
}
.genviet-certifications__list li {
	padding: 18px 24px 18px 58px;
	border-top-color: rgba(35,31,32,.08);
}
.genviet-certifications__list li:first-child {
	border-top: 0;
}
.genviet-certifications__list li::before {
	left: 24px;
}
.genviet-certifications__media {
	width: 100%;
}
.genviet-certifications__media img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.genviet-pillars .genviet-number-card {
		min-height: 330px;
		padding: 34px;
	}
	.genviet-commitment-card::after {
		display: none;
	}
	.genviet-certifications__top {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.genviet-certifications__content h2 {
		font-size: 52px;
	}
}

@media (min-width: 767px) {
.genviet-pillars .genviet-section-heading {
	padding-right:1em;
}
}
@media (max-width: 767px) {
	.genviet-journey__slider {
		padding-top: 8px;
	}
	.genviet-journey__item {
		min-height: 500px;
		grid-template-rows: minmax(140px, 1fr) 64px minmax(210px, 1fr);
		padding: 0 6px;
	}
	.genviet-journey__item::before {
		top: calc(50% - 62px);
		left: 50%;
		width: 1px;
		height: 40px;
	}
	.genviet-journey__item::after {
		top: calc(50% + 22px);
		left: 50%;
		height: 40px;
	}
	.genviet-journey__image {
		width: 86px;
		height: 86px;
		margin-bottom: 34px;
		border-width: 5px;
	}
	.genviet-journey__year {
		min-width: 78px;
		min-height: 38px;
		padding: 0 16px;
		font-size: 16px;
	}
	.genviet-journey__content {
		min-height: 225px;
		margin-top: 34px;
		padding: 24px;
	}
	.genviet-journey__item:nth-child(even) .genviet-journey__image {
		margin-top: 34px;
	}
	.genviet-journey__item:nth-child(even) .genviet-journey__content {
		margin-bottom: 34px;
	}
	.genviet-journey__content h3 {
		font-size: 22px;
	}
	.genviet-pillars .genviet-card-grid--three {
		border-radius: 8px;
	}
	.genviet-pillars .genviet-number-card {
		min-height: 290px;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.14);
	}
	.genviet-pillars .genviet-number-card:last-child {
		border-bottom: 0;
	}
	.genviet-commitments__grid {
		gap: 16px;
	}
	.genviet-commitment-card {
		padding: 26px;
	}
	.genviet-commitment-card > span {
		margin-bottom: 30px;
	}
	.genviet-certifications__content h2 {
		font-size: 38px;
		line-height: 1.08;
	}
	
}

