.full {
  background: #FFF;
}
.full #container {
  padding: 64px 0px 60px;
}
@media (max-width: 980px) {
  .full #container {
    padding: 30px 0px;
    min-height: unset;
  }
}
.full .title_contact {
  font-family: helveticaneuebold;
  font-size: 26px;
  color: #2c4b9b;
  text-transform: uppercase;
  margin-top: -6px;
}
@media (max-width: 980px) {
  .full .title_contact {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .full .title_contact {
    text-align: center;
  }
}
.full .small_title {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7d7d7d;
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .full .small_title {
    text-align: center;
  }
}
.full #contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -19.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.full #contact_content #contact_form {
  width: 50%;
  float: left;
  padding: 0 19.5px;
}
@media (max-width: 600px) {
  .full #contact_content #contact_form {
    width: 100%;
    margin-bottom: 20px;
  }
}
.full #contact_content #contact_form .row {
  margin: 0px;
}
.full #contact_content #contact_form .row .col-md-12 {
  padding-left: 50px;
  padding-right: 0px;
}
.full #contact_content #contact_form .row .col-md-12 .form-group {
  margin-bottom: 10px;
}
.full #contact_content #contact_form .row .form-control {
  height: 39px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 14px;
}
.full #contact_content #contact_form .row .form-control::-webkit-input-placeholder {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7d7d7d;
}
.full #contact_content #contact_form .row .form-control::-moz-placeholder {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7d7d7d;
}
.full #contact_content #contact_form .row .form-control:-ms-input-placeholder {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7d7d7d;
}
.full #contact_content #contact_form .row .form-control::-ms-input-placeholder {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7d7d7d;
}
.full #contact_content #contact_form .row .form-control::placeholder {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7d7d7d;
}
.full #contact_content #contact_form .row textarea {
  height: 72px !important;
}
.full #contact_content #contact_form .row .full_name:before {
  content: url("../images/name_lienhe.png");
  position: absolute;
  left: 0px;
}
.full #contact_content #contact_form .row .phone:before {
  content: url("../images/phone_lienhe.png");
  position: absolute;
  left: 0px;
}
.full #contact_content #contact_form .row .email:before {
  content: url("../images/mail_lienhe.png");
  position: absolute;
  left: 0px;
}
.full #contact_content #contact_form .row .content:before {
  content: url("../images/content_lienhe.png");
  position: absolute;
  left: 0px;
}
.full #contact_content #contact_map {
  width: 50%;
  float: left;
  padding: 0 19.5px;
}
@media (max-width: 600px) {
  .full #contact_content #contact_map {
    width: 100%;
  }
}
.full #contact_content #contact_map .bg {
  padding: 4px;
  -webkit-box-shadow: 0px 0px 10px 4px #e2e2e2;
          box-shadow: 0px 0px 10px 4px #e2e2e2;
  height: 100%;
}

.btn-default {
  height: 37px;
  line-height: 37px;
  padding: 0px 46px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#434342), color-stop(#2c4b9b), to(#434342));
  background: -o-linear-gradient(left, #434342, #2c4b9b, #434342);
  background: linear-gradient(to right, #434342, #2c4b9b, #434342);
  font-family: helveticaneuebold;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: -10px;
}
@media (max-width: 600px) {
  .btn-default {
    height: 30px;
    line-height: 30px;
    padding: 0px 26px;
  }
}
.btn-default:hover {
  opacity: 0.8;
}

.mid_title_l {
  background: none !important;
  color: #008210 !important;
  padding-top: 30px !important;
}

#contact_content {
  margin-left: -15px;
  margin-right: -15px;
}

#contact_form {
  width: 100%;
  float: left;
  padding: 0 15px;
}

#contact_form .form_note {
  padding-bottom: 7px;
  font-family: SFUFutura03;
}

#contact_form label.error {
  float: none;
  display: block;
  width: 100%;
  text-align: right;
}

#contact_info {
  width: 100%;
  float: left;
  padding: 15px;
}

#contact_info .contact_info {
  padding-bottom: 5px;
}

#contact_info .contact_info p {
  margin: 0px;
  padding: 5px 0px;
  font-family: SFUFutura03;
  font-size: 15px;
}

#contact_map {
  clear: both;
}

#map_canvas {
  height: 100%;
}
@media (max-width: 600px) {
  #map_canvas {
    height: 300px;
  }
}

#map_canvas a {
  background: none;
}

@media (max-width: 399px) {
  #contact_form label,
#contact_form .input_text,
#contact_form .textarea {
    width: 100%;
  }
}
/*# sourceMappingURL=contact.css.map */