                .info-company h2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
.info-company h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 85px;
  background: red;
}
.info-company ul {
  padding-left: 0;
  margin-top: 20px;
}
.info-company ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.info-company ul li span {
  font-weight: 700;
}

.info-company ul li:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  color: #fff;
  background: #00b9f8;
  width: 50px;
  height: 50px;
}

.info-company ul li:first-child:before,
.info-company ul li:nth-child(2):before {
  content: "\f3c5";
}
.info-company ul li:nth-child(3):before {
  content: "\f2a0";
}
.info-company ul li:nth-child(4):before {
  content: "\f0e0";
}
.bp_form_field input {
  width: 100%;
  padding: 10px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
}
.bp_form_field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dedede;
  height: 150px;
}
.bp_form_label_up {
  display: none;
}
.bp-btn-send {
  border-radius: 5px;
  background: #57a83c;
  padding: 10px 20px;
  color: #fff;
  margin-top: 30px;
}
.title-contact h2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
.title-contact h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 85px;
  background: red;
}
.content-contact a {
    color: #121212;
}
#frm_lienhe > h2 {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#contact_button {
  margin-top: 30px !important;
  text-align: center;
}
#sub_mit {
  border-radius: 5px;
  background: #f6941f;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
#contact_reset {
  border-radius: 5px;
  background: #00b9f8;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
#contact_button {
  display: flex;
  justify-content: center;
}
.icon-contact {
  width: 110px;
  height: 110px;
  background: #57a83c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.content-contact {
  width: 70%;
  height: 110px;
  background: #fbfbfb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
}
.content-contact p:first-child {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.content-contact p:last-child {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media screen and (max-width: 768px) {
  .info-company ul li {
    display: block;
  }
  .info-company ul li:before {
    content: unset !important;
  }
  #frm_lienhe {
    padding: 30px;
  }
  #frm_lienhe > h2 {
    font-size: 22px;
  }
}
@media screen and (max-width:456px) {
    .content-contact p:last-child {
        font-size: 12px;
    }
}

