.text-main {
  color: #008775;
}
.bg-main {
  background: #008977;
}
.section-title {
  width: 138%;
  margin-left: -19%;
}
.section1 {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 58px 0 0 0;
}
.form-container {
  /* padding: 0 45px 34px 45px; */
  background: #ffffff;
  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 45px 35px 35px;
}
.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;
  margin: 0 0 22px 0;
  padding: 60px 50px;
}
.form-container .col-wrap:last-child .rowup-wrap {
  height: 212px;
  outline: 2px dashed #cdcdcd;
  outline-offset: 30px;
}
.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;
}
.contact-form-wrap input::-webkit-input-placeholder {
  color: #a1a29f;
}
.contact-form-wrap .btn-event-contact {
  height: 78px;
  line-height: 78px;
  border-radius: 4px;
  font-size: 38px;
  font-weight: 300;
  cursor: pointer;
}
.section1 .s12 {
  margin-top: 50px;
}
.section1 .btn-open-contact,
.section2 .btn-open-contact,
.section4 .btn-open-contact {
  width: 560px;
  margin: 52px calc(50% - 280px) 80px calc(50% - 280px);
}

.section2 {
  padding: 85px 0 0 0;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: 100% 100%;
}
.section2 .tp-container {
  position: relative;
}
.section2 .tp-container .discount-label {
  width: 180px;
  position: absolute;
  right: -48px;
  top: -90px;
}

.section3 {
  padding: 120px 0 240px;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: 100% 100%;
}
.s31 {
  margin-top: 40px;
}
.section4 {
  padding: 60px 0 45px 0;
  background: url(../images/bg4.jpg) no-repeat;
  background-size: 100% 100%;
}
.section4 .section-title {
  padding-bottom: 42px;
}
.section4 .btn42 {
  margin-bottom: 0;
}
.section5 {
  padding: 80px 0 94px 0;
  background: url(../images/bg5.jpg) no-repeat;
  background-size: 100% 100%;
}
.section5 img.item {
  margin-top: 88px;
}
.section5 .btn-open-contact {
  width: 560px;
  margin: 80px calc(50% - 280px) 160px calc(50% - 280px);
}
.section5 .form-container {
  margin: 0;
}
.toast {
  background: #ffffff;
  width: 460px;
  border-radius: 8px;
  padding: 20px 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: fixed;
  top: 40%;
  left: calc(50% - 220px);
  box-shadow: 0 0 10px #eeeeee;
}
@media (max-width: 1440px) {
  .section-title {
    width: 100%;
    margin-left: 0;
  }
  .section1 .btn-open-contact,
  .section2 .btn-open-contact,
  .section4 .btn-open-contact {
    width: 460px;
    margin: 52px calc(50% - 230px) 60px calc(50% - 230px);
  }
  .section2 .tp-container .discount-label {
    width: 150px;
    right: -40px;
    top: -75px;
  }
  .section3 {
    padding: 120px 0 130px;
  }
  .section4 .btn42 {
    margin-bottom: 0;
  }
  .section5 img.item {
    margin-top: 48px;
  }
  .section5 .btn-open-contact {
    width: 460px;
    margin: 40px calc(50% - 230px) 80px calc(50% - 230px);
  }
}

@media (max-width: 1280px) {
  .section2 .tp-container .discount-label {
    width: 132px;
    right: -15px;
    top: -62px;
  }
}
