.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;*/
    height: 500px; 
    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;*/

	font-size: 21px;
	font-weight: 400;
	line-height: 1.4;
}

.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;

}

.hidden-search{
	display: block;
	position: absolute;
	right: 5px;
	top: calc((100% - 23px) / 2);
	cursor: pointer;
	height: 23px;
	width: 22px;
	padding: 0;
	border: none;
	margin: 0;
	z-index: 10;
}

.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%;
	padding: 0 15px;

	/*width:90%;
	display: block;
	margin: auto;*/
}
.property-detail{
	padding: 0px 15px;
}
.property-detail p{
	line-height: 1.1;
}
p.property-detail-title{
/*	font-size: 25px;
	margin: 30px 0px 0px 0px;*/

	font-size: 21px;
	margin-top: 10px;
}

p.property-detail-content{
	color: #414042;

/*	font-size: 32px;
	margin: 10px 0 20px 0;*/

	font-size: 26px;
	margin: 0 0 10px 0;
	/*display: inline-block;*/
}


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;*/

    float: right;
    padding: 0;
    text-align: right;
}

.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;
	cursor: pointer;

	/*float:left;*/
}

.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, .banner-bg { */
.banner-bg{
	position: absolute;
	top: 0;
	left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    z-index: -1;
}
.banner-bg{
	top: auto;
	bottom: 0;
}

.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%);
}
.slider.video > img{
	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;
	}
	.para-bg{
		width: 1400px;
	}
	.parallel-section, .section-map{
		height:350px;
	}

	.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;
	}

	.banner-bg{
	    width: auto;
	    height: 100vh;
	    width: 1024px;
	    height: auto;
	}
	.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, .parallel-section.with-mask{
		height: 520px;
	}
	.section-map{
		height: 520px;
	}*/

	.banner-content{
    	font-size: 60px;
    }


    .banner-title{
    	display: none;
    }

    .mobile-title{
    	display: block;
    	text-align: center;
    	font-size: 50px;
    	color: #403F41;
		color: #960e2b;
    	font-weight: 500;
    	margin-bottom: 15px;
    	margin-bottom: 45px;
    }

    .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;
    }
    /*.property-item-container{
    	width: 100%;
    	margin: 20px 0 0 0;
    }*/

}

@media screen and (max-width: 768px){
	.para-bg{
		width: 768px;
	}

	.parallel-bg, .parallel-bg.top{
	    min-width: 768px;
	}
	.parallel-bg.tablet{
		display: none;
	}
	.parallel-bg.mobile{
		display: block;
	}

	.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;
	}
}

@media screen and (max-width: 600px){
	/*.parallel-section{
		height: 520px;
		height: 250px;
	}
	.parallel-section.with-mask{
		height: 290px;
	}
	.banner-content{
    	font-size: 45px;
		padding: 10px 50px;
		font-size: 23px;
    }*/
}

@media screen and (max-width: 576px){
	.para-bg{
	    width: 576px;
	}

	.parallel-bg, .parallel-bg.top{
		min-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;
    }
    .property-item-container{
    	width: 100%;
    	margin: 2% 0 !important;
    } 
}
@media screen and (max-width: 440px){
	.parallel-bg.top{
		min-width: 576px;
	}
	.para-bg{
	    width: 440px;
	}
}

@media screen and (min-width: 10px){
	.intro-photo-wrapper{
		position: relative;
		font-size: 0px;
	}
	.intro-photo-box{
		display: inline-block;
		position: relative;
		width: 32%;
		overflow: hidden;
		height: 0;
		padding-top: 19.2%;
		margin-bottom: 2%;
		text-decoration: none;

		cursor: pointer;
		margin-right: 2%;
	}
	.intro-photo-box:nth-child(3n){
		margin-right: 0;
	}
	.intro-photo-img{
		display: block;
		position: absolute;
		width: 100%;
		top: 0;
	}
	.intro-photo-title-box, .intro-photo-content-box{
		position: absolute;
		width: 100%;
		color: white;
		text-align: center;

		background-color: rgba(0,0,0,0.5);
		opacity: 1;
		transition: 0.5s;
	}
	.intro-photo-title-box{
		bottom: 0;
		transition: 0.6s;
	}
	.intro-photo-content-box{
		height: 100%;
		top: 100%;
		transition: 0.6s;
	}

	.intro-photo-box-center{
		position:absolute;

		width: 100%;
		top: 40%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro-photo-box:hover .intro-photo-title-box{
		opacity: 0;
	}
	.intro-photo-box:hover .intro-photo-content-box{
		top: 0;
	}

	.intro-photo-title{
		font-size: 32px;
		line-height: 1.5;
		padding: 10px 20px;
	}
	.intro-photo-content{
		line-height: 1.5;

		font-weight: 400;
		font-size: 20px;
	}
	.intro-photo-btn-box{
		position: absolute;
		bottom: 30px;
		text-align: center;
		width: 100%;
	}
	.intro-photo-btn{
		display: inline-block;
		padding: 15px;
		font-size: 14px;
		line-height: 1;
		background-color: #277a80;
		cursor: pointer;

		transition: 0.3s;
	}
	.intro-photo-btn:hover{
		background-color: #034973;
	}	
}

@media screen and (min-width: 10px){
	div.logi-photo{
		float:left;
		width:25%;

		width:36%;
		margin-right: 3.5%;
		font-size: 0px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.logi-spacer{
		height: 10px;
	}
	.logi-photo img{
		width:100%;
	}
	.logi-content{
		display: inline-block;
		width: 60%;
		float:right;
	}
	.logi-content p{
		color: #58595A;
	    /*font-size: 25px;
	    font-weight: 300;
	    line-height: 1.5;*/
	    font-size: 21px;
	    font-weight: 400;
	    line-height: 1.4;
	}
}
@media screen and (max-width: 1200px){
	.logi-content p{
		font-size: 22px;
	}
}
@media screen and (max-width: 960px){
	.logi-content p{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	div.logi-photo{
		float: none;
		width: 80%;
		margin: auto;
	}
	.block .logi-photo img{
		margin-bottom: 10px !important;
	}
	.logi-content{
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 992px){
	.intro-photo-title{
		font-size: 20px;
		line-height: 1.5;
		padding: 10px 20px;
	}
	.intro-photo-box-center{
		top:50%;
	}
	.intro-photo-btn-box{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.intro-photo-title-box{
		display: none;
	}
	.intro-photo-content-box{
		top:0;
	}
	.intro-photo-title{
		font-size: 16px;
		line-height: 1.5;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 576px){
	.intro-photo-box{
		width: 48%;
		padding-top: 28.8%;
		margin-bottom: 4%;
		margin-right: 4%;
	}
	.intro-photo-box:nth-child(3n){
		margin-right: 4%;
	}
	.intro-photo-box:nth-child(2n){
		margin-right: 0;
	}
}