* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/about1-page_banner-img_bg/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head.ban p {
  font-size: 2rem;
}
.head.ban .subtitle {
  border: none;
  padding: 0px;
  gap: 1.1rem;
}
.head.ban.white p {
  letter-spacing: 0.15px;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white .subtitle {
  font-weight: 300;
  letter-spacing: 0.2px;
}
.head.white p {
  color: var(--text_w);
  font-weight: 300;
  letter-spacing: 0.13px;
}
.head.white h1 {
  font-weight: 600;
  letter-spacing: 3.4px;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h1 {
  font-size: 6.4rem;
  line-height: 1.20312;
  font-weight: 700;
  letter-spacing: 2.6px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.page_banner .flex {
  height: 100vh;
  max-height: 81.6rem;
  min-height: max-content;
  padding: 6rem 0px;
}
.page_banner .head {
  flex: 1 1 0%;
  max-width: 83.6rem;
  padding-bottom: 5.6%;
}
.page_banner .subtitle {
  margin-bottom: -2px;
  color: var(--text_w);
}
.page_banner p {
  max-width: 49.9rem;
  margin-top: 3.3rem;
}
.page_banner .btn {
  margin-top: 3.5rem;
}
.page_banner h1 {
  max-width: 71rem;
}
.page_banner p {
  margin-top: 1.6rem;
}
.page_banner .btn {
  margin-top: 3.4rem;
}
.page_banner .head {
  padding-bottom: 5.4%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h1 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head.ban .subtitle {
    gap: 10px;
    line-height: 1.5;
  }
  div.head.ban p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.ban.white p {
    letter-spacing: unset;
  }
  div.head.white h1 {
    letter-spacing: unset;
  }
  div.head.white .subtitle {
    letter-spacing: unset;
    gap: 10px;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .page_banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-color: var(--title);
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
  }
  .page_banner .flex {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding: 50px 0px;
  }
  .page_banner .flex .head {
    padding: 0px;
    flex: unset;
    max-width: unset;
  }
  .page_banner .head {
    width: 60%;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_banner .head {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.page_about {
  padding: 11rem 0px 10rem;
}
.page_about .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 93.3rem;
}
.page_about .subtitle {
  margin-bottom: 3.4rem;
  padding: 0px 1.7rem;
}
.page_about h2 {
  letter-spacing: 2.3px;
}
.page_about p {
  max-width: 79rem;
  margin-top: 3.3rem;
}
.page_about .nums {
  min-width: 30.9rem;
  margin-right: 3.95833%;
  margin-bottom: 0.8rem;
}
.page_about .nums ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
  gap: 4.3rem 3rem;
}
.page_about .nums .wrap {
  font-size: 5.2rem;
  font-weight: 600;
  color: var(--secondary);
  white-space: nowrap;
  letter-spacing: 1.1px;
}
.page_about .nums .wrap .num {
  font-size: 5.775rem;
  font-weight: 600;
  color: rgb(33, 33, 33);
}
.page_about .nums .line {
  height: 1px;
  background-color: rgb(214, 214, 214);
  margin: 1.5rem 0px 2.2rem;
}
.page_about .nums .label {
  font-size: 1.8rem;
  color: rgb(66, 66, 66);
  font-weight: 500;
  letter-spacing: 0.2px;
}
.page_about .page_about_swiper {
  overflow: hidden;
  margin-top: 6.2rem;
}
.page_about .page_about_swiper .grid {
  height: 100%;
  display: grid;
  grid-template-columns: 63.3333% 1fr;
  gap: 2rem 2.43056%;
}
.page_about .page_about_swiper .img {
  border-radius: 1.8rem;
  padding-bottom: 52.6316%;
}
.page_about .page_about_swiper .img:hover img {
  transform: scale(1.02);
}
.page_about .page_about_swiper .box {
  border-radius: 1.8rem;
  background-color: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 7.5% 10.53% 9.6%;
}
.page_about .page_about_swiper .info {
  margin-top: auto;
}
.page_about .page_about_swiper .info h3 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 600;
  max-width: 31.1rem;
  letter-spacing: 0.5px;
}
.page_about .page_about_swiper .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  margin-top: 2.6rem;
  letter-spacing: 0.01px;
}
.page_about .page_about_nav_swiper {
  overflow: hidden;
  padding-top: 1px;
  margin-top: 5.1rem;
}
.page_about .page_about_nav_swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  transition:
    color 0.3s,
    font-weight 0.3s;
  font-size: 2.2rem;
  color: rgba(22, 22, 22, 0.6);
  border-top: 1px solid rgba(15, 15, 15, 0.19);
  padding-top: 2.3rem;
  max-width: 342px;
}
.page_about .page_about_nav_swiper .swiper-slide::after {
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: -1px;
  content: "";
  background-color: var(--secondary);
}
.page_about .page_about_nav_swiper .swiper-slide-thumb-active {
  color: var(--title);
  font-weight: 500;
}
.page_about .page_about_nav_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: width 5s linear;
}
div.pagination {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: rgb(162, 162, 162);
  gap: 1.6rem;
}
div.pagination .line {
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: rgb(162, 162, 162);
  content: "";
}
div.pagination .current {
  color: rgb(12, 12, 12);
  font-weight: 500;
}
.page_about {
  padding-top: 15.8rem;
  padding-bottom: 14.1rem;
}
.page_about .head {
  padding-bottom: 2.5%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
  .page_about .nums .wrap {
    font-size: 4rem;
  }
  .page_about .nums .wrap .num {
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .page_about {
    padding: 50px 0px;
    overflow: hidden;
  }
  .page_about .head {
    max-width: unset;
  }
  .page_about .nums {
    min-width: unset;
    width: 100%;
    margin: 0px;
  }
  .page_about .nums ul {
    gap: 20px;
  }
  .page_about .nums .wrap {
    font-size: 18px;
    letter-spacing: unset;
  }
  .page_about .nums .wrap .num {
    font-size: 20px;
  }
  .page_about .nums .label {
    font-size: 14px;
    letter-spacing: unset;
  }
  .page_about .nums .line {
    margin: 10px 0px;
  }
  .page_about .page_about_swiper {
    margin-top: 30px;
  }
  .page_about .page_about_swiper .img {
    border-radius: 10px;
  }
  .page_about .page_about_swiper .box {
    border-radius: 10px;
    gap: 20px;
    padding: 20px;
  }
  .page_about .page_about_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
    letter-spacing: unset;
  }
  .page_about .page_about_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .page_about .page_about_nav_swiper {
    margin-top: 30px;
    overflow: unset;
  }
  .page_about .page_about_nav_swiper .swiper-slide {
    padding-top: 14px;
    font-size: 14px;
    max-width: 168px;
  }
  div.pagination {
    font-size: 14px;
    gap: 12px;
  }
  div.pagination .line {
    width: 22px;
  }
  .page_about {
    padding: 50px 0px;
  }
  .page_about .head {
    padding: 0px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_about .page_about_swiper .grid {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/about3-about_advantage/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.service_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2.2rem;
  border: 1px solid rgb(206, 206, 206);
  position: relative;
  z-index: 2;
  padding: 14.8% 5% 16.5%;
}
.service_item.active::before {
  background-color: var(--secondary);
}
.service_item.active .icon {
  background-color: var(--secondary);
}
.service_item.active .icon img {
  filter: contrast(0) brightness(2);
}
.service_item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 2.2rem;
  background-color: rgb(255, 255, 255);
  pointer-events: none;
  z-index: -1;
  content: "";
}
.service_item::before {
  width: 82.6%;
  height: 35.6%;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  content: "";
  transform: translateX(-50%);
  border-radius: 2.2rem;
  z-index: -1;
  pointer-events: none;
  transition: 0.3s;
  background-color: var(--primary);
}
.service_item .icon {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 1.3rem;
  background-color: var(--bg2);
  transition: 0.3s;
  margin: 0px auto;
}
.service_item .info {
  margin-top: 5.4rem;
  text-align: center;
}
.service_item .info h3 {
  font-size: 2.6rem;
  line-height: 1.385;
  font-weight: 600;
}
.service_item .info p {
  font-size: 1.8rem;
  line-height: 1.55556;
  color: var(--text2);
  max-width: 25rem;
  margin: 1.2rem auto 0px;
}
.about_advantage {
  background-color: var(--bg);
  padding: 10.5rem 0px 11.7rem;
}
.about_advantage .head {
  flex: 1 1 0%;
  width: 100%;
  max-width: 59.5rem;
  padding-top: 0.7rem;
}
.about_advantage .subtitle {
  margin-bottom: 3.4rem;
}
.about_advantage p {
  max-width: 56.5rem;
  margin-top: 3.3rem;
}
.about_advantage .btn {
  margin-top: 3.9rem;
}
.about_advantage .items {
  width: 51.25%;
  padding-bottom: 1rem;
}
.about_advantage .items > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(25rem, 100%), 1fr));
  gap: 4.4rem 3.79%;
}
.about_advantage .service_item .icon {
  width: 9rem;
  height: 9rem;
}
.about_advantage .service_item .info {
  margin-top: 5.6rem;
}
.about_advantage .service_item h3 {
  font-size: 2.715rem;
}
.about_advantage .service_item p {
  font-size: 1.88rem;
  margin-top: 1.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .about_advantage .items {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .service_item {
    padding: 20px;
    border-radius: 10px;
  }
  .service_item::after {
    border-radius: 10px;
  }
  .service_item::before {
    border-radius: 10px;
    bottom: -8px;
  }
  .service_item .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .service_item .info {
    margin-top: 20px;
  }
  .service_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .service_item .info p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
  .about_advantage {
    padding: 50px 0px;
  }
  .about_advantage .head {
    max-width: unset;
    padding: 0px;
  }
  .about_advantage .items {
    width: 100%;
    padding: 0px;
  }
  .about_advantage .items > div {
    gap: 30px 20px;
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
  }
  .about_advantage .service_item .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .about_advantage .service_item .info {
    margin-top: 20px;
  }
  .about_advantage .service_item .info h3 {
    font-size: 14px;
  }
  .about_advantage .service_item .info p {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/about4-page_advantages/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.page_advantages {
  padding: 6.4rem 0px 13.4rem;
  overflow: hidden;
}
.page_advantages .reverse {
  flex-direction: row-reverse;
}
.page_advantages .lt {
  flex: 1 1 0%;
  width: 100%;
  max-width: 58rem;
  overflow: hidden;
}
.page_advantages .rt {
  width: 50.9028%;
  margin-top: 1.4%;
}
.page_advantages .subtitle {
  margin-bottom: 3.1rem;
}
.page_advantages .page_advantages_nav_swiper {
  overflow: hidden;
  margin-top: 5.7rem;
}
.page_advantages .page_advantages_nav_swiper .swiper-slide {
  position: relative;
  font-size: 2.2rem;
  cursor: pointer;
  transition:
    color 0.3s,
    font-weight 0.3s;
  color: rgb(140, 140, 140);
  padding: 1.9rem 0px;
}
.page_advantages .page_advantages_nav_swiper .swiper-slide::before,
.page_advantages .page_advantages_nav_swiper .swiper-slide::after {
  width: 100%;
  height: 3px;
  background-color: rgba(15, 15, 15, 0.19);
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  border-radius: 10px;
}
.page_advantages .page_advantages_nav_swiper .swiper-slide::after {
  width: 0px;
  background-color: var(--secondary);
}
.page_advantages .page_advantages_nav_swiper .swiper-slide-thumb-active {
  font-weight: 600;
  color: var(--title);
}
.page_advantages .page_advantages_nav_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: 5s linear;
}
.page_advantages .page_advantages_swiper {
  overflow: hidden;
  margin-top: 5.2rem;
}
.page_advantages .page_advantages_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_advantages .page_advantages_swiper .info {
  flex: 1 1 0%;
}
.page_advantages .page_advantages_swiper .info h3 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.95px;
}
.page_advantages .page_advantages_swiper .info p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  margin-top: 3.3rem;
}
.page_advantages .page_advantages_swiper .btn {
  margin-top: 5rem;
  gap: 1.8rem;
  padding-left: 2.6rem;
}
.page_advantages .page_advantages_img_swiper {
  overflow: hidden;
  border-radius: 2rem;
}
.page_advantages .page_advantages_img_swiper .imgs ul {
  display: grid;
  gap: 2.2rem;
}
.page_advantages .page_advantages_img_swiper .img {
  width: 100%;
  border-radius: 2rem;
  padding-bottom: 47.613%;
}
.page_advantages .page_advantages_img_swiper .img:hover img {
  transform: scale(1.02);
}
.page_advantages {
  padding: 13.2rem 0px 13.9rem;
}
.page_advantages .rt {
  margin: 0px;
}
.page_advantages .page_advantages_swiper .btn {
  gap: 3.5rem;
  padding-left: 3.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .page_advantages {
    padding: 50px 0px;
  }
  .page_advantages .lt {
    max-width: unset;
  }
  .page_advantages .rt {
    width: 100%;
    margin: 0px;
  }
  .page_advantages .page_advantages_nav_swiper {
    margin-top: 20px;
  }
  .page_advantages .page_advantages_nav_swiper .swiper-slide {
    padding: 14px 0px;
    font-size: 14px;
  }
  .page_advantages .page_advantages_swiper {
    margin-top: 30px;
  }
  .page_advantages .page_advantages_swiper .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .page_advantages .page_advantages_swiper .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_advantages .page_advantages_swiper .btn {
    margin-top: 20px;
    gap: 12px;
    padding-left: 20px;
  }
  .page_advantages .page_advantages_img_swiper {
    border-radius: 10px;
  }
  .page_advantages .page_advantages_img_swiper .img {
    border-radius: 10px;
  }
  .page_advantages .page_advantages_img_swiper .imgs ul {
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 10px;
  }
  .page_advantages {
    padding: 50px 0px;
  }
  .page_advantages .page_advantages_swiper .btn {
    gap: 12px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/about5-about_process/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.about_process {
  background-color: var(--bg);
  padding: 11.6rem 0px 14.1rem;
  overflow: hidden;
}
.about_process .subtitle {
  margin-bottom: 2.6rem;
}
.about_process h2 {
  max-width: 60.1rem;
}
.about_process p {
  max-width: 63.1rem;
  margin-top: 1px;
}
.about_process .about_process_swiper {
  margin-top: 6.4rem;
}
.about_process .about_process_swiper .swiper-slide {
  max-width: 35.1rem;
}
.about_process .about_process_swiper .swiper-slide:last-child .wrap::before,
.about_process .about_process_swiper .swiper-slide:last-child .arrow {
  display: none;
}
.about_process .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about_process .item:hover img {
  transform: scale(1.02);
}
.about_process .item .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 69.231% 13.96%;
  justify-content: space-between;
  align-items: center;
}
.about_process .item .wrap::before {
  width: 100%;
  border-bottom: 1px dashed var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  z-index: -1;
}
.about_process .item .img {
  padding-bottom: 100%;
  border-radius: 2.8rem;
}
.about_process .item .arrow {
  padding-bottom: 67.35%;
  display: block;
  content: "";
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/about5-about_process/assets/img/big-arrow.svg") center center / contain no-repeat;
}
.about_process .item .info {
  flex: 1 1 0%;
  margin-top: 5.9rem;
}
.about_process .item .info h3 {
  font-size: 3rem;
  font-weight: 600;
}
.about_process .item .info p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  opacity: 0.75;
  margin-top: 0.7rem;
  max-width: 29.8rem;
}
.about_process p.center:has(.btn) {
  max-width: unset;
  margin-top: 7.1rem;
}
.about_process p.center:has(.btn) .btn {
  min-width: 22.6rem;
  padding-left: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .about_process {
    padding: 50px 0px;
  }
  .about_process .head .flex {
    display: block;
  }
  .about_process .about_process_swiper {
    margin-top: 30px;
  }
  .about_process .about_process_swiper .swiper-slide {
    max-width: 260px;
  }
  .about_process .item .img {
    border-radius: 10px;
  }
  .about_process .item .info {
    margin-top: 20px;
  }
  .about_process .item .info h3 {
    font-size: 18px;
  }
  .about_process .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 200px;
  }
  .about_process p.center:has(.btn) {
    margin-top: 40px;
  }
  .about_process p.center:has(.btn) .btn {
    min-width: 140px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_middle {
  align-items: center;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.swiper_btns {
  gap: 3.2rem;
  display: flex;
}
.swiper_btns div {
  width: 6.4rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/about6-about_certifications/assets/img/arrow.svg") center center / 31% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(22, 22, 22, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
div.pagination {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: rgb(162, 162, 162);
  gap: 1.6rem;
}
div.pagination .line {
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: rgb(162, 162, 162);
  content: "";
}
div.pagination .current {
  color: rgb(12, 12, 12);
  font-weight: 500;
}
.about_certifications {
  padding: 15.6rem 0px 7.7rem;
}
.about_certifications .subtitle {
  margin-bottom: 3.1rem;
}
.about_certifications h2 {
  letter-spacing: 2.3px;
}
.about_certifications p {
  max-width: 88.8rem;
  margin-top: 2rem;
}
.about_certifications .about_certifications_swiper {
  overflow: hidden;
  margin-top: 5.8rem;
  border-radius: 1.8rem;
}
.about_certifications .about_certifications_swiper .grid {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr 37.9167%;
  gap: 2rem 2.91667%;
}
.about_certifications .about_certifications_swiper .box {
  border-radius: 1.8rem;
  background-color: var(--bg);
}
.about_certifications .about_certifications_swiper .info {
  font-size: 1.8rem;
  line-height: 1.5556;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3% 5.386% 7.3%;
}
.about_certifications .about_certifications_swiper .info h3 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.about_certifications .about_certifications_swiper .info ul {
  margin-top: 2.4rem;
  color: var(--text2);
}
.about_certifications .about_certifications_swiper .info ul li + li {
  margin-top: 1.5rem;
}
.about_certifications .about_certifications_swiper .info ul li {
  position: relative;
  padding-left: 3.4rem;
}
.about_certifications .about_certifications_swiper .info ul li::before {
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  left: 0px;
  top: 0.4rem;
  content: "";
  background: url("https://www.fariplasmatech.com//wp-content/plugins/sytech-fronteditor/sytpl/about6-about_certifications/assets/img/gou.svg") center center / contain no-repeat;
}
.about_certifications .about_certifications_swiper .pic {
  padding-bottom: 87.9121%;
  width: 100%;
  position: relative;
}
.about_certifications .about_certifications_swiper .pic .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50.55%;
  --h: 144.2%;
}
.about_certifications .swiper_con {
  margin-top: 4.7rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.pagination {
    font-size: 14px;
    gap: 12px;
  }
  div.pagination .line {
    width: 22px;
  }
  .about_certifications {
    padding: 50px 0px;
  }
  .about_certifications .about_certifications_swiper {
    border-radius: 10px;
    margin-top: 30px;
  }
  .about_certifications .about_certifications_swiper .box {
    border-radius: 10px;
  }
  .about_certifications .about_certifications_swiper .info {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px;
  }
  .about_certifications .about_certifications_swiper .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .about_certifications .about_certifications_swiper .info ul {
    margin-top: 14px;
  }
  .about_certifications .about_certifications_swiper .info ul li + li {
    margin-top: 10px;
  }
  .about_certifications .about_certifications_swiper .info ul li {
    padding-left: 25px;
  }
  .about_certifications .about_certifications_swiper .info ul li::before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
  .about_certifications .swiper_con {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .about_certifications .about_certifications_swiper .grid {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-grid;
  align-items: center;
  cursor: pointer;
  transition:
    0.3s,
    background-color 0.4s;
  grid-template-columns: 1fr 4.8rem;
  color: rgb(255, 255, 255);
  background-color: var(--primary);
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0.8rem 1rem 3.9rem;
  min-width: 21.8rem;
  gap: 1rem;
}
.btn::after {
  padding-bottom: 100%;
  border-radius: 50%;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/about7-page_intro-next_sp/assets/img/arrow-tr.svg") center center / 22.92% no-repeat
    rgb(255, 255, 255);
  display: block;
  transition: 0.3s;
  content: "";
}
.btn:hover {
  background-color: var(--secondary);
}
.btn:hover::after {
  transform: rotate(45deg) scale(1.1);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
.page_intro {
  padding: 7.7rem 0px;
  overflow: hidden;
}
.page_intro.next_sp {
  padding-bottom: 2.5rem;
}
.page_intro .head {
  flex: 1 1 0%;
  max-width: 57.2rem;
  width: 100%;
  padding-bottom: 6%;
}
.page_intro .subtitle {
  margin-bottom: 3.1rem;
}
.page_intro h2 {
  letter-spacing: 2.2px;
}
.page_intro p {
  margin-top: 3.3rem;
}
.page_intro .btn {
  margin-top: 3.1rem;
  min-width: 22.6rem;
  padding-left: 1.9rem;
}
.page_intro .img {
  border-radius: 2rem;
  width: 50.9722%;
  --h: 64.98764%;
}
.page_intro .img:hover img {
  transform: scale(1.02);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_i {
    margin-top: 20px;
  }
  div.head .btn {
    font-size: 14px;
    grid-template-columns: 1fr 32px;
    gap: 12px;
    min-width: 140px;
    padding: 5px 5px 5px 20px;
  }
  .page_intro {
    padding: 50px 0px;
  }
  .page_intro.next_sp {
    padding-bottom: 30px;
  }
  .page_intro .flex .head {
    max-width: unset;
    padding: 0px;
  }
  .page_intro .head h2 {
    margin-bottom: 10px;
  }
  .page_intro .img {
    border-radius: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_intro .flex .img {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.page_services {
  padding: 2.6rem 0px 8.3rem;
}
.services_swiper {
  overflow: hidden;
  border-radius: 2.2rem;
  padding-bottom: 1rem;
}
.services_swiper .active .service_item::before {
  background-color: var(--secondary);
}
.services_swiper .active .icon {
  background-color: var(--secondary);
}
.services_swiper .active .icon img {
  filter: contrast(0) brightness(2);
}
.service_item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 2.2rem;
  border: 1px solid rgb(206, 206, 206);
  position: relative;
  z-index: 2;
  padding: 14.8% 5% 16.5%;
}
.service_item.active::before {
  background-color: var(--secondary);
}
.service_item.active .icon {
  background-color: var(--secondary);
}
.service_item.active .icon img {
  filter: contrast(0) brightness(2);
}
.service_item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 2.2rem;
  background-color: rgb(255, 255, 255);
  pointer-events: none;
  z-index: -1;
  content: "";
}
.service_item::before {
  width: 82.6%;
  height: 35.6%;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  content: "";
  transform: translateX(-50%);
  border-radius: 2.2rem;
  z-index: -1;
  pointer-events: none;
  transition: 0.3s;
  background-color: var(--primary);
}
.service_item .icon {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 1.3rem;
  background-color: var(--bg2);
  transition: 0.3s;
  margin: 0px auto;
}
.service_item .info {
  margin-top: 5.4rem;
  text-align: center;
}
.service_item .info h3 {
  font-size: 2.6rem;
  line-height: 1.385;
  font-weight: 600;
}
.service_item .info p {
  font-size: 1.8rem;
  line-height: 1.55556;
  color: var(--text2);
  max-width: 25rem;
  margin: 1.2rem auto 0px;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .page_services {
    padding: 30px 0px 50px;
    overflow: hidden;
  }
  .services_swiper {
    overflow: unset;
    padding-bottom: 8px;
  }
  .service_item {
    padding: 20px;
    border-radius: 10px;
  }
  .service_item::after {
    border-radius: 10px;
  }
  .service_item::before {
    border-radius: 10px;
    bottom: -8px;
  }
  .service_item .icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .service_item .info {
    margin-top: 20px;
  }
  .service_item .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .service_item .info p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #1b98d6;
  --secondary: #d8282a;
  --title: #161616;
  --text: #494949;
  --text2: #474747;
  --text_w: rgba(255, 255, 255, 0.8);
  --bg: #f8f8f8;
  --bg2: #f7f7f7;
  --border: #dcdedc;
  --shadow: 0 1.1rem 1.1rem rgba(209, 209, 209, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.swiper_btns {
  gap: 3.2rem;
  display: flex;
}
.swiper_btns div {
  width: 6.4rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://www.fariplasmatech.com////////wp-content/plugins/sytech-fronteditor/sytpl/about8-about_meet/assets/img/arrow.svg") center center / 31% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(22, 22, 22, 0.45);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 0.7rem 1fr;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-transform: uppercase;
  gap: 1rem;
  line-height: 3.9rem;
  padding: 0px 1.8rem;
}
.head .subtitle::before {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--secondary);
  display: block;
  content: "";
}
.head h2 {
  font-size: 5rem;
  line-height: 5.8rem;
  font-weight: 600;
  letter-spacing: 2.1px;
}
.head p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--text);
  letter-spacing: 0.01px;
}
div.pagination {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: rgb(162, 162, 162);
  gap: 1.6rem;
}
div.pagination .line {
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: rgb(162, 162, 162);
  content: "";
}
div.pagination .current {
  color: rgb(12, 12, 12);
  font-weight: 500;
}
.about_meet {
  padding: 8.3rem 0px 16.7rem;
  overflow: hidden;
}
.about_meet .subtitle {
  margin-bottom: 3.1rem;
}
.about_meet h2 {
  letter-spacing: 2.2px;
}
.about_meet p {
  max-width: 88.8rem;
  margin: 2.1rem auto 0px;
}
.about_meet .about_meet_swiper {
  margin-top: 4.8rem;
}
.about_meet .about_meet_swiper .swiper-slide {
  max-width: 47.4311%;
}
.about_meet .about_meet_swiper .img {
  border-radius: 2rem;
  padding-bottom: 65.0073%;
}
.about_meet .about_meet_swiper .img:hover img {
  transform: scale(1.02);
}
.about_meet .swiper_con {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .head h2 {
    font-size: 4.6rem;
    line-height: 1.16;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  div.head .subtitle {
    word-spacing: unset;
    letter-spacing: unset;
    grid-template-columns: 5px 1fr;
    font-size: 14px;
    line-height: 2;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.pagination {
    font-size: 14px;
    gap: 12px;
  }
  div.pagination .line {
    width: 22px;
  }
  .about_meet {
    padding: 50px 0px;
  }
  .about_meet .about_meet_swiper {
    margin-top: 30px;
  }
  .about_meet .about_meet_swiper .img {
    border-radius: 10px;
  }
  .about_meet .swiper_con {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .about_meet .about_meet_swiper .swiper-slide {
    max-width: 80%;
  }
}
