.section.section-slide-sv {
  position: relative;
  padding: 0; }
  .section.section-slide-sv .banner-image-wrapper.custom {
    position: relative; }
    .section.section-slide-sv .banner-image-wrapper.custom .form-solution {
      padding: 20px 10px; }
      .section.section-slide-sv .banner-image-wrapper.custom .form-solution .sv-form {
        width: unset;
        background: #fff;
        border-radius: 40px; }
        .section.section-slide-sv .banner-image-wrapper.custom .form-solution .sv-form .input-group {
          margin-bottom: 10px; }
        .section.section-slide-sv .banner-image-wrapper.custom .form-solution .sv-form .wrapper-intro .s-title h2 {
          font-size: 18px;
          padding: 10px; }
        .section.section-slide-sv .banner-image-wrapper.custom .form-solution .sv-form .wrapper-form {
          padding: 30px; }
  .section.section-slide-sv .intro-wrapper {
    max-width: 700px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 0 15px; }
    .section.section-slide-sv .intro-wrapper h2 {
      font-weight: bold;
      font-size: 30px;
      line-height: initial;
      color: #fff;
      text-transform: uppercase; }
  @media (min-width: 1270px) {
    .section.section-slide-sv .banner-image-wrapper.custom .form-solution {
      position: absolute;
      top: 5%;
      right: 10%;
      width: 580px;
      padding: 0; } }
  @media (max-width: 1269px) {
    .section.section-slide-sv .banner-image-wrapper.custom .form-solution {
      max-width: 500px;
      margin: auto; } }
  @media (max-width: 991.98px) {
    .section.section-slide-sv .intro-wrapper h2 {
      font-size: 22px; } }
  @media (max-width: 767.98px) {
    .section.section-slide-sv .intro-wrapper h2 {
      font-size: 12px; } }

.banner-pagecontact {
  position: relative; }
  .banner-pagecontact:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

.box-info-contact li {
  margin-bottom: 30px; }
  .box-info-contact li p {
    margin-bottom: 0;
    color: #666;
    font-weight: 500; }
    .box-info-contact li p strong {
      font-weight: 600;
      color: #272727; }

.box-send-contact h2, .header-page-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 40px 0 35px; }
  .box-send-contact h2:after, .header-page-contact h2:after {
    content: "";
    display: block;
    margin-top: 15px;
    width: 30px;
    height: 3px;
    background: #272727; }

.box-map {
  margin: 40px 0; }
  .box-map iframe {
    width: 100%; }

.col-left.contactFormWrapper {
  height: 680px; }
