.contact-bg {
  padding-top: 80px;
}
.contact-bg img {
  width: 100%;
}
.contact-us .contact-title,
.hire .contact-title {
  color: #00a0e9;
  border-bottom: 1px solid #dcdcdc;
}
.contact-us .contact-title strong,
.hire .contact-title strong {
  border-bottom: 2px solid #00a0e9;
  padding-bottom: 1px;
  margin-right: 5px;
}
.contact-us .contact-title .english,
.hire .contact-title .english {
  font-weight: normal;
}
.contact-us .contact-info,
.hire .contact-info {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .contact-us .contact-info,
  .hire .contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-us .contact-info .info-left,
.hire .contact-info .info-left {
  width: 560px;
  padding: 15px 15px 15px 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-us .contact-info .info-left,
  .hire .contact-info .info-left {
    width: 490px;
    padding: 10px 10px 10px 20px;
  }
}
.contact-us .contact-info .info-left h1,
.hire .contact-info .info-left h1 {
  color: #00a0e9;
  font-size: 24px;
  margin-bottom: 30px;
  white-space: nowrap;
  -ms-flex-line-pack: justify;
      align-content: justify;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-us .contact-info .info-left h1,
  .hire .contact-info .info-left h1 {
    white-space: normal;
  }
}
.contact-us .contact-info .info-left p,
.hire .contact-info .info-left p {
  font-size: 18px;
  line-height: 2.5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-us .contact-info #containerA,
  .hire .contact-info #containerA,
  .contact-us .contact-info #containerB,
  .hire .contact-info #containerB {
    width: 490px;
  }
}
.hire {
  margin-top: 40px;
  position: relative;
}
.hire .hire-list {
  padding: 20px;
  margin-top: 20px;
}
.hire .hire-list .hire-item {
  position: relative;
}
.hire .hire-list .hire-item .item {
  height: 60px;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.hire .hire-list .hire-item .item:nth-child(2n + 1) {
  background: #f7f7f7;
  border-radius: 5px;
}
.hire .hire-list .hire-item .item .job {
  color: #00a0e9;
  font-size: 18px;
  font-weight: bold;
}
.hire .hire-list .hire-item .item .money {
  font-size: 16px;
  color: #00a0e9;
  font-weight: normal;
}
.hire .hire-list .hire-item .item div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hire .hire-list .hire-item .item .educate {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .hire .hire-list .hire-item .item .job {
    width: 40%;
  }
  .hire .hire-list .hire-item .item .money {
    width: 30%;
  }
  .hire .hire-list .hire-item .item div {
    width: 30%;
  }
  .hire .hire-list .hire-item .item .experience {
    width: 38%;
  }
  .hire .hire-list .hire-item .item .educate {
    width: 55%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .hire .hire-list .hire-item .item .job {
    width: 40%;
  }
  .hire .hire-list .hire-item .item .money {
    width: 30%;
  }
  .hire .hire-list .hire-item .item div {
    width: 30%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hire .hire-list .hire-item .item .experience {
    width: 120px;
  }
  .hire .hire-list .hire-item .item .educate {
    width: 200px;
    text-align: right;
  }
}
.hire .hire-list .hire-item .item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 2px 2px 0 0 ;
  border-style: solid;
  border-color: #ced7da;
  margin-top: -4px;
}
.hire .hire-list .hire-item .item.cur:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  border-width: 2px 2px 0 0 ;
  border-style: solid;
  border-color: #ced7da;
  margin-top: -4px;
}
@media (max-width: 992px) {
  .hire .hire-list .hire-item .item-en .job {
    width: 25%;
  }
  .hire .hire-list .hire-item .item-en .money {
    width: 20%;
  }
  .hire .hire-list .hire-item .item-en div {
    width: 55%;
  }
  .hire .hire-list .hire-item .item-en .experience {
    width: 38%;
  }
  .hire .hire-list .hire-item .item-en .educate {
    width: 55%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .hire .hire-list .hire-item .item-en .job {
    width: 40%;
  }
  .hire .hire-list .hire-item .item-en .money {
    width: 20%;
  }
  .hire .hire-list .hire-item .item-en div {
    width: 40%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hire .hire-list .hire-item .item-en .experience {
    width: 120px;
  }
  .hire .hire-list .hire-item .item-en .educate {
    width: 200px;
    text-align: right;
  }
}
.hire .hire-list .hire-item .job-require {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hire .hire-list .hire-item .job-require .duty {
  width: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hire .hire-list .hire-item .job-require .duty .detail {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
