#container {
  min-width: 320px;
}
#container .section {
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  min-height: 800px;
  padding-bottom: 100px;
  padding-top: 150px;
}
#container .section .content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 50%;
}
#container .section .content #logo {
  border: 1px solid #FFFFFF;
  max-width: 148px;
  padding: 20px;
}
#container .section .content .book-table-button {
  border: 1px solid #FFFFFF;
  padding: 10px;
  text-transform: uppercase;
}
#container .section .content a.button {
  background-color: #000000;
  border: 1px solid #FFFFFF;
  display: inline-block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
#container .section.home {
  padding-top: 350px;
  background-image: url("../../../img/bgd/bgd-1.jpg");
  background-position: 50% 50%;
  position: relative;
}
#container .section.home .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#container .section.home .content .logo {
  max-width: 396px;
  min-width: 280px;
}
#container .section.home .content h1 {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 90px;
  padding-bottom: 20px;
  font-family: Cormorant Garamond;
  font-weight: normal;
}
#container .section.home .content h3 {
  margin-top: 10px;
}
#container .section.home .content p {
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 60%;
}
#container .section.home .content .pinocchio {
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
}
#container .section.contact_us {
  background-color: #000000;
  background-image: url("../../../img/home/home_body_img04_dark.png");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: auto;
  min-height: 700px;
  padding-bottom: 25px;
  padding-top: 200px;
  width: 100%;
}
#container .section.contact_us .content {
  width: 60%;
  text-align: center;
  padding-bottom: 250px;
}
#container .section.contact_us .content .header {
  padding-bottom: 20px;
}
#container .section.contact_us .content h1 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-family: Cormorant Garamond;
  font-weight: 100;
  line-height: 1.2em;
}
#container .section.contact_us .content p {
  font-size: 18px;
  margin-top: 15px;
}
#container .section.contact_us .content .apply-now {
  margin-top: 40px;
}
#container .section.contact_us .content .form .placeholder-input-file {
  background-color: #000000;
  background-image: url(../../../img/utils/download.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
#container .section.contact_us .content .form input[type="file"] {
  display: none;
}
#container .section.contact_us .content .form input {
  margin-top: 30px;
}
#container .section.contact_us .content .form a.submit {
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.g-recaptcha {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.rc-anchor-light {
  background: #000 !important;
  color: #fff !important;
}
.loading {
  display: none;
}
/* =============== responsive ============= */
@media (max-width: 900px) {
  #container .section.contact_us .content {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .g-recaptcha {
    max-width: 100%;
  }
  #container .section.contact_us {
    background-size: inherit;
    padding-top: 150px;
  }
  #container .section.contact_us .content {
    padding-bottom: 50px;
    width: 100%;
  }
  #container .section.contact_us .content h1 {
    font-size: 35px;
  }
}
