/*************************
 page-contact
*************************/
#page-contact .bg {
  width: 100%;
  height: 500px;
  background: url("../../images/sample/contact.png");
  background-size: cover;
  background-position: 50% 80%;
  margin-bottom: 80px;
}
#page-contact h1 {
  margin-bottom: 80px;
}
#page-contact h1 span {
  display: block;
  font-weight: bold;
}
#page-contact h1 span:nth-of-type(1) {
  font-size: 82px;
  margin-bottom: 5px;
}
#page-contact h1 span:nth-of-type(2) {
  font-size: 14px;
}
#page-contact table th p,
#page-contact table td p {
  margin-bottom: 0;
}
#page-contact table th,
#page-contact table td {
  padding: 30px;
  vertical-align: middle;
}
#page-contact input[type="text"],
#page-contact input[type="email"],
#page-contact input[type="tel"],
#page-contact textarea {
  width: 100%;
}
#page-contact th span {
  display: block;
}
#page-contact th span:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
#page-contact th span:nth-of-type(2) {
  font-size: 14px;
  color: red;
  font-weight: bold;
}
#page-contact table {
  margin-bottom: 50px;
}
#page-contact .privacy_link {
  text-align: center;
  margin-bottom: 15px;
}
#page-contact .privacy_link a {
  text-decoration: none;
  font-size: 20px;
}
#page-contact .doui_btn {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#page-contact .submit_btn {
  text-align: center;
  margin-bottom: 80px;
}
#page-contact .submit_btn input {
  max-width: 300px;
  width: 100%;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #004261;
  color: #fff;
}
.wpcf7-spinner {
  display: none;
}
@media (max-width: 767px) {
  #page-contact table th,
  #page-contact table td {
    display: block;
    width: 100%;
  }
  #page-contact h1 span:nth-of-type(1) {
    font-size: 62px;
  }
}
