/**************************
 page-contact
**************************/
#page-contact .bg {
  background: url("../../images/contact/bg-contact.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 100px;
}
#page-contact .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
#page-contact .bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
#page-contact .bg h1 span {
  display: block;
}
#page-contact .bg h1 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page-contact .bg h1 span:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
#page-contact .contact-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
#page-contact .wpcf7-spinner {
  display: none;
}
#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 table th span {
  display: block;
}
#page-contact table th span.required {
  color: red;
  font-size: 14px;
}
#page-contact input[type="text"],
#page-contact input[type="email"],
#page-contact textarea {
  width: 100%;
}
#page-contact input[type="text"],
#page-contact input[type="email"] {
  padding-top: 5px;
  padding-bottom: 5px;
}
#page-contact table {
  margin-bottom: 50px;
}
#page-contact .privacy {
  text-align: center;
  margin-bottom: 15px;
}
#page-contact .doui_btn {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
#page-contact .submit_btn {
  text-align: center;
}
#page-contact .submit_btn input {
  border: none;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #213f6a;
  color: #fff;
}
@media (max-width: 991px) {
  #page-contact table th,
  #page-contact table td {
    width: 100%;
    display: block;
  }
  #page-contact table th {
    background: #86b7fe;
  }
}
