/* Normalize */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

html {
	font-size: 2.3255813953vw;
}

@media screen and (min-width: 969px) {
	html {
		font-size: 0.5208333333vw;
	}
}

@media screen and (min-width: 1920px) {
	html {
		font-size: 62.5%;
	}
}

body {
	font-family: "BT BeauSans Light";
	background-color: #1f4035;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 1.3rem;
}

.serif {
	font-family: "SVN Silk Serif Medium";
}

.text-bold {
	font-family: "BT BeauSans Bold";
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.flex {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.w-full {
	width: 100%;
}

.hidden {
	display: none !important;
}

.nowrap {
	white-space: nowrap;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.gradient {
	background-image: linear-gradient(to right, #c9b58c, #b89c74);
}

.grabbable {
	cursor: grab;
}

.scroll-fade-in {
	opacity: 0;
	transition: all 1.2s 0.3s ease-out;
}
.scroll-fade-in.visible {
	opacity: 1;
}
.scroll-slide-up {
	transform: translateY(50px);
	transition: all 1.2s 0.3s ease-out;
}
.scroll-slide-up.visible {
	transform: translateY(0);
}

.container {
	max-width: 1440px;
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	transition: all 1s;
}
.header .logo-link {
	display: block;
	background-image: url("../img/logo-top.png");
	background-size: contain;
	background-position: center;
	width: 140px;
	height: 75px;
}
.header .menu {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.header .menu-item {
	list-style: none;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.15em;
	cursor: pointer;
}

.header .menu-item + .menu-item {
	margin-left: 80px;
}

.header-inner {
	position: relative;
}

.header .logo {
	padding: 20px;
}
.header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/intro1.jpg");
	background-size: cover;
	background-position: top center;
	transition: inherit;
	opacity: 0;
}
.header.sticky {
	transition: all 1s;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.header.sticky:before {
	opacity: 1;
}
.header.sticky .header-inner {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
}
.header.sticky .logo {
	padding: 5px;
}
.header.sticky .logo-link {
	height: 3.8rem;
}
.header.sticky .menu {
	border: none;
	font-size: 1.3rem;
	margin-left: 4rem;
}

.toolbar {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
	padding: 12px;
	border-radius: 1.5rem;
}
.toolbar-item {
	display: block;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-size: 100%;
	background-position: center;
	cursor: pointer;
	box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
	opacity: 0.8;
}
.toolbar-item:hover {
	opacity: 1;
}
.toolbar-item + .toolbar-item {
	margin-top: 1.5rem;
}
.toolbar-item-360 {
	background-image: url("../img/icon-circle-360.png");
}
.toolbar-item-facebook {
	background-image: url("../img/icon-circle-facebook.png");
}
.toolbar-item-phone {
	background-image: url("../img/icon-circle-phone.png");
}
.toolbar-item-email {
	background-image: url("../img/icon-circle-email.png");
}

.intro {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.intro-slide1,
.intro-slide2 {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.intro-slide1 {
	background-image: url("../img/intro1.jpg");
	z-index: 3;
}
.intro-slide2 {
	background-image: url("../img/intro2.jpg");
}

.intro-slide1 .intro-logo-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.intro-slide1 .intro-logo {
	width: 250px;
	height: 200px;
	background-image: url("../img/logo-intro.png");
	background-size: contain;
	background-position: center;
	transition-delay: 4s;
	transition-duration: 1.5s;
}
.intro-slide2 .intro-manifesto {
	background-image: url("../img/intro2-txt.png");
	background-size: contain;
	background-position: center;
	height: 200px;
	aspect-ratio: 2.2544;
	position: absolute;
	top: 10vh;
	left: 10vw;
}
.intro-slide2 .intro-overlay {
	position: absolute;
	top: 15vh;
	right: 15vw;
	width: 28rem;
	color: #fff;
	text-align: center;
}

.video {
	position: relative;
}
.video:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.video-player {
	width: 100%;
}
.video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 0;
	color: transparent;
	border-top: 3rem solid transparent;
	border-bottom: 3rem solid transparent;
	border-left: 6rem solid #fff;
	border-right: none;
	background: transparent;
	cursor: pointer;
}
.video-sound-btn {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 20px;
	width: 7.4rem;
	height: 2.6rem;
	border: 0;
	outline: 0;
	background-color: transparent;
	background-position: left 0.2rem center;
	background-size: 2rem;
	color: #fff;
	font-size: 1.2rem;
	padding-left: 2.6rem;
	text-align: left;
	cursor: pointer;
}
.video-sound-btn.unmute {
	background-image: url("../img/icon-unmute.png");
}
.video-sound-btn.unmute:after {
	content: "Mở nhạc";
}
.video-sound-btn.mute {
	background-image: url("../img/icon-mute.png");
}
.video-sound-btn.mute:after {
	content: "Tắt nhạc";
}

.view {
	background-image: url("../img/view-bg.svg");
	background-size: 100% auto;
	background-position: center;
	background-color: #e6e6e6;
	position: relative;
	padding: 100px 0;
}
.view-slide {
	padding-bottom: 200px;
	position: relative;
}
.view-slide-item-wrapper {
	position: relative;
	aspect-ratio: 2.9515;
}
.view-slide-item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 1s;
}
.view-slide-item.active {
	z-index: 2;
	opacity: 1;
}

.view-slide-item-bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	aspect-ratio: 2.9515;
	position: absolute;
	top: 0;
	left: 0;
}
.view-slide-item1 .view-slide-item-bg {
	background-image: url("../img/view1.jpg");
}
.view-slide-item2 .view-slide-item-bg {
	background-image: url("../img/view2.jpg");
}
.view-slide-item3 .view-slide-item-bg {
	background-image: url("../img/view3.jpg");
}
.view-slide-item4 .view-slide-item-bg {
	background-image: url("../img/view4.jpg");
}

.view-slide-item-text-wrapper {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	height: 200px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.view-slide-item-text {
	background-size: contain;
	background-position: center;
	padding: 15px;
	text-align: center;
	font-size: 2.7rem;
	line-height: 1.4;
	letter-spacing: 0.3rem;
	background: linear-gradient(to right, #a68d80, #90806e);
	background-clip: text;
	color: transparent;
}

.view-slide-indicator-wrapper {
	position: absolute;
	bottom: 240px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}
.view-slide-indicator + .view-slide-indicator {
	margin-left: 0.46rem;
}
.view-slide-indicator {
	position: relative;
	width: 3.46rem;
	height: 0.3rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.15rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	overflow: hidden;
}
.view-slide-indicator.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.location {
	background-image: url("../img/location-bg.png");
	background-size: 100% auto;
	background-position: top center;
	background-color: #1f4035;
	padding: 0 20px;
}
.location-wrapper {
	position: relative;
}
.location-tab {
	transform: translateY(30px);
	background: #1c3930;
	border-radius: 30px;
	padding-top: calc((100% - 400px) * 7 / 8);
	overflow: hidden;
	width: 100%;
	transition: all 1s 0s;
}
.location-tab.visible {
	transform: translateY(-100px);
}
.location-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-justify-content: end;
	justify-content: end;
}
.location-map-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.location-map {
	background-size: auto 100%;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	transition: all ease 1s;
}
.location-map.active {
	opacity: 1;
}

.location-map1 {
	aspect-ratio: 1.3555;
	background-image: url("../img/location-map1.png");
}
.location-map2 {
	aspect-ratio: 1.3928;
	background-image: url("../img/location-map2.png");
}

.location-map-pin {
	background-size: contain;
	background-position: center;
	position: absolute;
}
.location-map1 .location-map-pin {
	background-image: url("../img/location-map-pin1.png");
	top: 19%;
	left: 29%;
	width: 6%;
	height: 9%;
}
.location-map2 .location-map-pin {
	background-image: url("../img/location-map-pin2.png");
	top: 29.8%;
	left: 29.9%;
	width: 8.1%;
	height: 8.4%;
}

.location-content {
	position: relative;
	width: 450px;
	padding: 30px 60px;
	-webkit-align-self: stretch;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* .location-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #1c3930, transparent);
  backdrop-filter: blur(2px);
} */
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.location-content-overlay {
		background: #1c3930;
	}
}

.location-content-overlay {
	z-index: 5;
}
.location-content-overlay,
.location-content-overlay:before,
.location-content-overlay-layer,
.location-content-overlay:after {
	position: absolute;
	inset: 0;
}
.location-content-overlay:before {
	content: "";
	z-index: 1;
	-webkit-backdrop-filter: blur(0.5px);
	backdrop-filter: blur(0.5px);
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 12.5%, black 25%, rgba(0, 0, 0, 0) 37.5%);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 12.5%, black 25%, rgba(0, 0, 0, 0) 37.5%);
}
.location-content-overlay-layer:nth-of-type(1) {
	z-index: 2;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, black 25%, black 37.5%, rgba(0, 0, 0, 0) 50%);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, black 25%, black 37.5%, rgba(0, 0, 0, 0) 50%);
}
.location-content-overlay-layer:nth-of-type(2) {
	z-index: 3;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, black 37.5%, black 50%, rgba(0, 0, 0, 0) 62.5%);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, black 37.5%, black 50%, rgba(0, 0, 0, 0) 62.5%);
}
.location-content-overlay-layer:nth-of-type(3) {
	z-index: 4;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, black 50%, black 62.5%, rgba(0, 0, 0, 0) 75%);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, black 50%, black 62.5%, rgba(0, 0, 0, 0) 75%);
}
.location-content-overlay-layer:nth-of-type(4) {
	z-index: 5;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 62.5%, black 75%, rgba(0, 0, 0, 0) 87.5%);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 62.5%, black 75%, rgba(0, 0, 0, 0) 87.5%);
}
.location-content-overlay-layer:nth-of-type(5) {
	z-index: 6;
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, black 75%, black 87.5%, rgba(0, 0, 0, 0) 100%);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, black 75%, black 87.5%, rgba(0, 0, 0, 0) 100%);
}
.location-content-overlay-layer:nth-of-type(6) {
	z-index: 7;
	-webkit-backdrop-filter: blur(32px);
	backdrop-filter: blur(32px);
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, black 87.5%, black 100%);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, black 87.5%, black 100%);
}
.location-content-overlay:after {
	content: "";
	z-index: 8;
	-webkit-backdrop-filter: blur(64px);
	backdrop-filter: blur(64px);
	-webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, black 100%);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, black 100%);
}

.location-content-main {
	position: relative;
	z-index: 5;
}
.location-content-text-wrapper {
	position: relative;
}
.location-content-text {
	color: #73b8a6;
	text-align: center;
	opacity: 0;
	transition: all ease 1s;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.location-content-text.active {
	opacity: 1;
	z-index: 1;
}
.location-content-title {
	background-clip: text;
	color: transparent;
	font-size: 2rem;
	letter-spacing: 3px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.location-content-text2 .location-content-title {
	margin-top: 100px;
}
.location-content-description p + p {
	margin-top: 10px;
}
.location-content-legend {
	background-image: url("../img/location-map-legend.png");
	background-size: contain;
	background-position: center;
	width: 250px;
	height: 140px;
	display: block;
	margin: 30px auto 0;
}

.location-map-actions {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin: 0 -35px;
	z-index: 5;
}
.location-map-switch {
	color: #477567;
	cursor: pointer;
	margin-right: 1.15rem;
	font-size: 1.1rem;
}
.location-map-switch + .location-map-switch {
	margin-left: 1.15rem;
}
.location-map-switch.active {
	color: #5fb39c;
}
.location-map-zoom {
	background-size: contain;
	background-position: center;
	width: 2.7rem;
	height: 2.7rem;
	cursor: pointer;
}
.location-map-zoom.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.location-map-zoom-in {
	background-image: url("../img/location-zoom-in.png");
}
.location-map-zoom-out {
	background-image: url("../img/location-zoom-out.png");
	margin-left: 10px;
}

.library-header-wrapper {
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-bottom: 40px;
}
.library-title-wrapper {
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	background: linear-gradient(to right, #a68d80, #90806e);
	background-clip: text;
	color: transparent;
}
.library-title {
	letter-spacing: 0.15rem;
	font-size: 1.8rem;
	line-height: 1.5;
}
.library-subtitle {
	font-size: 4.7rem;
	letter-spacing: 0.5rem;
}
.library-description {
	color: #73b8a6;
	margin: 10px auto 0;
	max-width: 450px;
	padding: 0 15px;
	text-align: center;
}
.library-slide {
	position: relative;
	aspect-ratio: 2.3048;
}
.library-slide-item {
	height: 100%;
	position: absolute;
	transition: all 1.5s;
	overflow: hidden;
	cursor: pointer;
}
.library-slide-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 40px;
	background: linear-gradient(to bottom, transparent, rgba(59, 59, 59, 0.74));
	transition: all 1s;
}
.library-slide-item:not(.active):hover:before {
	background: linear-gradient(to bottom, transparent, rgba(89, 89, 89, 0.5));
}
.library-slide-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	transition: inherit;
}
.library-slide-item1 .library-slide-item-bg {
	background-image: url("../img/library1new.jpg");
}
.library-slide-item2 .library-slide-item-bg {
	background-image: url("../img/library2.jpg");
}
.library-slide-item3 .library-slide-item-bg {
	background-image: url("../img/library3.jpg");
}
.library-slide-item4 .library-slide-item-bg {
	background-image: url("../img/library4.jpg");
}

.library-slide-item1 {
	left: 0;
	right: 75%;
}
.library-slide-item2 {
	left: 25%;
	right: 50%;
}
.library-slide-item3 {
	left: 50%;
	right: 25%;
}
.library-slide-item4 {
	left: 75%;
	right: 0;
}
.library-slide-item1 .library-slide-item-bg {
	transform: translateX(-6%);
}
.library-slide-item2 .library-slide-item-bg {
	transform: translateX(-42%);
}
.library-slide-item3 .library-slide-item-bg {
	transform: translateX(-36%);
}
.library-slide-item4 .library-slide-item-bg {
	transform: translateX(-64%);
}
.library-slide-item.active {
	left: 0;
	right: 0;
	z-index: 3;
}
.library-slide-item.active .library-slide-item-bg {
	transform: translateX(0);
}

.library-slide-item.deactivate {
	z-index: 3;
}

.library-slide-item-preview {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 40px;
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
	opacity: 1;
	transition: all 1.5s;
}
/* .library-slide-item:hover .library-slide-item-preview {
  background: rgba(89, 89, 89, 0.2);
} */
.library-slide-item-preview-text {
	letter-spacing: 1px;
	font-size: 1.5rem;
	transition: all 1.5s;
	width: calc(25vw - 80px);
	padding-top: 1.5rem;
	line-height: 1.4;
	padding-right: 3rem;
	background-image: url("../img/library-icon.png");
	background-size: 2.6rem;
	background-position: right bottom;
}
.library-slide-item.active .library-slide-item-preview {
	/* top: 100%; */
	opacity: 0;
}
.library-slide-item.active .library-slide-item-preview-text {
	transform: translateX(-150%);
}

.library-slide-item-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 25px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: end;
	justify-content: end;
	opacity: 0;
	transition: transform 0.25s 0s;
	transform: translateY(calc(100% + 50px));
}
.library-slide-item-title {
	margin-bottom: 5px;
}
.library-slide-item-description {
	max-width: 600px;
}

.library-slide-item.active .library-slide-item-text {
	opacity: 1;
	transition: transform 0.5s 1s;
	transform: translateY(0);
}

.ground-photo {
	background: #e4e4e4;
	padding: 80px 35px 0;
	overflow: hidden;
}
.ground-photo-slider {
	position: relative;
	z-index: 1;
	aspect-ratio: 2.1894;
	background: #fff;
	width: 100%;
}
.ground-photo-slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	transition: all ease 1s;
	background-size: cover;
	background-position: center;
}
.ground-photo-slider-item.active {
	opacity: 1;
	z-index: 2;
}
.ground-photo-slider-item1 {
	background-image: url("../img/ground1new.jpg");
}
.ground-photo-slider-item2 {
	background-image: url("../img/ground2.jpg");
}
.ground-photo-slider-item3 {
	background-image: url("../img/ground3.jpg");
}
.ground-photo-slider-item4 {
	background-image: url("../img/ground4.jpg");
}
.ground-photo-slider-item5 {
	background-image: url("../img/ground5.jpg");
}
.ground-photo-slider-item6 {
	background-image: url("../img/ground6.jpg");
}

.ground-text {
	padding: 120px 35px 0;
	margin-top: -80px;
	color: #fff;
	position: relative;
}
.ground-text:before {
	content: "";
	background-image: url("../img/ground-bg.svg");
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ground-text-slider {
	position: relative;
	height: 12.5rem;
}
.ground-text-slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 1s;
}
.ground-text-slider-item.active {
	opacity: 1;
	z-index: 1;
}
.ground-text-slider-item-highlight {
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
.ground-text-slider-item-main {
	width: 25%;
	font-size: 2rem;
	padding-right: 5px;
}
.ground-text-slider-item-list-group {
	width: 25%;
	display: flex;
	-webkit-align-self: stretch;
	align-self: stretch;
}
.ground-text-slider-item-list {
	width: 50%;
	font-size: 1.2rem;
	padding: 0 5px;
	flex: 1;
}
.ground-text-slider-item-list div + div {
	margin-top: 5px;
}
.ground-text-slider-item-list span {
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 18px;
	height: 18px;
	text-align: center;
	margin-right: 10px;
	font-size: 10px;
	vertical-align: middle;
}
.ground-text-slider-item-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.ground-text-slider-item-description {
	max-width: 600px;
	margin: 0 auto;
}

.ground-slider-indicators {
	margin: 0 auto;
	padding: 20px 0;
}
.ground-slider-indicators .ground-slider-indicator + .ground-slider-indicator {
	margin-left: 0.46rem;
}
.ground-slider-indicator {
	position: relative;
	width: 3.46rem;
	height: 0.3rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.15rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	overflow: hidden;
}
.ground-slider-indicator.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.brand {
	height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-top: -5px;
}
.brand-header {
	padding: 80px 40px 40px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}
.brand-header-title {
	letter-spacing: 0.15rem;
	font-size: 1.8rem;
	line-height: 1.5;
}
.brand-header-emphasis {
	font-size: 4.7rem;
	margin: 5px 0;
	letter-spacing: 0.5rem;
}
.brand-header-description {
	max-width: 33rem;
	display: inline-block;
}

.brand-body {
	background-image: url("../img/brand-bg.jpg");
	background-size: cover;
	background-position: center;
	flex-grow: 1;
	position: relative;
}
/* .brand-more-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
} */
/* .brand-more {
  width: 300px;
  color: #FFF;
  padding: 15px;
  text-align: center;
  cursor: pointer;
} */
.brand-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	transition: all 1s;
	transform: translateY(-100%);
}
.brand-content.active {
	transform: translateY(0);
}
.brand-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(29, 29, 29, 0.75);
}
.brand-content-items {
	display: flex;
	position: relative;
}

.brand-content-item {
	padding: 1.53rem;
	width: 33.3333%;
	text-align: center;
}
.brand-content-item-icon {
	background-size: contain;
	background-position: center;
	height: 2.69rem;
	margin-bottom: 1.53rem;
}
.brand-content-item-icon1 {
	background-image: url("../img/brand-service1.png");
}
.brand-content-item-icon2 {
	background-image: url("../img/brand-service2.png");
}
.brand-content-item-icon3 {
	background-image: url("../img/brand-service3.png");
}
.brand-content-item-title {
	font-size: 1.6rem;
	margin-bottom: 1.15rem;
	font-weight: bold;
	letter-spacing: 0.08rem;
}
.brand-content-item-description {
	list-style: none;
}
.brand-content-item-description li + li {
	padding-top: 0.38rem;
}

.living {
	background-color: #274037;
	color: #fff;
	text-align: center;
	padding: 100px 20px;
}
.living:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/living-bg.svg");
	background-size: cover;
	background-position: center;
	opacity: 0.15;
}

.living-title {
	letter-spacing: 0.15rem;
	font-size: 1.8rem;
	line-height: 1.5;
}
.living-emphasis {
	font-size: 4.7rem;
	letter-spacing: 0.5rem;
	margin: 0 0 1.15rem;
}
.living-description {
	max-width: 520px;
	margin: 0 auto 50px;
}
.living-body {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.living-body-item {
	width: 33.3333%;
	padding: 1.53rem;
}
.living-body-item1 {
	transition-delay: 0.5s;
}
.living-body-item2 {
	transition-delay: 0.75s;
}
.living-body-item3 {
	transition-delay: 1s;
}
.living-body-item-icon {
	background-size: contain;
	background-position: center;
	height: 2.69rem;
	margin-bottom: 2rem;
}
.living-body-item-icon1 {
	background-image: url("../img/living-icon1.png");
}
.living-body-item-icon2 {
	background-image: url("../img/living-icon2.png");
}
.living-body-item-icon3 {
	background-image: url("../img/living-icon3.png");
}
.living-body-item-title {
	font-size: 2rem;
	margin-bottom: 2rem;
}
.living-body-item-description {
	list-style: none;
}
.living-body-item-description li + li {
	margin-top: 0.7rem;
}

.standard {
	background-image: url("../img/standard-bg.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	flex-direction: column;
	color: #fff;
	overflow: hidden;
}
.standard-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 29, 29, 0.6);
	flex-direction: column;
	-webkit-align-items: end;
	align-items: end;
}
.standard-title {
	font-size: 3rem;
	letter-spacing: 0.3rem;
	padding: 3rem;
	opacity: 0;
	transform: translateY(10rem);
	transition: all ease 1s;
}
.standard-head {
	font-size: 1.5rem;
	padding: 2rem;
	max-width: 26rem;
	letter-spacing: 0.23rem;
	-webkit-align-self: center;
	align-self: center;
	opacity: 0;
	transform: translateX(100px);
	transition: all ease 1s;
}
.standard-item {
	background-size: cover;
	background-position: center;
	width: 15vw;
	max-width: 200px;
	aspect-ratio: 0.6473;
	margin-left: 0.7rem;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	opacity: 0;
	transform: translateX(100px);
	transition: all ease-out 1s;
}
.standard-item1 {
	background-image: url("../img/standard1.jpg");
}
.standard-item2 {
	background-image: url("../img/standard2.jpg");
}
.standard-item3 {
	background-image: url("../img/standard3.jpg");
}
.standard-item4 {
	background-image: url("../img/standard4.jpg");
}
.standard-item5 {
	background-image: url("../img/standard5.jpg");
}

.standard-item-content {
	padding: 1rem;
}

.standard-overlay.visible .standard-title {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}
.standard-overlay.visible .standard-head,
.standard-overlay.visible .standard-item {
	opacity: 1;
	transform: translateX(0);
}
.standard-overlay.visible .standard-head {
	transition-delay: 1s;
}
.standard-overlay.visible .standard-item1 {
	transition-delay: 1.5s;
}
.standard-overlay.visible .standard-item2 {
	transition-delay: 1.7s;
}
.standard-overlay.visible .standard-item3 {
	transition-delay: 1.9s;
}
.standard-overlay.visible .standard-item4 {
	transition-delay: 2.1s;
}
.standard-overlay.visible .standard-item5 {
	transition-delay: 2.3s;
}

.panorama-slider {
	aspect-ratio: 16/9;
	position: relative;
	overflow: hidden;
}
.panorama-slider-item {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
	transition: all 1s;
}
.panorama-slider-item.active {
	z-index: 2;
	opacity: 1;
}
.panorama-slider-item1 {
	background-image: url("../img/panorama1.jpg");
}
.panorama-slider-item2 {
	background-image: url("../img/panorama2.jpg");
}
.panorama-slider-item3 {
	background-image: url("../img/panorama3.jpg");
}
.panorama-slider-item4 {
	background-image: url("../img/panorama4.jpg");
}
.panorama-slider-item5 {
	background-image: url("../img/panorama5.jpg");
}

.panorama-slider-indicators {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	display: flex;
}
.panorama-slider-indicator {
	position: relative;
	width: 3.46rem;
	height: 0.3rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.15rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	overflow: hidden;
}
.panorama-slider-indicator.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.panorama-slider-indicator + .panorama-slider-indicator {
	margin-left: 0.46rem;
}
.panorama-slider-indicator.active {
	opacity: 1;
}

.subscribe {
	background-color: #e6e6e6;
	background-image: url("../img/subscribe-bg.svg");
	background-size: cover;
	background-position: center;
	padding: 150px 35px 0;
}
.subscribe-wrapper {
	background-image: url("../img/subscribe-bg.jpg");
	background-size: cover;
	background-position: top center;
	aspect-ratio: 1.744;
	padding: 40px;
}
.subscribe-box {
	background-color: rgba(255, 255, 255, 0.65);
	padding: 1.53rem 1.92rem;
	max-width: 40%;
	border-radius: 2.3rem;
}
.subscribe-title {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1.5rem;
	letter-spacing: 0.2rem;
}
.subscribe-input {
	font-size: 1.5rem;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 0.7rem;
	padding: 0.23rem 0;
	outline: 0;
	background: none;
}
.subscribe-submit {
	background: #1e4137;
	color: #fff;
	max-width: 100%;
	width: 30rem;
	display: block;
	cursor: pointer;
	margin: 1rem auto 0;
	padding: 1rem;
	letter-spacing: 0.2rem;
	font-size: 1.5rem;
}

.subscribe-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	transition: all ease 1s;
}
.subscribe-overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
.subscribe-overlay.active {
	opacity: 1;
	z-index: 10;
}
.subscribe-response {
	background: #204136;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5rem 6rem;
	width: 55rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.subscribe-response-title {
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: 0.2rem;
	line-height: 1.5;
}
.subscribe-response-subtitle {
	color: #fff;
	font-size: 1.2rem;
}
.subscribe-response-close {
	background: #fff;
	display: inline-block;
	padding: 1rem 4rem;
	margin-top: 3rem;
	font-size: 1.2rem;
	cursor: pointer;
}

.news {
	overflow: hidden;
	padding: 8rem 0 4rem;
}
.news-header {
	color: #fff;
	text-align: center;
	margin-bottom: 6rem;
	font-size: 3.5rem;
	letter-spacing: 0.2rem;
}
.news-slider-wrapper {
	margin: 0 10rem;
}
.news-slider {
	width: 300%;
	transition: all 1s;
	/* transform: translateX(-33.3333%); */
}
.news-box {
	width: calc(100% / 3);
	position: relative;
	cursor: pointer;
	transform: scale(0.9);
	transition: all 0.5s;
}
.news-box.active {
	transform: scale(1);
}

.news-img {
	width: 100%;
	height: 100%;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px;
	background: rgba(39, 64, 55, 0.8);
	color: #fff;
	text-align: center;
}

.news-slider-nav-btn {
	background-size: 100%;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.news-slider-nav-prev {
	background-image: url("../img/arrow-left.png");
	left: 20px;
}
.news-slider-nav-next {
	background-image: url("../img/arrow-right.png");
	right: 20px;
}

.news-slider-indicators {
	margin-top: 50px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.news-slider-indicator + .news-slider-indicator {
	margin-left: 0.46rem;
}
.news-slider-indicator {
	width: 3.46rem;
	height: 0.3rem;
	background: #fff;
	opacity: 0.5;
	border-radius: 0.15rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.news-slider-indicator.active {
	opacity: 1;
}

.footer {
	background-image: url("../img/footer-bg.png");
	background-size: cover;
	background-position: bottom center;
	background-color: #1e4137;
	color: #fff;
	padding: 4.5rem 1.5rem 4.5rem;
	text-align: center;
	font-size: 1.2rem;
}
.footer-logo {
	background-image: url("../img/logo-footer.png");
	background-size: contain;
	background-position: center;
	height: 8.5rem;
}
.footer-description {
	max-width: 700px;
	margin: 2.5rem auto 60px;
}
.footer-bottom {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer-bottom-item + .footer-bottom-item {
	margin-left: 3.5rem;
}
.footer-bottom-item-legend {
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
}
.footer-bottom-item-legend-website {
	background-image: url("../img/icon-web.png");
}
.footer-bottom-item-legend-address {
	background-image: url("../img/icon-location.png");
}
.footer-bottom-item-legend-phone {
	background-image: url("../img/icon-phone.png");
}

/* custom fixed img-qr */
.fixed_qr {
	position: fixed;
	bottom: 0;
	left: 25px;
	z-index: 2;
}

.fixed_qr .img-qr {
	width: 190px;
	border-radius: 10px;
}
