/*Add font ================================*/
.full.contact {
  padding: 0 0 97px;
  background-image: url("../../../../../resources/images/use/bg-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10%;
  background-color: #F9F9FB;
}
@media (max-width: 495px) {
  .full.contact {
    background-image: none;
  }
}
@media (max-width: 950px) {
  .full.contact {
    background-image: none;
  }
}
@media (max-width: 1440px) {
  .full.contact {
    background-position: left;
    padding: 0 0 30px;
  }
}

@media (min-width: 992px) {
  .contact_content {
    padding-left: 23rem;
  }
}

.box-header {
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .box-header {
    padding: 67px 0;
  }
}
@media (min-width: 992px) {
  .box-header {
    padding: 67px 0;
  }
}
.box-header:before {
  content: "";
  width: auto;
  height: 100%;
  background: url("../../../../../resources/images/use/contact-title.png") no-repeat center left;
  background-size: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 41%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.box-header .title {
  font-family: var(--font_box);
  color: #37231A;
  font-size: 60px;
  line-height: 80px;
}
@media (min-width: 768px) {
  .box-header .title {
    font-size: 67px;
  }
}
@media (min-width: 992px) {
  .box-header .title {
    font-size: 67px;
  }
}
.box-header .note {
  font: 500 24px/150% "Josefin Sans";
  color: #37231A;
}
@media (min-width: 768px) {
  .box-header .note {
    font: 500 28px/150% "Josefin Sans";
  }
}
@media (min-width: 992px) {
  .box-header .note {
    font: 500 28px/150% "Josefin Sans";
  }
}

.box-content .row_item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.contact_right {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .contact_right {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .contact_right {
    width: calc(100% - 270px);
  }
}

.contact_left {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .contact_left {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .contact_left {
    width: 270px;
    margin: 0;
  }
}
.contact_left .view h5 {
  font: 500 16px/150% "Josefin Sans";
  color: #37231A;
  line-height: 27px;
}
.contact_left .view p {
  font: 400 16px/150% "Josefin Sans";
  color: #37231A;
  line-height: 30px;
}

#contact_form {
  width: 100%;
}
@media (min-width: 992px) {
  #contact_form {
    padding: 0 0 0 150px;
  }
}
#contact_form .row {
  margin-right: -5px;
  margin-left: -5px;
}
#contact_form .col-12, #contact_form .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}
#contact_form .form-group {
  margin-bottom: 19px;
}
#contact_form label {
  margin: 0 0 10px;
  font: 500 16px/150% "Josefin Sans";
  color: #37231A;
}
#contact_form label .required {
  color: #C20000;
}
#contact_form input, #contact_form textarea {
  background-color: #fff;
  border: 1px solid #9095A1;
  border-radius: 5px;
  padding: 24px 15px;
  color: #37231A;
  font: 300 16px/150% "Josefin Sans";
}
#contact_form input:focus, #contact_form textarea:focus {
  outline: 0;
  box-shadow: none;
}
#contact_form textarea {
  height: 80px;
}
#contact_form .btn-contact {
  font-size: 22px;
  box-shadow: 4px 2px 5px #ccc;
  height: 45px;
  width: 138px;
  border-radius: 23px;
  border: 0;
  color: #fff;
  transition: all 0.3s ease;
  background: #536536;
}
#contact_form .btn-contact:hover {
  opacity: 0.8;
}

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

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

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

#contact_info .contact_info p {
  font: 400 14px/150% "Josefin Sans", sans-serif;
  color: #1c1c1c;
  margin: 0px;
  padding: 5px 0px;
}

#contact_map iframe {
  height: 250px;
  width: 100%;
}
@media (min-width: 992px) {
  #contact_map iframe {
    height: 500px;
  }
}

@media (max-width: 399px) {
  #contact_form label,
#contact_form .input_text,
#contact_form .textarea {
    width: 100%;
  }
}