        .page-header {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(45, 75, 18, 0.05) 0%, rgba(45, 75, 18, 0.1) 100%);
}

.page-header-box h1 {
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  color: #87b51e;
  margin-bottom: 20px;
}

.page-header-box h1 span {
  color: #0e384c;
}

.page-header-box ol {
  margin: 0;
  padding: 0;
  justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  color: #0e384c;
  text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: #87b51e;
}
.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;
}

.contact-us-item .icon-box {
  background: #eff4ff;
  border-radius: 100px;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #007bff;
}

.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 h3 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #007bff;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-title h2 span {
  color: #007bff;
}
.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}
.bp_form_label_up {
  display: none;
}
#frm-action-68360 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
#frm-action-68360 > .bp_form_field:nth-child(5) {
  grid-column: span 2;
}
#frm-action-68360 input {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #0e384c1a;
  border-radius: 10px;
  color: #0e384c;
  box-shadow: none;
}
#frm-action-68360 select {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #0e384c1a;
  border-radius: 10px;
  color: #0e384c;
  box-shadow: none;
}
textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #0e384c1a;
  border-radius: 10px;
  color: #0e384c;
  box-shadow: none;
  min-height: 150px;
}
.bp-btn-send {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  color: #ffffff;
  background: #007bff;
  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;
}
@media screen and (max-width:567px) {
    #frm-action-68360 {
            grid-template-columns: repeat(1, auto);
            gap: 10px;
    }
    #frm-action-68360 > .bp_form_field:nth-child(5) {
        grid-column: unset;
    }
}
