@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@geist-fonts/geist-sans@latest/style.css');

:root {
    --font-plus-jakarta: 'Plus Jakarta Sans', sans-serif;
    --font-geist: 'Geist Sans', sans-serif;
    /* MONOCHROME COLOR PALETE */
    --white-trans-full: rgba(255, 255, 255, 0);
    --white-trans-2: rgba(255, 255, 255, 0.2);
    --white-one: #ffffff;
    --gray-950: #12171c;
    --gray-900: #212830;
    --gray-800: #212831;
    --gray-700: #3b4754;
    --gray-600: #46515d;
    --gray-500: #6e7887;
    --gray-400: #98a1ae;
    --gray-300: #d1d5db;
    --gray-200: #e2e5e9;
    --gray-100: #f3f5f6;
    --gray-50: #f9fafb;
    --gray-25: #fcfcfb;
    --gray-15: #fefefe;
    /* MONOCHROME COLOR PALETE */

    /* GREEN COLOR PALETE */
    --green-950: #003418;
    --green-900: #0b5c30;
    --green-800: #0b7037;
    --green-700: #068f42;
    --green-600: #02b04d;
    --green-500: #0bdc65;
    --green-400: #35f386;
    --green-300: #77feb0;
    --green-200: #b3ffd2;
    --green-100: #d7ffe8;
    --green-50: #eefff4;
    /* GREEN COLOR PALETE */

    /* RED COLOR PALETE */
    --red-950: #450a0a;
    --red-900: #7f1d1d;
    --red-800: #991b1b;
    --red-700: #b91c1c;
    --red-600: #dc2626;
    --red-500: #ef4444;
    --red-400: #f87171;
    --red-300: #fca5a5;
    --red-200: #fecaca;
    --red-100: #fee2e2;
    --red-50: #fef2f2;
    /* RED COLOR PALETE */

    /* AQUA BLUE COLOR PALETE */

    --aqua-blue-1300: #001224;
    --aqua-blue-1200: #011d35;
    --aqua-blue-1100: #012746;
    --aqua-blue-1000: #013156;
    --aqua-blue-900: #011f47;
    --aqua-blue-800: #02397a;
    --aqua-blue-700: #034ea1;
    --aqua-blue-600: #0561c5;
    --aqua-blue-500: #0775eb;
    /* THIS PRIMARY COLOR LOGO */
    --aqua-blue-400: #0e99fa;
    /* THIS PRIMARY COLOR LOGO*/
    --aqua-blue-300: #6aaefe;
    --aqua-blue-200: #9ec5fe;
    --aqua-blue-100: #cedfff;
    --aqua-blue-50: #eaf1ff;
    /* AQUA BLUE COLOR PALETE */
}

.section-header.general-header {
    /* min-height: 550px; */
    min-height: 385px;
    overflow: hidden;
}

.section-header.general-header .wrp-general-head-cover {
    width: 100%;
    height: auto;
    position: absolute;
    min-height: 280px;
    overflow: hidden;
}

.section-header.general-header .wrp-general-head-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.section-news-list {
    /* padding: 40px 0; */
    padding: 0px 0px 40px 0px;
}

.section-header.general-header .title-header-cover-general {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: -250px;
    margin-bottom: 100px;
    z-index: 6;
    position: relative;
}

.overlay-cover {
    position: absolute;
    width: 100vw;
    min-height: 520px;
    background-color: rgba(0, 0, 0, 0.27);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.title-header-cover-general .large-title-opener {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1.2px;
    color: #fff
}

.title-header-cover-general .large-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -1.2px;
    color: #fff
}

.news-archive-list {
    padding: 40px 0;
    border-top: solid 1px var(--gray-200);
}

.thumb-news-archive {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 194px;
    /* Kunci tingginya di sini */
    /* border: 2.6px solid #cf0000; */
}

.news-archive-list a {
    text-decoration: none;
    display: block;
    /* Pastikan tipenya block agar bisa membaca height 100% */
    width: 100%;
    height: 100%;
}

.news-archive-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.news-archive-list .date-news-archive {
    padding: 40px 0;
}

.news-archive-list .title-news-archive {
    padding: 20px 20px 20px 20px;
}

.news-archive-list .title-news-archive h3 {
    font: 400 20.64px / 27.64px var(--font-geist);
    color: var(--aqua-blue-400);
    margin-bottom: 8px;
    text-decoration: none;
}

.news-archive-list .title-news-archive h2 {
    color: var(--gray-950);
    font: normal 500 24.86px / 32.5px var(--font-plus-jakarta);
    letter-spacing: -0.75px;
    text-decoration: none;
}

.news-archive-list .title-news-archive p {
    font: 400 clamp(0.91rem, 0.7186rem + 0.2991vw, 1.0775rem) var(--font-plus-jakarta);
    color: var(--gray-500);
    line-height: 160%;
    text-decoration: none !important;
}

.news-archive-list .wrp-news-archive .wrp-news-archive-item .thumb-news-archive {
    padding: 20px 0;
}

.news-archive-list .wrp-news-archive .wrp-news-archive-item .thumb-news-archive img {
    width: 100%;
    height: auto;
    display: block;
}

.news-detail-section {
    width: 100%;
    height: auto;
    padding: 158px 0px 124px 0px;
}

.news-detail-section img {
    border-radius: 6px !important;
}

.news-detail-section .breadcrumb {
    margin-top: -48px;
    margin-bottom: 36px;
}

.news-detail-section .image-caption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.news-title-meta {
    margin-bottom: 2rem;
    margin-top: 20px;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.desc-detail-news {
    font: normal 400 18px/24.24px var(--font-plus-jakarta);
    color: var(--gray-500);
    line-height: 158%;
}

.desc-detail-news .table-responsive {
    margin-top: 24px;
}

.desc-detail-news ul {
    padding-left: 15px;
}

.desc-detail-news ul li {
    padding-left: 8px;
    margin-bottom: 8px;
}

.desc-detail-news,
.desc-detail-news table td {
    line-height: 170%;
    color: var(--gray-500);
}

.desc-detail-news table a {
    text-decoration: none;
    color: #0686f8;
}

.card-featured-career {
    line-height: 170%;
    color: var(--gray-500);
    padding: 24px 50px 50px 50px;
}

.card-featured-career {
    font: 500 40.64px / 27.64px var(--font-plus-jakarta);
    color: var(--aqua-blue-400);
    margin-bottom: 18px;
    text-decoration: none;
}

.card-featured-career {
    color: var(--gray-950);
    font: normal 500 24.86px / 32.5px var(--font-plus-jakarta);
    letter-spacing: -0.75px;
    text-decoration: none;
}

.card-featured-career strong {
    color: var(--gray-950);
    font-family: var(--font-plus-jakarta);
    font-weight: 600;
    letter-spacing: -0.75px;
    text-decoration: none;
}

.card-featured-career ul {
    padding-left: 15px;
}

.card-featured-career ul li {
    margin-bottom: 18px;
}

.card-featured-career {
    font: normal 400 18px/24.24px var(--font-plus-jakarta);
    color: var(--gray-500);
    line-height: 158%;
}

.card-featured-career .title-area {
    margin-bottom: 2rem;
    margin-top: 60px;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.card-featured-career .title-area {
    margin-top: 0px;
}

.card-featured-career .title-area h2 {
    /* font: 700 40.64px / 27.64px var(--font-plus-jakarta); */
    font: 500 40.64px / 46.64px var(--font-plus-jakarta);
    color: var(--aqua-blue-400);
    margin-bottom: 18px;
    text-decoration: none;
}

.card-featured-career .title-area h3 {
    color: var(--gray-950);
    font: normal 500 24.86px / 32.5px var(--font-plus-jakarta);
    letter-spacing: -0.75px;
    text-decoration: none;
}

.card-featured-career .focus {
    color: var(--gray-950);
    font-family: var(--font-plus-jakarta);
    font-weight: 600;
    letter-spacing: -0.75px;
    text-decoration: none;
}

.section-call-to-action {
    /* background-color: #0686f8; */
    background-color: #034ea1;
    color: #fff;
    padding: 120px 0px;
    overflow: hidden;
    margin-bottom: 48px;
}

.section-call-to-action .title-area {
    text-align: center;
}

.section-call-to-action .title-area h2 {
    font-weight: 700;
}

.section-call-to-action .btn-outline-white-blue {
    background-color: #fff;
    padding: 13px 70px;
}


/* MEDIA 1920 START */
@media only screen and (min-width: 1920px) and (max-width: 1920px) {
    .overlay-cover {
        min-height: 548px;
    }

    .section-header.general-header {
        min-height: 536px;
    }

}

/* MEDIA 1280 START */
@media only screen and (min-width: 1280px) and (max-width: 1280px) and (orientation: landscape) {
    .section-header.general-header {
        min-height: 336px;
    }
}

/* MEDIA 1280 END */
/* MEDIA 1195-1279 DEVICES LANDSCAPE START */
@media only screen and (min-width: 1195px) and (max-width: 1279px) and (orientation: landscape) {
    .section-header.general-header .wrp-general-head-cover img {
        width: 124%;
        height: auto;
        left: -8.5%;
        position: relative;
    }

    .section-header.general-header {
        min-height: 396px;
        overflow: hidden;
    }


    .news-archive-list .date-news-archive {
        padding: 0px 0 40px 0px;
    }

    .news-archive-list .title-news-archive {
        padding: 0px 20px 20px 20px;
    }

    .thumb-news-archive {
        height: 178px;
    }
}

/* MEDIA 1195-1279 DEVICES LANDSCAPE END */
/* MEDIA 1180 DEVICES LANDSCAPE START */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) {
    .thumb-news-archive {
        height: 156px;
    }

    .news-archive-list .date-news-archive {
        padding: 0px 0 40px 0px;
    }

    .news-archive-list .title-news-archive {
        padding: 0px 20px 20px 20px;
    }
}

/* MEDIA 1180 DEVICES LANDSCAPE END */
/* MEDIA 1081-1194 DEVICES LANDSCAPE START */
@media screen and (min-device-width: 1081px) and (max-device-width: 1194px) {
    .section-header.general-header .wrp-general-head-cover img {
        width: 120%;
        height: auto;
        left: -6.4%;
        position: relative;
    }

    .section-header.general-header {
        min-height: 348px;
        overflow: hidden;
    }

    .thumb-news-archive {
        height: 156px;
    }

    .news-archive-list .date-news-archive {
        padding: 0px 0 40px 0px;
    }

    .news-archive-list .title-news-archive {
        padding: 0px 20px 20px 20px;
    }

}

/* MEDIA 1081-1194 DEVICES LANDSCAPE START */
/* MEDIA 1024 DEVICES LANDSCAPE START */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) {
    .section-header.general-header .wrp-general-head-cover img {
        width: 118%;
        height: auto;
        left: -4.6%;
        position: relative;
    }

    .section-header.general-header {
        min-height: 300px;
        overflow: hidden;
    }

    .thumb-news-archive {
        height: 156px;
    }

    .news-archive-list .date-news-archive {
        padding: 0px 0 40px 0px;
    }

    .news-archive-list .title-news-archive {
        padding: 0px 20px 20px 20px;
    }
}

/* MEDIA 1024 DEVICES LANDSCAPE END */
/* MEDIA 835-950 PORTRAIT START */
@media screen and (min-width: 835px) and (max-width: 950px) {
    .section-header.general-header .wrp-general-head-cover {
        min-height: 260px;
    }

    .thumb-small-news {
        width: 196px;
    }

    .section-news-list .center-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 97.5%;
    }

    .section-news-list .row.pb-5 .col-md-6:nth-child(1 of .col-md-6) {
        width: 46%;
        flex: 0 0 auto;
    }

    .section-news-list .row.pb-5 .col-md-6:nth-child(2 of .col-md-6) {
        width: 54%;
        flex: 0 0 auto;
    }

    .section-news-list .title-small-news {
        max-width: 47.14%;
    }

    .section-news-list .title-small-news h2 {
        font: normal 500 18px/24px var(--font-plus-jakarta);
    }

    .section-news-list .featured-large-news .title-large-news h2 {
        font: 400 20.64px/27.64px var(--font-geist);
    }

    .section-header.general-header .wrp-general-head-cover img {
        width: 124.24%;
        height: auto;
        min-height: 314px;
        object-fit: cover;
    }

    .section-header.general-header {
        min-height: 256px;
    }

    .title-header-cover-general .large-title-opener {
        font-size: 32px;
        line-height: 46px;
    }

    .title-header-cover-general .large-title {
        font-size: 28px;
        line-height: 34px
    }

    .section-header.general-header .title-header-cover-general {
        margin-top: -186px;
        margin-bottom: 86px;
    }

    .news-archive-list .title-news-archive p {
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .news-archive-list .title-news-archive h3 {
        font: 400 20.64px/27.64px var(--font-geist);
    }

    .news-archive-list .title-news-archive h2 {
        font: normal 500 21.24px/29px var(--font-plus-jakarta);
    }

    .news-archive-list .date-news-archive {
        padding-top: 0px;
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .row.news-archive-list .col-md-7 {
        flex: 0 0 auto;
        width: 56%;
    }

    .row.news-archive-list .col-md-3 {
        flex: 0 0 auto;
        width: 27.25%;
    }

    .center-container .row.news-archive-list:nth-last-child(1 of .row.news-archive-list) {
        padding-bottom: 0px !important;
        /* border-bottom: 2px solid #cf0000 !important; */
    }

    .card-featured-large-news {
        margin-bottom: 20px;
    }

    .title-section-page.pt-5.pb-5 {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }

    .news-archive-list .title-news-archive {
        padding-top: 0px;
    }

    /* NEWS 834 END */

    /* CAREER 834 START */
    .center-container .row.news-archive-list:nth-last-child(1 of .row.news-archive-list) {
        padding-bottom: 0px !important;
    }

    .section-career-top .row-career-sticky.pb-5 .col-md-6:nth-child(1 of .col-md-6) {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-career-top .row-career-sticky.pb-5 .col-md-6:nth-child(2 of .col-md-6) {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-career-top .center-container.px-0 {
        max-width: 98%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* CAREER 834 END */

}

/* 834 DEVICES PORTRAIT START */
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) {

    /* NEWS 834 START */

    .thumb-small-news {
        width: 196px;
    }

    .section-news-list .center-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 97.5%;
    }

    .section-news-list .row.pb-5 .col-md-6:nth-child(1 of .col-md-6) {
        width: 46%;
        flex: 0 0 auto;
    }

    .section-news-list .row.pb-5 .col-md-6:nth-child(2 of .col-md-6) {
        width: 54%;
        flex: 0 0 auto;
    }

    .section-news-list .title-small-news {
        max-width: 47.14%;
    }

    .section-news-list .title-small-news h2 {
        font: normal 500 18px/24px var(--font-plus-jakarta);
    }

    .section-news-list .featured-large-news .title-large-news h2 {
        font: 400 20.64px/27.64px var(--font-geist);
    }

    .section-header.general-header .wrp-general-head-cover img {
        width: 124.24%;
        height: auto;
        min-height: 314px;
        object-fit: cover;
    }

    .section-header.general-header {
        min-height: 256px;
    }

    .title-header-cover-general .large-title-opener {
        font-size: 32px;
        line-height: 46px;
    }

    .title-header-cover-general .large-title {
        font-size: 28px;
        line-height: 34px
    }

    .section-header.general-header .title-header-cover-general {
        margin-top: -186px;
        margin-bottom: 86px;
    }

    .news-archive-list .title-news-archive p {
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .news-archive-list .title-news-archive h3 {
        font: 400 20.64px/27.64px var(--font-geist);
    }

    .news-archive-list .title-news-archive h2 {
        font: normal 500 21.24px/29px var(--font-plus-jakarta);
    }

    .news-archive-list .date-news-archive {
        padding-top: 0px;
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .row.news-archive-list .col-md-7 {
        flex: 0 0 auto;
        width: 53%;
    }

    .row.news-archive-list .col-md-3 {
        flex: 0 0 auto;
        width: 29.25%;
    }

    .thumb-small-news {
        min-height: 132px;
    }

    .center-container .row.news-archive-list:nth-last-child(1 of .row.news-archive-list) {
        padding-bottom: 0px !important;
        /* border-bottom: 2px solid #cf0000 !important; */
    }

    .card-featured-large-news {
        margin-bottom: 20px;
    }

    .title-section-page.pt-5.pb-5 {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }

    .news-archive-list .title-news-archive {
        padding-top: 0px;
    }

    .thumb-news-archive {
        height: 156px;
    }

    .news-archive-list .date-news-archive {
        padding: 0px 0 40px 0px;
    }

    .news-archive-list .title-news-archive {
        padding: 0px 20px 20px 20px;
    }

    /* NEWS 834 END */

    /* CAREER 834 START */
    .center-container .row.news-archive-list:nth-last-child(1 of .row.news-archive-list) {
        padding-bottom: 0px !important;
    }

    .section-career-top .row-career-sticky.pb-5 .col-md-6:nth-child(1 of .col-md-6) {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-career-top .row-career-sticky.pb-5 .col-md-6:nth-child(2 of .col-md-6) {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-career-top .center-container.px-0 {
        max-width: 98%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* CAREER 834 END */

}

/* 834 DEVICES PORTRAIT START */

/* 820 DEVICES PORTRAIT START */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) {

    /* NEWS 820 START */
    .section-news-list .center-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 97.5%;
    }

    .section-news-list .row.pb-5 .col-md-6:nth-child(1 of .col-md-6) {
        width: 46%;
        flex: 0 0 auto;
    }

    .section-news-list .row.pb-5 .col-md-6:nth-child(2 of .col-md-6) {
        width: 54%;
        flex: 0 0 auto;
    }

    .section-news-list .title-small-news {
        max-width: 51.20%;
    }

    .section-news-list .title-small-news h2 {
        font: normal 500 18px/24px var(--font-plus-jakarta);
    }

    .section-news-list .featured-large-news .title-large-news h2 {
        font: 400 20.64px/27.64px var(--font-geist);
    }

    .section-header.general-header .wrp-general-head-cover img {
        width: 124.24%;
        height: auto;
        min-height: 314px;
        object-fit: cover;
    }

    .section-career-top .row-career-sticky.pb-5 .col-md-6:nth-child(1 of .col-md-6) {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-career-top .row-career-sticky.pb-5 .col-md-6:nth-child(2 of .col-md-6) {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-header.general-header {
        min-height: 256px;
    }

    .title-header-cover-general .large-title-opener {
        font-size: 32px;
        line-height: 46px;
    }

    .title-header-cover-general .large-title {
        font-size: 28px;
        line-height: 34px
    }

    .section-header.general-header .title-header-cover-general {
        margin-top: -186px;
        margin-bottom: 86px;
    }

    .news-archive-list .title-news-archive p {
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .news-archive-list .title-news-archive h3 {
        font: 400 20.64px/27.64px var(--font-geist);
    }

    .news-archive-list .title-news-archive h2 {
        font: normal 500 21.24px/29px var(--font-plus-jakarta);
    }

    .news-archive-list .date-news-archive {
        padding-top: 0px;
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .row.news-archive-list .col-md-7 {
        flex: 0 0 auto;
        width: 56%;
    }

    .row.news-archive-list .col-md-3 {
        flex: 0 0 auto;
        width: 27.25%;
    }

    .center-container .row.news-archive-list:nth-last-child(1 of .row.news-archive-list) {
        padding-bottom: 0px !important;
        /* border-bottom: 2px solid #cf0000 !important; */
    }

    .card-featured-large-news {
        margin-bottom: 20px;
    }

    .title-section-page.pt-5.pb-5 {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }

    .news-archive-list .title-news-archive {
        padding-top: 0px;
    }

    .thumb-news-archive {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 6px;
        height: 142px;
    }

    /* NEWS 820 END */
}

/* 810 DEVICES PORTRAIT START */
@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) {

    /* NEWS 810 START */
    .section-header.general-header .wrp-general-head-cover img {
        width: 124.24%;
        height: auto;
        min-height: 314px;
        object-fit: cover;
    }

    .section-header.general-header {
        min-height: 256px;
    }

    .title-header-cover-general .large-title-opener {
        font-size: 32px;
        line-height: 46px;
    }

    .title-header-cover-general .large-title {
        font-size: 28px;
        line-height: 34px
    }

    .section-header.general-header .title-header-cover-general {
        margin-top: -186px;
        margin-bottom: 86px;
    }

    .news-archive-list .title-news-archive p {
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .news-archive-list .title-news-archive h3 {
        font: 400 20.64px/27.64px var(--font-geist);
    }

    .news-archive-list .title-news-archive h2 {
        font: normal 500 21.24px/29px var(--font-plus-jakarta);
    }

    .news-archive-list .date-news-archive {
        padding-top: 0px;
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .row.news-archive-list .col-md-7 {
        flex: 0 0 auto;
        width: 56%;
    }

    .row.news-archive-list .col-md-3 {
        flex: 0 0 auto;
        width: 27.25%;
    }

    .center-container .row.news-archive-list:nth-last-child(1 of .row.news-archive-list) {
        padding-bottom: 0px !important;
        /* border-bottom: 2px solid #cf0000 !important; */
    }

    .card-featured-large-news {
        margin-bottom: 20px;
    }

    .title-section-page.pt-5.pb-5 {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }

    .news-archive-list .title-news-archive {
        padding-top: 0px;
    }

    /* NEWS 810 END */

}

/* 540-809 START */
@media screen and (min-width: 540px) and (max-width: 809px) {
    .section-header.general-header .wrp-general-head-cover img {
        width: 124.24%;
        height: auto;
        min-height: 314px;
        object-fit: cover;
    }

    .section-header.general-header {
        min-height: 256px;
    }

    .title-header-cover-general .large-title-opener {
        font-size: 32px;
        line-height: 46px;
    }

    .title-header-cover-general .large-title {
        font-size: 28px;
        line-height: 34px
    }

    .section-header.general-header .title-header-cover-general {
        margin-top: -186px;
        margin-bottom: 86px;
    }

    .section-news-list .title-small-news {
        max-width: 58.2%;
    }

    .section-news-list .title-small-news h2 {
        font: normal 500 19px/24px var(--font-plus-jakarta);
    }

    .news-archive-list .title-news-archive {
        padding: 20px 0px 20px 0px;
    }

    .title-section-page.pt-5.pb-5 {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    .center-container .row.news-archive-list {
        padding: 20px 0px;
    }

    .news-archive-list .date-news-archive {
        padding: 10px 0 0 0;
    }

    .center-container .row.news-archive-list:nth-last-child(1 of .row.news-archive-list) {
        padding-bottom: 0px !important;
    }

    .section-career-top .row-career-sticky.pb-5 .col-md-6:nth-child(1 of .col-md-6) {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-career-top .row-career-sticky.pb-5 .col-md-6:nth-child(2 of .col-md-6) {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-career-top .center-container.px-0 {
        max-width: 98%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .section-news-list .center-container {
        max-width: 98%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}

/* 540-809 END */

/* MEDIA 768 DEVICES POTRAIT START */
@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) {

    /* NEWS 768 START */
    .section-header.general-header .wrp-general-head-cover img {
        width: 124.24%;
        height: auto;
        min-height: 314px;
        object-fit: cover;
    }

    .section-header.general-header {
        min-height: 256px;
    }

    .title-header-cover-general .large-title-opener {
        font-size: 32px;
        line-height: 46px;
    }

    .title-header-cover-general .large-title {
        font-size: 28px;
        line-height: 34px
    }

    .section-header.general-header .title-header-cover-general {
        margin-top: -186px;
        margin-bottom: 86px;
    }

    .news-archive-list .title-news-archive p {
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .news-archive-list .title-news-archive h3 {
        font: 400 20.64px/27.64px var(--font-geist);
    }

    .news-archive-list .title-news-archive h2 {
        font: normal 500 21.24px/29px var(--font-plus-jakarta);
    }

    .news-archive-list .date-news-archive {
        padding-top: 0px;
        font: normal 400 17.56/24.24px var(--font-plus-jakarta);
    }

    .row.news-archive-list .col-md-7 {
        flex: 0 0 auto;
        width: 55%;
    }

    .row.news-archive-list .col-md-3 {
        flex: 0 0 auto;
        width: 28.25%;
    }

    .center-container .row.news-archive-list:nth-last-child(1 of .row.news-archive-list) {
        padding-bottom: 0px !important;
        /* border-bottom: 2px solid #cf0000 !important; */
    }

    .card-featured-large-news {
        margin-bottom: 20px;
    }

    .title-section-page.pt-5.pb-5 {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }

    .news-archive-list .title-news-archive {
        padding-top: 0px;
    }

    .section-news-list .title-small-news {
        max-width: 54%;
    }

    .thumb-news-archive {
        height: 130px;
    }

    /* NEWS 768 END */
}

/* MEDIA 768 DEVICES POTRAIT END */

/* MEDIA 480 START */
@media screen and (max-width: 480px) {
    body {
        overflow-x: clip;
    }

    .card-featured-career {
        padding: 24px 15px 50px 15px;
    }

    .section-news-list .breadcrumb {
        padding: 0px 10px 0px 10px;
    }

    .section-news-list .card-featured-small-news {
        padding: 0px 10px 0px 10px;
    }

    .section-news-list .featured-large-news {
        padding: 0px 10px 0px 10px;
    }

    .news-archive-list .date-news-archive {
        padding: 24px 0px 10px 0px;
    }

    .news-archive-list .title-news-archive {
        padding: 20px 0px 20px 0px;
    }

    .news-archive-list {
        padding: 32px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .section-news-list .title-section-page.pt-5.pb-5 {
        padding-top: 5px !important;
        padding-bottom: 0px !important;
    }

    .section-header.general-header .wrp-general-head-cover {
        position: absolute;
        width: 100.4vw;
        min-height: 100% !important;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .section-header.general-header .wrp-general-head-cover img {
        width: 168%;
        height: auto;
        min-height: 306px;
        object-fit: cover;
    }

    .section-header.general-header {
        min-height: 266px;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .section-news-list .center-container.px-0 {
        margin: 0 auto;
        margin-top: 24px;
        margin-bottom: 10px;
        overflow: hidden !important;
        position: relative;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .section-header.general-header .title-header-cover-general {
        margin-top: -176px;
        margin-bottom: 40px;
    }

    .section-news-list .center-container.px-0 .breadcrumb {
        margin-top: 24px;
    }

    .title-header-cover-general .large-title-opener {
        font: normal 700 20.24px/29.64px var(--font-geist);
    }

    .title-header-cover-general .large-title {
        font: normal 700 20.24px/33.64px var(--font-geist);
    }

    .card-featured-career {
        padding: 24px 5px 50px 5px;
    }

    .section-career-top .card-featured-large-news {
        height: 336px !important;
    }

    .career-sticky-img-container {
        height: 336px !important;
    }

    .news-detail-section {
        /* padding: 120px 0px 74px 0px; */
        padding: 96px 0px 74px 0px;
    }

    .news-detail-section .breadcrumb {
        margin-top: -48px;
        margin-bottom: 32px;
    }

    .thumb-small-news {
        width: 145px;
        min-height: 112px;
    }

    .section-call-to-action .btn-outline-white-blue {
        padding: 13px 24px;
    }

    .card-featured-career .title-area h2 {
        /* font: 500 32px/38px var(--font-plus-jakarta); */
        font: 500 29.24px/36px var(--font-plus-jakarta);
        margin-bottom: 8px;
    }

    .card-featured-career .title-area h3 {
        font: normal 500 24.52px / 31.5px var(--font-plus-jakarta);
    }

    .wrp-cta-center.gap-2 {
        display: flex;
        flex-direction: column;
    }
}