.contact-inner {
  padding: 0 15%;
}
.contact-title {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.contact-title.show:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.contact-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 60px;
  background: #272f37;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.8s 0.6s;
  -o-transition: clip-path 0.8s 0.6s;
  -webkit-transition: clip-path 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 0.8s 0.6s;
}
.contact-line {
  position: absolute;
  width: 100vw;
  right: 0;
  border-bottom: #ccc solid 1px;
}
.contact-wrap {
  padding: 100px 15%;
  border-bottom: #ccc solid 1px;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.contact-wrap-line {
  width: 1px;
  height: 0%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 59.5%;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.contact-wrap-line.show {
  height: 100%;
}
.contact-content {
  width: 30%;
  margin-left: 15%;
}
.contact-item {
  font-size: 0.875em;
  padding: 10px 0;
  position: relative;
  padding-left: 35px;
}
.contact-item i {
  position: absolute;
  width: 15px;
  text-align: center;
  padding: 5px;
  top: 8px;
  left: 0;
  color: #666;
}
.contact-item span {
  display: block;
}
.contact-item span:nth-child(1) {
  padding-bottom: 5px;
}
.contact-info {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 35px;
  position: relative;
}
.contact-info-item {
  padding: 4px 4px 0 5px;
  border: #ccc solid 1px;
  margin-right: 10px;
}
.contact-info-item i {
  width: 19px;
  text-align: center;
}
.contact-code {
  width: 58px;
  padding: 5px;
  border: #ccc solid 1px;
}
.contact-code img {
  width: 100%;
}
.contact-map {
  width: 55%;
  height: 380px;
  background: #9e9e9f;
}
.contact-image {
  padding: 14% 15% 0;
}
.contact-img {
  background-image: url(../images/contact/contact.jpg);
  background-position: 45% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 25vw;
}

.consult-inner {
  padding: 0 15%;
}
.consult-title {
  position: relative;
  padding-bottom: 50px;
  z-index: 1;
}
.consult-title.show:after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.consult-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 60px;
  background: #272f37;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.8s 0.6s;
  -o-transition: clip-path 0.8s 0.6s;
  -webkit-transition: clip-path 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 0.8s 0.6s;
}
.consult-line {
  position: absolute;
  width: 100vw;
  right: 0;
  border-bottom: #ccc solid 1px;
}
.consult-wrap {
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  position: relative;
}
.consult-wrap.show:after {
  width: 100vw;
}
.consult-wrap:after {
  content: "";
  width: 0vw;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 11px;
  left: 0;
  z-index: -1;
  -moz-transition: width 0.8s 1s;
  -o-transition: width 0.8s 1s;
  -webkit-transition: width 0.8s;
  -webkit-transition-delay: 1s;
  transition: width 0.8s 1s;
}
.consult-form {
  width: 40%;
  padding: 0 15%;
}
.consult-content {
  margin-top: 50px;
}
.consult-content:nth-child(1) {
  margin-top: unset;
}
.consult-subtitle {
  font-size: 0.75rem;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #272f37;
}
.consult-subtitle:before {
  content: "";
  width: 1px;
  height: 11px;
  background: #9e9e9f;
  position: absolute;
  top: 3px;
  left: 0;
}
.consult-item {
  font-size: 0.875em;
  padding-top: 15px;
}
.consult input, .consult select, .consult textarea {
  background: transparent;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #ccc solid 1px;
  color: #272f37;
  padding: 5px 0px;
  font-size: 0.8125rem;
}
.consult input::placeholder, .consult select::placeholder, .consult textarea::placeholder {
  color: #9e9e9f;
}
.consult input::-webkit-input-placeholder, .consult select::-webkit-input-placeholder, .consult textarea::-webkit-input-placeholder {
  color: #9e9e9f;
}
.consult input:-moz-placeholder, .consult select:-moz-placeholder, .consult textarea:-moz-placeholder {
  color: #9e9e9f;
}
.consult input:-ms-input-placeholder, .consult select:-ms-input-placeholder, .consult textarea:-ms-input-placeholder {
  color: #9e9e9f;
}
.consult input.error, .consult select.error, .consult textarea.error {
  color: #f59292;
}
.consult input.error::placeholder, .consult select.error::placeholder, .consult textarea.error::placeholder {
  color: #f59292;
}
.consult input.error::-webkit-input-placeholder, .consult select.error::-webkit-input-placeholder, .consult textarea.error::-webkit-input-placeholder {
  color: #f59292;
}
.consult input.error:-moz-placeholder, .consult select.error:-moz-placeholder, .consult textarea.error:-moz-placeholder {
  color: #f59292;
}
.consult input.error:-ms-input-placeholder, .consult select.error:-ms-input-placeholder, .consult textarea.error:-ms-input-placeholder {
  color: #f59292;
}
.consult option {
  padding: 0 10px;
}
.consult textarea {
  height: 150px;
}
.consult-select-arrow {
  padding-right: 5px;
}
.consult label {
  color: #9e9e9f;
}
.consult-code {
  display: -ms-flexbox;
  display: flex;
}
.consult-code input {
  width: -webkit-fill-available;
  padding: 8px 4px;
}
.consult-change {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.consult-change img {
  height: 27px;
  margin: 0 10px;
}
.consult-change span {
  border: #ccc solid 1px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 0.75rem;
}
.consult-change span:hover i {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.consult-change a {
  display: block;
  margin-top: 5px;
}
.consult-change i {
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.consult-button {
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}
.consult-btn {
  margin-right: 30px;
}
.consult-btn .btn {
  width: 60px;
  padding: 3px 0px 1px;
  text-align: center;
  border: #ccc solid 1px;
  background: #f6f6f6;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.consult-btn .btn:hover {
  color: #fff;
  background: #9e9e9f;
  letter-spacing: unset;
}
.consult-image {
  width: 30%;
  padding-top: 50px;
}
.consult-img {
  background-image: url(../images/contact/consult.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 46vw;
}

@media screen and (max-width: 1100px) {
  .contact-inner {
    padding: 0 10%;
  }
  .contact-wrap {
    padding: 50px 10% 0;
    display: block;
    border-bottom: unset;
  }
  .contact-wrap-line {
    width: 100vw;
    height: 1px;
    top: unset;
    bottom: 12px;
    left: 0;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    -webkit-transition: width 0.8s;
    transition: width 0.8s;
  }
  .contact-wrap-line.show {
    height: 1px;
  }
  .contact-map {
    width: 100%;
  }
  .contact-content {
    width: 100%;
    margin-left: unset;
    box-shadow: 0 3px 5px #ddd;
    position: relative;
  }
  .contact-content:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 12px;
  }
  .contact-list {
    padding: 50px;
  }
  .contact-image {
    padding: 14% 10% 0;
  }
  .contact-img {
    height: 30vw;
  }

  .consult-inner {
    padding: 0 10%;
  }
  .consult-form {
    padding: 0 10%;
  }
  .consult-image {
    width: 40%;
  }
  .consult-img {
    height: 60vw;
  }
}
@media screen and (max-width: 800px) {
  .contact-image {
    padding: 120px 0 0;
  }
  .contact-img {
    height: 300px;
  }

  .consult-wrap {
    display: block;
  }
  .consult-form {
    width: 80%;
  }
  .consult-image {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .contact-inner {
    padding: 0 40px;
  }
  .contact-title {
    padding-bottom: 35px;
  }
  .contact-title:after {
    width: 45px;
  }
  .contact-wrap {
    padding: 35px 40px 0;
  }
  .contact-list {
    padding: 40px;
  }
  .contact-item-code {
    padding-left: unset;
  }
  .contact-info {
    padding: 10px 0;
  }
  .contact-image {
    padding: 80px 0 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -moz-transition: clip-path 0.8s;
    -o-transition: clip-path 0.8s;
    -webkit-transition: clip-path 0.8s;
    transition: clip-path 0.8s;
  }
  .contact-image.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .consult-inner {
    padding: 0 40px;
  }
  .consult-title {
    padding-bottom: 35px;
  }
  .consult-title:after {
    width: 45px;
  }
  .consult-wrap {
    padding-top: 35px;
  }
  .consult-form {
    padding: 0 40px;
    width: calc(100% - 80px);
  }
}
