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

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

 

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

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




div#loadPage, div#loadPage_content {
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #FFF;
  z-index: 500000000;
  text-align: center;
  opacity: .7;
  padding-top: 200px;
  vertical-align: middle;
  filter: alpha(opacity=70);
  display: none
}
/* ====== preload ========== */
img {
  max-width: 100%;
}
html {
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
   font-family: 'DBGillSiamX';
  font-size: 24px;
  line-height: 120%;
  background: #ffffff;
  color: #3B3B3C;
}
a {
  text-decoration: none;
  color: #242428;
}
a:hover {
  color: #666666;
}
.stop-scrolling {
  overflow: hidden;
}
h1 {
  margin: 0;
  padding: 0;
  font-size:36px;
  line-height: 120%;
  font-weight: normal;
  font-family: 'Goldenbook';
  letter-spacing: 2px;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 100%;
  font-weight: normal;  
  letter-spacing: 0px;
} 

h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 100%;
  font-weight: normal; 
  letter-spacing: 0px;
} 


a, a:hover, a:link {
  text-decoration: none;
}
.gillsiam {
  font-family: 'DBGillSiamX';
}
.bull {
  font-family: "sans-serif";
  width: 20px;
}
table {
  font-family: 'DBGillSiamX';
  font-size: 24px;
  line-height: 120%;
}
table td {
  padding: 2px 0;
  border: 0 !important;
}
table tr {
  border: 0 !important;
}
ul, li {}
.header ul, .header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
 
.top5 {
  padding-top: 5px;
}
.top10 {
  padding-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.top60 {
  margin-top: 60px;
} 
 
.webshow {}
.mobileshow {
  display: none;
}
.popup {
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  bottom: 0;
  position: fixed;
  background: url("../../img/tp/shadow.png");
  padding: 20px 0 100px 0;
  overflow: scroll;
  text-align: center;
  display: none;
}
.popup-dev {
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  bottom: 0;
  position: fixed;
  background: #fff;
  padding: 20px 0 0px 0;
  overflow: scroll;
  text-align: center;
  display: none;
}
.popup_form {
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  bottom: 0;
  position: fixed;
  background: #CE2129;
  background-size: 100%;
  padding: 20px 40px 100px;
  overflow: scroll;
  text-align: center;
  display: none;
}
.popupclose {
  background: url("../../img/tp/close.png") top center no-repeat;
  width: 36px;
  height: 36px;
  opacity: 1;
  text-align: right;
}
#load_popup img {
  /*	width: 100%;*/
}
area:focus {
  outline: 0;
}
.popup_area {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  min-height: 400px;
  position: relative;
  margin-top: 10px;
  text-align: left;
  padding: 30px 0;
  color: #fff;
}
.pop_padding {
  margin-top: 10px;
  background: #f6f1ea;
  padding: 40px;
  color: #000;
} 
.btn-thank {
  font-size: 20px; line-height: 140%;
  display: inline-block;
  vertical-align: top;
  padding: 8px 70px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 40px;
  border-radius: 50px;
}
.pop_img {
  height: 400px;
}
.popup_close {
  text-align: right;
  position: relative;
  right: 0;
  margin: 0 0px 0 0;
  z-index: 5;
}
.pop_thank {
  padding: 100px 0;
  text-align: center;
}
.web {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.area_content {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1200px;
  border: 0px #000 solid;
  text-align: left;
}
.padding_page {
  padding: 60px 0;
}
.head_fixe {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.bg_head {
  background: #fff;
} 
.header {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  border: 0px #000 solid;
  padding: 20px 0; font-family: 'Poppins-Medium'; font-size: 20px;
}
.header li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  color: #000000; 
  
  padding-top: 10px;
}

.bg-banner{
	padding: 0px 0 0px;
}

.select_register {
    background: url(../../img/tp/bull.png) center right no-repeat;
	background-position-x:96%; 
    background-color: #ffffff;
    font-family: 'DBGillSiamX';
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  height: 35px;
  padding-left: 20px; 
  resize: none;
  outline: none;
  color: #000;
  border-radius: 0px; margin-top: 5px;
}

.input_register {
  font-family: 'DBGillSiamX';
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  height: 35px;
  padding-left: 20px;
  background: #ffffff;
  resize: none;
  outline: none;
  color: #000;
  border-radius: 0px; margin-top: 5px;
  border: 1px #95917e solid;
} 
.input_register::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #9f9f9f;
}
.input_register:-moz-placeholder {
  opacity: 1 !important;
  color: #9f9f9f;
}
.input_register::-moz-placeholder {
  opacity: 1 !important;
  color: #9f9f9f;
}
input:focus::placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
} 
.btn-register {
  background: url("../../img/home/banner/btn-register.jpg") top center no-repeat;
  display: inline-block;
  vertical-align: top;
  padding: 10px 110px;
  margin-top: 0px;
  margin-left: 40px;
  color: #203e62;
  font-family: 'GillSansMT';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
 

.bg-register { 
	background:url("../../img/home/bg-register.jpg") top center  ;
	background-color: #09344e;
	padding: 50px 0 100px; color: #ffffff;  
}

.register-text{
	position: relative; width: 100%; height: 100%;
}
 
.register-detail{
	position: absolute; bottom: 0;
	 font-family: 'DBGillSiamX-Light';
}

.register-detail img{
	height: 100px;
}

form {
  margin: 0;
  padding: 0;
}
.register-box1 {
  float: right;
  width: 50%;
  position: relative;
}
.register-box2 {
  float: left;
  width: 50%;
  position: relative;
}
.register-area {
	background: #e5ddd4; color: #000000;
  padding: 50px; margin-top: 50px;
} 

 
 
.require{
	color: #ff0000;
}

.col-sm {
  margin-top: 30px;
}

 
/* The container */
.container2 {
	margin-top:20px;
  display: inline-block; text-align: left;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
   font-size: 18px; line-height: 120%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px #c5bfb2 solid;
}
/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #b77459;
}
/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark {
  background-color: #b77459;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-submit {
display: inline-block; vertical-align: top;
  background: #b77459;  
  padding: 10px 70px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
	font-family: 'GillSansMT';
    font-size: 20px; 
  letter-spacing: 1px; 
  border: 0;
} 

.btn-google {
display: inline-block; vertical-align: top;
  background: #b77459;  
  padding: 10px 70px;
  
  text-align: center;
  color: #fff;
  font-family: 'Poppins-Medium';
  font-size: 20px; 
  letter-spacing: 1px; 
  border: 0; margin-top: -50px;
} 



.location{
	background: #e5ddd4;   color: #09344e; padding: 80px 0;
	
}

.location h1{
	 font-size: 36px; line-height: 120%; font-weight: bold;
}


 

.footer{
	background: #5a695a; color: #fff;  
	padding: 40px 0; font-size: 18px; line-height: 140%;
}

.borderR{
	border-right: 1px #fff solid !important;
}

.footer a{
	 color: #fff;
}

.footer img{
	height: 40px;
}

.footer .boxL{
	float: left;
	margin-top: 20px;
}

.footer .boxR{
	float: right;
	margin-top: 20px; margin-right: 50px;
}

.footer .box3{
	margin-left: 50px;
}

.footer .phone{
		background: url("../../img/home/phone.png") top left no-repeat;
	background-size: 26px; padding-left: 38px; display: inline-block; vertical-align: top;
	min-height: 35px;
	font-size: 22px;
}

.copyright {
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
}
.webbr br {
  display: none;
} 

.googlemap{
	margin-top: 0px;
}

.googlemap iframe{
	width: 100%; height: 500px;
}

.contact{
	background: url("../../img/home/contact_bg.jpg") top right no-repeat;
	background-size: 50%;
	background-color: #D5D3C7;
}

.contact .boxL{
	float: left; width: 50%;
}

.contact .boxL img{
	width: 100%;
}

.contact .boxR{
	float: right; width: 50%; text-align: center;
	padding: 100px 0 0 0;
}

.contact .phone{
	font-size: 30px; line-height: 140%; margin-top: 40px;
}
 
.facebook{
	background: url("../../img/home/fb.png") top left no-repeat;
	background-size: 26px; padding-left: 38px; display: inline-block; vertical-align: top;
	min-height: 35px;
}

.line{
	background: url("../../img/home/line.png") top left no-repeat;
	background-size: 26px; padding-left: 38px; display: inline-block; vertical-align: top;
	min-height: 35px;
}


.bg-policy { 
  background-color: #e5ddd4;
  margin: 0;   
	padding: 40px 0 140px;
}

.bg-policy h3{
	margin-top: 40px;  padding-bottom: 10px;
	font-size: 24px; line-height: 140%;
}

.thankyou{
	background-color: #e5ddd4;
  margin: 0;   
	font-size: 30px; line-height: 140%;
	padding: 160px 0; min-height: 600px;
}
 
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 60em) {
  
  .header li {
    margin-left: 10px;
    padding-top: 10px;
  }
  .area_content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .webshow {
    display: none;
  }
  .mobileshow {
    display: block;
  } 	
	
	.col-md-6 ,.col-md-5,.col-md-7 {
		width: 100%;
	}
	
	.bg-register{
		background:url("../../img/home/bg-register.jpg") top left  no-repeat;
		background-size: 100%;
	background-color: #09344e; 
	}
	
	.register-detail{
	padding-top: 40px;  position: relative;
}
	
	 .location h1{
	 font-size: 26px; line-height: 140%;
}
	
	.location-map{
		padding-top: 40px; text-align: center;
	}
	
}
@media screen and (max-width: 40em) {
	
	body { 
		font-size: 20px;
  line-height: 120%;
}
	
	h1 {
font-size:32px;
  line-height: 120%;
}
h2 {
   font-size: 26px;
  line-height: 100%;
} 



	
  .logo {}
  .webbr br {
    display: inherit;
  }
  .menu-head {
    display: none;
    padding-top: 0px;
    text-align: center;
    width: 100%;
    position: relative;
  }
  #logo {
    text-align: center;
  }
  #logo img {
    height: 40px;
  }
  .header {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
  }
  .container {
    
  }
  .header .col-sm {
    margin: 0;
    padding: 0;
  }
  .icon_menu {
    margin-left: 10px;
    background: url("../../img/tp/icon-mobile.jpg") top center no-repeat;
    background-size: 26px;
    cursor: pointer;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    z-index: 10;
  }
  .close_mobile {
    margin-left: 10px;
    background: url("../../img/tp/icon-close.jpg")top center no-repeat;
    background-size: 26px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    position: absolute;
    display: none;
    z-index: 10;
  }
  .header li {
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding: 7px 20px;
    margin: 0;
    text-align: left;
    font-size: 12px;
    line-height: 100%; border-bottom: 1px #cccccc solid;
     
  }

	.bg-floorplan { 
  background: url("../../img/home/bg.png") top center no-repeat;
	background-size: 100%;
  margin: 0;  
	padding: 40px 0 40px;
}
 
	.floorplan-area {
  padding: 50px 0px 50px;
} 

	.menu-type li{
	 width: auto; padding: 10px 30px; text-align: center; 
	margin: 0 10px;
}
	
	.bg-register{
		background:url("../../img/home/bg-register.jpg") top center  no-repeat;
		background-size: 1000px;
	background-color: #09344e;
	padding: 50px 0 ;	
	}
	
 
	
	.register-detail{
	padding: 0px 5px;
}
	
	.register-detail br{
		display: none;
	}
	
	.register-area {
	  padding: 50px 5% 50px;
	} 
	
	.location{
	 padding: 40px 0px;  
	 
}
	
	.location .top40{
		margin-top: 20px;
	}
	
	.contact .boxL{
	float: left; width: 100%;
}

 
.contact .boxR{
	float: right; width: 100%; text-align: center;
	padding: 40px 0;
}

	.footer br{
		display: none;
	}
	
	.borderR{
	border-right: 0px #fff solid !important;
}
	
	.footer .boxL{
	float: left; width: 100%;
	margin-top: 20px;
}

.footer .boxR{
	float: right; width: 100%;
	margin-top: 20px; margin-right:0px;
}

	.foot-social{
		text-align: center;
	}	
	
.footer .box3{
	margin-top: 40px; display: inline-block; vertical-align: top;
	margin-left: 0px;  width: auto; text-align: left;
}
	
	.logo-footer{
		text-align: center;
	}

	
.copyright {
   font-size: 12px;
}
	
	
.btn-google {
 margin-top: 40px;
}
  
}