.contact_banner {
  background-color: var(--bg);
}
.contact_banner .flex {
  min-height: 35.6rem;
  padding: 4rem 0;
}
.contact_banner .head {
  flex: 1;
  padding-top: 4%;
}
.contact_banner p {
  max-width: 68.9rem;
  margin-top: 2.6rem;
}
.contact_service {
  background-image: linear-gradient(to bottom, var(--bg) 54%, transparent 54%);
}
.contact_service .active .item::after {
  opacity: 1;
}
.contact_service .item {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eae7e5;
  padding: 2.6rem 2.5rem 2.8rem 3.7rem;
}
.contact_service .item::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -1px;
  content: '';
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 1rem 1rem rgba(219, 214, 209, 0.35);
}
.contact_service .item .icon {
  width: 4rem;
  height: 4rem;
}
.contact_service .item .btn_i {
  width: 100%;
  justify-content: space-between;
  font-size: 2rem;
  margin-top: 3.1rem;
}
.contact_service .item .btn_i::after {
  width: 1em;
  height: 1em;
}
.contact_main {
  padding: 8.2rem 0 11.6rem;
}
.contact_main .lt {
  width: 44.72222%;
  margin-top: 2.5%;
}
.contact_main .connect ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.3rem 6.83229814%;
}
.contact_main .connect li {
  border-bottom: 2px solid #ededed;
  padding-bottom: 1.1rem;
}
.contact_main .connect li::before {
  display: block;
  width: 3rem;
  height: 3rem;
  content: '';
  background: no-repeat center / contain;
  margin-bottom: 0.8rem;
}
.contact_main .connect li .label {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  color: #6e665a;
  margin-bottom: 0.7rem;
}
.contact_main .connect li a,
.contact_main .connect li strong {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.contact_main .connect li a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.contact_main .connect li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.contact_main .connect .email::before {
  background-image: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/ct-icon-email.svg");
}
.contact_main .connect .phone::before {
  background-image: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/ct-icon-phone.svg");
}
.contact_main .connect .whatsapp::before {
  background-image: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/ct-icon-whatsapp.svg");
}
.contact_main .connect .date::before {
  background-image: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/ct-icon-date.svg");
}
.contact_main .connect .locate::before {
  background-image: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/ct-icon-locate.svg");
}
.contact_main .connect .response::before {
  background-image: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/ct-icon-response.svg");
}
.contact_main .map_item {
  margin-top: 3.6rem;
}
.contact_main .map_item .img {
  padding-bottom: 36.18012422%;
}
.contact_main .map_item .img iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact_main .map_item .info {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 2.6rem;
  gap: 2rem;
}
.contact_main .map_item .tcon {
  flex: 1;
}
.contact_main .map_item .tcon strong {
  font-size: 2.2rem;
  font-weight: 500;
}
.contact_main .map_item .tcon p {
  margin-top: 0.4rem;
}
.contact_main .plant_item {
  position: relative;
  overflow: hidden;
  margin-top: 4.3rem;
}
.contact_main .plant_item .img {
  padding-bottom: 32.60869565%;
}
.contact_main .plant_item .img::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(35, 31, 32, 0.94), transparent 76.7%);
  opacity: 0.35;
}
.contact_main .plant_item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 3.10559% 4.347826%;
}
.contact_main .contact_form {
  flex: 1;
  width: 100%;
  max-width: 70rem;
}
.contact_main form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #eae7e5;
  box-shadow: 0 1rem 1.5rem rgba(219, 214, 209, 0.35);
  gap: 1.7rem 0;
  padding: 8% 7.428571% 6.571429%;
}
.contact_main form .head {
  width: 100%;
  padding-bottom: 2.2rem;
}
.contact_main form .head h2 {
  font-size: 3rem;
}
.contact_main form .head p {
  margin-top: 0.9rem;
}
.contact_main form > span,
.contact_main form .wpcf7-form-control-wrap {
  width: 100%;
}
.contact_main form .col-2 {
  width: 48.23232323%;
}
.contact_main form .label {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.contact_main form .label i {
  color: var(--primary);
}
.contact_main form input,
.contact_main form textarea,
.contact_main form select {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid #dddddd;
  background-color: transparent;
  transition: border-color 0.2s;
  height: 5.3rem;
  padding: 0 2.1rem;
}
.contact_main form input::placeholder,
.contact_main form textarea::placeholder,
.contact_main form select::placeholder {
  color: var(--title);
  opacity: 0.85;
}
.contact_main form input:focus,
.contact_main form textarea:focus,
.contact_main form select:focus,
.contact_main form input.focus,
.contact_main form textarea.focus,
.contact_main form select.focus {
  border-color: var(--primary);
}
.contact_main form select {
  outline: none;
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/icon-select.svg") no-repeat center right 2.2rem/1.3rem;
  padding-right: 4rem;
  margin-top: -1px;
}
.contact_main form textarea {
  padding: 1rem 2.1rem;
  height: 13.1rem;
}
.contact_main form span:has(input[type=submit]) {
  margin-top: 1.2rem;
}
.contact_main form input[type=submit] {
  transition: all 0.3s;
  text-align: center;
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  font-size: 1.6rem;
  height: 5.2rem;
}
.contact_main form input[type=submit]:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.contact_main form .tip {
  display: block;
  font-weight: 500;
  color: var(--text);
  margin-top: 1rem;
  padding-bottom: 1px;
}
.contact_main form .tips {
  line-height: 2.4rem;
  font-weight: 500;
  color: var(--text);
  width: 100%;
  max-width: 51.7rem;
  margin-top: 1.4rem;
}
.contact_options {
  background-color: var(--bg);
  padding: 8.8rem 0 8.2rem;
}
.contact_options .head {
  width: 29%;
}
.contact_options p {
  margin-top: 2.2rem;
}
.contact_options .options {
  flex: 1;
  width: 100%;
  max-width: 77.9rem;
  margin-top: 1.9%;
}
.contact_options .options li {
  display: grid;
  grid-template-columns: 42% auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(66, 66, 66, 0.2);
  gap: 6rem;
  padding: 1.4rem 0 1.1rem;
}
.contact_options .options p {
  font-weight: 500;
  margin: 0;
}
.contact_options .options i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/arrow-line.svg") no-repeat center / contain;
}
.contact_options .options strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.contact_options .options a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.contact_options .options a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.contact_team {
  padding: 11rem 0 6.4rem;
}
.contact_team .contact_team_swiper {
  overflow: hidden;
  margin-top: 6.3rem;
}
.contact_team .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid #ededed;
  padding: 3.888889% 9.722222% 1.944444% 9.444444%;
}
.contact_team .item .icon {
  width: 5.2rem;
  height: 5.2rem;
}
.contact_team .item .info {
  margin-top: 3.6rem;
}
.contact_team .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.contact_team .item .info p {
  margin-top: 1.5rem;
}
.contact_team .item .btn {
  min-width: unset;
  margin-top: 2.5rem;
}
.contact_team .item .tcon ul {
  margin-top: 2.3rem;
}
.contact_team .item .tcon ul li + li {
  margin-top: 1.5rem;
}
.contact_team .item .tcon ul li:first-child p {
  min-height: 4.8rem;
}
.contact_team .item .tcon ul strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.contact_team .item .tcon ul p {
  max-width: 26.8rem;
  margin-top: 2px;
}
.contact_factory {
  padding: 6.4rem 0 11.8rem;
}
.contact_factory p {
  max-width: 78.9rem;
  margin-top: 3rem;
}
.contact_factory .items {
  margin-top: 5.2rem;
}
.contact_factory .items > ul {
  display: grid;
  grid-template-columns: repeat(2, 48.3333%);
  justify-content: space-between;
  gap: 4rem 0;
}
.contact_factory .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact_factory .item:hover img {
  transform: scale(1.03);
}
.contact_factory .item .img {
  padding-bottom: 55.60344828%;
}
.contact_factory .item .info {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.6rem;
}
.contact_factory .item .info .tcon {
  flex: 1;
  max-width: 47.1rem;
}
.contact_factory .item .info .tcon h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.contact_factory .item .info .tcon p {
  margin-top: 0.9rem;
}
.contact_factory .item .info .tcon.sm p {
  margin-top: 0.5rem;
}
.contact_factory .contact_factory_swiper {
  overflow: hidden;
  position: relative;
}
.contact_factory .contact_factory_swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.contact_factory .contact_factory_swiper .img::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(35, 31, 32, 0.94), transparent 76.7%);
  opacity: 0.35;
}
.contact_factory .contact_factory_swiper .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  width: 55%;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 3.304598% 5.172414%;
}
.contact_factory .contact_factory_swiper div.swiper-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  left: unset;
  right: 3.4rem;
  bottom: 3.6rem;
  pointer-events: none;
  width: 40%;
}
.contact_factory .contact_factory_swiper div.swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  max-width: 2.6rem;
  height: 3px;
  background: #Fff;
  opacity: 0.28;
  margin: 0;
  transition: all 0.3s;
  border-radius: 10px;
  pointer-events: auto;
}
.contact_factory .contact_factory_swiper div.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary);
  max-width: 4rem;
}
.contact_support {
  background-color: var(--bg);
  padding: 9rem 0 9.7rem;
  margin-bottom: 0.6rem;
}
.contact_support h2 {
  max-width: 63.6rem;
}
.contact_support p {
  margin-top: 3.2rem;
}
.contact_support .contact_support_swiper {
  margin-top: 2.6rem;
}
.contact_support .contact_support_swiper .active .item::after {
  opacity: 1;
}
.contact_support .contact_support_swiper .active .item .arrow {
  filter: none;
}
.contact_support .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eae7e5;
  padding: 7.112069% 6.681034% 6.465517%;
}
.contact_support .item::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: -0.5px;
  content: '';
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 1rem 1rem rgba(219, 214, 209, 0.35);
}
.contact_support .item .icon {
  width: 4.2rem;
  height: 4.2rem;
}
.contact_support .item .info {
  flex: 1;
  margin-top: 2.5rem;
}
.contact_support .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.contact_support .item .info p {
  font-weight: 500;
  color: var(--text);
  margin-top: 1rem;
}
.contact_support .item .arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  content: '';
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/arrow-line.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .contact_banner .flex {
    min-height: unset;
    padding: 40px 0 30px;
  }
  .contact_banner .head {
    padding: 0;
  }
  .contact_service {
    overflow: hidden;
    padding: 20px 0;
  }
  .contact_service .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .contact_service .item {
    padding: 20px;
  }
  .contact_service .item .icon {
    width: 30px;
    height: 30px;
  }
  .contact_service .item .btn_i {
    margin-top: 20px;
    font-size: 14px;
  }
  .contact_service .swiper_btns.middle {
    display: none;
  }
  .contact_main {
    padding: 30px 0 50px;
  }
  .contact_main .flex {
    flex-direction: column-reverse;
  }
  .contact_main .lt {
    width: 100%;
    margin-top: 0;
  }
  .contact_main .connect ul {
    gap: 16px;
  }
  .contact_main .connect li {
    padding-bottom: 16px;
  }
  .contact_main .connect li::before {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .contact_main .connect li .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact_main .connect li a,
  .contact_main .connect li strong {
    font-size: 16px;
  }
  .contact_main .map_item {
    margin-top: 20px;
  }
  .contact_main .map_item .info {
    margin-top: 16px;
  }
  .contact_main .map_item .tcon strong {
    font-size: 20px;
  }
  .contact_main .map_item .tcon p {
    margin-top: 5px;
  }
  .contact_main .plant_item {
    margin-top: 30px;
  }
  .contact_main .plant_item .title {
    font-size: 20px;
  }
  .contact_main .contact_form {
    max-width: unset;
  }
  .contact_main form {
    padding: 25px 20px;
    gap: 16px 0;
  }
  .contact_main form .head {
    padding-bottom: 8px;
  }
  .contact_main form .head h2 {
    font-size: 22px;
  }
  .contact_main form .label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact_main form input,
  .contact_main form textarea,
  .contact_main form select {
    font-size: 14px;
    height: 46px;
    padding: 0 20px;
  }
  .contact_main form select {
    padding-right: 36px;
    background-size: 10px;
    background-position-x: right 14px;
    margin: 0;
  }
  .contact_main form textarea {
    height: 120px;
    padding: 12px 20px;
  }
  .contact_main form span:has(input[type=submit]) {
    margin-top: 10px;
  }
  .contact_main form input[type=submit] {
    font-size: 14px;
    height: 46px;
  }
  .contact_main form .tip {
    margin-top: 8px;
    padding-bottom: 0;
  }
  .contact_main form .tips {
    line-height: 1.5;
    margin-top: 10px;
  }
  .contact_options {
    padding: 50px 0;
  }
  .contact_options .head {
    width: 100%;
  }
  .contact_options .options {
    max-width: unset;
    margin: 0;
  }
  .contact_options .options li {
    gap: 16px;
    padding: 12px 0;
  }
  .contact_options .options i {
    width: 14px;
    height: 14px;
  }
  .contact_options .options strong {
    font-size: 16px;
  }
  .contact_team {
    padding: 50px 0 30px;
    overflow: hidden;
  }
  .contact_team .contact_team_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .contact_team .swiper_btns.middle {
    display: none;
  }
  .contact_team .item {
    padding: 20px;
  }
  .contact_team .item .icon {
    width: 40px;
    height: 40px;
  }
  .contact_team .item .info {
    margin-top: 16px;
  }
  .contact_team .item .info h3 {
    font-size: 20px;
  }
  .contact_team .item .info p {
    margin-top: 10px;
  }
  .contact_team .item .btn {
    margin-top: 20px;
  }
  .contact_team .item .tcon ul {
    margin-top: 16px;
  }
  .contact_team .item .tcon ul li + li {
    margin-top: 14px;
  }
  .contact_team .item .tcon ul li:first-child p {
    min-height: unset;
  }
  .contact_team .item .tcon ul strong {
    font-size: 16px;
  }
  .contact_factory {
    padding: 30px 0 50px;
  }
  .contact_factory .items {
    margin-top: 30px;
  }
  .contact_factory .items > ul {
    gap: 30px 0;
  }
  .contact_factory .item .info {
    margin-top: 16px;
  }
  .contact_factory .item .info .tcon h3 {
    font-size: 20px;
  }
  .contact_factory .item .info .tcon p {
    margin-top: 5px;
  }
  .contact_factory .item .info .tcon.sm p {
    margin-top: 5px;
  }
  .contact_factory .contact_factory_swiper .title {
    font-size: 18px;
  }
  .contact_factory .contact_factory_swiper div.swiper-pagination {
    right: 16px;
    bottom: 16px;
  }
  .contact_support {
    padding: 50px 0;
    overflow: hidden;
  }
  .contact_support .contact_support_swiper {
    margin-top: 20px;
    overflow: unset;
  }
  .contact_support .swiper_btns.middle {
    display: none;
  }
  .contact_support .item {
    padding: 20px;
  }
  .contact_support .item .info {
    margin-top: 16px;
  }
  .contact_support .item .info h3 {
    font-size: 18px;
  }
  .contact_support .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .contact_support .item .arrow {
    margin-top: 16px;
  }
}
@media screen and (max-width: 576px) {
  .contact_options .options li {
    grid-template-columns: 1fr;
  }
  .contact_options .options li i {
    transform: rotate(90deg);
  }
  .contact_main .map_item .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_factory .items > ul {
    grid-template-columns: 100%;
  }
  .contact_factory .item .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
