.vnt_contact_frame {
  position: relative;
  overflow: hidden;
  pointer-events: auto;
  height: 100vh;
}
.vnt_contact_frame .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 55px;
  height: 55px;
  background-color: #d2a02a;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
}
.vnt_contact_frame .close_btn:before, .vnt_contact_frame .close_btn:after {
  position: absolute;
  display: block;
  left: 15px;
  right: 15px;
  top: 50%;
  height: 2px;
  background: #fff;
  content: "";
}
.vnt_contact_frame .close_btn:before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.vnt_contact_frame .close_btn:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.vnt_contact_frame .contact_map {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.vnt_contact_frame .contact_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.vnt_contact_frame .contact_content {
  position: relative;
  width: 50%;
  background-color: #b2a69d;
  height: 100vh;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.vnt_contact_frame .contact_content .content_wrapper {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
.vnt_contact_frame .contact_content .content_wrapper > p {
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
}
.vnt_contact_frame .contact_info {
  color: #fff;
  font-size: 16px;
}
.vnt_contact_frame .contact_info a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.vnt_contact_frame .open_map a {
  display: inline-block;
  width: 168px;
  height: 48px;
  line-height: 48px;
  border: 2px solid #fff;
  margin-right: 20px;
  color: #fff;
  text-align: center;
}
.vnt_contact_frame .open_map a:before {
  background-color: #c1b8b1;
}
.vnt_contact_frame .open_map a:last-child {
  margin-right: 0;
}
.vnt_contact_frame .form_contact form .form-group {
  margin-bottom: 10px;
}
.vnt_contact_frame .form_contact form input,
.vnt_contact_frame .form_contact form textarea {
  width: 100%;
  background-color: #c1b8b1;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  padding: 10px;
  border: none;
  outline-color: transparent;
}
.vnt_contact_frame .form_contact form input::-webkit-input-placeholder,
.vnt_contact_frame .form_contact form textarea::-webkit-input-placeholder {
  color: #fff;
}
.vnt_contact_frame .form_contact form input::-ms-input-placeholder,
.vnt_contact_frame .form_contact form textarea::-ms-input-placeholder {
  color: #fff;
}
.vnt_contact_frame .form_contact form input::placeholder,
.vnt_contact_frame .form_contact form textarea::placeholder {
  color: #fff;
}
.vnt_contact_frame .form_contact form textarea {
  resize: none;
  height: 75px;
  line-height: 1.4;
}
.vnt_contact_frame .form_contact form button {
  width: 130px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  z-index: 0;
  background: none;
  border: none;
  background-color: #ddb925;
  outline: none;
  float: right;
}
.vnt_contact_frame .form_contact form button:hover:before {
  transition-delay: 0.4s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.vnt_contact_frame .form_contact form button:hover > span:before, .vnt_contact_frame .form_contact form button:hover > span:after {
  width: 0;
}
.vnt_contact_frame .form_contact form button:hover > span span:before, .vnt_contact_frame .form_contact form button:hover > span span:after {
  height: 100%;
}
.vnt_contact_frame .form_contact form button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #b2a69d;
}
.vnt_contact_frame .form_contact form button > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vnt_contact_frame .form_contact form button > span:before, .vnt_contact_frame .form_contact form button > span:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #ddb925;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vnt_contact_frame .form_contact form button > span:before {
  top: 0;
  right: 0;
}
.vnt_contact_frame .form_contact form button > span:after {
  bottom: 0;
  left: 0;
}
.vnt_contact_frame .form_contact form button > span span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vnt_contact_frame .form_contact form button > span span:before, .vnt_contact_frame .form_contact form button > span span:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 0;
  background-color: #ddb925;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vnt_contact_frame .form_contact form button > span span:before {
  bottom: 0;
  left: 0;
}
.vnt_contact_frame .form_contact form button > span span:after {
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .vnt_contact_frame {
    overflow: auto;
  }
  .vnt_contact_frame .contact_map {
    position: relative;
    width: 100%;
    height: 100%;
    top: unset;
    left: unset;
  }
  .vnt_contact_frame .contact_map iframe {
    height: 500px;
  }
  .vnt_contact_frame .contact_content {
    width: 100%;
    height: unset;
    padding: 30px 20px 45px;
  }
  .vnt_contact_frame .contact_content .content_wrapper {
    width: 100%;
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  .vnt_contact_frame .form_contact form button {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .vnt_contact_frame .open_map a {
    width: calc((100% - 20px) / 2);
    margin-right: 15px;
  }
}
