.contact-us .section-title {
  padding: 70px 0 8px; }
.contact-us .section-title-desc {
  font-size: var(--desc-font-size);
  line-height: var(--desc-line-height);
  margin-top: var(--desc-margin-top);
  text-align: center; }

.contact-type {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 100px; }
  .contact-type .contact-type-item {
    width: 32%;
    padding: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px; }
    .contact-type .contact-type-item p {
      text-align: center; }
      .contact-type .contact-type-item p.title {
        font-size: var(--box-title-font-size);
        font-weight: bold; }
      .contact-type .contact-type-item p.desc {
        font-size: var(--box-desc-font-size);
        line-height: 20px;
        padding-bottom: 20px; }
    .contact-type .contact-type-item img {
      width: 127px;
      margin: 20px; }
    .contact-type .contact-type-item .btn {
      bottom: 16px;
      margin: 0 auto;
      width: 170px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #000;
      background: none; }

.contact-other {
  display: flex;
  margin: 60px auto 175px; }
  .contact-other > div {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 155px; }
    .contact-other > div.left {
      border-right: 1px solid rgba(0, 0, 0, 0.2); }
      .contact-other > div.left .btn {
        margin-top: 20px;
        background: #175DEE url(../images/icon-btn-fb.png) 14px center no-repeat;
        background-size: 24px;
        padding-left: 44px;
        padding-right: 14px;
        margin-bottom: 15px; }
    .contact-other > div ul {
      display: flex;
      justify-content: center;
      margin-top: 8px; }
      .contact-other > div ul img {
        width: 64px; }

/*# sourceMappingURL=contact-us.css.map */
