#contact .s1 .plx-bg {
  background: url(/i/contact-hero.jpg) center/cover no-repeat;
}

#contact .s2 .contain {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

#contact .s2 .left {
  width: 325px;
}

#contact .s2 .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 900px;
}

#contact .s2 p.email {
  margin: 1.5rem 0 0;
}

#contact .s2 p.email, #contact .s2 p.phone {
  margin-bottom: 1rem;
}

#contact .s2 p.email a, #contact .s2 p.phone a {
  color: #AB4110;
}

#contact .s2 p.email:hover a, #contact .s2 p.phone:hover a {
  text-decoration: underline;
}

#contact .s2 .map {
  width: 100%;
  display: block;
}

#contact .s2 .map img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350/196;
  object-fit: cover;
}

#contact .s2 input.hidhp {
  display: none !important;
}

#contact .s2 input, #contact .s2 textarea, #contact .s2 button {
  border: 0;
  outline: 0;
}

#contact .s2 .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(51, 108, 128, 0.5);
}

#contact .s2 .row label {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 125px;
  font-size: .9rem;
  color: #002536;
}

#contact .s2 .row input, #contact .s2 .row textarea {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .9rem;
  color: #002536;
}

#contact .s2 .row input::placeholder, #contact .s2 .row textarea::placeholder {
  color: #005C7D;
}

#contact .s2 .row input:-webkit-autofill, #contact .s2 .row input:-webkit-autofill:hover, #contact .s2 .row input:-webkit-autofill:focus, #contact .s2 .row textarea:-webkit-autofill, #contact .s2 .row textarea:-webkit-autofill:hover, #contact .s2 .row textarea:-webkit-autofill:focus {
  color: #002536;
}

#contact .s2 .row input, #contact .s2 .row textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#contact .s2 .row textarea {
  background-color: rgba(207, 224, 238, 0.5);
  padding: 1rem;
}

#contact .s2 .buttons-wrapper {
  margin-top: 1.75rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}

#contact .s2 .link-off-btn {
  width: 14rem;
  cursor: pointer;
}

#contact .s2 .response {
  margin-top: 2rem;
}

@media screen and (max-width: 980px) {
  #contact #container .s2 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  #contact #container .s2 .left {
    width: 100%;
    max-width: 350px;
  }
  #contact #container .s2 .right {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  #contact #container .s2 .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  #contact #container .s2 .left {
    width: 100%;
    max-width: 350px;
  }
  #contact #container .s2 .right {
    width: 100%;
  }
  #contact #container .s2 .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #contact #container .s2 textarea {
    width: 100%;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
  }
  #contact #container .s2 .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2rem;
  }
}
