.about_banner {
  position: relative;
  max-width: 256rem;
  margin: 0 auto;
  background-color: var(--bg);
}
.about_banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.about_banner .wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  overflow-y: auto;
  margin: 4rem 0;
}
.about_banner .wrap .content {
  display: flex;
  height: 100%;
}
.about_banner .head {
  margin: auto 0;
  width: 60%;
  padding-bottom: 2.1%;
}
.about_banner h1 {
  max-width: 44rem;
}
.about_banner p {
  max-width: 60.3rem;
  margin-top: 2.7rem;
}
.about_banner p + p {
  margin-top: 2.8rem;
}
.about_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  margin-top: 3.5rem;
}
.about_serve {
  position: relative;
  padding: 12.6rem 0 8rem;
}
.about_serve .head {
  display: grid;
  grid-template-columns: 1fr 45.8333%;
  align-items: start;
  gap: 0 2rem;
}
.about_serve .head > em {
  grid-column: -1/1;
}
.about_serve .head h2 {
  max-width: 59.9rem;
}
.about_serve p {
  margin-top: 1.9rem;
}
.about_serve .about_serve_swiper {
  overflow: hidden;
  margin-top: 6.2rem;
}
.about_serve .item {
  display: block;
  height: 100%;
}
.about_serve .item:hover img {
  transform: scale(1.03);
}
.about_serve .item .img {
  padding-bottom: 125%;
}
.about_serve .item .info {
  margin-top: 2.5rem;
}
.about_serve .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.about_serve .item .info p {
  max-width: 32rem;
  margin-top: 1.4rem;
}
.about_serve .floats .img.img1 {
  width: 31%;
  max-width: 57.9rem;
  left: -15.1%;
  bottom: 0;
}
.about_serve .floats .img.img1 img {
  opacity: 0.28;
}
.about_serve .floats .img.img2 {
  width: 21%;
  max-width: 38.2rem;
  right: -5.0521%;
  top: -0.7%;
}
.about_serve .floats .img.img2 img {
  opacity: 0.2;
}
.about_category {
  padding: 10.9rem 0 11.2rem;
}
.about_category .list {
  margin-top: 3.8rem;
}
.about_category .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.15rem 1.66667%;
}
.about_category .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--bg);
  padding: 0 1.6rem;
}
.about_category .item:hover img {
  transform: scale(1.03);
}
.about_category .item .img {
  --h: 100%;
}
.about_category .item .info {
  flex: 1;
  padding: 0 7.741935% 8.387097%;
}
.about_category .item .info .title {
  font-size: 2.2rem;
  font-weight: 500;
}
.about_category .item .info .desc {
  max-width: 56.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 1.5rem;
}
.about_category .item .info .btn {
  margin-top: 1rem;
}
.about_category li:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.about_category li:nth-child(1) .img {
  width: 46.30177515%;
}
.about_category li:nth-child(1) .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.662722% 3.254438% 5.473373%;
}
.about_category li:nth-child(1) .info .tcon {
  flex: 1;
}
.about_category li:nth-child(2) {
  grid-column: span 2;
}
.about_category li:nth-child(2) .item {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.about_category li:nth-child(2) .img {
  width: 43.78698225%;
  margin-right: 1.7rem;
}
.about_category li:nth-child(2) .info {
  padding: 4.400607% 2.883156%;
}
.about_category li:nth-child(3) .img {
  width: 100%;
  --h: 52.88461538%;
}
.about_category li:nth-child(3) .info {
  margin-top: -5.806452%;
}
.about_category li:nth-child(4) .img {
  width: 52.88461538%;
  margin-left: auto;
}
.about_category li:nth-child(4) .info {
  margin-top: -5.806452%;
}
.about_advantages {
  padding: 11.2rem 0 11.4rem;
}
.about_advantages h2 {
  max-width: 64.6rem;
}
.about_advantages p {
  max-width: 69.3rem;
  margin-top: 2.5rem;
}
.about_advantages .about_advantages_swiper {
  width: calc(100% - 4rem);
  max-width: 173.8rem;
  margin: 4.8rem auto 0;
  overflow: hidden;
}
.about_advantages .item {
  display: block;
  height: 100%;
}
.about_advantages .item .icon {
  width: 6.6rem;
  height: 6.6rem;
}
.about_advantages .item .info {
  margin-top: 2.8rem;
}
.about_advantages .item .info h3 {
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 2px solid #ededed;
  padding-bottom: 2rem;
}
.about_advantages .item .info p {
  max-width: 26rem;
  margin-top: 1.8rem;
}
.about_supply {
  background-color: var(--bg);
  padding: 8.4rem 0 7rem;
}
.about_supply h2 {
  max-width: 71.4rem;
}
.about_supply p {
  max-width: 83rem;
  margin-top: 3.2rem;
}
.about_supply .flex {
  margin-top: 4rem;
}
.about_supply .flex .image {
  width: 62.98611111%;
}
.about_supply .flex .flex1 {
  width: 100%;
  max-width: 46.6rem;
  padding-bottom: 2px;
}
.about_supply .about_supply_swiper {
  overflow: hidden;
}
.about_supply .about_supply_swiper .img {
  padding-bottom: 54.5755237%;
}
.about_supply .items {
  border-left: 1px solid rgba(51, 47, 43, 0.12);
}
.about_supply .items .item {
  border-left: 2px solid transparent;
  transition: all 0.3s;
  margin-left: -1px;
  padding-left: 4.4rem;
  margin-bottom: 2.63rem;
}
.about_supply .items .item.active {
  border-left-color: var(--title);
  margin-bottom: 2.1rem;
}
.about_supply .items .item.active .title {
  color: var(--title);
}
.about_supply .items .item:last-child {
  margin-bottom: 0;
}
.about_supply .items .title {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #a9a9a9;
}
.about_supply .items .desc {
  display: none;
  line-height: 2.4rem;
  color: var(--text);
  max-width: 39.1rem;
  padding: 1.9rem 0 0.7rem;
}
.about_supply .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 3.8rem;
}
.about_mission {
  position: relative;
  padding: 11.9rem 0 12.3rem;
}
.about_mission .seg-line {
  max-width: 50.9rem;
  margin-top: 3.9rem;
}
.about_mission p {
  max-width: 73.2rem;
  margin-top: 3.6rem;
}
.about_mission p + p {
  margin-top: 2.9rem;
}
.about_mission .floats .img.img1 {
  width: 31%;
  max-width: 57.9rem;
  left: -15.1%;
  bottom: 0;
}
.about_mission .floats .img.img1 img {
  opacity: 0.28;
}
.about_mission .floats .img.img2 {
  width: 21%;
  max-width: 38.2rem;
  right: -5.0521%;
  top: -1%;
}
.about_mission .floats .img.img2 img {
  opacity: 0.2;
}
.about_custom {
  background-color: var(--bg);
  padding: 11.9rem 0 9.1rem;
}
.about_custom .about_custom_swiper {
  width: calc(100% - 4rem);
  max-width: 173.8rem;
  margin: 4rem auto 0;
  overflow: hidden;
}
.about_custom .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.about_custom .item .img {
  padding-bottom: 84.87544484%;
}
.about_custom .item .info {
  flex: 1;
  padding: 2.5rem 0 3rem;
}
.about_custom .item .info .title {
  font-size: 2.2rem;
  font-weight: 500;
}
.about_custom .item .info .desc {
  line-height: 2.4rem;
  font-weight: 500;
  opacity: 0.85;
  max-width: 53.8rem;
  hyphens: auto;
  margin: 1.1rem auto 0;
}
.about_custom .item .btn {
  max-width: max-content;
  margin: 0 auto;
  padding: 0 2.9rem;
  min-width: 17.6rem;
}
.about_custom .swiper_btns.middle {
  max-width: 185rem;
}
.page_faqs {
  padding: 8.6rem 0 11.2rem;
}
.about_start .flex {
  flex-direction: column;
  min-height: 73.9rem;
  padding: 8.2rem 0;
}
.about_start .head {
  max-width: 68.2rem;
  margin: auto;
}
.about_start p {
  max-width: 62.9rem;
  margin-top: 2.6rem;
}
.about_start .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.9rem;
  margin-top: 4.2rem;
}
.about_start .btn {
  line-height: 5rem;
}
.about_start .btn_line {
  line-height: 5.1rem;
}
.about_start .links {
  text-align: center;
  color: var(--text);
  margin-top: 2.8%;
}
.about_start .links h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.about_start .links a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.about_start .links a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.about_start .links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
}
.about_start .links ul li::before {
  content: '  |  ';
  margin: 0 0.25em 0 0.5em;
}
.about_start .links ul li:first-child::before {
  display: none;
}
.footer_contact {
  position: relative;
  overflow: hidden;
  background-color: #2e2a26;
  background-image: radial-gradient(circle 52.6cqw at center -18.1%, #7a6742, #2e2a26);
}
.footer_contact .flex {
  display: flex;
  min-height: 27.3rem;
  padding: 5rem 0;
}
.footer_contact .flex .flex {
  min-height: unset;
  padding: 0;
}
.footer_contact .head {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 0.4rem;
}
.footer_contact .tcon {
  flex: 1;
  min-width: 24rem;
  padding-bottom: 1px;
}
.footer_contact .tcon.wt,
.footer_contact .tcon.wt h2 {
  color: #fff;
}
.footer_contact p {
  max-width: 48.1rem;
  margin-top: 2.1rem;
}
.footer_contact .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 auto;
  gap: 1.8rem;
}
.footer_contact .btns .btn {
  font-size: 1.8rem;
  line-height: 5.4rem;
}
.footer_contact .btns .btn_email {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0 2.85rem;
}
.footer_contact .btns .btn_email::before {
  display: inline-block;
  flex-shrink: 0;
  content: '';
  width: 0.9722em;
  height: 0.9722em;
  transition: all 0.3s;
  filter: contrast(0) brightness(0.5);
  background: url("https://richpack.sytech.site/wp-content/themes/sytech/assets/img/icon-email.svg") no-repeat center / contain;
}
.footer_contact .btns .btn_email:hover::before {
  filter: contrast(0) brightness(2);
}
.footer_contact .floats .img1 {
  left: 0;
  top: 0;
  margin: -6.666667% 0 0 -11.979167%;
}
.footer_contact .floats .img2 {
  right: 0;
  bottom: 0;
  margin: 0 -18.75% -6.822917% 0;
}
@media screen and (max-width: 768px) {
  .about_banner img {
    min-height: 42vh;
  }
  .about_banner .wrap {
    margin: 40px 0;
  }
  .about_banner .head {
    padding: 0;
  }
  .about_serve {
    overflow: hidden;
    padding: 50px 0;
  }
  .about_serve .head {
    grid-template-columns: 1fr;
  }
  .about_serve .about_serve_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .about_serve .item .info {
    margin-top: 16px;
  }
  .about_serve .item .info h3 {
    font-size: 18px;
  }
  .about_serve .item .info p {
    margin-top: 10px;
  }
  .about_serve .item .info p br {
    display: none;
  }
  .about_category {
    padding: 50px 0;
  }
  .about_category .list {
    margin-top: 30px;
  }
  .about_category .list ul {
    gap: 16px;
  }
  .about_category .list ul li .item {
    padding: 0 16px;
  }
  .about_category .list ul li .item .info {
    padding: 16px 0;
    margin: 0;
  }
  .about_category .list ul li .item .info .title {
    font-size: 16px;
  }
  .about_category .list ul li .item .info .desc {
    margin-top: 8px;
  }
  .about_category li:nth-child(2) .img {
    margin-right: 0;
  }
  .about_advantages {
    padding: 50px 0;
    overflow: hidden;
  }
  .about_advantages .about_advantages_swiper {
    overflow: unset;
  }
  .about_advantages .item .icon {
    width: 48px;
    height: 48px;
  }
  .about_advantages .item .info {
    margin-top: 16px;
  }
  .about_advantages .item .info h3 {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .about_advantages .item .info p {
    margin-top: 10px;
  }
  .about_supply {
    padding: 50px 0;
  }
  .about_supply .flex {
    margin-top: 30px;
  }
  .about_supply .flex .image {
    width: 50%;
  }
  .about_supply .flex .flex1 {
    padding: 0;
  }
  .about_supply .items .item {
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .about_supply .items .item.active {
    margin-bottom: 16px;
  }
  .about_supply .items .title {
    font-size: 18px;
  }
  .about_supply .items .desc {
    line-height: 1.5;
    padding: 10px 0 0;
  }
  .about_supply .btns {
    margin-top: 40px;
    gap: 14px;
  }
  .about_mission {
    padding: 50px 0;
  }
  .about_mission .seg-line {
    margin-top: 20px;
  }
  .about_custom {
    padding: 50px 0;
    overflow: hidden;
  }
  .about_custom .about_custom_swiper {
    width: calc(100% - 40px);
    margin-top: 30px;
    overflow: unset;
  }
  .about_custom .item .info {
    padding: 16px 0 20px;
  }
  .about_custom .item .info .title {
    font-size: 20px;
  }
  .about_custom .item .info .desc {
    line-height: 1.5;
    margin-top: 10px;
  }
  .about_custom .item .btn {
    padding: 0 20px;
    min-width: unset;
  }
  .about_custom .swiper_btns.middle {
    display: none;
  }
  .page_faqs {
    padding: 50px 0;
  }
  .about_start .flex {
    min-height: unset;
    padding: 20px 0;
  }
  .about_start .head {
    padding: 30px 0 40px;
  }
  .about_start .links {
    margin-top: 0;
  }
  .about_start .links h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about_start .links ul {
    gap: 14px 0;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 50px 0;
  }
  .footer_contact .head {
    padding: 0;
  }
  .footer_contact .btns .btn {
    font-size: 14px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .about_banner img {
    min-height: unset;
  }
  .about_banner .wrap {
    position: static;
    overflow: unset;
    margin: 0;
    padding: 40px 0;
  }
  .about_banner .wrap .head {
    width: 100%;
  }
  .about_banner .wrap .btns {
    flex-direction: column;
  }
  .about_category .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .about_supply .flex {
    flex-direction: column;
  }
  .about_supply .flex .image,
  .about_supply .flex .flex1 {
    width: 100%;
    max-width: unset;
  }
  .about_start .btns {
    flex-direction: column;
  }
  .footer_contact .btns {
    width: 100%;
    flex-direction: column;
  }
  .footer_contact .btns .btn_email {
    justify-content: center;
  }
}
