/* arguments inittial */
/* font style */
/* site style */
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
@media (max-width: 767px) {
  #wrap {
    margin-bottom: 44px;
  }
}

.sec-contact {
  padding: 120px 24px 121px;
}

@media (max-width: 767px) {
  .sec-contact {
    padding-top: 63px;
    padding-bottom: 0;
  }
}

.sec-contact .content-sec {
  max-width: 1000px;
  margin: 0 auto;
}

.sec-contact .content-sec .txt-intro {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: .9px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .sec-contact .content-sec .txt-intro {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: .7px;
    margin-bottom: 28px;
  }
}

.sec-contact .content-sec .txt-intro a {
  text-decoration: underline;
}

.sec-contact .content-sec .img-step {
  text-align: center;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .sec-contact .content-sec .img-step {
    margin-bottom: 27px;
  }
}

.tableContact {
  margin-bottom: 58px;
}

@media (max-width: 767px) {
  .tableContact {
    margin-bottom: 49px;
  }
}

.btn-confirm {
  text-align: center;
}

.btn-blue {
  width: 276px;
  height: 60px;
  border-radius: 40px;
  background: #13429B;
  border: solid 1px #13429B;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .btn-blue:hover {
    opacity: 1;
    background: #fff;
    color: #13429B;
  }
}

@media (max-width: 767px) {
  .btn-blue {
    font-size: 17px;
    font-size: 1.7rem;
    width: 100%;
    height: 65px;
  }
}

.btn-back {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .btn-back {
    margin-right: 0;
    margin-top: 15px;
  }
}

.btn-back a {
  display: block;
  width: 276px;
  height: 60px;
  border: solid 1px #13429B;
  line-height: 58px;
  text-align: center;
  border-radius: 40px;
  background: #fff;
  color: #13429B !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .btn-back a:hover {
    opacity: 1;
    background: #13429B;
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .btn-back a {
    font-size: 17px;
    font-size: 1.7rem;
    width: 100%;
    height: 65px;
    line-height: 65px;
  }
}
