@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  height: 100%;
  font-family: 'Kanit';
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
body {
  height: 100%;
  color: #323334;
  font-family: 'Kanit';
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  body {
    margin: 0 auto;
  }
}
p {
  line-height: 1.5em;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
  color: #323334;
}
a:hover,
a:active {
  color: #323334;
}
a:visited {
  color: #323334;
}
.loan-calculator .loan-form select {
	font-family: 'Kanit' !important;
}
section {
  width: 100%;
}
section.fullwidth {
  width: 100%;
}
section.elementor-element {
	margin: 0 auto 20px !important;
}
.contain {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  .contain {
    width: 1300px;
  }
}
.text-center {
  text-align: center !important;
}

.site-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.hide {
	display: none !important;
}

/*--------------------------------------------------------------
# Overlay Menu
--------------------------------------------------------------*/
.overlay-wrapper {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.75);
	color: white;
	font-size: 2rem;
  z-index: 1000;
  max-width: 400px;
  width: 100%;
}
.overlay-wrapper .overlay-menu {
	padding: 40px;
}
.overlay-wrapper .overlay-close {
	text-align: right;
}
.overlay-wrapper .overlay-close a {
	color: white;
}
#overlay-list-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	text-align: center;
	max-width: 400px;
	width: 100%;
	float: right;
}
#overlay-list-menu li {
	display: block;
	padding: 10px 0;
  text-align: left;
}
#overlay-list-menu li a {
	color: white;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	letter-spacing: 0;
}
#overlay-list-menu li a:hover {
	color: #c80000;
}
#overlay-list-menu > .menu-item-has-children > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f078";
	padding-left: 5px;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-weight: 900;
}
#overlay-list-menu li .sub-menu {
  list-style: disc;
	display: none;
}
#overlay-list-menu li .sub-menu li {
  float: none;
  width: 100%;
  display: list-item;
  font-size: 1rem;
  margin: 10px 0 0;
  padding: 0;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid #0a233f;
  padding: 15px 20px;
  position: relative;
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site-header .container .top-navigation {
  width: calc( 50% - 45px);
}
.site-header .top-navigation {
  float: left;
  width: auto;
}
.site-header .top-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .top-navigation ul li {
  float: left;
  margin-right: 10px;
}
.site-header .top-navigation ul li img {
  height: 15px;
  display: inline;
  vertical-align: baseline;
}
.site-header .top-navigation ul .hotline-link {
  clear: both;
}
@media ( min-width: 768px ) {
  .site-header .top-navigation ul .hotline-link {
    clear: none;
  }
}
.site-header #brand {
  width: 90px;
  height: 75px;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.site-header #brand:hover {
  opacity: 0.5;
}
.site-header #brand img {
  width: 100%;
}
.site-header #button-nav {
  width: calc( 50% - 45px );
  text-align: right;
}
@media screen and (min-width: 640px) {
  .site-header #button-nav {
    display: none;
  }
}
.site-header .site-navigation {
  width: calc( 50% - 45px );
  text-align: right;
  display: none;
}
.site-header .site-navigation #main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .site-header .site-navigation {
    display: block;
  }
}
.site-header .site-navigation #main-menu li {
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: 1rem;
  font-weight: 500;
  /*letter-spacing: 1.8px;*/
  letter-spacing: 0;
  text-align: right;
}
.site-header .site-navigation #main-menu li a {
  color: #323334;
  cursor: pointer;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
.site-header .site-navigation #main-menu li a:hover {
  color: #c80000;
}

#mobile-nav {
  width: 100%;
  height: auto;
  display: none;
}
#mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-nav ul li {
  margin: 0;
  padding: 15px 20px;
  font-size: 1rem;
  border-top: 1px solid #ccc;
}
#mobile-nav ul li a {
  color: #333;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
#mobile-nav ul li a:hover {
  color: #c80000;
}
#mobile-nav ul > .menu-item-has-children > a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  padding-left: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
#mobile-nav ul li ul.sub-menu {
  display: none;
  background: #fff;
  margin: 10px 0 0;
  padding: 0 20px;
  border: none;
}
#mobile-nav ul li ul.sub-menu li {
  margin: 0;
  padding: 10px 0;
  border: none;
}
#mobile-nav ul li ul.sub-menu li:before {
  content: '- ';
}
/*--------------------------------------------------------------
# Main page : Slide show
--------------------------------------------------------------*/
#slideshow {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
#slideshow #mobile-slideshow {
	display: block !important;
}
#slideshow #desktop-slideshow {
	display: none !important;
}
@media screen and (min-width: 960px) {
	#slideshow #mobile-slideshow {
		display: none !important;
	}
	#slideshow #desktop-slideshow {
		display: block !important;
	}
}
#slideshow img {
	width: 100%;
  display: block;
}
@media screen and (min-width: 1280px) {
  #slideshow img {
    width: 100%;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
# Main page : Project
--------------------------------------------------------------*/
#project {
  padding: 40px 20px;
}
#project .see-all-link {
	padding: 40px 20px;
	text-align: center;
  margin-top: 40px;
}
@media ( min-width: 992px ) {
  #project .see-all-link {
    text-align: right;
    margin-top: 0;
  }
}
#project .see-all-link a {
	background: #0a233f;
	border-radius: 5px;
	padding: 10px 20px;
	color: white;
}
#project .title {
  text-align: center;
}
#project .title h2 {
  font-size: 1.65rem;;
  font-family: 'Kanit';
  font-weight: 300;
  /*letter-spacing: 4px;*/
  letter-spacing: 0;
  margin: 0 0 5px;
}
@media screen and (min-width: 1280px) {
  #project .title h2 {
    font-size: 1.8rem;
  }
}
#project .title p {
  font-size: 1.2rem;
  /*letter-spacing: 1px;*/
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  #project .title p {
    font-size: 1.3rem;
    font-weight: 300;
    width: 500px;
    margin: 20px auto 0;
  }
}
#project .item-list {
  margin: 50px auto 0;
}
#project .item-list .item {
  padding: 0 20px;
}
#project .item-list .item .pic {
  width: 100%;
  position: relative;
}
#project .item-list .item .pic img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#project .item-list .item .info {
  background: #fff;
  border-radius: 7px;
  width: 90%;
  height: auto;
  padding: 15px 0 0;
  margin: -30px auto 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
#project .item-list .item .info .title h2 {
  font-size: 1.5rem;
  font-family: 'Kanit';
  font-weight: 400;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  margin: 0 0 5px;
}
#project .item-list .item .info .location {
  font-size: 0.9rem;
  margin: 0 0 15px;
  font-weight: 300;
}
#project .item-list .item .info .price {
  font-size: 1.2rem;
  margin: 0 0 5px;
  font-weight: 300;
}
#project .item-list .item .info .remark {
  font-size: 1.2rem;
  margin: 0 0 10px;
  font-weight: 300;
}
#project .item-list .item .info .button-more {
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
#project .item-list .item .info .button-more:hover {
  opacity: 0.3;
}
#project .item-list .item .info .button-more a {
  font-size: 0.9rem;
}
#project .item-list .item .info .button-more a span {
  position: absolute;
  margin: 2px 0 0 10px;
}
/*--------------------------------------------------------------
# Main page : Article (News + Promotion)
--------------------------------------------------------------*/
#article {
  padding: 60px 20px;
  background: #b5b6b7;
}
#article .column {
  width: 100%;
  padding: 0 0 50px;
  border-bottom: 1px dashed #333;
}
#article .column:nth-child(2) {
  padding: 40px 0 0;
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  #article .column {
    width: 50%;
    float: left;
    padding: 0 20px;
    border-bottom: none;
  }
  #article .column:nth-child(2) {
    padding: 0 20px;
  }
}
#article .column .column-title {
  text-align: center;
  margin: 0 0 20px;
}
#article .column .column-title h2 {
  font-size: 1.5rem;
  font-family: 'Kanit';
  font-weight: 400;
  /*letter-spacing: 4px;*/
  letter-spacing: 0;
  margin: 0 0 15px;
  line-height: 1.2em;
}
@media screen and (min-width: 1280px) {
  #article .column .column-title h2 {
    font-size: 1.8rem;
    font-weight: 300;
  }
}
#article .column .column-title p {
  font-size: 1.2rem;
  /*letter-spacing: 1px;*/
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  #article .column .column-title p {
    font-size: 1.3rem;
    font-weight: 300;
    margin: 20px auto 30px;
  }
}
#article .column .item {
  width: 100%;
  margin: 0;
  position: relative;
}
#article .column .item .pic {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#article .column .item .pic img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#article .column .item .title {
  font-size: 1.5rem;
  font-weight: 400;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  margin: 10px 0 20px;
  text-align: center;
}
#article .column .item .title h2 {
  font-size: 1.2rem;px;
  font-weight: 400;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  margin: 0 0 5px;
}
#article .column .item .button-more {
  text-align: center;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  max-width: 500px;
  margin: 0 auto;
  text-align: right;
}
#article .column .item .button-more:hover {
  opacity: 0.3;
}
#article .column .item .button-more a {
  font-size: 0.9rem;
}
#article .column .item .button-more a span {
  position: absolute;
  margin: 2px 0 0 10px;
}

/*--------------------------------------------------------------
# Main page : Talk to Builtland
--------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  #other .contain {
    width: 100%;
  }
}
@media ( min-width: 1200px ) {
  #other .contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #talk-to-builtland {
    width: 50%;
  }
  #loan {
    width: 50%;
  }
}

#other #talk-to-builtland {
  position: relative;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
#other #talk-to-builtland .info {
  padding: 0 20px;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 640px) {
  #other #talk-to-builtland .info {
    width: 480px;
    margin: 0 auto;
  }
}
#other #talk-to-builtland .info .pic {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 200px;
}
#other #talk-to-builtland .info h2 {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 10px;
  color: #fff;
}
#other #talk-to-builtland .info p {
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-weight: 300;
}
#other #talk-to-builtland .background {
  position: absolute;
  z-index: 0;
  top: 0;
}
#other #talk-to-builtland .background .mask {
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
}
#other #talk-to-builtland .background img {
  height: 650px;
}
@media screen and (min-width: 1440px) {
  #other #talk-to-builtland .background img {
    height: 470px;
  }
}
#other #loan {
  background: #323334;
  padding: 60px 20px;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  #other #loan {
    padding: 60px 40px;
  }
}
#other #loan .title h2 {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (min-width: 1440px) {
  #other #loan .title h2 {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 480px) {
  #other #loan form.form-loan {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  #other #loan form.form-loan {
    width: 40%;
    float: left;
    margin: 0;
  }
}
#other #loan form.form-loan .field p {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 5px;
  /*letter-spacing: 1px;*/
  letter-spacing: 0;
}
#other #loan form.form-loan .field input {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 5px 10px;
  border: none;
  font-size: 1.2rem;
}
#other #loan form.form-loan .field input[type=submit] {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin: 15px 0 0;
  padding: 5px 10px;
  background: #0a233f;
  font-family: 'Kanit';
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: background ease 0.5s, color ease 0.5s;
  transition: background ease 0.5s, color ease 0.5s;
}
#other #loan form.form-loan .field input[type=submit]:hover {
  background: #ccc;
  color: #323334;
}
#other #loan .result-loan {
  margin: 50px auto 0;
}
@media screen and (min-width: 1440px) {
  #other #loan .result-loan {
    width: 60%;
    float: left;
    margin: 15px 0 0;
    padding: 0 0 0 60px;
  }
}
#other #loan .result-loan h2 {
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 1440px) {
  #other #loan .result-loan h2 {
    text-align: left;
  }
}
#other #loan .result-loan p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  #other #loan .result-loan p {
    text-align: left;
  }
}
/*--------------------------------------------------------------
# Main page : Footer
--------------------------------------------------------------*/
.site-footer {
  background: #0a233f;
  color: #fff;
}
.single-project .site-footer {
  margin-bottom: 48px;
}
.site-footer .footer-section {
  padding: 60px 20px 40px;
}
.site-footer section.copyright {
  padding: 20px 0;
}
.site-footer .main-footer-title {
  font-family: 'Kanit';
  font-weight: 300;
  font-size: 1.5625rem;
  /*letter-spacing: 3px;*/
  letter-spacing: 0;
  margin: 0 0 30px;
}
@media ( min-width:992px ) {
  .site-footer .main-footer-title {
    font-size: 1.875rem;
  }
}
.site-footer .footer-nav .footer-widget .footer-widget-item {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .site-footer .footer-nav .footer-widget .footer-widget-item {
    width: 25%;
    float: left;
  }
}
.site-footer .footer-nav .footer-widget .footer-widget-item h2 {
  font-family: 'Kanit';
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 10px;
  letter-spacing: 1px !important;
}
.site-footer .footer-nav .footer-widget .footer-widget-item ul {
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 10px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media ( min-width:992px ) {
  .site-footer .footer-nav .footer-widget .footer-widget-item ul {
    border-top: none;
  }
}
.site-footer .footer-nav .footer-widget .footer-widget-item ul li {
  margin: 0 0 10px;
}
.site-footer .footer-nav .footer-widget .footer-widget-item ul li a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.site-footer .footer-nav .footer-widget .footer-widget-item ul li a:hover {
  opacity: 0.5;
}
.site-footer .footer-contact {
  margin: 20px 0 0;
}
@media ( min-width:992px ) {
  .site-footer .footer-nav {
    width: 70%;
    float: left;
  }
  .site-footer .footer-contact {
    width: 30%;
    margin: 0;
    float: left;
  }
}
.site-footer .footer-contact h3 {
  font-size: 1.3rem;
  color: #fff;
  margin: 0 0 15px;
}
.site-footer .footer-contact p,
.site-footer .footer-contact a {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 10px;
}
.site-footer .footer-contact .social {
  margin: 20px 0 0;
}
.site-footer .footer-contact .social ul,
.site-footer .footer-contact .social ol {
  list-style: none;
  float: left;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0 10px 0 0;
}
.site-footer .footer-contact .social ul li,
.site-footer .footer-contact .social ol li {
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.site-footer .footer-contact .social ul li:hover {
  opacity: 0.3;
}
.site-footer .footer-contact .social ul li img {
  width: 100%;
}
.site-footer .footer-contact .social img.hotline {
  float: left;
  margin: 0;
  padding: 0 0 0 18px;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.site-footer .footer-contact .social img.hotline:hover {
  opacity: 0.3;
}
.site-footer .footer-contact .subscribe {
  margin: 20px 0 0;
}
.site-footer .footer-contact .subscribe h2 {
  font-size: 1.5rem;
  /*letter-spacing: 1px;*/
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}
.site-footer .footer-contact .subscribe form {
  max-width: 100%;
}
.site-footer .footer-contact .subscribe form label.frm_primary_label {
	font-family: 'Kanit' !important;
	font-size: 1rem;
	font-weight: 300;
}
.site-footer .footer-contact .subscribe form input {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  margin: 0;
  padding: 5px 10px;
  border: none;
  font-size: 1.2rem;
}
.site-footer .footer-contact .subscribe form input[type=submit] {
  width: 80px;
  height: 35px;
  border-radius: 5px;
  margin: 15px 0 0;
  padding: 5px 10px;
  background: #656668;
  font-family: 'Kanit';
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background ease 0.5s, color ease 0.5s;
  transition: background ease 0.5s, color ease 0.5s;
}
.site-footer .footer-contact .subscribe form input[type=submit]:hover {
  background: #ccc;
  color: #323334;
}
.site-footer .footer-copyright {
  text-align: center;
  margin: 0;
  padding: 20px;
  font-weight: 300;
}
.site-footer .footer-copyright p {
  margin: 0;
}
.site-footer .footer-copyright a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
.site-footer .footer-copyright a:hover {
  color: #c80000;
}
.site-footer .copyright {
  border-top: 1px solid #fff;
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumb {
  background: #f5f5f5;
  padding: 30px 0;
}
#breadcrumb section {
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  #breadcrumb section {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  #breadcrumb section {
    width: 900px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  #breadcrumb section {
    width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  #breadcrumb section {
    width: 1300px;
  }
}
#breadcrumb span {
  font-size: 1rem;
  font-weight: 300;
  color: #323334 !important;
}
#breadcrumb span::before {
  padding: 0 10px;
}
#breadcrumb span:nth-child(1)::before {
  content: "";
  padding: 0;
}
#breadcrumb span a {
  color: #c80000;
  font-weight: bold;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
#breadcrumb span a:hover {
  color: #c80000;
}
/*--------------------------------------------------------------
# Main page : Page and Single Title
--------------------------------------------------------------*/
#page-title {
  padding: 0 20px;
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  #page-title section {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  #page-title section {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #page-title section {
    width: 100%;
  }
}
#page-title .title {
  text-align: center;
  margin: 0 0 30px;
}
#page-title .title h2 {
  font-size: 2em;
  font-family: 'Kanit';
  font-weight: 400;
  /*letter-spacing: 4px;*/
  letter-spacing: 0;
  margin: 0 0 20px;
}
@media screen and (min-width: 1280px) {
  #page-title .title h2 {
    font-size: 1.8rem;
  }
}
#page-title .title .line-title {
  width: 10px;
  height: 77px;
  margin: 0 auto 20px;
}
#page-title .title .line-title img {
  width: 10px;
  height: 77px;
  text-align: center;
}
/*--------------------------------------------------------------
# Main page : Our Project
--------------------------------------------------------------*/
#our-project section {
  padding: 0 20px;

}
@media screen and (min-width: 640px) {
  #our-project section {
    width: 600px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  #our-project section {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #our-project section {
    width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  #our-project section {
    width: 1300px;
  }
}
#our-project .contain {
  width: 100%;
  padding: 0 0 50px;
}
#our-project .contain .item {
  width: 100%;
  margin: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 640px) {
  #our-project .contain .item {
    width: 45%;
    margin: 0 10% 0 0;
    float: left;
  }
  #our-project .contain .item:nth-child(2) {
    margin: 0;
  }
}
#our-project .contain .item .pic {
  width: 100%;
}
#our-project .contain .item .pic img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#our-project .contain .item .title {
  font-size: 1.3rem;
  font-weight: 400;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  margin: 10px 0 20px;
  text-align: center;
}
#our-project .contain .item .title h2 {
  font-size: 1.5rem;px;
  font-weight: 400;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  margin: 0 0 5px;
}
/*--------------------------------------------------------------
# Main page : Project List (Our Project)
--------------------------------------------------------------*/
#project-list {
  padding: 0 20px 100px;
}
@media screen and (min-width: 640px) {
  #project-list section {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  #project-list section {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #project-list section {
    width: 100%;
  }
}
#project-list .item-list {
  margin: 0 auto;
}
#project-list .item-list .item {
  width: 100%;
  margin: 0 0 60px;
}
@media screen and (min-width: 960px) {
  #project-list .item-list .item {
    width: 30%;
    float: left;
    margin: 0 5% 60px 0;
  }
  #project-list .item-list .item:nth-child(3n+3) {
    margin: 0;
  }
}
#project-list .item-list .item .pic {
  width: 100%;
}
#project-list .item-list .item .pic img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#project-list .item-list .item .info {
  background: #fff;
  border-radius: 7px;
  width: 90%;
  height: auto;
  padding: 15px 0 0;
  margin: -30px auto 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
#project-list .item-list .item .info .title h2 {
  font-size: 1.65rem;;
  font-family: 'Kanit';
  font-weight: 400;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  margin: 0 0 5px;
}
#project-list .item-list .item .info .location {
  font-size: 0.9rem;
  margin: 0 0 15px;
  font-weight: 300;
}
#project-list .item-list .item .info .price {
  font-size: 1.2rem;
  margin: 0 0 5px;
  font-weight: 300;
}
#project-list .item-list .item .info .remark {
  font-size: 1.2rem;
  margin: 0 0 10px;
  font-weight: 300;
}
#project-list .item-list .item .info .button-more {
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
#project-list .item-list .item .info .button-more:hover {
  opacity: 0.3;
}
#project-list .item-list .item .info .button-more a {
  margin: 0 0 0 -10px;
  font-size: 0.9rem;
  padding: 0 20px 0 0;
}
#project-list .item-list .item .info .button-more a span {
  position: absolute;
  margin: 2px 0 0 10px;
}
/*--------------------------------------------------------------
# Main page : Article List
--------------------------------------------------------------*/
#article-list {
  padding: 0 20px 50px;
}
#article-list .column {
  width: 100%;
  padding: 0 0 50px;
}
@media screen and (min-width: 960px) {
  #article-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  #article-list .column {
    width: 50%;
    float: left;
    padding: 0 20px 50px 20px;
    border-bottom: none;
  }
  #article-list .column:nth-child(2n+1) {
    clear: left;
  }
}
#article-list .column .column-title {
  text-align: center;
  margin: 0 0 20px;
}
#article-list .column .column-title h2 {
  font-size: 1.5rem;
  font-family: 'Kanit';
  font-weight: 400;
  /*letter-spacing: 4px;*/
  letter-spacing: 0;
  margin: 0 0 15px;
  line-height: 1.2em;
}
@media screen and (min-width: 1280px) {
  #article-list .column .column-title h2 {
    font-size: 1.8rem;
    font-weight: 300;
  }
}
#article-list .column .column-title p {
  font-size: 1.2rem;
  /*letter-spacing: 1px;*/
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  #article-list .column .column-title p {
    font-size: 1.3rem;
    font-weight: 300;
    margin: 20px auto 30px;
  }
}
#article-list .column .item {
  width: 100%;
  margin: 0;
  position: relative;
}
#article-list .column .item .pic {
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);*/
}
#article-list .column .item .pic img {
  width: 100%;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#article-list .column .item .title {
  font-size: 1.3rem;
  font-weight: 400;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  margin: 10px 0 20px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #article-list .column .item .title {
    text-align: left;
    height: 70px;
    margin: 10px 0 0;
  }
}
#article-list .column .item .title h2 {
  font-size: 1.2rem;
  font-weight: 400;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  margin: 0 0 5px;
  text-align: center;
}
#article-list .column .item .button-more {
  text-align: center;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
#article-list .column .item .button-more:hover {
  opacity: 0.3;
}
#article-list .column .item .button-more a {
  margin: 0 0 0 -10px;
  font-size: 0.9rem;
  padding: 0 20px 0 0;
}
#article-list .column .item .button-more a span {
  position: absolute;
  margin: 2px 0 0 10px;
}
@media screen and (min-width: 960px) {
  #article-list .column .item .button-more {
    position: relative;
    float: right;
    margin: 0 15px 0 0;
  }
}
/*--------------------------------------------------------------
# Main page : Single + Page Content
--------------------------------------------------------------*/
#content {
  padding: 50px 0;
}
#content section img {
  width: auto;
  margin: 0 0 30px;
}
#content section h2 {
  margin: 0 0 30px;
}
#content section p {
  margin: 0 0 10px;
}
#content section ul {
  margin: 0 0 20px;
}
#content section ul li {
  margin: 0 0 10px 17px;
  list-style: inset;
  color: #323334;
}
/*--------------------------------------------------------------
# Main page : Talk to Builtland
--------------------------------------------------------------*/
#talk-to-builtland-individual {
  padding: 0 20px;
}
@media screen and (min-width: 640px) {
  #talk-to-builtland-individual section {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  #talk-to-builtland-individual section {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #talk-to-builtland-individual section {
    width: 100%;
  }
}
#talk-to-builtland-individual .column {
  width: 100%;
  padding: 0 0 30px;
}
@media screen and (min-width: 960px) {
  #talk-to-builtland-individual .column {
    width: 45%;
    float: left;
    margin: 0 10% 30px 0;
    border-bottom: none;
  }
  #talk-to-builtland-individual .column:nth-child(2n+2) {
    margin: 0 0 30px;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  #talk-to-builtland-individual .column {
    width: 40%;
    float: left;
    margin: 0 5% 30px 0;
    padding: 0;
  }
  #talk-to-builtland-individual .column:nth-child(2n+2) {
    margin: 0 0 30px 5%;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  #talk-to-builtland-individual .column {
    width: 40%;
    float: left;
    margin: 0 5% 30px;
    padding: 0;
  }
  #talk-to-builtland-individual .column:nth-child(2n+2) {
    margin: 0 5% 30px;
    padding: 0;
  }
}
#talk-to-builtland-individual .column .item {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
#talk-to-builtland-individual .column .item .pic {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#talk-to-builtland-individual .column .item .pic img {
  width: 100%;
}
#talk-to-builtland-individual .column .item .info {
  margin: -60px 0 0;
  padding: 0 20px 20px;
  position: relative;
  z-index: 99;
}
#talk-to-builtland-individual .column .item .info .profile {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  overflow: hidden;
}
#talk-to-builtland-individual .column .item .info .profile img {
  width: 100%;
}
#talk-to-builtland-individual .column .item .info h2 {
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 10px;
}
#talk-to-builtland-individual .column .item .info p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7em;
}
/*--------------------------------------------------------------
# New Job : Contact form 7
--------------------------------------------------------------*/
#new-job .row {
  width: 100%;
  background: none;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
#new-job .row.query {
  background: #ebebec;
  margin: 0;
  border: none;
}
#new-job .row.query:nth-child(2n+2) {
  background: #fff;
}
#new-job .row .column.position {
  width: 80%;
  float: left;
}
#new-job .row .column.amount {
  width: 20%;
  float: right;
  text-align: center;
}
#new-job .row .column.position a,
#new-job .row .column.amount a {
  color: #323334;
  -webkit-transform: color 0.5s;
          transform: color 0.5s;
}
#new-job .row .column.position a:hover,
#new-job .row .column.amount a:hover {
  color: #c80000;
}
#new-job .row .column.position h2,
#new-job .row .column.amount h2 {
  font-size: 1.3rem;
  margin: 0;
}

/*--------------------------------------------------------------
# Form : Land Offer (เสนอขายที่ดิน)
--------------------------------------------------------------*/
form {
  width: 100%;
  margin: 0 auto;
}
form fieldset.owner-data {
  margin: 0 auto 40px;
  border-radius: 5px;
}
form fieldset.owner-data legend {
  font-size: 1.4em;
  margin: 0 auto 20px;
  padding: 0 20px;
}
form fieldset.owner-data .row {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  form fieldset.owner-data .row {
    padding: 0;
  }
}
form fieldset.owner-data .row .field {
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (min-width: 960px) {
  form fieldset.owner-data .row .field {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
}
form fieldset.owner-data .row .field p {
  margin: 0 0 5px;
  font-size: 1em;
}
form fieldset.owner-data .row .field p span {
  color: #c80000;
}
form fieldset.owner-data .row .field input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
}
form fieldset.owner-data .row .field input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}
form fieldset.owner-data .row .field span.wpcf7-list-item-label {
  margin: 0 30px 0 0;
  color: #323334;
}
form fieldset.land-detail {
  margin: 0 auto 40px;
  border-radius: 5px;
}
form fieldset.land-detail legend {
  font-size: 1.4em;
  margin: 0 auto 20px;
  padding: 0 20px;
}
form fieldset.land-detail .row {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  form fieldset.land-detail .row {
    padding: 0;
  }
}
form fieldset.land-detail .row .field {
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  form fieldset.land-detail .row .field {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
}
form fieldset.land-detail .row .field p {
  margin: 0 0 5px;
  font-size: 1em;
}
form fieldset.land-detail .row .field p span {
  color: #c80000;
}
form fieldset.land-detail .row .field input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
}
form fieldset.land-detail .row .field input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}
form fieldset.land-detail .row .field span.radio {
  margin: 0 30px 0 0;
}
@media screen and (min-width: 960px) {
  form fieldset.land-detail .row.qty .field {
    width: 33.33%;
  }
}
form fieldset.land-upload {
  margin: 0 auto 40px;
  border-radius: 5px;
}
form fieldset.land-upload legend {
  font-size: 1.4em;
  margin: 0 auto 20px;
  padding: 0 20px;
}
form fieldset.land-upload .row {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
form fieldset.land-upload .row .field {
  width: 100%;
  margin: 0 0 20px;
}
form fieldset.land-upload .row .field p {
  margin: 0 0 5px;
  font-size: 1em;
}
form fieldset.land-upload .row .field input[type="radio"] {
  font-size: 0.8em;
  font-weight: 300;
}
form input[type="submit"] {
  width: 280px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0a233f;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background ease 0.5s, color ease 0.5s;
  transition: background ease 0.5s, color ease 0.5s;
}
form input[type="submit"]:hover {
  background: #c80000;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*--------------------------------------------------------------
# Form : Register Online (สมัครงานออนไลน์)
--------------------------------------------------------------*/
form fieldset.register-data {
  margin: 0 auto 40px;
  border-radius: 5px;
}
form fieldset.register-data legend {
  font-size: 1.4em;
  margin: 0 auto 20px;
  padding: 0 20px;
}
form fieldset.register-data .row {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  form fieldset.register-data .row {
    padding: 0;
  }
}
form fieldset.register-data .row .field {
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (min-width: 960px) {
  form fieldset.register-data .row .field {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
}
form fieldset.register-data .row .field p {
  margin: 0 0 5px;
  font-size: 1em;
}
form fieldset.register-data .row .field p span {
  color: #c80000;
}
form fieldset.register-data .row .field input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
}
form fieldset.register-data .row .field input[type="select"] {
   width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
  appearance: none;
}
.register-data .wpcf7-select {
  width: 100%;
}
form fieldset.register-data .row .field input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}
form fieldset.register-data .row .field span.wpcf7-list-item-label {
  margin: 0 30px 0 0;
  color: #323334;
}
form fieldset.register-data .row .field span.wpcf7-list-item {
  margin: 0;
}
form fieldset.contact-detail {
  margin: 0 auto 40px;
  border-radius: 5px;
}
form fieldset.contact-detail legend {
  font-size: 1.4em;
  margin: 0 auto 20px;
  padding: 0 20px;
}
form fieldset.contact-detail .row {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  form fieldset.contact-detail .row {
    padding: 0;
  }
}
form fieldset.contact-detail .row .field {
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  form fieldset.contact-detail .row .field {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
}
form fieldset.contact-detail .row .field p {
  margin: 0 0 5px;
  font-size: 1em;
}
form fieldset.contact-detail .row .field p span {
  color: #c80000;
}
form fieldset.contact-detail .row .field input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
}
form fieldset.contact-detail .row .field textarea {
  width: 100%;
  height: 120px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
}
form fieldset.contact-detail .row .field input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}
form fieldset.contact-detail .row .field span.radio {
  margin: 0 30px 0 0;
}
@media screen and (min-width: 960px) {
  form fieldset.contact-detail .row.qty .field {
    width: 33.33%;
  }
}
form fieldset.study-profile {
  margin: 0 auto 40px;
  border-radius: 5px;
}
form fieldset.study-profile legend {
  font-size: 1.4em;
  margin: 0 auto 20px;
  padding: 0 20px;
}
form fieldset.study-profile .row {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
form fieldset.study-profile .row .field {
  width: 100%;
  margin: 0 0 20px;
}
form fieldset.study-profile .row .field p {
  margin: 0 0 5px;
  font-size: 1em;
}
form fieldset.study-profile .row .field textarea {
  width: 100%;
  height: 120px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
}
.study-profile .row .field input[type="file"] {
  width: 100%;
}
form fieldset.other-detail {
  margin: 0 auto 40px;
  border-radius: 5px;
}
form fieldset.other-detail legend {
  font-size: 1.4em;
  margin: 0 auto 20px;
  padding: 0 20px;
}
form fieldset.other-detail .row {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  form fieldset.other-detail .row {
    padding: 0;
  }
}
form fieldset.other-detail .row .field {
  width: 100%;
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  form fieldset.other-detail .row .field {
    padding: 0 20px;
  }
}
form fieldset.other-detail .row .field p {
  margin: 0 0 5px;
  font-size: 1em;
}
form fieldset.other-detail .row .field p span {
  color: #c80000;
}
form fieldset.other-detail .row .field input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
}
form fieldset.other-detail .row .field textarea {
  width: 100%;
  height: 120px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 300;
}
form fieldset.other-detail .row .field input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
}
form fieldset.other-detail .row .field span.radio {
  margin: 0 30px 0 0;
}
@media screen and (min-width: 960px) {
  form fieldset.other-detail .row.qty .field {
    width: 33.33%;
  }
}
form input[type="submit"] {
  width: 280px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0a233f;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background ease 0.5s, color ease 0.5s;
  transition: background ease 0.5s, color ease 0.5s;
}
form input[type="submit"]:hover {
  background: #c80000;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*--------------------------------------------------------------
# Share Button
--------------------------------------------------------------*/
.seed-social {
  text-align: center !important;
  padding-top: 50px;
}
/*--------------------------------------------------------------
# Page Navi
--------------------------------------------------------------*/
.navigation {
	width: 100%;
	height: auto;
	margin: 20px auto 40px;
	padding: 0;
}
@media screen and (min-width: 1440px) {
	.navigation {
		padding: 0 20px;
	}
}
.navigation .alignleft,
.navigation .alignright {
	-webkit-transition: background ease 0.5s;
	transition: background ease 0.5s;
}
.navigation .alignleft a,
.navigation .alignright a {
	width: 150px;
	height: 40px;
	background: #0a233f;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 1rem;
	font-weight: bold;
	padding: 5px 10px;
}
.navigation .alignleft a:hover,
.navigation .alignright a:hover {
	background: #c80000;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.project-category-box {
  padding: 40px 0;
}
.project-category-box .project-category-title-wrapper {
  text-align: center;
}
.project-category-box .project-category-title {
  font-size: 1.8rem;
  font-weight: normal;
  /*letter-spacing: 3.5px;*/
  letter-spacing: 0;
}
.project-category-list {
  margin: 0 -10px;
}
.project-category-list .project-category-item {
  padding: 10px;
  text-align: center;
  height: 550px;
}
.project-category-list .project-category-item .item-inner {
}
.project-category-list .project-category-item .thumb {
  position: relative;
}
.project-category-list .project-category-item .thumb img {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
.project-category-list .project-category-item .detail {
  padding: 15px;
  margin: -30px 20px 0;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.project-category-list .project-category-item .detail .title {
  font-size: 1.5rem;
  /*letter-spacing: 2.5px;*/
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 0;
}
.project-category-list .project-category-item .detail .location {
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.project-category-list .project-category-item .price {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.project-category-list .project-category-item .notice {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
@media ( min-width: 992px ) {
  .project-category-list .project-category-item {
    float: left;
    width: 33.3333%;
  }
}

.main-title-wrapper {
  text-align: center;
  margin-top: 40px;
}
.main-title-wrapper .main-title {
  font-size: 1.8rem;
  font-weight: normal;
  /*letter-spacing: 3.5px;*/
  letter-spacing: 0;
}

.talk-builtland-list {
  margin: 40px -10px;
}
.talk-builtland-list .talk-builtland-item {
  padding: 10px;
}
.talk-builtland-item .inner {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.talk-builtland-item .inner .thumb {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.talk-builtland-item .inner .thumb img {
  width: 100%;
}
.talk-builtland-item .avatar {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: -75px auto 0;
}
.talk-builtland-item .avatar img {
  border-radius: 50%;
  border: solid 5px #ffffff;
}
.talk-builtland-item .detail {
  padding: 20px;
}
.talk-builtland-item .detail .title {
  font-size: 1.5rem;
  font-weight: 500;
  /*letter-spacing: 1.25px;*/
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 15px;
}
.talk-builtland-item .detail .info p {
  margin-bottom: 0;
}
@media ( min-width: 768px ) {
  .talk-builtland-list .talk-builtland-item {
    float: left;
    width: 50%;
  }
}

.loan-calculator {
  padding: 40px 0;
}
.loan-calculator .loan-form {
  margin-bottom: 20px;
}
.loan-calculator .loan-form form {
  width: 100%;
}
.loan-calculator .loan-form .row {
  margin-bottom: 15px;
}
.loan-calculator .loan-form label {
  display: block;
}
.loan-calculator .loan-form .input-text,
.loan-calculator .loan-form select {
  width: 100%;
}
.loan-calculator .loan-form .button-submit {
  margin-top: 1.3rem;
  font-weight: 500;
  font-family: 'Kanit';
  width: 100%;
  display: block;
  border-radius: 5px;
  background-color: #0a233f;
  font-size: 1.2rem;
  text-align: center;
  border: 0 none;
  color: #fff;
  padding: 10px 20px 13px;
}
.loan-calculator .loan-result {
  padding: 20px;
  background: #0a233f;
  color: #fff;
  border-radius: 10px;
}
@media ( min-width: 768px ) {
  .loan-calculator .loan-form {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .loan-calculator .loan-result {
    float: right;
    width: 50%;
  }
}
.loan-calculator .loan-result .text-result {
  margin-top: 20px;
}
.loan-calculator .loan-result .text-result .row {
  margin-bottom: 10px;
}
.loan-calculator .loan-result .text-result .span-result,
.loan-calculator .loan-result .text-result .span-amount,
.loan-calculator .loan-result .text-result .span-year {
  font-size: 1.2rem;
}
.loan-calculator .remark {
  color: #c80000;
  font-size: 0.9rem;
  margin-top: 5px;
}

.loan-result h2 {
  font-size: 1.3rem;
  font-weight: 500;
}
.under-result-content {
  margin-top: 20px;
}
.under-result-content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.footer-contact .frm_style_formidable-style.with_frm_style {
  font-family: 'Kanit';
}
.footer-contact .frm_style_formidable-style.with_frm_style .frm_primary_label {
  color: white;
}
.footer-contact .frm_style_formidable-style.with_frm_style .form-field {
  margin: 0;
}
.footer-contact .frm_style_formidable-style.with_frm_style .frm_submit button {
  width: 100%;
  border: 0 none;
  background: #656668;
  color: white;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding: 10px 20px;
}

#content .frm_style_formidable-style.with_frm_style .submit-blue-btn button {
  background: #0a233f;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
}

.sticky-footer-bar {
	border-top: 1px solid #ddd;
	padding: 10px;
	background: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#footer-sticky-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-sticky-menu li {
	float: left;
	margin-right: 15px;
}

/* common */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid #3d566f;
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 140px;
  padding: 5px 0;
  background-color: #0a233f;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
          box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  right: -9px;
  top: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ribbon::before {
  top: 0;
  right: 0;
}
.ribbon::after {
  bottom: 0;
  left: 0;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
	border-top: none !important;
}
.frm_form_fields *,
#frm_form_1_container *,
#frm_form_5_container *,
#frm_form_6_container *,
#frm_form_7_container *,
#frm_form_8_container *,
#frm_form_9_container *,
#frm_form_10_container * {
  font-family: 'Kanit' !important;
}
#frm_form_1_container .frm_section_heading,
#frm_form_5_container .frm_section_heading,
#frm_form_6_container .frm_section_heading,
#frm_form_7_container .frm_section_heading,
#frm_form_8_container .frm_section_heading,
#frm_form_9_container .frm_section_heading,
#frm_form_10_container .frm_section_heading {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 50px;
}
#frm_form_1_container .frm_section_heading:after,
#frm_form_5_container .frm_section_heading:after,
#frm_form_6_container .frm_section_heading:after,
#frm_form_7_container .frm_section_heading:after,
#frm_form_8_container .frm_section_heading:after,
#frm_form_9_container .frm_section_heading:after,
#frm_form_10_container .frm_section_heading:after {
  content: "";
  clear: both;
  display: table;
}
#frm_form_1_container .frm_section_heading .form_title_wrapper,
#frm_form_5_container .frm_section_heading .form_title_wrapper,
#frm_form_6_container .frm_section_heading .form_title_wrapper,
#frm_form_7_container .frm_section_heading .form_title_wrapper,
#frm_form_8_container .frm_section_heading .form_title_wrapper,
#frm_form_9_container .frm_section_heading .form_title_wrapper,
#frm_form_10_container .frm_section_heading .form_title_wrapper {
  margin-top: -50px;
  text-align: center;
}
#frm_form_1_container .frm_section_heading .form_title_wrapper .frm_pos_top,
#frm_form_5_container .frm_section_heading .form_title_wrapper .frm_pos_top,
#frm_form_6_container .frm_section_heading .form_title_wrapper .frm_pos_top,
#frm_form_7_container .frm_section_heading .form_title_wrapper .frm_pos_top,
#frm_form_8_container .frm_section_heading .form_title_wrapper .frm_pos_top,
#frm_form_9_container .frm_section_heading .form_title_wrapper .frm_pos_top,
#frm_form_10_container .frm_section_heading .form_title_wrapper .frm_pos_top {
  padding: 5px 20px;
  position: relative;
  border: 0 none;
  font-family: Kanit, sans-serif;
  font-size: 1.5rem;
  background: white;
  display: inline-block;
}
#frm_form_1_container .frm_primary_label,
#frm_form_5_container .frm_primary_label,
#frm_form_6_container .frm_primary_label,
#frm_form_7_container .frm_primary_label,
#frm_form_8_container .frm_primary_label,
#frm_form_9_container .frm_primary_label,
#frm_form_10_container .frm_primary_label {
  font-family: 'Kanit';
}
#frm_form_1_container .frm_final_submit,
#frm_form_5_container .frm_final_submit,
#frm_form_6_container .frm_final_submit,
#frm_form_7_container .frm_final_submit,
#frm_form_8_container .frm_final_submit,
#frm_form_9_container .frm_final_submit,
#frm_form_10_container .frm_final_submit {
  margin: 25px auto 0;
  font-family: 'Kanit';
  width: 100%;
  max-width: 300px;
  display: block;
  border-radius: 5px;
  background-color: #0a233f;
  font-size: 1.2rem;
  text-align: center;
  border: 0 none;
  color: #fff;
  padding: 10px 20px 13px;
}

.site-wrapper {
  padding: 40px 0;
}
.site-wrapper .main-title {
  text-align: center;
}
.site-wrapper .main-title h2 {
  font-size: 1.8rem;
  font-weight: normal;
  /*letter-spacing: 3.5px;*/
  letter-spacing: 0;
}

.tns-nav {
  text-align: center;
  margin-top: 40px;
}
.tns-nav button {
  background: grey;
  border: 0 none;
  border-radius: 0;
  padding: 5px;
  height: 20px;
  width: 20px;
  margin: 0 5px;
}
.tns-nav .tns-nav-active {
  background: #0a233f;
}

.hot-deal-wrapper .section-11-list {
  margin: 0 -10px;
}
.hot-deal-wrapper .section-11-item {
  padding: 10px;
}
@media ( min-width: 992px ) {
  .hot-deal-wrapper .section-11-item {
    float: left;
    width: 33.3333%;
  }
}
#content section ul li.menu-item {
	width: auto;
	display: table !important;
}
#content section ul li.menu-item:after {
	content: "" !important;
	display: table !important;
	clear: both !important;
}

#content ul#menu-investment {
	
}
#content ul#menu-investment li {
	width: 100%;
	margin: 20px 0 0;
}

/* Form : ฟ้อนท์ขาวบนพื้นเข้ม */
.dark-style .frm_fields_container label,
.dark-style .frm_fields_container .frm_primary_label,
.dark-style .with_frm_style .frm_top_container .frm_primary_label
 {
	color: #fff !important;
}



.frm_last, .frm_form_field.frm_last, .frm_form_field.frm_alignright {
	grid-column-end: -1;
	grid-row-start: inherit !important;
	justify-content: end;
}


.pdpa-link {
	color: #0645ad;
	text-decoration: underline;
}
.frm_checkbox label {
	font-size: 18px;
}