#vnt-contact .contact_guide {
  text-align: center;
  color: #0267ff;
  line-height: 1.8;
  background-color: #fff;
  padding: 26px 20px;
  font-size: 14px;
}
#vnt-contact .contact_wrapper {
  padding: 35px 0 70px;
}
#vnt-contact .contact_form form .form-group {
  margin-bottom: 35px;
}
#vnt-contact .contact_form form .form-group label {
  font-size: 16px;
  color: #0267ff;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
#vnt-contact .contact_form form .form-group label span {
  color: #fe0000;
}
#vnt-contact .contact_form form .form-group input,
#vnt-contact .contact_form form .form-group textarea {
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #efefed;
  margin-bottom: 9px;
  color: #888888;
  font-size: 14px;
  line-height: 1.4;
  height: 45px;
}
#vnt-contact .contact_form form .form-group textarea {
  height: 100px;
  resize: none;
}
#vnt-contact .contact_form form .form_code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#vnt-contact .contact_form form .form_code img {
  height: calc(100% - 9px);
}
#vnt-contact .contact_form form button {
  width: 140px;
  height: 45px;
  background-color: #005abb;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  -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 .contact_form form button:hover {
  background-color: #ffde00;
  color: #0267ff;
}
#vnt-contact .contact_form form button i {
  margin-right: 10px;
}
#vnt-contact .contact_info_wrapper {
  margin-top: 130px;
  position: relative;
}
#vnt-contact .contact_info_wrapper .map_box iframe {
  width: 100%;
  height: 500px;
}
#vnt-contact .contact_info_wrapper .contact_info {
  position: absolute;
  top: -60px;
  left: 14.5%;
  background-color: #005abb;
  width: 100%;
  max-width: 300px;
  padding: 20px 20px 80px;
}
#vnt-contact .contact_info_wrapper .contact_info .t1 {
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#vnt-contact .contact_info_wrapper .contact_info .comname {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 1.6;
}
#vnt-contact .contact_info_wrapper .contact_info .item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
#vnt-contact .contact_info_wrapper .contact_info .item span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #vnt-contact .contact_guide {
    padding: 26px 18px;
  }
  #vnt-contact .contact_wrapper {
    padding: 25px 0 55px;
  }
  #vnt-contact .contact_info_wrapper {
    margin-top: 45px;
  }
  #vnt-contact .contact_info_wrapper .contact_info {
    position: relative;
    top: unset;
    left: unset;
    max-width: 100%;
    padding: 20px 20px 40px;
  }
}
