/* Minification failed. Returning unminified contents.
(668,14): run-time error CSS1038: Expected hex color, found '#ffff'
(1802,3): run-time error CSS1030: Expected identifier, found ' '
(1858,1): run-time error CSS1019: Unexpected token, found '}'
(1859,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1859,11): run-time error CSS1019: Unexpected token, found '('
(1859,24): run-time error CSS1031: Expected selector, found ')'
(1859,24): run-time error CSS1025: Expected comma or open brace, found ')'
(1875,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1876,7): run-time error CSS1035: Expected colon, found '{'
(1879,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1880,7): run-time error CSS1035: Expected colon, found '{'
(1883,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1884,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1894,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1895,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
body{
	margin: 0;
}
.header-mobile{
	display: none;
}
p{
	margin: 0;
}
.section{
	background-color: #f2ebd9;
	position: relative;
}
.h_banner .content .title h1{
	letter-spacing: 13px;
	margin-top: 0;
	color: #ffffff;
	text-shadow: 1px 3px grey;
}
.title h2:nth-of-type(1){
	font-size: 18px;
	font-family: "MUSEO300-REGULAR";
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight:unset;
}
.title h2:nth-of-type(2){
	letter-spacing: 5px;
	color: #ba8a54;
	margin-top: -17px;
	font-size: 80px;
	font-family: "UTM A&S Heartbeat";
	margin-bottom: 0;
	font-weight:unset;
	/*line-height: 0;*/
	/*display: inline-block;*/
}
.title h1{
	letter-spacing: 0;
	color: #ba8a54;
	margin-top: -30px;
	font-size: 80px;
	font-family: "UTM A&S Heartbeat";
	margin-bottom: 0;
	/*line-height: 0;*/
	font-weight: unset;
}
.contact .signup .right .title h2:nth-of-type(1){
	color: #ffffff;
}
.h_utilities .title h2:nth-of-type(2){
	letter-spacing: 10px;
}
.h_news .title h2{
	letter-spacing: 10px;
}
.link a{
	text-transform: uppercase;
	text-decoration: none;
	color: #0b3323;
	/*background-color: none;*/
	padding: 10px 20px;
	display: inline-block;
	font-family: "MUSEO300-REGULAR";
	font-size: 14px;
	border-left: 1px solid #ba8a54;
	border-right: 1px solid #ba8a54;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 1px; 
	-moz-background-size: 100% 1px;
	background-size: 100% 1px;
	background-image: linear-gradient(#ba8a54, #fcdbb1, #ba8a54);
	background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: linear-gradient(to right, #ba8a54 0%, #fcdbb1 20%, #ba8a54 100%), linear-gradient(to right, #ba8a54 0%, #fcdbb1 55%, #ba8a54 100%);
}
.fullpage-wrapper{
	overflow: hidden;
}
.h_banner{
	position: relative;
	overflow: hidden;
}

.h_banner .scroll{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	webkit-animation: scrollDestop 2s infinite;
	animation: scrollDestop 2s infinite;
}
.h_banner .swiper-pagination{
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	right: 50px;
	outline: none;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.h_banner .swiper-pagination .swiper-pagination-bullet{
	background:#ffffff;
	opacity: 1;
	margin-bottom: 20px;
	outline: none;
}
.h_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: transparent;
	width: 13px;
	height: 13px;
	border: 1px solid #bb8c57; 
}
.h_banner .swiper-container .swiper-slide .img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 3;
}
.h_banner .swiper-container .swiper-slide:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/Content/default/home/image/home-page/phu-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 4;
	/*animation: imageScaleAnimation 30s infinite ease;*/
}
.h_banner .swiper-container .swiper-slide.swiper-slide-active .img{
	animation: imageScaleAnimation 30s infinite ease;
}
.h_banner .content{
	position: absolute;
	left: 8.333%;
	color: #ffffff;
	z-index: 5;
	bottom: 8%;
}

.h_banner .content .desc{
	font-family: "MUSEO300-REGULAR";
	font-size: 20px;
	margin-bottom: 40px;
}
.h_banner .content .button {
	font-size: 14px;
	font-family: "MUSEO300-REGULAR";
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	border:1px solid #ffffff;
	padding: 10px 20px;
}
.h_introduct {
	/*margin-top: 75px;*/
	position: relative;
	overflow: hidden;
}
.h_introduct .left{
	width: 50%;
	float: left;
}
.h_introduct .left .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100% !important;
	padding-top: 93%;
}
.h_introduct .right{
	width: 50%;
	overflow: hidden;
	float: right;
}
.h_introduct .right .content{
	margin-left: 55px;
	margin-right:130px;
	margin-top: 20px;
}
.h_introduct .line{
	overflow: hidden;
	width: 246.86px;
}
.h_introduct .line:after{
	position: absolute;
	content: '';
	width: 18.3%;
	left: 43%;
	top: 67.4%;
	background-color: #ba8a54;
	height: 3px;
	z-index: 5;
	animation: linerun 3.4788s infinite;
}
.h_introduct ._slide a{
	display: block;
}
.h_introduct ._slide .slick-list.draggable .slick-track{
	width: 20%;
}
.h_introduct ._slide .slick-list{
	width: 100%;
}
.h_introduct ._slide .slick-list.draggable .slick-track .slick-slide{
	width: 100%;
}
.h_introduct ._slide .slick-list.draggable .slick-track .slick-slide a.thumbnail{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 96% !important;
	padding-top: 57%;
	margin-right: 10px;
}
.h_introduct ._slide .slick-prev{
	position: absolute;
	bottom: -27% !important;
	left: 15%;
	top: auto;
	background-image: url(/Content/default/home/image/home-page/prev.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.h_introduct ._slide .slick-next{
	position: absolute;
	bottom: -27% !important;
	top: auto;
	right: 74%;
	background-image: url(/Content/default/home/image/home-page/next.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.h_introduct ._slide .slick-prev:before, .slick-next:before{
	display: none;
}
.h_introduct ._slide a.thumbnail.active{
	position: relative;
}

.h_introduct ._slide a.thumbnail:last-child{
	margin-right: 40px;
}
.h_introduct .right .btn .swiper-button-next{
	top: auto;
	bottom: 0;
	background-image: none;
	outline: none;
	left: 90px;
	height: auto;
}
.h_introduct .right .btn .swiper-button-prev{
	top: auto;
	bottom: 0;
	background-image: none;
	outline: none;
	left: 20px;
	height: auto;
}
.h_introduct .right .btn .swiper-button-disabled{
	opacity: 1;
}
.h_introduct .right .btn{
	position: absolute;
	bottom: 0;
	left: auto;
}
.h_introduct .right .content .nav h3{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "MUSEO300-REGULAR";
	font-weight: unset;
	margin: 0;
}
.h_introduct .right .content .nav h3{
	position: relative;
	margin-right: 40px;
	text-decoration: none;
	cursor: pointer;
}
.h_introduct .right .content .nav h3:after{
	position: absolute;
	content: '';
	background-color: #cccccc;
	width: 1px;
	height: 16px;
	bottom: 3px;
	right: -22px;
}
.h_introduct .right .content .nav{
	margin-bottom: 15px;
	margin-top: 15px;
	display: flex;
}
.h_introduct .right .content .nav h3.active{
	color:#ba8a54;
}
.h_introduct .right .content .nav .nav-action{
	color: #0b3323;
}
.h_introduct .right .content .nav h3:last-child{
	margin-right: 0;
}
.h_introduct .right .content .the-content .desc{
	display: none;
}
.h_introduct .right .content .the-content .desc .text{
	max-height: 180px;
}
.h_introduct .right .content .the-content .desc .link{
	margin-top: 15px;
}
.h_introduct .right .content .the-content .desc:nth-of-type(1){
	display: block;
}
.h_introduct .right .content .the-content .desc .text p{
	color: #7f7b74;
	font-size: 14px;
	font-family: "MUSEO300-REGULAR";
	line-height: 26px;
	margin-bottom: 20px;
}
.h_introduct .right .content .the-content .desc .text p:last-child{
	margin-bottom: 0;
}
.h_introduct .right .content .nav h3:last-child:after{
	display: none;
}
.h_introduct ._slide {
	position: absolute;
	bottom: 45px;
	right: 0;
	display: flex;
	z-index: 3;
	width: 57%;
}
.h_location{
	width: calc(100% - 122px);
	margin: 0 0 0 auto;
}
.h_location .content{
	background-image: url(/Content/default/home/image/home-page/nen-location.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 32%;
	position: relative;
	float: left;
}
.h_location .title{
	bottom: -23px;
	position: relative;
	z-index: 3;
}
.h_location .content .map{
	position: absolute;
	right: 0;
	bottom: 40px;
	float: right;
	width: 63%;
}
.h_location .content .map .img{
	position: relative;
	overflow: hidden;
}
.h_location .content .map .img img{
	display: block;
	width: 100%;
	height: auto;
}
.h_location .content .map .parkvilla{
	position: absolute;
	bottom: 33%;
	right: 20%;
	-webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
	animation: mymove 2s infinite;
	transition: 2s;

}
.h_location .content .text{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 30%;
}
.h_location .text .link a{
	color: #ffffff;
}
.h_location .content .text p{
	color: #ffffff;
	font-size: 14px;
	font-family: "MUSEO300-REGULAR";
	padding-bottom: 15px;
	line-height: 25px;
	margin-bottom: 0;
}
.h_location .content .text p:last-child{
	padding-bottom: 0;
}
.h_utilities .title{
	text-align: center;
	position: relative;
	z-index: 3;
	margin-bottom: 14px;
}
.h_utilities .content{
	margin-top: 24px;
}
.h_utilities {
	margin-top: 30px;
	overflow: hidden;
}
.h_utilities .content .left{
	position: relative;
	width: 66.66%;
	float: left;
}
.h_utilities .content .left .list-utilities{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.h_utilities .content .left .list-utilities .utilities_location-item{
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	font-size: 12px;
	background-color: #0b3323;
	color: #e8c69d;
	/*border: 1px solid #fff;*/
	outline-offset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.h_utilities .content .left .list-utilities .utilities_location-item span{
	display: none;
	font-family: "MUSEO300-REGULAR";
	font-size: 13px;
	color: #ffffff;
	position: absolute;
	left: -41px;
	width: max-content;
	top: -30px;
	background-color: #0b3323;
	padding: 5px 10px;
	border-radius: 10px;
	z-index: 999;
	width: -moz-max-content;
	width: -o-max-content;
	width: -webkit-max-content;
}
.h_utilities .content .left .list-utilities .utilities_location-item:hover span{
	display: block;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="1"]{
	left: 51.5%;
	margin-top: 27%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="2"]{
	left: 59.5%;
	margin-top: 9%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="3"]{
	left: 51.5%;
	margin-top: 15%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="3-1"]{
	left: 51.5%;
	margin-top: 40%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="4"]{
	left: 51.5%;
	margin-top: 22.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="4-1"]{
	left: 51.5%;
	margin-top: 32%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="5"]{
	left: 67.5%;
	margin-top: 44%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="6"]{
	left: 53.5%;
	margin-top: 13%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="6-1"]{
	left: 48.5%;
	margin-top: 15%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="6-2"]{
	left: 38.9%;
	margin-top: 19.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="5-1"]{
	left: 23.5%;
	margin-top: 42%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="7"]{
	left: 43.5%;
	margin-top: 41.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="8"]{
	left: 38.5%;
	margin-top: 26.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="8-1"]{
	left: 63.5%;
	margin-top: 22.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="9"]{
	left: 55.5%;
	margin-top: 28.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="9-1"]{
	left: 47.5%;
	margin-top: 25.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="10"]{
	left: 49.5%;
	margin-top: 43.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="11"]{
	left: 27.5%;
	margin-top: 46.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="12"]{
	left: 32.5%;
	margin-top: 46.5%;
}
.h_utilities .content .left .list-utilities .utilities_location-item[data-order="13"]{
	left: 25.5%;
	margin-top: 47.5%;
}
.h_utilities .content .left .img{
	width: 100%;
}
.h_utilities .content{
	overflow: hidden;
	margin-top:-28px;
	position: relative;
}
.h_utilities .content .left .img img{
	width: 100%;
	display: block;
	height: auto;
}
.h_utilities .content .right{
	background-image: url(/Content/default/home/image/home-page/nen-location.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 33.34%;
	/* padding-top: 16%; */
	float: right;
	height: 450px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.h_utilities .content .right .text{
	position: relative;
	left: 50px;
	height: 200px;
	width: 62%;
	top: 151px;
}
.h_utilities .content .right .text p{
	color: #ffffff;
	font-size: 14px;
	font-family: "MUSEO300-REGULAR";
	line-height: 25px;
	margin-bottom: 0;
}
.h_utilities .content .right .mCSB_dragger_bar{
	background-color: #ba8a54;
	width: 3px;
}
.h_library .title{
	text-align: center;
	position: relative;
	z-index: 3;
}
.h_library{
	overflow: hidden;
}
.h_library .img .swiper-container{
	width: 88.19%;
	margin: 0 auto 0 0;
	overflow: initial;
}
.h_library .img{
	position: relative;
	margin-top: -24px;
}
.h_library .img .swiper-container .swiper-slide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;
	padding-top: 42%;
	margin-right: 20px;
	position: relative;
}
.h_library .img .swiper-container .swiper-slide:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(11, 51, 35, 0.7);
}
.h_library .img .swiper-container .swiper-slide.swiper-slide-active:after{
	display: none;
}
.h_library .img .swiper-button-next{
	outline: none;
	background-image: none;
	transform: translateY(-50%);
	margin-top: 0;
}
.h_library .img .swiper-button-prev{
	outline: none;
	background-image: none;
	transform: translateY(-50%);
	margin-top: 0;
}
.h_library .img .swiper-pagination{
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.h_library .img .swiper-pagination .swiper-pagination-bullet{
	margin-right: 20px;
	background: #ffff;
	opacity: 1;
	outline: none;
	border: 1px solid #ba8a54;
}
.h_library .img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: transparent;
	width: 13px;
	height: 13px;
	border: 1px solid #bb8c57;
}
.h_library .title p:nth-of-type(2){
	letter-spacing: 10px;
}
.h_news{
	width: calc(100% - 240px);
	margin: 0 auto;
	position: relative;
}
.h_news .title{
	text-align: center;
}
.h_news .content{
	position: relative;
}
.h_news .content .list-news{
	text-decoration: none;
}
.h_news .content .the-title{
	font-family: "MUSEO300-REGULAR";
	color: #ba8a54;
	font-size: 16px;
	margin-top: 10px;
}
.h_news .content .swiper-container{
	padding: 10px 0px 0px 20px;
	margin-bottom: 40px;
}
.h_news .content .text p{
	font-family: "MUSEO300-REGULAR";
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	line-height: 25px;
	margin-bottom: 0;
}
.h_news .content .text span{
	color: #b08d3d;
}
.h_news .content .date{
	background-color: #0b3323;
	width: 60px;
	height: 60px;
	font-size: 18px;
	font-family: "UTM A&S Heartbeat";
	color: #997749;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -10px;
	left: -20px;
	font-weight: bold;
}
.h_news .content .list-news .thumbnail{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 72%;
}
.h_news .link{
	text-align: center;
}
.social{
	position: fixed;
	bottom: 86px;
	right: 45px;
	z-index: 10;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	z-index: 5;
	display: none;
}
.social i{
	margin-bottom: 25px;
}
.social i:last-child{
	margin-bottom: 0;
}
.social:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 68px;
	bottom: -86px;
	right: 6px;
	background-color: #ffffff;
}
.header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
}
.header.active .logo{
	opacity: 0;
}
.header .logo{
	width: 10%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.header .menu{
	background-image: url(/Content/default/home/image/home-page/nen-location.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 360px;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	/*display: none;*/
	opacity: 0;
	transition: .4s;
	transform: translateX(100%);
}
.header .menu.active{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .4s;
	transform: translateX(0%);
	opacity: 1;
}
.header .menu .nav-menu{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	list-style-type: none;
	padding-left: 0;
}
.header .menu .nav-menu li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header .menu .nav-menu .submenu{
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
	margin-top: -15px;
}
.header .menu .nav-menu .submenu a{
	text-transform: inherit;
	font-size: 13px;
	margin-bottom: 20px;
}
.header .menu .nav-menu:after{
	position: absolute;
	content: '';
	width: 200px;
	height: 1px;
	background-color: #557165;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.header .menu .nav-menu a{
	font-size: 15px;
	font-family: "MUSEO300-REGULAR";
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.header .menu .hotline p{
	font-family: "MUSEO300-REGULAR";
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 35px;
	letter-spacing: 3px;
}
.header .menu .hotline p a{
	color: #ffffff;
}
.header .menu .hotline p a:hover{
	color: #ffffff;
}
.header .menu .hotline p a:focus{
	color: #ffffff;
}
.header .menu .social-header{
	color: #ffffff;
	font-size: 14px;
	margin-top: 35px;
}
.header .menu .social-header i{
	margin-right: 25px;
}
.header .menu .social-header i:last-child{
	margin-right: 0;
}
.header .phone{
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
	margin-right: 7%;
	margin-top: 22px;
	font-family: "MUSEO300-REGULAR";
	background-color: #ba8a54;
}
.header .phone span{
	display: none;
}
.header .phone a{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	/*border-left: 1px solid #ba8a54;
	border-right: 1px solid #ba8a54;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 1px;
	-moz-background-size: 100% 1px;
	background-size: 100% 1px;
	background-image: linear-gradient(#ba8a54, #fcdbb1, #ba8a54);
	background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: linear-gradient(to right, #ba8a54 0%, #fcdbb1 20%, #ba8a54 100%), linear-gradient(to right, #ba8a54 0%, #fcdbb1 55%, #ba8a54 100%);*/
}
.header .phone i{
	color: #ba8a54;
	margin-right: 9px;
}
.header .logo img{
	width: 100%;
	height: auto;
	display: block;
}
.header .humberger{
	position: fixed;
	right: 0;
	top: 0;
	margin-right: 50px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: right;
	align-items: flex-end;
	z-index: 999;
	cursor: grabbing;
}
.header .humberger.active{
	border-radius: 10px;
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	/*background-color: #0b3323;*/
}
.header .humberger.is-active .line{
	background-color: #0b3323;
	border: 1px solid #0b3323;
}
.header .humberger.active .line:nth-child(2){	
	display: none;
}
.header .humberger.active .line:nth-child(1){	
	transform: rotate(45deg);
	border: none;
	width: 12px;
	position: relative;
	top: 9px;
	background-color: #0f3727;
	right:4px;
}
.header .humberger.active .line:nth-child(3){	
	transform: rotate(145deg);
	top: 3px;
	position: relative;
	margin-bottom: 0;
	border: none;
	width: 12px;
	background-color: #0f3727;
	right: 4px;
}
.header .humberger .line{
	background-color: #ffffff;
	width: 27px;
	height: 1px;
	display: block;
	border: 1px solid #ffffff;
	margin-bottom: 5px;
}
.header .humberger .line:nth-of-type(2){
	width: 20px;
}
.signup{
	background-image: url(/Content/default/home/image/home-page/nen-location.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 580px;
	position: relative;
}
.ui-selectmenu-text {
	font-size: 14px;
}
.ui-state-active{
	font-size: 14px;
}
.ui-menu-item-wrapper{
	font-size: 14px;
}
.ui-selectmenu-button.ui-button{
	background: transparent;
	border: none;
	border-bottom: 1px solid gray;
	width: 267px !important;
	border-radius: inherit;
	padding-bottom: 0;
}
.contact{
	padding-top: 100px;
}
.contact .signup .img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50%;
	height: 580px;
	float: left;
	position: absolute;
	bottom: 60px;
	left: 0;
}
.contact .signup .img img{
	/*display: none;*/
	width: 100%;
	display: block;
	height: auto;
}
.contact .signup .right{
	float: right;
	width: calc(50% - 50px);
	margin-top: 70px;
}
.contact .signup .right .text{
	width: 70%;
	margin-bottom: 10px;
}
.contact .signup .right .text p{
	font-family: "MUSEO300-REGULAR";
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 0;
}
.contact .signup .right .title p:nth-of-type(1){
	color: #ffffff;
}
.contact .signup .right .title p:nth-of-type(2){
	font-size: 80px;
	letter-spacing: 10px;
	margin-bottom: 0;
}
.contact .signup .right .form .input-inline{
	display: flex;
}
.contact .signup .right .form .input-inline ._input{
	background-color: transparent;
	opacity: 0.4;
	border: none;
	border-bottom: 1px solid white;
	width: 260px;
	outline: none;
	margin-right: 20px;
}
.contact .signup .right .form .input-inline .input p{
	font-size: 14px;
	color: #ffffff;
	font-family: "MUSEO300-REGULAR";
	margin-bottom: 0;
}
.contact .signup .right .form .input-inline .input{
	margin-top: 30px;
}
.contact .signup .right .form button{
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	color: #0b3323;
	/*background-color: none;*/
	padding: 10px 20px;
	display: inline-block;
	font-family: "MUSEO300-REGULAR";
	font-size: 14px;
	border-left: 1px solid #ba8a54;
	border-right: 1px solid #ba8a54;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-position: 0 0, 0 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 1px; 
	-moz-background-size: 100% 1px;
	background-size: 100% 1px;
	background-image: linear-gradient(#ba8a54, #fcdbb1, #ba8a54);
	background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
	background-image: linear-gradient(to right, #ba8a54 0%, #fcdbb1 20%, #ba8a54 100%), linear-gradient(to right, #ba8a54 0%, #fcdbb1 55%, #ba8a54 100%);
	outline: none;
	border: none;
	background-color: none;
	background-color: inherit;
	color: #ffffff;
	margin-top: 30px;
}
.contact .signup .right .form button:before, 
.contact .signup .right .form button:after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #ba8a54;
}
.contact .signup .right .form button:before{
	left: 0px;
}
.contact .signup .right .form button:after{
	right: 0px;
}
.footer-botton{
	background-image: url(/Content/default/home/image/home-page/footer-bottom.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 490px;
}
.footer-botton .logo{
	width: calc(100% - 240px);
	margin: 0 auto;
	text-align: center;
	padding-top: 62px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-botton .info-company{
	width: calc(100% - 240px);
	margin: 0 auto;
	display: flex;
}
.footer-botton .info-company .info{
	width: calc(100% / 3);
	margin-top: 25px;
	padding-right: 70px;
}
.footer-botton .info-company .info .infoTitle{
	font-family: "MUSEO300-REGULAR";
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-botton .info-company .info .desc{
	margin-bottom: 30px;
}
.footer-botton .info-company .info:last-child{
	padding-right: 0;
}
.footer-botton .info-company .info .desc, .info p{
	font-family: "MUSEO300-REGULAR";
	font-size: 14px;
	color: #ffffff;
}
.footer-botton .info-company .info img{
	margin-bottom: 30px;
}
.footer-botton .info-company .info img:last-child{
	margin-bottom: 0;
}
.copyright{
	background-color: #ece4d1;
	height: 60px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	font-family: "MUSEO300-REGULAR";
	color: #85827e;
}
.signup .right .form .input-inline ._input{
	color: #ffffff;
}
.copyright span{
	color: #c7a37a;
}
@media screen and (max-width: 1024px){
	.header .phone span{
		display: block;
	}
	.h_introduct .right .content .the-content .desc .text{
		max-height: 100px;
	}
	.header .phone i {
		color: #0b3323;
	}
	.header{
		bottom: 0;
		right: 0;
		left: 0;
		/*height: 60px;*/
		/*background: #ffffff;*/
		width: 100%;
		z-index: 999;
		transform: inherit;
		top: 0;
		display: flex;
		position: static;
	}
	.header:after{
		position: fixed;
		content: '';
		width: 100%;
		height: 60px;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: #ffffff;
		z-index: 1;
	}
	.header .phone a{
		display: none;
	}
	.header .humberger.color .line{
		background-color: #ffffff !important;
		border: 1px solid #ffffff !important;
	}
	.header .humberger{
		left: 0;
		bottom: 15px;
		margin-left: 30px;
		margin-top: 23px;
		display: flex;
		flex-direction: column;
		justify-content: right;
		align-items: flex-start;
		z-index: 9999;
		cursor: grabbing;
		width: calc(100% / 3);
		position: fixed;
		top: auto;
		right: auto;
	}
	.header .humberger.active{
		border-radius: 10px;
		background-color: #ffffff;
		width: 20px;
		height: 20px;
		/*background-color: #0b3323;*/
	}
	.header .humberger.is-active .line{
		background-color: #0b3323;
		border: 1px solid #0b3323;
	}
	.header .humberger.active .line:nth-child(2){	
		display: none;
	}
	.header .humberger.active .line:nth-child(1){	
		transform: rotate(45deg);
		border: none;
		width: 12px;
		position: relative;
		top: 10px;
		background-color: #0f3727;
		right: -4px;
	}
	.header .humberger.active .line:nth-child(3){	
		transform: rotate(145deg);
		top: 3px;
		position: relative;
		margin-bottom: 0;
		border: none;
		width: 12px;
		background-color: #0f3727;
		right: -4px;
	}
	.header .humberger .line{
		background-color: #0f3727;
		width: 27px;
		height: 1px;
		display: block;
		border: 1px solid #0f3727;
		margin-bottom: 5px;
	}
	.header .humberger .line:nth-of-type(2){
		width: 20px;
	}
	.header .phone i{
		font-size: 30px;
		position: absolute;
		bottom: 15px;
	}
	.header .phone{
		width: calc(100% / 3);
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		background-color: inherit;
		margin-right: 0;
		left: 34%;
		align-items: center;
		margin-top: 0;
		z-index: 999;
		position: fixed;
		bottom: 0;
		top: auto;
	}
	.header .phone:nth-child(3){
		width: calc(100% / 3);
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		background-color: inherit;
		margin-right: 0;
		left: 34%;
		align-items: center;
		margin-top: 0;
		z-index: 999;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 68%;
	}
	.header .phone:before{
		position: absolute;
		content: '';
		width: 1px;
		height: 26px;
		left: 0;
		bottom: 15px;
		background-color: #bb8d16;
	}
	.header .social-header{
		width: calc(100% / 3);
		display: flex;
		/*flex-direction: column;*/
		justify-content: center;
	}
	.header .menu{
		background-image: url(/Content/default/home/image/home-page/nen-location.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 360px;
		height: 100vh;
		position: absolute;
		left: 0;
		bottom: 0;
		/* display: none; */
		opacity: 0;
		transition: .4s;
		transform: translateX(-100%);
		z-index: 999;
	}
	.header .menu.active{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transition: .4s;
		transform: translateX(0%);
		opacity: 1;
		position: fixed;
	}
	.header .menu .nav-menu{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		list-style-type: none;
		padding-left: 0;
	}
	.header .menu .nav-menu li{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.header .menu .nav-menu .submenu{
		list-style-type: none;
		padding-left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: none;
		margin-top: -15px;
	}
	.header .menu .nav-menu .submenu a{
		text-transform: inherit;
		font-size: 13px;
		margin-bottom: 20px;
	}
	.header .menu .nav-menu:after{
		position: absolute;
		content: '';
		width: 200px;
		height: 1px;
		background-color: #557165;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.header .menu .nav-menu a{
		font-size: 15px;
		font-family: "MUSEO300-REGULAR";
		color: #ffffff;
		text-decoration: none;
		text-transform: uppercase;
		margin-bottom: 35px;
	}
	.header .menu .hotline p{
		font-family: "MUSEO300-REGULAR";
		color: #ffffff;
		font-size: 14px;
		text-transform: uppercase;
		margin-top: 35px;
		letter-spacing: 3px;
	}
	.header .menu .hotline p a{
		color: #ffffff;
	}
	.header .menu .hotline p a:hover{
		color: #ffffff;
	}
	.header .menu .hotline p a:focus{
		color: #ffffff;
	}
	.header .menu .social-header{
		color: #ffffff;
		font-size: 14px;
		margin-top: 35px;
	}
	.header .menu .social-header i{
		margin-right: 25px;
	}
	.header .menu .social-header i:last-child{
		margin-right: 0;
	}
	.contact .signup .right .title h2:nth-of-type(2){
		letter-spacing: 0px; 
	}
	.h_introduct .right .content .nav h3 {
		font-size: 15px;
	}
	.h_introduct .title h2:nth-of-type(2) {
		letter-spacing: 0px; 
		font-size: 80px;
	}
	.ui-selectmenu-button.ui-button {
		width: 201px !important;
	}
	.header .humberger {
		margin-right: 30px;
	}
	.header .phone {
		/*margin-right: 10%;*/
	}
	.title p:nth-of-type(2){
		font-size: 65px;
	}
	.title p:nth-of-type(1){
		padding-bottom: 10px;
	}
	.h_introduct{
		padding-top: 40px;
	}
	.h_introduct .right{
		margin-top: 20px;
	}
	.h_introduct .right .content .nav{
		margin-bottom: 0;
		margin-top: 8px;
	}
	.h_introduct .right .content .desc{
		margin-bottom: 10px;
	}
	.h_introduct .right .content {
		margin-right: 55px;
		margin-top: 0;
	}
	.h_location{
		overflow: hidden;
		padding-top: 70px;
		width: calc(100% - 30px);
	}
	.h_location .content .text{
		top: 40px;
		width: 35%;
	}
	.h_location .content .text p {
		padding-bottom: 15px;
	}
	.h_location .title {
		bottom: -27px;
	}
	.h_utilities{
		margin-top: 0;
		padding-top: 50px;
	}
	.h_utilities .content .left {
		top: 0px; 
	}
	.h_utilities .content .right {
		/*padding-top: 17.5%;*/
		height: 300px;
	}
	.h_utilities .content .right .text {
		left: 50px;
		top: 55px;
	}
	.h_library{
		padding-top: 50px;
	}
	.h_news{
		width: calc(100% - 60px);
		padding-top: 50px;
	}
	.contact .signup .right .title p:nth-of-type(2){
		font-size: 50px;
	}
	.contact .signup .right .title p:nth-of-type(1){
		padding-bottom: 30px;
	}
	.contact .signup .right .text {
		width: 80%;
	}
	.footer-botton .logo {
		width: calc(100% - 60px);
	}
	.footer-botton .info-company {
		width: calc(100% - 60px);
	}
	.contact .signup .right .form .input-inline ._input{
		width: 200px;
	}
	.ui-selectmenu-button.ui-button {
		width: 200px !important;
	}
}
@media screen and (max-width: 768px){
	.footer-botton .info-company .info .infoTitle{
		font-size: 15px;
	}
	.footer-botton .info-company .info .desc, .info p{
		font-size: 12px;
	}
	.ui-selectmenu-button.ui-button {
		width: 200px !important;
	}
	.h_introduct .right{
		width: calc(100% - 60px);
	}
	.h_introduct .right .content{
		margin: 0 30px;
	}
	.h_introduct {
		display: flex;
		flex-direction: column-reverse;
	}
	.h_introduct .right .btn .swiper-button-next{
		display: none;
	}
	.h_introduct .right .btn .swiper-button-prev{
		display: none;
	}
	.h_introduct ._slide{
		position: initial;
		width: calc(100% - 60px);
		margin: 30px auto;
	}
	.h_introduct .left{
		width: 100%;
	}
	.h_introduct ._slide a.thumbnail:last-child{
		margin-right: 0;
	}
	.h_location .content{
		display: flex;
		flex-direction: column;
		padding-top: 100%;
	}
	.h_location .content .map{
		/*position: static;*/
		width: 100%;
		/*padding-top: 64%;*/
		bottom: 0;
	}
	.h_location .content .map .parkvilla{
		right: 21%;
	}
	.h_location .content .map .img img{
		display: block;
		width: 100%;
		height: auto;
	}

	.h_location .content .text{
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	.h_location{
		width: calc(100% - 60px);
		margin: 0 auto;
		padding-top: 30px;
	}
	.h_utilities .content .left {
		/*width: 62.66%;
		padding-top: 43.5%;*/
	}
	.h_utilities .content .right {
		width: 37.34%;
	}
	.h_utilities .content .right .text{
		left: 29px;
		width: 89%;
	}
	.h_utilities .content{
		margin-top: 0;
	}
	.h_utilities .title{
		bottom: -20px;
	}
	.contact .signup{
		display: flex;
		flex-direction: column-reverse;
		height: auto;
	}
	.contact .signup .img{
		position: static;
		width: 768px;
		height: 360px;
	}
	.contact .signup .right{
		width: calc(100% - 60px);
		margin: 30px auto;
	}
	.contact .signup .img{
		background-image: inherit !important;
		width: 100%;
		height: auto;
	}
	.contact .signup .img img{
		display: block;
		width: 100%;
		height: auto;
	}
	.contact{
		margin-top: 0;
	}
	.footer-botton .info-company .info .infoTitle{
		margin-bottom: 10px;
	}
	.footer-botton .info-company .info img{
		margin-bottom: 15px;
	}
	.footer-botton .info-company .info{
		padding-right: 65px;
	}
	.header .phone{
		margin-right: 10%;
		/*display: none;*/
	}
}
@media screen and (max-width: 480px){
	.header .menu .hotline p {
		margin-top: 15px;
	}
	.header .menu .social-header {
		margin-top: 15px;
	}
	.h_introduct .title h2:nth-of-type(2) {
		letter-spacing: 0px;
		font-size: 60px;
	}
	.header .phone i {
		font-size: 20px;
		position: absolute;
		bottom: 15px;
	}
	.h_news .title h2 {
		letter-spacing: 0px; 
	}
	.ui-selectmenu-button.ui-button {
		width: 260px !important;
	}
	.header .phone {
		/*display: none; */
	}
	.header .menu{
		width: 100%;
	}
	.h_introduct ._slide{
		display: none;
	}
	.h_introduct .right{
		width: 100%;
		margin-bottom: 30px;
	}
	.h_introduct .right .content{
		margin: 0 15px;
	}
	.title h2:nth-of-type(2){
		font-size: 60px;
	}
	.title h2:nth-of-type(1){
		padding-bottom: 20px;
	}
	.h_location{
		width: 100%;
		padding-top: 30px;
	}
	.h_location .content{
		padding-top: 10%;
	}
	.h_location .content .text{
		position: inherit;
		left: 0;
		top: 0;
		margin-bottom: 30px;
		width: calc(100% - 30px);
		height: 500px;
	}
	.h_location .title{
		bottom: -20px;
		margin-left: 15px;
	}
	.h_utilities{
		width: 100%;
		margin: 0 auto;
	}
	.h_utilities .content{
		display: flex;
		flex-direction: column;
	}
	.h_utilities .content .left{
		width: 140%;
		left: -13%;
	}
	.h_utilities .content .right{
		width: 100%;
		padding-bottom: 30px;
		position: inherit;
		transform: inherit;
	}
	.title h2:nth-of-type(2){
		font-size: 57px;
		letter-spacing: 0;
	}
	.title h2:nth-of-type(1){
		font-size: 15px;
	}
	.h_utilities .content .right .text{
		bottom: 0;
		left: 15px;
	}
	.h_library .title p:nth-of-type(2){
		letter-spacing: 0;
	}
	.h_news{
		width: calc(100% - 30px);
	}
	.h_library .img .swiper-container{
		overflow: hidden;
		width: 100%;
	}
	.h_library .img{
		margin-top: -15px;
	}
	.contact .signup .img{
		background-image: none;
		width: 100%;
		height: auto;
	}
	.contact .signup .right .form .input-inline{
		display: block;
	}
	.contact .signup .right .form .input-inline .input{
		margin-top: 15px;
	}
	.contact .signup .right .title h2:nth-of-type(2){
		font-size: 50px;
		letter-spacing: 0;
	}
	.footer-botton .info-company .info{
		padding-right: 0;
		width: 100%;
	}
	.footer-botton .info-company{
		display: flex;
		flex-direction: column;
	}
	.footer-botton .logo{
		width: calc(100% - 30px);
	}
	. .footer-botton .info-company{
		width: calc(100% - 30px);
	}
	.footer-botton{
		height: 650px;
	}
	.contact .signup .right .text{
		width: 100%;
	}
	.contact{
		padding-top: 50px;
	}
	.h_banner{
		height: 500px;
	}
	.h_banner:after{
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #010101;
		opacity: 0.3;
	}
	.h_banner .content{
		z-index: 5;
	}
	.header .humberger{
		margin-right: 15px
	}
	.header .logo{
		width: 19%;
	}
	.social{
		right: 15px;
	}
	.h_utilities .title h2:nth-of-type(2) {
		letter-spacing: 0;
	}
	.h_utilities .title h2:nth-of-type(1) {
		font-size: 14px;
	}
	.h_banner .content .title h1 {
		letter-spacing: 0px; 
		font-size: 54px;
	}
	.h_location .title h2:nth-of-type(2) {
		margin-top: -34px;
		margin-bottom: 6px;
	}
	.contact .signup .right .form .input-inline ._input {
		width: 260px;
	}
}
@keyframes(scrollDestop) {
	0% {
		bottom: 60px;
		opacity: 0;
	}

	90% {
		bottom: 19px;
		opacity: 1;
	}

	100% {
		bottom: 21px;
		opacity: 0;
	}
}
@keyframes mymove {
	from {top: 60%;}
	to {top: 61%;}
}
@keyframes scrollDestop {
	from {bottom: 20px;}
	to {bottom: 10px;}
}
@keyframes imageScaleAnimation {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes linerun {
	0% {
		width: 0%
	}
	
	100% {
		width: 18.3%;
	}
}
