:root {
  --font-pri: "Be Vietnam Pro", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
  --pi-40: 4rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
    --pi-40: 2rem;
  }
}
:root {
  --h-header: 12rem;
  --h-fixed-header: 4rem;
  --h-hidden-header: 12rem;
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: -1.6rem 0 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-3: 0 4rem 4rem 0 rgba(0, 0, 0, 0.05);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(55%) sepia(83%)
    saturate(947%) hue-rotate(165deg) brightness(91%) contrast(91%);
  --filter-sec: brightness(0) saturate(100%) invert(66%) sepia(41%)
    saturate(1899%) hue-rotate(337deg) brightness(100%) contrast(101%);
  --filter-gray: brightness(0) saturate(100%) invert(68%) sepia(12%)
    saturate(17%) hue-rotate(357deg) brightness(90%) contrast(79%);
}

.who {
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  color: white;
  padding: 20rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .who {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .who {
    padding: 4rem 0rem;
  }
}
.who-heading {
  gap: 1.2rem 2.4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .who-heading {
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .who-heading {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .who-heading .title-64 {
    max-width: 49rem;
  }
}
@media screen and (max-width: 991px) {
  .who-heading .title-64 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .who-heading_link {
    margin-left: auto;
    max-width: 59.2rem;
  }
}
.who-heading_link .text-14 {
  line-height: 140%;
}
.who-heading_action {
  gap: 1.6rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .who-heading_action > * {
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem;
    width: calc(50% - 0.8rem);
  }
}
.who-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-16));
}
.who-swiper .swiper-slide {
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .who-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .who-swiper .swiper-slide {
    width: 100%;
  }
}
.who-swiper .swiper-pagination-bullet {
  background: white;
}
.who-swiper .swiper-pagination-bullet-active {
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
}
.who-box {
  position: relative;
}
@media screen and (max-width: 991px) {
  .who-box {
    gap: 1.2rem;
  }
}
.who-img {
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .who-img:hover .img-main, .who-img:focus-visible .img-main {
    opacity: 0;
    pointer-events: none;
  }
  .who-img:hover .who-work, .who-img:focus-visible .who-work {
    opacity: 1;
  }
}
.who-img .img {
  border-radius: var(--radius-l);
  padding-top: 133.3333333333%;
}
.who-img .img-main {
  z-index: 1;
}
.who-img .img-extra {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.who-img .img-extra .hidden {
  display: none;
}
.who-img .link {
  z-index: 5;
  top: 1.6rem;
  right: 1.6rem;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #ff912e;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .who-img .link:hover, .who-img .link:focus-visible {
    border-color: transparent;
  }
  .who-img .link:hover::before, .who-img .link:focus-visible::before {
    opacity: 1;
  }
  .who-img .link:hover img, .who-img .link:focus-visible img {
    filter: var(--filter-white);
  }
}
@media screen and (max-width: 1200px) {
  .who-img .link {
    top: 1.2rem;
    right: 1.2rem;
  }
}
.who-img .link::before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  transition: 0.4s ease-in-out;
}
.who-img .link img {
  object-fit: cover;
  width: 2rem;
  height: 2rem;
  transform: rotate(-45deg);
}
.who-content .title-24 {
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: white;
  transition: 0.4s ease-in-out;
  background-size: 220% 100%;
  background-position: 0% center;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .who-content .title-24:hover, .who-content .title-24:focus-visible {
    color: transparent;
    background-position: 100% 50%;
  }
}
.who-content:has(.btn) {
  left: 50%;
  width: 100%;
  bottom: 2.4rem;
  position: absolute;
  transform: translateX(-50%);
}
.who-recruit .who-img .img {
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
}
.who-recruit .who-img_text {
  z-index: 5;
  width: 100%;
  padding: 2.4rem;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.who-recruit .who-img_text .title-40 {
  line-height: 140%;
  color: white;
}
@media screen and (max-width: 576px) {
  .who-recruit .who-img_text .title-40 {
    font-size: 2.4rem;
  }
}
.who-more .view-link {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .who-more .view-link {
    font-size: 1.4rem;
  }
}
.who-more .view-link {
  margin: 0 auto;
}
.who-more .view-link img {
  transition: 0.4s ease-in-out;
  transform: rotate(90deg);
}
.who-more.is-hidden {
  display: none;
}
.who-more.is-active .view-link img {
  transform: rotate(-90deg);
}
.who-work {
  left: 50%;
  z-index: 5;
  bottom: 1.2rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  width: calc(100% - 2.4rem);
  transform: translateX(-50%);
  backdrop-filter: blur(1.2rem);
  border-radius: var(--radius-l);
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1201px) {
  .who-work {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .who-work {
    bottom: 0.8rem;
    width: calc(100% - 1.6rem);
    border-radius: var(--radius-m);
  }
}
@media screen and (max-width: 576px) {
  .who-work {
    font-size: 1.4rem;
  }
}
.who-work .text-20 {
  padding: 2rem;
  line-height: 140%;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1200px) {
  .who-work .text-20 {
    padding: 1.2rem;
  }
}

.related {
  position: relative;
  padding: 0 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .related {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .related {
    padding: 4rem 0rem;
  }
}
.related .who-content .title-24 {
  color: #131313;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .related .who-content .title-24:hover, .related .who-content .title-24:focus-visible {
    color: #ff912e;
  }
}
@media screen and (min-width: 1201px) {
  .related-heading {
    gap: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .related-heading {
    text-align: center;
  }
}
.related-heading .swiper-navigation {
  width: auto;
  gap: 0.8rem;
  transform: unset;
  position: static;
}
.related-heading .swiper-navigation > * {
  width: 6.4rem;
  height: 6.4rem;
}
.related-swiper {
  position: relative;
}
.related-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
.related-swiper .swiper-slide {
  height: auto;
  width: 33.3333333333%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 991px) {
  .related-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .related-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}

.intro {
  margin: 7rem 0rem 14rem;
}
@media screen and (max-width: 991px) {
  .intro {
    margin: 6rem 0rem;
  }
}
.intro-heading {
  gap: 2.4rem;
  display: flex;
}
@media screen and (min-width: 992px) {
  .intro-heading {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .intro-heading {
    gap: 1.6rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .intro-heading .title-64 {
    max-width: 68rem;
  }
}
@media screen and (min-width: 992px) {
  .intro-desc {
    max-width: 48.8rem;
  }
}
.intro-desc > * {
  line-height: 140%;
}
.intro-desc .tag {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .intro-desc .tag {
    gap: 0.8rem;
  }
}
.intro-img {
  position: relative;
}
.intro-img .img {
  border-radius: var(--radius-l);
  padding-top: 66.9407894737%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .intro-img .img:hover img, .intro-img .img:focus-visible img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.social {
  z-index: 5;
  top: 1.6rem;
  right: 1.6rem;
  position: absolute;
  width: fit-content;
  border-radius: 4rem;
  padding: 1.2rem 1.6rem;
  background-color: white;
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 991px) {
  .social {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .social {
    top: 1rem;
    right: 1rem;
  }
}
.social-list {
  gap: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .social-list {
    gap: 1rem;
  }
}
.social-link {
  display: block;
  user-select: none;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .social-link:hover, .social-link:focus-visible {
    transform: translateY(-0.5rem);
  }
}
@media screen and (max-width: 991px) {
  .social-link {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.core-box {
  height: 100%;
  padding: 4.8rem 3.2rem;
  border-radius: var(--radius-l);
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 1200px) {
  .core-box {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .core-box {
    padding: 2.4rem 1.2rem;
  }
}

.core-img {
  margin: 0 auto;
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 1200px) {
  .core-img {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 576px) {
  .core-img {
    width: 4.8 rem;
    height: 4.8 rem;
  }
}

.core-content {
  text-align: center;
}
.core-content > * {
  line-height: 140%;
}

.hard {
  position: relative;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  padding: 20rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .hard {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .hard {
    padding: 4rem 0rem;
  }
}
.hard-row {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hard-col {
    width: 100%;
  }
}
.hard-info .swiper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .hard-info .swiper-pagination {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .hard-info .swiper-pagination {
    margin-top: 0;
    bottom: 1.2rem;
    position: absolute;
  }
}
.hard-info .swiper-pagination-bullet {
  opacity: 1;
  transform: scale(1);
  background: white;
}
@media screen and (min-width: 992px) {
  .hard-info .swiper-pagination-bullet {
    width: 7.7rem;
    height: 0.8rem;
    border-radius: var(--radius-max);
  }
}
.hard-info .swiper-pagination-bullet-active {
  background: #ff912e;
}
.hard-content {
  color: white;
}
.hard-content_title .text-18 {
  line-height: 130%;
}
.hard-content_des .text-14 {
  line-height: 140%;
}
.hard-img {
  position: relative;
}
.hard-img .img {
  border-radius: 1.4rem;
  padding-top: 177.6041666667%;
}
.hard-img .video-play {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.hard-swiper .swiper-slide {
  transition: 0.4s ease-in-out;
  width: 50%;
  transform: scale(0.8);
}
@media screen and (max-width: 576px) {
  .hard-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
.hard-swiper .swiper-slide-thumb-active {
  transform: scale(1);
}

.build {
  position: relative;
  padding: 20rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .build {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .build {
    padding: 4rem 0rem;
  }
}
.build::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("../../assets/images/home/journey-bg1.png");
}
.build-wrap {
  position: relative;
}
@media screen and (max-width: 991px) {
  .build-wrap {
    gap: 2.4rem;
    display: flex;
    flex-direction: column;
  }
}
.build-info {
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .build-info {
    left: 0;
    top: 4rem;
    position: absolute;
    max-width: 72.8rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .build-info {
    max-width: 65rem;
  }
}
.build-content .text-14 {
  line-height: 140%;
  max-width: 54.4rem;
}
.build-inner {
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .build-inner {
    max-width: 66.6666666667%;
  }
}
@media screen and (max-width: 991px) {
  .build-inner {
    margin-right: auto;
  }
}
.build-group {
  display: flex;
  align-items: flex-end;
  margin: 0 calc(-1 * var(--pi-16));
}
@media screen and (max-width: 576px) {
  .build-group {
    flex-wrap: wrap;
  }
}
.build-block {
  width: 100%;
  padding: 0 var(--pi-16);
}
.build-block:first-child {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 991px) {
  .build-img {
    gap: 2.4rem;
  }
}
.build-img .img {
  border-radius: var(--radius-l);
  box-shadow: var(--box-shadow-1);
  padding-top: 133.3333333333%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .build-img .img:hover img, .build-img .img:focus-visible img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.build-img_content {
  gap: 1.2rem;
  display: flex;
  margin: 0 auto;
  max-width: 30.5rem;
  align-items: flex-end;
}
.build-img_content > .text-18 {
  text-align: center;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 576px) {
  .build-img_content > .text-18 {
    font-size: 1.4rem;
  }
}
.build-img_icon {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
}
@media screen and (max-width: 991px) {
  .build-img_icon {
    width: 4rem;
    height: 4rem;
  }
}
.build-img_icon svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .build-list {
    gap: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .p-about-culture .intro-heading .title-64 {
    max-width: 73.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-about-culture .intro-desc {
    max-width: 41.6rem;
  }
}
/*# sourceMappingURL=about-culture.css.map */
