﻿.text-hidden1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bossgoo-contactus3 .contact-map {
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.bossgoo-contactus3 .banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-contactus3 .contact-map-box {
  width: 100%;
  height: 400px;
  z-index: 10;
}

.bossgoo-contactus3 .bossgoo-breadbrumb1.pc {
  background: none;
}

.bossgoo-contactus3 .bossgoo-breadbrumb1 .wrap {
  padding: 24px 0;
  color: #999;
}

.bossgoo-contactus3 .bossgoo-breadbrumb1.pc .wrap {
  padding: 0;
  color: #999;
  text-align: center;
}

.bossgoo-contactus3 .bossgoo-breadbrumb1 i {
  margin: 0 10px;
}

.bossgoo-contactus3 .bossgoo-breadbrumb1.pc span,
.bossgoo-contactus3 .bossgoo-breadbrumb1.pc i,
.bossgoo-contactus3 .bossgoo-breadbrumb1.pc a {
  color: #fff;
}

.bossgoo-contactus3 .contacthead {
  width: 100%;
  /* height: 400px; */
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bossgoo-contactus3 .contacthead .titlebox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bossgoo-contactus3 .contacthead .titlebox .pagetitle {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
}

.bossgoo-contactus3 .contactSwiper {
  margin: 20px 0;
  position: relative;
  margin-top: 100px;
}

.bossgoo-contactus3 .contactSwiper .swiper-container {
  position: static;
  width: calc(100% - 20px);
  padding: 140px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.bossgoo-contactus3 .contactSwiper .swiper-container .infobar {
  width: 60%;
  margin: 0 auto;
  display: flex;
}

.bossgoo-contactus3 .contactSwiper .swiper-container .infobar .infotable {
  border-collapse: separate;
  border-spacing: 10px;
  width: calc(100% - 100px);
}

.bossgoo-contactus3 .contactSwiper .swiper-container .infobar .infotable tr th {
  text-align: left;
  width: 140px;
  vertical-align: top;
}

.bossgoo-contactus3 .contactSwiper .swiper-container .infobar .header img {
  width: 96px;
  height: 96px;
  object-fit: cover;
}

.bossgoo-contactus3 .contactSwiper .swiper-container .infobar .header .name {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 10px;
  font-weight: bold;
}

.bossgoo-contactus3
  .contactSwiper
  .swiper-container
  .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--themeColor);
  width: 16px;
}

.bossgoo-contactus3 .contactSwiper .swiper-container .swiper-pagination-bullet {
  transition: all 0.5s;
  border-radius: 4px;
}

.bossgoo-contactus3 .phonepad .getintouch {
  display: flex;
  padding: 40px 0;
  position: relative;
  margin: 60px 0 30px;
}

.bossgoo-contactus3 .phonepad .getintouch .leftimg {
  width: 42%;
  height: 0;
  padding-bottom: 38%;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-left: 1%;
}

.bossgoo-contactus3 .phonepad .getintouch .leftimg .innerbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-contactus3 .phonepad .getintouch .leftimg .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-contactus3 .phonepad .getintouch .right {
  width: 54%;
  padding-left: 4%;
  padding-right: 2%;
}

.bossgoo-contactus3 .phonepad .getintouch .right .touchtitle {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  font-family: var(--fontRegular);
  margin-bottom: 40px;
}

.bossgoo-contactus3 .phonepad .getintouch .right form {
  width: 100%;
}

.bossgoo-contactus3 .phonepad .getintouch .right form > div {
  margin-bottom: 15px;
}

.bossgoo-contactus3 .phonepad .getintouch .right form input {
  width: 100%;
  height: 50px;
  background: #f8f8f8;
  padding-left: 25px;
  border-radius: 6px;
}

.bossgoo-contactus3 .phonepad .getintouch .right form textarea {
  padding: 10px 10px 10px 25px;
  padding-left: 25px;
  width: 100%;
  height: 160px;
  background: #f8f8f8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-radius: 6px;
}

.bossgoo-contactus3 .phonepad .getintouch .right form button {
  width: 100%;
  height: 50px;
  background-color: var(--themeColor);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  outline: 0;
  border: 0;
}

.bossgoo-contactus3 .phonepad .getintouch .cardbg {
  width: calc(100% - 70px);
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-contactus3 .bossgoo-breadbrumb1 {
    background: #f8f8f8;
  }
  .bossgoo-contactus3 .bossgoo-breadbrumb1 .wrap {
    padding: 0.24rem 0.2rem;
  }
  .bossgoo-contactus3 .bossgoo-breadbrumb1 i,
  .bossgoo-contactus3 .bossgoo-breadbrumb1 span,
  .bossgoo-contactus3 .bossgoo-breadbrumb1 a {
    font-size: 0.24rem;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-contactus3 .contacthead {
    display: none;
  }
  .bossgoo-contactus3 .contactSwiper {
    margin-top: 0.6rem;
  }
  .bossgoo-contactus3 .contactSwiper .swiper-container {
    width: calc(100% - 0.4rem);
    padding: 0.8rem 0;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    border-radius: 0.2rem;
  }
  .bossgoo-contactus3 .contactSwiper .swiper-container .infobar {
    width: 100%;
  }
  .bossgoo-contactus3 .contactSwiper .swiper-container .infobar .infotable {
    border-spacing: 0.2rem;
    width: 100%;
  }
  .bossgoo-contactus3
    .contactSwiper
    .swiper-container
    .infobar
    .infotable
    tr
    th {
    width: 3rem;
  }
  .bossgoo-contactus3
    .contactSwiper
    .swiper-container
    .infobar
    .infotable
    tr
    td {
    line-height: 1.4;
  }
  .bossgoo-contactus3 .contactSwiper .swiper-container .infobar .header {
    display: none;
  }
  .bossgoo-contactus3
    .contactSwiper
    .swiper-container
    .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--themeColor);
    width: 0.32rem;
  }
  .bossgoo-contactus3
    .contactSwiper
    .swiper-container
    .swiper-pagination-bullet {
    transition: all 0.5s;
    border-radius: 0.08rem;
  }
  .bossgoo-contactus3 .contact-map {
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
  }
  .bossgoo-contactus3 .contact-map-box {
    height: 4.8rem;
    z-index: 10;
  }
  .bossgoo-contactus3 .phonepad {
    padding: 0 0.2rem;
  }
  .bossgoo-contactus3 .phonepad .proTitle {
    font-size: 0.36rem;
  }
  .bossgoo-contactus3 .phonepad .getintouch {
    padding: 0.6rem 0;
    margin-bottom: 0.6rem;
    margin-top: 0;
  }
  .bossgoo-contactus3 .phonepad .getintouch .leftimg {
    display: none;
  }
  .bossgoo-contactus3 .phonepad .getintouch .right {
    width: 100%;
    padding-right: 4%;
  }
  .bossgoo-contactus3 .phonepad .getintouch .right .touchtitle {
    font-size: 0.36rem;
    margin-bottom: 0.56rem;
  }
  .bossgoo-contactus3 .phonepad .getintouch .right form > div {
    margin-bottom: 0.2rem;
  }
  .bossgoo-contactus3 .phonepad .getintouch .right form input {
    height: 0.64rem;
    padding-left: 0.32rem;
    border-radius: 0.08rem;
    font-size: 0.24rem;
  }
  .bossgoo-contactus3 .phonepad .getintouch .right form textarea {
    padding: 0.2rem 0.2rem 0.2rem 0.5rem;
    padding-left: 0.32rem;
    height: 2rem;
    font-size: 0.24rem;
    border-radius: 0.12rem;
  }
  .bossgoo-contactus3 .phonepad .getintouch .right form button {
    height: 0.64rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
  }
  .bossgoo-contactus3 .phonepad .getintouch .cardbg {
    width: 98%;
    right: 1%;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-contactus3 {
    padding: 0.3rem 0 0;
  }
}
.contactSwiper .whatsapp_link {
  display: inline-block;
}
