/* SECTION: BANNER */
.banner {
	height: 36rem;
}

.banner .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.banner .background-mobile {
	display: none;
}

.banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(180deg, rgba(3, 88, 39, 0) 15.37%, #035827 109.27%);
}

.banner .deco-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto;
	height: 12rem;
	z-index: 2;
}

.banner .deco-2 {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2.5rem;
	z-index: 3;
}

.banner .content-container {
	position: absolute;
	bottom: 4.5rem;
	left: 5rem;
	z-index: 4;
}

.banner .content-container .nav-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5rem;
}

.banner .content-container .nav-container > * + * {
	margin-left: 0.5rem;
}

.banner .content-container .nav-container a,
.banner .content-container .nav-container span {
	color: var(--white, #fff);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0.00219rem;
	text-transform: uppercase;
}

.banner .content-container .nav-container a:first-of-type {
	opacity: 0.7;
}

.banner .content-container h2 {
	max-width: 70rem;
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.09025rem;
	text-transform: uppercase;
}

.banner .heading-mobile {
	display: none;
}

@media (max-width: 767px) {
	.banner {
		height: 28.0625rem;
	}

	.banner .background {
		display: none;
	}

	.banner .background-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

	.banner .overlay {
		z-index: 3;
		background: linear-gradient(180deg, rgba(3, 88, 39, 0) 15.37%, #035827 109.27%);
	}

	.banner .deco-1 {
		height: 6rem;
		z-index: 2;
	}

	.banner .deco-2 {
		display: none;
	}

	.banner .deco-3 {
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 38.0625rem;
		height: 2.3125rem;
		z-index: 3;
		transform: translate(-8rem, 0);
	}

	.banner .content-container {
		width: 22rem;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 4rem;
	}

	.banner .content-container .nav-container {
		margin-bottom: 0.62rem;
	}

	.banner .content-container .nav-container > * + * {
		margin-left: 0.38rem;
	}

	.banner .content-container .nav-container a,
	.banner .content-container .nav-container span {
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.03125rem;
	}

	.banner .content-container h2 {
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: 1.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
	}

	.banner .heading-desktop {
		display: none;
	}

	.banner .heading-mobile {
		display: block;
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: 1.75rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
	}
}

/* SECTION: VE CHUNG TOI */
.section-ve-chung-toi {
}

.section-ve-chung-toi .first-row {
	position: relative;
	height: 35rem;
}

.section-ve-chung-toi .first-row .deco-1 {
	position: absolute;
	width: auto;
	height: 17rem;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.section-ve-chung-toi .first-row .content-container {
	position: absolute;
	top: 3.75rem;
	left: 5.5rem;
	max-width: 63rem;
}

.section-ve-chung-toi .first-row .content-container h2.title {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	font-family: Lexend;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.05875rem;
	letter-spacing: 0.0175rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.section-ve-chung-toi .first-row .content-container h2.title-mobile {
	display: none;
}

.section-ve-chung-toi .first-row .content-container > .desc {
	color: rgba(0, 0, 0, 0.9);
	font-family: Lexend;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.03rem;
}

.section-ve-chung-toi .first-row .content-container > .desc-mobile {
	display: none;
}

.section-ve-chung-toi .first-row .number-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.section-ve-chung-toi .first-row .number-container .col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.section-ve-chung-toi .first-row .number-container .col .title {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.section-ve-chung-toi .first-row .number-container .col .title .num-container {
	display: flex;
	align-items: center;
	color: #00ad4b;
	font-family: Lexend;
	font-size: 5.17469rem;
	font-style: normal;
	font-weight: 500;
	line-height: 80%;
	letter-spacing: -0.15525rem;
}

.section-ve-chung-toi .first-row .number-container .col .title .num-container .kKao1 {
	overflow: hidden;
}

.section-ve-chung-toi .first-row .number-container .col .title .num-container .kKao1 .kKao2 {
	display: flex;
	flex-direction: column;
}

.section-ve-chung-toi .first-row .number-container .col .title .num-container .kKao1 .kKao2 > * + * {
	margin-top: 0.25rem;
}

.section-ve-chung-toi .first-row .number-container .col .title p {
	color: #0057a6;
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.125rem;
	margin-left: 0.4rem;
	margin-bottom: -3rem;
}

.section-ve-chung-toi .first-row .number-container .col .desc {
	color: rgba(0, 0, 0, 0.6);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.section-ve-chung-toi .second-row {
	position: relative;
	height: 25rem;
}

.section-ve-chung-toi .second-row .deco-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.section-ve-chung-toi .deco-text {
	position: absolute;
	bottom: 1.5rem;
	left: 36.5rem;
	z-index: 1;
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 1.675rem;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -0.0625rem;
	width: 22.28175rem;
}

.section-ve-chung-toi .second-row .deco-3,
.section-ve-chung-toi .deco-text-mobile {
	display: none;
}

@media (max-width: 767px) {
	.section-ve-chung-toi {
		padding-top: 1.25rem;
	}

	.section-ve-chung-toi .first-row {
		height: auto;
	}

	.section-ve-chung-toi .deco-1 {
		display: none;
	}

	.section-ve-chung-toi .first-row .content-container {
		position: static;
		width: 22rem;
		margin: auto;
	}

	.section-ve-chung-toi .first-row .content-container h2.title {
		display: none;
	}

	.section-ve-chung-toi .first-row .content-container h2.title-mobile {
		display: block;
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
		letter-spacing: -0.0625rem;
		margin-bottom: 1rem;
		text-transform: uppercase;
	}

	.section-ve-chung-toi .first-row .content-container > .desc {
		display: none;
	}

	.section-ve-chung-toi .first-row .content-container > .desc-mobile {
		display: block;
		color: var(--Text-Blue-blue-600, #1f365d);
		font-family: Lexend;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: -0.05606rem;
	}

	.section-ve-chung-toi .first-row .number-container {
		margin-top: 1.25rem;
		flex-wrap: wrap;
	}

	.section-ve-chung-toi .first-row .number-container .col {
		flex-direction: column;
		flex-basis: 44%;
	}

	.section-ve-chung-toi .first-row .number-container .col:nth-child(2),
	.section-ve-chung-toi .first-row .number-container .col:nth-child(4) {
		margin-left: auto;
	}

	.section-ve-chung-toi .first-row .number-container .col:nth-child(3),
	.section-ve-chung-toi .first-row .number-container .col:nth-child(4) {
		margin-top: 1.25rem;
	}

	.section-ve-chung-toi .first-row .number-container .col .title {
		display: flex;
		align-items: center;
		margin-bottom: 0.75rem;
	}

	.section-ve-chung-toi .first-row .number-container .col .title .num-container {
		color: var(--Shinnec-Color-Secondary-Green-700, #00ad4b);
		font-family: Lexend;
		font-size: 3rem;
		font-style: normal;
		font-weight: 500;
		line-height: 80%;
		letter-spacing: -0.125rem;
	}

	.section-ve-chung-toi .first-row .number-container .col .title p {
		color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.03125rem;
		margin-bottom: -1.25rem;
		margin-left: 0.25rem;
	}

	.section-ve-chung-toi .first-row .number-container .col .desc {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 133.3%;
	}

	.section-ve-chung-toi .first-row .number-container .col .title .num-container .kKao1 .kKao2 > * + * {
		margin-top: 0.25rem;
	}

	.section-ve-chung-toi .second-row {
		height: 46rem;
		margin-top: 3.5rem;
	}

	.section-ve-chung-toi .second-row .deco-2 {
		display: none;
	}

	.section-ve-chung-toi .second-row .deco-3 {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 0;
		object-fit: cover;
	}

	.section-ve-chung-toi .deco-text {
		display: none;
	}

	.section-ve-chung-toi .deco-text-mobile {
		display: block;
		color: var(--text-text-grey-0, #fff);
		font-family: "Lexend Deca";
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.01125rem;
		position: absolute;
		top: 2.75rem;
		left: 2rem;
		width: 18.094rem;
	}
}

/* SECTION: 22 NAM TIEN BUOC DUNG KHI */
.section-22-nam-tien-buoc {
	overflow: hidden;
	z-index: 1;
}

.section-22-nam-tien-buoc .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 294.75rem;
	z-index: 1;
	background: linear-gradient(180deg, rgba(83, 174, 245, 0) -20%, #0061c2 50%);
	pointer-events: none;
}

.section-22-nam-tien-buoc .heading-container {
	padding: 5rem 0;
	width: 80rem;
	margin: auto;
}

.section-22-nam-tien-buoc .heading-container-mobile {
	display: none;
}

.section-22-nam-tien-buoc h2 {
	color: #0d71b8;
	text-align: center;
	font-family: Lexend;
	font-size: 6.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 8.5rem;
	letter-spacing: -0.14325rem;
	text-transform: uppercase;
	text-align: center;
}

.section-22-nam-tien-buoc .slides-container {
	position: relative;
	height: 42.5rem;
	z-index: 4;
}

.section-22-nam-tien-buoc .background {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 47.5rem;
	z-index: 0;
}

.section-22-nam-tien-buoc .deco-1 {
	position: absolute;
	width: auto;
	height: 47.81081rem;
	z-index: 1;
	top: 20rem;
	left: 0;
}

.section-22-nam-tien-buoc .first-slide-container {
	position: relative;
}

.section-22-nam-tien-buoc .first-slide-container > .divider {
	position: absolute;
	top: 50%;
	left: 0;
	width: 111.62081rem;
	height: 0.1175rem;
	transform: translate(0, -50%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 21.5%, #fff 57%, rgba(255, 255, 255, 0) 100%);
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide {
	position: relative;
	height: 31.1875rem;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide > .divider {
	display: none;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n + 1) .slide-deco-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 50%;
	transform: translate(-50%, 0);
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n + 1) .desktop-container .content-container {
	position: absolute;
	top: 1rem;
	left: 1.5rem;
	display: flex;
	align-items: flex-end;
}

.section-22-nam-tien-buoc
.first-slide-container
.swiper-slide:nth-child(2n + 1)
.desktop-container
.content-container
> *
+ * {
	margin-left: 1.75rem;
}

.section-22-nam-tien-buoc
.first-slide-container
.swiper-slide:nth-child(2n + 1)
.desktop-container
.content-container
img {
	width: 18.75rem;
	height: 12.4375rem;
	border-radius: 0.29313rem;
	object-fit: cover;
}

.section-22-nam-tien-buoc
.first-slide-container
.swiper-slide:nth-child(2n + 1)
.desktop-container
.content-container
.desc {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n + 1) .desktop-container .year {
	position: absolute;
	bottom: 4.75rem;
	left: 1.5rem;
	font-family: Lexend;
	font-size: 7.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 10.19563rem;
	background: linear-gradient(180deg, #fff 47%, rgba(255, 255, 255, 0) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n) .slide-deco-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: 50%;
	transform: translate(-50%, 0) rotateX(180deg);
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide .slide-deco-2 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%) scale(0.25);
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transition: all 0.8s ease-out;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide .slide-deco-2 svg {
	width: 1.5515rem;
	height: 1.55294rem;
	transform: scale(0);
	transition: all 0.8s ease-out;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide .desktop-container {
	width: 100%;
	height: 100%;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide .mobile-container {
	display: none;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n) .desktop-container .content-container {
	position: absolute;
	bottom: 1rem;
	left: 1.5rem;
	display: flex;
	align-items: flex-start;
}

.section-22-nam-tien-buoc
.first-slide-container
.swiper-slide:nth-child(2n)
.desktop-container
.content-container
> *
+ * {
	margin-left: 1.75rem;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n) .desktop-container .content-container img {
	width: 18.75rem;
	height: 12.4375rem;
	border-radius: 0.29313rem;
	object-fit: cover;
}

.section-22-nam-tien-buoc
.first-slide-container
.swiper-slide:nth-child(2n)
.desktop-container
.content-container
.desc {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n) .desktop-container .year {
	position: absolute;
	top: 4.75rem;
	left: 1.5rem;
	font-family: Lexend;
	font-size: 7.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 10.19563rem;
	background: linear-gradient(180deg, #fff 47%, rgba(255, 255, 255, 0) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-22-nam-tien-buoc .first-slide-container .kKao4-active .slide-deco-2 {
	transform: translate(-50%, -50%) scale(1) !important;
}

.section-22-nam-tien-buoc .first-slide-container .kKao4-active .slide-deco-2 svg {
	transform: scale(1);
}

.section-22-nam-tien-buoc .second-slide-container {
	position: relative;
	width: 32rem;
	margin: auto;
	margin-top: 4.5rem;
}

.section-22-nam-tien-buoc .second-slide-container .swiper-slide {
}

.section-22-nam-tien-buoc .second-slide-container .swiper-slide p {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.section-22-nam-tien-buoc .second-slide-container .swiper-prev-btn,
.section-22-nam-tien-buoc .second-slide-container .swiper-next-btn {
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-out;
}

.section-22-nam-tien-buoc .second-slide-container .swiper-prev-btn svg,
.section-22-nam-tien-buoc .second-slide-container .swiper-next-btn svg {
	width: 1.25rem;
	height: 1.25rem;
}

.section-22-nam-tien-buoc .second-slide-container .swiper-prev-btn svg {
	transform: translate(-0.075rem, 0);
}

.section-22-nam-tien-buoc .second-slide-container .swiper-next-btn svg {
	transform: translate(0.1rem, 0);
}

.section-22-nam-tien-buoc .second-slide-container .swiper-prev-btn {
	top: 50%;
	left: 0;
	transform: translate(-100%, -50%);
}

.section-22-nam-tien-buoc .second-slide-container .swiper-next-btn {
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}

.section-22-nam-tien-buoc .background-mobile {
	display: none;
}

.section-22-nam-tien-buoc .swiper-button-disabled {
	opacity: 0.5;
}

@media (max-width: 767px) {
	.section-22-nam-tien-buoc {
		overflow: hidden;
		padding-bottom: 3rem;
		position: sticky;
		top: 0;
		left: 0;
	}

	.section-22-nam-tien-buoc .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 67.76219rem;
		z-index: 1;
		background: linear-gradient(180deg, rgba(83, 174, 245, 0) -24.63%, #0061c2 74.16%);
		pointer-events: none;
	}

	.section-22-nam-tien-buoc .heading-container {
		display: none;
	}

	.section-22-nam-tien-buoc .heading-container-mobile {
		display: block;
		padding: 2.75rem 0;
		width: 22rem;
		margin: auto;
	}

	.section-22-nam-tien-buoc h2 {
		color: #0d71b8;
		font-family: Lexend;
		font-size: 1.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		text-transform: uppercase;
		text-align: start;
		font-weight: 700;
	}

	.section-22-nam-tien-buoc h2 strong {
		font-size: 2.5625rem;
		font-weight: 600;
	}

	.section-22-nam-tien-buoc h2 p:not(:first-of-type) {
		font-size: 1.875rem;
	}

	.section-22-nam-tien-buoc .slides-container {
		height: auto;
	}

	.section-22-nam-tien-buoc .background {
		display: none;
	}

	.section-22-nam-tien-buoc .background-mobile {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 18.15163rem;
		z-index: 0;
	}

	.section-22-nam-tien-buoc .deco-1 {
		position: absolute;
		width: 23.4375rem;
		height: 18.5625rem;
		z-index: 1;
		top: 12rem;
		left: 0;
	}

	.section-22-nam-tien-buoc .first-slide-container > .divider {
		display: none;
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide {
		height: 23.25rem;
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide > .divider {
		display: block;
		position: absolute;
		top: 9.3125rem;
		left: 0;
		width: 100%;
		height: 0.0625rem;
		transform: translate(0, -50%);
		background: #fff;
		z-index: 0;
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n) .slide-deco-1,
	.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n + 1) .slide-deco-1 {
		top: 0.5rem;
		height: 8.8125rem !important;
		transform: translate(-50%, 0);
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n) .slide-deco-2,
	.section-22-nam-tien-buoc .first-slide-container .swiper-slide:nth-child(2n + 1) .slide-deco-2 {
		top: 9.3125rem;
		left: 0;
		transform: translate(-50%, -50%) scale(0.25);
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide .desktop-container {
		display: none;
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide .mobile-container {
		display: block;
		width: 100%;
		height: 100%;
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide .mobile-container img {
		position: absolute;
		top: 0;
		left: 0.75rem;
		width: 12rem;
		height: 8rem;
		object-fit: cover;
		border-radius: 0.25rem;
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide .mobile-container .content-container {
		position: absolute;
		top: 9.3125rem;
		left: 0.25rem;
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide .mobile-container .content-container .year {
		text-align: center;
		font-family: Lexend;
		font-size: 2.38988rem;
		font-style: normal;
		font-weight: 700;
		line-height: 4.75rem;
		background: linear-gradient(180deg, #fff 47%, rgba(255, 255, 255, 0) 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: start;
	}

	.section-22-nam-tien-buoc .first-slide-container .swiper-slide .mobile-container .content-container .desc {
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}

	.section-22-nam-tien-buoc .second-slide-container {
		position: relative;
		width: 16rem;
		margin: auto;
		margin-top: 1.5rem;
	}

	.section-22-nam-tien-buoc .second-slide-container .swiper-slide {
	}

	.section-22-nam-tien-buoc .second-slide-container .swiper-slide p {
		color: var(--text-text-grey-0, #fff);
		text-align: center;
		font-family: Lexend;
		font-size: 1.625rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.section-22-nam-tien-buoc .second-slide-container .swiper-prev-btn,
	.section-22-nam-tien-buoc .second-slide-container .swiper-next-btn {
		position: absolute;
		width: 1.875rem;
		height: 1.875rem;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.35);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.section-22-nam-tien-buoc .second-slide-container .swiper-prev-btn svg,
	.section-22-nam-tien-buoc .second-slide-container .swiper-next-btn svg {
		width: 0.9375rem;
		height: 0.9375rem;
	}

	.section-22-nam-tien-buoc .second-slide-container .swiper-prev-btn {
		top: 50%;
		left: 0;
		transform: translate(-100%, -50%);
	}

	.section-22-nam-tien-buoc .second-slide-container .swiper-next-btn {
		top: 50%;
		right: 0;
		transform: translate(100%, -50%);
	}
}

/* SECTION: TAM NHIN VUON XA */
.section-tam-nhin-vuon-xa {
	height: 54.75rem;
	z-index: 2;
	overflow: hidden;
	background: #fff;
}

.section-tam-nhin-vuon-xa .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 47.25rem;
	z-index: 0;
	object-fit: cover;
}

.section-tam-nhin-vuon-xa .deco-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8rem;
	height: 7.5rem;
	z-index: 0;
	object-fit: cover;
	opacity: 0.3;
	background: var(--Shinnec-Color-Quaternary-Blue-100, #7fccef);
}

.section-tam-nhin-vuon-xa .deco-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8rem;
	height: 7.5rem;
	z-index: 0;
	object-fit: cover;
	opacity: 0.3;
	background: var(--Shinnec-Color-Quaternary-Blue-100, #7fccef);
}

.section-tam-nhin-vuon-xa .heading-container {
	position: absolute;
	top: 5rem;
	left: 5.5rem;
}

.section-tam-nhin-vuon-xa .heading-container h2 {
	color: rgba(255, 255, 255, 0.9);
	font-family: Lexend;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.05875rem;
	letter-spacing: 0.0175rem;
	text-transform: uppercase;
}

.section-tam-nhin-vuon-xa .heading-container .divider {
	width: 100%;
	height: 0.0625rem;
	background: rgba(237, 246, 252, 0.36);
	margin: 0.62rem 0;
}

.section-tam-nhin-vuon-xa .heading-container .desc {
	color: rgba(255, 255, 255, 0.9);
	font-family: Lexend;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	width: 36.875rem;
}

.section-tam-nhin-vuon-xa .preview-boxes-container {
	display: flex;
	position: absolute;
	width: 86rem;
	bottom: 4rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.section-tam-nhin-vuon-xa .preview-boxes-container > * + * {
	margin-left: 2.25rem;
}

.section-tam-nhin-vuon-xa .first-preview-box {
	flex-basis: 50%;
	padding: 1.75rem 3.5rem 2.25rem 2.5rem;
	border-radius: 0.57731rem;
	background: linear-gradient(180deg, #00ad4b 0%, #0aa34c 100%);
	box-shadow: 0px 4px 46.6px 0px rgba(0, 148, 62, 0.26);
}

.section-tam-nhin-vuon-xa .second-preview-box {
	flex-basis: 50%;
	padding: 1.75rem 3.5rem 2.25rem 2.5rem;
	border-radius: 0.57731rem;
	background: linear-gradient(180deg, #00ad4b 0%, #0aa34c 100%);
	box-shadow: 0px 4px 46.6px 0px rgba(0, 148, 62, 0.26);
}

.section-tam-nhin-vuon-xa .first-preview-box svg,
.section-tam-nhin-vuon-xa .second-preview-box svg {
	width: 3.9375rem;
	height: auto;
	margin-bottom: 1.5rem;
}

.section-tam-nhin-vuon-xa .first-preview-box .title,
.section-tam-nhin-vuon-xa .second-preview-box .title {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 1.96206rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.03469rem;
	letter-spacing: -0.026rem;
	margin-bottom: 1.25rem;
}

.section-tam-nhin-vuon-xa .first-preview-box .desc,
.section-tam-nhin-vuon-xa .second-preview-box .desc,
.section-tam-nhin-vuon-xa .second-preview-box .desc ul,
.section-tam-nhin-vuon-xa .first-preview-box .desc ul {
	list-style-type: disc;
}

.section-tam-nhin-vuon-xa .first-preview-box .desc li,
.section-tam-nhin-vuon-xa .second-preview-box .desc li {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.75rem;
	letter-spacing: -0.02231rem;
	margin-left: 1.5rem;
}

.section-tam-nhin-vuon-xa .first-preview-box .desc li p:first-of-type,
.section-tam-nhin-vuon-xa .second-preview-box .desc li p:first-of-type {
	display: inline-block;
}

.section-tam-nhin-vuon-xa .background-mobile,
.section-tam-nhin-vuon-xa .deco-3,
.section-tam-nhin-vuon-xa .heading-container-mobile,
.section-tam-nhin-vuon-xa .first-preview-box .desc-mobile,
.section-tam-nhin-vuon-xa .second-preview-box .desc-mobile,
.section-tam-nhin-vuon-xa .first-preview-box .title-mobile,
.section-tam-nhin-vuon-xa .second-preview-box .title-mobile {
	display: none;
}

@media (max-width: 767px) {
	.section-tam-nhin-vuon-xa {
		height: 54.5rem;
		padding-top: 4rem;
	}

	.section-tam-nhin-vuon-xa .background {
		display: none;
	}

	.section-tam-nhin-vuon-xa .background-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50rem;
		z-index: 0;
	}

	.section-tam-nhin-vuon-xa .deco-1,
	.section-tam-nhin-vuon-xa .deco-2 {
		display: none;
	}

	.section-tam-nhin-vuon-xa .deco-3 {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 15.04956rem;
		background: linear-gradient(180deg, rgba(4, 46, 125, 0.4) 0%, rgba(4, 46, 125, 0) 100%);
		z-index: 1;
	}

	.section-tam-nhin-vuon-xa .heading-container {
		display: none;
	}

	.section-tam-nhin-vuon-xa .heading-container-mobile {
		display: block;
		position: relative;
		top: unset;
		left: unset;
		width: 22rem;
		margin: auto;
		z-index: 2;
	}

	.section-tam-nhin-vuon-xa .heading-container-mobile h2 {
		color: #fff;
		font-family: Lexend;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.05875rem;
		letter-spacing: 0.0175rem;
		text-transform: uppercase;
	}

	.section-tam-nhin-vuon-xa .heading-container-mobile .divider {
		height: 0.0625rem;
		background: rgba(237, 246, 252, 0.36);
		margin: 0.75rem 0;
	}

	.section-tam-nhin-vuon-xa .heading-container-mobile .desc {
		color: rgba(255, 255, 255, 0.9);
		font-family: Lexend;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
	}

	.section-tam-nhin-vuon-xa .preview-boxes-container {
		position: absolute;
		bottom: 1px;
		left: 50%;
		width: 22rem;
		transform: translate(-50%, 0);
		display: flex;
		flex-direction: column;
	}

	.section-tam-nhin-vuon-xa .preview-boxes-container > * + * {
		margin-top: 1rem;
		margin-left: 0;
	}

	.section-tam-nhin-vuon-xa .first-preview-box {
		width: 100%;
		position: static;
		padding: 0.75rem 1rem 1.25rem 1rem;
		border-radius: 0.5rem;
		background: linear-gradient(180deg, #00ad4b 0%, #0aa34c 100%);
		box-shadow: 0px 2.091px 24.355px 0px rgba(0, 148, 62, 0.26);
	}

	.section-tam-nhin-vuon-xa .second-preview-box {
		width: 100%;
		position: static;
		padding: 0.75rem 1rem 1.25rem 1rem;
		border-radius: 0.5rem;
		background: linear-gradient(180deg, #00ad4b 0%, #0aa34c 100%);
		box-shadow: 0px 2.091px 24.355px 0px rgba(0, 148, 62, 0.26);
	}

	.section-tam-nhin-vuon-xa .first-preview-box svg,
	.section-tam-nhin-vuon-xa .second-preview-box svg {
		width: 2.5rem;
		height: auto;
		margin-bottom: 0.75rem;
		margin-right: 0.88rem;
		display: inline-block;
	}

	.section-tam-nhin-vuon-xa .first-preview-box .title,
	.section-tam-nhin-vuon-xa .second-preview-box .title {
		display: none;
	}

	.section-tam-nhin-vuon-xa .first-preview-box .title-mobile,
	.section-tam-nhin-vuon-xa .second-preview-box .title-mobile {
		display: inline-block;
		color: #fff;
		font-family: Lexend;
		font-size: 1.02544rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.06344rem;
		letter-spacing: -0.01356rem;
	}

	.section-tam-nhin-vuon-xa .first-preview-box .desc,
	.section-tam-nhin-vuon-xa .second-preview-box .desc {
		display: none;
	}

	.section-tam-nhin-vuon-xa .first-preview-box .desc-mobile,
	.section-tam-nhin-vuon-xa .second-preview-box .desc-mobile {
		display: block;
		list-style-type: disc;
		margin-left: 1.25rem;
	}

	.section-tam-nhin-vuon-xa .first-preview-box .desc-mobile li,
	.section-tam-nhin-vuon-xa .second-preview-box .desc-mobile li {
		color: #fff;
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.03125rem;
	}

	.section-tam-nhin-vuon-xa .first-preview-box .desc-mobile li p:first-of-type,
	.section-tam-nhin-vuon-xa .second-preview-box .desc-mobile li p:first-of-type {
		display: inline-block;
	}
}

/* SECTION: CHUAN MUC XUAT SAC */
.section-chuan-muc-xuat-sac {
	padding: 3.25rem 0 0.75rem 0;
	z-index: 3;
	margin-top: -2px;
}

.section-chuan-muc-xuat-sac .section-container {
	width: 90rem;
	margin: auto;
}

.section-chuan-muc-xuat-sac .heading-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 5.5rem;
}

.section-chuan-muc-xuat-sac .heading-container-mobile {
	display: none;
}

.section-chuan-muc-xuat-sac .heading-container h2 {
	flex-basis: 45%;
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
}

.section-chuan-muc-xuat-sac .heading-container .desc {
	flex-basis: 55%;
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.039rem;
}

.section-chuan-muc-xuat-sac .section-container > .content-container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.section-chuan-muc-xuat-sac .item {
	position: relative;
	flex-basis: 17.25rem;
	border-radius: 0.625rem;
	overflow: hidden;
}

.section-chuan-muc-xuat-sac .item img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-chuan-muc-xuat-sac .item .info-container {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: auto;
	padding: 1.5rem 1rem 0.75rem 1rem;
}

.section-chuan-muc-xuat-sac .item .info-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 32.19%);
}

.section-chuan-muc-xuat-sac .item .info-container .title {
	position: relative;
	z-index: 1;
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 0.4rem;
}

.section-chuan-muc-xuat-sac .item .info-container .title span {
	display: inline-block;
}

.section-chuan-muc-xuat-sac .item .info-container .title p:first-of-type {
	display: inline-block;
}

.section-chuan-muc-xuat-sac .item .info-container .desc {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.8);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.section-chuan-muc-xuat-sac .item .info-container .desc .spacing {
	height: 0.4rem;
}

.section-chuan-muc-xuat-sac .item:nth-child(1),
.section-chuan-muc-xuat-sac .item:nth-child(5) {
	height: 27.0425rem;
}

.section-chuan-muc-xuat-sac .item:nth-child(2),
.section-chuan-muc-xuat-sac .item:nth-child(4) {
	height: 19.85681rem;
}

.section-chuan-muc-xuat-sac .item:nth-child(3) {
	height: 15.96856rem;
}

.section-chuan-muc-xuat-sac .slide-container {
	display: none;
}

@media (max-width: 767px) {
	.section-chuan-muc-xuat-sac {
		padding-top: 3.5rem;
	}

	.section-chuan-muc-xuat-sac .section-container {
		width: 100%;
	}

	.section-chuan-muc-xuat-sac .heading-container {
		display: none;
	}

	.section-chuan-muc-xuat-sac .heading-container-mobile {
		width: 22rem;
		margin: auto;
		display: block;
		margin-bottom: 1.5rem;
	}

	.section-chuan-muc-xuat-sac .heading-container-mobile h2 {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 1rem;
	}

	.section-chuan-muc-xuat-sac .heading-container-mobile .desc {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}

	.section-chuan-muc-xuat-sac .heading-container-mobile .desc strong {
		font-weight: 500;
	}

	.section-chuan-muc-xuat-sac .section-container > .content-container {
		display: none;
	}

	.section-chuan-muc-xuat-sac .slide-container {
		display: block;
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide {
		height: 24.25rem;
		border-radius: 0.625rem;
		overflow: hidden;
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 0;
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide .content-container {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 1.8125rem 1.125rem 1.5rem 1.125rem;
		z-index: 2;
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide .overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 39%);
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide .title {
		position: relative;
		z-index: 1;
		color: #fff;
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide .title span {
		display: inline-block;
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide .title p:first-of-type {
		display: inline-block;
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide .desc {
		position: relative;
		z-index: 1;
		color: rgba(255, 255, 255, 0.8);
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 300;
		line-height: 150%;
		max-height: 0;
		overflow: hidden;
		transition: all 0.4s ease-out;
	}

	.section-chuan-muc-xuat-sac .slide-container .swiper-chuan-muc-xuat-sac .swiper-slide .desc .spacing {
		height: 0.75rem;
	}
}

/* SECTION: DUOC CONG NHAN TOAN CAU */
.section-duoc-cong-nhan-toan-cau {
	padding-top: 3.5rem;
	padding-bottom: 2px;
	margin-bottom: -1px;
	background: #fff !important;
}

.section-duoc-cong-nhan-toan-cau .section-container {
	width: 87.5rem;
	margin: auto;
	display: flex;
	align-items: flex-start;
}

.section-duoc-cong-nhan-toan-cau .section-container .left-col {
	flex-basis: 50%;
}

.section-duoc-cong-nhan-toan-cau .section-container .left-col .title {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.section-duoc-cong-nhan-toan-cau .section-container .left-col .desc {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-duoc-cong-nhan-toan-cau .section-container .left-col .desc strong {
	font-weight: 500;
}

.section-duoc-cong-nhan-toan-cau .section-container .right-col {
	flex-basis: 50%;
	margin-left: 4rem;
	display: flex;
	align-items: flex-end;
	margin-top: -2rem;
}

.section-duoc-cong-nhan-toan-cau .section-container .right-col > img {
	width: 16rem;
	height: auto;
	object-fit: contain;
	user-select: none;
}

.section-duoc-cong-nhan-toan-cau .section-container .right-col .grid-container {
	width: 100%;
	display: grid;
	row-gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-left: 1.5rem;
}

.section-duoc-cong-nhan-toan-cau .section-container .right-col .grid-container img {
	width: 7rem;
	height: 7rem;
	object-fit: contain;
	margin: auto;
	user-select: none;
}

.section-duoc-cong-nhan-toan-cau .section-container .right-col .deco {
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	background: pink;
	margin: auto;
}

.section-duoc-cong-nhan-toan-cau .section-container .right-col .deco-1 {
	background: var(--Shinnec-Color-Quaternary-Blue-100, #7fccef);
}

.section-duoc-cong-nhan-toan-cau .section-container .right-col .deco-2 {
	background: var(--Shinnec-Color-Tertiary-Blue-400, #40b3e8);
}

.section-duoc-cong-nhan-toan-cau .section-container .right-col .deco-3 {
	background: var(--Shinnec-Color-Tertiary-Green-400, #40c278);
}

.section-duoc-cong-nhan-toan-cau .section-container-mobile {
	display: none;
}

@media (max-width: 767px) {
	.section-duoc-cong-nhan-toan-cau .section-container {
		display: none;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile {
		display: block;
		width: 22rem;
		margin: auto;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .title {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 1.5rem;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .desc {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: var(--font-size-14, 0.875rem);
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .desc strong {
		font-weight: 500;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .grid-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .grid-container > *:nth-child(2) {
		width: 7.5rem;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .grid-container .deco {
		width: 6.25rem;
		height: 6.25rem;
		border-radius: 50%;
		align-self: flex-end;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .grid-container .deco-1 {
		background: var(--Shinnec-Color-Tertiary-Blue-400, #40b3e8);
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .grid-container .deco-2 {
		background: var(--Shinnec-Color-Tertiary-Green-400, #40c278);
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .grid-container > *:nth-child(4),
	.section-duoc-cong-nhan-toan-cau .section-container-mobile .grid-container > *:nth-child(6) {
		width: 6rem;
		margin-top: 1rem;
	}

	.section-duoc-cong-nhan-toan-cau .section-container-mobile .grid-container > *:nth-child(5) {
		width: 7.5rem;
		margin-top: 1rem;
	}
}

/* SECTION: DI SAN */
.section-di-san {
	height: 100vh;
	padding: 5rem 0 5rem 0;
	overflow: hidden;
	z-index: 2;
	margin-top: -2px;
}

.section-di-san .section-container {
	position: relative;
	width: 90rem;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
}

.section-di-san .section-container > .col + .col {
	margin-left: 0.75rem;
}

.section-di-san .section-container .col {
	position: relative;
	width: 33.33%;
	display: flex;
	flex-direction: column;
	pointer-events: none;
}

.section-di-san .section-container .col > * + * {
	margin-top: 0.6rem;
}

.section-di-san .section-container .first-col .text-container {
	position: absolute;
	bottom: 45%;
	right: 0;
	width: 100%;
	height: 55%;
	padding: 1.5rem;
	border-radius: 0.625rem;
	background: var(--Shinnec-Color-Primary-Primary, #006b1d);
}

.section-di-san .section-container .first-col .text-container .text {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-di-san .section-container .first-col .text-container .logo {
	position: absolute;
	bottom: 1.5rem;
	left: 1.5rem;
	width: 11.04394rem;
	height: 2.22619rem;
	object-fit: contain;
}

.section-di-san .section-container .img-container {
	border-radius: 0.625rem;
	/*   overflow: hidden; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-di-san .section-container .img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 100vh;
	border-radius: 0.625rem;
}

.section-di-san .section-container .first-col .img-container:nth-child(2) {
	position: absolute;
	top: 55%;
	right: 0;
	width: 100%;
	height: calc(45% - 0.6rem);
}

.section-di-san .section-container .second-col .img-container:nth-child(1) {
	position: absolute;
	bottom: 75%;
	left: 50%;
	width: 100%;
	height: 25%;
	transform: translate(-50%, 0);
}

.section-di-san .section-container .second-col .img-container:nth-child(2) {
	position: absolute;
	top: 75%;
	left: 0;
	width: 100%;
	height: calc(25% - 0.6rem);
}

.section-di-san .section-container .third-col .img-container:nth-child(1) {
	position: absolute;
	bottom: 45%;
	left: 0;
	width: 100%;
	height: 55%;
}

.section-di-san .section-container .third-col .img-container:nth-child(2) {
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	height: calc(45% - 0.6rem);
}

.section-di-san .section-container > .img-container {
	position: absolute;
	top: 50%;
	left: 50%;
	/* width: 33.33%;
	height: calc(50% - 0.6rem);
	transform: translate(-50%, calc(-50% + 0.3rem)); */
}

.section-di-san .section-container > .img-container .overlay {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: calc(100% + 1px);
	z-index: 1;
	background: linear-gradient(180deg, #fff 0%, rgba(93, 93, 93, 0) 52.74%),
		linear-gradient(180deg, rgba(20, 83, 49, 0) 0%, #023218 100%);
}

.section-di-san .section-container > .img-container .heading-container {
	position: absolute;
	width: 68rem;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
}

.section-di-san .section-container > .img-container .title {
	color: var(--text-text-grey-0, #fff);
	text-align: center;
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.section-di-san .section-container > .img-container .desc {
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-family: Lexend;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.75rem;
	letter-spacing: -0.02231rem;
}

.section-di-san-mobile {
	display: none;
}

@media (max-width: 767px) {
	.section-di-san {
		display: none;
	}

	.section-di-san-mobile {
		display: block;
		padding-top: 3.5rem;
	}

	.section-di-san-mobile .heading-container {
		width: 22rem;
		margin: auto;
	}

	.section-di-san-mobile .heading-container .title {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 0.5rem;
	}

	.section-di-san-mobile .heading-container .desc {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: var(--font-size-14, 0.875rem);
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}

	.section-di-san-mobile > .img-container {
		position: relative;
		width: 100%;
		height: 28rem;
	}

	.section-di-san-mobile > .img-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.section-di-san-mobile .content-container {
		position: relative;
		padding: 0.62rem 0;
		margin-top: -1px;
	}

	.section-di-san-mobile .content-container .section-container {
		width: 22rem;
		margin: auto;
		position: relative;
		z-index: 1;
	}

	.section-di-san-mobile .content-container .deco-1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 92%;
		z-index: 0;
		background: #005016;
	}

	.section-di-san-mobile .content-container .logo {
		position: relative;
		z-index: 1;
		width: 7.76706rem;
		height: 1.56563rem;
		object-fit: contain;
		margin-bottom: 0.75rem;
	}

	.section-di-san-mobile .content-container .text {
		position: relative;
		z-index: 1;
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: var(--font-size-14, 0.875rem);
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		margin-bottom: 1.75rem;
	}

	.section-di-san-mobile .content-container .imgs-container {
		position: relative;
		z-index: 1;
	}

	.section-di-san-mobile .content-container .imgs-container .flex-container {
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}

	.section-di-san-mobile .content-container .imgs-container .flex-container:nth-child(1) img:nth-child(1) {
		width: 8.42088rem;
		height: 8.40594rem;
		border-radius: 0.375rem;
		box-shadow: 0px 4px 11.1px 0px rgba(6, 49, 18, 0.1);
	}

	.section-di-san-mobile .content-container .imgs-container .flex-container:nth-child(1) img:nth-child(2) {
		width: 12.88475rem;
		height: 8.40769rem;
		border-radius: 0.375rem;
		box-shadow: 0px 4px 11.1px 0px rgba(6, 49, 18, 0.1);
		margin-left: auto;
	}

	.section-di-san-mobile .content-container .imgs-container .flex-container:nth-child(2) {
		margin-top: 0.62rem;
	}

	.section-di-san-mobile .content-container .imgs-container .flex-container:nth-child(2) img:nth-child(1) {
		width: 13.16944rem;
		height: 18.06506rem;
		border-radius: 0.375rem;
	}

	.section-di-san-mobile .content-container .imgs-container .flex-container:nth-child(2) .col {
		margin-left: 0.62rem;
	}

	.section-di-san-mobile .content-container .imgs-container .flex-container:nth-child(2) .col img:nth-child(1) {
		height: calc(50% - 0.31rem);
		width: 8.1rem;
		border-radius: 0.375rem;
	}

	.section-di-san-mobile .content-container .imgs-container .flex-container:nth-child(2) .col img:nth-child(2) {
		width: 8.1rem;
		height: calc(50% - 0.31rem);
		margin-top: 0.62rem;
		border-radius: 0.375rem;
	}
}

/* SECTION: DOI NGU LANH DAO SHINEC */
.section-doi-ngu-lanh-dao .info-container {
	padding: 6rem 0;
	position: relative;
}

.section-doi-ngu-lanh-dao .info-container .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.section-doi-ngu-lanh-dao .info-container .heading-container {
	position: relative;
	z-index: 1;
	margin-left: 5rem;
}

.section-doi-ngu-lanh-dao .info-container .heading-container .title {
	color: rgba(255, 255, 255, 0.9);
	font-family: Lexend;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.05875rem;
	letter-spacing: 0.0175rem;
	text-transform: uppercase;
	width: 43rem;
}

.section-doi-ngu-lanh-dao .info-container .heading-container .divider {
	width: 100%;
	height: 0.0625rem;
	background: rgba(237, 246, 252, 0.1);
	margin: 0.5rem 0;
}

.section-doi-ngu-lanh-dao .info-container .heading-container .desc {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.13738rem;
	margin-bottom: 1.5rem;
}

.section-doi-ngu-lanh-dao .info-container .heading-container .author-container strong {
	color: rgba(255, 255, 255, 0.9);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.039rem;
}

.section-doi-ngu-lanh-dao .info-container .heading-container .author-container p {
	color: rgba(255, 255, 255, 0.72);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.section-doi-ngu-lanh-dao .info-container .heading-container .author-container p:last-of-type {
	text-transform: uppercase;
}

.section-doi-ngu-lanh-dao .info-container .deco-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 9.5rem;
	object-fit: contain;
}

.section-doi-ngu-lanh-dao .showcase-container {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	height: 47.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .col {
	position: relative;
	width: 33.33%;
	height: 100%;
}

.section-doi-ngu-lanh-dao .showcase-container .first-col {
	background: linear-gradient(180deg, #33b0e5 0%, #7cd0f4 100%);
}

.section-doi-ngu-lanh-dao .showcase-container .first-col .deco-2 {
	position: absolute;
	width: 62rem;
	height: 62rem;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
	z-index: 1;
}

.section-doi-ngu-lanh-dao .showcase-container .first-col .profile-container {
	position: absolute;
	top: 3rem;
	left: 6.75rem;
	z-index: 2;
}

.section-doi-ngu-lanh-dao .showcase-container .first-col .profile-container .name {
	color: var(--text-text-grey-0, #fff);
	font-family: "Lexend Exa";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.25rem;
}

.section-doi-ngu-lanh-dao .showcase-container .first-col .profile-container .name strong {
	font-weight: 700;
}

.section-doi-ngu-lanh-dao .showcase-container .first-col .profile-container .job {
	color: rgba(255, 255, 255, 0.7);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0.75rem;
}

.section-doi-ngu-lanh-dao .showcase-container .first-col .profile-container svg {
	width: 0.9rem;
	height: auto;
}

.section-doi-ngu-lanh-dao .showcase-container .first-col .person {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row,
.section-doi-ngu-lanh-dao .showcase-container .third-col .row {
	height: 33.33%;
	overflow: hidden;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col {
	background: #1592de;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col {
	background: #229de9;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row .person-container,
.section-doi-ngu-lanh-dao .showcase-container .third-col .row .person-container {
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	overflow: hidden;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row .person-container .profile-container,
.section-doi-ngu-lanh-dao .showcase-container .second-col .row .person-container .person,
.section-doi-ngu-lanh-dao .showcase-container .third-col .row .person-container .profile-container,
.section-doi-ngu-lanh-dao .showcase-container .third-col .row .person-container .person {
	position: relative;
	flex: none;
	z-index: 3;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row .person-container .person,
.section-doi-ngu-lanh-dao .showcase-container .third-col .row .person-container .person {
	width: 50%;
	height: 100%;
	object-fit: cover;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(1) .person-container {
	background: linear-gradient(180deg, #d6edf8 0%, #baddef 100%);
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(1) .deco-3 {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translate(0.5rem, 0);
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(1) .profile-container {
	width: 50%;
	padding: 0 0 1.25rem 1.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(1) .profile-container .name {
	color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
	font-family: "Lexend Exa";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.07875rem;
	margin-bottom: 0.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(1) .profile-container .job {
	color: rgba(0, 97, 194, 0.7);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(2) .person-container {
	background: linear-gradient(180deg, #27a2ed 0%, #1592de 100%);
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(2) .deco-4 {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: translate(-0.5rem, 0);
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(2) .profile-container {
	padding: 0 1.5rem 1.25rem 0;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(2) .profile-container .name {
	color: var(--text-text-grey-0, #fff);
	font-family: "Lexend Exa";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(2) .profile-container .job {
	color: rgba(255, 255, 255, 0.7);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(3) .person-container {
	background: linear-gradient(180deg, #d6edf8 0%, #baddef 100%);
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(3) .deco-5 {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translate(0.5rem, 0);
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(3) .deco-6 {
	width: 4.77756rem;
	height: 4.17413rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(3) .profile-container {
	padding: 0 0 1.25rem 1.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(3) .profile-container .name {
	color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
	font-family: "Lexend Exa";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .second-col .row:nth-child(3) .profile-container .job {
	color: rgba(0, 97, 194, 0.7);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(1) .person-container {
	background: #229de9;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(1) .deco-7 {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translate(0.5rem, 0);
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(1) .profile-container {
	padding: 0 0 1.25rem 1.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(1) .profile-container .name {
	color: var(--text-text-grey-0, #fff);
	font-family: "Lexend Exa";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(1) .profile-container .job {
	color: rgba(255, 255, 255, 0.7);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(2) .person-container {
	background: linear-gradient(180deg, #d6edf8 0%, #baddef 100%);
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(2) .deco-8 {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: translate(-0.5rem, 0);
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(2) .deco-9 {
	width: 4.48631rem;
	height: 2.48788rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(2) .profile-container {
	padding: 0 1.5rem 1.25rem 0;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(2) .profile-container .name {
	color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
	font-family: "Lexend Exa";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(2) .profile-container .job {
	color: rgba(0, 97, 194, 0.7);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(3) .person-container {
	background: linear-gradient(180deg, #27a2ed 0%, #1592de 100%);
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(3) .deco-10 {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: translate(-0.5rem, 0);
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(3) .profile-container {
	padding: 0 0 1.25rem 1.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(3) .profile-container .name {
	color: var(--text-text-grey-0, #fff);
	font-family: "Lexend Exa";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0.5rem;
}

.section-doi-ngu-lanh-dao .showcase-container .third-col .row:nth-child(3) .profile-container .job {
	color: rgba(255, 255, 255, 0.7);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.section-doi-ngu-lanh-dao-mobile {
	display: none;
}

@media (max-width: 767px) {
	.section-doi-ngu-lanh-dao {
		display: none;
	}

	.section-doi-ngu-lanh-dao-mobile {
		display: block;
		padding-top: 3rem;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row {
		position: relative;
		height: 42rem;
		overflow: hidden;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .background {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 0;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .heading-container {
		position: relative;
		z-index: 2;
		width: 22rem;
		margin: auto;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .heading-container .title {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .heading-container .divider {
		width: 100%;
		height: 0.0625rem;
		background: rgba(112, 115, 124, 0.08);
		margin: 0.62rem 0;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .heading-container .desc {
		color: var(--Text-Blue-blue-500, #223b66);
		font-family: Lexend;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 500;
		line-height: 1.75rem;
		letter-spacing: -0.02231rem;
		margin-bottom: 1rem;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .heading-container .author-container .name {
		color: var(--Text-Blue-blue-500, #223b66);
		font-family: "Lexend Exa";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 0.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .heading-container .author-container .name strong {
		font-weight: 700;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .heading-container .author-container .job {
		color: var(--Text-Blue-blue-500, #223b66);
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .deco-1 {
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translate(0, 35%);
		width: 23.38694rem;
		height: 23.38694rem;
		border-radius: 50%;
		background: #3db4e7;
		z-index: 1;
	}

	.section-doi-ngu-lanh-dao-mobile .first-row .person {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: auto;
		object-fit: contain;
		bottom: 0;
		left: 0;
	}

	.section-doi-ngu-lanh-dao-mobile .row {
		background: #1592de;
		height: 10.5rem;
		overflow: hidden;
	}

	.section-doi-ngu-lanh-dao-mobile .row .profile-container {
		position: relative;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		height: 100%;
	}

	.section-doi-ngu-lanh-dao-mobile .row .info-container,
	.section-doi-ngu-lanh-dao-mobile .row .person {
		position: relative;
		z-index: 1;
	}

	.section-doi-ngu-lanh-dao-mobile .row .person {
		width: 50%;
		height: 100%;
		object-fit: contain;
	}

	.section-doi-ngu-lanh-dao-mobile .second-row .profile-container {
		background: linear-gradient(180deg, #d6edf8 0%, #baddef 100%);
	}

	.section-doi-ngu-lanh-dao-mobile .second-row .profile-container .deco-2 {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		transform: translate(0.5rem, 0);
	}

	.section-doi-ngu-lanh-dao-mobile .second-row .profile-container .info-container {
		padding: 0 0 1.25rem 1.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .second-row .profile-container .info-container .name {
		color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
		font-family: "Lexend Exa";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.00875rem;
		margin-bottom: 0.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .second-row .profile-container .info-container .job {
		color: rgba(0, 97, 194, 0.7);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.section-doi-ngu-lanh-dao-mobile .third-row .profile-container {
		background: #229de9;
	}

	.section-doi-ngu-lanh-dao-mobile .third-row .profile-container .deco-3 {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		transform: translate(0.5rem, 0);
	}

	.section-doi-ngu-lanh-dao-mobile .third-row .profile-container .info-container {
		padding: 0 0 1.25rem 1.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .third-row .profile-container .info-container .name {
		color: var(--text-text-grey-0, #fff);
		font-family: "Lexend Exa";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.00875rem;
		margin-bottom: 0.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .third-row .profile-container .info-container .job {
		color: rgba(255, 255, 255, 0.7);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.section-doi-ngu-lanh-dao-mobile .fourth-row .profile-container {
		background: linear-gradient(180deg, #d6edf8 0%, #baddef 100%);
	}

	.section-doi-ngu-lanh-dao-mobile .fourth-row .profile-container .deco-4 {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		transform: translate(-0.5rem, 0);
	}

	.section-doi-ngu-lanh-dao-mobile .fourth-row .profile-container .deco-5 {
		position: absolute;
		z-index: 0;
		bottom: 0;
		right: 0;
		width: 3.0625rem;
		height: 1.75rem;
	}

	.section-doi-ngu-lanh-dao-mobile .fourth-row .profile-container .info-container {
		padding: 0 1.5rem 2rem 0;
	}

	.section-doi-ngu-lanh-dao-mobile .fourth-row .profile-container .info-container .name {
		color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
		font-family: "Lexend Exa";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.00875rem;
		margin-bottom: 0.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .fourth-row .profile-container .info-container .job {
		color: rgba(0, 97, 194, 0.7);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.section-doi-ngu-lanh-dao-mobile .fifth-row .profile-container {
		background: #229de9;
	}

	.section-doi-ngu-lanh-dao-mobile .fifth-row .profile-container .deco-6 {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		transform: translate(-0.5rem, 0);
	}

	.section-doi-ngu-lanh-dao-mobile .fifth-row .profile-container .info-container {
		padding: 0 1.25rem 1.25rem 0;
	}

	.section-doi-ngu-lanh-dao-mobile .fifth-row .profile-container .info-container .name {
		color: var(--text-text-grey-0, #fff);
		font-family: "Lexend Exa";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.00875rem;
		margin-bottom: 0.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .fifth-row .profile-container .info-container .job {
		color: rgba(255, 255, 255, 0.7);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.section-doi-ngu-lanh-dao-mobile .sixth-row .profile-container {
		background: linear-gradient(180deg, #d6edf8 0%, #baddef 100%);
	}

	.section-doi-ngu-lanh-dao-mobile .sixth-row .profile-container .deco-7 {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		transform: translate(0.5rem, 0);
	}

	.section-doi-ngu-lanh-dao-mobile .sixth-row .profile-container .deco-8 {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 3.339rem;
		height: 2.91731rem;
	}

	.section-doi-ngu-lanh-dao-mobile .sixth-row .profile-container .info-container {
		padding: 0 0 1.25rem 1.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .sixth-row .profile-container .info-container .name {
		color: var(--Shinnec-Color-Secondary-Blue-900, #0061c2);
		font-family: "Lexend Exa";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.00875rem;
		margin-bottom: 0.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .sixth-row .profile-container .info-container .job {
		color: rgba(0, 97, 194, 0.7);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.section-doi-ngu-lanh-dao-mobile .seventh-row .profile-container {
		background: #229de9;
	}

	.section-doi-ngu-lanh-dao-mobile .seventh-row .profile-container .deco-9 {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		transform: translate(0.5rem, 0);
	}

	.section-doi-ngu-lanh-dao-mobile .seventh-row .profile-container .info-container {
		padding: 0 0 1.25rem 1.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .seventh-row .profile-container .info-container .name {
		color: var(--text-text-grey-0, #fff);
		font-family: "Lexend Exa";
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.00875rem;
		margin-bottom: 0.25rem;
	}

	.section-doi-ngu-lanh-dao-mobile .seventh-row .profile-container .info-container .job {
		color: rgba(255, 255, 255, 0.7);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}

/* SECTION: BAN CAN THEM THONG TIN */
.section-ban-can-them-thong-tin {
	height: 16.5rem;
	padding: 4.25rem 5rem;
}

.section-ban-can-them-thong-tin .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.section-ban-can-them-thong-tin .background-mobile {
	display: none;
}

.section-ban-can-them-thong-tin .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #006b1d 100%);
}

.section-ban-can-them-thong-tin .content-container {
	position: relative;
	z-index: 2;
}

.section-ban-can-them-thong-tin .content-container .title {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.section-ban-can-them-thong-tin .content-container .title-mobile {
	display: none;
}

.section-ban-can-them-thong-tin .content-container a {
	padding: 0.25rem 0.25rem 0.25rem 1.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 2rem;
	background: var(--text-text-grey-0, #fff);
	width: fit-content;
}

.section-ban-can-them-thong-tin .content-container a p {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	text-align: center;
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133.3%;
}

.section-ban-can-them-thong-tin .content-container a .circle {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--Shinnec-Color-Primary-Primary, #006b1d);
	margin-left: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}

.section-ban-can-them-thong-tin .content-container a .circle svg {
	width: 1.5rem;
	height: 1.5rem;
	flex: none;
	transition: all 0.3s ease-out;
}

.section-ban-can-them-thong-tin .content-container a .circle svg:first-of-type {
	transform: translate(-1rem, 0);
}

.section-ban-can-them-thong-tin .content-container a .circle svg:last-of-type {
	transform: translate(-0.4rem, 0);
}

.section-ban-can-them-thong-tin .content-container a:hover .circle svg:first-of-type {
	transform: translate(1rem, 0);
}

.section-ban-can-them-thong-tin .content-container a:hover .circle svg:last-of-type {
	transform: translate(1.5rem, 0);
}

@media (max-width: 767px) {
	.section-ban-can-them-thong-tin {
		height: 24.5rem;
		padding: 0;
	}

	.section-ban-can-them-thong-tin .background {
		display: none;
	}

	.section-ban-can-them-thong-tin .background-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

	.section-ban-can-them-thong-tin .overlay {
		position: absolute;
		top: unset;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60%;
		z-index: 1;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #006b1d 100%);
	}

	.section-ban-can-them-thong-tin .content-container {
		position: absolute;
		z-index: 2;
		left: 0.8rem;
		bottom: 3.25rem;
	}

	.section-ban-can-them-thong-tin .content-container .title {
		display: none;
	}

	.section-ban-can-them-thong-tin .content-container .title-mobile {
		display: block;
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 0.75rem;
	}

	.section-ban-can-them-thong-tin .content-container a {
		padding: 0.25rem 0.25rem 0.25rem 1rem;
		height: 2.25rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 2rem;
		background: var(--text-text-grey-0, #fff);
		width: fit-content;
	}

	.section-ban-can-them-thong-tin .content-container a p {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		text-align: center;
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 133.3%;
	}

	.section-ban-can-them-thong-tin .content-container a .circle {
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 50%;
		background: var(--Shinnec-Color-Secondary-Green-700, #00ad4b);
		margin-left: 0.3rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		overflow: hidden;
	}

	.section-ban-can-them-thong-tin .content-container a .circle svg {
		width: 0.86775rem;
		height: 0.86775rem;
	}

	.section-ban-can-them-thong-tin .content-container a .circle svg:first-of-type {
		transform: translate(-0.5rem, 0);
	}

	.section-ban-can-them-thong-tin .content-container a .circle svg:last-of-type {
		transform: translate(-0.275rem, 0);
	}

	.section-ban-can-them-thong-tin .content-container a:hover .circle svg:first-of-type {
		transform: translate(0.6rem, 0);
	}

	.section-ban-can-them-thong-tin .content-container a:hover .circle svg:last-of-type {
		transform: translate(1rem, 0);
	}
}

/* SECTION: TIN TUC SU KIEN */
.section-tin-tuc-su-kien {
	padding-top: 4.5rem;
}

@media (max-width: 767px) {
	.section-tin-tuc-su-kien {
		padding-top: 2.5rem;
	}
}