        .info-company h2 {
  color: #005eb8;
  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";
}
.contact {
    padding: 80px 0;
}
.contact .bp_form_field input {
  width: 100%;
  padding: 10px;
  border: 1px solid #dedede;
}
.contact .bp_form_field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dedede;
  height: 150px;
}
.bp_form_label_up {
  display: none;
}
.contact .bp_form_field:last-child {
    text-align: center;
}
.contact .bp-btn-send {
  border-radius: 5px;
  background: #005eb8;
  padding: 10px 50px;
  color: #fff;
  margin-top: 30px;
  border: 1px solid #005eb8;
    transition: all .4s;
}

.contact .bp-btn-send:hover {
    background-color: #fff;
    color: #005eb8;
    transition: all .4s;
}

.title-contact h2 {
  color: #005eb8;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.title-contact h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 85px;
  background: red;
}

#m_999844183 .swiper-button-prev,
#m_999844183 .swiper-button-next {
    display: none;
}



#frm-action-999844181 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#frm-action-999844181 .bp_form_field:not(:has(textarea)) {
    width: calc(50% - 10px);
}
#frm-action-999844181 .bp_form_field:has(textarea) {
    width: 100%;
}
#frm-action-999844181 .bp_form_field:has(button) {
    width: 100%;
    text-align: center;
}
#frm-action-999844181 .bp_form_field button {
    width: auto;
    margin-top: 0;
}
#frm-action-999844181 select {
    padding: 10px;
    font-size: 15px;
    color: #595c69;
}
#frm-action-999844181 select:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    border-color: #dedede;
}
.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 {
  color: #005eb8;
  font-size: 24px;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 15%) 0px 8px 24px;
}
.content-contact {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 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;
  }
  #frm-action-999844181 {
      gap: 5px;
  }
  #frm-action-999844181 .bp_form_field:not(:has(textarea)) {
    width: 100%;
    }

}
@media screen and (max-width: 456px) {
  .content-contact p:last-child {
    font-size: 14px;
  }
}

