.cbc-careers {
    min-height: 100vh;
    background: #fff;
    color: #06477c;
    font-family: "CBC Josefin Sans", "Josefin Sans", Arial, sans-serif;
}
.cbc-careers__hero {
    position: relative;
    display: flex;
    height: 50vh;
    min-height: 0;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-image: var(--careers-hero);
    background-position: center top;
    background-size: cover;
}
.cbc-careers__hero.is-process {
    background-image: var(--careers-process-hero);
}
.cbc-careers__hero.is-growth {
    background-image: var(--careers-growth-hero);
}
.cbc-careers__hero-shade {
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(10, 18, 22, .52) 100%);
}
.cbc-careers__hero h1 {
    position: relative;
    z-index: 1;
    margin: 0 0 -18px;
    color: #fff;
       font-size: clamp(54px, 9.4vw, 65pt);
    font-weight: 800;
    line-height: .78;
    letter-spacing: 0;
    text-transform: uppercase;
}
.cbc-careers__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(980px, calc(100% - 64px));
    margin: 74px auto 48px;
}
.cbc-careers__tabs button {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(6, 71, 124, .24);
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    background: transparent;
    color: rgba(6, 71, 124, .18);
    font-size: 15px;
    font-weight: 800;
    font-family: inherit;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    animation: cbc-careers-fly-up .72s cubic-bezier(.18, .86, .28, 1) both;
}
.cbc-careers__tabs button:nth-child(1) {
    animation-delay: .08s;
}
.cbc-careers__tabs button:nth-child(2) {
    animation-delay: .16s;
}
.cbc-careers__tabs button:nth-child(3) {
    animation-delay: .24s;
}
.cbc-careers__tabs button:last-child {
    border-right: 0;
}
.cbc-careers__tabs button.is-active {
    color: #06477c;
}
.cbc-careers__panel {
    display: none;
}
.cbc-careers__panel.is-active {
    display: block;
    animation: cbc-careers-panel-enter .58s cubic-bezier(.18, .86, .28, 1) both;
}
.cbc-careers__workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(1074px, calc(100% - 60px));
    margin: 0 auto 98px;
}
.cbc-careers__jobs {
    position: relative;
}
.cbc-careers__sort {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin: 0 0 7px;
    font-size: 12pt;
    font-weight: 700;
    animation: cbc-careers-fly-up .6s cubic-bezier(.18, .86, .28, 1) .08s both;
}
.cbc-careers__sort a {
    color: rgba(6, 71, 124, .2);
    text-decoration: none;
}
.cbc-careers__sort a.is-active {
    color: #06477c;
}
.cbc-careers__sort a + a::before {
    content: "|";
    margin-right: 16px;
    color: rgba(6, 71, 124, .2);
}
.cbc-careers__search {
    display: grid;
    grid-template-columns: auto auto minmax(180px, 1fr) 42px;
    align-items: center;
    min-height: 52px;
    margin-bottom: 24px;
    border: 1px solid #06477c;
    color: #06477c;
    font-size: 12pt;
    font-weight: 700;
    animation: cbc-careers-fly-up .64s cubic-bezier(.18, .86, .28, 1) .14s both;
}
.cbc-careers__select {
    position: relative;
    align-self: stretch;
}
.cbc-careers__select + .cbc-careers__select {
    border-left: 1px solid #06477c;
}
.cbc-careers__select > button {
    width: 100%;
    height: 100%;
    min-height: 50px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #06477c;
    font: inherit;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}
.cbc-careers__dropdown {
    position: absolute;
    z-index: 5;
    top: calc(100% + 1px);
    left: -1px;
    min-width: calc(100% + 2px);
    display: none;
    border: 1px solid #06477c;
    background: #fff;
    box-shadow: 0 12px 24px rgba(6, 71, 124, .12);
}
.cbc-careers__select.is-open .cbc-careers__dropdown {
    display: block;
}
.cbc-careers__dropdown button {
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-bottom: 1px solid rgba(6, 71, 124, .14);
    background: #fff;
    color: #06477c;
    font: inherit;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
}
.cbc-careers__dropdown button:last-child {
    border-bottom: 0;
}
.cbc-careers__dropdown button:hover,
.cbc-careers__dropdown button:focus-visible {
    background: #edf1f5;
}
.cbc-careers__search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #06477c;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
}
.cbc-careers__search input::placeholder {
    color: #06477c;
    opacity: 1;
}
.cbc-careers__search > button {
    position: relative;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.cbc-careers__search > button::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid #06477c;
    border-radius: 50%;
}
.cbc-careers__search > button::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 8px;
    height: 1px;
    background: #06477c;
    transform: rotate(45deg);
}
.cbc-careers__list {
    position: relative;
    min-height: 108px;
}
.cbc-careers__list.is-loading {
    pointer-events: none;
}
.cbc-careers__list.is-loading::before {
    content: "";
    position: absolute;
    z-index: 6;
    inset: 0;
    background: rgba(255, 255, 255, .68);
}
.cbc-careers__list.is-loading::after {
    content: "";
    position: absolute;
    z-index: 7;
    left: 50%;
    top: 56px;
    width: 32px;
    height: 32px;
    background: var(--careers-loader) center / contain no-repeat;
    transform: translate(-50%, -50%);
}
/* 
.cbc-careers__list::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 48%;
    top: 180px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(88, 190, 225, .2);
    pointer-events: none;
} */
.cbc-careers__job {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px 150px;
    min-height: 108px;
    align-items: center;
    padding: 0 36px;
    background: #edf1f5;
    border-bottom: 1px solid #fff;
    color: #06477c;
    text-decoration: none;
    animation: cbc-careers-job-enter .62s cubic-bezier(.18, .86, .28, 1) both;
}
.cbc-careers__job:nth-child(1) {
    animation-delay: .06s;
}
.cbc-careers__job:nth-child(2) {
    animation-delay: .11s;
}
.cbc-careers__job:nth-child(3) {
    animation-delay: .16s;
}
.cbc-careers__job:nth-child(4) {
    animation-delay: .21s;
}
.cbc-careers__job:nth-child(5) {
    animation-delay: .26s;
}
.cbc-careers__job:nth-child(n + 6) {
    animation-delay: .31s;
}
.cbc-careers__job h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
}
.cbc-careers__job span,
.cbc-careers__job time {
    font-size: 12pt;
    font-weight: 700;
}
.cbc-careers__job:hover{background-color: #fff;}
.cbc-careers__job:hover::after,
.cbc-careers__job:focus-visible::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 36px;
    width: 40px;
    height: 40px;
    border-right: 2px solid #06477c;
    border-bottom: 2px solid #06477c;
}
.cbc-careers__job:hover::before,
.cbc-careers__job:focus-visible::before {
    content: "";
    position: absolute;
    right: 24px;
    top: 75px;
    width: 57px;
    height: 2px;
    background: #06477c;
    border: 0;
    transform: rotate(45deg);
    transform-origin: right center;
}
.cbc-careers__empty {
    padding: 48px;
    background: #edf1f5;
    color: #06477c;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    animation: cbc-careers-job-enter .62s cubic-bezier(.18, .86, .28, 1) both;
}
.cbc-careers__process {
    width: min(1251px, calc(100% - 64px));
    margin: 96px auto 128px;
    color: #06477c;
    text-align: center;
}
.cbc-careers__process-block {
    margin: 0 auto 164px;
    animation: cbc-careers-fly-up .72s cubic-bezier(.18, .86, .28, 1) both;
}
.cbc-careers__process-block > * {
    max-width: 780px;
    margin-inline: auto;
}
/* JS boc anh vao trong <a> de mo fancybox, nen img khong con la con truc tiep cua p. */
.cbc-careers__process-block > p:has(img) {
    max-width: none;
}
.cbc-careers__process-block img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
}
.cbc-careers__zoom {
    display: block;
    cursor: zoom-in;
}
.cbc-careers__zoom img {
    transition: opacity .25s ease;
}
.cbc-careers__zoom:hover img {
    opacity: .88;
}
.cbc-careers__process-block:nth-child(2) {
    animation-delay: .12s;
}
.cbc-careers__process-block:nth-child(3) {
    animation-delay: .2s;
}
.cbc-careers__process-block:last-child {
    margin-bottom: 0;
}
.cbc-careers__process-visual {
    margin: -88px auto 132px;
    max-width: min(92vw, 1252px);
    text-align: center;
    animation: cbc-careers-fly-down .78s cubic-bezier(.18, .86, .28, 1) both;
}
.cbc-careers__process-visual img {
    display: block;
    width: 100%;
    height: auto;
}
.cbc-careers__process-visual--tugiac {
    max-width: min(100%, 1251px);
    margin: -88px auto 132px;
}
.cbc-careers__tugiac {
    position: relative;
    width: 100%;
    aspect-ratio: 1251 / 609;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.cbc-careers__tugiac-piece {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0;
    border: 0;
    background: var(--tugiac-image) center / cover no-repeat;
    cursor: pointer;
    isolation: isolate;
    transform: translate3d(0, 0, 0) rotate(var(--rotate, 0deg)) scale(1);
    transform-origin: 50% 100%;
    transition: transform .42s cubic-bezier(.2, .8, .2, 1), filter .42s ease;
    will-change: transform;
}
.cbc-careers__tugiac-piece::before,
.cbc-careers__tugiac-piece::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.cbc-careers__tugiac-piece::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(38, 136, 205, .2) 48%, rgb(6 71 124) 100%);
    opacity: 0;
    transition: opacity .46s cubic-bezier(.2, .8, .2, 1);
    z-index: 1;
}
.cbc-careers__tugiac-piece::after {
    left: -70%;
    width: 48%;
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .2) 35%, rgba(255, 255, 255, .86) 50%, rgba(255, 255, 255, .2) 65%, rgba(255, 255, 255, 0) 100%);
    filter: blur(2px);
    transform: translateX(0) skewX(-18deg);
    z-index: 2;
}
.cbc-careers__tugiac-piece:hover {
    filter: brightness(1.08) saturate(1.04);
    transform: translate3d(0, -10px, 0) rotate(var(--rotate, 0deg)) scale(1.06);
    z-index: 10;
}
.cbc-careers__tugiac-piece:focus-visible {
    outline: 0;
}
.cbc-careers__tugiac-piece.is-active {
    filter: brightness(1.04) saturate(1.02);
    z-index: 9;
}
.cbc-careers__tugiac-piece:hover::before {
    opacity: .82;
}
.cbc-careers__tugiac-piece:hover::after {
    animation: cbc-careers-tugiac-light-sweep .72s ease-out both;
}
.cbc-careers__tugiac-piece--1 {
    left: 0;
    top: 19%;
    width: 34.29%;
    aspect-ratio: 429 / 425;
    clip-path: polygon(0 64%, 57% 0, 100% 67%, 71% 100%);
    background-position: 43% 54%;
    --rotate: 0deg;
    z-index: 1;
}
.cbc-careers__tugiac-piece--2 {
    left: 21%;
    top: 0;
    width: 28.62%;
    aspect-ratio: 358 / 397;
    clip-path: polygon(0 27%, 100% 0, 100% 90%, 51% 98%);
    background-position: 54% 50%;
    --rotate: 0deg;
    z-index: 2;
}
.cbc-careers__tugiac-piece--3 {
    left: 50.1%;
    top: 0;
    width: 28.14%;
    aspect-ratio: 352 / 388;
    clip-path: polygon(4% 93%, 5% 0, 99% 27%, 52% 98%);
    background-position: 50% 50%;
    --rotate: 0deg;
    z-index: 2;
}
.cbc-careers__tugiac-piece--4 {
    left: 66.5%;
    top: 19%;
    width: 34.21%;
    aspect-ratio: 428 / 427;
    clip-path: polygon(0 65%, 40% 0, 100% 60%, 29% 99%);
    background-position: 54% 52%;
    --rotate: 0deg;
    z-index: 1;
}
@keyframes cbc-careers-tugiac-light-sweep {
    0% {
        transform: translateX(0) skewX(-18deg);
    }
    100% {
        transform: translateX(410%) skewX(-18deg);
    }
}
.cbc-careers__process-visual--steps {
    max-width: min(92vw, 1120px);
}
.cbc-careers__process-step-grid {
    height: clamp(380px, 38vw, 520px);
    margin: 0 auto;
    position: relative;
}
.cbc-careers__process-step {
    aspect-ratio: 0.86;
    background: var(--process-step-image) center / cover no-repeat;
    border: 0;
    clip-path: polygon(21% 0, 100% 32%, 70% 100%, 0 66%);
    cursor: pointer;
    display: block;
    height: auto;
    left: 0;
    min-height: 0;
    opacity: .56;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    transform: scale(.94);
    transform-origin: center;
    transition: opacity .32s ease, transform .32s ease, filter .32s ease;
    width: clamp(260px, 25vw, 350px);
    z-index: 1;
}
.cbc-careers__process-step:nth-child(1) {
    left: 0;
    top: 110px;
    z-index: 1;
}
.cbc-careers__process-step:nth-child(2) {
    clip-path: polygon(0 18%, 82% 0, 100% 78%, 18% 100%);
    left: 20%;
    top: 44px;
    z-index: 2;
}
.cbc-careers__process-step:nth-child(3) {
    clip-path: polygon(0 0, 100% 20%, 82% 100%, 0 78%);
    left: 43%;
    top: 0;
    z-index: 3;
}
.cbc-careers__process-step:nth-child(4) {
    clip-path: polygon(0 20%, 82% 0, 100% 80%, 18% 100%);
    left: 68%;
    top: 98px;
    z-index: 2;
}
.cbc-careers__process-step::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(6, 71, 124, .38));
    content: "";
    inset: 0;
    position: absolute;
    transition: opacity .32s ease;
}
.cbc-careers__process-step span {
    align-items: center;
    background: rgba(255, 255, 255, .88);
    border-radius: 50%;
    bottom: 14px;
    color: #06477c;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    left: 50%;
    line-height: 1;
    position: absolute;
    transform: translateX(-50%);
    width: 48px;
    z-index: 1;
}
.cbc-careers__process-step:hover,
.cbc-careers__process-step:focus-visible,
.cbc-careers__process-step.is-active {
    filter: saturate(1.05);
    opacity: 1;
    outline: 0;
    transform: translateY(-10px) scale(1);
    z-index: 4;
}
.cbc-careers__process-step.is-active::before {
    opacity: .18;
}
.cbc-careers__process-visual figcaption {
    display: grid;
    gap: 12px;
    margin-top: -15%;
    color: #06477c;
    justify-items: center;
    position: relative;
    z-index: 1;
    animation: cbc-careers-step-copy .42s cubic-bezier(.18, .86, .28, 1) both;
}
.cbc-careers__process-visual figcaption.is-switching {
    animation: none;
}
.cbc-careers__process-visual figcaption strong {
    display: block;
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 800;
    line-height: .9;
}
.cbc-careers__process-visual figcaption span {
    display: block;
    font-size: clamp(18px, 2.2vw, 30px);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}
.cbc-careers__process-visual figcaption small {
    display: block;
    font-size: clamp(13px, 1.35vw, 18px);
    font-weight: 700;
    line-height: 1.35;
}
.cbc-careers__process p {
    margin: 0 auto 28px;
    font-size: 13pt;
    font-weight: 700;
    line-height: 1.72;
    letter-spacing: 0;
}
.cbc-careers__process p:last-child {
    margin-bottom: 0;
}
.cbc-careers__growth-hero {
    align-items: flex-end;
    background: #59bfe6;
    display: flex;
    justify-content: center;
    margin: -44px auto 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cbc-careers__growth-video {
    aspect-ratio: 7090 / 2160;
    display: block;
    height: auto;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 1;
}
.cbc-careers__growth-text {
    color: #fff;
    display: inline-flex;
    flex-wrap: nowrap;
    font-family: "CBC Josefin Sans", "Josefin Sans", Arial, sans-serif;
    font-size: clamp(44px, 8vw, 96px);
    font-weight: 800;
    justify-content: center;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 6px;
    text-underline-offset: 10px;
    top: 52%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: 100vw;
    z-index: 2;
}
.cbc-careers__growth-text span {
    display: inline-block;
    min-width: .22em;
    transform-origin: center bottom;
    will-change: opacity, transform;
}
.cbc-careers__growth-text span.is-jumping {
    animation: cbc-careers-letter-rise 700ms cubic-bezier(.18, .86, .28, 1) both;
}
@keyframes cbc-careers-letter-rise {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    35% {
        opacity: 0;
        transform: translateY(18px);
    }
    36% {
        opacity: 0;
        transform: translateY(32px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes cbc-careers-fly-up {
    0% {
        opacity: 0;
        transform: translate3d(0, 34px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes cbc-careers-fly-down {
    0% {
        opacity: 0;
        transform: translate3d(0, -34px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes cbc-careers-panel-enter {
    0% {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes cbc-careers-job-enter {
    0% {
        opacity: 0;
        transform: translate3d(28px, 18px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes cbc-careers-step-copy {
    0% {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .cbc-careers__tabs button,
    .cbc-careers__panel.is-active,
    .cbc-careers__sort,
    .cbc-careers__search,
    .cbc-careers__job,
    .cbc-careers__process-block,
    .cbc-careers__process-visual,
    .cbc-careers__process-visual figcaption {
        animation: none !important;
    }
}
@media (max-width: 991px) {
    .cbc-careers__workspace {
        grid-template-columns: 1fr;
    }
    .cbc-careers__job {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px;
    }
}
@media (max-width: 575px) {
    .cbc-careers__hero {
        height: 50vh;
    }
    .cbc-careers__hero h1 {
        font-size: 76px;    margin: 0 0 -10px;
    }
    .cbc-careers__tabs,
    .cbc-careers__workspace {
        width: calc(100% - 32px);
    }
    .cbc-careers__tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        margin: 44px auto 36px;
    }
    .cbc-careers__tabs button {
        min-width: 0;
        min-height: 42px;
        padding: 0 6px;
        border: 0;
        border-right: 1px solid rgba(6, 71, 124, .24);
        font-size: 12px;
        line-height: 1.15;
        white-space: normal;
        overflow-wrap: anywhere;
    }
    .cbc-careers__tabs button:last-child {
        border-right: 0;
    }
    .cbc-careers__search {
        grid-template-columns: auto auto minmax(39%, 1fr) 42px;
        padding: 12px;
        gap: 10px;
    }
    .cbc-careers__select,
    .cbc-careers__select + .cbc-careers__select {
        border-left: 0;
    }
    .cbc-careers__select > button {
        min-height: 36px;
        padding: 0;
    }
    .cbc-careers__dropdown {
        left: 0;
        min-width: 220px;
    }
    .cbc-careers__search input {
        text-align: left;
    }
    .cbc-careers__process {
        width: calc(100% - 32px);
        margin: 58px auto 88px;
    }
    .cbc-careers__process-visual {
        margin: -42px auto 84px;
        max-width: 100%;
    }
    .cbc-careers__process-step-grid {
        height: clamp(270px, 75vw, 345px);
    }
    .cbc-careers__process-step {
        width: clamp(156px, 41vw, 220px);
    }
    .cbc-careers__process-step:nth-child(1) {
        left: -7%;
        top: 84px;
    }
    .cbc-careers__process-step:nth-child(2) {
        left: 16%;
        top: 34px;
    }
    .cbc-careers__process-step:nth-child(3) {
        left: 41%;
        top: 8px;
    }
    .cbc-careers__process-step:nth-child(4) {
        left: 65%;
        top: 82px;
    }
    .cbc-careers__process-step span {
        bottom: 9px;
        font-size: 13px;
        height: 36px;
        width: 36px;
    }
    .cbc-careers__process-visual figcaption {
        gap: 7px;
    }
    .cbc-careers__process-block {
        margin-bottom: 78px;
    }
    .cbc-careers__growth-hero {
        height: 56vh;
        margin-top: 0;
    }
    .cbc-careers__growth-video {
        height: 100%;
        object-fit: cover;
        object-position: center top;
        position: absolute;
        inset: 0;
        width: 100%;
    }
    .cbc-careers__growth-text {
        display: inline-flex;
        font-size: clamp(30px, 9vw, 38px);
        text-decoration-thickness: 3px;
        text-underline-offset: 5px;
        top: 30%;
        width: 100%;
    }
}