/* Minification failed. Returning unminified contents.
(32,9): run-time error CSS1038: Expected hex color, found '#ffff'
(41,9): run-time error CSS1038: Expected hex color, found '#ffff'
 */
body{
	position: relative;
}
.banner .page-title p {
	margin-bottom: 0;
}
.ground{
	position: relative;
	background-color: #f2ebd9;
}
.ground .list{
	position: absolute;
	top: 60px;
	left: 5.6%;
}
.ground .list .detail-list{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 521px;
	width: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0.9;
	/*padding-top: 25px;*/
}

.ground .list .title{
	background-color: #0b3323;
	font-family: "MUSEO300-REGULAR";
	color: #ffff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 15px 80px;
	/*width: 160px;*/
	text-align: center;
}
.ground .list .detail-list p{
	font-size: 13px;
	color: #ffff;
	text-transform: uppercase;
	position: relative;
	font-family: "MUSEO300-REGULAR";
	padding-bottom: 25px;
	left: 70px;
	width: max-content;
	cursor: pointer;
	margin-bottom: 0;
	padding-top: 5px;
}
.ground .list .detail-list p:after{
	position: absolute;
	content: '';
	background-image: url(/Content/default/catalog/category/css/image/mat-bang/icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 25px;
	width: 20px;
	left: -33px;
	bottom: 23px;
}
.ground .svg{
	width: calc((100% / 12) * 10);
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.ground .svg .st0,
.ground .svg .st1,
.ground .svg .st2,
.ground .svg .st3,
.ground .svg .st4,
.ground .svg .st5,
.ground .svg .st6,
.ground .svg .st7,
.ground .svg .st8{
	opacity: 0;
	cursor: pointer;
}
.ground .svg .st0:hover,
.ground .svg .st1:hover,
.ground .svg .st2:hover,
.ground .svg .st3:hover,
.ground .svg .st4:hover,
.ground .svg .st5:hover,
.ground .svg .st6:hover,
.ground .svg .st7:hover,
.ground .svg .st8:hover{
	opacity: 0.8;
}
.ground-pop-up{
	width: calc((100% / 12) * 9);
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	max-height: calc(100vh - 80px);
}
.house-list .is-for-tooltip.hidden{
	display: none;
}
.ground-tooltip-content ._title{
	font-size: 13px;
	font-family: "MUSEO300-REGULAR";
	background-color: #0b3323;
	/*padding: 5px 10px;*/
	color: #fff;
	width: 200px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ground-pop-up .gr-title{
	font-family: "MUSEO300-REGULAR";
	font-size: 24px;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 25px;
}
.ground-pop-up .btn{
	position: absolute;
	top: 0;
	right: 0;
}
.ground-pop-up .btn i{
	font-size: 25px;
}

.form .contact .signup{
	height: 530px;
}
.form .contact .signup .img{
	width: 41.36%;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	height: 530px;
	bottom: 0;
}
.form .contact .signup .right {
	width: 53.64%;
}
.form .contact .signup .right .title p:nth-of-type(1) {
	color: #ffffff;
	font-size: 16px;
}
.form .contact .signup .right .title p:nth-of-type(2) {
	font-size: 70px;
	letter-spacing: 7px;
	margin-bottom: 0;
}
.form .contact .signup .right .text {
	width: 80%;
}
.form .contact{
	padding-top: 0;
}
.form .contact .signup .right .form .input-inline ._input {
	width: 230px;
}

.ui-selectmenu-button.ui-button {
	width: 230px !important;
}
.ground-pop-up ._popup .content{
	display: flex;
}
.ground-pop-up ._popup{
	background-color: #fff;
	display: none;
	opacity: 1 !important;
}
.ground-pop-up ._popup .content .left{
	width: 55%;
	display: flex;
	text-align: center;
	position: relative;
}
.ground-pop-up ._popup .content .left .swiper-button-next,
.ground-pop-up ._popup .content .left .swiper-button-prev{
	background-image: none;
	outline: none;
	margin-top: 0;
}
.ground-pop-up ._popup .content .left .swiper-button-prev{
	left: 8%;
}
.ground-pop-up ._popup .content .left .swiper-button-next{
	right: 8%;
}
.ground-pop-up ._popup .content .left .swiper-button-next i,
.ground-pop-up ._popup .content .left .swiper-button-prev i{
	font-size: 40px;
}
.ground-pop-up ._popup .content .left .swiper-slide img{
	max-width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.ground-pop-up ._popup .content .left .swiper-slide{
	width: 100% !important;
}
.ground-pop-up ._popup .content .left .swiper-slide p{
	font-family: "MUSEO300-REGULAR";
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 30px;
}
.ground-pop-up ._popup .content .right{
	width: 45%;
	padding-top: 40px;
}
.ground-pop-up ._popup .content .right img{
	display: flex;
	margin: 0 auto;
}
.ground-pop-up ._popup .content .right .text{
	padding-left: 14%;
	padding-top: 60px;
	font-family: "MUSEO300-REGULAR";
	font-size: 14px;
	height: 260px;
}
.ground-pop-up ._popup .content .right .text p{
	/*font-family: "MUSEO300-REGULAR";
	font-size: 14px;*/
	color: #333333;
	line-height: 25px;
	letter-spacing: 1px;
}
.ground-pop-up .form-success{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 485px;
	position: relative;
}
.ground-pop-up .form-success .content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 70%;
}
.ground-pop-up .form-success .content p:nth-of-type(1){
	font-family: "MUSEO300-REGULAR";
	font-size: 24px;
	color: #ba8a54;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 11px;
}
.ground-pop-up .form-success .content p:nth-of-type(2),
.ground-pop-up .form-success .content p:nth-of-type(3){
	font-family: "MUSEO300-REGULAR";
	font-size: 15px;
	color: #fefefe;
	line-height: 25px;
}
.home-list .js-svg-mouse{
	position: relative;
}
.ground-tooltip-content.is-visible {
	opacity: 1;
}
.ground-tooltip-content {
	position: absolute;
	z-index: 10000;
	transform: translate(-50%, -100%);
	display: flex;
	margin-top: -8px;
	opacity: 0;
	pointer-events: none; 
	transform: all 0.3s ease;
	text-align: center;
}
.ground-tooltip-content:before{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%; 
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-bottom: none;
	border-top: 8px solid #0b3323;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.ground-tooltip-content.is-visible{
	opacity: 1;
}
.ground-tooltip-content ._title{
	display: flex;
	align-items: center;
	padding: 0px 18px;
	text-transform: uppercase;
	font-family: "MUSEO300-REGULAR";
	font-size: 13px;
	width: max-content;
	width: -moz-max-content;
	width: -o-max-content;
	width: -webkit-max-content;
	color: #ffffff;
	background: #0b3323;
	background: -moz-linear-gradient(left, #0b3323 100%); 
	background: -webkit-linear-gradient(left, #0b3323 100%); 
	background: linear-gradient(to right, #0b3323 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b3323',GradientType=1 ); */
} 
.banner.is-active{
	position: relative;
}
.banner.is-active:after{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	background-color: #010101;
	opacity: 0.6;
}
.detail-list p._txt.active {
	color: #ba8a54;
}
.ground .list .detail-list p._txt.active:after{
	color: #ba8a54;
}
.ground.is-active{
	position: relative;
}
body.is-active{
	position: relative;
}
body.is-active:after{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	background-color: #010101;
	opacity: 0.6;
}
.ground.is-active:after{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	background-color: #010101;
	opacity: 0.6;
}
.footer.is-active{
	position: relative;
}
.footer.is-active:after{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	background-color: #010101;
	opacity: 0.6;
}
.detail-list .mCSB_container {
	overflow: initial !important; 
	/*margin-top: 40px;*/
	/*top: 20px !important;*/
	/*top: 60px;*/
	padding-top: 20px;
}
.covered{
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #010101;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
.form .contact .right .title h2:nth-of-type(1){
	color: #ffffff;
}
@media screen and (max-width: 1024px){
	.ground .svg{
		width: calc(100% - 60px);
	}
	.ground .list {
		left: 1.6%;
	}
	.ground-pop-up {
		width: calc(100% - 150px);

	}
	.form .contact .signup .right .title p:nth-of-type(2) {
		font-size: 61px;
	}
	.form .contact .signup .right .text {
		width: 95%;
	}
	.form .contact .signup .right .form .input-inline ._input {
		width: 200px;
	}
	.ground-pop-up ._popup .content .left .swiper-button-next {
		right: 4%;
	}
	.ground-pop-up ._popup .content .left .swiper-button-prev {
		left: 4%;
	}
	.ground-pop-up ._popup .content .left .swiper-slide p {
		padding-right: 33px;
	}
	.ground-pop-up .form-success .content {
		width: 75%;
	}
}
@media screen and (max-width: 768px){
	.ground .list .detail-list {
		width: 100%;
		display: inherit;
		height: 270px;
	}
	.ground .list {
		position: inherit;
		left: 0;
		width: calc(100% - 60px);
		margin: 0 auto;
		overflow: hidden;
	}
	.ground .list .detail-list p {
		width: 48% !important;
		float: right;
	}
	.ground .list .title {
		margin: 0px auto 10px;
		text-align: center;
	}
	.form .contact .signup .img {
		display: none;
	}
	.form .contact .signup .right {
		width: 84%;
		margin: 0 50px;
		padding-bottom: 86px;
	}
	.ground-pop-up ._popup .content {
		flex-direction: column-reverse;
	}
	.ground-pop-up ._popup .content .right {
		width: 100%;
		padding-bottom: 35px;
	}
	.ground-pop-up ._popup .content .left {
		
		width: 100%;
	}
	.ground-pop-up {
		top: 50%;
	}
	.ground-pop-up .form-success .content {
		width: 90%;
	}
	.ground-pop-up .form-success .content p:nth-of-type(1) {
		font-size: 21px;
	}
}
@media screen and (max-width: 480px){
	.mCSB_inside>.mCSB_container {
		margin-right: 0px !important;
	}
	.ground .list {
		width: calc(100% - 30px);
	}
	.ground .svg {
		width: calc(100% - 30px);
		padding-bottom: 20px;
	}
	.ground .list .detail-list {
		display: flex;
		padding-top: 30px;
	}
	.ground .list .detail-list p {
		float: inherit;
	}
	.ground-pop-up {
		width: calc(100% - 30px);
	}
	.form .contact .signup .right {
		width: 85%;
		padding-bottom: 0;
		margin: 30px;
	}
	.form .contact .signup .right .title p:nth-of-type(2) {
		font-size: 48px;
		letter-spacing: 0;
	}
	.form .contact .signup .right .title p:nth-of-type(1) {
		font-size: 14px;
	}
	.banner .page-title {
		width: 100%;
	}
	
	.banner .page-title p {
		font-size: 32px !important;
	}
	.ground .list .detail-list p {
		left: 56px;
	}
	.ground .list .detail-list p {
		width: 81% !important;
	}
	.contact .signup .right .title h2:nth-of-type(2) {
		font-size: 45px;
		letter-spacing: 0;
	}
	.ground-pop-up .gr-title {
		font-size: 18px;
	}
}
