html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #161824;
	font-size: 16px;
	background: #F6F4EE;
}

a,
a:link,
a:visited {
	outline: none;
	text-decoration: none;
	-moz-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: 'DM Serif Display', serif;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
}

h4,
h5,
h6 {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h6 {
	color: #FFF;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

form,
input,
select,
textarea,
p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
	display: block;
	margin: 0px;
	padding: 0;
}

* {
	box-sizing: border-box;
}

.landing-banner {
	background: #403E3C;
	min-height: 723px;
	position: relative;
	z-index: 1;
}

.landing-banner::after {
	content: "";
	background: url(../images/lan-leaf.png) no-repeat calc(50% + -455px) calc(100% + 457px);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;

}

.landing-banner::before {
	content: "";
	background: url(../images/lan-explore.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 50%;
	transform: translateX(-50%);
	width: 127px;
	height: 80px;
	z-index: 1;
}

.landing-banner {
	position: relative;
}

.landing-header {
	width: 100%;
	padding: 0 40px;
	position: absolute;
	background: transparent;
	z-index: 100;
}

.lan-header-content {
	display: flex;
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	min-height: 80px;
	margin-top: 32px;
	border: 1px solid #FFF;
	transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);

}

.lan-header-left img {
	max-width: 148px;
}

.lan-header-center a {
	display: inline-block;
}


.openBanner .lan-header-right a,
.openBanner .lan-header-left a {
	display: inline-block;
}

/* .openBanner .lan-header-center a {
	display: none;
} */

/* .openBanner .landing-header {
	background: #FFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
} */

.lan-header-center {
	text-align: center;
	flex-grow: 1;
}

.landing-banner-conent {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	padding: 227px 79px 20px 79px;
	display: flex;
	position: relative;
	z-index: 1;
}

.landing-banner-left {
	color: #FFF;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 604px;
	width: 100%;
	padding: 0 20px 0 0;
}

.landing-banner-right h5 {
	color: #F3F0EB;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 24px;
}

.landing-banner-right h1 {
	color: #F3F0EB;
	font-family: 'DM Serif Display', serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 82px;
	padding-bottom: 24px;
}



.lan-discover {
	position: relative;
}

.lan-discover-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.00) 100%);
	z-index: 1;
}

.lan-discover-slide::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 333px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
	z-index: 0;
}

.lan-discover-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

/* .lan-discover-slide::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
} */


.lan-discover-slideWrap,
.lan-discover-slide .slick-slide>div,
.lan-discover-slide .slick-track,
.lan-discover-slide .slick-list {
	width: 100%;
	height: 100%;
}

.lan-discover-slide img {
	width: 100%;
	height: 100%;
	max-height: 800px;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 0;
}

.lan-discover-content {
	color: #FFF;
	text-align: center;
	min-height: 800px;
	position: relative;
	z-index: 1;
	max-width: 1020px;
	padding: 60px 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lan-discover-content h6 {
	padding-bottom: 24px;
}

.lan-discover-content h2 {
	color: #FFF;
	text-align: center;
	font-family: DM Serif Display;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 58px;
	padding-bottom: 58px;
}

.btn-lan-view {
	color: #FFF;
	text-align: center;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	display: inline-flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	background: #B29A79;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-lan-view:hover {
	background: #8D7657;
}

.lan-viewer {
	background: #FFF;
}

.lan-viewer-content {
	text-align: center;
	max-width: 1223px;
	width: 100%;
	margin: 0 auto;
	padding: 83px 20px 144px 20px;
}

.lan-viewer-top {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.lan-viewer-content h6 {
	color: #B29A79;
	padding-bottom: 24px;
}

.lan-viewer-content h2 {
	color: #403E3C;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}

.lan-viewer-list-wrap {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	min-height: 800px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 45px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}


.lan-viewer-list-item p {
	color: #F3F0EB;
	text-align: center;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 4px;
}

.lan-viewer-list-item>img {
	display: block;
}

.lan-viewer-list-overlay {
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
	background-position: 10% 0%;
	overflow: hidden;
}


.lan-divider {
	height: 1px;
	background: #FFF;
	font-size: 0px;
	max-width: 189px;
	margin: 16px auto 16px auto;
	width: 100%;
	display: block;
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	position: relative;
	z-index: 1;
}

.lan-viewer-list-overlay h4 {
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-family: DM Serif Text;
	font-weight: 400;
	line-height: normal;
	position: relative;
	z-index: 1;
}

.lan-viewer-list-overlay>img {
	display: block;
	margin: 0 auto;
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	position: relative;
	z-index: 1;
}


.lan-viewer-list-overlay ul {
	color: #F3F0EB;
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 15px 0 0 0;
}

.lan-viewer-list-overlay li::after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #FFF;
	margin: 20px auto 20px auto;
}


.lan-viewer-list-overlay li:last-child::after {
	display: none;
}


.slick-active .lan-viewer-list-item .lan-divider {
	width: 100%;
	max-width: 100%;
}

.lan-viewer-list-item .lan-viewer-list-overlay {
	opacity: 0.5;
}

.slick-active .lan-viewer-list-item .lan-viewer-list-overlay {

	opacity: 1;
}



.lan-amenities {
	background: #F6F4EE;
	padding: 104px 0 101px 0;
	position: relative;
	overflow: hidden;
}

.lan-amenities-content {
	text-align: center;
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 62px 20px;
}

.lan-amenities-content h6 {
	color: #B29A79;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.lan-amenities-content h3 {
	margin: 0;
	padding: 21px 0 23px 0;
}

.lan-amenities-slider {
	max-width: 1116px;
	width: 83%;
	margin: 0 auto;
}

.lan-amenities-item {
	position: relative;
}

.lan-amenities-slider .slick-list {
	overflow: visible;
}

.lan-amenities-slider .slick-slide {
	transform: scale(0.9);
	transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.lan-amenities-slider .slick-active {
	transform: scale(1);
	transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.lan-amenities-slider h2 {
	color: #FFF;
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
	bottom: 56px;
	padding: 20px 60px 0 60px;
	z-index: 2;
}

.lan-amenities-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8323704481792717) 0%, rgba(0, 0, 0, 0) 32%);
	transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
	opacity: 0;
}

.lan-amenities-item::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(211, 211, 211, 0.74);
	z-index: 1;
	transition: all 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.lan-amenities-slider .slick-active .lan-amenities-item::before {
	opacity: 0;
}

.lan-amenities-slider .slick-active .lan-amenities-item::after {
	opacity: 1;
}

.lan-amenities-slider .slick-arrow {
	text-indent: -9999px;
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	bottom: -113px;
	width: 56px;
	height: 56px;
	border: 0;
	z-index: 0;
	background: url(../images/slider-arrow.svg) no-repeat 0 0;
	cursor: pointer;
}

.lan-amenities-slider .slick-arrow:hover {
	background: url(../images/arrow-hover.png) no-repeat 0 0;
}

.lan-amenities-slider .slick-next {
	right: 0;
}

.lan-amenities-slider .slick-prev {
	left: 0;
	transform: scale(-1);
}

.lan-amenities-slider .slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.lan-faq {
	background: #FFF;
	padding: 100px 0;
	width: 100%;
}

.lan-faq-content {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	max-width: 1181px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	gap: 20px;
}

.lan-faq-content h2 {
	color: #000;
	font-size: 32px;
	line-height: 40px;
	margin: 0;
}

.lan-faq-content h3 {
	color: #000;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
}

.lan-faq-left {
	max-width: 600px;
	width: 100%;
}

.lan-faq-right {
	flex-grow: 1;
	width: 100%;
}

.lan-faq-list {
	border-bottom: 1px solid rgba(65, 65, 65, 0.20);
	padding: 20px 0 0 0;
}

.lan-faq-list:first-child {
	padding-top: 0;
}

.lan-faq-list:last-child {
	border: 0;
}

.lan-faq-title {
	cursor: pointer;
	display: block;
	position: relative;
	padding: 0 35px 22px 0;
}

.lan-faq-title::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: url(../images/lan-arrow-faq.svg) no-repeat center center;
	transform: rotate(180deg);
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.lan-faq-list article {
	display: none;
	padding-bottom: 29px;
}

.lan-faq-list:first-child article {
	display: block;
}

.lan-faq-title.selected::after {
	transform: rotate(0deg);
}

.lan-visit {
	color: #FFF;
	min-height: 506px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 80px 20px;
	box-sizing: border-box;
	position: relative;
	background: #414141;
	overflow: hidden;
}

.lan-visit::before {
	content: "";
	position: absolute;
	top: -100px;
	left: calc(50% - 750px);
	width: 536px;
	height: 757px;
	z-index: 0;
	background: url(../images/lan-leaf.png) no-repeat 0 0;
	filter: brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(0%) hue-rotate(207deg) brightness(63%) contrast(107%);
	opacity: 0.8;
	background-size: contain;
}

.lan-visit::after {
	content: "";
	position: absolute;
	top: -150px;
	left: calc(50% + 250px);
	width: 536px;
	height: 757px;
	z-index: 0;
	background: url(../images/lan-leaf.png) no-repeat 0 0;
	filter: brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(0%) hue-rotate(207deg) brightness(63%) contrast(107%);
	opacity: 0.8;
	background-size: contain;
	transform: translateY(0%) rotate(170deg);
}

.lan-visit h6 {
	padding-bottom: 32px;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-weight: 400;
}


.lan-visit h2 {
	color: #FFF;
	text-align: center;
	font-size: 48px;
	line-height: 58px;
	padding-bottom: 62px;
	max-width: 980px;
	width: 100%;
}

.lan-visit * {
	position: relative;
	/* z-index: 1; */
}

.lan-footer {
	background: #F6F4EE;
	padding: 39px 20px;
	box-sizing: border-box;
}

.lan-footer-content {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.lan-footer-logo {
	text-align: center;
	/* filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(0%) hue-rotate(43deg) brightness(91%) contrast(103%); */
	padding-bottom: 30px;
}

.lan-footer-address {
	color: #000;
	font-family: DM Serif display;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(65, 65, 65, 0.22);
	border-bottom: 1px solid rgba(65, 65, 65, 0.22);
	padding: 21px 0;
	margin-bottom: 24px;
}

.lan-footer-address a,
.lan-footer-address {
	color: #000;
}

.lan-social {
	display: flex;
	gap: 18px;
}

.lan-footer-about {
	color: #646464;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	padding: 0 0 20px 0;
}

.lan-footer-about strong {
	font-weight: 700;
}

.lan-footer-about figure {
	max-width: 87px;
	width: 100%;
}

.lan-footer-copyright {
	color: #696969;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	align-items: center;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(65, 65, 65, 0.22);
	padding: 21px 0 0 0;
}

.lan-footer-copyright a {
	color: #696969;
	font-weight: 700;
}

/* bd css start */
.landing-form-row {
	display: flex;
	gap: 16px;
}

.lan-footer-about strong {
	display: block;
	padding-bottom: 1px;
}

.landing-form-row-left,
.landing-form-row-right {
	width: 50%;
	position: relative;
}

.landing-form-row input,
.landing-form-row select {
	width: 100% !important;
	margin-bottom: 20px;
}

.landing-banner-right form {
	margin-top: 32px;
}

.landing-banner-right p {
	margin-bottom: 24px;
	color: #F3F0EB;
	max-width: 502px;
	width: 100%;
}

.landing-form-row input {
	border: none;
	border-bottom: 2px solid #D9D9D9;
	display: flex;
	height: 56px;
	flex-direction: column;
	align-items: flex-start;
	color: #646464;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-right: 40px;
	text-overflow: ellipsis;
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

.landing-form-row select {
	border: none;
	border-bottom: 2px solid #D9D9D9;
	display: flex;
	height: 56px;
	align-items: center;
	color: #646464;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: transparent;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

.landing-form-row {
	position: relative;
}

/* .landing-form-row input~div {
	display: none;
} */

.landing-form-row .landing-form-cancel {
	position: absolute;
	right: 0;
	top: 8px;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 50%;
	display: block;
	opacity: 0;
	transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.clear-sub~.landing-form-cancel {
	opacity: 1;
}

.landing-form-row .landing-form-cancel img {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.landing-form-row span {
	width: 100%;
}

.landing-form-row .landing-form-cancel:hover {
	background-color: #F3F3F3;
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.landing-form-submit {
	text-align: center;
	margin-top: 40px;
}

.landing-form-submit .btn-lan-view {
	padding: 17px 24px;
	max-width: 290px;
	width: 100%;
	border: none;
}

.landing-form-row select:hover,
.landing-form-row input:hover {
	border-bottom: 2px solid #1D1B20;
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.landing-form-row select:focus,
.landing-form-row input:focus {
	border-bottom: 2px solid #B29A79;
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.landing-form-row select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	position: relative;
	background: #fff;
	font-family: Open Sans;
	outline: none;
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	cursor: pointer;
	/* pointer-events: none; */
}

.landing-form-row select::-ms-expand {
	display: none;
}

.landing-form-row span~div {
	position: absolute;
	right: 0;
	top: 8px;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 50%;
	text-align: center;
	/* pointer-events:none; */

}

.landing-form-row span~div img {
	width: 12px;
	height: 6px;
	cursor: pointer;
}

.landing-form-row span:hover~.landing-form-cancel-select,
.landing-form-cancel-select:hover {
	background-color: #F3F3F3;
	scale: 1.3;
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	pointer-events: none;
}

.landing-form-row span.clear-sub:hover~div {
	background-color: inherit;
	scale: inherit;
}

.lan-viewer-slider .slick-slide {
	margin-left: 18px;
}

.lan-viewer-slider:first-child .slick-slide {
	margin-left: 0;
}


.landing-slidericon {
	display: none;
}

.landing-banner-right {
	transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}


.landing-banner-right:hover .landing-form-row input,
.landing-banner-right:hover .landing-form-row select {
	background: #fffdf9;
}

.form-success-bg {
	position: relative;
	width: 100%;
	height: 100%;
}

.form-success-bg::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: rgba(64, 62, 60, 0.50);
	backdrop-filter: blur(8px);
}

.form-success {
	z-index: 101;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 20px auto;
}

.form-shadow {
	text-align: center;
	background: #FFF;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	max-width: 580px;
	width: 100%;
	padding: 56px 80px 64px 80px;
}

.form-shadow img {
	width: 87px;
	height: 87px;
	margin-bottom: 24px;
}

.form-shadow h2 {
	color: #000;
	text-align: center;
	font-family: DM Serif Text;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	padding-bottom: 24px;
}

.form-shadow p {
	padding-bottom: 49px;
	color: #393939;
	text-align: center;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form-shadow .btn-lan-view {
	max-width: 290px;
	width: 100%;
	padding: 17px 24px;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid {
	border-bottom: 2px solid #B3261E !important;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	margin-top: -15px;
	color: #B3261E;
	text-align: left;
}

.wpcf7-spinner {
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 10px;
}

.wpcf7-spinner {
	display: none;
}

.submitting .wpcf7-spinner {
	display: block;
}

.slick-slide {
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.modalVideo {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 20px;
}

.modalShow {
	display: flex;
}

.modalVideo::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	background: rgba(64, 62, 60, 0.50);
	backdrop-filter: blur(3px);
	z-index: 0;
}

.modalVideoContent {
	z-index: 1;
	position: relative;
	max-width: 800px;
	width: 100%;
	max-height: 496px;
	height: 77%;
}

.videoFrame {
	overflow: hidden;
	border-radius: 8px;
	max-height: 496px;
	height: 100%;
}

.modalVideoContent iframe {
	margin: 0;
	display: block;
	width: 100%;
	max-height: 496px;
	height: 100%;
}

.videoClose {
	text-align: right;
}

.videoClose img {
	cursor: pointer;
}

.openVideoModal iframe {
	display: none;
}

/* new-page-css-ben */
.lan-header-center ul {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	padding: 0;
}

.lan-header-center ul li a {
	color: #FFF;

	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	position: relative;
}

.lan-header-center ul li.dropdown a::after {
	content: "";
	position: absolute;
	right: -16px;
	top: 50%;
	width: 8px;
	height: 8px;
	background: url(../images/caret.svg) no-repeat center center;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	vertical-align: middle;
	bottom: 50%;
	transform: translateY(-50%);
}

.lan-header-right .btn-lan-view {
	background: transparent;
	font-size: 14px;
	display: flex;
	align-items: center;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	padding: 17px 24px;
}

.lan-header-left,
.lan-header-center,
.lan-header-right {
	padding: 18px 40px;
}

.lan-header-left {
	border-right: 1px solid #fff;
}

.lan-header-right {
	border-left: 1px solid #fff;
}

.lan-discover {
	min-height: 800px;
}

.lan-visit-new {
	padding: 230px 0;
	align-items: flex-start;
	text-align: left;
	background-color: #454344;

}

.lan-visit-new h2 {
	text-align: left;
}

.lan-visit-new::before {
	top: inherit;
	bottom: -257px;
	left: -50px;
}

.lan-visit-new::after {
	left: inherit;
	right: -50px;
}

.lan-visit-new .page-center {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	padding: 0 20px;
}

.house-section {
	position: relative;
}

.house-section-subfield {
	display: flex;
	max-width: 476px;
	padding: 48px 48px 51px 48px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	background: rgba(56, 55, 54, 0.85);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(5px);
	z-index: 2;

}

.house-section .page-center {
	margin: 0 auto;
	max-width: 1260px;
	padding: 97px 40px;
	display: flex;
	justify-content: flex-end;
}

.house-section.feature-home-left .page-center {
	justify-content: flex-start;
}

.house-section-subfield h2 {
	font-family: DM Serif Text;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	color: #fff;
	padding-bottom: 32px;
}

.lan-house-slideWrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}

.house-section .slick-list {
	height: 100%;
}

.house-section-subfield h5 {
	color: #B29A79;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 32px;
}

.house-section-subfield p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 10px;
	min-height: 250px;
}

.house-section-subfield .btn-lan-view {
	padding: 17px 24px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	max-width: 380px;
	width: 100%;
}

.house-section .slick-prev {
	font-size: 0;
	border: none;
	background: transparent;

	bottom: 50%;
	left: 40px;
	position: absolute;
	background: rgba(56, 55, 54, 0.85) url(../images/home-slick-arrow.png) no-repeat center center;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 1;
	rotate: 180deg;
	border-radius: 100px;
	background-size: 35px;

	transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.house-section .slick-next {
	font-size: 0;
	border: none;
	background: transparent;
	bottom: 50%;
	right: 40px;
	position: absolute;
	background: rgba(56, 55, 54, 0.85) url(../images/home-slick-arrow.png) no-repeat center center;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 1;
	border-radius: 100px;
	background-size: 35px;

	transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.house-section .slick-arrow:hover {
	background: rgba(56, 55, 54, 0.85) url(../images/home-slick-arrow-hover.png) no-repeat center center;
	background-size: 35px;
}

.feature-home-section {
	padding: 120px 0 113px 0;
	background: #F6F4EE;
}

.feature-home-section .page-center {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.feature-home-section h5 {
	color: #B29A79;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 17px;
	font-family: Open Sans;
}

.feature-home-title {
	display: flex;
	gap: 16%;
	flex-wrap: wrap;
}

.feature-home-title .feature-home-left {
	max-width: 41%;
	width: 100%;
}

.feature-home-title .feature-home-left h3 {
	font-family: DM Serif Text;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	color: #000;
	margin-top: 0;
}

.feature-home-title .feature-home-right {
	max-width: 43%;
	width: 100%;
}

.feature-home-right p {
	color: #000;

	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.feature-home-slider {
	margin-top: 50px;

}

.feature-home-slider .slick-list {
	overflow: visible !important;
}

.feature-home-slider .slick-arrow {
	text-indent: -9999px;
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	bottom: -113px;
	width: 56px;
	height: 56px;
	border: 0;
	z-index: 0;
	background: url(../images/slider-arrow.svg) no-repeat 0 0;
	cursor: pointer;
}

.feature-home-slider .slick-arrow:hover {
	background: url(../images/arrow-hover.png) no-repeat 0 0;
}

.feature-home-slider .slick-next {
	right: 0;
}

.feature-home-slider .slick-prev {
	left: 0;
	transform: scale(-1);
}

.feature-home-slider .slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.fund-slider .slick-list {
	overflow: visible !important;
}

.fund-slider .slick-arrow {
	text-indent: -9999px;
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	bottom: -113px;
	width: 56px;
	height: 56px;
	border: 0;
	z-index: 0;
	background: url(../images/slider-arrow.svg) no-repeat 0 0;
	cursor: pointer;
}

.fund-slider .slick-arrow:hover {
	background: url(../images/arrow-hover.png) no-repeat 0 0;
}

.fund-slider .slick-next {
	right: 0;
}

.fund-slider .slick-prev {
	left: 0;
	transform: scale(-1);
}

.fund-slider .slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.detail-item-slider .slick-arrow {
	text-indent: -9999px;
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	bottom: -77px;
	width: 40px;
	height: 40px;
	border: 0;
	z-index: 0;
	background: url(../images/slider-arrow.svg) no-repeat 0 0;
	cursor: pointer;
	background-size: 40px;
}

.detail-item-slider .slick-arrow:hover {
	background: url(../images/arrow-hover.png) no-repeat 0 0;
	background-size: 40px;
}

.detail-item-slider .slick-next {
	right: 0;
}

.detail-item-slider .slick-prev {
	left: 0;
	transform: scale(-1);
}

.detail-item-slider .slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.feature-slider-btn {
	text-align: center;
	margin-top: 56px;

}

.feature-slider-btn a {
	color: #000;
	text-align: center;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	display: inline-flex;

	padding: 17px 24px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;

	border: 2px solid #B29A79;
}

.feature-slider-btn a:hover {
	background-color: #B29A79;
}

.learn-more-btn {
	position: relative;
}

.learn-more-btn::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 5px;
	width: 6px;
	height: 12px;
	background: url(../images/right-arrow.svg) no-repeat center center;
	pointer-events: none;

}

.feature-item {
	position: relative;
	padding-right: 20px;
}


.feature-item-overlay {
	background: rgba(65, 65, 65, 0.60);
	padding: 24px 32px;
	backdrop-filter: blur(2px);
	position: absolute;
	width: calc(100% - 20px);
	bottom: 0;
}

.feature-item-overlay h4 {
	color: #FFF;

	font-family: DM Serif Display;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 24px;
}

.feature-item-overlay a {
	color: #FFF;

	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.feature-home-slider .slick-slide img {
	display: block;
	width: 100%;
	height: 407px;
	object-fit: cover;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
}

.slick-current .lan-amenities-item img {
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}

.lan-house-slideWrap::before {
	content: "";
	background: url(../images/build-dream.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: -49px;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width: 240px;
	height: 92px;
	z-index: 1;
}

.feature-home-left .lan-house-slideWrap::before {
	display: none;
}

.lan-visit-new .btn-lan-view::before {
	content: "";
	background: url(../images/video-icon.svg) no-repeat 0 0;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	z-index: 1;
}

.btn-lan-view,
.feature-slider-btn a {
	transition: all 0.4s cubic-bezier(0.32, 0, 0.67, 0);
}

.lan-visit-new .btn-lan-view {

	position: relative;
}

.slick-next,
.slick-prev {
	transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.lan-viewer-list-item .lan-viewer-list-overlay>img {
	height: 40px;
	width: 40px;
}

.slick-active .lan-viewer-list-item .lan-viewer-list-overlay>img {
	transform: scale(1.2);
}


.hamburger .line {
	width: 30px;
	height: 4px;
	background-color: #ecf0f1;
	display: block;
	margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

.hamburger:hover {
	cursor: pointer;
}

.hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {

	transform: translateY(8px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {

	transform: translateY(-8px) rotate(-45deg);
}

.landing-banner-full {
	text-align: center;
}

.sub-page .landing-banner-conent {
	justify-content: center;
	padding: 209px 20px 136px 20px;
}

.landing-banner-full h5 {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 24px;
	color: #F3F0EB;
}

.landing-banner-full h1 {
	font-family: DM Serif Display;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 82px;
	color: #F3F0EB;
	padding-bottom: 40px;
}

.landing-banner-full p {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #F3F0EB;
	max-width: 697px;
	width: 100%;
	margin: 0 auto;
}

.sub-page .landing-banner {
	min-height: inherit;
}

.sub-page .landing-banner::after {
	display: none;
}

.landing-banner-full {
	z-index: 1;
}

.sub-page .landing-banner-conent {
	content: "";
	background: url(../images/sub-leaf-left.png) bottom left no-repeat, url(../images/sub-leaf-right.png) top right no-repeat;

}

.sub-page .lan-discover-about {
	position: relative;
}

.sub-page .lan-discover-about::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(21, 21, 21, 0.50) 0%, rgba(21, 21, 21, 0.00) 100%);
}

.sub-page .lan-discover-slide::after {
	display: none;
}

.about-fund-section {
	padding: 159px 0;
}

.about-fund-section .page-center {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 20px;
	gap: 101px;
}

.about-fund-left {
	max-width: 380px;
	width: 100%;
}

.about-fund-left h5 {
	color: #B29A79;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 32px;
}

.about-fund-left h2 {
	font-family: DM Serif Display;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	padding-bottom: 32px;
	color: #000;

}

.about-fund-left p {
	color: #403E3C;
	padding-bottom: 32px;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.lan-discover-about {
	background: url("../images/slider-1-min.jpg") no-repeat center center / cover;
}

.about-agree {
	background: url("../images/about-agree.jpg") no-repeat center center / cover;

}

.community-park {
	background: none;

}

.about-agree .page-center {
	padding: 103px 20px 91px 20px;
	justify-content: center;
}

.about-fund-right {
	max-width: 699px;
	width: 100%;
}

.house-community {
	z-index: 0;
}

.about-agree .house-section-subfield {
	max-width: 990px;
	width: 100%;
	padding: 45px 83px 113px 82px;
	text-align: center;
}

.sub-page .house-section-subfield p {
	min-height: inherit;
}

.min-ht.house-section-subfield p {
	min-height: 250px;
}

.about-agree .house-section-subfield figure {
	width: 100%;
	padding-bottom: 33px;
}

.about-agree .house-section-subfield figure img {
	max-width: 208px;
	width: 100%;
	padding-right: 17px;
}

.about-agree .house-section-subfield h2 {
	font-size: 48px;
	line-height: 52px;
	padding-bottom: 32px;
}

.about-agree .house-section-subfield p {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	color: #fff;
}

.about-timeline-wrapper .page-center {
	padding: 177px 20px 0 20px;
	margin: 0 auto;
	display: flex;
	max-width: 1219px;
	width: 100%;
	gap: 17%;
	position: relative;
}

.about-timeline-wrapper .page-center:last-child {
	padding-bottom: 197px;
}

.about-timeline-right {
	max-width: 43%;
}

.about-timeline-left {
	max-width: 40%;
	padding-top: 22px;
	position: relative;
}

.about-timeline-left::after {
	content: "";
	width: 43px;
	height: 4px;
	border: 4px solid #FFF;
	position: absolute;
	top: 19%;
	background: #B29A79;
	right: -28%;
	z-index: 6;
}

.about-timeline-right figure:first-child {
	margin-bottom: 120px;
}

.about-timeline-wrapper {
	background-color: #fff;
}

.about-timeline-left h5 {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #B29A79;
	padding-bottom: 24px;
}

.about-timeline-left h3 {
	padding-bottom: 24px;
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	font-family: DM Serif Display;
	margin: 0;
}

.about-timeline-left p {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-timeline-wrapper .page-center::after {
	content: "";
	background: #B29A79;
	width: 2px;
	height: calc(100% + 129px);
	position: absolute;
	left: 49%;
	top: 0;
	z-index: 5;
	border-radius: 5px;

}

.content-section-area h5 {
	padding-bottom: 24px;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #B29A79;
}

.content-section-area h3 {
	margin: 0;
	padding-bottom: 24px;
	font-family: DM Serif Display;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	color: #000;
}

.content-section-area p {
	color: #000;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.community-vertical .page-center {
	margin: 0 auto;
	padding: 140px 20px;
	max-width: 1240px;
	width: 100%;
}

.community-vertical-item {
	display: flex !important;
	gap: 8%;
	align-items: center;
}

.community-vertical-item .community-vertical-item-left {
	max-width: 59%;
	width: 100%;

}

.community-vertical-item .community-vertical-item-right {
	max-width: 33%;
	width: 100%;
}

.slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 264px;
	margin: 0 auto;
	padding: 5px;
	gap: 17px;
}

.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background: #696969;
	transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.community-vertical-slider .slick-dots li button {
	background: #F2F2F2;
}

.slick-dots li.slick-active button {
	background: #B29A79;

}

.community-vertical-slider {
	position: relative;
}

.community-vertical {
	background-color: #fff;
}

.community-vertical-slider .slick-dots {
	flex-direction: column;
	position: absolute;
	right: 37%;
	top: 50%;
	transform: translateY(-50%);
	gap: 0;
	justify-content: center;
	align-items: center;
	width: 17px;

}

.community-vertical-slider .slick-dots li button {
	height: 83.33px;
	width: 4px;
	border-radius: 0;
	box-sizing: border-box;
	padding: 0;
	border-radius: 5px;
	cursor: pointer;
}

.house-community .page-center,
.community-park .page-center {
	padding: 125px 20px;
}

.sub-page .house-section-subfield h2,
.sub-page .house-section-subfield h5 {
	padding-bottom: 24px;
}

.sub-page .landing-banner::before {
	z-index: 2;
}

.house-community-new .slick-arrow {
	display: none !important;
}

.lan-house-slideWrap.no-before::before {
	display: none;
}

.zi-0 {
	z-index: 0;
}

.builder-item-img {
	position: relative;

}

.builder-item-img figure {
	overflow: hidden;
	margin-bottom: 32px;
	display: flex
}

.builder-item-img figure img {
	transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	width: 100%;
	object-fit: cover;
	height: 441px;
}

.builder-item-img:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}

.builder-section .page-center {
	margin: 0 auto;
	max-width: 1218px;
	width: 100%;
	padding: 140px 20px;
	display: flex;

	gap: 58px;
	flex-wrap: wrap;
}

.builder-icon-overlay {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.80);

	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2px);
	position: absolute;
	right: 24px;
	bottom: 24px;
	width: 120px;
	height: 80px;
}

.builder-icon-overlay img {

	object-fit: contain;
	width: 100%;
	height: 100%;
	padding: 7px 12px;
}

.builder-home-list {
	max-width: 560px;
	width: 100%;
}

.builder-item .learn-more-btn::after {
	filter: brightness(0) saturate(100%) invert(65%) sepia(32%) saturate(325%) hue-rotate(355deg) brightness(91%) contrast(85%);
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.builder-item-detail h4 {
	font-family: DM Serif Text;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	color: #000;
	padding-bottom: 21px;
	transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.builder-item-detail .learn-more-btn {
	color: #B29A79;

	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.builder-item-detail .learn-more-btn::before {
	content: "";
	width: 2px;
	height: 32px;
	background: #B29A79;
	vertical-align: middle;
	display: inline-flex;
	margin-right: 20px;
	stroke-width: 2px;
	stroke: #B29A79;
}

.builder-section {
	background-color: #fff;
}

.home-detail-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 8px;
	padding-bottom: 16px;
}

.detail-items {
	color: #4E4A46;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 256px;
}

.home-detail {
	position: relative;
	padding-left: 24px;
}

.home-detail::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #B29A79;
	vertical-align: middle;
	position: absolute;
	left: 0;
	stroke-width: 2px;
	stroke: #B29A79;
}

.home-detail .view-btn a {

	color: #B29A79;
}

.home-detail .view-btn {
	color: #B29A79;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	position: relative;
	margin-top: 20px;
	width: fit-content;
}

.home-detail .view-btn::after {
	filter: brightness(0) saturate(100%) invert(65%) sepia(32%) saturate(325%) hue-rotate(355deg) brightness(91%) contrast(85%);
	content: "";
	position: absolute;
	right: -15px;
	top: 5px;
	width: 6px;
	height: 12px;
	background: url(../images/right-arrow.svg) no-repeat center center;
	transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
}

.home-detail .view-btn:hover::after,
.builder-item .learn-more-btn:hover::after {
	right: -25px;
}

.builder-item-detail h4:hover {
	color: #B29A79;
}

.landing-header {
	transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.landing-header.navbar-open {
	background: #fff;
	z-index: 1000;
}


.landing-header.navbar-open .lan-header-content {
	position: relative;
}

.landing-header.navbar-open .lan-header-left img,
.landing-header.navbar-open .lan-header-center ul li.dropdown a::after {
	filter: brightness(0) saturate(100%) invert(25%) sepia(2%) saturate(975%) hue-rotate(342deg) brightness(93%) contrast(97%);
}

.landing-header.navbar-open .lan-header-center ul li a {
	color: #403E3C;
	position: relative;
}

.navbar-open .lan-header-left,
.navbar-open .lan-header-center,
.navbar-open .lan-header-right {
	padding: 0;
}

.landing-header.navbar-open .tab-link.active::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -9px;
	transform: translatex(-50%);
	border-radius: 100px;
	background: #B29A79;

	height: 2px;
	width: calc(100% + 10px);
}

.landing-header.navbar-open .lan-header-right .btn-lan-view {
	background: #B29A79;
}

.landing-header.navbar-open .lan-header-right .btn-lan-view:hover {
	background-color: #B29A79;

}

.navmenu-active .navbar-menu-list {
	display: block !important;
}

.navbar-open .lan-header-content {
	margin-top: 17px;
	min-height: inherit;
	margin-bottom: 52px;
}

.navbar-menu-list {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
	padding-bottom: 55px;
}

.nav-menu-item {
	display: flex;
	gap: 120px;
	align-items: stretch;
}

.navbar-menu-list-left figure {
	height: 100%;
	width: 100%;
}

.navbar-menu-list-left img {
	height: calc(100% - 29px);
	object-fit: cover;
	width: 100%;
}

.navbar-menu-list-left {
	max-width: 580px;
}

.navbar-menu-list-right {
	max-width: 400px;
	width: 100%;
}

.navbar-menu-list-left h5 {
	color: #C1B6AA;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 6px;
	transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.navbar-menu-list-left h3 {
	margin: 0;
	color: #403E3C;
	font-family: DM Serif Text;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	padding-bottom: 8px;
	transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}

.navbar-menu-list-left p {
	color: #403E3C;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 29px;
}

.navbar-open .navbar-menu-list {
	display: block !important;
}

.tab-content {
	display: none;
}

.active-tab {
	display: flex;
}

.navbar-menu-list-left a:hover h3 {
	color: #B29A79;
}

.navbar-menu-list-left a:hover h5 {
	color: #403E3C;
}

.yellow-bg {
	background: #B29A79;
}

.yellow-bg.lan-visit::before,
.yellow-bg.lan-visit::after {
	filter: brightness(0) saturate(100%) invert(72%) sepia(7%) saturate(1239%) hue-rotate(355deg) brightness(97%) contrast(87%);
}

.yellow-bg.lan-visit .btn-lan-view {
	background: #FFF;
	color: #B29A79;
}

.news-section.bg-white {
	background-color: #fff;
}

.news-section .page-center {
	max-width: 1177px;
	padding-top: 63px;
	padding-bottom: 63px;
	background: url("../images/news-bg-min.jpg") no-repeat center center / cover;
}

.news-section {
	padding: 86px 20px 0 20px;
	background: #fff;
}

.news-section .min-ht.house-section-subfield p {
	min-height: 200px;
}

.news-builder .builder-item-img figure img {
	height: 360px;
}

.news-builder .page-center {
	padding-top: 62px;
}

.news-builder .builder-item-detail h5 {
	color: #B29A79;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 12px;
}

.news-builder .builder-item-detail p {
	color: #403E3C;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.news-builder .builder-item-detail h4 {
	font-size: 24px;
	line-height: 27px;
	padding-bottom: 24px;
}

.news-show-more a {
	position: relative;
	color: #B29A79;

	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.news-seperator {
	background: rgba(65, 65, 65, 0.22);
	width: 100%;
	height: 1px;
}

.news-show-more a::after {
	filter: brightness(0) saturate(100%) invert(65%) sepia(32%) saturate(325%) hue-rotate(355deg) brightness(91%) contrast(85%);
	content: "";
	position: absolute;
	right: -25px;
	top: 5px;
	width: 6px;
	height: 12px;
	background: url(../images/right-arrow.svg) no-repeat center center;
	transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	pointer-events: none;
	rotate: 90deg;
}

.about-fund-explore {
	background: #fff;
}

.about-fund-explore .page-center {
	margin: 0 auto;
	max-width: 878px;
	width: 100%;
	padding: 120px 20px 95px 20px;
	text-align: center;
}

.about-fund-explore h3 {
	margin: 0;
	padding-bottom: 38px;
	color: #403E3C;
	font-family: DM Serif Text;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

.about-fund-explore p {
	color: #403E3C;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 724px;
	width: 100%;
	margin: 0 auto;
}

.about-fund-explore figure {
	padding-top: 69px;
	padding-bottom: 91px;
}

.fund-award {
	background: #F3F0EB;
}

.title-center {
	text-align: center;
}

.title-center h5 {
	padding-bottom: 24px;
	color: #B29A79;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.title-center h3 {
	margin: 0;
	padding-bottom: 24px;
	color: #000;

	font-family: DM Serif Text;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px
}

.title-center p {
	padding-bottom: 64px;
	color: #403E3C;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fund-award .page-center {
	padding: 88px 20px 173px 20px;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

.fund-item {
	background: #FFF;
	padding: 48px 40px 74px 40px;
	max-width: 380px;
	width: 100%;
	height: 372px;

}

.fund-slider .slick-slide {
	padding-right: 20px;
}

.fund-item h2 {
	color: #B29A79;
	font-family: DM Serif Display;
	font-size: 68px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px;
	padding-bottom: 16px;

}

.fund-item h4 {
	padding-bottom: 32px;
	color: #000;
	font-family: DM Serif Text;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.fund-item p {
	position: relative;
	padding-left: 16px;
}

.fund-item p::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #B29A79;
	vertical-align: middle;
	position: absolute;
	left: 0;
	stroke-width: 2px;
	stroke: #B29A79;
}

.contact-slider {
	z-index: 0;
}

.contact-banner .landing-banner-right {
	line-height: normal;
	flex-grow: 1;
	background: #FFF;
	padding: 40px;
}

.contact-banner .landing-banner-right h2 {
	color: #000;
	font-family: DM Serif Display;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}

.contact-banner .landing-banner-right p {
	padding-top: 12px;
	color: #393939;
}

.contact-banner .landing-banner-left h5 {
	padding-bottom: 24px;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #F3F0EB;
}

.contact-banner .landing-banner-left h1 {
	padding-bottom: 24px;
	font-family: DM Serif Display;
	font-size: 68px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px;
	color: #F3F0EB;
}

.contact-banner .landing-banner-left p {
	padding-bottom: 68px;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	color: #F3F0EB;
}

.contact-attributes h4 {
	color: #B29A79;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.contact-attributes h6 {
	font-family: DM Serif Text;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	color: #fff;
	padding-bottom: 30px;
}


.contact-banner {
	padding: 204px 79px 138px 79px;
	gap: 8%;
}

.contact-banner .landing-banner-left {
	max-width: 482px;
}


.contact-slider .house-section-subfield p {
	min-height: inherit;
	padding-bottom: 32px;
}

.address-area h6 {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.address-area p {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 32px;
}

.community-maps figure img {
	width: 100%;
	height: 100%;
	display: flex;
}

.sub-page .maps-banner .landing-banner-conent {
	background: none;
	padding-bottom: 38px;
}

.sub-page .maps-banner::before,
.detail-banner::before {
	display: none;
}

.more-title {
	color: #B29A79;

	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.builder-section .more-title {
	max-width: 1220px;
	padding: 62px 20px 32px 20px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	/* border-top: 1px solid rgba(65, 65, 65, 0.22); */
}

.builder-section.builder-detail>.more-title::before {
	position: absolute;
	width: calc(100% - 40px);
	height: 1px;
	background: rgba(65, 65, 65, 0.22);
	content: "";
	top: 0;
}

.builder-detail .page-center {
	padding-top: 0;
	gap: 32px;
	max-width: 1220px;
}

.landing-detail-conent {
	background: #403E3C;
	height: 580px;
	padding-top: 167px;
	max-width: 1220px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
}

.landing-detail-conent h5 {
	position: relative;
	padding-left: 20px;
	color: #F3F0EB;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.landing-detail-conent h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 6px;
	height: 12px;
	rotate: 180deg;
	background: url(../images/right-arrow.svg) no-repeat center center;
}

.builder-detail .builder-home-list {
	max-width: 372px;
}

.builder-detail .builder-item-img figure img {
	height: 292px;
}

.builder-detail .builder-item-img figure {
	margin-bottom: 20px;
}

.builder-detail .builder-item-detail h4 {
	font-size: 24px;
	line-height: 27px;
}

.builder-detail .detail-items {
	width: 160px;
}

.builder-detail .home-detail .view-btn {
	margin-top: 16px;
}

.detail .page-center {
	max-width: 1220px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.detail-text p a {
	color: #403E3C;
	text-decoration: underline;
	text-decoration-color: #bebebe;
}

.detail-items-flex {
	display: flex;
	gap: 52px;
	width: 100%;
}

.detail-item-left {
	max-width: 748px;
	width: 100%;
	padding-bottom: 72px;
	z-index: 1;
}

.detail-item-right {
	max-width: 380px;
	width: 100%;
}

.white-bg {
	background: #fff;
}

.detail-item-slider .slick-slide img {
	width: 100%;
	height: 588px;
	object-fit: cover;
}

.detail-item-right h1 {
	color: #FFF;
	font-family: DM Serif Display;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	padding-bottom: 12px;
}

.detail-item-right h4 {
	font-family: Open Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 32px;
	border-bottom: 1px solid #626262;
}

.detail-item-right-explore {
	margin-top: 32px;
	display: flex;
	align-items: center;
	column-gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.explore-items {
	max-width: 180px;
	width: 100%;

}

.explore-items h6 {
	padding-bottom: 3px;
	color: #F3F0EB;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.explore-items p {
	padding-bottom: 24px;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #F3F0EB;
}

.btn-white {
	width: 100%;
	display: block;
	margin-bottom: 16px;
	color: #403E3C;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	background: #F9F8F8 url(../images/arrow-down-to-line-regular\ 1.svg) no-repeat 11% center;

}

.btn-white:hover {
	background: #8D7657 url(../images/arrow-down-to-line-regular\ 1.svg) no-repeat 11% center;
}

.btn-color {
	width: 100%;
	display: block;
	color: #FFF;

	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;

}

.detail-text {
	padding-top: 40px;
}

.detail-btn {
	margin-top: 32px;
}

.detail {
	margin-top: -364px;
	position: relative;
	z-index: 1;
}

.house-detail-page .house-section-subfield p {
	min-height: 250px;
}

.house-detail-page .lan-house-slideWrap::before {
	display: none;
}

.test {
	position: relative;
}

.test::before {
	position: absolute;
	right: 0;
	top: 0;
	background: #403E3C;
	width: 100vw;
	height: 100%;
	z-index: 0;
	content: "";
}

.test::after {
	position: absolute;
	left: 0;
	top: 0;
	background: #403E3C;
	width: 100vw;
	height: 100%;
	z-index: 0;
	content: "";
}

.test>* {
	position: relative;
	z-index: 1;
}

.builder-construction::before {
	display: none;
}

.navigation {
	position: relative;
	padding-left: 20px;
	color: #F3F0EB;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.navigation::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 6px;
	height: 12px;
	rotate: 180deg;
	background: url(../images/right-arrow.svg) no-repeat center center;
}

.builder-construction .landing-banner-conent {
	justify-content: flex-start;
	height: 775px;
	padding: 167px 90px;
}

.detail-builder .detail-item-left {
	max-width: 1180px;
	width: 100%;
}

.detail-builder .detail-items-flex {
	justify-content: center;
}

.detail-builder .detail-item-slider .slick-slide img {
	height: 725px;
}

.detail-builder .detail-item-slider .slick-arrow {
	top: 50%;
	z-index: 1000;
	background-size: 30px !important;
	background: rgba(56, 55, 54, 0.85) url(../images/home-slick-arrow.png) no-repeat center center;
	width: 50px;
	height: 50px;

}

.detail-builder .detail-item-slider .slick-arrow:hover {
	background: rgba(56, 55, 54, 0.85) url(../images/home-slick-arrow-hover.png) no-repeat center center;
	background-size: 35px;
}

.detail-item-slider .slick-prev {
	left: 15px;
	border-radius: 100px;
	transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.detail-item-slider .slick-next {
	right: 15px;
	border-radius: 100px;
	transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.detail-builder .detail-item-left h1 {
	padding-bottom: 64px;
	text-align: center;
	color: #FFF;
	font-family: DM Serif Display;
	font-size: 68px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px;
}

.builder-explore {
	display: flex;
	justify-content: center;
}

.builder-explore-left {
	max-width: 280px;
	width: 100%;
	border-right: 1px solid rgba(65, 65, 65, 0.30);
	padding: 12px 69px;
	text-align: center;
}

.builder-explore-left img {
	height: 100%;
	object-fit: contain;
}

.builder-explore-center {
	max-width: 620px;
	width: 100%;
	padding: 0 29px 0 50px;
	border-right: 1px solid rgba(65, 65, 65, 0.30);
}

.builder-explore-right {
	max-width: 280px;
	width: 100%;
	padding: 0 20px;
}

.detail-builder {
	margin-top: -540px;
}

.builder-explore-right h6 {
	padding-bottom: 8px;
	color: #403E3C;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.builder-explore-center .btn-white {
	margin-top: 17px;
	background-image: none;
	max-width: 260px;
}

.builder-explore-right .btn-white {
	margin-top: 32px;
	max-width: 260px;
}

.feature-builder-detail .more-title {
	border-top: none !important;
}

.builder-border {
	max-width: 1180px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	height: 1px;
	background: rgba(65, 65, 65, 0.22);
}

.hover-img {
	display: none;
	transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1) !important;
}

/* 
.feature-builder-detail .builder-home-list:hover .normal-img {
	display: none !important;
} */

/* .feature-builder-detail .builder-home-list:hover .hover-img {
	display: block !important;

} */

.feature-builder-detail .builder-home-list:hover .builder-item-detail h4 {
	color: #B29A79;
}

.builder-detail .home-detail .view-btn {
	margin-top: 0;
}

.light-bg {
	background: #F3F0EB;
}

.light-bg .more-title {
	border: none;
}

.news-area .detail-item-slider .slick-slide img {
	height: 562px;
}

.news-area {
	margin-top: -329px;
}

.news-detail-ht .landing-banner-conent {
	height: 550px;
}

.news-area .detail-item-left {
	padding-bottom: 0;
}

.news-detail-area .page-center {
	padding-top: 0;
	text-align: left;
	max-width: 780px;
}

.news-detail-area .more-title {
	padding-bottom: 24px;
}

.news-detail-area.about-fund-explore p {
	max-width: 100%;
	padding: 0;
	padding-bottom: 15px;
}

.news-detail-area h2 {
	font-family: DM Serif Display;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px;
	padding-bottom: 48px;
	color: #403E3C;
}

.news-detail-area figure {
	padding-top: 45px;
	padding-bottom: 50px;
}

.news-detail-area figure span {
	display: block;
	text-align: center;
	padding-top: 24px;
	color: #7C7A79;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.social-media {
	border-top: 1px solid rgba(65, 65, 65, 0.22);
	padding-top: 23px;
	margin-top: 40px;
	text-align: center;
}

.social-media h6 {
	color: #B29A79;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.social-icons {
	display: flex;
	justify-content: center;
	padding-top: 10px;
	gap: 20px;
	flex-wrap: wrap;
}

.social-icons img {
	max-width: 50px;
}

.banner-btn {
	display: block !important;
	margin-top: 37px;
}

.form-subscribe .form-shadow {
	padding: 40px;
}

.form-subscribe h2,
.form-subscribe p {
	text-align: left;
}

.form-close {
	position: relative;
}

.form-subscribe p {
	padding-bottom: 24px;
}

.form-close a {
	position: absolute;
	right: -16px;
	top: -26px;
}

.form-close img {
	width: 12px;
	height: 12px;
	margin-bottom: 0;
}

.form-subscribe .inputmail {
	text-align: left;
}

.form-subscribe .inputmail input {
	margin-bottom: 56px;
	border: none;
	border-bottom: 2px solid #D9D9D9;
	width: 100%;
	color: #1D1B20;
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 16px 0;
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	padding-right: 40px;
}

.form-subscribe .inputmail input:hover {
	border-bottom: 2px solid #1D1B20;
}

.form-subscribe .inputmail input:focus {
	border-bottom: 2px solid #B29A79;
}

.banner-btn .btn-lan-view {
	font-size: 14px;
	font-weight: 500;
	min-width: 248px;
}

.lan-discover-slide picture {
	height: 100%;
}

.about-landing::before {
	background: url(../images/our-story.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.lan-discover-content h5 {
	padding-bottom: 32px;
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.about-fund-section {
	background-color: #fff;
}

.about-fund-explore p,
.about-fund-explore h3 {
	max-width: 100%;
}

.community-vertical-item-left figure {
	height: 498px;
	object-fit: cover;
}

.community-vertical-item-left figure,
.community-vertical-item-left figure img {
	height: 100%;
	object-fit: cover;
}

.builder-section.builder-detail .page-center {
	padding-bottom: 90px;
}

.news-show-more {
	margin: 0 auto;
}

.news-area.detail .page-center {
	max-width: 1019px;
}

.news-detail-ht .landing-banner-conent {
	max-width: 1019px;
	padding-left: 20px;
	padding-right: 20px;
}

.builder-section.builder-detail.news-builder>.more-title::before {
	display: none;
}
.lan-header-right .btn-lan-view{
	font-weight: 500;
}
@media only screen and (max-width: 1400px) {
	.house-section .slick-prev {
		left: 0.5%;
		background-size: 23px;
		width: 40px;
		height: 40px;
	}

	.house-section .slick-next {
		right: 0.5%;
		background-size: 23px;
		width: 40px;
		height: 40px;

	}

	.house-section .slick-arrow:hover {
		background-size: 23px;
	}
}

@media only screen and (max-width: 1300px) {
	.detail-item-left {
		max-width: 50%;
	}
}

@media only screen and (min-width: 1001px) {
	.contact-landing-banner.landing-banner::after {
		bottom: inherit;
		left: inherit;
		top: 0;
		right: 0;
		rotate: 156deg;
		background: url(../images/lan-leaf.png) no-repeat calc(50% + -560px) calc(100% + 161px);
	}

	.desk-menu .detail {
		z-index: 0;
	}

	.lan-viewer-list-slider .slick-track {
		width: 100% !important;
		transform: inherit !important;
		display: flex;
		gap: 48px;

	}

	.lan-viewer-list-slider .slick-slide {
		max-width: 306px !important;
		width: 100%;
	}

	.lan-viewer-list-item {
		max-width: 380px;
		width: 32%;
		position: relative;
	}

	.lan-viewer-list-wrap .slick-slide[data-slick-index="-1"] {
		display: none !important;
	}


	.lan-house-slideWrap * {
		height: 100%;
		object-fit: cover;
	}

}

@media only screen and (max-width: 1250px) {
	.lan-viewer-list-item {
		max-width: 180px;
	}

	.lan-viewer-list-wrap {
		text-align: center;
	}

	.lan-viewer-list-slider .slick-track {
		gap: 25px;
	}
}

@media only screen and (max-width: 1000px) {

	.lan-viewer-list-wrap {

		position: relative;
	}

	.lan-viewer-list-slider {
		width: 264px;
		margin: 0 auto;
	}

	.landing-banner-right p {
		max-width: 100%;
	}

	.slick-dots {
		list-style: none;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 264px;
		margin: 0 auto;
		padding: 5px;
		gap: 17px;
	}

	.slick-dots li button {
		font-size: 0;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		border: none;
		background: #696969;
		transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
		padding: 0;
	}

	.lan-viewer-list-wrap,
	.lan-discover {
		min-height: 600px;
	}

	.lan-discover-slide img {
		max-height: 600px;
		object-fit: cover;
	}

	.slick-dots li.slick-active button {
		background: #B29A79;

	}

	.lan-viewer-list-item {
		max-width: 380px;
		width: 100%;
		position: relative;
	}

	.landing-banner-conent {
		padding: 55px 0 0 0;
		text-align: center;
		display: block;
		margin-bottom: 0;
	}

	.landing-banner-left,
	.landing-banner-right,
	.landing-banner-left p {
		width: 100%;
		max-width: 100%;
	}

	.landing-banner-left h5 {
		padding-bottom: 24px;
		font-size: 12px;
		letter-spacing: 1.2px;
	}

	.landing-banner-left h1 {
		font-size: 32px;
		line-height: 36px;
		padding-bottom: 24px;
		letter-spacing: 0;
	}

	.landing-banner-left p {
		font-size: 14px;
		padding-bottom: 80px;
	}

	body {
		background: #fff;
	}

	.landing-banner-left {
		padding: 0 20px;
	}

	.landing-banner::after {
		bottom: 39%;
		left: 10px;
		width: 319px;
		height: 590px;
		z-index: 0;
		opacity: 1;
		background-position: bottom left;
		background-size: cover;
		transform: rotate(-20.33deg);
	}


	.landing-banner-right {
		padding: 100px 20px;
	}


	.landing-banner-right p {
		font-size: 14px;
		line-height: normal;
		padding-bottom: 20px;
		padding-top: 0;
		margin-bottom: 0;
		color: #fff;
		text-align: center;
		font-weight: 300;
	}

	.landing-banner-right form {
		margin-top: 15px;
	}

	.landing-form-row {
		display: block;
	}

	.landing-form-row-left,
	.landing-form-row-right {
		width: 100%;
	}

	.lan-discover-content {
		padding: 80px 20px;
		min-height: auto;

	}

	.lan-discover-content h6 {
		font-size: 14px;
		line-height: normal;
		letter-spacing: 1.4px;
		text-align: left;
	}

	.lan-discover-content h2 {
		font-size: 32px;
		line-height: 36px;
		text-align: left;
		padding-bottom: 40px;
		letter-spacing: 0;
	}

	.lan-discover-content .btn-lan-view {
		max-width: 290px;
		width: 100%;
	}

	.lan-viewer-content {
		padding: 60px 0px;
	}

	.lan-viewer-top {
		padding: 0 20px;
	}

	.lan-viewer-content h6 {
		font-size: 14px;
		letter-spacing: 1.4px;
		padding-bottom: 25px;
	}

	.lan-viewer-content h2 {
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0;
	}

	.lan-viewer-list-wrap {
		padding-top: 45px;
	}


	.lan-amenities {
		padding: 60px 0px;
	}

	.lan-amenities-content h6 {
		font-size: 14px;
		line-height: normal;
		letter-spacing: 1.4px;
		padding-bottom: 24px;
	}

	.lan-amenities-content h3 {
		font-size: 32px;
		line-height: 38px;
		padding-bottom: 24px;
		padding-top: 0;
	}

	.lan-amenities-content p {
		font-size: 14px;
		line-height: normal;
	}

	.lan-amenities-content {
		padding: 0 20px 38px 20px;
	}

	.slick-arrow {
		display: none !important;
	}

	.lan-amenities-slider h2 {
		font-size: 20px;
		line-height: 28px;
		padding: 50px 10px 33px 25px;
		bottom: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.81) 100%);
		width: 100%;

	}

	.lan-faq {
		padding: 60px 20px;
	}

	.lan-faq-content {
		padding: 0;
		display: block;
	}

	.lan-faq-left,
	.lan-faq-right {
		max-width: 100%;
		width: 100%;
	}

	.lan-faq-content h2 {
		padding-bottom: 40px;
		font-size: 32px;
		line-height: 40px;
		text-align: center;
	}

	.lan-faq-content h3 {
		font-size: 22px;
		line-height: 28px
	}

	.lan-faq-list article {
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 18px;
	}

	.lan-faq-title {
		padding-bottom: 20px;
	}

	.lan-visit {
		padding: 90px 20px;
		min-height: auto;
	}

	.lan-visit h6 {
		letter-spacing: 1.4px;
		font-size: 14px;
		padding-bottom: 23px;

	}

	.lan-visit .btn-lan-view {
		max-width: 318px;
		width: 100%;
	}

	.lan-visit-new h6 {
		letter-spacing: 1.2px;
		font-size: 12px;
		padding-bottom: 23px;

	}

	.lan-visit h2 {
		line-height: 44px;
		font-size: 40px;
	}

	.lan-visit-new h2 {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		padding-bottom: 40px;
	}

	.lan-visit-new .page-center {
		text-align: center;
	}

	.btn-lan-view {
		letter-spacing: 1.6px;
		font-size: 16px;
	}

	.lan-visit::before {
		left: -150px;
		transform: rotate(-13.773deg);
		top: inherit;
		bottom: -73px;
		width: 400px;
		height: 500px;
	}

	.lan-visit::after {
		left: inherit;
		transform: rotate(-13.773deg);
		top: -183px;
		bottom: inherit;
		width: 400px;
		height: 500px;
		right: -275px;
	}

	.lan-footer {
		padding: 30px 20px 40px 20px;
	}

	.lan-footer-logo {
		padding-bottom: 32px;
	}

	.lan-footer-address {
		padding: 20px 0;
		margin: 0;
		flex-direction: column;
		gap: 12px;
	}

	.lan-social {
		gap: 24px;
		padding-top: 12px;
	}

	.lan-footer-about {
		display: block;
		padding: 13px 0 20px 0;
	}

	.lan-footer-about figure {
		padding-bottom: 9px;
	}

	.lan-footer-about strong {
		padding-bottom: 5px;
		display: block;
		font-size: 13px;

	}

	.lan-footer-copyright {
		padding-top: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.lan-footer-copyright p {
		color: #696969;
		font-family: Open Sans;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding-bottom: 20px;
	}

	.lan-footer-copyright a {
		font-size: 12px;
	}

	.lan-amenities-item img {
		min-height: 350px;
		object-fit: cover;
	}

	.lan-visit * {
		z-index: 1;
	}

	.landing-slidericon {
		display: block;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background-color: #B29A79;
		border-radius: 50%;
		padding: 7.53px;
		position: absolute;
		z-index: 2;
		cursor: pointer;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.70);
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
		bottom: 21px;

	}

	.landing-slidericon img {
		transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	}

	.lan-viewer-list-overlay::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8323704481792717) 0%, rgba(0, 0, 0, 0) 50%);
	}

	.lan-viewer-list-overlay {
		justify-content: flex-start;

	}



	.lan-viewer-list-overlay {
		padding: 19px;
	}

	.lan-viewer-list-overlay>img {
		width: 40px;
		height: 40px;
	}



	.lan-viewer-list-overlay ul {
		padding-top: 32px;
		font-size: 14px;
		line-height: normal;
	}

	.lan-viewer-list-overlay li::after {
		width: 57px;
		margin-top: 22px;
		margin-bottom: 22px;
	}

	.lan-viewer-list-wrap {
		max-width: 100%;
	}

	.lan-visit {
		overflow-x: hidden;
	}

	.lan-amenities-slider .slick-active,
	.lan-amenities-slider .slick-slide {
		transform: scale(1);
		transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
	}

	.lan-amenities-slider .slick-slide {
		margin: 0 8px;
	}

	.lan-amenities-item::before,
	.lan-amenities-item::after {
		transition: none;
		transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
	}

	.form-shadow img {
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}

	.form-shadow {
		padding: 40px 30px;
	}

	.form-shadow h2 {
		font-size: 25px;
		line-height: 25px;
		padding-bottom: 15px;
	}

	.form-shadow p {
		padding-bottom: 25px;
		font-size: 13px;
	}

	.form-shadow .btn-lan-view {
		max-width: 230px;
		padding: 15px 20px;
		font-size: 13px;
	}

	.lan-amenities-slider .slick-track {
		transition: transform 0.6s cubic-bezier(0.12, 0, 0.39, 0);
	}

	.lan-footer-copyright p {
		order: 2;
	}

	.lan-footer-copyright div {
		order: 3;
	}

	.lan-footer-copyright div.copy-logo {
		order: 0;
		padding-bottom: 10px;
	}

	.lan-header-right .btn-lan-view,
	.lan-header-center {
		display: none;
	}

	.hamburger,
	.banner-btn {
		display: block !important;
	}

	.banner-btn {
		margin-top: 20px;
	}

	.lan-header-right {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		border-left: none;
		width: 100%;
	}

	.lan-header-left {
		border-right: none;
	}

	.landing-header {
		padding: 20px;
	}

	.lan-header-content {
		margin-top: 0;
	}

	.lan-header-left,
	.lan-header-center,
	.lan-header-right {
		padding: 17px 36px;
	}

	.lan-header-left img {
		max-width: 127px;
	}

	.landing-banner {
		min-height: inherit;
	}

	.banner-btn .btn-lan-view {
		padding: 17px 24px;
		margin-bottom: 3px;
		min-width: 270px;
		font-size: 14px;
	}

	h5 {
		font-size: 12px !important;
		letter-spacing: 1.2px !important;
	}

	.landing-banner-right h1 {
		font-size: 48px;
		line-height: 52px;
	}

	.landing-banner::after {
		bottom: -45px;
		left: 0;
		width: 221px;
		height: 400px;
		z-index: 0;
		opacity: 1;
		background-position: bottom left;
		background-size: cover;
		transform: rotate(64deg);
	}

	.lan-visit-new {
		padding-top: 60px;
		padding-bottom: 117px;
	}

	.lan-visit-new .btn-lan-view {
		min-width: 270px;
		padding: 16px 24px;
	}

	.lan-visit-new::before,
	.lan-visit-new::after {
		display: none;
	}

	.lan-house-slideWrap {
		position: inherit;
	}

	.house-section {
		display: flex;
		flex-direction: column-reverse;
		background: #403E3C !important;
	}

	.house-section-subfield {
		background: transparent;
		border: none;
		box-shadow: none;
		padding: 0;
		max-width: 100%;
	}

	.house-section-subfield p {
		min-height: inherit;
	}

	.lan-house-slideWrap .slick-dots {
		position: absolute;
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
	}

	.lan-house-slideWrap .slick-slide img {
		min-height: 389px;
		object-fit: cover;
	}

	.house-section-subfield h5 {
		padding-bottom: 16px;
	}

	.house-section .page-center {
		padding: 67px 20px;
		padding-bottom: 61px;
	}

	.house-section-subfield h2 {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 16px;
	}

	.house-section-subfield p {
		font-size: 14px;
		line-height: normal;
		padding-bottom: 30px;
	}

	.house-section-subfield .btn-lan-view {
		font-size: 14px;
		letter-spacing: 1.4px;
		padding: 17px 24px;
		min-width: 270px;
	}

	.feature-slider-btn {
		margin-top: 49px;
		padding: 0 20px;
	}

	.feature-home-section {
		padding: 60px 20px;
	}

	.feature-home-title .feature-home-left h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.feature-home-title {
		flex-direction: column;
	}

	.feature-home-title .feature-home-right,
	.feature-home-title .feature-home-left {
		max-width: 100%;
	}

	.feature-home-section h5 {
		font-size: 16px !important;
		letter-spacing: 1.6px !important;
		padding-bottom: 24px;
	}

	.feature-home-slider {
		margin-top: 33px;
	}

	.feature-item-overlay h4 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 9px;
	}

	.feature-item-overlay a {
		font-size: 14px;
	}

	.feature-item-overlay {
		padding: 18px;
		padding-bottom: 24px;
	}

	.feature-home-slider .slick-list {
		overflow: hidden !important;
	}

	.feature-item {
		padding-right: 0;
	}

	.feature-item-overlay {
		width: 100%;
		background: #B29A79;

		backdrop-filter: blur(2px);
	}

	.sub-page .landing-banner-conent {
		background: none;
		position: relative;
	}

	.sub-page .landing-banner-conent::before {
		content: "";
		background: url(../images/mobile-leaf.png) bottom left no-repeat;
		background-size: 305px;
		z-index: -11;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;

	}

	.sub-page h5 {
		font-size: 16px !important;
		letter-spacing: 1.6px !important;
		line-height: normal !important;
	}

	.landing-banner-full h1 {
		padding-bottom: 24px;
		font-size: 48px;
		line-height: 52px;
	}

	.sub-page .lan-discover-content {
		text-align: left;
	}

	.lan-discover-about .lan-discover-content {
		padding: 60px 20px;
	}

	.lan-discover-about {
		min-height: inherit;
	}

	.sub-page .lan-discover-about::before {
		background: linear-gradient(180deg, rgba(21, 21, 21, 0.5) 0%, rgba(21, 21, 21, 0.5) 100%);
	}

	.sub-page .landing-banner-conent {
		padding: 150px 20px 96px 20px;
	}

	.about-timeline-wrapper .page-center::after,
	.about-timeline-left::after {
		display: none;
	}

	.about-timeline-left,
	.about-timeline-right {
		max-width: 100%;
	}

	.about-timeline-wrapper .page-center {
		flex-direction: column-reverse;
		padding: 66.5px 20px;
	}

	.about-timeline-right figure:first-child {
		margin-bottom: 45px;
	}

	.about-agree .house-section-subfield {
		padding: 0;
	}

	.about-fund-section {
		padding: 0;
	}

	.about-fund-section .page-center {
		flex-direction: column-reverse;
		align-items: inherit;
		padding: 60px 20px;
	}

	.about-fund-section .page-center .about-fund-left,
	.about-fund-section .page-center .about-fund-right {
		max-width: 100%;
	}

	.about-fund-section .page-center {
		gap: 60px;
	}

	.about-timeline-left h3 {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 16px;
	}

	.about-timeline-left h5 {
		font-size: 12px !important;
		padding-bottom: 16px;
	}

	.about-timeline-left p {
		font-size: 14px;
		color: #000;
		letter-spacing: -0.14px;
	}

	.about-timeline-wrapper .page-center:last-child {
		padding-bottom: 83px;
	}

	.about-timeline-wrapper .page-center:first-child {
		padding-top: 83px;
	}

	.about-timeline-wrapper .page-center {
		position: relative;
	}

	.about-timeline-wrapper .page-center::before {
		content: "";
		position: absolute;
		width: 2px;
		height: 103px;
		background: #B29A79;
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
		bottom: -48px;
		display: flex;
		z-index: 1;
	}

	.about-timeline-wrapper .page-center:last-child:before {
		height: 88px;
		bottom: -21px;
	}

	.about-timeline-wrapper .page-center:first-child:after {
		content: "";
		position: absolute;
		width: 2px;
		height: 66px;
		background: #B29A79;
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
		top: -21px;
		display: flex;
		z-index: 1;
	}

	.about-agree .house-section-subfield figure img {
		padding-right: 0;
	}

	.about-fund-section .page-center {
		text-align: center;
	}

	.about-fund-left p {
		color: #000;
		padding-bottom: 35px;
	}

	.about-timeline-right figure {
		display: flex !important;
		justify-content: center;
		margin-bottom: 10px !important;
	}

	.about-agree .house-section-subfield h2 {
		text-align: left;
		font-size: 24px;
		line-height: 28px;
	}

	.about-agree .house-section-subfield p {
		text-align: left;
		font-size: 14px;
		letter-spacing: -0.14px;
	}

	.house-section .page-center {
		padding: 36px 20px 56px 20px;
	}

	.about-fund-section .page-center {
		padding-right: 0;
		padding-left: 0;
	}

	.about-fund-left {
		padding: 0 20px;
	}

	.about-fund-left h2 {
		padding-bottom: 24px;
		font-size: 34px;
		line-height: 38px;
	}

	.btn-lan-view {
		padding: 17px 24px;
	}

	.about-fund-left .btn-lan-view {
		font-size: 14px;
		letter-spacing: 1.4px;

	}

	.about-mobile-logo {
		display: flex !important;
		justify-content: center;
	}

	.about-mobile-logo img {
		max-width: 207px;
		margin-top: 30px;
	}

	.sub-page .house-section-subfield h2,
	.sub-page .house-section-subfield h5 {
		padding-bottom: 16px;
	}

	.community-vertical-slider .slick-dots {
		display: none;
	}

	.community-vertical-item .community-vertical-item-right,
	.community-vertical-item .community-vertical-item-left {
		max-width: 100%;
	}

	.community-vertical-item {
		flex-direction: column;
		gap: 35px;
		padding-bottom: 60px;
	}

	.community-vertical .page-center {
		padding: 60px 20px;
	}

	.community-vertical-item-left figure,
	.community-vertical-item-left figure img {
		width: 100%;
	}

	.community-vertical-item:last-child {
		padding-bottom: 0;
	}

	.content-section-area h5 {
		padding-bottom: 16px !important;
		font-size: 12px !important;
		letter-spacing: 1.2px;
	}

	.content-section-area h3 {
		padding-bottom: 16px;
		font-size: 24px;
		line-height: 28px;
	}

	.min-ht.house-section-subfield p {
		min-height: inherit;
	}

	.bg-white {
		background-color: #fff;
	}

	.bg-white h5 {
		padding-top: 30px;
	}

	.bg-white h2 {
		color: #403E3C;
	}

	.bg-white p {
		color: #403E3C;
		font-weight: 400;
		line-height: normal;
		letter-spacing: -0.14px;
	}

	.bg-white .btn-lan-view {
		font-size: 14px;
		color: #000;
		padding: 17px 24px;
		border: 2px solid #B29A79;
		background: transparent;
	}

	.bg-white .btn-lan-view:hover {
		background-color: #B29A79;

	}

	.builder-section .page-center {
		gap: 63px;
		padding: 100px 20px;
	}

	.builder-item-detail h4 {
		font-size: 24px;
		line-height: 28px;
	}

	.builder-item-detail .learn-more-btn {
		font-size: 14px;
	}

	.builder-item-detail .learn-more-btn::before {
		height: 25px;
	}

	.builder-item-img figure img {
		height: auto;
	}

	.builder-icon-overlay {
		width: 101px;
		height: 67px;
	}

	.detail-items {
		width: 47%;
		font-size: 16px;
	}

	.home-detail .view-btn a {
		font-size: 14px;
	}

	.home-detail {
		padding-left: 13px;
	}

	.home-detail-items {
		gap: 15px;
	}

	.news-section {
		padding: 0;
	}

	.news-section .min-ht.house-section-subfield p {
		min-height: inherit;
	}

	.news-section .page-center {
		background: #414141;
	}

	.mobile-news {
		display: block !important;
		order: 1;
	}

	.news-builder .builder-item-detail p {
		color: #000;
		font-size: 14px;
	}

	.about-fund-explore .page-center {
		padding: 56px 20px;
		text-align: left;
	}

	.about-fund-explore h3 {
		color: #000;
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 16px;
	}

	.about-fund-explore p {
		color: #000;
		font-size: 14px;
	}

	.about-fund-explore figure {
		padding: 60px 0;
		margin: 0 -20px;
	}

	.title-center h5 {
		font-size: 12px !important;
		padding-bottom: 16px;
	}

	.title-center h3 {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 16px;
	}

	.title-center p {
		color: #000;
		font-size: 14px;
		padding-bottom: 40px;
	}

	.fund-slider .slick-list {
		overflow: hidden !important;
	}

	.fund-award .page-center {
		text-align: center;
		padding: 60px 20px;
	}

	.title-center {
		text-align: left;
	}

	.fund-item {
		margin-right: 0;
		padding: 40px 30px;
		height: auto;
		max-width: 100%;
	}

	.fund-item h2 {
		text-align: left;
		font-size: 58px;
		line-height: 58px
	}

	.fund-item h4 {
		text-align: left;
		font-size: 24px;
		line-height: 27px;

	}

	.fund-item p {
		font-size: 14px;
		text-align: left;
	}

	.contact-banner {
		text-align: left;
		padding: 142px 0 0 0;
	}

	.contact-banner .landing-banner-right {
		padding: 20px;
	}

	.contact-banner .landing-banner-right p {
		text-align: left;
	}

	.contact-banner .landing-banner-left h1 {
		font-size: 48px;
		line-height: 52px;
	}

	.contact-banner .landing-banner-left p {
		padding-bottom: 35px;
	}

	.contact-landing-banner::before {
		display: none;
	}

	.contact-banner .landing-banner-right {
		padding: 60px 20px;
	}

	.contact-attributes {
		padding-bottom: 60px;
	}

	.contact-landing-banner.landing-banner::after {
		bottom: 39%;
	}

	.contact-slider .page-center {
		margin: inherit;
		padding-top: 60px;
	}

	.contact-attributes h6 {
		font-size: 16px;
	}

	.contact-banner .landing-banner-left {
		max-width: 100%;
	}

	.landing-detail-conent h5 {
		display: none;
	}

	.landing-detail-conent {
		padding-top: 120px;
	}

	.detail-item-slider .slick-slide img {
		height: 229px;
	}

	.detail-item-left,
	.detail-item-right,
	.builder-detail .builder-home-list {
		max-width: 100%;
	}

	.detail-items-flex {
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}

	.detail {
		margin-top: 0;
	}

	.detail-item-left {
		padding-bottom: 10px;
	}

	.builder-detail .page-center {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.landing-detail-conent {
		height: auto;
	}



	.detail-item-left>* {
		position: relative;
		z-index: 1;
	}

	.detail-item-left::before {
		position: absolute;
		left: 0;
		top: 0;
		background: #403E3C;
		width: 100vw;
		height: 60%;

		z-index: 0;
		content: "";
	}

	.detail-item-left::after {
		position: absolute;
		right: 0;
		top: 0;
		background: #403E3C;
		width: 100vw;
		height: 60%;
		z-index: 0;
		content: "";
	}

	.builder-construction .landing-banner-conent {
		height: 453px;
	}

	.navigation {
		display: none;
	}

	.detail-builder .detail-item-left::before,
	.detail-builder .detail-item-left::after {
		display: none;
	}

	.builder-construction .landing-banner-conent::before {
		display: none;
	}

	.detail-builder .detail-item-slider .slick-slide img {
		height: 245px;
		padding: 0 10px;
	}

	.detail-builder {
		margin-top: -262px;
	}

	.detail-builder .detail-item-left h1 {
		line-height: 50px;
		font-size: 48px;
	}

	.builder-explore {
		display: block;
	}

	.builder-explore-left,
	.builder-explore-center,
	.builder-explore-right {
		max-width: 100%;
		border: none;
		padding: 13px 0;
	}

	.builder-explore-center .btn-white {
		max-width: 100%;
	}

	.builder-explore-right .btn-white {
		display: none;
	}

	.house-detail-page .house-section-subfield p {
		min-height: inherit;
	}

	.house-section-subfield {
		padding-top: 20px;
	}

	.builder-border {
		border-right: 20px solid #fff;
		border-left: 20px solid #fff;
	}

	.more-title {
		font-size: 12px !important;
	}

	.news-detail-area .more-title {
		padding-bottom: 16px;
	}

	.news-detail-area h2 {
		padding-bottom: 16px;
		font-size: 24px;
		line-height: 28px;
	}

	.about-fund-explore.news-detail-area figure {
		margin: 0;
	}

	.news-detail-ht {
		height: 321px;
	}

	.news-area {
		margin-top: -140px !important;
	}

	.news-area .page-center {
		padding-bottom: 0;
	}

	.detail-builder.news-area .detail-item-slider .slick-slide img {
		padding: 0;
	}

	.detail-builder .detail-item-left h1 {
		padding-bottom: 70px;
		margin-top: -20px;
	}

	.builder-construction .navigation {
		text-align: left;
		margin-top: -20px;
		display: block;
		font-size: 12px !important;
	}

	.news-detail-ht .navigation {
		text-align: left;
		margin-top: -20px;
		display: block;
		font-size: 12px !important;
	}

	.news-detail-ht .navigation::before {
		top: 3px;
	}

	.feature-slider-btn {
		padding: 0;
	}

	.feature-home-section .page-center {
		padding: 0;
	}

	.lan-visit-new .page-center {
		padding: 0;
	}

	.lan-footer-content {
		padding: 0;
	}

	.lan-house-slideWrap::before {
		width: 200px;
	}

	.feature-home-slider .slick-slide img {
		box-shadow: none;
	}

	.about-mobile-img {
		display: block !important;
		margin-bottom: 40px;
		min-height: 336px;
		object-fit: cover;
	}

	.fund-slider .slick-slide {
		padding-right: 0;
	}

	.community-vertical-item-left figure {
		height: 350px;
	}

	/* mobil-menu */

	body {
		position: relative;
	}

	.mobile-nav {
		transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
	}

	.mobile-nav.mobile-menu-active {
		display: block !important;
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 1000;
		padding-top: 120px;
	}

	.landing-header.mobile-menu {
		z-index: 10001;
	}

	.mobile-menu .lan-header-left img {
		filter: brightness(0) saturate(100%) invert(24%) sepia(1%) saturate(3982%) hue-rotate(7deg) brightness(99%) contrast(98%);
	}

	.mobile-menu .hamburger .line {
		background-color: #403E3C;
	}

	.navbar-menu-list-left {
		max-width: 100%;
	}

	.mobile-nav .accordion {
		list-style: none;
		padding: 0 20px;
	}


	.mobile-nav .accordion li a.toggle {
		position: relative;
		color: #403E3C;
		font-family: Open Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1.4px;
		text-transform: uppercase;
		padding: 7px 30px 7px 8px;
		border-bottom: 2px solid #c9c9c9;
		display: block;
		margin-bottom: 35px;
	}

	.toggle {
		background: url(../images/arrow_drop_down.svg) no-repeat 96% 50%/ contain;
		background-size: 24px;
		transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
	}

	.active-head {
		color: #403E3C !important;
		font-weight: 700 !important;
		background: url(../images/arrow_drop_up.svg) no-repeat 96% 50%/ contain;
		background-size: 24px;
		border-bottom: 2px solid #B29A79 !important;
	}

	.mobile-nav .navbar-menu-list-left h5 {
		color: #B29A79;
		font-size: 16px;
		padding-bottom: 2px;
	}

	.mobile-nav .navbar-menu-list-left h3 {
		font-size: 24px;
		font-weight: 400;
		padding-bottom: 3px;
	}

	.mobile-nav .navbar-menu-list-left p {
		color: #403E3C;
		font-size: 14px;
		padding-bottom: 16px;
	}

	.mobile-nav .accordion .navbar-menu-list-left {
		padding: 0 8px;
	}

	.mobile-menu .lan-header-left,
	.mobile-menu .lan-header-right {
		padding: 0;
	}

	.mobile-menu .lan-header-content {
		align-items: center;
	}

	.mobile-nav .mobile-btn-menu {
		margin: 60px 20px 25px 20px;
		display: flex;
		justify-content: center;
	}

	.mobile-nav .mobile-btn-menu .btn-lan-view {
		width: 100%;
		margin: 0 20px;
	}

	.mobile-body * {
		z-index: 0;
	}

	.mobile-body .mobile-nav,
	.mobile-body .landing-banner {
		z-index: 1000;
	}

	.builder-item-detail .learn-more-btn::before {
		margin-right: 10px;
	}

	.bg-white {
		background-color: #fff !important;
	}

	.sub-page .house-section-subfield h5,
	.news-builder .builder-item-detail h5 {
		font-size: 12px !important;
	}

	.bg-white h5 {
		padding-top: 15px;
	}

	.explore-items {
		max-width: 150px;
	}

	.contact-banner .landing-banner-left h5 {
		font-size: 16px !important;
	}

	.news-builder .builder-item-img figure img {
		height: 277px;
	}

	.news-builder .builder-item-detail .view-btn {
		margin-top: 5px;
	}

	.news-show-more {
		margin-top: -30px;
	}

	.news-builder.builder-section .page-center {
		padding-bottom: 60px;
	}

	.news-detail-area .more-title {
		font-size: 12px !important;
	}

	.news-detail-area figure span {
		padding-top: 10px;
	}

	.news-detail-area p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 600px) {

	.btn-white {
		background-position: 2% center;
	}

}

@media only screen and (max-width: 500px) {
	.detail-item-right h1 {
		font-size: 37px;
		line-height: 40px;
	}

}

@media only screen and (max-width: 1281px) and (min-width: 1001px) {
	.slick-arrow {
		display: none !important;
	}

	.fund-slider .slick-arrow {
		display: block !important;
	}

	.contact-banner .landing-banner-left {
		max-width: 350px;
	}

	.lan-house-slideWrap .slick-dots {
		position: absolute;
		bottom: 0;
		z-index: 10000000;
		height: 57px;
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 600px) {
	.form-shadow {
		padding: 25px 30px;
		margin: 20px;
		max-width: 400px;
	}

	.community-vertical-item-left figure {
		height: 227px;
	}

	.videoClose img {
		width: 32px;
	}

	.modalVideoContent iframe {
		max-height: 304px;
		width: 100%;
	}

}

@media only screen and (max-width: 400px) {
	.form-shadow {
		padding: 20px 20px;
		margin: 10px;
		max-width: 293px;
	}

}