@charset "UTF-8";
/* CSS Document */

.boxChoiceContact {
	float:left; width:40%;
}
.moduleChoiceContact {
	background-color:rgba(0,0,0,0.3);
	border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;
	padding:20px;
	border:#000 1px solid; border-top:#666 1px solid ;
	margin-right:20px;
}
	.moduleChoiceContact ul li {
		overflow:hidden;
		margin-bottom:10px;
	}
		.moduleChoiceContact ul li figure {
			margin:0px; padding:0px; float:left; 
			width:20%;
		}
		.moduleChoiceContact ul li article {
			float:right; width:78%;
		}
			.moduleChoiceContact ul li article .title {
				margin-bottom:5px;
				font-size:24px; color:#3CF;
				font-family: 'db_helvethaicamon_x55_regular';
			}
			.moduleChoiceContact ul li article .textContent {
				font-family: 'db_helvethaicamon_x55_regular'; color:#ddd;
				font-size:18px;
			}
.boxChatContact {
	float:left; width:60%;
}
.contentChat {

}
.contentChat ul {
	overflow:hidden;
}
.contentChat ul li {
	width:50%; float:left; margin-bottom:20px;
}
.contentChat ul li .content {
	margin-right:10px; overflow:hidden;
}
.contentChat ul li .content figure {
	margin:0px; padding:0px; float:left; width:20%;
}
.contentChat ul li .content article {
	float:right; width:78%;
}
.contentChat ul li .content article .title {
	font-size:18px; text-transform:uppercase; color:#96c832; margin-bottom:5px; font-weight:bold;
}

.pageContact {
	float:left; width:40%;	
}
.moduleContact {
	margin-right:20px;
}
.moduleContact header {
	margin-bottom:10px; text-align:center;
}
	.moduleContact ul li {
		overflow:hidden;
		border-bottom:#999 1px solid;
		padding-bottom:20px;
		margin-bottom:20px;
		overflow:hidden;
	}
		.moduleContact ul li figure {
			float:left; padding:0px; margin:0px; width:20%;
		}
		.moduleContact ul li article {
			float:right; width:78%; padding-top:5px;
		}
			.moduleContact ul li article .title {
				font-family: 'db_helvethaicamon_x55_regular'; font-size:24px; font-weight:bold; color:#fff;
				margin-bottom:5px;
			}
			.moduleContact ul li article .text {
				font-family: 'db_helvethaicamon_x55_regular'; font-size:18px; color:#ff8a00;
			}
.pageMap {
	float:left; width:60%;	
}
.googleMap {
	margin-bottom:20px;
}
.boxMapIMG .title {
	font-family: 'db_helvethaicamon_x55_regular'; font-size:24px; color:#fff;  margin-bottom:10px;
}
.boxMapIMG .title span {
	color:#fdb502;
}
.pageMap nav {
	margin-top:10px;
}
.boxFormContact {
	margin:0 auto; width:600px;
}
.boxFormContact ul li {
	margin-bottom:10px;
}
.boxFormContact ul li label {
	float:left;
	width:35%; margin-right:5%;
	font-family: 'db_helvethaicamon_x55_regular'; font-size:18px; color:#fff;
}
.boxFormContact ul li section {
	float:left;
	width:60%;
}
.boxFormContact ul li section > .desc {
	color: #F44;
	font-size: 16px;
	margin: 5px 0;
    font-family: 'db_helvethaicamon_x55_regular';
}

.boxFormContact ul li section.select,
.boxFormContact ul li section.input {
    background-color: #000;
	border-radius: 10px;
	float: unset;
	width: 100%;
}

.boxFormContact ul li section.select select,
.boxFormContact ul li section.input input {
	width: 100%;
    background-color: transparent;
    border: 0;
    color: #F2F2F2;
    padding: 8px 12px;
    font-family: 'db_helvethaicamon_x55_regular';
    font-size: 16px;
}

.boxFormContact ul li section.select select option {
	background-color: #FFF;
    color: #000;
}

.boxFormContact nav {
	display:table; overflow:hidden; margin:0 auto; padding-top:10px;
}
.boxFormContact nav input {
	float:left; width:107px; height:61px;
	background-color:transparent; border:0px; margin:0 5px; background-repeat:no-repeat; cursor:pointer;
}
.boxFormContact nav input:hover {
	opacity:0.7; filter:alpha("opacity=70%");
}
.boxFormContact nav input.send {
	background-image:url(file:///BANG/Quickserv/html-slice/quickserv2016/contactUs/images/sent.png);
}
.boxFormContact nav input.delete {
	background-image:url(file:///BANG/Quickserv/html-slice/quickserv2016/contactUs/images/clear.png);

}


.boxSelect {
	background-image:url(file:///BANG/Quickserv/html-slice/quickserv2016/contactUs/images/selecBox.png); background-position:right top; background-repeat:no-repeat;
	height:30px; background-color:#000; border:#000 1px solid;
	border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; -webkit-border-radius:20px;
	padding:0 20px;
}
.boxSelect select {
	background-color:transparent;
	height:100%; width:140%; border:0px; color:#ccc; font-size:12px;
}
.boxSelect select option {
	color:#000; padding: 3px;
}
.textField {
	height:30px; background-color:#000; border:#000 1px solid; 
	border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; -webkit-border-radius:20px;
	padding:0 20px;
}
.textField input {
	width:100%; height:100%; background-color:transparent; border:0px; color:#ccc; font-size:12px;
}
.textArea {
}
.textArea textarea {
	height:100px; background-color:#000; border:#000 1px solid; /*border-top:#666 1px solid;*/
	border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px;
	padding:5px 6%; width:88%; color:#ccc; font-size:12px;
}

.textSelect2 {
	height:30px; background-color:#000; border:#000 1px solid; background-image:url(images/selectStyle.png); background-repeat:no-repeat; background-position:right top;
	border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; -webkit-border-radius:20px;
	padding:0 20px;
	overflow:hidden;
}
.textSelect2 select {
	height:30px; background-color:transparent; border:0px; 
	padding:5px 6%; width:120%; color:#ccc; font-size:12px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
.boxChoiceContact , .boxChatContact , .pageContact , .pageMap {
	float:none; width:auto;	
}
.moduleChoiceContact {
	margin-right:0px;
}
.contentChat ul {
	display:table; margin:0 auto;
}
.contentChat ul li {
	width:auto; float:none; margin-bottom:10px;
}
.contentChat ul li .content article .title {
	white-space:nowrap;
}
.boxFormContact {
	margin:0 auto; width:auto;
}
}
/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 320px) and (max-width : 479px) {
.boxFormContact ul li label {
	float:none; padding-left:20px;
	width:auto; margin-right:0; padding-bottom:5px; display:block;
}
.boxFormContact ul li section {
	float:none;
	width:auto;
}
}