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


img {
	display: block;
	max-width: 100%;
	width: 100%;
}
@font-face {
	font-family: 'bmw_thailandlight';
	src: url('fonts/BMWTypeNextTHTTLightver100.eot');
	src: url('fonts/BMWTypeNextTHTTLightver100.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/BMWTypeNextTHTTLightver100.woff2') format('woff2'), 
		 url('fonts/BMWTypeNextTHTTLightver100.woff') format('woff'), 
		 url('fonts/BMWTypeNextTHTTLightver100.ttf') format('truetype'), 
		 url('fonts/BMWTypeNextTHTTLightver100.svg#bmw_thailandlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bmw_thailandregular';
	src: url('fonts/BMWTypeNextTHTTRegularver100.eot');
	src: url('fonts/BMWTypeNextTHTTRegularver100.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/BMWTypeNextTHTTRegularver100.woff2') format('woff2'), 
		 url('fonts/BMWTypeNextTHTTRegularver100.woff') format('woff'), 
		 url('fonts/BMWTypeNextTHTTRegularver100.ttf') format('truetype'), 
		 url('fonts/BMWTypeNextTHTTRegularver100.svg#bmw_thailandregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bmw_thailand_header';
	src: url('fonts/BMWTypeNextTHHLRegularver100.eot');
	src: url('fonts/BMWTypeNextTHHLRegularver100.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/BMWTypeNextTHHLRegularver100.woff2') format('woff2'), 
		 url('fonts/BMWTypeNextTHHLRegularver100.woff') format('woff'), 
		 url('fonts/BMWTypeNextTHHLRegularver100.ttf') format('truetype'), 
		 url('fonts/BMWTypeNextTHHLRegularver100.svg#bmw_thailand_header') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'bmw_thailandregular';
	font-size: 16px;
}
.container {
	max-width: 1200px;
	margin: auto;
	width: 100%;
	display: block;
	overflow: hidden;
}
.form-area {
	/*background: url(../images/bg-form.png) no-repeat 0 0;*/
	background-size: 100%;
}
.form-area .form {
	max-width: 1400px;
	margin: auto;
	padding: 80px 40px;
}
.form-area .form li {
	list-style: none;
	padding: 15px 10px;
	text-align: right;
}
.form-area .form li .list__item {
	display: inline-block;
	width: 32%;
	position: relative;
}
.form-area .form li input[type=text], .form-area .form li select, .form-area .form li option {
	padding: 5px 20px;
	background: #f4f4f4;
	border: none;
	box-shadow: inset 0px 0px 15px #cecece;
	-moz-box-shadow: inset 0px 0px 15px #cecece;
	-webkit-box-shadow: inset 0px 0px 15px #cecece;
	outline: none;
	font-family: 'bmw_thailandregular';
	font-size: 17px;
	min-width: 580px;
	width: auto;
}
.form-area .form li select {
	min-width: 620px;
}
 @-moz-document url-prefix() {
 .form-area .form li select, .form-area .form li option {
 min-width: 524px;
}
}
.form-area .form li > div {
	display: inline-block;
	vertical-align: middle;
}
.btn input[type=submit], .submit_btn {
	background: #0072bb;
	color: #fff;
	padding: 5px 60px;
	border-radius: 10px;
	font-family: 'bmw_thailandregular';
	font-size: 17px;
	border: none;
	cursor: pointer;
	outline: none;
}
.list__item {
	position: relative;
}
.list__item:hover > .label {
/*color: #009688;*/
}
.list__item:hover > .label::before {
/*border: 0.5rem solid #009688;
  margin-right: 2rem;*/
}
.radio-btn {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.radio-btn:checked + .label {
/*color: #009688;*/
}
.radio-btn:checked + .label::before {
	/*margin-right: 20px;
  border: 0.5rem solid #009688;*/
	background: #00adef;
}
.label {
	display: flex;
	align-items: center;
	padding: 0.75rem 0;
	/*color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;*/
	cursor: pointer;
	transition: all 0.25s linear;
}
.label::before {
	display: inline-block;
	content: "";
	height: 0px;
	width: 0px;
	margin-right: 0.625rem;
	border: 0;
	border-radius: 50%;
	transition: all 0.25s linear;
	box-shadow: inset 0px 0px 15px #cecece;
	-moz-box-shadow: inset 0px 0px 15px #cecece;
	-webkit-box-shadow: inset 0px 0px 15px #cecece;
}
.input-append .add-on {
    height: 18px;
    min-width: 35px;
    padding: 8px 0px;
    margin-left: -4px;
}
.form_datetime input[type=text] {
	border-radius: 0;
}
.form-area .form li .form_datetime input[type=text] {
	min-width: 534px;
}
.datetimepicker td, .datetimepicker th {
	font-size: 14px;
}

.content { padding: 20px 40px 0 40px; }
.content h3 { font-family: "bmw_thailand_header"; font-size: 28px; text-align: left;padding: 0 40px 0 40px; }
.content h3 strong { font-size: 28px; line-height: 2.3;}
.content h3.it {font-style: italic; }

.content { padding: 20px 40px 0 40px; }
.content-header { font-style: italic;
	font-family: "bmw_thailand_header"; 
	font-size: 28px; 
	text-align: left; 
	padding: 0 40px 0 40px; 
	margin: 0;
	line-height: 20px !important;

}
.content-header strong { font-size: 28px; line-height: 1.8;}

.content-l { margin-top: 20px; padding: 0 40px 0 40px; }
.content-l h3 { font-size:  16px;}
.content-l li, .content-l p { line-height: 25px; font-size: 14px;}
.content-l p { font-size: 14px;}
.content-l.content-title{ margin-top:  0px;}
.content-l.content-title p { font-size: 16px;}

.content-area { width: 80%; margin: auto;}
.content-area .content {}
.content-area .content h2 {text-align: center; color: #1773da;}
.content-area { padding: 40px 0; }
.content-area dl { overflow: hidden; margin: 0px; border-bottom: #919191 1px solid; padding: 40px 0;}
.content-area dl:last-child {border: none;}
.content-area dl dt { float: left; display: block; width: 40%;}
.content-area dl dd { float: left; display: block; width: 54%; margin-left: 40px;}
.content-area dl dd h3 { font-weight: 500;}
.content-area dl dd h3 span { font-size: 18px;}
.content-area dl dd p { line-height: 1.7;}
.content-area dl dd .location a:before { content: ''; background: url(../images/Location.png) no-repeat 0 0; background-size: 27px; width: 40px; height: 40px; display: inline-block; vertical-align: middle;}
.content-area .txt-bl { color: #196fd2;}
.ba-time { display: block; overflow: hidden; border-bottom: 1px solid #999; margin-bottom: 40px;}
.ba-time .branch { float: left; display: block; width: 50%;}
.ba-time .branch ul { display: block; overflow: hidden; border-bottom: none;}
.ba-time .branch li { overflow: hidden; margin-bottom: 0px;}
.ba-time .branch div label { display: inline-block; margin-left: 10px;cursor: default;}
.ba-time .branch div { display: block; float: left;}
.ba-time .branch a { display: block; float: right; background: #707070; padding: 10px; border-radius: 10px; color: #fff; font-size: 14px;}
.ba-time .bookdate { float: right;}
.ba-time .bookdate label { display: block;cursor: default;}
.ba-time .bookdate div { display: inline-block; margin-left: 20px;}



.form-area2 { background: #fff; border-radius: 10px; border: 2px solid #e8e8e8; margin-top: 40px;
	-webkit-box-shadow: 0px 10px 6px -6px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 10px 6px -6px rgba(0,0,0,0.36);
box-shadow: 0px 10px 6px -6px rgba(0,0,0,0.36); padding: 70px;}
.form-area2 ul { margin: 0 0 20px 0; padding: 0; border-bottom: 1px solid #999;}
.form-area2 ul li {list-style: none; padding: 10px; margin-bottom: 20px;}
.form-area2 ul.col2 li { width: 47%; display: inline-block;}
.form-area2 ul li label { display: block;cursor: default;}

.form-area2 ul li input[type=text],.form-area2 ul li input[type=email],.form-area2 .bookdate input[type=date],.form-area2 .bookdate input[type=text],.form-area2 .bookdate select, .form-area2 ul li select, .form-area2 ul li option, .form-area2 ul li textarea{
	padding: 5px 20px;
	background: #f4f4f4;
	border: none;
	outline: none;
	font-family: 'bmw_thailandregular';
	font-size: 16px;
	min-width: 90%;
	width: auto;
	border-radius: 5px;
	margin-top:10px;
	resize: none;
}
.form-area2 ul li textarea { width: 95%;resize: vertical;}
.form-area2 ul li select { width: 100%;}
.form-area2 p, .form-area2 label {line-height: 1.7;cursor: default;}
.check-confirm { text-align: center;}
.check-confirm label {line-height: 2;cursor: default;}
.check-confirm p {margin-top: 20px;}
.check-confirm .btn { margin-top: 20px;}

.flatpickr-months .flatpickr-month { height: 40px !important;}




footer { background: #e6e6e6; padding: 40px 20px 0 20px; text-align: center;}
footer p { font-size: 18px;}
footer h4 a{color: #2f7eda; font-size: 27px; margin: 20px 0; font-weight: 300; text-decoration: none; }
footer ul { margin: 0; padding: 0;}
footer ul li { display: inline-block; list-style: none; margin: 20px 40px;}
footer ul li a { display: block;}
footer ul li img { height: 28px; display: block; margin: auto; width: auto;}


.thankyou {font-size: 20px; text-align: center; margin: 40px auto;}
.copyright { font-size: 14px; text-align: center;padding: 15px 10px;}

td.table1 {
	vertical-align: top; padding-left: 15px; width: 130px;
}


@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  
	  .content-area { width: 90%;}
	  td.table1 {
		vertical-align: top; padding-left: 15px; width: 130px;
	}
	 
	  
}


@media only screen and (min-width: 769px) and (max-width: 1025px) {
	
	.form-area .form li .list__item { width: 68%;}
	td.table1 {
		vertical-align: top; padding-left: 15px; width: 130px;
	}

}

@media only screen and (max-width: 768px) {
	td.table1 {
		vertical-align: top; padding-left: 15px; width: 115px;
	}
.form-area .form {
	padding: 0px 40px;
}
.form-area .form li input[type=text] {
	font-size: 17px;
	min-width: 340px;
	width: auto;
}
.form-area .form li .list__item { width: 60%;}

.form-area .form li select, .form-area .form li option {
	min-width: 381px;
}
.form-area .form li .form_datetime input[type=text] {
	min-width: 297px;
}
	.content-area { width: 95%;}
	.content-area .content {padding: 0 40px;}
	.content-area .content h2 {font-size: 25px;}
	.content-area dl dd { width: 54%;}
	.content-area dl dd h3 { margin-top: 0;}
	.content-area dl dd .location a:before {content: ''; background: url(../images/Location.png) no-repeat 0 0; background-size: 18px;  width: 27px; height: 27px;}
	.form-area2 { padding: 20px;}
	.form-area2 ul.col2 li { width: 46%;}
	.ba-time .branch { width: 46%;}
.content h3 strong { font-size: 15px;}    
.content-header strong { font-size: 15px;}
.content-l.content-title p { font-size: 13px;}	
	
}

@media only screen and (max-width: 650px) {
	td.table1 {
		vertical-align: top; padding-left: 5px; width: 100px;
	}
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
ul {
	margin: 0;
}
.content h3 { font-size: 14px; line-height: 28px; font-weight: 200;}
.content h3 strong { font-size: 15px;}
.content { padding: 20px 10px 0 10px; }
.content-header { font-size: 14px; line-height: 28px; font-weight: 200;}
.content-header strong { font-size: 15px;}
.content-l.content-title p { font-size: 13px;}
.form-area .form li {
	padding: 15px 0;
	text-align: left;
}
.form-area .form li label {
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
.form-area .form li .list__item {
	width: 100%;
}
.form-area .form {
	padding: 40px 20px;
}
.form-area .form li input[type=text] {
	min-width: 88%;
}
.form-area .form li > div {
	width: 100%;
}
.form-area .form li select, .form-area .form li option {
	min-width: 100%;
}
.form-area .form li .form_datetime input[type=text] {
	min-width: 73%;
}
.form-area .form .btn {
	text-align: center;
}
.label::before {
	vertical-align: middle;
}
	.content-area { width: 100%; margin: auto;}
	.content-area dl { padding: 40px 20px;}
	.content-area dl dt, .content-area dl dd { float: none; width: 100%; margin: 0;}
	.content-area dl dd h3 { font-size: 22px;}
	footer p { font-size: 14px;}
	footer ul li { margin: 20px;}
	.copyright {font-size: 10px;}
	
	.form-area2 {border: 0; margin-top: 20px;}	
 
	.form-area2 ul.col2 li { width: 94%;}
	.ba-time {padding-bottom: 28px;}
	.ba-time .branch { width: 100%;}
	.ba-time .bookdate div { display: block;margin-left: 0px;}
	.ba-time .bookdate { float: none;}
	.form-area2 .bookdate select { width: 100%;}
	
}
