/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3\/5 {
    top: calc(3/5 * 100%);
  }
  .top-\[62px\] {
    top: 62px;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-\[64px\] {
    bottom: 64px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[var\(--real-vh\)\] {
    height: var(--real-vh);
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[1536px\] {
    max-width: 1536px;
  }
  .grid-rows-\[max-content_1fr\] {
    grid-template-rows: max-content 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 5px;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .border-\[\#204698\] {
    border-color: #204698;
  }
  .border-\[\#DDD\] {
    border-color: #DDD;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-\[\#204698\] {
    border-top-color: #204698;
  }
  .bg-\[\#204496\] {
    background-color: #204496;
  }
  .bg-\[\#204698\] {
    background-color: #204698;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#204698\] {
    color: #204698;
  }
  .text-\[\#244093\] {
    color: #244093;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .first\:pl-0 {
    &:first-child {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .last\:pr-0 {
    &:last-child {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
  }
  .hover\:text-\[\#204698\] {
    &:hover {
      @media (hover: hover) {
        color: #204698;
      }
    }
  }
  .hover\:text-\[\#244093\] {
    &:hover {
      @media (hover: hover) {
        color: #244093;
      }
    }
  }
  .hover\:text-\[\#ef4138\] {
    &:hover {
      @media (hover: hover) {
        color: #ef4138;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-auto {
    @media (width >= 48rem) {
      top: auto;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:right-16 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 16);
    }
  }
  .md\:bottom-auto {
    @media (width >= 48rem) {
      bottom: auto;
    }
  }
  .md\:left-16 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 16);
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:col-auto {
    @media (width >= 48rem) {
      grid-column: auto;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mx-6 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mr-4 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .md\:mr-8 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-8 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .md\:h-\[448px\] {
    @media (width >= 48rem) {
      height: 448px;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-96 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-\[252px\] {
    @media (width >= 48rem) {
      width: 252px;
    }
  }
  .md\:w-\[300px\] {
    @media (width >= 48rem) {
      width: 300px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[auto_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: auto 1fr;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:border-l {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:border-none {
    @media (width >= 48rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .md\:border-\[\#C4C4C4\] {
    @media (width >= 48rem) {
      border-color: #C4C4C4;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:py-40 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .md\:pl-8 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:shadow-none {
    @media (width >= 48rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:hover\:bg-transparent {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
  }
}
*:focus {
  outline: none;
}
html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body {
  background: #fff;
  color: #333;
  font-size: 18px;
  font-family: 'Mulish', Tahoma;
  -webkit-font-smoothing: antialiased;
}
.mulish {
  font-family: 'Mulish';
  -webkit-font-smoothing: antialiased;
}
.mulish-bold {
  font-family: 'Mulish Bold';
  -webkit-font-smoothing: antialiased;
}
.mulish-black {
  font-family: 'Mulish Black';
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: 'Mulish';
  src: url('/wp-content/themes/chuisme/assets/font/Mulish-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mulish Bold';
  src: url('/wp-content/themes/chuisme/assets/font/Mulish-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mulish Black';
  src: url('/wp-content/themes/chuisme/assets/font/Mulish-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.libraryhub.net/font/noto-serif-v4-vietnamese_latin_latin-ext-regular.woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdn.libraryhub.net/font/noto-serif-v4-vietnamese_latin_latin-ext-italic.woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://cdn.libraryhub.net/font/noto-serif-v4-vietnamese_latin_latin-ext-700.woff2');
}
.Noto-Serif {
  font-family: 'Noto Serif';
}
.Noto-Serif-Bold {
  font-family: 'Noto Serif';
  font-weight: bold;
}
::-webkit-scrollbar {
  display: none;
}
#Article {
  font-family: 'Noto Serif';
}
@media screen and (min-width: 769px) {
  #ContactPage {
    background-image: url(/wp-content/themes/chuisme/assets/images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  #ContactPage {
    background-image: url(/wp-content/themes/chuisme/assets/images/about-bg.png);
    background-position: center;
  }
}
.chuisme-heading {
  font-family: chuisme-heading;
}
#onboarding {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: #eaf7fc;
  z-index: 9999;
}
.overlay-background {
  width: 100%;
  height: 100%;
  background: #0006;
  position: absolute;
}
#onboarding-effect {
  width: 200px;
  height: 200px;
  top: 50%;
  position: absolute;
  transform: translatey(-50%);
  animation-name: onboarding-effect;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes onboarding-effect {
  0% {
    width: 150px;
    opacity: 100%;
  }
  50% {
    width: 120px;
    opacity: 80%;
  }
  100% {
    width: 150px;
    opacity: 100%;
  }
}
@media screen and (min-width: 769px) {
  .the-article h1 {
    font-size: 40px;
    font-weight: bold;
  }
  .the-article h2 {
    font-size: 32px;
    font-weight: bold;
  }
  .the-article h3 {
    font-size: 28px;
    font-weight: bold;
  }
  .the-article h4 {
    font-size: 22px;
    font-weight: bold;
  }
  .syntaxhighlighter, .wp-block-syntaxhighlighter-code, .wp-block-code {
    width: 100% !important;
    max-width: 596px !important;
  }
}
@media screen and (max-width: 768px) {
  .the-article h1 {
    font-size: 32px;
    font-weight: bold;
  }
  .the-article h2 {
    font-size: 28px;
    font-weight: bold;
  }
  .the-article h3 {
    font-size: 24px;
    font-weight: bold;
  }
  .the-article h4 {
    font-size: 20px;
    font-weight: bold;
  }
  .syntaxhighlighter, .wp-block-syntaxhighlighter-code, .wp-block-code {
    width: 100% !important;
    max-width: 90vw;
  }
}
.the-article-body p, .the-article-body pre, .the-article-body figure {
  margin: 18px 0px;
}
.the-article-picture p {
  margin: 8px 0px;
  font-size: 16px;
  font-style: italic;
}
.btn-blue {
  background: url(/wp-content/themes/chuisme/assets/images/icon/blue-arrow.svg) center right 17px no-repeat;
  color: #204698 !important;
  padding: 12px 0px;
  display: inline-block;
  padding-right: 50px;
  background-size: 20px;
  border: none;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  font-family: mulish;
}
.btn-blue::after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background: #204698;
  transition: 300ms;
}
.btn-blue:hover::after {
  color: #204698;
  width: 100%;
}
.btn-blue-regular {
  background: url(/wp-content/themes/chuisme/assets/images/icon/blue-arrow.svg) center right 17px no-repeat;
  background-size: 20px;
  transition: all 0.3s;
}
.btn-blue-regular:hover {
  background: #204698 url(/wp-content/themes/chuisme/assets/images/icon/white-arrow.svg) center right 17px no-repeat;
  background-size: 20px;
}
.btn-blue-solid {
  background: #204698 url(/wp-content/themes/chuisme/assets/images/icon/white-arrow.svg) center right 17px no-repeat;
  color: #fff;
  padding: 12px 16px;
  display: inline-block;
  padding-right: 50px;
  background-size: 20px;
  border: 2px solid#204698;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  font-family: mulish;
}
.btn-blue-solid:hover {
  background: url(/wp-content/themes/chuisme/assets/images/icon/blue-arrow.svg) center right 17px no-repeat;
  border: 2px solid#204698;
  color: #204698 !important;
  background-size: 20px;
}
.btn-white-regular {
  background: url(/wp-content/themes/chuisme/assets/images/icon/white-arrow.svg) center right 17px no-repeat;
  background-size: 20px;
  transition: all 0.3s;
  padding: 12px 16px;
  display: inline-block;
  padding-right: 50px;
  background-size: 20px;
  border: 2px solid#fff;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  font-family: mulish;
}
.btn-white-regular:hover {
  background: #fff url(/wp-content/themes/chuisme/assets/images/icon/blue-arrow.svg) center right 17px no-repeat;
  background-size: 20px;
}
.btn-white {
  background: url(/wp-content/themes/chuisme/assets/images/icon/white-arrow.svg) center right 17px no-repeat;
  color: #fff !important;
  padding: 12px 0px;
  display: inline-block;
  padding-right: 50px;
  background-size: 20px;
  border: none;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  font-family: mulish;
}
.btn-white::after {
  content: '';
  width: 0px;
  height: 2px;
  display: block;
  background: #fff;
  transition: 300ms;
}
.btn-white:hover::after {
  color: #fff;
  width: 100%;
}
.btn-white-solid {
  background: #fff;
  padding: 16px;
  border: none;
  border-radius: 8px;
  font-family: mulish;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.btn-white-solid:hover {
  background: #204698;
  color: #fff;
  transition: 300ms;
}
.alert-box {
  position: fixed;
  top: 80px;
  right: 16px;
  padding: 16px;
  border-radius: 4px;
  z-index: 9999999;
  animation: noti 300ms;
}
.success {
  width: 50%;
  color: #a94442;
  background-color: #f2dede;
  border-left: 3px solid#EC1C24;
}
.error {
  width: 50%;
  color: #a94442;
  background-color: #f2dede;
  border-left: 3px solid#EC1C24;
}
.warn {
  width: 50%;
  color: #a94442;
  background-color: #fcf8e3;
  border-left: 3px solid#FAAF3B;
}
@media screen and (min-width: 769px) {
  .post-type-block {
    width: fit-content;
    border-radius: 32px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .post-type-block {
    display: inline-flex;
  }
}
@media screen and (min-width: 769px) {
  .post-type-button-active {
    background: #204496 !important;
    color: #fff !important;
    border-radius: 32px;
  }
}
@media screen and (min-width: 769px) {
  .post-type-button {
    padding: 8px 16px;
    color: #333;
    background: none;
    font-size: 18px;
    font-weight: bold;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .post-type-button {
    width: max-content;
    padding: 8px 16px;
    color: #333;
    background: #f1f1f1;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 32px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .post-type-button-active {
    background: #204496;
    color: #fff;
    border-radius: 32px;
  }
}
.bar1, .bar2, .bar3 {
  width: 24px;
  height: 2px;
  background-color: #204698;
  margin: 6px 0;
  transition: 0.3s;
  border-radius: 1px;
}
.change .bar1 {
  transform: rotate(-45deg) translate(-3px, 8px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  transform: rotate(45deg) translate(-4px, -8px);
}
#loading {
  display: none;
}
.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #0002;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.loading img {
  height: 128px;
}
.swiper-pagination {
  width: fit-content;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #1115;
  color: #fff;
  font-weight: bold;
  z-index: 10;
  border-radius: 10px;
  padding: 2px 8px;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
