img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.banner .text .pick {
  margin: 0.78125vw 0 0 0;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.item_hover {
  overflow: hidden;
}
.item_hover:hover img {
  transform: scale(1.05);
}
.item_hover img {
  width: 100%;
  height: 100%;
  transition: 0.6s ease;
}

.contact1 {
  padding: 8.3333333333vw 10.4166666667vw;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background: #F5F5F5;
}
.contact1 .l {
  display: flex;
  align-items: center;
  gap: 0 1.0416666667vw;
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}
.contact1 .l .p1 {
  color: #333;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.contact1 .l .line {
  width: 1px;
  height: 1.8229166667vw;
  background: #00A9B2;
}
.contact1 .l .p2 {
  color: #333;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.contact1 .r {
  width: 48.0208333333vw;
}
.contact1 .r .item {
  width: 100%;
  padding: 2.0833333333vw 2.6041666667vw;
  border-radius: 1.0416666667vw;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}
.contact1 .r .item:not(:last-child) {
  margin: 0 0 1.0416666667vw;
}
.contact1 .r .item .p1 {
  color: #00A9B2;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 52.8px */
  text-transform: uppercase;
}
.contact1 .r .item .p2 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  text-transform: uppercase;
}

.contact2 {
  padding: 20.3645833333vw 10.4166666667vw 7.8125vw 10.4166666667vw;
  background: #F5F5F5;
  position: relative;
  z-index: 1;
}
.contact2 .tp1 {
  position: absolute;
  top: 15.6770833333vw;
  left: 0;
  width: 7.8125vw;
}
.contact2 .tp2 {
  position: absolute;
  top: 5.2083333333vw;
  left: 6.71875vw;
  width: 21.1458333333vw;
}
.contact2 .tp3 {
  position: absolute;
  top: 7.3958333333vw;
  left: 35vw;
  width: 20.15625vw;
}
.contact2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 38.0729166667vw;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fff;
}
.contact2 .top {
  display: flex;
  justify-content: space-between;
}
.contact2 .top .img {
  width: 13.3333333333vw;
  height: 36.9270833333vw;
  border-radius: 15.625vw;
}
.contact2 .top .img:nth-child(2n) {
  margin: 10.4166666667vw 0 0 0;
}
.contact2 .content {
  padding: 0 11.71875vw;
}
.contact2 .content .title {
  text-align: center;
  margin: 0 0 2.5vw;
}
.contact2 .content .title .p1 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 1.0416666667vw;
}
.contact2 .content .title .p2 {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  text-transform: uppercase;
  margin: 0 0 0.5208333333vw;
}
.contact2 .content .title .p3 {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.contact2 .content .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact2 .content .form .item {
  width: 100%;
  margin: 0 0 1.25vw;
}
.contact2 .content .form .item.ban {
  width: 26.8229166667vw;
}
.contact2 .content .form .item p {
  color: #333;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.contact2 .content .form .item p span {
  color: #F00;
}
.contact2 .content .form .item input {
  height: 2.9166666667vw;
  border-radius: 0.5208333333vw;
  background: #FFF;
  width: 100%;
  margin: 1.0416666667vw 0 0 0;
  border: none;
  padding: 0 0.8333333333vw;
  font-size: 0.8333333333vw;
}
.contact2 .content .form .item textarea {
  height: 6.25vw;
  border-radius: 0.5208333333vw;
  background: #FFF;
  width: 100%;
  margin: 1.0416666667vw 0 0 0;
  border: none;
  padding: 0.8333333333vw;
  font-size: 0.8333333333vw;
  resize: none;
}
.contact2 .content .form .other {
  display: flex;
  align-items: center;
  width: 100%;
}
.contact2 .content .form .other .click {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  cursor: pointer;
}
.contact2 .content .form .other .click .bor {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
  transition: 0.6s ease;
}
.contact2 .content .form .other .click .bor.on {
  border: 1px solid #00A9B2;
  background: #00A9B2;
}
.contact2 .content .form .other .click .bor.on svg {
  opacity: 1;
}
.contact2 .content .form .other .click .bor svg {
  width: 80%;
  height: max-content;
  object-fit: contain;
  opacity: 0;
  transition: 0.6s ease;
}
.contact2 .content .form .other .click p {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.contact2 .content .form .other .line {
  margin: 0 1.0416666667vw;
  width: 1px;
  height: 0.8854166667vw;
  background: rgba(0, 0, 0, 0.2);
}
.contact2 .content .form .button {
  width: 8.28125vw;
  height: 2.6041666667vw;
  border-radius: 2.0833333333vw;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2083333333vw 0 1.9270833333vw;
  cursor: pointer;
  margin: 2.0833333333vw auto 0;
  transition: 0.6s ease;
}
.contact2 .content .form .button:hover {
  background: #00B2B5;
}
.contact2 .content .form .button:hover p {
  color: #fff;
}
.contact2 .content .form .button:hover .circle {
  background: #fff;
}
.contact2 .content .form .button:hover .circle svg {
  transform: rotate(45deg);
}
.contact2 .content .form .button:hover .circle svg path {
  stroke: #00B2B5;
}
.contact2 .content .form .button p {
  color: #2B323E;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  transition: 0.6s ease;
}
.contact2 .content .form .button .circle {
  width: 1.8229166667vw;
  height: 1.8229166667vw;
  border-radius: 50%;
  background: #00B2B5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease;
}
.contact2 .content .form .button .circle svg {
  width: 0.5729166667vw;
  height: 0.5729166667vw;
  transition: 0.6s ease;
}
.contact2 .content .form .button .circle svg path {
  transition: 0.6s ease;
}

@media screen and (max-width: 768px) {
  .parallaxImg img {
    transform: none !important;
    height: 100% !important;
    margin-top: 0 !important;
  }
  .parallaxEle {
    transform: none !important;
  }
  .banner .text h1 {
    font-size: 19px;
  }
  .banner .text .pick {
    padding: 0 5%;
    font-size: 13px;
  }
  .contact1 {
    padding: 30px 5%;
    flex-direction: column;
  }
  .contact1 .l {
    gap: 15px;
  }
  .contact1 .l .line {
    height: 15px;
  }
  .contact1 .r {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .contact1 .r .item {
    padding: 25px 5%;
  }
  .contact1 .r .item:not(:last-child) {
    margin: 0 0 20px;
  }
  .contact2 {
    padding: 60px 5% 30px 5%;
  }
  .contact2 .top {
    gap: 15px;
    /* flex-wrap: wrap;
    justify-content: space-between; */
  }
  .contact2 .top .img {
    width: 25%;
    height: 25vh;
    margin: 20px 0 0 0 !important;
  }
  .contact2 .content {
    padding: 0;
    margin: 40px 0 0 0;
  }
  .contact2 .content .title .p1 {
    margin: 0 0 10px;
  }
  .contact2 .content .title .p2 {
    margin: 0 0 10px;
  }
  .contact2 .content .form {
    flex-direction: column;
    margin: 30px 0 0 0;
  }
  .contact2 .content .form .item {
    margin: 0 0 15px;
  }
  .contact2 .content .form .item.ban {
    width: 100%;
  }
  .contact2 .content .form .item input {
    margin: 10px 0 0 0;
    padding: 0 5%;
    height: 45px;
    font-size: 14px;
  }
  .contact2 .content .form .item textarea {
    margin: 10px 0 0 0;
    padding: 5%;
    height: 80px;
    font-size: 14px;
  }
  .contact2 .content .form .other .click {
    gap: 10px;
  }
  .contact2 .content .form .other .click .bor {
    width: 20px;
    height: 20px;
  }
  .contact2 .content .form .other .line {
    height: 12px;
    margin: 0 10px;
  }
  .contact2 .content .form .button {
    width: max-content;
    height: 50px;
    padding: 0 7px 0 20px;
    border-radius: 40px;
    margin: 30px auto 0;
  }
  .contact2 .content .form .button .circle {
    height: 35px;
    width: 35px;
    margin: 0 0 0 20px;
  }
  .contact2 .content .form .button .circle svg {
    height: 40%;
    width: 40%;
  }
  .banner .text .pick {
    margin: 15px 0 0 0;
  }
}

/*# sourceMappingURL=contact.css.map */
