* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Poppins, sans-serif;
  color: #4d4643;
  background: #f3f2ef;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.detail-page {
  width: 100%;
  background: #f3f2ef;
}

.detail-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 72px 32px 84px;
}

.navlink {
  position: relative;
  transition: color .2s;
}

.navlink:hover {
  color: #f18d1b !important;
}

.util-link {
  transition: opacity .2s, color .2s;
}

.util-link:hover {
  color: #fff;
  opacity: 1 !important;
}

.langpill {
  transition: background .2s, color .2s, border-color .2s;
}

.sticky-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 60;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .09);
  transition: transform .42s cubic-bezier(.2, .7, .3, 1), opacity .35s ease;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f18d1b;
  font-size: 14px;
  font-weight: 700;
  transition: gap .2s;
}

.back-link:hover {
  gap: 12px;
}

.detail-label {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f18d1b;
}

.detail-title {
  margin: 10px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 1.28;
  color: #1f2a22;
  letter-spacing: -.01em;
}

.detail-date {
  margin-top: 12px;
  font-size: 13px;
  color: #9a9a9a;
}

.detail-cover-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 0 0 46px 0;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
}

.detail-cover {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .7, .3, 1);
}

.detail-cover-wrap:hover .detail-cover {
  transform: scale(1.06) !important;
}

.detail-cover-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .45) 100%);
  opacity: 0;
  transition: opacity .35s ease;
}

.detail-cover-wrap:hover::after {
  opacity: 1;
}

.detail-content {
  margin-top: 34px;
  font-size: 16px;
  line-height: 1.85;
  color: #5c544f;
}

.detail-content p {
  margin: 0 0 20px;
}

.news-detail {
  margin-top: 28px;
}

.news-detail.is-loading {
  min-height: 520px;
}

.news-detail .detail-label {
  margin-top: 0;
}

.news-author {
  margin-top: 8px;
  font-size: 13px;
  color: #7f7a72;
}

.news-body {
  margin-top: 34px;
  font-size: 16px;
  line-height: 1.85;
  color: #5c544f;
}

.news-body p {
  margin: 0 0 20px;
}

.news-body h1,
.news-body h2,
.news-body h3,
.news-body h4 {
  margin: 28px 0 14px;
  font-family: Poppins, sans-serif;
  line-height: 1.35;
  color: #1f2a22;
}

.news-body h1 {
  font-size: 30px;
}

.news-body h2 {
  font-size: 24px;
}

.news-body h3 {
  font-size: 19px;
}

.news-body ul,
.news-body ol {
  margin: 0 0 20px 22px;
  padding: 0;
}

.news-body li {
  margin: 0 0 9px;
}

.news-body a {
  color: #f18d1b;
  font-weight: 700;
}

.news-body blockquote {
  margin: 18px 0;
  padding: 12px 18px;
  border-left: 4px solid #f18d1b;
  background: #f7f3ef;
  color: #5c544f;
}

.news-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0 0 24px 0;
}

.news-body .ql-align-center {
  text-align: center;
}

.news-body .ql-align-right {
  text-align: right;
}

.news-body .ql-align-justify {
  text-align: justify;
}

.news-body .ql-indent-1 {
  padding-left: 3em;
}

.news-body .ql-indent-2 {
  padding-left: 6em;
}

.news-body .ql-indent-3 {
  padding-left: 9em;
}

.news-body .ql-size-small {
  font-size: .85em;
}

.news-body .ql-size-large {
  font-size: 1.35em;
}

.news-body .ql-size-huge {
  font-size: 1.8em;
}

.news-detail-empty {
  margin-top: 18px;
  padding: 30px;
  background: #f7f3ef;
  border: 1px solid #e8e1d9;
  border-radius: 0 0 28px 0;
  color: #7b736f;
  font-weight: 700;
  text-align: center;
}

.news-detail-skeleton {
  display: grid;
  gap: 14px;
}

.news-detail-skeleton span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e8e1d9 25%, #f9f5f1 50%, #e8e1d9 75%);
  background-size: 220% 100%;
  animation: careerDetailShimmer 1.35s ease-in-out infinite;
}

.news-detail-skeleton span:nth-child(1) {
  width: 70%;
  height: 34px;
}

.news-detail-skeleton span:nth-child(2) {
  width: 35%;
}

.news-detail-skeleton span:nth-child(3) {
  width: 100%;
  height: 300px;
  border-radius: 0 0 36px 0;
  margin-top: 20px;
}

.news-detail-skeleton span:nth-child(4) {
  width: 80%;
  margin-top: 16px;
}

.career-detail {
  margin-top: 18px;
  padding-top: 22px;
  color: #4d4643;
}

.career-detail.is-loading {
  min-height: 420px;
}

.career-detail-title {
  margin: 0 0 24px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 1.3;
  color: #1f2a22;
}

.career-detail-meta {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}

.career-detail-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.45;
  color: #4d4643;
}

.career-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  color: #8a837e;
}

.career-detail-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.career-detail-time {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  color: #7f7a72;
  font-size: 13px;
}

.career-detail-time .career-detail-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.career-detail-time .career-detail-icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 2;
}

.career-detail-divider {
  height: 1px;
  background: #ded7d0;
  margin: 28px 0 18px;
}

.career-detail-section {
  margin-top: 26px;
}

.career-detail-section h2 {
  margin: 0 0 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #1f2a22;
}

.career-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.career-detail-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid #e3dbd3;
  border-radius: 3px;
  background: #eee8e2;
  color: #5c544f;
  font-size: 13px;
  line-height: 1.25;
}

.career-detail-body {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.75;
  color: #4d4643;
}

.career-detail-body h1,
.career-detail-body h2,
.career-detail-body h3,
.career-detail-body h4 {
  font-family: Poppins, sans-serif;
  line-height: 1.35;
  color: #1f2a22;
}

.career-detail-body h1 {
  font-size: 28px;
}

.career-detail-body h2 {
  font-size: 22px;
}

.career-detail-body h3 {
  font-size: 18px;
}

.career-detail-body p {
  margin: 0 0 14px;
}

.career-detail-body ul {
  margin: 0 0 16px 20px;
  padding: 0;
}

.career-detail-body li {
  margin: 0 0 8px;
}

.career-detail-body a {
  color: #f18d1b;
  font-weight: 700;
}

.career-detail-body blockquote {
  margin: 16px 0;
  padding: 10px 16px;
  border-left: 4px solid #f18d1b;
  background: #f7f3ef;
  color: #5c544f;
}

.career-detail-body pre {
  overflow: auto;
  padding: 14px;
  background: #1f2a22;
  color: #fff;
  border-radius: 6px;
}

.career-detail-body .ql-align-center {
  text-align: center;
}

.career-detail-body .ql-align-right {
  text-align: right;
}

.career-detail-body .ql-align-justify {
  text-align: justify;
}

.career-detail-body .ql-indent-1 {
  padding-left: 3em;
}

.career-detail-body .ql-indent-2 {
  padding-left: 6em;
}

.career-detail-body .ql-indent-3 {
  padding-left: 9em;
}

.career-detail-body .ql-size-small {
  font-size: .85em;
}

.career-detail-body .ql-size-large {
  font-size: 1.35em;
}

.career-detail-body .ql-size-huge {
  font-size: 1.8em;
}

.career-apply-info {
  margin-top: 18px;
  color: #4d4643;
  font-size: 15px;
  line-height: 1.75;
}

.career-apply-info a {
  color: #f18d1b;
  font-weight: 700;
}

.career-apply-info strong {
  color: #1f2a22;
}

.career-company {
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid #ded7d0;
  background: #f7f3ef;
  border-radius: 0 0 28px 0;
  color: #4d4643;
}

.career-company h3 {
  margin: 0 0 18px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 1.35;
  color: #1f2a22;
}

.career-company-head {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
}

.career-company-logo {
  display: block;
  width: 54px;
  height: auto;
}

.career-company-name {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #1f2a22;
  font-weight: 700;
}

.career-company-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #178f7a;
  color: #fff;
}

.career-company-badge svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 3;
  fill: none;
}

.career-company-meta {
  margin-top: 4px;
  color: #7f7a72;
  font-size: 14px;
}

.career-company-socials {
  display: flex;
  gap: 8px;
  margin: 14px 0 0 68px;
}

.career-company-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ded7d0;
  border-radius: 50%;
  background: #fff;
  color: #4d4643;
  transition: background .2s, color .2s, border-color .2s;
}

.career-company-social:hover {
  background: #f18d1b;
  border-color: #f18d1b;
  color: #fff;
}

.career-company-social svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.career-company-text {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: #4d4643;
}

.career-company-address {
  margin-top: 22px;
}

.career-company-address h4 {
  margin: 0 0 8px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  color: #1f2a22;
}

.career-company-address p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: #4d4643;
}

.career-detail-empty {
  margin-top: 18px;
  padding: 30px;
  background: #f7f3ef;
  border: 1px solid #e8e1d9;
  border-radius: 0 0 28px 0;
  color: #7b736f;
  font-weight: 700;
  text-align: center;
}

.career-detail-skeleton {
  display: grid;
  gap: 14px;
}

.career-detail-skeleton span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e8e1d9 25%, #f9f5f1 50%, #e8e1d9 75%);
  background-size: 220% 100%;
  animation: careerDetailShimmer 1.35s ease-in-out infinite;
}

.career-detail-skeleton span:nth-child(1) {
  width: 42%;
  height: 30px;
}

.career-detail-skeleton span:nth-child(2) {
  width: 62%;
}

.career-detail-skeleton span:nth-child(3) {
  width: 48%;
}

.career-detail-skeleton span:nth-child(4) {
  width: 72%;
  margin-top: 18px;
}

@keyframes careerDetailShimmer {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

@media (max-width: 768px) {
  .hero-header,
  .header-inner {
    padding: 13px 18px !important;
  }

  .hero-header > a img,
  .header-inner > a img {
    height: 36px !important;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    display: none !important;
    position: fixed;
    top: 62px;
    right: 16px;
    z-index: 1000;
    width: min(270px, calc(100vw - 32px));
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
    padding: 12px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 2px !important;
    background: #fff;
    color: #4d4643;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
  }

  .site-nav.is-open {
    display: flex !important;
  }

  .site-nav a {
    padding: 9px 10px;
    color: #4d4643 !important;
    text-shadow: none !important;
  }

  .utility-bar > div {
    padding: 7px 18px !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  .utility-bar a:nth-of-type(3),
  .utility-bar > div > span:first-of-type {
    display: none;
  }

  .detail-wrap {
    padding: 50px 18px 64px !important;
  }

  .detail-cover {
    height: 250px;
  }

  .detail-title {
    font-size: 30px;
  }

  .page-title {
    font-size: 36px !important;
  }

  .hero-banner {
    height: 315px !important;
  }

  .career-detail {
    margin-top: 12px;
    padding-top: 18px;
  }

  .career-detail-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .career-detail-divider {
    margin: 24px 0 16px;
  }

  .career-detail-section {
    margin-top: 22px;
  }

  .career-company {
    padding: 20px;
  }

  .career-company-socials {
    margin-left: 0;
  }
}
