.bg-contact {
  background-image: url(../assets/images/bg-contact.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 90px - 252px);
}

.contact {
  padding: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 60px 25px 100px;
  }
}
.contact .row {
  display: grid;
  grid-template-columns: 1fr 530px;
}
@media screen and (max-width: 1024px) {
  .contact .row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .block-map {
    order: 2;
  }
}
.contact .map {
  border-radius: 20px !important;
  border: #ffffff 5px solid !important;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .contact .map {
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .contact .map {
    height: 300px;
  }
}
.contact .detail {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .contact .detail {
    padding: 30px;
  }
}
.contact .detail .logo img {
  display: block;
  margin: 0 auto 20px auto;
  width: 120px;
}
@media screen and (max-width: 600px) {
  .contact .detail .logo img {
    width: 100px;
  }
}
.contact .detail h2 {
  color: #22633C;
  font-weight: 600;
  font-family: "KanitRegular";
  font-weight: bolder;
}
.contact .detail h3 {
  color: #2B9254;
  font-size: 32px;
  font-family: "KanitRegular";
  font-weight: bolder;
}
.contact .detail h5 {
  color: #626262;
}
.contact .detail .text-left {
  text-align: left !important;
  font-size: 16px;
  font-family: "KanitMedium";
}
.contact .detail hr {
  border-top: 1px solid #8c8b8b;
  width: 60%;
  display: block;
  margin: 30px auto;
}
.contact .detail a.fb {
  text-decoration: none;
}
.contact .detail a.fb .name {
  margin-top: 15px;
  margin-left: 1rem !important;
  flex-grow: 1 !important;
  color: #626262;
  text-align: left !important;
  font-weight: 400;
  font-size: 16px;
}
.contact .detail a.fb .name:hover {
  color: #22633C !important;
  text-decoration: underline;
}
/*# sourceMappingURL=contact.css.map */
.bg-faq {
  background-image: url(../assets/images/bg-faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 90px - 252px);
}
