.bannerCommon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bannerCommon__img {
  background-color: var(--primary);
}

.bannerCommon__wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 568px) and (max-width: 1024px) {
  .bannerCommon__wrap-text {
    margin: 0 65px;
  }
}

.bannerCommon__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 59px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .bannerCommon__title {
    font-size: 28px !important;
  }
}

.bannerCommon__breadcrumb {
  font-size: 15px;
  color: #ffffff;
  z-index: 2;
  background-color: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.bannerCommon__breadcrumb li {
  margin-left: 5px;
}

@media screen and (max-width: 568px) {
  .bannerCommon__breadcrumb {
    font-size: 14px !important;
  }
}

.banner_page-contact {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.banner_page-contact::after {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border-radius: 2px;
}

.banner_page-contact img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.banner_page-contact-text {
  position: absolute;
  top: 50%;
  z-index: 2;
}

.banner_page-contact-text .line-contact {
  width: 131px;
  height: 4px;
  background: #eb7f2c;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 16px 0px;
}

@media only screen and (max-width: 1024px) {
  .banner_page-contact-text .line-contact {
    width: 100px;
    height: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_page-contact-text .line-contact {
    width: 70px;
    height: 2px;
  }
}

@media only screen and (max-width: 568px) {
  .banner_page-contact-text .line-contact {
    width: 30px;
    height: 1px;
  }
}

.banner_page-contact-text .text-banner-contact {
  font-weight: 900;
  z-index: 2;
  font-style: normal;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .banner_page-contact-text .text-banner-contact {
    font-size: 48px;
    line-height: 57px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_page-contact-text .text-banner-contact {
    font-size: 32px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 568px) {
  .banner_page-contact-text .text-banner-contact {
    font-size: 24px;
    line-height: 17px;
  }
}

.background_page-contact {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.background_page-contact .container_page-contact {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 48px;
}

.background_page-contact .container_page-contact-menu {
  margin-bottom: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.background_page-contact .container_page-contact-menu .text-menu-contact {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  color: #72757b;
  cursor: pointer;
}

.background_page-contact .container_page-contact-menu .arrow-content {
  height: 15px;
  margin: 0 14px 0 14px;
}

.background_page-contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
}

@media only screen and (max-width: 1024px) {
  .background_page-contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .background_page-contact-content .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 99.66667%;
  }
  .background_page-contact-content .mb-md-0 {
    margin-bottom: 3rem !important;
  }
}

.background_page-contact-content .line-text-content {
  border: 2px solid #eb7f2c;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0px 0px;
  width: 100px;
  bottom: 0;
}

.background_page-contact-content .line-content-introduce {
  border: 1px solid #dee2ed;
  background: #dee2ed;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0px 0px;
}

.background_page-contact-content-left {
  padding: 60px 20px 0 0;
}

.background_page-contact-content-left .btn-primary {
  background: #f2720b;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  padding: 13px 24px;
}

.background_page-contact-content-left .page-contact-content-notification {
  margin: 22px 0 32px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #72757b;
}

.background_page-contact-content-left #contact-form .row {
  margin-bottom: 32px;
}

.background_page-contact-content-left #contact-form .row .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  padding: 2.375rem 0.75rem;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
}

.background_page-contact-content-left #contact-form label {
  font-size: 16px;
  margin-bottom: 15px;
}

.background_page-contact-content-left #contact-form .row input[type="text"] {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #72757b;
}

.background_page-contact-content-left #contact-form .row .form-control::-webkit-input-placeholder {
  margin-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #72757b;
}

.background_page-contact-content-right {
  margin-top: 60px;
  padding: 25px 20px 25px 20px;
  height: 90%;
  background-color: #F4F5FC;
}

.background_page-contact-content-right-address .content-address {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 34px;
  line-height: 44px;
  text-transform: uppercase;
  color: #2063a3;
}

@media only screen and (max-width: 480px) {
  .background_page-contact-content-right-address .content-address {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .background_page-contact-content-right {
    margin-top: 30px;
  }
}

@media screen and (max-width: 568px) {
  .background_page-contact-content-right {
    margin-top: 0;
  }
}

.background_page-contact-content-right-row:first-child {
  margin: 32px 0 0 0;
}

.background_page-contact-content-right-row {
  margin: 16px 0 0 0;
}

.background_page-contact-content-right-row .logo-map-contact {
  width: 35px;
}

.background_page-contact-content-right-row .contact-content-column1 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #1d2029;
  cursor: pointer;
}

.background_page-contact-content-right img {
  padding-right: 15px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.page_contact-map {
  margin: 60px 0 0 0;
}

.page_contact-map iframe {
  height: 700px;
  max-height: 100%;
}

.container-contact {
  max-width: 100% !important;
}

@media screen and (max-width: 568px) {
  .container-contact {
    padding: 0 !important;
  }
}

textarea:last-child {
  padding-bottom: 85px !important;
}

@media screen and (max-width: 768px) {
  textarea:last-child {
    padding-bottom: 40px !important;
  }
}

.g-recaptcha {
  margin: 35px 0 0 12px;
}

@media screen and (max-width: 768px) {
  .content-name-field {
    margin-bottom: 24px;
  }
}

.contact-row-field {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .contact-row-field {
    margin-bottom: 14px !important;
  }
}
/*# sourceMappingURL=page-contact.css.map */