	.page-contact {
  padding: 100px 0 50px;
}

.contact-us-content {
  margin-right: 30px;
}

.contact-us-item {
  border: 1px solid #0e384c1a;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 4px 40px 0px #0000000f;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background: #FFF;
}

.contact-us-item .icon-box {
  background: #ffeffe;
  border-radius: 100px;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #5d3080;
}

.contact-us-item .icon-box img {
  max-width: 30px;
}

.contact-us-item .contact-info-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contact-us-item .contact-info-content p {
  width: 100%;
  max-width: 220px;
  margin: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
  width: 100%;
  height: 735px;
  border-radius: 30px;
}
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-title h2 span {
  color: #5d3080;
}
.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.bp_form_label_up {
  display: none;
}
#frm-action-96390 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
#frm-action-96390 > .bp_form_field:nth-child(5) {
  grid-column: span 2;
}
#frm-action-96390 input,
#frm-action-96390 select{
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #0e384c1a;
  border-radius: 10px;
  color: #0e384c;
  box-shadow: none;
  background: #FFF;
}
#frm-action-96390 textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #0e384c1a;
  border-radius: 10px;
  color: #0e384c;
  box-shadow: none;
  min-height: 150px;
  background: #FFF;
}
.bp-btn-send {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  color: #ffffff;
  background: #5d3080;
  text-transform: capitalize;
  padding: 14px 50px 14px 20px;
  border-radius: 99px;
  border: none;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bp-btn-send:hover {
  background-color: transparent;
  color: #fff;
}

.bp-btn-send::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("https://cpat.vn/files_upload/arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px auto;
  transform: translate(-10px, -50%);
  transition: all 0.4s ease-in-out;
}

.bp-btn-send:hover:before {
  transform: translate(-10px, -50%) rotate(45deg);
  background-size: 10px auto;
}

.bp-btn-send::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 99px;
  background: #0e384c;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.bp-btn-send:hover::after {
  width: 100%;
}
.form-contact img {
  border-radius: 40px;
}
#m_101518 {
  padding-left: 30px;
}

