*{font-family:arial;}
section>img{width:100%;}
.square{font-size: 48px;font-family: arial;position:relative;padding-left:30px;display: inline-block;}
.square:before{position: absolute;left:0;top:50%;transform:translateY(-50%);	width: 18px;height: 18px;background-color: #000000;content: "";}
.our-location{margin-bottom:83px;margin-top:100px;}
.our-location p{font-size: 18px;line-height: 30px;text-align: justify;}
.details-location>li{margin-bottom:50px;}
.details-location>li>h3{font-size:16px;margin-bottom:5px;}
.details-location>li>p{line-height: 30px;font-size: 16px;color:#000;}

/**/
.leave-msg{width:100%;background:url(../images/leaveMsg-bg.png) no-repeat;background-size:100% 100%;height:550px;}
.msg-box{width:100%;height:100%;background-color:rgba(0,0,0,0.8);position: relative;}
.msg-box>form{width: 1030px;position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.msg-box input{
	width: 335px;
	height: 51px;
	border: solid 2px rgba(255,255,255,0.5);
	background: transparent;
	color:#fff;
	margin-bottom:17px;
	padding:5px 15px;
}
.msg-box input:not(:nth-child(3n)){margin-right:8px;}
.msg-box input::-webkit-input-placeholder,.msg-box textarea::-webkit-input-placeholder{color:#fff;}
.msg-box textarea{width:100%;height: 170px;border: solid 2px rgba(255,255,255,0.5);background: transparent;padding:5px 15px;color:#fff;}
.msg-box button{
	font-size: 14px;
	width: 119px;
	height: 37px;
	background-color: #ffffff;
	margin-top:15px;
}
@media only screen and (min-width:1400px ) {
	section .container{padding:0 250px 0 50px;}
}
@media only screen and (max-width:767px) {
	section>img{width:100%;height: auto;}
	.square{font-size:30px;}
	.our-location p{font-size: 14px;line-height: 24px;}
	.details-location>li{margin-bottom:30px;}
	.square:before{width: 13px;height: 13px;}
	.details-location>li>h3{font-size:17px;margin-bottom:5px;}
	.details-location>li>p{line-height:24px;font-size: 14px;}
	.our-location{margin-bottom:40px;margin-top:30px;}
	.leave-msg{height:620px;}
	.msg-box>form{width:100%;text-align: center;}
	.msg-box input{width:90%;}
	.msg-box input:not(:nth-child(3n)){margin-right:0;}
	.msg-box textarea{width:90%;}
}
