.address {
  background-color: #2FB88E;
  color: #FFFFFF;
  font-size: 22px;
}

.address p {
  margin: 0;
}

.address .name {
  font-size: 23px;
    font-family: DBSathornX;
    /* letter-spacing: 1px; */
    margin-bottom: 10px;
    font-weight: bold;
}

.address .fax {
  background-image: url(../../assets/img/icon/ic-fax.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  display: block;
  background-size: 18px;
  background-position: 0px;
  color: white;
}

.address .telephone {
  background-image: url(../../assets/img/icon/ic-phone.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  display: block;
  background-size: 10px;
  background-position: 3px;
  color: white !important;
}
.address .telephone a{
  color: white !important;
}

.title {
  text-align: center;
  /*letter-spacing: 3px;*/
  font-family: DBSathornX;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.form-group {
  margin: 4px 0px 0px 0px;
}

.form-control {
  font-size: 22px;
  height: 50px;
  border: 0;
}

.custom-select-dropdown {
  padding: 0 !important;
  margin: 4px 0;
}

.custom-select-dropdown select {
  border-color: #CBE9E1;
  border-radius: 4px;
  font-size: 22px;
  color: #495057c4;
  padding: 10px !important;
  background-color: #FFFFFF;
  text-align-last: auto;
}

.custom-select-dropdown select:hover,
.custom-select-dropdown select:focus {
  color: #495057c4;
  background-color: #FFFFFF;
  border-color: #CBE9E1;
}

.custom-select-dropdown .select_arrow {
  position: absolute;
  top: 8px;
  right: 31px;
  width: 15px;
  height: 15px;
  border: solid #2BBB8E;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.custom-select-dropdown .container {
  padding: 0px;
}

.btn_submit {
  color: #FFF;
  background-color: #f67323;
  border: 0;
  border-radius: 20px;
  width: 250px;
  margin: 20px auto;
  display: block;
  font-size: 22px;
  height: 45px;
}

.btn_submit:hover,
.btn_submit:active,
btn_submit:focus {
  color: #FFF;
  background-color: #f67323;
  border: 0 -webkit-box-shadow: inset 0px 0px 0px #333;
  -moz-box-shadow: inset 0px 0px 0px #333;
  box-shadow: inset 0px 0px 0px #333;
}

.btndownload a {
  font-size: 22px;
  color: #FFF;
  position: absolute;
  display: block;
  width: 250px;
  height: 45px;
  padding-top: 13px;
  padding-left: 40px;
  text-align: center;
}

a:active,
a:hover,
a:visited {
  text-decoration: none;
}

.btndownload {
  background-color: #299D7B;
  width: 250px;
  color: #FFF;
  border-radius: 25px;
  height: 45px;
  margin-bottom: 20px;
  padding: 0px;
}

.ic_download {
  background: url(../../assets/img/icon/ic-pin.png) no-repeat;
  float: left;
  width: 26px;
  height: 24px;
  background-size: 26px;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  margin-top: 10px;
}

.map {
  height: 450px;
}

.only-xs {
  margin: 0;
}
em.error{
  position: absolute;
  right: -10px;
  top: 2px;
  color: black;
}
.swal-modal .swal-text{
  text-align: center;
  font-size: 28px;
}

@media (min-width: 700px) {
  .only-xs {
    margin-top: 4px;
  }
  .address .telephone {
    margin-top: 60px;
  }
  textarea.form-control{
    height: 212px;
  }
}