.flex-container {
  display: flex;
}

.bolder {
  font-weight: bolder;
}

.banner {
  position: relative;
  background-color: #000;
}
.banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 76.5%;
  height: 16.66vw;
  color: #fff;
  text-align: center;
}
.banner .container h6 {
  padding: 15px 0;
  color: #2491ed;
  font-size: 42px;
}
.banner .container h6 span {
  color: #37c89f;
}
.banner .container p {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-size: 20px;
  line-height: 24px;
}
.banner .container .en {
  font-size: 12px;
  letter-spacing: 2px;
}
.banner .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Applicate {
  padding: 20px 0 35px;
  margin: 0 auto;
  width: 1100px;
}
#Applicate .tips {
  display: inline-block;
  position: relative;
}
#Applicate .tips p {
  display: none;
  position: absolute;
  top: -20px;
  left: 0;
  color: #ff0000;
  font-size: 12px;
  line-height: 20px;
}

.form-title {
  padding: 12px 0;
  text-align: center;
}
.form-title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #122943;
  font-size: 24px;
}
.form-title span:before, .form-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 90px;
  height: 2px;
  background: #e2e2e2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.form-title span:before {
  right: 100%;
}
.form-title span:after {
  left: 100%;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.form-group span {
  width: 10%;
  padding: 0 20px;
  text-align: right;
}

.form-group input,
.form-group textarea {
  width: 600px;
  border-radius: initial;
}

.form-group input {
  height: 40px;
  line-height: 40px;
}

.form-group textarea {
  height: 150px;
}

.form-group .need {
  position: relative;
}

.form-group .need::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 5px;
  color: #ff0000;
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 6px 40px;
  border-color: #2c9bf6;
  background-color: #2c9bf6;
}

/*# sourceMappingURL=contact.css.map */
