:root {
	--color-black: #000000;
	--color-white: #ffffff;
	--color-gray: #9ea2ae;
	--text-gray: #757575;
	--background-main: #f8f7f5;
	--background-dark: #1c1c1c;

	--text-light: #212121;
	--border-black: 1px solid #000000;
}
html, body {
	overscroll-behavior: none;
}

body {
	/*-webkit-overflow-scrolling: touch;*/
	/*transform: translateZ(0);*/
}
main#main {
	background: var(--background-main) !important;
}

body {
	font-family: "Cormorant SC", serif;
}

p {
	/*font-family: "Manrope", serif;*/
}

a {
	transition: all 0.5s;
}

ul.default_ul {
	list-style: none;
}

.text_center {
	text-align: center !important;
}

.text_white {
	color: var(--color-white) !important;
}

.section_white {
	background: var(--color-white);
}

.content_white,
.content_white > * {
	color: var(--color-white) !important;
}

.contact_page .col_img {
	position: relative;
	overflow: hidden;
}

.contact_page .col_img .inner_content--content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	color: var(--color-white);
	padding: 0 15px;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -3.84px;
	text-align: center;
}

.contact_page .col_img .inner_content--content a {
	color: var(--color-white);
}

.contact_page .col_img .inner_content--content a:hover {
	color: var(--primary-color);
}

.contact_page .inner_contact {
	display: flex;
	gap: 50px;
}

.contact_page .inner_contact__img {
	width: 35%;
}

.inner_contact__img .inner_content--img {
	position: relative;
}

.inner_contact__img .inner_content--img:before {
	content: "";
	position: absolute;
	background-color: rgb(0 0 0 / 50%);
	background-position: 50%;
	background-size: cover;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.contact_page .inner_contact__form {
	width: 65%;
	margin-right: 50px;
}

.form_contact .form_item_submit input {
	width: 100%;
	border-radius: 0;
}

.sub_content_banner_2 .list_social path {
	fill: #000;
}

.sub_content_banner_2 {
	width: 50%;
	margin-left: auto;
	font-size: 18px;
}

.sub_content_banner_1 {
	margin: 40px auto;
	font-size: 24px;
	max-width: 75%;
}

.form_contact .title_form {
	font-size: 2rem;
	margin-bottom: 20px;
}

.form_contact .des_form {
	width: 76%;
	margin-left: auto;
	text-align: right;
	font-size: 18px;
	color: var(--color-gray);
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.group_form .group_form_item {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.group_form .group_form_item .form_item.form_item_half {
	width: calc(50% - 10px);
}

.group_form .group_form_item .form_item.form_item_full {
	width: 100%;
}

.group_form .group_form_item .form_item {
	display: flex;
	gap: 10px;
	align-items: start;
	flex-wrap: nowrap;
	flex-direction: column;
}

.group_form .group_form_item .form_item span {
	width: 100%;
}

.group_form .group_form_item .form_item input {
	border: none;
	border-bottom: var(--border-black);
	background-color: transparent;
}

.group_form .group_form_item .form_item .form_item__label {
	/* min-width: 200px; */
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	flex: 0 0 auto;
	white-space: nowrap;
}

.group_form .group_form_item:not(:last-of-type) {
	margin-bottom: 1rem;
}

.group_form .group_form_item .form_item span {
	width: 100%;
}

.group_form .group_form_item .form_item input {
	border: none;
	border-bottom: var(--border-black);
}


.group_form .group_form_item:not(:last-of-type) {
	margin-bottom: 1rem;
}

.form_item_submit input[type="submit"] {
	background: linear-gradient(
		to right,
		var(--color-white) 0%,
		var(--color-white) 50%,
		var(--color-black) 50%,
		var(--color-black) 100%
	);
	background-size: 200% 100%;
	background-position: right;
	color: var(--color-white);
	border: none;
	padding: 12px 24px;
	cursor: pointer;
	font-size: 16px;
	transition: color 0.4s ease-in-out, background-position 0.4s ease-in-out;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	/* border-radius: 100px; */
	border: 2px solid var(--color-black) !important;
	z-index: 6;
	text-transform: unset;
	font-weight: 400 !important;
	line-height: 1;
	padding: 11px 40px;
	/* border-radius: 50px; */
	box-shadow: 0 6px 12px -6px rgba(255, 255, 255, 0.25),
		0 8px 24px -4px rgba(255, 255, 255, 0.15) !important;
}

.form_item_submit input[type="submit"]:hover {
	background-position: left;
	color: var(--color-black);
}

.form_item_submit.form_item_submit--white input[type="submit"] {
	background: linear-gradient(
		to right,
		var(--color-black) 0%,
		var(--color-black) 50%,
		var(--color-white) 50%,
		var(--color-white) 100%
	);
	color: var(--color-black);
	background-size: 200% 100%;
	background-position: right;
	border-color: var(--color-white) !important;
}

.form_item_submit.form_item_submit--white input[type="submit"]:hover {
	color: var(--color-white);
	background-position: left;
}

.form_item_submit {
	position: relative;

	z-index: 3;
	margin-top: 30px;
}

.form_contact .form_item_submit {
	/* width: max-content !important; */
	margin-left: auto;
}

.top_footer {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

footer#footer {
	background: var(--background-dark);
	padding: 40px 0;
}

.footer_social .list_social {
	flex-direction: column;
	gap: 10px;
}

.bot_footer {
	border-top: 1px solid #394050;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 10px 0;
}

.footer_col_menu a {
	color: #fff;
}

.footer_info.content {
	color: #6d717f;
}

p:last-of-type {
	margin: 0;
}

.inner_banner_contact img {
	width: 100%;
	object-fit: cover;
}

main#main:not(:has(div#fp-wrapper)) {
	/* padding-top: 50px; */
}

.footer_col_menu .footer_menu_list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.footer_col_menu .footer_menu_list h4.footer_menu_item--title {
	color: var(--text-gray);
}

main#main:has(.banner_contact) {
	padding-top: 0 !important;
}

.footer_contact .wrap_contact {
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--color-black);
	border-radius: 100px;
	padding: 10px;
}

.footer_contact .wrap_contact .wrap_contact__submit {
	margin-top: 0;
}

.footer_contact .wrap_contact input[type="email"] {
	background: transparent;
	border: none;
	color: var(--color-white);
}

.footer_contact .wrap_contact input[type="email"]::placeholder {
	color: var(--color-white);
}

.mid_footer {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list_social {
	display: flex;
	align-items: center;
	gap: 30px;
}

.p-10 {
	padding: 10px 0 !important;
}

.p-20 {
	padding: 20px 0 !important;
}

.p-30 {
	padding: 30px 0 !important;
}

.p-40 {
	padding: 40px 0 !important;
}

.p-50 {
	padding: 50px 0 !important;
}

.single_post .inner_content {
}

.post_meta .author_box .author_avatar img {
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
	margin-bottom: 10px;
}

.post_meta .author_box .author_name {
	font-size: 18px;
	font-weight: 600;
	color: var(--text-light);
	margin-bottom: 5px;
}

.post_meta .author_box .author_label {
	font-size: 16px;
	color: var(--color-gray);
}

.post_meta_title h1 {
	font-size: 3rem;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.post_meta_info {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 20px;
	margin: 24px 0;
}

.post_meta_info .post_meta--execrpt {
	width: 70%;
}

.post_meta .list_social {
	justify-content: center;
}

.single_content_banner img {
	width: 100%;
}

.single_content_post {
	/* width: 70%; */
	margin: 0 auto;
	position: relative;
}

.single_content_post .inner_content {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 24px;
}

.single_content_post .inner_content .content {
	width: 60%;
}

.single_content_post .stick_social {
	/* position: absolute; */
	top: 20px;
	right: -20px;
}

.single_content_post .stick_social .list_social {
	position: sticky;
	top: 104px;
	/* background-color: red; */
	flex-direction: column;
	gap: 10px;
	margin-top: 40px;
}

.single_content_post .stick_social .list_social svg path {
	fill: #d2d5db;
}

.back_to_page {
	padding: 10px 0;
}

.wrapper {
	position: relative;
	z-index: 2;
}

.wrapper a.cover_link {
	position: absolute;
	inset: 0;
	z-index: 10;
}

.box_event_contact .box_content__title {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.box_event_contact .box_content__title h3 {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0;
}

.box_event_contact .box_content__title .box_content__title--date {
	color: var(--color-gray);
	font-size: 18px;
}

.box_event_contact {
	display: flex;
}

.box_event_contact__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.slide_news .block_post_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.slide_news,
.slide_news .swiper-wrapper,
.slide_news .swiper-wrapper .swiper-slide {
	height: 100%;
}

.slide_news .swiper-wrapper {
	align-items: center;
}

.slide_news .swiper-slide .block_post_item {
	overflow: hidden;
	transition: all 0.5s;
	transition: 0.5s ease-in-out;
	transform: scale(0.8);
	transition-delay: 0.5s;
}

.slide_news .swiper-slide.swiper-slide-active .block_post_item {
	transform: scale(1);
	transition-delay: 0.5s;
}

.slide_news .swiper-slide .block_post__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide_news .swiper-slide .block_post__img {
	width: 100%;
	height: 435px;
}

.slide_news .swiper-slide .block_post__content {
	width: 100%;
}

.slide_news .block_post__img .block_post__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block_post__content .block_post__meta ,.block_post__content .block_post_date{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
	font-size: 14px;
	text-transform: UPPERCASE;
	font-family: 'Manrope';
}

.slide_news .block_post__content .block_post__meta {
	color: var(--color-gray);
}

.slide_news .swiper-slide h3.block_post_content--title {
	font-size: 40px;
}

.list_block_post .block_post_item {
	display: flex;
	gap: 20px;
	margin: 0px 0;
	padding: 40px 0;
	border-top: 1px solid var(--color-black);
}

.list_block_post .block_post_item .block_post__img {
	width: 35%;
}

.list_block_post .block_post_item .block_post__img img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.list_block_post .block_post_item .block_post__content {
	padding: 20px;
	width: 65%;
}

.list_block_post .block_post_item .block_post_content--title {
	font-size: 2rem;
	margin-bottom: 10px;
	color: var(--text-light);
	font-weight: 400;
	text-transform: uppercase;
}

.list_top_galary {
	position: relative;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible; /* Ä‘áº£m báº£o pháº§n tá»­ con khÃ´ng bá»‹ cáº¯t */
}

.list_top_galary .item_galary {
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: center center; /* chá»‰nh láº¡i tá»« bottom thÃ nh center center */
	opacity: 1;
	transition: 0.3s ease;
	width: 240px;
	height: 180px;
	overflow: hidden;
}

.list_top_galary .item_galary img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

/* Vá»‹ trÃ­ + rotate cho tá»«ng áº£nh nhÆ° báº¡n Ä‘Ã£ Ä‘áº·t */
.list_top_galary .item_galary:nth-child(1) {
	transform: translate(-50%, 0%) rotate(0deg); /* scale nhá» ban Ä‘áº§u */
	z-index: 5;
	opacity: 1;
}

.list_top_galary .item_galary:nth-child(2) {
	transform: translate(calc(-50% - 40px), 15%) rotate(-11deg);
	z-index: 4;
}

.list_top_galary .item_galary:nth-child(3) {
	transform: translate(calc(-50% + 40px), 15%) rotate(11deg);
	z-index: 4;
}

.list_top_galary .item_galary:nth-child(4) {
	transform: translate(calc(-50% - 70px), 25%) rotate(-20deg);
	z-index: 3;
}

.list_top_galary .item_galary:nth-child(5) {
	transform: translate(calc(-50% + 70px), 25%) rotate(20deg);
	z-index: 3;
}

.single_project_1 {
	min-height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.list_top_galary {
	position: relative;
	height: 340px;
	display: flex;
	justify-content: center;
}

.title_floating_layer {
}

/* giá»¯ láº¡i Ä‘á»ƒ táº¡o chiá»u cao */

.title_floating_layer .title_project {
	font-size: 3.8rem;
	position: absolute;
	bottom: 60px;
	font-weight: 400;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	line-height: 1.1;
	left: calc((100% - 1280px) / 2);
	right: calc((100% - 1280px) / 2);
	width: 60%;
	margin-bottom: 0;
	padding: 30px;
}

/* target giá»¯ nguyÃªn */
#titleTarget {
	min-height: 1em;
	width: 100%;
	font-size: 6.25rem;
}

#titleTarget::after {
	content: attr(data-text);
	visibility: hidden;
	display: block;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.item_galary.active {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
}

.item_galary.active img {
	width: 100%;
	display: block;
	transform-origin: center center;
}

.list_top_galary .item_galary img {
	transition: opacity 0.3s linear;
}

.project_details__wrap--img img {
	width: 100%;
	aspect-ratio: 16/9;
}

.section_bg_black {
	background: var(--color-black);
	color: var(--color-white);
}

.project_galary {
	display: grid;
	gap: var(--gap);
	grid-auto-rows: var(--row);
	/* desktop default: 4 columns */
	grid-template-columns: repeat(4, 1fr);
	align-items: start;
	gap: 20px;
}

.project_galary .project_item_galary {
	position: relative;
	overflow: hidden;
	height: 690px;
}

.project_galary .project_item_galary:nth-child(6n + 1) {
	grid-column: 1 / -1; /* full width */
	grid-row: span 2;
}

.project_galary .project_item_galary:nth-child(6n + 2) {
	grid-column: 1; /* col 1-2 */
	grid-row: span 3;
}

.project_galary .project_item_galary:nth-child(6n + 3) {
	grid-column: 2 / 5; /* col 3-4 */
	grid-row: span 2;
}

.project_galary .project_item_galary:nth-child(6n + 4) {
	grid-column: 1 / 5; /* start a new virtual lane under left (auto flow handles placement) */
	grid-row: span 1;
}

.project_galary .project_item_galary:nth-child(6n + 5) {
	grid-column: 1/ 4;
	grid-row: span 1;
}

.project_galary .project_item_galary:nth-child(6n + 6) {
	grid-column: 4/5;
	grid-row: span 1;
}

.project_galary .project_item_galary img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.marquee {
	--gap: 40px; /* khoáº£ng cÃ¡ch giá»¯a cÃ¡c chá»¯ */
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	position: relative;
}

.marquee span {
	display: inline-block;
	padding-right: var(--gap);
	animation: scroll 12s linear infinite;
}

/* NhÃ¢n báº£n chá»¯ Ä‘á»ƒ cháº¡y vÃ´ háº¡n */
.marquee span::after {
	content: " " attr(data-copy);
}

.project_details__wrap .title_project {
	text-align: unset;
}

/* JS khÃ´ng cáº§n â€” CSS tá»± nhÃ¢n */
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.project_wrap--content {
	display: flex;
	justify-content: space-between;
}

.title_floating_layer .title_project,
.list_top_galary .item_galary.active {
	/* will-change: transform; */
}

.project_details__meta .project_details_meta--item {
	border-bottom: var(--border-black);
	display: flex;
}

.project_details__meta {
	width: 50%;
}

.single_project_1 {
	position: relative;
	overflow: hidden;
}

.project_details__wrap .project_wrap--content {
	position: relative;
	z-index: 3;
	/* fade in á»Ÿ cuá»‘i */
	background: #fff;
	padding: 30px;
}

.project_details__wrap {
	width: max-content;
	margin: 0 auto;
	min-width: 60vw;
}

.project_details__meta .project_details_meta--item > * {
	width: 50%;
}

.project_details__meta .project_details_meta--item span.label {
	text-transform: uppercase;
}

.project_details__meta .project_details_meta--item span.value {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	font-family: "Manrope", sans-serif;
}

.project_details__meta .project_details_meta--item:not(:last-child) {
	margin-bottom: 20px;
}

.related_post__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.block_project_item {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.related_projects__list.projects__list {
	display: flex;
	gap: 30px;
}

.block_project_item .block_post__img img {
	aspect-ratio: 1;
	height: 100%;
}

main#main:not(:has(div#fp-wrapper)) .block_project_item .block_post__img {
	/*height: 35vh;*/
}

.projects__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.inner_banner {
	height: 100vh;
}

.inner_banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.block_project_item .block_post__content h3.block_post_content--title {
	font-size: 18px;
	font-weight: 400;
}

.block_project_item .block_post__img {
	transition: all 0.5s;
	width: 100%;
	overflow: hidden;
}

.block_project_item .block_post__img img {
	transform: scale(1);
	transition: all 0.5s;
}

.block_project_item .block_post__content {
	font-family: 'Cormorant SC';
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

.block_project_item:hover .block_post__img img {
	transform: scale(1.2);
}

.title_section {
	font-size: 2rem;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 400;
}

.title_section--large {
	font-size: 3.8rem;
	letter-spacing: -3.6px;
}

.inner_content__top .sub_title {
	font-family: "Manrope", sans-serif;
}

.btn_main {
	background-color: var(--color-black);
	color: var(--color-white);
	border: 1px solid var(--color-black);
	padding: 10px 20px;
	font-size: 1rem;
	display: block;
	width: max-content;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.btn_centter {
	margin: 30px auto;
}

.related_projects {
	margin: 90px 0;
}

.btn_main:hover {
	background-color: var(--color-white);
	color: var(--color-black);
}

.btn_main.btn_main--white {
	background: var(--color-white);
	color: var(--color-black);
}

.btn_main.btn_main--white:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}

.project_page_1 .banner_content {
	display: flex;
	align-items: center;
	margin-top: 20px;
	justify-content: space-between;
}

.project_page_1 .banner_content h2.banner_content--title {
	width: 60%;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 0;
}

.list_solution_img {
	position: relative;
	min-height: calc(50vh + 400px);
}

.list_solution_img .item_solution_img {
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: center center; /* chá»‰nh láº¡i tá»« bottom thÃ nh center center */
	opacity: 1;
	transition: 0.3s ease;
	width: 393px;
	height: 446px;
	overflow: hidden;
}

.list_solution_img .item_solution_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.list_solution_img .item_solution_img:nth-child(1) {
	transform: translate(-50%, 0%) rotate(0deg); /* scale nhá» ban Ä‘áº§u */
	z-index: 5;
	opacity: 1;
}

.list_solution_img .item_solution_img:nth-child(2) {
	transform: translate(calc(-50% - 370px), 15%) rotate(-18deg);
	z-index: 4;
}

.list_solution_img .item_solution_img:nth-child(3) {
	transform: translate(calc(-50% + 370px), 15%) rotate(18deg);
	z-index: 4;
}

.parallax {
	position: relative;
	overflow: hidden;
	padding-bottom: 30%;
	z-index: 3;
}

.section_parallax .parallax_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	clip: rect(0, auto, auto, 0);
	/* padding-bottom: 35%; */
}

.section_parallax .parallax_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	position: fixed;
	transition: all 0.5s ease-in-out;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translateZ(0);
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
}

.section_parallax .parallax_content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.section_parallax {
	padding: 0;
}

.single_solution_2 .parallax_content-content {
	max-width: 55%;
	margin: 0 auto;
}

.solution_details__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.solution_details__list .solution_details__item {
	display: flex;
	gap: 20px;
}

.solution_details__list .solution_details__item > * {
	width: 50%;
}

.solution_details__list .solution_details__item:nth-child(even) {
	flex-direction: row-reverse;
}

.related_post__list .block_post__content {
	position: absolute;
	bottom: 0;
	padding: 1rem;
	color: #fff;
	z-index: 6;
}

.related_post__list .block_post__img {
	height: 350px;
	position: relative;
	z-index: 4;
}

.related_post__list .block_post__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.related_post__list .block_post_item:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.21%, #000 100%);
	z-index: 5;
}

.related_post__list .block_post__content h3.block_post_content--title {
	color: #fff;
	    font-family: 'Manrope';
    font-weight: 400;
	font-size:16px;
}

.single_project_1 .project_details__wrap,
.single_project_1 .title_project {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform-origin: 50% 50%;
	will-change: transform, opacity;
}

/* giá»¯ flow nhÆ°ng trÃ¡nh margin collapsing khi translate */
.single_project_1 .project_details__wrap {
	position: relative;
}

.project_page_1 .inner_content {
	height: -webkit-fill-available;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10vh;
	margin-right: 120px;
	position: relative;

}

.project_page_1 .wrap_svg_opacity {
	will-change: transform;
	z-index: 10;
}
.project_page_1 .wrap_svg_opacity img{
	filter: contrast(0.2);
}
.project_page_1 .grid_fullpage .grid-50.col_content {
	height: 100%;
}

.project_page_1 .grid-50.col_img img {
	width: 100%;
	height: 76vh;
}

.project_page_1 .grid-container {
	align-items: start;
	padding-top: 80px;
}

.inner_content__bot {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
}

.inner_content__bot .content.des_cotent {
	margin-bottom: 20px;
}

.inner_video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header#header {
	position: fixed;
	top: 30px;
}

.toggle_filter {
	background: var(--color-black);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
	gap: 16px;
	border: 1px solid var(--color-black);
	height: 40px;
	transition: all 0.5s;
	cursor: pointer;
}

.col_list_product .wrap_title {
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.wrap_filter__item {
	position: relative;
}

wrap_filter__city {
	min-width: 243px;
}

.wrap_filter .inner_dropdown {
	position: absolute;
	z-index: 100;
	background: #fff;
	top: 46px;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
	opacity: 0;
	z-index: -10;
}

.wrap_filter__item.active .inner_dropdown {
	opacity: 1;
	z-index: 10;
}

.wrap_filter .inner_dropdown .inner_dropdown_head,
.wrap_filter .inner_dropdown .inner_dropdown_item {
	padding: 10px;
	border-bottom: 1px solid var(--color-black);
	margin: 0 10px;
	transition: all 0.5s;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Manrope';
	font-size: 14px;
	    white-space: nowrap;
}
.inner_dropdown_bot .inner_dropdown_item{
	text-align: center;
}
.wrap_filter .inner_dropdown .inner_dropdown_bot {
	background: var(--color-black);
	color: #fff;
}

.wrap_filter {
	display: flex;
	gap: 20px;
}

.wrap_filter__item.wrap_filter__order {
}

.wrap_filter__item.wrap_filter__order .toggle_filter {
	background: #fff;
	padding: 10px;
}

.wrap_filter .inner_dropdown .inner_dropdown_item:hover {
	background: var(--color-black);
	color: #fff;
}
.inner_dropdown_head {
	margin: 0 !important;
	font-family: 'Manrope';
}
.wrap_filter__item.active .toggle_filter {
	color: white;
	background: black;
}
.wrap_filter__label {
	text-transform: uppercase;
	font-family: 'Manrope';
}
.wrap_filter__item.wrap_filter__order .inner_dropdown {
	min-width: 250px;
	right: 0;
}

.section_footer {
	padding: 0 !important;
}

.bg_section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}

.fullpage .grid-container,
.grid_fullpage {
	height: 100%;
	padding: 18vh 0 3vh;
}

.fp-section footer .grid-container {
	flex-direction: column;
	align-items: unset;
}

.section_home_footer .section_footer, .section_home_footer .section_footer footer {
	height: 100%;
}

.section_home_footer .section_footer .grid-container {
	justify-content: center;
}

.about_sec_5 .grid-container {
	flex-direction: column;
	padding-top: 7vh;
	padding-bottom: 50px;
}

.about_sec_7 {
	height: 60vh;
}

.about_sec_7 + .section_footer.fp-auto-height {
	height: 40vh;
}

.about_sec_1 .inner_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 10vh 0 5vh;
}

.about_sec_1 .group_text__top .section_des {
	font-size: 2rem;
}

.about_sec_1 .group_text__top {
	text-shadow: 0 4px 8px #000;
}

.about_sec_2 .group_top {
	display: flex;
	gap: 30px;
	align-items: center;
}

.about_sec_4 {
}

.about_sec_4 .wrap_content {
	min-height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 65px 0;
}

.about_sec_4 .wrap_content .list_item_block {
	display: flex;
	gap: 40px;
	justify-content: center;
	max-width: 75%;
	margin: 0 auto;
	min-height: 350px;
}

.about_sec_4 .grid_fullpage {
	padding-top: 10vh;
	padding-bottom: 0 !important;
}

.about_sec_4 .wrap_content .list_item_block .item_block {
	background: #fff;
	color: #000;
	padding: 20px;
	position: relative;
	width: 60%;
}

.about_sec_4 .wrap_content .list_item_block .item_block .title_block {
	text-align: right;
	font-size: 18px;
}

.about_sec_4 .wrap_content .list_item_block .item_block:before,
.about_sec_4 .wrap_content .list_item_block .item_block:after {
	content: "“";
	position: absolute;
	font-size: 200px;
	font-style: normal;
	font-weight: 400;
	font-family: "Manrope", sans-serif;
	line-height: 0.5;
}

.about_sec_4 .wrap_content .list_item_block .content_block {
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	margin-top: 70px;
	margin-top: 70px;
	height: calc(100% - 175px);
	display: flex;
	align-items: center;
}

.about_sec_4 .wrap_content .list_item_block .item_block:before {
	top: 40px;
}

.about_sec_5 .des_section {
	max-width: 55%;
}

.about_sec_5 .inner_section_img {
	transform: translateY(-11vw);
	width: auto;
	height: auto;
	/*position: fixed;*/
	text-align: right;
}

.about_sec_5 .inner_section_img img {
	width: 100%;
}

.about_sec_5 .box_text {
	padding: 0 21px;
}

.about_sec_4 .wrap_content .list_item_block .item_block:after {
	right: 20px;
	bottom: 65px;
	transform: rotate(-180deg);
}

.about_sec_2 .group_col_content {
	font-size: 30px;
	width: 50%;
	color: #6D717F;
	font-family: Manrope;
}

.about_sec_2 .group_col_content strong {
	color: #fff;
}

.about_sec_2 .group_top .group_col_img {
	width: 46%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_sec_2 .group_top .group_col_img:before {
	content: '';
	position: absolute;
	background-image: url('../image/map_svg.svg');
	z-index: 3;
	opacity: 0;
	transition: all 0.5s;
	width: 649px;
	height: 319px;
	background-repeat: no-repeat;
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about_sec_2 .group_top .group_col_img.aos-animate:before {
	opacity: 1;
	transition-delay: 1.5s;
}

.about_sec_2 .list_item_img {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.inner_section_full {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	height: 100%;
	padding: 7vw 0 5vw;
	gap: 12vh;
}

.section_wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
}

.section_full {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about_sec_1 .group_text__bot.text_center.content_white {
	font-family: Manrope;
}

.header_mb {
	display: none;
}

header#header .inner_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header#header .wrap_header_menu {
	display: flex;
	align-items: center;
	gap: 20px;
}

header#header nav#nav-menu ul > li > a {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	position: relative;
	transition: all 0.5s;
	font-size: 1rem;
}

header#header nav#nav-menu ul > li.current-menu-item > a:before {
	opacity: 1;
}

header#header nav#nav-menu ul > li > a:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	bottom: 0;
	left: 50%;
	opacity: 0;
}

ul.lang-switcher {
	margin: auto;
	color: #fff;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 20px;

}

ul.lang-switcher li {
	margin: 0;
}

ul.lang-switcher li a {
	color: #fff;
}
.inner_menu__lang ul.lang-switcher li a {
	color: black !important;
}
ul.lang-switcher li.active a {
	font-weight: 700;

}
.inner_menu__lang ul.lang-switcher li.active a {
	font-weight: 700;
	text-decoration: underline;
}

header#header .wrap_header_menu nav#nav-menu {
	margin-right: 80px;
}


.columns {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}

.columns span {
	flex: 1;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transform: translateY(0);
	transition: transform 1s ease-in-out;
	position: relative;
	overflow: hidden;
}

.columns video {
	position: absolute;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	top: 0;
	left: 0;
}

.under-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1.2s ease-in-out;
}

.under-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div#columns_video {
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

div#load_screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
}

.inner_map {
	margin-top: 90px;
	overflow: hidden;
}

/* wrapper columns */
.columns {
	position: absolute;
	inset: 0;
	display: flex;
	z-index: 5; /* trÃªn under-video */
	pointer-events: none;
}

/* má»—i column chá»©a 1 canvas */
#splitVideo .columns .col {
	flex: 1 1 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	transform: translateX(0);
	transition: transform 1s cubic-bezier(0.22, 0.9, 0.32, 1);
}

/* canvas fill column */
.columns .col canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* hide the original video source element (we use it only as media source) */
#video1-base {
	display: none;
}

/* under video (video2) náº±m dÆ°á»›i */
.under-video {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 1;
}

/* when active: columns move right to reveal under-video */
#load_screen.split-active .columns .col {
	transform: translateY(-100%);
}

#load_screen.split-active {
	/*z-index: -10;*/
}

/* EFFECT: Khi scroll chuyá»ƒn video */

.split-active .under-video {
	opacity: 1;
}

.fp-section .grid-container {
	height: 100%;
	display: flex;
	align-items: center;
}

.section_home_2 .list_box_item {
	display: flex;
	gap: 25px;
	margin-top: 20px;
}

.section_home_2 .list_box_item .item_box {
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
	min-height: 35vh;
	width: 40%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 5px;
}

.section_home_2 .list_box_item .item_box .item_box_title {
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 0.8;
}

.section_home_2 .list_box_item .item_box .item_box_des {
	text-align: left;
	letter-spacing: -0.4px;
	font-family: Cormorant SC;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;

	line-height: 30px;
}

.section_home_2 .des_section {
	margin-bottom: 1rem;
}

.section_home_2 .des_section p {

	font-weight: 400;
	font-size: 18px;
}
.section_home_3 {
	margin-bottom: 50px;
	margin-top: 50px;
}
.section_home_3 .inner_content_banner {
	max-width: 450px;
	color: var(--color-white);
}

.wrap_project {
	/* position: relative; */
	/* height: 100vh; */
}

.list_project {
	position: relative;
	width: 100%;
	height: 450px; /* Ä‘áº·t chiá»u cao Ä‘á»§ chá»©a item */
	margin-top: 40px;
}

/* Base style */
.list_project .item_block {
	/* position: absolute; */
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
	transform-origin: top center;
}

.section_home_4 .list_project .item_block:nth-child(n) {
	z-index: calc(50 - var(--i));
	transform: scale(calc(1 - (var(--i) * 0.1))) translateY(calc(var(--i) * -51px));
}

.list_project .item_block.active:last-of-type {
	transform: scale(calc(1 - (var(--i) * 0.1))) translateY(calc((var(--i) + 0.4) * -120px));
}

/* container */
.list_project {
	position: absolute;
	width: 1200px;
	height: 100vh; /* Ä‘iá»u chá»‰nh theo chiá»u cao mong muá»‘n */
	max-width: 1160px;
	margin: auto;
	/* overflow: visible; */
	/* top: 50%; */
	left: 50%;
	transform: translate(-50%, calc((-19vh)));
}
.inner_dropdown_head {
	display: flex;
	align-items: center;
}
.wrap_filter__item.wrap_filter__city {
	min-width: 260px;
}
/* má»—i item xáº¿p chá»“ng */
.section_home_4 .list_project .item_block {
	position: absolute;
	/* bottom: 0; */
	width: 100%;
	max-width: 1160px;
	transform-origin: top center;
	transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.2, 1), z-index 0.2s;
	display: block;
	pointer-events: auto;
	--i: 0;
	transform: translateX(-50%) translateY(calc(var(--i, 0) * 40px)) scale(calc(1 - (var(--i, 0) * 0.08)));
	z-index: calc(100 - (var(--i, 0) * 1));
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
	border-radius: 6px;
	overflow: hidden;
	top: 50%;
	/*transition: all 1.5s;*/
}

/* áº¢nh full trong item */
.section_home_4 .list_project .item_block .item_img {
	width: 100%;
	display: block;
	line-height: 0;
	height: 55vh;
	overflow: hidden;
}

.section_home_4 .list_project .item_block .img_full {
	width: 100%;
	height: 100%;
	display: block;
}

.list_project .item_block.had_active {
	animation: fadeUpOut 1.5s ease forwards;
}

.list_project .item_block.show_active:not(:last-of-type) {
	animation: fadeDownIn 1.5s ease forwards;
}

.wrap_map_content path {
	transition: fill 0.5s ease-in-out; /* Thêm transition để hiệu ứng mượt mà */
}

.wrap_map_content g.map-dim path {
	fill: #D2D4D1 !important;
	fill-opacity: 0.25;
	transition: fill 0.5s ease-in-out;
	stroke: #5D5D5D;
	stroke-width: 0.25px;
}

.wrap_map_content g.map-target path {
	fill: rgb(255, 127, 0) !important;
	transition: fill 0.5s ease-in-out;
}

@keyframes fadeUpOut {
	from {
		transform: scale(calc(1 - ((var(--i) + 1) * 0.1))) translateY(calc(var(--i) * -73px));
		opacity: 1;
		transition-duration: 1.1s;
	}
	to {
		transform: scale(calc(1 - (var(--i) * 0.1))) translateY(calc(var(--i) * -73px + 100%));
		opacity: 0;
		transition-duration: 1.1s;
	}
}

@keyframes fadeDownIn {
	from {
		transform: scale(calc(1 - (var(--i) * 0.1))) translateY(calc(var(--i) * -73px + 100%));
		opacity: 0;
		transition-duration: 1.1s;
	}
	to {
		transform: scale(calc(1 - (var(--i) * 0.1))) translateY(calc(var(--i) * -73px));
		opacity: 1;
		transition-duration: 1.1s;
	}
}

/* LÃ m nhá» hÆ¡n má»—i item tiáº¿p theo: Ä‘iá»u chá»‰nh há»‡ sá»‘ 0.08 vÃ  40px náº¿u cáº§n */
/* Ä‘áº£m báº£o item Ä‘áº§u (i=0) á»Ÿ trÃªn cÃ¹ng, lá»›n nháº¥t */

/* áº¢nh full trong item */
.list_project .item_block .img_full {
	width: 100%;
	height: auto;
	display: block;
}

/* Ná»™i dung (title/desc) Ä‘áº·t phÃ­a dÆ°á»›i hoáº·c overlay tÃ¹y báº¡n.
á»ž vÃ­ dá»¥ nÃ y tÃ´i Ä‘áº·t ná»™i dung náº±m dÆ°á»›i áº£nh, canh trÃ¡i */
.list_project .item_block .item_content {
	position: relative;
	padding: 18px 22px;
	/* background: transparent; */
}

/* title, des */
.item_content__title {
	font-size: 18px;
	line-height: 1.1;
	color: #111;
}

.item_content__des {
	font-size: 13px;
	color: #666;
}

/* hover: item ná»•i lÃªn */
.list_project .item_block:hover {
	/* transform: translateX(-50%) translateY(calc(var(--i,0) * 40px - 10px)) scale(1.02); */
	/* z-index: 999; */
}

.section_home_5.scroll_more_sec.active .inner_section .inner_section__top {
	transform: translateY(-50vh);
}

.section_home_5 .inner_section_bottom {
	width: 85%;
	margin: 0 auto;
	transition: all 0.5s;
	width: 100%;
	height: 100vh;
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*transform: translateX(-50%) translateY(10vh);*/
	z-index: 5;
}
@keyframes sbs-scale-fade {
	0% {
		opacity: 1;
		transform: scale(1);
		animation-timing-function: cubic-bezier(0.96, 0, 0.46, 1);
	}

	1% {
		opacity: 1;
		transform: scale(1.3);
		animation-timing-function: cubic-bezier(0.96, 0, 0.46, 1);
	}

	45% {
		opacity: 1;
		transform: scale(1.3);
		animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
	}

	93% {
		opacity: 1;
		transform: scale(1);
		animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
	}

	99% {
		opacity: 1;
		transform: scale(1);
		animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}


.inner_section_banner--img {
	transition: all 0.5s ease;
}

.inner_section_bottom.aos-animate .inner_section_banner--img {
	animation: sbs-scale-fade 2.5s linear forwards;
	backface-visibility: hidden;
	animation-fill-mode: both;
}

.section_home_5 .inner_section__top {
	max-width: 55%;
	margin: 0 auto 50px;
	/*transform: translateY(15vh);*/
	transition: all 0.5s;
	transition-duration: 1s;
	z-index: 2;
	position: relative;

	.box_text.text_center {
		text-align: center !important;
		margin-top: 2rem;
		padding-top: 3rem;
	}
}

.scroll_more_section.section_home_5 .inner_section__top {
	transform: translateY(-100vh);
}

.inner_section_banner--img img, .inner_section_banner--img {
	width: 100%;
	height: 100vh;
	transition: all 0.5s;
}

.scroll_more_section .inner_section_bottom {
	width: 100%;
	height: 100vh;
}

.section_home_5 .inner_section_banner {
	position: relative;
	/* inset: 0; */
	/* width: 100vw; */
	/* height: 100vh; */
}

.section_home_5 .inner_section_banner .inner_section_content {
	position: absolute;
	bottom: 90px;
	z-index: 3;
	left: 40px;
	color: #fff;
}

.section_home_5
.inner_section_banner
.inner_section_content
.inner_section_content--subtitle {
	font-family: "Cormorant SC";
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
}

.section_home_5
.inner_section_banner
.inner_section_content
.inner_section_content--title {
	font-family: "Cormorant Infant";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
}

.section_home_5 .inner_section {
	/* transform: translateY(34vh); */
	transition: all 0.5s;
	position: relative;
}

.section_content__repeat {
	display: flex;
	align-items: start;
	gap: 40px;
}

.section_content__repeat .col_content_img {
	display: flex;
	width: 70%;
	gap: 20px;
}

.section_content__repeat .col_content_img .item_img {
	width: 50%;
}

.section_content__repeat .col_content_img .item_img img {
	width: 100%;
	max-height: 70vh;

}

.col_content img {
	margin-bottom: 0 !important;
}

.section_home_6:nth-of-type(odd) .section_content__repeat {
	align-items: end;
}

.section_content__repeat .col_content {
	width: 30%;
	font-family: Manrope;
}

.section_home_6:nth-of-type(even) .section_content__repeat {
	flex-direction: row-reverse;
}

.section_home_7 .wrap_form_contact {
	max-width: 32%;
	margin: 0 auto;
	height: 100%;
	margin-top: 14vh;
	height: max-content;
}

.section_home_7 .wrap_form_contact img {
	width: 100%;
}

.section_home_7 .wrap_form_contact .contact_img img {
	height: 46vh;
	object-fit: cover;
}

.section_home_7 .wrap_form_contact .title_contact {
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

.section_home_7 .wrap_form_contact .inner_form_contact_home input {
	background: transparent;
	border: none;
	text-transform: uppercase;
}

.section_home_7 .bg_fill_section::before {
	content: '';
	position: absolute;
	background: url(http://nexusholding.vn/wp-content/uploads/2025/12/bg-nen-nexus.png);
	background-size: contain;
	width: 100%;
	height: 100%;
	filter: contrast(0.9);
	top: -20%;
	background-repeat: no-repeat;
	background-position: center center;
}
.section_home_6 {
	min-height: 100vh;
}
.section_home_6 .bg_fill_section::before {
	content: '';
	position: absolute;
	background: url(http://nexusholding.vn/wp-content/uploads/2025/12/bg-nen-2.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.section_home_5 .inner_section::before {
	content: '';
	position: absolute;
	background: url(http://nexusholding.vn/wp-content/uploads/2025/12/bg-nen.png);
	background-size: cover;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.section_home_7 .wrap_form_contact form {
	border-bottom: 1px solid #333;
}

.section_home_7 .wrap_form_contact .form_item_submit {
	/* background: #333; */
	color: #fff;
	margin: 0;
}

.section_home_7 .wrap_form_contact .form_item_submit input {
	background: #333;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 130px;
	padding: 0 15px;
}

.section_home_7 .wrap_form_contact .inner_form_label {
	margin-bottom: 20px;
	font-family: 'Manrope';
	font-weight: 400;
}

.contact_form_home__content .title_contact p {
	text-transform: uppercase;
	font-size: 33px;
	margin: 10px 0;
}

/* responsive: giáº£m translateY vÃ  há»‡ sá»‘ scale trÃªn mÃ n nhá» */
@media (max-width: 900px) {
	.list_project {
		height: 420px;
	}

	.list_project .item_block {
		transform: translateX(-50%) translateY(calc(var(--i, 0) * 28px)) scale(calc(1 - (var(--i, 0) * 0.06)));
	}
}

@media (max-width: 480px) {
	.list_project {
		height: auto;
		padding-bottom: 40px;
	}

	/* trÃªn mobile, xáº¿p chá»“ng Ã­t/khÃ´ng scale Ä‘á»ƒ trÃ¡nh quÃ¡ nhá» */
	.list_project .item_block {
		position: relative;
		left: 0;
		transform: none;
		translate: none;
		width: 100%;
		margin-bottom: 18px;
		z-index: auto;
	}
}

/* fullpage css */
.section_fade {
	position: relative;
	overflow: visible;
}

.section_fade__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 220ms linear;
}

.section_fade__content {
	position: relative;
	z-index: 5;
}

.bg_fill_section {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

header#header.color_black {
}

header#header.color_black #logo img, body:has(.about_sec_6.bg_section.bg-zoom.active) header#header #logo img, .mobi_wrapper__overlay #logo img {
	filter: brightness(1) invert(1);
}

#logo img {
	transition: all 0.5s;
}

header#header.color_black nav#nav-menu ul > li > a, body:has(.about_sec_6.bg_section.bg-zoom.active) header#header nav#nav-menu ul > li > a {
	color: #333;
}

header#header.color_black nav#nav-menu ul > li > a:before, body:has(.about_sec_6.bg_section.bg-zoom.active) header#header nav#nav-menu ul > li > a:before {
	background: #333;

}

header#header.color_black ul.lang-switcher li a, body:has(.about_sec_6.bg_section.bg-zoom.active) header#header ul.lang-switcher li a, .mobi_wrapper__overlay ul.lang-switcher l {
	color: #333;
}

header#header.color_black svg path, body:has(.about_sec_6.bg_section.bg-zoom.active) header#header svg path {
	stroke: #333;
}

.project_page_1 .grid_fullpage {
	padding-left: calc((100vw - 1200px) / 2);
}

.project_page_1 .grid_fullpage img {
	width: 100%;
}

.project_page_1 .grid_fullpage .col_img {
	padding: 0;
}

.section_home_5.scroll_more_sec.active .inner_section .inner_section_bottom, .section_home_5.scroll_more_sec.will-enter-from-top .inner_section .inner_section_bottom {
	width: 100%;
	height: 100vh;
	transform: translateX(-50%) translateY(-50%);
	transition-duration: 1s;
}

.section_home_5.scroll_more_sec.will-enter-from-top .inner_section .inner_section_bottom {
	transition-duration: 1s;

}

.about_sec_6 .bg_section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	transition: background-size 1.2s ease;
}

.about_sec_6 .title_full_page {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.5s;
	opacity: 1;
	transform: translate(-50%, -50%);
	z-index: 100;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	width: 100%;
	text-align: center;
}

/*.about_sec_6 .title_full_page {*/
/*	opacity: 0;*/

/*}*/

.about_sec_6 .bg_fill_section.bg_fill_section_bf {
	background-size: 100%;
	z-index: 3;
}

.about_sec_6 .bg_zoom_img {
	position: absolute;
	inset: 0;
	transition: all 0.5s;
	opacity: 0;
}

.about_sec_6 .bg_fill_section.bg_fill_section_bf:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 30%);
	backdrop-filter: blur(5px);
}

.about_sec_6.bg-zoom.active .bg_zoom_img {
	transition-delay: 2.5s;
	transition-delay: 1s;
	opacity: 0;
}

/* Zoom on hover (desktop) */
.about_sec_6.bg-zoom.active .bg_fill_section.bg_fill_section_bf {
	background-size: 320%; /* điều chỉnh tỉ lệ zoom */
	transition-delay: 1s;
	transition-duration: 1.5s;
}

.about_sec_6.bg-zoom.active .bg_fill_section.bg_fill_section_bf:before {
	backdrop-filter: blur(0px);
	transition: all 0.5s;
	transition-duration: 0.5s;
	transition-delay: 1s;
}

.about_sec_6.bg-zoom .bg_fill_section.bg_fill_section_af {
	opacity: 0;
}

.about_sec_6.bg-zoom.active .bg_fill_section.bg_fill_section_af {
	transition-delay: 2.4s;
	transition-duration: 0.5s;
	opacity: 1;
}

/* Tùy chọn: animation tự động chậm */
.bg-zoom.animate {
	animation: bg-pulse 8s ease-in-out infinite alternate;
}

@keyframes bg-pulse {
	from {
		background-size: 100%;
	}
	to {
		background-size: 115%;
	}
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
	.bg-zoom, .bg-zoom.animate {
		transition: none;
		animation: none;
	}
}

.bg-zoom {
	transition: all 0.5s;
	background-size: 100%;
}

/* fp-stuck container */
.fp-stuck {
	position: relative;
	overflow: hidden; /* block native scroll trong section */
}

/* wrapper chứa tất cả subpages (chiều cao = 3 * 100vh) */
.fp-stuck .subpages {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* chiều cao tổng cộng, nhưng chúng ta chỉ di chuyển bằng transform */
	height: 300vh; /* total = n * 100vh */
	transition: transform 700ms cubic-bezier(.16, 1, .3, 1);
	will-change: transform;
}

/* mỗi subpage chiếm 100vh */
.fp-stuck .subpage {
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	position: relative; /* sẽ xếp theo flow trong subpages */
	transition: opacity 500ms linear;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

/* lớp để làm mờ subpage đang ở phía sau */


/* đảm bảo nội dung con (ví dụ ảnh background) luôn cover */
.fp-stuck .subpage .inner {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item_slide_img img {
	width: 100%;
	object-fit: cover;
	/*aspect-ratio: 3/5;*/
}

.about_sec_7 .grid-container {
	height: 100%;
}

.about_sec_7 a.btn_main.btn_centter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	background: white;
	color: black;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
	border: none;
	font-weight: 500;
}

.about_sec_7 a.btn_main.btn_centter:hover {
	background: black;
	color: white;
}

.news_page_1 {
	padding-top: 60px !important;
}

section.news_page_1.p-40 {
	padding-top: 120px !important;
}

div#loading_project {
	height: 100%;
}

section.single_post {
	padding-top: 50px;
}

.block_project_item .block_post__img {
	aspect-ratio: 1;
}

.section_home_2 .col_item_img {
	/* position: relative; */
}

.section_home_2 .col_item_img img {
	width: 100%;
	height: 100%;
}

.section_home_2 .col_item_img .wrap_animtion {
	/*position: absolute;*/
	top: 0;
	transform: translateX(20%);
	height: 100%;
}

.section_home_2 .col_item_img .list_dot_area {
	position: absolute;
	inset: 0;
}

.section_home_2 .list_dot_area .dot_area {
	width: 0.7rem;
	height: 0.7rem;
	background: #fff;
	border-radius: 50%;
	z-index: 3;
}

.project_content {
	max-width: 40%;
	margin: 0 auto;
}


.section_home_2 .list_dot_area .item_dot_area {
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.section_home_2 .list_dot_area .item_dot_area.item_dot_area--1 {
	top: 15%;
	left: 25%;
}

.section_home_2 .list_dot_area .item_dot_area.item_dot_area--2 {
	top: 43%;
	left: 37%;
}

.section_home_2 .list_dot_area .item_dot_area.item_dot_area--3 {
	top: 72%;
	left: 38%;
}

.section_home_2 .list_dot_area .dot_area:before, .section_home_2 .list_dot_area .dot_area:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: blink 3s infinite; /* Thêm animation */
}

.section_home_2 .list_dot_area .dot_area:after {
	width: 110%;
	height: 110%;
	background: #ffffff85;
	z-index: -5;
	animation-delay: 0s; /* Hiển thị after trước */
}

.section_home_2 .list_dot_area .dot_area:before {
	width: 150%;
	height: 150%;
	background: rgb(255 255 255 / 45%);
	z-index: 14;
	animation-delay: 1s; /* Hiển thị before sau after */
}

.section_home_2 .list_dot_area .item_dot_area a {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes blink {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.fp-section .fade_animate--up,
.fp-section .fade_animate--down,
.fp-section .fade_animate--left,
.fp-section .fade_animate--right {
	opacity: 0;
	transition: all 0.1s;
}

/* Fade up effect */
.fp-section.active .fade_animate--up {
	transform: translateY(0px);
	opacity: 1;
	transition-duration: var(--fade-duration, 500ms);
	transition-delay: var(--fade-delay, 50ms);
}

/* Fade down effect */
.fp-section.active .fade_animate--down {
	transform: translateY(0px);
	opacity: 1;
	transition-duration: var(--fade-duration, 500ms);
	transition-delay: var(--fade-delay, 50ms);
}

/* Fade left effect */
.fp-section.active .fade_animate--left {
	transform: translateX(0px);
	opacity: 1;
	transition-duration: var(--fade-duration, 500ms);
	transition-delay: var(--fade-delay, 50ms);
}

/* Fade right effect */
.fp-section.active .fade_animate--right {
	transform: translateX(0px);
	opacity: 1;
	transition-duration: var(--fade-duration, 500ms);
	transition-delay: var(--fade-delay, 50ms);
}

/* Default positions for the animations */
.fp-section .fade_animate--up {
	transform: translateY(50px);
}

.fp-section .fade_animate--down {
	transform: translateY(-50px);
}

.fp-section .fade_animate--left {
	transform: translateX(50px);
}

.fp-section .fade_animate--right {
	transform: translateX(-50px);
}
.section_home_3 .inner_banner img{
	/*clip-path: polygon(24% 24%, 76% 24%, 76% 76%, 24% 76%);*/
	/*will-change: clip-path;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_home_3 .inner_banner .inner_content_banner {
	position: absolute;
	top: 31%;
	left: calc((100vw - 1200px) / 2);
	transform: translateY(-50%);
	right: calc((100vw - 1200px) / 2);
}

.section_home_3 .inner_banner .inner_content_banner .content.des_section {
	font-family: Manrope;
}
html {
	scrollbar-gutter: stable;
	overflow-y: scroll;
}
.title_banner_contact {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.project_page_2 .grid-container {
	display: flex;
	height: 100%;
}

.section_home_2 {
	height: 100vh;
}

.project_page_2 .grid-container .inner_map {
	/* 	height: -webkit-fill-available; */
}

.wrap_map_content {
	height: -webkit-fill-available;


}

.wrap_map_content svg {
	height: auto;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.inner_banner {
	position: relative;
}

.section_home_3 h2.title_section {
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.section_home_3.will-enter-from-bottom .inner_banner {
	/*transform: translateY(50%) scale(0.9);*/
	animation: fade_up_top 2s ease;
}

@keyframes fade_up_top {
	0% {
		transform: translateY(50%) scale(0.9);
	}
	100% {
		transform: translateY(0%) scale(1);
	}
}

.section_home_3.active .inner_banner {
	transform: translateY(0%) scale(1);
	transition-duration: 1000ms;
	transition-delay: 0s;
}

.section_home_5 .inner_section__top h2.title_section {
	margin-bottom: 1rem;
}

.section_home_3.will-enter-from-top .inner_banner {
	transform: translateY(0%) scale(1);
	transition-duration: 0ms;
}

.title_mb {
	display: none;
}

.list_category ul li {
	font-family: Manrope;
	position: relative;
	cursor: pointer;
}

.list_category ul {
	display: flex;
	gap: 30px;

	margin-bottom: 1rem;
}

.list_category ul li.active:before, .list_category ul li:hover:before {
	width: 100%;
}

.list_category ul li:before {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background: #000;
	transition: all 0.5s;
	bottom: -4px;
}

/* Hiệu ứng zoom vào phần tử <g> */
.g-zoom {
	transition: transform 0.3s ease-in-out;
}

.g-zoom.zoomed {
	transform: scale(1.2); /* Thu phóng nhẹ */
}

.wrap_map_content {
	transition:transform 1500ms cubic-bezier(0.22, 0.8, 0.2, 1);
	overflow: hidden; /* Đảm bảo không có phần nào bị cắt ngoài vùng hiển thị */
	will-change: transform;
}

.grid-40.col_map {
	position: relative;
	z-index: 2;
}

.grid-60.col_list_product {
	position: relative;
	z-index: 10;
	background: #f8f7f5;
}

div#menu_mobi.active {
	transform: translateY(0);
	display: block;
}

div#menu_mobi {
	position: fixed;
	transform: translateY(-100%);
	height: 100%;
	background: #fff;
	width: 100%;
	inset: 0;
}

.mobi_wrapper {
	width: 100%;
	height: 100%;
}

div#menu_mobi .inner_menu {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 30px;
	/* padding: 50px; */
}

div#menu_mobi .inner_menu .inner_menu__top {
	padding: 50px;
}

div#menu_mobi .inner_menu .inner_menu__top .content.content_submenu {
	height: calc(100% - 150px);
	display: flex;
	align-items: center;
}

div#menu_mobi .inner_menu .inner_menu__top div#logo img {
	width: 300px;
}

div#menu_mobi .inner_menu .inner_menu__bottom {
	width: 60%;
	padding: 50px 0;
	position: relative;
}

/* div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu_col.inner_menu_col--center {
margin-top: 108px;
} */

div#menu_mobi .inner_menu .inner_menu__bottom ul#menu-main-menu-1 li a {
	font-family: "Cormorant SC";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	color: black;
	text-transform: uppercase;
}

div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu__lang {
	display: flex;
	align-items: center;
	justify-content: space-between;
	    margin-right: 2rem;
}
div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu__lang .lang-switcher{
    margin-left: 2rem;
}
div#menu_mobi .inner_menu .inner_menu__bottom ul.default_ul {
}

div#menu_mobi .inner_menu .inner_menu__bottom .list_link_social ul {
	display: flex;
	gap: 20px;
}

div#menu_mobi .inner_menu .inner_menu__bottom .list_link_social ul a {
	color: #000;
}

div#menu_mobi .inner_menu .inner_menu__bottom:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #D2D5DB;
	height: 100%;
	left: 0;
	top: 0;
}

div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu__bottom__wrap li {
	position: relative;
		padding-left: 2rem;
	
}
div#menu_mobi .current-menu-item {
	border-left: 2px solid black;
	padding-left: 2rem;
}
div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu__bottom__wrap ul#menu-main-menu-1 li:before {
	content: '';
	position: absolute;
	background: #000;
	width: 2px;
	height: 100%;
	left: -50px;
	opacity: 0;
}


div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu__bottom__wrap ul#menu-main-menu-1 li.current_page_item:before {
	opacity: 1;
}

div#menu_mobi .inner_menu .inner_menu__bottom .list_link_social ul li {
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu__bottom__wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

div#menu_mobi .inner_menu .inner_menu__center {
	width: 13%;
}

div#menu_mobi .inner_menu .inner_menu__center .list_img_header {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	align-items: center;
	height: 100%;
	gap: 30px;
	width: 100%;
	margin-top: -12px;
}

div#menu_mobi .inner_menu .inner_menu__center .list_img_header .item_img {
	height: 33vh;
	width: 100%;
}

div#menu_mobi .inner_menu .inner_menu__center .list_img_header .item_img img {
	height: 100%;
	width: 100%;
}

.project_page_1 .grid_fullpage {
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.project_page_1 .grid_fullpage {
	padding-left: calc((100vw - 1200px) / 2);
	overflow: hidden;
}

.project_page_1 .grid_fullpage .grid-50.col_img img {
	width: 100%;
	height: 100%;
}

.project_page_1 .grid_fullpage .grid-50.col_img {
	padding: 0;
	max-height: 80vh;
	height: 100%;
}

.section_banner {
	position: relative;
}

.section_banner .sub_content_banner {
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	color: #fff;
}

.grid-container.grid-project {
	max-width: max-content;
	/*padding-left: calc((100vw - 1280px)/2);*/
	/*margin-top: 8vh;*/
	overflow: hidden;
}

.section_banner .sub_content_banner h3.sub_title {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	font-family: Manrope;
}

.section_banner .sub_content_banner h2.title_banner {
	font-family: "Cormorant SC";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
}

.section_banner .sub_content_banner .sub_title_2 {
	font-size: 1rem;
	font-family: Manrope;
}

.map_vn {
	width: auto;
	position: relative;
	margin-left: auto;
}

.map_vn img {
	max-height: 75vh;
	width: 100%;
}

.list_project .item_block .item_content .inner_item_content {
	display: flex;
	justify-content: space-between;
}

section.section_trending {
	padding: 30px 0;
}

.project_details__wrap--mb {
	display: none;
}

.section_home_2 .grid-container {
	display: flex;
	align-items: center;
	height: 100%;
}

.section_home_2 .title_section {
	font-size: 45px;
	margin-bottom: 1rem;
}

.about_sec_3 {
	padding: 12vh 0 !important;
}

.project_page_2 {
	overflow: hidden;
}
.section_home_7 .wrap_form_contact .title_contact em {
	font-style: italic;
	font-weight: 400;
	font-family: "Cormorant Infant", serif;
}
.single_project_1 .project_details__wrap {
	width: 50%;
}

section.single_project_1 {
	height: 100vh !important;
}
.single_project_1 .project_details__wrap .project_details__wrap--img {
	height: 60vh;
}

.single_project_1 .project_details__wrap .project_details__wrap--img img {
	height: 100%;
	object-fit: cover;
}
input.province_search {
	border: none !important;

}
.news_page_3 .list_category {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-bottom: 30px;
	margin-left: 10px;
}

.news_page_3 .list_category .col_left,
.news_page_3 .list_category .col_right {
	flex: 0 0 50%;
	max-width: 50%;
}

/* căn trái category */
.news_page_3 .default_ul {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
}

/* căn phải search */
.news_page_3 .col_right {
	display: flex;
	justify-content: flex-end;
}

p.from_the_blog_comments.uppercase.is-xsmall {
	display: none;
}
.search-results .blog-wrapper.blog-archive .post-title a{
	text-transform: capitalize;
	font-size: 20px;
	font-family: 'Manrope';
	font-weight: 400;
}
.search-results .blog-wrapper.blog-archive .col-inner{
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-bottom-width: 8px;
}
.news_search{
	width: 100%;
}
.search-blog-style {
	width: 100%;
	background: #dddddd96;
	border-radius: 4px;
	font-family: 'Manrope';
}

.search-blog-style form {
	position: relative;
}

.search-blog-style .search-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #222;
	pointer-events: none;
}

.search-blog-style .search-field {
	width: 100%;
	height: 52px;
	padding: 0 16px 0 48px;
	border: none;
	background: transparent;
	font-size: 16px;
	outline: none;
}

.search-blog-style .search-field::placeholder {
	color: #666;
}

.about_sec_3 .item_slide_img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 5 !important;
}
.p-50.section.about_sec_2.section_bg_black.section_fade, .section.about_sec_3.bg_section{
	padding: 0 !important;
}
.block_project_item{
/* 	align-items: center; */
}
.wrap_filter__item.wrap_filter__city .inner_dropdown_list{
	height: 280px;
	overflow-y: scroll;
}
.project_page_2.bg_color_black .title_section {
	margin-bottom: 15px !important;
}
div#loading_project {
	height: 100%;
/* 	margin-left: -1rem !important; */
}
.projects__list {

	gap: 0 !important;
}
.block_project_item .block_post__img {
	aspect-ratio: 1;
	width: 250px !important;
	height: 170px !important;
}
.block_project_item .block_post__content {

/* 	padding: 0px 20px !important; */
}

.section.about_sec_3 .grid-container{
	max-width: 80% !important;
	margin: auto !important;
}
.section.about_sec_2 .grid-container 	.inner_section_full {
	display: flex;
	flex-direction: column;
	justify-content: space-around !important;
	height: 100%;
	padding: 0 !important;
	gap: 0 !important;
}
section.about_sec_4.bg_section.bg_color_black {
	min-height: 95vh !important;
}
.about_sec_5 .grid-container{
	position: relative !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
.about_sec_5 .box_text{
	z-index: 999;
	position: absolute;
	top: 7%;
	left: 7%;
}
.title_banner_contact img{
	width: 1200px;
}
.news_page_2 form input{
	width: 100% !important;
}
.about_sec_1 .inner_content {
	justify-content: space-around !important;
	width: 90% !important;
	margin: auto !important;
}
.project-count{
	font-size: 16px;
	color: black;
	font-weight: 500;
	font-family: 'Manrope';
}
.wrap_project_pagination {
	margin-bottom: 2rem;
}
.inner_menu .logo a img{
	background: black;
	border-radius: 8px;
}
a.page-numbers {
    color: black !important;
}

.button_close_menu {
    text-transform: capitalize;
   
    color: black;
    font-family: 'Manrope';
    font-size: 18px;
}
/* .button_close_menu:hover{
	color:red !important;
	font-weight:bold;
} */
.inner_menu__bottom__wrap  .inner_menu__menu a{
	color: black;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 500;
}
.inner_menu__bottom__wrap .inner_menu__menu a:hover {
	color: red;
}
div#menu_mobi .inner_menu .inner_menu__bottom .list_link_social ul a {
	color: #000;
	text-transform: uppercase;
	/* 	letter-spacing: 5px; */
}
.section-scrolly {
	position: relative;
}

.scrolly-video {
	height: 100vh;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.video-background {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_home_2 .grid-container {
	position: absolute;
	top: 0;
}
@media screen and (max-width: 1200px) {
	.solution_details__list .solution_details__item > * {
		width: 100%;
	}

	.project_details__wrap--mb {
		display: block;
	}

	.project_details__wrap--pc {
		display: none;
	}

	.title_mb {
		display: block;
	}

	.title_pc {
		display: none;
	}

	.header_pc {
		display: none;
	}

	.list_block_post .block_post_item .block_post__content {
		width: 100%;
	}

	header#header .wrap_header_menu nav#nav-menu {
		display: none;
	}

	.solution_details__list .solution_details__item:nth-child(even) {
		flex-direction: column;
	}

	.project_galary {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: var(--row, 160px);
		gap: var(--gap, 16px);
	}

	/* 6-item repeating pattern for tablet */
	/* 1: full width */
	.project_galary .project_item_galary:nth-child(6n + 1) {
		grid-column: 1 / -1;
		grid-row: span 2; /* cao */
	}

	/* 2: left half */
	.project_galary .project_item_galary:nth-child(6n + 2) {
		grid-column: 1 / 2;
		grid-row: span 1;
	}

	/* 3: right half */
	.project_galary .project_item_galary:nth-child(6n + 3) {
		grid-column: 2 / 3;
		grid-row: span 1;
	}

	/* 4: full width */
	.project_galary .project_item_galary:nth-child(6n + 4) {
		grid-column: 1 / -1;
		grid-row: span 2; /* cao */
	}

	.project_galary .project_item_galary:nth-child(6n + 5) {
		grid-column: 1 / 2;
		grid-row: span 1;
	}

	.project_galary .project_item_galary:nth-child(6n + 6) {
		grid-column: 2 / 3;
		grid-row: span 1;
	}

}

@media screen and (max-width: 992px) {
	.split-video, .under-video {
		height: auto;
		position: relative;
	}
	.about_sec_5 .box_text {
		position: relative;
	}
	.about_sec_1 .inner_content {
		gap: 5vh;
	}
	.about_sec_4 .wrap_content .list_item_block .item_block {
		padding-bottom: 70px;
	}
	.about_sec_2 .group_top {
		flex-direction: column;
		width: 100%;
		padding: 0 20px;
	}

	.list_project {
		width: 100%;
	}

	.about_sec_2 .group_top > * {
		width: 100%;
	}

	.about_sec_2 .group_top .group_col_img {
		justify-content: start;
	}

	.about_sec_3 {
		padding: 20vh 0 !important;
	}

	.about_sec_2 .group_top .group_col_img {
		justify-content: start;
	}

	.fp-section.active {
		outline: unset;
	}

	.about_sec_4 .wrap_content .list_item_block .item_block {
		width: 100%;
	}

	.about_sec_4 .wrap_content .list_item_block {
		flex-direction: column;
		height: auto;
	}

	.about_sec_5 .inner_section_img {
		position: relative;
	}

	.about_sec_6 {
		height: 60vh;
	}

	.about_sec_5 .grid-container {
		padding-top: 40px;
	}

	.fp_section_contact {
		overflow: unset;
	}

	.about_sec_7 + .section_footer.fp-auto-height {
		display: none
	}

	.about_sec_4 .grid_fullpage {
		padding-top: 2vh;
	}

	.section_home_2 {
		padding: 40px 0;
	}

	.section_home_4 .list_project .item_block .item_img {
		height: auto;
	}

	.section_home_2 .col_item_img .wrap_animtion {
		transform: none;
	}

	.section_home_2 .list_box_item .item_box {
		min-height: 27vh;
	}

	.section_home_2 .col_item_img {
		transform: translateX(13px) !important;
		width: 100% !important;
		height: -webkit-fill-available;
		position: absolute;
	}

	.section_home_2 .col_item_img img {
		height: 100%;
		object-fit: cover;
	}

	.section_home_2 {
		height: auto;
	}

	.section_home_2 .col_item_content {
		width: 63%;
		margin-left: auto;
	}

	.section_home_2 .grid-container {
		position: relative;
	}

	.section_home_3 .inner_banner .inner_content_banner {
		left: 20px;
		right: 20px;
	}

	.section_home_5 .inner_section__top {
		max-width: 100%;
	}

	.section_home_5 {
		overflow: hidden;
		height: 100vh;
	}

	.list_project {
		height: 100%;
		position: relative;
		padding: 0 20px;
		transform: none;
		left: 0;
	}

	.section_home_4 {
		overflow: unset;
		padding: 30px 0;
	}

	.section_home_4 .list_project .item_block:nth-child(n) {
		position: relative;
		transform: scale(1) translateY(0px);
		top: unset;
	}

	.list_project .item_block.had_active {
		animation: none;
	}

	.section_home_5 .inner_section_banner .inner_section_content .inner_section_content--subtitle {
		line-height: 110px;
	}

	.section_home_5 .inner_section_banner .inner_section_content {
		bottom: 30px;
		left: 20px;
		right: 20px;
	}

	.section_home_7 .wrap_form_contact {
		max-width: 52%;
		margin-bottom: 50px;
	}

	.fp-section section.section.section_footer {
		display: none;
	}

	.section_home_4 .list_project .item_block .img_full img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.section_content__repeat {
		flex-direction: column !important;
		align-items: start !important;
		padding: 30px 0;
	}

	.section_content__repeat .col_content {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.form_contact .des_form {
		width: 100%;
		text-align: left;
	}
	.section_home_2 .title_section {
		font-size: 32px;
	}
	.section_home_4 .list_project .item_block .item_img {
		height: 350px;
	}
	div#scrolly-video video {
		height: 100%;
	}
	.grid-container.grid-project {
		max-width: max-content;
		padding-left: 30px
	}

	.group_form .group_form_item .form_item.form_item_half {
		width: 100%;
	}

	.project_content {
		max-width: 40%;
		margin: 0 auto;
	}

	.p-50 {
		padding: 25px 0 !important;
	}

	.p-40 {
		padding: 20px 0 !important;
	}

	.p-30 {
		padding: 15px 0 !important;
	}

	.single_post .inner_content {
		max-width: 100%;
	}

	.related_post__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.project_galary {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 12px;
	}

	.under-video, .split-video {
		height: auto;
		position: relative;

	}

	.project_galary .project_item_galary {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	div#menu_mobi .inner_menu .inner_menu__bottom ul.default_ul {
	}

	div#menu_mobi .inner_menu .inner_menu__bottom .list_link_social ul {
		display: flex;
		gap: 20px;
	}

	div#menu_mobi .inner_menu .inner_menu__bottom .list_link_social ul li {
		font-family: Manrope;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}

	div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu__bottom__wrap {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}

	div#menu_mobi .inner_menu .inner_menu__center {
		width: 21%;
	}

	div#menu_mobi .inner_menu .inner_menu__center .list_img_header {
		display: flex;
		flex-direction: column;
		/* justify-content: space-between; */
		align-items: center;
		height: 100%;
		gap: 30px;
		width: 100%;
		margin-top: -12px;
	}

	div#menu_mobi .inner_menu .inner_menu__center .list_img_header .item_img {
		height: 33%;
		width: 100%;
	}

	div#menu_mobi .inner_menu .inner_menu__center .list_img_header .item_img img {
		height: 100%;
		width: 100%;
	}

	.item_img {
	}

	.box_event_contact {
		flex-direction: column;
	}

	.list_block_post .block_post_item {
		flex-direction: column;
	}

	.block_post__img {
	}

	.list_block_post .block_post_item .block_post__img {
		width: 100%;
	}

	.list_block_post .block_post_item .block_post__content {
		width: 100%;
	}

	section.banner_contact {
	}

	.banner_contact .inner_banner {
		height: auto;
	}

	body {
		font-size: 20px;
	}

	.sub_content_banner_2 {
		width: 100%;
		font-family: Manrope;
	}

	.contact_page .inner_contact .inner_contact__img {
		width: 100%;
	}

	.contact_page .inner_contact {
		flex-wrap: wrap;
	}

	.contact_page .col_img .inner_content--content {
		font-size: 2rem;
	}

	.inner_contact__img .inner_content--img:before {
		display: none;
	}

	.contact_page .inner_contact__form {
		width: 90%;
		margin: 0 auto;
	}

	.mid_footer {
		flex-direction: column;
		align-items: start;
	}

	.mid_footer .footer_col_img {
		order: -1;
	}

	.mid_footer .footer_col_content {
		order: -1;
	}

	.footer_social .list_social {
		flex-direction: row;
	}

	.bot_footer {
		flex-direction: column;
	}

	footer#footer {
		padding-bottom: 0;
	}

	.title_section--large {
		font-size: 2rem;
	}

	.title_section {
		font-size: 1.6rem;
	}

	.section_banner img {
		min-height: 43vh;
	}

	.section_banner .sub_content_banner {
		left: 20px;
	}

	.section_banner .sub_content_banner h2.title_banner {
		font-size: 2rem;
	}

	.box_event_contact .box_content__title {
		gap: 12px;
	}

	.post_meta_title h1 {
		font-size: 2rem;
	}

	.post_meta_info {
		flex-direction: column;
	}

	.post_meta_info .post_meta--execrpt {
		width: 100%;
	}

	.single_content_post .inner_content .content {
		width: 100%;
	}

	.div_empty {
		display: none;
	}

	.project_page_1 .grid_fullpage {
		padding-left: 7px;
	}

	.project_page_1 .grid_fullpage > * {
		width: 100%;
	}

	.project_page_1 .grid_fullpage {
		flex-direction: column;
	}

	.project_page_1 .inner_content {
		margin: 0;
		margin-bottom: 20px;
	}

	.project_page_1 .grid_fullpage h1.title_section {
		font-size: 40px;
	}

	.project_page_1 .grid_fullpage .grid-50.col_img {
		height: auto;
		max-height: max-content;
		padding: 0 10px;
	}

	.grid-container {
	}

	.project_page_2 .grid-container {
		flex-direction: column;
		height: auto;
	}

	.project_page_2 {
		overflow: unset;
		height: 100%;
		min-height: unset;
	}

	.project_page_2 .grid-container > * {
		height: auto;
		padding: 0 10px;
		width: 100%;
	}

	.project_page_2 .inner_map {
		width: auto;
		margin-top: 30px;
	}

	.project_page_2 .inner_map .wrap_map_content {
		width: max-content;
	}

	.project_page_2 .inner_map svg {
		width: 100%;
	}

	.col_list_product .wrap_title {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px;
	}

	.col_list_product .wrap_title .title_section {
		margin-bottom: 0;
	}

	.projects__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.block_project_item .block_post__img {
		min-height: 150px;
	}

	.wrap_filter {
		justify-content: space-between;
	}

	section.single_project_1 {
		min-height: 430px;
	}

	main#main:has(section.single_project_1) {
		padding-top: 0 !important;
	}

	.title_floating_layer .title_project {
		width: auto;
		font-size: 40px;
		left: 10px;
		right: 11px;
		padding: 0;
		bottom: 20px;
	}

	.single_project_1 div#back_to_projects {
		position: absolute;
		top: 70px;
	}

	section.single_project_1 {
		min-height: 430px;
	}

	main#main:has(section.single_project_1) {
		padding-top: 0 !important;
	}

	.title_floating_layer .title_project {
		width: auto;
		font-size: 40px;
		left: 10px;
		right: 11px;
		padding: 0;
		bottom: 20px;
	}

	.single_project_1 div#back_to_projects {
		position: absolute;
		top: 70px;
	}

	.project_details__wrap .project_wrap--content {
		flex-direction: column;
		padding: 20px 10px;
	}

	.project_details__meta {
		width: 100%;
	}

	.project_details__wrap {
		width: unset;
	}

	.project_content {
		max-width: 100%;
	}

	.project_galary .project_item_galary {
		grid-column: 1 !important;
		height: 260px;
	}

	.related_projects__list.projects__list {
		flex-wrap: wrap;
		align-items: center;
	}

	.related_projects {
		margin-top: 16px;
	}

	.single_project_4 h2.title_section.text_center {
		text-align: left !important;
	}

	.about_sec_1 .group_text__top .section_des {
		font-size: 1rem;
	}

	.about_sec_1 .group_text__bot.text_center.content_white {
		font-size: 14px;
	}

	.about_sec_1 .inner_content {
		gap: 15vh;
	}


	div#menu_mobi .inner_menu .inner_menu__top, div#menu_mobi .inner_menu .inner_menu__center {
		display: none;
	}

	div#menu_mobi .inner_menu .inner_menu__bottom {
		width: 100%;
	}

	div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu_col.inner_menu_col--center {
		margin-top: 0;
	}

	div#menu_mobi .inner_menu .inner_menu__bottom .inner_menu__lang ul.lang-switcher a {
		color: #333;
	}

	div#menu_mobi .inner_menu .inner_menu__bottom ul#menu-main-menu-1 li a {
		font-size: 24px;
	}

	.about_sec_6 {
		height: 37vh;
	}


	.about_sec_6 .title_full_page {
		font-size: 2rem;
	}

	.fp-section section.section.section_footer {
		display: none;
	}

	.about_sec_7 {
		height: 30vh;
	}

	.about_sec_5 .des_section {
		max-width: 100%;
	}

	.section_home_2 .grid-container > * {
		width: 100%;
	}

	.section_home_2 .grid-container {
		flex-direction: column;
	}

	.section_home_2 .col_item_img {
		position: relative;
	}

	.section_home_2 .list_box_item .item_box .item_box_title {
		font-size: 60px;
	}

	.section_home_2 .list_box_item .item_box .item_box_des {
		font-size: 16px;
	}

	.section_home_5 .inner_section__top {
		margin-bottom: 0;
	}

	.inner_section_banner--img img, .inner_section_banner--img {
	}

	.section_home_5 .inner_section_bottom {
		transform: translateX(-50%) translateY(5vh);
	}

	.section_home_5 .inner_section_banner .inner_section_content .inner_section_content--subtitle {
		font-size: 60px;
		line-height: 70px;
	}

	.section_home_5 .inner_section_banner .inner_section_content .inner_section_content--title {
		font-size: 2rem;
	}


	.section_content__repeat .col_content_img {
		width: 100%;
	}

	.section_content__repeat .col_content_img .item_img {
		width: 100%;
	}

	.section_content__repeat .col_content_img {
		flex-wrap: wrap;
	}


	.section_content__repeat .col_content {
		width: 100%;
	}

	.section_home_7 .wrap_form_contact {
		max-width: 85%;
	}

	.section_home_2 .col_item_img .wrap_animtion {
		position: relative;
	}
	.section.about_sec_2 .grid-container {
		height: auto !important;
	}
	.sub_content_banner_1 {
		margin: 40px auto;
		font-size: 24px;
		max-width: 100% !important;
	}
	.sub_content_banner_1 .content p {
		font-size: 22px !important;
	}
	.sub_content_banner_2 .content p{
		text-align: center !important;
	}
	.list_social {
		justify-content: center;
	}
	.contact_page .inner_content--img img{
		height: 600px;
		object-fit: cover;
	}
	.contact_page .col_img .inner_content--content {
		z-index: 9999;
		text-transform: uppercase;
		font-size: 30px !important;
		letter-spacing: -0.84px !important;
	}
	.section_banner-text-blog {
		h1 {
			font-family: Cormorant SC;
			font-weight: 400;
			font-style: Regular;
			font-size: 28px !important;
			leading-trim: NONE;
			line-height: normal !important;
			letter-spacing: 0px;
			text-transform: uppercase;
			color: white;
			width: 100% !important;
		}
	}
	.news_page_3 .list_category {
		flex-direction: column;
		align-items: stretch;
		gap: 0 !important;
	}

	.news_page_3 .list_category .col_left,
	.news_page_3 .list_category .col_right {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.news_page_3 .col_right {
		justify-content: flex-start;
		margin-top: 16px;
	}
	.p-50.section.about_sec_2.section_bg_black.section_fade {
		padding: 40px 0 !important;
	}
	section.about_sec_5 {
		padding: 30px 0;
	}
}

.button.primary {
	position: relative;
	transition: all .3s ease-in-out;
	padding-inline: 1.25rem;
	background-color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: black;
	gap: 10px;
	font-weight: 500;
	font-size: 20px;
	align-items: center;
	box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.3) !important;

}

.button.primary::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
	top: 0;
	color: black !important;
	opacity: .6;
}

.reveal-icon span {
	transform: translateX(.75em);
	color: black !important;
	font-size: 24px !important;
}

.button.primary i {
	width: 24px;
	height: 24px;
	transition: all .3s ease-in-out;
	color: var(--primary-color);
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-angle-right::before {
	content: url(https://nexusholding.vn/wp-content/uploads/2025/12/Icon.svg) !important;
	display: inline-block;
	width: 17px;
	height: auto;
	background-size: 100% 100%;
	top: -1px;
	position: absolute;
}
