.top-img li {
  background-position: 55% 0%;
}

.contact-inner {
  padding: 0 8%;
}
.contact-content {
  padding-top: 200px;
  position: relative;
}
.contact-panel {
  position: absolute;
  top: 15%;
  left: 14%;
  width: 50%;
  padding: 50px;
  background: #15223c;
  z-index: 2;
}
.contact-info {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-list1 {
  width: 55%;
  overflow: hidden;
}
.contact-code {
  width: 35%;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.contact-code-img {
  width: 45%;
  max-width: 80px;
}
.contact-code-img:nth-child(1) {
  margin-right: 10%;
}
.contact-code-img img {
  width: 100%;
}
.contact-code-img p {
  text-align: center;
  font-size: 0.75em;
  padding-top: 2px;
}
.contact-item1 {
  min-height: 20px;
  padding-left: 30px;
  position: relative;
}
.contact-item1:nth-child(2) {
  margin: 10px 0;
}
.contact-item2 {
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  position: relative;
  margin-top: 10px;
}
.contact-icon {
  width: 22px;
  color: #DDD;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-icon img {
  width: 100%;
}
.contact-list2 {
  margin-top: 20px;
  border-top: 1px dashed rgba(149, 179, 193, 0.3);
  overflow: hidden;
}
.contact-subtitle {
  margin-top: 20px;
}
.contact-num {
  width: 22px;
  color: #DDD;
  position: absolute;
  top: 1px;
  left: 0;
}
.contact-num img {
  width: 100%;
}
.contact-wrap2 {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 80px;
}
.contact-img2 {
  width: 55%;
  margin-right: 10%;
  margin-bottom: -80px;
}
.contact-img2 img {
  width: 100%;
}
.contact-img3 {
  width: 30%;
}
.contact-img3 img {
  width: 100%;
}

.bg {
  position: relative;
}
.bg-img {
  background-image: url(../images/contact/consult.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 70vh;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
.bg-inner {
  padding: 0 8%;
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bg-text {
  width: fit-content;
  margin: auto;
  font-size: 0.875em;
  padding-left: 25px;
  position: relative;
}
.bg-text.show:before {
  height: 90%;
}
.bg-text:before {
  content: "";
  width: 3px;
  height: 0%;
  background: #95b3c1;
  position: absolute;
  top: 4px;
  left: 0;
  -moz-transition: height 0.6s linear 0.4s;
  -o-transition: height 0.6s linear 0.4s;
  -webkit-transition: height 0.6s linear;
  -webkit-transition-delay: 0.4s;
  transition: height 0.6s linear 0.4s;
}

.consult-inner {
  padding: 0 8%;
  max-width: 1100px;
  margin: auto;
}
.consult-security {
  font-size: 0.875em;
}
.consult-content {
  margin-top: 50px;
}
.consult-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.consult-wrap-inner {
  width: 48%;
}
.consult-item {
  padding-top: 20px;
}
.consult-item ul {
  width: 48%;
  padding: 13px 0;
  font-size: 0.875em;
  border-bottom: 1px dashed rgba(149, 179, 193, 0.3);
}
.consult-item ul p {
  padding-bottom: 5px;
}
.consult-item li input[type=checkbox] {
  width: unset;
  margin-right: 5px;
  background-color: #394251;
  position: relative;
}
.consult-item li input[type=checkbox]:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #394251;
  border: 1px solid #555;
  position: absolute;
  top: 0;
  left: 0;
}
.consult-item li input[type=checkbox]:checked:after {
  display: none;
}
.consult input, .consult select, .consult textarea {
  background: #394251;
  border: none;
  margin: 5px 0px;
  color: #DDD;
}
.consult input::placeholder, .consult select::placeholder, .consult textarea::placeholder {
  color: #DDD;
}
.consult input::-webkit-input-placeholder, .consult select::-webkit-input-placeholder, .consult textarea::-webkit-input-placeholder {
  color: #DDD;
}
.consult input:-moz-placeholder, .consult select:-moz-placeholder, .consult textarea:-moz-placeholder {
  color: #DDD;
}
.consult input:-ms-input-placeholder, .consult select:-ms-input-placeholder, .consult textarea:-ms-input-placeholder {
  color: #DDD;
}
.consult input.error, .consult select.error, .consult textarea.error {
  color: #d94141;
}
.consult input.error::placeholder, .consult select.error::placeholder, .consult textarea.error::placeholder {
  color: #d94141;
}
.consult input.error::-webkit-input-placeholder, .consult select.error::-webkit-input-placeholder, .consult textarea.error::-webkit-input-placeholder {
  color: #d94141;
}
.consult input.error:-moz-placeholder, .consult select.error:-moz-placeholder, .consult textarea.error:-moz-placeholder {
  color: #d94141;
}
.consult input.error:-ms-input-placeholder, .consult select.error:-ms-input-placeholder, .consult textarea.error:-ms-input-placeholder {
  color: #d94141;
}
.consult input, .consult textarea {
  width: calc(100% - 10px);
  padding: 5px;
}
.consult textarea {
  height: 200px;
}
.consult select {
  width: 100%;
  padding: 5px 2px;
}
.consult-subtitle {
  color: #95b3c1;
  font-size: 0.875em;
  text-align: center;
}
.consult-subtitle.show:after {
  width: 100%;
}
.consult-subtitle:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #95b3c1;
  display: block;
  margin-top: 15px;
  -moz-transition: width 0.6s linear 0.4s;
  -o-transition: width 0.6s linear 0.4s;
  -webkit-transition: width 0.6s linear;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s linear 0.4s;
}
.consult-remark {
  font-size: 0.875em;
  padding-top: 10px;
}
.consult-remark:after {
  content: "";
  width: 25px;
  height: 1px;
  background: #95b3c1;
  display: block;
  margin-top: 15px;
}
.consult-period {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.consult-code {
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.consult-code input {
  width: calc(100% - 192px);
}
.consult-change {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.consult-change img {
  height: 26px;
  margin: 0 10px;
}
.consult-change span {
  font-size: 0.875em;
}
.consult-button {
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-justify-content: center;
  justify-content: center;
}
.consult-btn {
  width: 150px;
  text-align: center;
}
.consult-btn a {
  -moz-transition: letter-spacing 0.3s;
  -o-transition: letter-spacing 0.3s;
  -webkit-transition: letter-spacing 0.3s;
  transition: letter-spacing 0.3s;
}
.consult-btn a:hover {
  letter-spacing: 0.2em;
}
.consult-btn i {
  color: #95b3c1;
  margin-right: 5px;
  font-size: 0.875em;
}
.consult-btn-text {
  margin-right: unset;
}

@media screen and (max-width: 1100px) {
  .contact-inner {
    padding: 0 5%;
  }
  .contact-content {
    margin-top: 100px;
    padding-top: unset;
  }
  .contact-panel {
    width: 55%;
    top: -17%;
    left: 5%;
    padding: 40px;
  }
  .contact-wrap2 {
    margin-bottom: 100px;
  }
  .contact-img2 {
    width: 60%;
    margin-right: 5%;
    margin-bottom: -100px;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -moz-transition: clip-path 0.6s linear;
    -o-transition: clip-path 0.6s linear;
    -webkit-transition: clip-path 0.6s linear;
    transition: clip-path 0.6s linear;
  }
  .contact-img2.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .contact-img3 {
    width: 35%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -moz-transition: clip-path 0.6s linear;
    -o-transition: clip-path 0.6s linear;
    -webkit-transition: clip-path 0.6s linear;
    transition: clip-path 0.6s linear;
  }
  .contact-img3.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .bg-inner {
    padding: 0 5%;
    width: 90%;
  }

  .consult-inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 900px) {
  .contact-content {
    margin-top: 0px;
    padding-top: unset;
  }
  .contact-panel {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
  }
  .contact-wrap2 {
    display: block;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .contact-code-img {
    max-width: 75px;
  }
  .contact-img2 {
    width: 100%;
    margin: unset;
  }
  .contact-img3 {
    display: none;
  }

  .consult-wrap {
    display: block;
  }
  .consult-wrap-inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contact-inner {
    padding: 0 25px;
  }
  .contact-panel {
    padding: 30px;
  }
  .contact-info {
    display: block;
  }
  .contact-list1 {
    width: 100%;
  }
  .contact-panel {
    width: calc(100% - 60px);
  }
  .contact-code {
    width: 100%;
    padding-top: 20px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .contact-code-img {
    max-width: unset;
    width: 80px;
  }
  .contact-code-img:nth-child(1) {
    margin-right: 20px;
  }
  .contact-wrap2 {
    margin-top: 30px;
  }

  .bg-img {
    background-attachment: scroll;
    height: 400px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -moz-transition: clip-path 0.6s linear;
    -o-transition: clip-path 0.6s linear;
    -webkit-transition: clip-path 0.6s linear;
    transition: clip-path 0.6s linear;
  }
  .bg-img.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .bg-inner {
    padding: 0 25px;
    width: calc(100% - 50px);
  }

  .consult-inner {
    padding: 0 25px;
  }
  .consult-content {
    margin-top: 35px;
  }
  .consult-item {
    padding-top: 15px;
  }
  .consult-item ul {
    width: 100%;
  }
  .consult-period {
    display: block;
  }
  .consult-code {
    padding-top: 15px;
  }
  .consult-button {
    padding-top: 35px;
  }
}
