.menu-light {
    background: rgba(198, 203, 230, 0.40);
}

.careers-banner-main {
    padding: 24px 0;
    background: rgba(198, 203, 230, 0.40);
}

.row-images {
    display: flex;
}

.image-conveyor {
    flex: 0 0 38.48%;
}

.banner-box {
    flex: 0 0 42.86%;
}

.image-office {
    flex: 1;
}

.banner-box {
    display: flex;
    position: relative;
}

.banner-box .box-rect {
    width: 50%;
    border: 1px solid rgba(198, 203, 230, 0.40);
}

.banner-box .box-rect:last-child {
    border-left: 1px solid rgba(198, 203, 230, 0.40);
}

.banner-box .box-circle {
    height: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.row-images-bottom {
    display: flex;
    justify-content: end;
}

.banner-box-bottom {
    flex: 0 0 19.24%;
    border-top: 1px solid rgba(198, 203, 230, 0.40);
    border-right: 1px solid rgba(198, 203, 230, 0.40);
    border-bottom: 0 solid rgba(198, 203, 230, 0.40);
    border-left: 1px solid rgba(198, 203, 230, 0.40);
}

.banner-box-bottom-right {
    flex: 0 0 18.66%;
    border-top: 1px solid rgba(198, 203, 230, 0.40);
    border-right: 1px solid rgba(198, 203, 230, 0.40);
    border-bottom: 0 solid rgba(198, 203, 230, 0.40);
    border-left: 0 solid rgba(198, 203, 230, 0.40);
    position: relative;
}

.image-reception {
    flex: 0 0 42.86%;
    position: relative;
    z-index: 2;
}

.banner-box-bottom-right .box-circle {
    height: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
}

.box-circle svg{
    height: 100%;
}

.work-us {
    padding: 24px 16px;
    border-top: 1px solid rgba(198, 203, 230, 0.40);
    border-right: 1px solid rgba(198, 203, 230, 0.40);
    border-bottom: 0 solid rgba(198, 203, 230, 0.40);
    border-left: 1px solid rgba(198, 203, 230, 0.40);
}

.work-us .section-title {
    color: #28327B;
    text-align: center;
    margin-bottom: 8px;
}

.work-us .description {
    color: #464749;
    text-align: center;
    margin-bottom: 0;
}

.our-strength {
    padding: 12px 16px;
    border-right: 1px solid rgba(198, 203, 230, 0.40);
    border-left: 1px solid rgba(198, 203, 230, 0.40);
    color: #808186;
    font-size: 15px;
    line-height: 21px;
}

.box-number {
    border: 1px solid rgba(198, 203, 230, 0.40);
    border-bottom: 0 solid rgba(198, 203, 230, 0.40);
}

.box-number-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.item-number {
    padding: 16px 8px 20px;
    border-bottom: 1px solid rgba(198, 203, 230, 0.40);
    border-right: 1px solid rgba(198, 203, 230, 0.40);
}

.item-number h2 {
    color: #101431;
    text-shadow: 0 4px 6px rgba(1, 1, 1, 0.10), 0 1px 4px rgba(1, 1, 1, 0.10);
    font-size: 40px;
    line-height: 52px;
    font-weight: 200;
    text-align: center;
    margin-bottom: -2px;
}

.item-number p {
    text-align: center;
    color: #464749;
    font-size: 14px;
    line-height: 20px;
}

.careers-result {
    height: 46px;
    position: relative;
    background-image: url("../images/careers/ImageBorder.png");
    background-repeat: repeat-x;
    background-size: 400px 46px;
    border-right: 1px solid rgba(40, 50, 123, 0.10);
    /* border-left: 1px solid rgba(40, 50, 123, 0.10); */
}

.careers-result img {
    height: 100%;
    width: auto;
}

.careers-result p {
    padding: 12px 16px;
    color: #0A0701;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

.main-careers {
    padding: 16px;
    border-top: 1px solid rgba(198, 203, 230, 0.40);
    border-right: 1px solid rgba(198, 203, 230, 0.40);
    border-bottom: 1px solid rgba(198, 203, 230, 0.40);
    border-left: 1px solid rgba(198, 203, 230, 0.40);
}

.label {
    color: #292A2B;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 4px;
}

.filter-careers .select2-container--default .select2-selection--single {
    border-radius: 10px;
    background-color: #F5F5F6;
    border: 1px solid #F5F5F6;
    height: 42px;
}

.filter-careers .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 14px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    height: 42px;
    display: flex;
    align-items: center;
}

.filter-careers .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9D9FA4;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    display: block;
}

.filter-careers .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px;
    width: 16px;
    display: block;
    top: 11px;
    right: 14px;
}

.filter-careers .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #292A2B transparent transparent transparent;
}

.filter-careers .select2-container--default .select2-selection--single .select2-selection__clear {
    padding: 0;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 28px;
    margin-top: 4px;
}

.filter-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-employment {
    margin-top: 20px;
}

.employment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.employment-item {
    border: 1px solid rgba(198, 203, 230, 0.40);
    padding: 16px;
    cursor: pointer;
}

.employment-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.employment-head-row {
    gap: 4px;
}

.employment-item .tag-new {
    border-radius: 4px;
    padding: 4px 8px;
    background: #F8981D;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
}

.employment-name {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #0C0C0D;
}

.employment-type {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    gap: 8px;
}

.employment-type li {
    padding: 3px 10px;
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    font-size: 12px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.95);
    font-weight: 800;
}

.employment-type .salary {
    padding: 4px 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.08);
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
}

.salary .text {
    color: #464749;
    font-size: 14px;
    line-height: 20px;
}

.employment-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.department {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.address {
    display: flex;
    align-items: start;
    gap: 2px;
}

.address-icon {
    flex: 0 0 14px;
    padding: 3px 0;
}

.address-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

.address p {
    margin-bottom: 0;
    color: #808186;
    font-size: 14px;
    line-height: 20px;
}

.list-employment.loading {
    pointer-events: none;
}

.job-skeleton {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 16px;
    flex: 0 0 calc(50% - 20px);
}

.list-employment.loading .jobs-skeleton {
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.jobs-skeleton {
    display: none;
    flex-wrap: wrap;
}

.btn-group-careers {
    margin-top: 20px;
    gap: 8px;
}

.btn-group-careers .btn {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 800;
    flex: 1;
    border-radius: 0;
}

.btn-group-careers .btn-blue {
    max-width: none;
}

.notfound {
    padding: 16px;
    border: 1px solid rgba(40, 50, 123, 0.10);
    border-top: 0;
    display: none;
}

.notfound-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.notfound img {
    width: 258px;
}

.no-open h3 {
    margin-bottom: 8px;
    color: #0C0C0D;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.no-open p {
    color: #464749;
    font-size: 14px;
    line-height: 20px;
}

.btn-learn-more .btn-blue {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 19px;
    height: 34px;
}

.where-meant {
    background: rgba(40, 50, 123, 0.96);

    overflow: hidden;
}

.where-meant-inner {
    padding: 32px 16px;
}

.where-meant .section-title {
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}

.where-meant-inner p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}

.sofftel-images {
    /* pointer-events: none; */
}

.slide-images img {
    height: 128px;
}

.slide-images .slide-inner::before {
    background: linear-gradient(0deg, rgba(14, 28, 39, 0.60) 0%, rgba(14, 28, 39, 0.60) 100%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 2s ease;
}

.slide-images .swiper-slide-next .slide-inner::before {
    opacity: 0;
    visibility: hidden;
}

.slide-images .swiper-wrapper {
    transition-timing-function: linear !important;
}

.slide-images .swiper-slide {
    flex-shrink: 0;
    width: auto;
}

.slide-images .slide-inner {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: center;
    position: relative;
}

#slide-images-left {
    direction: rtl;
    padding: 24px 0 6px;
}

#slide-images-left .swiper-slide {
    direction: ltr;
}

#slide-images-right {
    padding: 6px 0 24px;
}

.img-separate {
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.img-separate img {
    display: block;
}
.employment-modal .modal-dialog{
    max-width: 100%;
}
.employment-modal .modal-dialog .modal-header {
    justify-content: center;
    padding: 0;
    border-bottom: 0;
}
.job-des .nav-tabs .nav-link{
    font-size: 13px;
    line-height: 20px;
}

.loading .employment-wrapper{
    display: none;
}

.employment-wrapper{
    gap: 20px;
}

.employment-item .employment-meta .address{
    align-items: start;
}

.employment-modal .modal-dialog .modal-header .modal-title{
    font-size: 18px;
    line-height: 25px;
    flex: 1;
    font-weight: 700;
}
.job-wrapper .list-job-data{
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.job-wrapper .list-job-data li {
    width: calc(50% - 8px);
    border-bottom: 2px solid #EBEBED;
    padding: 8px 0;
}

.job-wrapper .list-job-data li:last-child,
.job-wrapper .list-job-data li:nth-child(5) {
    border-bottom: 0;
}

.job-wrapper .list-job-data li .data-name {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 19px;
    color: #808186;
}

.job-wrapper .list-job-data li .data-value {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.employment-modal .modal-dialog .modal-body {
    margin-top: 16px;
    padding: 0;
}

.job-wrapper {
    gap: 16px;
    flex-wrap: wrap;
}

.job-des .tab-content .tab-inner {
    margin-top: 16px;
    gap: 16px;
}

.job-des .tab-content .overview-tab h6 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 8px;
    font-weight: 800;
}

.job-des .tab-content .overview-tab p {
    margin-bottom: 8px;
}
 .job-des .tab-content .form-container {
    flex-wrap: wrap;
    gap: 12px;
}

.job-des .tab-content .form-container .form-group {
    flex: auto;
    width: 100%;
}

.job-des .tab-content label {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 800;
}

.job-des .tab-content .application-tab .tab-inner {
    gap: 12px;
}

.job-des .tab-content .area-upload {
    padding: 12px;
}

.job-des .tab-content .area-upload p {
    font-size: 14px;
    line-height: 20px;
}

.job-des .tab-content .area-upload .btn-choose {
    padding: 8px 10px;
    border: 2px solid #28327B;
    box-shadow: 0 8px 24px -4px rgba(1, 1, 1, 0.10), 0 4px 4px -4px rgba(1, 1, 1, 0.10);
    display: inline-flex;
}

.job-des .tab-content .area-upload .btn-choose span {
    font-size: 12px;
    line-height: 19px;
    color: #202862;
}

.job-des .tab-content .area-upload .btn-choose svg {
    width: 14px;
    height: 14px;
    display: flex;
}
.job-des .application-tab .btn-orange {
    color: #0A0701;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 800;
    background: #FABE14;
    border-radius: 0;
    border: 0;
}

.job-des .application-tab .btn-orange:focus {
    outline: none;
    box-shadow: none;
}

.job-des .application-tab .btn-orange:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.employment-modal .modal-dialog {
    margin: 24px 0 0 0;
    min-height: calc(100% - 24px);
    align-items: end;
    justify-content: center;
}

.employment-modal .modal-dialog .modal-content {
    border-radius: 16px 16px 0 0;
    padding: 16px;
    border: 0;
    overflow: auto;
    height: 100%;
}

.employment-modal .overview-tab .btn-orange {
    color: #0A0701;
    border-radius: 0;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    padding: 8px 16px;
    background-color: #FABE14;
    font-weight: 800;
    border: 0;
}

.employment-modal .job-des .overview-tab .tab-inner {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.employment-modal .job-des .application-tab .tab-inner {
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
}

.employment-modal .box-apply-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: #fff;
}
.sk-title,
.sk-line {
    background: linear-gradient(90deg,
            #eee 25%,
            #f5f5f5 37%,
            #eee 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 6px;
}

.sk-title {
    width: 60%;
    height: 20px;
    margin-bottom: 14px;
}

.sk-line {
    width: 100%;
    height: 14px;
    margin-bottom: 10px;
}

.sk-line.short {
    width: 40%;
}
.employment-modal .modal-dialog .modal-content .close {
    position: absolute;
    right: 12px;
    top: 10px;
    padding: 0;
}

.employment-modal .modal-dialog .modal-content .close svg {
    width: 20px;
    height: 20px;
    z-index: 2;
}

.employment-modal .modal-dialog .modal-content .close:focus {
    outline: none;
    box-shadow: none;
}

.employment-modal .modal-dialog .modal-header .btn-orange{
    background: #FABE14;
    color: #0A0701;
    font-weight: 800;
    border-radius: 0;
    border: 0;
}
.employment-modal .modal-dialog .modal-header .btn-orange:hover{
    outline: none;
    box-shadow: none;
}
.employment-modal .modal-dialog .modal-header .btn-orange:focus {
    outline: none;
    box-shadow: none;
}
.careers-banner{
    overflow: hidden;
}
.job-des{
    flex: 1;
}
.job-des .nav-tabs .nav-link {
    border: 0;
    color: rgba(0, 0, 0, 0.70);
    font-weight: 800;
    text-align: center;
}

.job-des .nav-tabs .nav-link:focus {
    outline: none;
}

.job-des .nav-tabs .nav-link.active {
    color: #28327B;
    border-bottom: 2px solid #28327B;
}

.job-des .nav-tabs {
    border-bottom: 0;
    margin: 0;
    width: 100%;
}
.job-des .nav-tabs .nav-item{
    flex: 1;
}
.employment-modal .modal-dialog {
    height: calc(100% - 64px);
}
.job-des .tab-content .form-container .form-group .form-control {
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #D8D9DB;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
}
.job-des .tab-content .area-upload {
    padding: 12px;
    border-radius: 10px;
    border: 1px dashed #D8D9DB;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.job-des .tab-content .area-upload.dragover {
    background: rgba(34, 143, 209, 0.08);
    border-color: #0b6fb3;
}

.job-des .tab-content .area-upload .btn-choose {
    padding: 8px 10px;
    border-radius: 6px;
    gap: 6px;
    background: #fff;
}

.job-des .tab-content .area-upload .btn-choose span {
    font-size: 12px;
    line-height: 19px;
    font-weight: 800;
    color: #202862;
}

.job-des .tab-content .area-upload p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.job-des .tab-content .overview-tab ul {
    margin: 0;
    padding-left: 24px;
}

.job-des .tab-content .overview-tab ul li + li{
    margin-top: 4px;
}
.job-des .tab-content .overview-tab ul li::marker {
    font-size: 14px;
}
.apply-form-wrap{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.careers-images {
    overflow: hidden;
    position: relative;
    padding: 24px 0 6px;
}
.careers-images-right{
    padding: 6px 0 24px;;
}

.careers-track {
    display: flex;
    width: max-content;
    animation: marquee 24s linear infinite;
}

.careers-images-right .careers-track {
    display: flex;
    width: max-content;
    animation: marqueeReverse 24s linear infinite;
}

.careers-item {
    position: relative;
    transition: all .3s ease;
    margin-right: 12px;
}

.careers-item img{
    height: 128px;
    width: auto;
}

.careers-item::after {
    background: linear-gradient(0deg, rgba(14, 28, 39, 0.60) 0%, rgba(14, 28, 39, 0.60) 100%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 2s ease;
}

.careers-item.is-center {
    /* transform: scale(1.08); */
}

.careers-item.is-center::after {
    opacity: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes marqueeReverse {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

@media (min-width: 768px) {
    .image-conveyor {
        flex: 0 0 24.7%;
    }

    .banner-box {
        flex: 0 0 11.9%;
        aspect-ratio: 1;
    }

    .banner-box .box-circle {
        position: relative;
        left: unset;
        transform: translateX(0);
    }

    .banner-box .box-circle svg {
        width: 100%;
        height: 100%;
    }

    .careers-banner-main {
        padding: 48px 0;
    }

    .image-office {
        flex: 0 0 11.9%;
        aspect-ratio: 1;
        height: 100%;
    }

    .image-office img {
        height: 100%;
    }

    .banner-box-rect {
        flex: 0 0 11.9%;
        aspect-ratio: 1;
        border-top: 1px solid rgba(198, 203, 230, 0.40);
        border-right: 1px solid rgba(198, 203, 230, 0.40);
        border-bottom: 1px solid rgba(198, 203, 230, 0.40);
        border-left: 0 solid rgba(198, 203, 230, 0.40);
    }

    .image-reception {
        flex: 1;
    }

    .work-us {
        border: 0;
        display: flex;
        padding: 0;
        border-bottom: 1px solid rgba(198, 203, 230, 0.40);
    }

    .work-us .list-box {
        flex: 0 0 78px;
    }

    .work-us-inner {
        flex: 1;
    }

    .work-box-item {
        width: 78px;
        height: 75.8px;
        border-top: 1px solid rgba(198, 203, 230, 0.40);
        border-right: 1px solid rgba(198, 203, 230, 0.40);
        border-bottom: 0px solid rgba(198, 203, 230, 0.40);
        border-left: 1px solid rgba(198, 203, 230, 0.40);
    }

    .work-us-inner {
        padding: 32px;
    }

    .work-us .section-title {
        margin-bottom: 12px;
    }

    .our-strength {
        padding: 20px 32px;
        font-size: 16px;
        line-height: 22px;
    }

    .box-number-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .item-number {
        padding: 20px 20px 32px;
    }

    .careers-result p {
        padding: 20px 32px;
        font-size: 24px;
        line-height: 32px;
    }

    .careers-result {
        height: 72px;
        background-image: url(../images/careers/ImageBorderTablet.png);
        background-size: 672px 72px;
    }

    .main-careers {
        padding: 32px;
    }

    .label {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .filter-fields {
        flex-direction: row;
        gap: 16px;
    }

    .filter-field {
        flex: 1;
    }

    .filter-careers .select2-container--default .select2-selection--single {
        border-radius: 8px;
        height: 48px;
    }

    .filter-careers .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 20px;
        height: 48px;
    }

    .filter-careers .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 20px;
        height: 20px;
        top: 12px;
        right: 16px;
    }

    .filter-careers .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .filter-careers .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-right: 32px;
        margin-top: 7px;
    }

    .list-employment {
        margin-top: 24px;
    }

    .employment-item {
        padding: 20px;
    }

    .employment-inner {
        gap: 20px;
    }

    .employment-head-row {
        gap: 6px;
    }

    .employment-item .tag-new {
        padding: 4px 8px 6px;
        font-size: 15px;
        line-height: 21px;
    }

    .employment-name {
        font-size: 18px;
        line-height: 25px;
    }

    .employment-inner>.salary {
        align-items: center;
    }

    .employment-inner>.salary .time-work {
        padding: 6px 12px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.08);
        color: rgba(0, 0, 0, 0.95);
        font-size: 13px;
        line-height: 19px;
        font-weight: 700;
    }

    .employment-modal .job-des .overview-tab .tab-inner{
        gap: 32px ;
    }

    .salary .text {
        font-size: 16px;
        line-height: 22px;
    }

    .employment-meta {
        gap: 6px;
    }

    .department {
        font-size: 15px;
        line-height: 21px;
    }

    .address p {
        font-size: 15px;
        line-height: 21px;
    }

    .address {
        gap: 4px;
        align-items: center;
    }

    .btn-group-careers {
        margin-top: 24px;
    }

    .btn-group-careers .btn {
        flex: none;
        max-width: 207px;
        width: 100%;
    }

    .btn-group-careers .btn {
        padding: 12px 24px;
        font-size: 15px;
        line-height: 21px;
    }

    .btn-group-careers {
        gap: 16px;
    }

    .notfound {
        padding: 32px;
    }

    .notfound img {
        width: 322px;
    }

    .notfound-inner {
        gap: 24px;
    }

    .no-open h3 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 25px;
    }

    .no-open p {
        font-size: 16px;
        line-height: 22px;
    }

    .btn-learn-more .btn-blue {
        padding: 12px 64px;
        font-size: 15px;
        line-height: 21px;
        height: 48px;
        max-width: none;
    }

    .where-meant-inner {
        padding: 64px 0;
    }

    .where-meant .section-title {
        margin-bottom: 16px;
    }

    .where-meant-inner p {
        font-size: 16px;
        line-height: 22px;
    }

    #slide-images-left {
        padding: 32px 0 10px;
    }

    #slide-images-right {
        padding: 10px 0 32px;
    }

    .slide-images img {
        height: 206px;
    }

    .employment-modal .modal-dialog .modal-content {
        padding: 32px;
    }

    .employment-modal .modal-dialog .modal-header .modal-title {
        font-size: 28px;
        line-height: 36px;
    }

    .employment-modal .modal-dialog .modal-header .btn-orange {
        padding: 12px 20px;
        font-size: 15px;
        line-height: 21px;
    }

    .employment-modal .modal-dialog .modal-body {
        padding: 0;
        margin-top: 32px;
    }
    .job-wrapper {
        gap: 32px;
        flex-wrap: wrap;
    }

    .job-wrapper .job-data {
        width: 100%;
        padding: 0;
    }

    .job-wrapper .list-job-data {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 0;
    }

    .open-apply-job{
        display: block;
    }

    .job-wrapper .list-job-data li {
        width: 33%;
        padding: 12px 0;
    }

    .job-wrapper .list-job-data li:last-child {
        border-bottom: 2px solid #EBEBED;
    }

    .job-wrapper .list-job-data li .data-name {
        font-size: 15px;
        line-height: 21px;
    }

    .job-wrapper .list-job-data li .data-value {
        font-size: 16px;
        line-height: 22px;
    }

    .job-des .nav-tabs {
        width: 100%;
    }

    .job-des .nav-tabs .nav-item {
        flex: 1;
        text-align: center;
    }

    .job-des .tab-content .tab-inner {
        margin-top: 32px;
        gap: 32px;
    }

    .job-des .tab-content .overview-tab h6 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 16px;
    }

    .job-des .tab-content .overview-tab p {
        font-size: 16px;
        line-height: 22px;
    }

    .job-des .tab-content .overview-tab ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .job-des .tab-content label {
        font-size: 18px;
        line-height: 25px;
    }

    .job-des .tab-content .form-container .form-group .form-control {
        padding: 12px 16px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .job-des .tab-content .application-tab .tab-inner {
        gap: 20px;
    }

    .job-des .tab-content .area-upload {
        padding: 24px 32px;
    }

    .job-des .tab-content .area-upload .btn-choose {
        padding: 8px 16px;
    }

    .job-des .tab-content .area-upload .btn-choose span {
        font-size: 13px;
        line-height: 20px;
    }

    .job-des .application-tab .btn-orange {
        padding: 16px 24px;
        font-size: 16px;
    }
    .employment-modal .modal-dialog{
        align-items: center;
        max-width: 100%;
        margin: 32px;
        height: calc(100% - 64px);
    }
    .job-des {
        flex: 1;
    }
    .job-des .nav-tabs .nav-link{
        font-size: 18px;
        line-height: 25px;
    }
    .job-des .tab-content .form-container{
        gap: 20px;
    }
    .job-des .tab-content .overview-tab ul li + li{
        margin-top: 6px;
    }
    .apply-form-wrap{
        gap: 20;
    }
    .careers-images {
        padding: 32px 0 10px;
    }
    .careers-images-right{
        padding: 10px 0 32px;
    }
    .careers-item{
        margin-right: 24px;
    }
    .careers-item img{
        height: 212px;
    }
}

@media (min-width: 1025px) {
    .image-conveyor {
        flex: 0 0 22.25%;
    }

    .banner-box {
        flex: 0 0 11.09%;
        aspect-ratio: 1;
        border-top: 1px solid rgba(198, 203, 230, 0.40);
        border-right: 1px solid rgba(198, 203, 230, 0.40);
        border-bottom: 1px solid rgba(198, 203, 230, 0.40);
        border-left: 0 solid rgba(198, 203, 230, 0.40);
    }

    .image-office {
        flex: 0 0 11.09%;
    }

    .banner-box-rect {
        flex: 0 0 11.09%;
    }

    .work-us .list-box {
        flex: 0 0 165px;
    }

    .work-box-item {
        width: 165px;
        height: 124px;
    }

    .work-box-item:last-child {
        display: none;
    }

    .work-us-inner {
        padding: 72px;
    }

    .work-us .section-title {
        margin-bottom: 24px;
    }

    .our-strength {
        padding: 24px 48px;
        font-size: 20px;
        line-height: 28px;
    }

    .item-number {
        padding: 32px 48px;
    }

    .item-number h2 {
        font-size: 72px;
        line-height: 80px;
    }

    .item-number p {
        font-size: 16px;
        line-height: 22px;
    }

    .careers-result {
        height: 84px;
        background-image: url(../images/careers/ImageBorderLg.png);
        background-size: 1488px 84px;
    }

    .careers-result p {
        padding: 24px 64px;
        font-size: 28px;
        line-height: 36px;
    }

    .filter-field {
        max-width: 332px;
    }

    .main-careers {
        padding: 52px 64px;
    }

    .label {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    .filter-careers .select2-container--default .select2-selection--single {
        height: 66px;
        border-radius: 16px;
    }

    .filter-careers .select2-container .select2-selection--single .select2-selection__rendered {
        height: 66px;
        padding: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .filter-careers .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 16px;
        line-height: 22px;
    }

    .filter-careers .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 24px;
        height: 24px;
        top: 18px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 10px 8px 0 8px;
    }

    .filter-careers .select2-container--default .select2-selection--single .select2-selection__clear {
        width: auto;
        height: auto;
    }

    .filter-careers .select2-container--default .select2-selection--single .select2-selection__clear span {
        font-size: 20px;
    }

    .filter-careers .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-right: 36px;
        margin-top: 12px;
    }

    .employment-modal .job-des .overview-tab .tab-inner{
        padding-bottom: 0;
        gap: 48px;
    }

    .employment-item {
        padding: 24px;
    }

    .employment-wrapper {
        flex-direction: row;
        gap: 40px;
        flex-wrap: wrap;
    }

    .employment-item {
        width: calc(50% - 20px);
    }

    .btn-group-careers {
        margin-top: 40px;
    }

    .employment-item .tag-new {
        border-radius: 6px;
        padding: 8px 12px;
        font-size: 18px;
        line-height: 21px;
    }

    .employment-inner {
        gap: 32px;
    }

    .employment-name {
        font-size: 28px;
        line-height: 36px;
    }

    .employment-inner>.salary .time-work {
        padding: 7px 10px;
        font-size: 15px;
        line-height: 21px;
        border-radius: 10px;
        gap: 16px !important;
    }

    .salary .text {
        font-size: 20px;
        line-height: 28px;
    }

    .department {
        font-size: 18px;
        line-height: 25px;
    }

    .address p {
        font-size: 18px;
        line-height: 25px;
    }

    .address-icon {
        flex: 0 0 24px;
        padding: 0;
    }

    .address-icon svg {
        width: 24px;
        height: 24px;
    }

    .btn-group-careers .btn {
        max-width: 212px;
        padding: 16px 48px;
    }

    .btn-group-careers .btn {
        font-size: 16px;
        line-height: 22px;
    }

    .btn-group-careers {
        gap: 24px;
    }

    .notfound {
        padding: 52px 64px;
    }

    .notfound img {
        width: 480px;
    }

    .notfound-inner {
        gap: 40px;
    }

    .no-open h3 {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 36px;
    }

    .no-open p {
        font-size: 20px;
        line-height: 28px;
    }

    .btn-learn-more .btn-blue {
        padding: 16px 64px;
        font-size: 16px;
        line-height: 22px;
        height: 56px;
    }

    .where-meant-inner {
        padding: 72px 0;
    }

    .where-meant .section-title {
        margin-bottom: 24px;
    }

    .where-meant-inner p {
        font-size: 20px;
        line-height: 28px;
    }

    .where-meant-inner>.container {
        position: relative;
    }

    .vertical-line {
        position: absolute;
        width: 1px;
        background: rgba(255, 255, 255, 0.20);
        height: calc(100% + 72px * 2);
        top: -72px;
    }

    .vertical-line.line1 {
        left: 0;
    }

    .vertical-line.line2 {
        left: 25%;
    }

    .vertical-line.line3 {
        left: 50%;
    }

    .vertical-line.line4 {
        left: 75%;
    }

    .vertical-line.line5 {
        right: 0;
    }

    .where-heading {
        position: relative;
        z-index: 2;
    }

    .employment-modal .modal-dialog{
        min-height: calc(100vh - 64px);
    }

    .employment-modal .modal-dialog .modal-content {
        border-radius: 32px;
        padding: 48px 96px;
        height: 100%;
        overflow: hidden;
    }

    .tab-content{
        max-height: 600px;
        overflow: auto;
    }

    .employment-modal .modal-dialog .modal-header {
        padding: 0;
        border-bottom: 0;
        gap: 32px;
    }

    .employment-modal .modal-dialog .modal-header .btn-orange {
        padding: 20px 32px;
        font-size: 18px;
        line-height: 25px;
    }

    .employment-modal .modal-dialog .modal-header .modal-title {
        color: #464749;
        font-size: 48px;
        font-weight: 600;
        line-height: 62px;

    }

    .job-wrapper {
        gap: 96px;
    }

    .job-wrapper .job-data {
        padding: 80px 0;
        width: auto;
    }

    .job-wrapper .list-job-data {
        
        flex-direction: column;
    }

    .job-wrapper .list-job-data li {
        padding: 16px 0;
        border-bottom: 2px solid #EBEBED;
        width: 100%;
    }

    .job-wrapper .list-job-data li:last-child {
        border-bottom: 0;
    }

    .job-wrapper .list-job-data li .data-name {
        color: #808186;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 6px;
    }

    .job-wrapper .list-job-data li .data-value {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
    }

    .job-des .nav-tabs .nav-link {
        border: 0;
        padding: 9px 16px;
        color: rgba(0, 0, 0, 0.70);
        font-size: 18px;
        font-weight: 800;
        line-height: 25px;
    }

    .job-des .nav-tabs .nav-link:focus {
        outline: none;
    }

    .job-des .nav-tabs .nav-link.active {
        color: #28327B;
        border-bottom: 2px solid #28327B;
    }

    .employment-modal .job-des .application-tab .tab-inner {
        margin-top: 32px;
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
        padding-bottom: 0;
    }

    .job-des .tab-content .overview-tab h6 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .job-des .tab-content .overview-tab p {
        font-size: 20px;
        line-height: 28px;
    }

    .job-des .tab-content .overview-tab ul li {
        font-size: 20px;
        line-height: 28px;
    }

    .job-des .tab-content .form-container {
        gap: 48px;
    }

    .job-des .tab-content .form-container .form-group {
        flex: 1;
    }

    .job-des .tab-content label {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .job-des .tab-content .form-container .form-group .form-control {
        padding: 20px;
        border-radius: 16px;
        border: 1px solid #C4C5C8;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
    }

    .job-des .tab-content .area-upload {
        padding: 32px 40px;
        border-radius: 10px;
        border: 1px dashed #D8D9DB;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        cursor: pointer;
        transition: background 0.2s, border-color 0.2s;
    }
    
    

    .job-des .tab-content .area-upload.dragover {
        background: rgba(34, 143, 209, 0.08);
        border-color: #0b6fb3;
    }

    .job-des .tab-content .area-upload .btn-choose {
        padding: 12px 20px;
        border-radius: 12px;
        gap: 8px;
        background: #fff;
    }

    .job-des .tab-content .area-upload .btn-choose span {
        font-size: 15px;
        line-height: 21px;
        font-weight: 700;
        color: #202862;
    }

    .job-des .tab-content .area-upload p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .job-des .application-tab .btn-orange {
        line-height: 25px;
        font-size: 18px;
        gap: 16px;
    }
    .employment-head{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .list-employment.loading .jobs-skeleton {
        flex-direction: row;
    }
    .job-des .nav-tabs .nav-item {
        flex: none;
    }
    .job-des .tab-content .area-upload .btn-choose svg{
        width: 20px;
        height: 20px;
    }
    .employment-modal .box-apply-btn{
        position: static;
    }
    .job-wrapper .list-job-data li {
        border-bottom: 1px solid #EBEBED;
    }
    #slide-images-left {
        padding: 40px 0 20px;
    }
    #slide-images-right {
        padding: 20px 0 40px;
    }
    .slide-images img{
        height: 398px;
    }
    .apply-form-wrap{
        gap: 24px;
    }
    .careers-images {
        padding: 48px 0 20px;
    }
    .careers-images-right{
        padding: 20px 0 48px;
    }
    .careers-item{
        margin-right: 40px ;
    }
    .careers-item img{
        height: 338px;
    }
}

@media (min-width: 1500px){
    .employment-modal .modal-content{
        max-width: 1488px;
    }
}

@media(max-width: 767px){
    .modal-header .open-apply-job{
        display: none !important;
    }
}