.section {
  position: relative;
}

.text-main {
  color: #ffffff;
}

.section-wrap {
  position: relative;
  margin-top: -1px;
  padding: 0 20%;
}

.section-wrap .btn-open-contact {
  width: 54%;
  margin-left: 23%;
}

.section-form1 {
  background: url(../images/bg-form1.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0 19% 70px 19%;
}

.section-form2 {
  background: url(../images/bg-form2.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 60px 18.75% 60px 18.75%;
  margin-top: -1px;
}

.section-wrap {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}


.form-container {
  /* padding: 0 45px 34px 45px; */
  background: #02668d;
  /* margin-top: 40px;
  margin-bottom: 80px; */
}

.form-container .col-wrap:first-child {
  flex: 1;
  padding: 0 35px 35px 45px;
}

.form-container .col-wrap:last-child {
  flex: 1;
  padding: 0 40px 35px 40px;
}

.form-container .col-wrap:first-child {
  border-right: 1px dashed #878787;
}

.form-container .rowup-container {
  background: url(../images/bg-form.jpg) no-repeat;
  background-size: cover;
  padding: 60px 40px;
}

.form-container .rowup-container li {
  padding-bottom: 5px;
}

.form-container .col-wrap:last-child .rowup-wrap {
  height: 212px;
  outline: 2px dashed #cdcdcd;
  outline-offset: 20px;
}

.contact-form-wrap input {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 2px solid #a6a8a7;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-form-wrap input::-webkit-input-placeholder {
  color: #a1a29f;
}

.contact-form-wrap .btn-contact {
  height: 78px;
  line-height: 78px;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, rgb(223, 62, 99) 0%, rgb(222, 67, 78) 65%, rgb(221, 72, 56) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(223, 62, 99) 0%, rgb(222, 67, 78) 65%, rgb(221, 72, 56) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(223, 62, 99) 0%, rgb(222, 67, 78) 65%, rgb(221, 72, 56) 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
}

.section1 {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 90px 20% 120px 20%;
}

.section-form1 {
  position: relative;
}

.section-form1 .form-container {
  margin-top: -220px;
  z-index: 50;
  position: relative;
}

.s2 {
  margin-top: -100px;
  z-index: 2;
}


.section3 {
  background: url(../images/bg3.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 70px 19% 40px 19%;
}

.section3 .btn1 {
  margin-top: 60px;
}

.section4 {
  background: url(../images/bg4.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 25px 19% 85px 19%;
  position: relative;
}

.section4 .btn2 {
  position: absolute;
  bottom: 15.5%;
  left: 34%;
  width:32%;
  margin:0;
}

.section5 {
  background: url(../images/bg5.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0px 19% 75px 19%;
}

.section5 .btn3 {
  margin-top: 80px;
}

.section6 {
  background: url(../images/bg6.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 70px 19% 55px 19%;
}

.section6 .btn4 {
  margin-top: 55px;
}

.section7 {
  background: url(../images/bg7.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 90px 19% 45px 19%;
}

.section7 .btn5 {
  margin-top: 45px;
}

.section8 {
  background: url(../images/bg8.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 160px 19% 110px 19%;
}

@media (max-width: 1440px) {
  .letter-spacing1 {
    letter-spacing: -1px;
  }

  .section-wrap {
    padding-left: 16%;
    padding-right: 16%;
  }

  .section-form1 {
    padding: 0 16% 50px 16%;
  }

  .section-form2 {
    padding: 0px 16% 70px 16%;
  }
}

@media (max-width: 1280px) {
  .letter-spacing1 {
    letter-spacing: -1px;
  }

  .section-wrap {
    padding-left: 13%;
    padding-right: 13%;
  }

  .section-form1 {
    padding: 0 13% 40px 13%;
  }

  .section-form2 {
    padding: 0px 13% 50px 13%;
  }
}