.container-content{
	padding: 45px 20px;
}
.parallel-section{
	/*background: url(/images/about-us/3/img.jpg);*/
	/*background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
    background-size: cover;	*/

    width: 100%;
    /*height: 895px;*/ /*deleted by george*/
    height: 500px; /*added by george*/
    position: relative;
    box-shadow: 0px 20px 50px -23px black inset;
    overflow: hidden;
}
.parallel-bg{
	box-shadow: 0px 20px 50px -23px black inset;
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: auto;
	display: block;
	height: 100%;
	min-width: 1920px;
	width: 100%;
}
.parallel-bg.top{
	background-position: top;
}

.parallel-bg.tablet, .parallel-bg.mobile{
	display: none;
}

.parallel-section.with-mask{
	height:700px;
}

.parallel-section.with-mask::after{
	/*
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	width: 100%;
	height: 100%;
	*/

	/*background: rgba(0, 0, 0, 0.3);*/

}

.banner-content{
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 9;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	width: 100%;

	font-family: 'Noto Sans', Arial, Verdana, "Trebuchet MS", 'Heiti TC', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 75px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 2px 10px #000000;
}

.map-container{
	width: 100%;
	position: relative;
}

.section-map{
	width: 100%;
	/*height: 895px;*/ /*deleted by george*/
	height: 500px;*/ /*deleted by george*/
}

.banner-title{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}
.banner-title img{
	width: 100%;
	vertical-align: bottom;
}

.mobile-title{
	display: none;
}


.property-introd-wrapper{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 1%;
}

.property-introd p{
	color: #58595A;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.5;
}

.property-search-box{
	padding: 15px 25px;
	background: #95949C;
	/*margin-top: 40px;*/ /*deleted by george*/
	margin-bottom: 40px;/*added by george*/
}

.property-search-box p{
	color: #ffffff;
	font-size: 25px;

}

.property-search-box > form > select{
	display: inline-block;
	width: 43%; 
	vertical-align: top;
	font-size: 25px;
	font-weight: 300;
}

.property-search-box > form > .search-keyword{
	display: inline-block;
	width: 56%;
	vertical-align: top;
	margin-left: 1%;
	position: relative;
}

.property-search-box > form > .search-keyword::after{
	content: "\f002";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	

	font-size: 23px;
	position: absolute;
	right: 5px;
	top: calc((100% - 23px) / 2);
	color: #414042;

}

.property-search-box > form > .search-keyword > input{
	width: 100%;
    font-size: 21px;
    font-weight: 300;
    padding: 2px 28px 2px 6px;
}


.property-search-box > form > .submit-btn{
	display: none;
}


.property-item-wrapper{
	display: inline-block;
	vertical-align: top;
	width: 67%;
	
}

.property-item-container{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-left: 2%;
	padding: 10px;
	background: #EAEAEB;
}

.property-item-container img{
	width: 100%;
}
.property-detail{
	padding: 0px 15px;
}
.property-detail p{
	line-height: 1.1;
}
p.property-detail-title{
	font-size: 25px;
	margin: 30px 0px 0px 0px;
}

p.property-detail-content{
	font-size: 32px;
	color: #414042;
	margin: 10px 0 40px 0;
}


p.property-detail-content span{
	margin-left: 10px;
	font-style: italic;
	font-weight: 400;
	font-size: 25px;
}

.property-button-container{
	padding: 0px 15px;
    position: absolute;
    width: 100%;
    bottom: 0px;	
}

.property-button-container::after{
	content: '';
	display: block;
	clear:both;
	margin-bottom: 5px;
}

.detail-btn{
	background: #ffffff;
	color: #403F41;
	font-size: 18px;
	font-weight: 400;
	padding: 3px 10px;
	float:left;
	cursor: pointer;
}

.detail-btn:hover{
	background-color: #960e2b;
	color:white;
}

.detail-next, .detail-prev{
	float: right;
	background: #ffffff;
	font-size: 18px;
	padding: 3px 6px;
	margin: 0px 5px;
	color: #929498;
	text-align: center;
	cursor: pointer;
}

.shadow-slider-dot{
	display: none;
}

.slider-prev, .slider-next{
	display: inline-block;
	position: absolute;
	font-size: 40px;
	color: white;

 	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    padding: 20px 20px;
    z-index: 100;
    cursor: pointer;
}
.slider-prev{
	left: 0;
}
.slider-next{
	right: 0;
}
.slider-next:hover, .slider-prev:hover{
	background-color: rgba(0,0,0,0.2);
}

.para-bg{
	height: 100%;
}

.para-bg{
	position: absolute;
	width: 100%;
}


/* .para-bg, .banner-bg { */
.banner-bg{
	position: absolute;
	/*position: fixed;*/
	top: 0;

	left: 50%;
	width: 1920px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    z-index: -1;
}
.banner-bg{
	top: auto;
	bottom: 0;
}

.parallel-section.with-mask.video{
}
.slider-video{
	border: none;
	background-color: #000;

	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px){
	.parallel-section.with-mask{
		height:430px;
	}

	.parallel-bg{
		min-width: 1024px;
		background: none;

		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 0;
		height: auto;
		position: absolute;
	}
	.parallel-bg.top{
		width: 1400px;
	}
	.parallel-bg.web{
		display: none;
	}
	.parallel-bg.tablet{
		display: block;
	}

	.para-bg{
		width: 1400px;
		background: none;
	}
	.parallel-section, .section-map{
		height:350px;
	}
	.banner-bg{
	    width: auto;
	    height: 100vh;
	    height: auto;
	    width: 1024px;
	}
	.banner-bg.bottom{
		width: 1400px;
	    width: 1024px;
		height: auto;
	}
	.banner-content{
		padding: 10px 50px;
		font-size: 50px;
	}
}

@media screen and (max-width: 960px){
	/*.parallel-section{
		height: 520px;
	}
	.section-map{
		height: 520px;
	}*/
	.banner-content{
    	font-size: 60px;
    }


    .banner-title{
    	display: none;
    }
	.container-content{
		padding: 30px 20px;
	}
    .mobile-title{
    	display: block;
    	text-align: left;
    	font-size: 50px;
		color: #960e2b;
    	color: #173a64;

    	font-weight: 500;
    	margin-bottom: 15px;
		font-size: 40px;
		margin-bottom: 20px;
    }

    .property-introd-wrapper{
    	width: 100%;
    	margin: 0;
    }
    .property-introd{
    	font-size: 20px;
    }

    .property-search-box{
    	padding: 5px 10px;
    }

    .property-item-wrapper{
    	width: 100%;
    	margin: 20px 0 0 0;

    }

    .property-item-container:nth-of-type(1){
    	margin: 0 2% 0 0;
    }

    .property-item-container:nth-of-type(2){
    	margin: 0 0 0 2%
    }
    p.property-detail-title{
    	font-size: 21px;
    }
    p.property-detail-content{
    	font-size: 27px;
    }
    p.property-detail-content span{
    	display: block;
    	margin: 0;
    }
}

@media screen and (max-width: 768px){
	.parallel-bg, .parallel-bg.top{
	    min-width: 768px;
	}
	.parallel-bg.tablet{
		display: none;
	}
	.parallel-bg.mobile{
		display: block;
	}

	.para-bg{
		width: 768px;
	}
	.banner-bg, .banner-bg.bottom{
	    width: 768px;
	    height: auto;
	}
	.parallel-section, .section-map{
		height:350px;
	}
	.parallel-section.with-mask{
		height:430px;
	}
	.banner-content{
		padding: 10px 50px;
		font-size: 40px;
	}
    .mobile-title{
		font-size: 25px;
		margin-bottom: 16px;
    }
}


@media screen and (max-width: 600px){
	/*.parallel-section{
		height: 520px;
	}
    .property-item-container{
    	width: 100%;
    	margin: 2% 0 !important;
    }*/
}

@media screen and (max-width: 576px){
	.parallel-bg, .parallel-bg.top{
		min-width: 576px;
	}

	.para-bg{
	    width: 576px;
	}
	.banner-bg, .banner-bg.bottom{
	    width: 576px;
	}
	.parallel-section, .section-map{
		height:250px;
	}
	.parallel-section.with-mask{
		height:360px;
		height: 290px;
	}

	.slider-prev, .slider-next{
		font-size: 26px;
	    padding: 15px 15px;
	}
	.banner-content{
		padding: 10px 50px;
		font-size: 23px;
		font-size: 20px;
		padding: 10px;
	}
    .mobile-title{
		font-size: 40px;
		font-size: 25px;
    }
    .property-item-container{
    	width: 100%;
    	margin: 2% 0 !important;
    }
}
@media screen and (max-width: 440px){
	.parallel-bg.top{
		min-width: 440px;
	}

	.para-bg{
	    width: 440px;
	}
}



.contact-content{	
	display: inline-block;
	width: 58%;
	margin-right: 2%;
	vertical-align: top;
}
img.contact-img{
	display: inline-block;
	width: 40%!important;
	vertical-align: top;
}
@media screen and (max-width: 576px){
	.contact-content{	
		width: 100%;
		margin-right: 0;
	}
	img.contact-img{
		width: 100%!important;
	}
}