* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
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_bottom {
  align-items: flex-end;
}
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;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  font-weight: 300;
  letter-spacing: -0.003rem;
}
.head.bn p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.head.bn.white p {
  letter-spacing: 0.007rem;
}
.head h1 {
  font-size: 5.4rem;
  line-height: 1.18518;
  font-weight: 400;
  letter-spacing: 0.18rem;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
.page_banner::after,
.page_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  pointer-events: none;
}
.page_banner::after {
  background-image: linear-gradient(
    to top,
    rgb(0, 0, 0) 1.68%,
    transparent 90%
  );
}
.page_banner::before {
  width: 64%;
  background-image: linear-gradient(
    to right,
    rgb(25, 35, 59) -1.3rem,
    transparent
  );
}
.page_banner .breadcrumbs {
  line-height: 3rem;
  min-height: 5rem;
  padding-top: 1.1rem;
}
.page_banner .breadcrumbs span {
  font-size: 1.7rem;
  color: rgb(255, 255, 255);
}
.page_banner .breadcrumbs span span::before {
  content: " > ";
}
.page_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.page_banner .breadcrumbs span a {
  transition: 0.3s;
}
.page_banner .breadcrumbs span a:hover {
  text-decoration: underline;
}
.page_banner .flex {
  min-height: 48.5rem;
  padding: 3rem 0px 11.8rem;
}
.page_banner .head {
  flex: 1 1 0%;
}
.page_banner .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.2rem;
}
.page_banner .cats span {
  display: inline-block;
  text-align: center;
  border-radius: 2rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary);
  padding: 0.7rem 1.85rem 0.8rem;
}
.page_banner .cats span:first-child {
  background-color: var(--primary);
  color: rgb(255, 255, 255);
}
.page_banner h1 {
  max-width: 79rem;
}
.page_banner p {
  max-width: 58rem;
  margin-top: 2.4rem;
}
.page_banner::before {
  width: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.2;
}
.page_banner p {
  max-width: 81rem;
}
.page_banner .flex {
  padding-bottom: 11.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 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,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head.bn p {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.bn.white p {
    letter-spacing: unset;
  }
  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;
  }
  .page_banner .breadcrumbs {
    line-height: 20px;
    min-height: 40px;
    padding-top: 10px;
  }
  .page_banner .breadcrumbs span {
    font-size: 14px;
  }
  .page_banner .breadcrumbs + .flex {
    min-height: unset;
    padding: 50px 0px;
  }
  .page_banner .cats {
    gap: 6px;
    margin-bottom: 10px;
  }
  .page_banner .cats span {
    font-size: 14px;
    padding: 5px 10px;
  }
}

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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
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;
}
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;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  line-height: 4.5rem;
  padding: 0px 2.6rem;
  font-weight: 400;
}
.btn::after {
  position: absolute;
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  flex-shrink: 0;
  content: "";
  transition: 0.3s;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/about2-page_nav/assets/img/arrow.png") center center / contain no-repeat;
  opacity: 0;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
  padding: 0px 3.6rem 0px 1.6rem;
}
.btn:hover::after {
  margin-right: 0px;
  opacity: 1;
  animation: 0.5s ease 0s infinite alternate none running shakeX;
}
.page_nav {
  border-bottom: 1px solid rgb(212, 212, 212);
}
.page_nav .nav {
  max-width: 100%;
}
.page_nav .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 5.3rem;
}
.page_nav .nav .nav_item {
  cursor: pointer;
  display: block;
  transition: 0.3s;
  font-weight: 500;
  color: var(--primary);
  border-bottom: 0.5rem solid transparent;
  padding: 2.1rem 0px;
  margin-bottom: -0.3rem;
}
.page_nav .nav .nav_item.active,
.page_nav .nav .nav_item:hover {
  border-bottom-color: var(--primary);
}
.page_nav .btn {
  font-size: 1.6rem;
  text-transform: unset;
  line-height: 3.4rem;
  border-radius: 100px;
  padding: 0px 1.8rem;
  margin: 1rem 0px;
}
.page_nav .btn:hover {
  padding: 0px 2.8rem 0px 0.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 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,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
  }
  .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .btn:hover {
    padding: 0px 30px 0px 10px;
  }
  .page_nav .flex {
    gap: 0px 20px;
  }
  .page_nav .nav .nav_list {
    width: calc(100% + 60px);
    margin: 0px -30px -3px;
    padding: 0px 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
  }
  .page_nav .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_nav .nav .nav_item {
    padding: 16px 0px;
    margin: 0px;
    white-space: nowrap;
  }
  .page_nav .btn {
    font-size: 14px;
    line-height: 30px;
    padding: 0px 20px;
    margin: 10px 0px;
  }
  .page_nav .btn:hover {
    padding: 0px 30px 0px 10px;
  }
}

@media screen and (max-width: 576px) {
  .content,
  .large_content {
    padding: 0px 20px;
  }
  .page_nav .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0px -20px;
    padding: 0px 20px;
  }
}

@keyframes shakeX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(20%);
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.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;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
.about_overview {
  padding: 12.7rem 0px 6.35rem;
}
.about_overview p {
  max-width: 140rem;
  color: var(--primary);
  margin-top: 3.1rem;
}
.about_overview p + p {
  margin-top: 4.1rem;
}
.about_overview .btn_video {
  display: inline-grid;
  grid-template-columns: 1fr 3.9rem;
  text-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  transition: 0.3s;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--secondary);
  background-color: rgb(238, 245, 255);
  padding: 0.5rem 0.5rem 0.4rem;
  margin-top: 5.7rem;
  min-width: 29.4rem;
}
.about_overview .btn_video::after {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  content: "";
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/about3-about_overview/assets/img/play.svg") left 66% center / 38.5% no-repeat
    rgb(255, 255, 255);
  transition: 0.3s;
}
.about_overview .btn_video:hover {
  background-color: var(--primary);
  color: rgb(255, 255, 255);
}
.about_overview .btn_video:hover::after {
  transform: scale(1.1);
}
.about_overview .img {
  border-radius: 1.7rem;
  margin-top: 6.9rem;
  padding-bottom: 52.0833%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 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,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  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_overview {
    padding: 50px 0px;
  }
  .about_overview p + p {
    margin-top: 12px;
  }
  .about_overview .btn_video {
    grid-template-columns: 1fr 32px;
    padding: 5px 5px 5px 14px;
    margin-top: 20px;
    min-width: 140px;
    font-size: 14px;
    gap: 10px;
  }
  .about_overview .img {
    border-radius: 10px;
    margin-top: 30px;
  }
}

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

.about_overview input {
  padding: 8px;
  width: 80%;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.toplevel_page_sytech_fronteditor .about_overview input {
  display: block;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.swiper_box {
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
.center {
  text-align: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.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;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.about_history {
  padding: 6.35rem 0px 13.7rem;
}
.about_history .about_history_nav_swiper {
  max-width: 69.6rem;
  border-radius: 100px;
  background-color: rgb(231, 234, 243);
  overflow: hidden;
  margin: 3.5rem auto 0px;
  padding: 0px 2rem;
}
.about_history .about_history_nav_swiper .swiper-slide {
  max-width: max-content;
  white-space: nowrap;
  text-align: center;
  font-size: 1.934rem;
  line-height: 4rem;
  cursor: pointer;
  border-radius: 100px;
  transition:
    background-color 0.3s,
    color 0.3s;
  color: var(--primary);
  padding: 0px 2rem;
}
.about_history .about_history_nav_swiper .swiper-slide-thumb-active,
.about_history .about_history_nav_swiper .swiper-slide-active {
  background-color: rgb(10, 64, 134);
  color: rgb(255, 255, 255);
}
.about_history .about_history_swiper {
  width: calc(100% - 6rem);
  max-width: 171.9rem;
  margin: 4.4rem auto 0px;
  overflow: hidden;
  --pb: 6.3rem;
  padding-bottom: var(--pb);
}
.about_history .about_history_swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  max-width: 335px;
  color: var(--primary);
  transition: color 0.3s;
}
.about_history .about_history_swiper .swiper-slide:hover img {
  transform: scale(1.02);
}
.about_history .about_history_swiper .swiper-slide::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  transition: 0.3s;
  background-color: rgb(231, 234, 243);
  z-index: -1;
  pointer-events: none;
}
.about_history .about_history_swiper .swiper-slide-active {
  color: rgb(255, 255, 255);
}
.about_history .about_history_swiper .swiper-slide-active::before {
  height: calc(100% + var(--pb));
  background-color: rgb(10, 64, 134);
}
.about_history .about_history_swiper .img {
  padding-bottom: 65.373%;
}
.about_history .about_history_swiper .info {
  flex: 1 1 0%;
  padding: 1.1rem 1.2rem 3.3rem;
}
.about_history .about_history_swiper .info h3 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.about_history .about_history_swiper .info p {
  font-size: 1.6rem;
  margin-top: 1px;
  max-width: 30rem;
  letter-spacing: -0.008rem;
}
.about_history .about_history_intro_swiper {
  max-width: 75rem;
  text-align: center;
  overflow: hidden;
  margin: 6.4rem auto 0px;
}
.about_history .about_history_intro_swiper h3 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.11rem;
}
.about_history .about_history_intro_swiper h3::before {
  width: 12.1rem;
  height: 0.3rem;
  background-color: rgb(10, 64, 134);
  display: block;
  content: "";
  margin: 0px auto 1.5rem;
}
.about_history .about_history_intro_swiper p {
  color: var(--primary);
  margin-top: 2.5rem;
}
.about_history .btns {
  width: 98%;
  max-width: 179.2rem;
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.about_history .btns div {
  pointer-events: all;
  width: 1.1rem;
  height: 2rem;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/about4-about_history/assets/img/arrow2.svg") center center / contain no-repeat;
  content: "";
  cursor: pointer;
  transition: 0.3s;
  filter: contrast(0) brightness(0);
  opacity: 0.74;
}
.about_history .btns div:hover {
  filter: unset;
  opacity: 1;
}
.about_history .btns .swiper_next {
  transform: rotate(180deg);
}
.about_history .btns .swiper-button-disabled {
  opacity: 0.68;
  pointer-events: none;
  filter: contrast(0) brightness(0);
}
.about_history .btns .swiper-button-disabled,
.about_history .btns .swiper-button-lock {
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 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,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .about_history {
    padding: 50px 0px;
    overflow: hidden;
  }
  .about_history .about_history_nav_swiper {
    padding: 0px 14px;
    margin-top: 20px;
  }
  .about_history .about_history_nav_swiper .swiper-slide {
    font-size: 14px;
    line-height: 34px;
    padding: 0px 20px;
  }
  .about_history .about_history_swiper {
    overflow: unset;
    margin-top: 30px;
    --pb: 30px;
  }
  .about_history .about_history_swiper .swiper-slide {
    max-width: 314px;
  }
  .about_history .about_history_swiper .info {
    padding: 14px 20px;
  }
  .about_history .about_history_swiper .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .about_history .about_history_swiper .info p {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .about_history .about_history_intro_swiper {
    margin-top: 30px;
  }
  .about_history .about_history_intro_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .about_history .about_history_intro_swiper p {
    margin-top: 10px;
  }
  .about_history .btns {
    display: none;
  }
}

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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
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;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.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 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: rgb(255, 255, 255);
  line-height: 4.5rem;
  padding: 0px 2.6rem;
  font-weight: 400;
}
.btn::after {
  position: absolute;
  right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  flex-shrink: 0;
  content: "";
  transition: 0.3s;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/about5-about_process/assets/img/arrow.png") center center / contain no-repeat;
  opacity: 0;
}
.btn:hover {
  background-color: transparent;
  color: var(--primary);
  padding: 0px 3.6rem 0px 1.6rem;
}
.btn:hover::after {
  margin-right: 0px;
  opacity: 1;
  animation: 0.5s ease 0s infinite alternate none running shakeX;
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  width: 5.3rem;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.4rem;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(231, 234, 243);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: 0.3s;
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/about5-about_process/assets/img/arrow.png") center center / 24% no-repeat;
  filter: contrast(0) brightness(1.8);
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_prev::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: rgb(250, 250, 250);
  border-color: rgb(231, 234, 243);
  opacity: 0.68;
}
.swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(1.8);
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  font-weight: 300;
  letter-spacing: -0.003rem;
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.head p,
.head .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: -0.019rem;
}
.about_process {
  background-color: rgb(7, 46, 98);
  padding: 8rem 0px 5.8rem;
}
.about_process .about_process_swiper {
  overflow: hidden;
  border-radius: 1.2rem;
}
.about_process .about_process_swiper .swiper-slide {
  overflow: hidden;
  border-radius: 1.2rem;
}
.about_process .about_process_swiper .swiper-slide::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(
    to top,
    rgb(0, 0, 0) 1.25%,
    transparent 102%
  );
}
.about_process .about_process_swiper .flex {
  min-height: 72rem;
  padding: 6.3rem 5.8rem;
}
.about_process .about_process_swiper .swiper-slide-active .head .title,
.about_process .about_process_swiper .swiper-slide-active .head p,
.about_process .about_process_swiper .swiper-slide-active .head .more {
  transform: translateX(0px);
  opacity: 1;
  transition:
    opacity 0.5s 0.6s,
    0.6s 0.6s;
}
.about_process .about_process_swiper .swiper-slide-active .head p {
  transition:
    opacity 0.5s 0.7s,
    0.6s 0.7s;
}
.about_process .about_process_swiper .swiper-slide-active .head .more {
  transition:
    opacity 0.5s 0.8s,
    0.6s 0.8s;
}
.about_process .about_process_swiper .head {
  flex: 1 1 0%;
  max-width: 63.2rem;
}
.about_process .about_process_swiper .head .title {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.1rem;
  transform: translateX(-100px);
  opacity: 0;
  transition:
    opacity 0.5s,
    0.6s;
}
.about_process .about_process_swiper .head p {
  margin-top: 2.5rem;
  transform: translateX(-100px);
  opacity: 0;
  transition:
    opacity 0.5s,
    0.6s;
}
.about_process .about_process_swiper .head .more {
  transform: translateX(-100px);
  opacity: 0;
  transition:
    opacity 0.5s,
    0.6s;
}
.about_process .about_process_swiper .head .btn {
  border-color: rgb(255, 255, 255);
  background-color: transparent;
  border-width: 2px;
  text-transform: unset;
  gap: 1.3rem;
  font-size: 1.8rem;
  line-height: 4.8rem;
  padding: 0px 2rem 0px 2.3rem;
  margin-top: 3.6rem;
  border-radius: 100px;
}
.about_process .about_process_swiper .head .btn::after {
  position: static;
  opacity: 1;
  background-image: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/about5-about_process/assets/img/arrow-line.svg");
  width: 1.8rem;
  height: 1.8rem;
  filter: contrast(0) brightness(2);
}
.about_process .about_process_swiper .head .btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: rgb(255, 255, 255);
}
.about_process .swiper_con {
  margin-top: 6.1rem;
}
.about_process .swiper_con .swiper_btns div {
  border: none;
  background-color: transparent;
  width: 1.9rem;
}
.about_process .swiper_con .swiper_btns div::after {
  padding-bottom: 68%;
  background-image: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/about5-about_process/assets/img/arrow3.svg");
  background-size: contain;
  filter: contrast(0) brightness(2);
}
.about_process .swiper_con div.swiper-scrollbar {
  position: static;
  width: 100%;
  flex: 1 1 0%;
  height: 3px;
  background: rgb(10, 64, 134);
}
.about_process .swiper_con div.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 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,
  .large_content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
  }
  .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .btn:hover {
    padding: 0px 30px 0px 10px;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  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;
    line-height: 40px;
    padding: 0px 20px;
    letter-spacing: unset;
    min-width: 120px;
  }
  div.head .btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  div.head .btn:hover {
    padding: 0px 30px 0px 10px;
  }
  .about_process {
    padding: 50px 0px;
  }
  .about_process .about_process_swiper {
    border-radius: 10px;
  }
  .about_process .about_process_swiper .flex {
    min-height: unset;
    padding: 50px 20px;
  }
  .about_process .about_process_swiper .head .title {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  .about_process .about_process_swiper .head p {
    margin-top: 12px;
  }
  .about_process .about_process_swiper .head .btn {
    margin-top: 20px;
    font-size: 14px;
    gap: 10px;
    line-height: 38px;
    padding: 0px 20px;
  }
  .about_process .about_process_swiper .head .btn::after {
    width: 12px;
    height: 12px;
  }
  .about_process .swiper_con {
    margin-top: 30px;
  }
  .about_process .swiper_con .swiper_btns div {
    width: 16px;
  }
}

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

@keyframes shakeX {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(20%);
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.center {
  text-align: center;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.head.sm h2 {
  font-size: 3.6rem;
  letter-spacing: 0.095rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head h2 {
  font-size: 4.2rem;
  line-height: 1.1905;
  font-weight: 500;
  letter-spacing: 0.113rem;
}
.page_free {
  background-color: var(--secondary);
}
.page_free.free_faqs .flex {
  padding: 4.6rem 0px 4rem;
}
.page_free .flex {
  min-height: 22rem;
  padding: 9.5rem 0px 8rem;
}
.page_free .head {
  flex: 1 1 0%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 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,
  .large_content {
    padding: 0px 30px;
  }
  div.head.sm h2 {
    font-size: 22px;
    letter-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .page_free.free_faqs .flex,
  .page_free .flex {
    min-height: unset;
    padding: 50px 0px;
  }
}

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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #062e62;
  --secondary: #0e3262;
  --title: #123f7e;
  --text: #062e62;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 144rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.page_faqs {
  padding: 9rem 0px 17.3rem;
}
.page_faqs .faqs .faq_item {
  border: 1px solid rgba(224, 224, 224, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0px 0.8rem;
  margin-bottom: 3.2rem;
  color: var(--primary);
}
.page_faqs .faqs .faq_item:last-child {
  margin-bottom: 0px;
}
.page_faqs .faqs .faq_item.active .question::after {
  transform: rotate(180deg);
  opacity: 1;
}
.page_faqs .faqs .question {
  display: grid;
  grid-template-columns: 1fr 1.6rem;
  align-items: center;
  cursor: pointer;
  font-size: 2.3rem;
  font-weight: 500;
  gap: 2rem;
  padding: 2.9rem 4rem;
  letter-spacing: 0.022rem;
}
.page_faqs .faqs .question::after {
  display: block;
  padding-bottom: 100%;
  content: "";
  background: url("https://www.jundro.com//wp-content/plugins/sytech-fronteditor/sytpl/about8-page_faqs/assets/img/icon-select.svg") center center / contain no-repeat;
  opacity: 0.5;
  transition: 0.3s;
}
.page_faqs .faqs .answer {
  display: none;
  font-size: 1.7rem;
  line-height: 2.5rem;
  padding: 0px 4rem 4rem;
}
.page_faqs .desc {
  color: var(--primary);
  margin-top: 4.8rem;
  max-width: 139.3rem;
}
.page_faqs .desc p {
  letter-spacing: -0.004rem;
}
.page_faqs {
  padding-bottom: 15.2rem;
}
.page_faqs .desc p {
  line-height: 3.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content,
  .large_content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

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

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

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
    height: 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,
  .large_content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .page_faqs {
    padding: 50px 0px;
  }
  .page_faqs .faqs .faq_item {
    margin-bottom: 14px;
  }
  .page_faqs .faqs .question {
    font-size: 18px;
    grid-template-columns: 1fr 14px;
    gap: 14px;
    padding: 14px 20px;
    letter-spacing: unset;
  }
  .page_faqs .faqs .answer {
    font-size: 14px;
    line-height: 1.5;
    padding: 0px 20px 20px;
  }
  .page_faqs .faqs + .desc {
    margin-top: 20px;
  }
  .page_faqs .faqs + .desc p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .page_faqs {
    padding-bottom: 50px;
  }
}

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