@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
    --primary-gd: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%) 0% 0% no-repeat padding-box;
    --c-primary: #14385b;
    --c-secondary: #008bd3;
    --c-tertiary: #edce14;
    --c-body: #fbfcfd;
    --c-black: #212529;
    --c-b-secondary: #4b5563;
    --c-info: #9597a1;
    --c-red: #d0342c;
    --c-electric: #7df9ff;
    --c-white: #ffffff;
    --c-grey: #d1d1d1;
    --c-disabled: #dee1e8;
    --c-transparent: transparent;
    --c-skeleton: #e6e6e6;
    --shadow-bg: 0px 6px 18px rgb(0 0 0 / 8%);
    --shadow-skeleton: 0px 6px 18px rgb(0 0 0 / 3%);
    --ts-cubic: all 0.5s cubic-bezier(0.47, 0.71, 0.66, 0.84);
}

@media (max-width: 325px) {
    header #navigation .logo img.navbar-logo {
        width: 7.5rem !important;
        margin-top: 0.25rem !important;
    }

    .home-hero-content .image-hero-word h4 {
        font-size: 0.875rem !important;
    }

    .home-hero-content .image-hero-word h1 {
        font-size: 3.5rem !important
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 2.5rem;
        line-height: 48px !important;
    }

    h2 {
        font-size: 2.25rem;
        line-height: 1.25 !important;
    }

    h3 {
        font-size: 1.75rem;
        line-height: 1.25 !important;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }

    h6 {
        font-size: 1.125rem;
        line-height: 0;
    }

    p {
        font-size: 1rem;
    }

    img.icon-16 {
        width: 1rem;
        height: 1rem;
    }

    img.icon-24 {
        width: 1.125rem;
        height: 1.125rem;
    }

    img.icon-32 {
        width: 1.5rem;
        height: 1.5rem;
    }

    img.icon-48 {
        width: 2rem;
        height: 2rem;
    }

    select.form-control,
    input.form-control,
    textarea.form-control {
        font-size: 1rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 2.25rem !important;
        height: 2.25rem !important;
    }

    .swiper-button-prev {
        left: 0.5rem;
    }

    .swiper-button-next {
        right: 0.5rem;
    }

    .form-group {
        margin-bottom: 1rem !important;
    }

    .modal-body {
        padding: 1rem;
    }

    .modal-header {
        padding: 1rem;
    }

    .modal-footer {
        padding: 0.5rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 50%;
    }

    /*====================================== SECTION WORD ======================================*/

    .c-small {
        font-size: 0.625rem;
    }

    .modal-header .close {
        opacity: 1;
        top: 2px;
        right: 2px;
    }

    .modal-header .close span {
        font-size: 1rem;
    }
}

/*Phone View*/
@media (max-width: 767px) {
    section {
        padding: 2rem 0;
    }

    /*====================================== SECTION MENU NAVBAR ======================================*/
    .container-nav {
        /*flex-direction: column;*/
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 0.75rem;
    }

    header nav {
        padding: 0rem;
    }

    header nav#navigation.scrolled .container-nav {
        max-width: 320px;
    }

    .container-nav .nav-logo {
        margin: 0 auto;
        transition: all 0.4s;
    }

    .container-nav .nav-logo a {
        padding: 0;
    }

    .container-nav .nav-logo a .image {
        width: 5rem;
    }

    header nav#navigation.scrolled .container-nav .nav-logo a .image {
        width: 3rem;
    }

    header nav#navigation.scrolled .container-nav .nav-toggle {
        top: -6px;
        right: -4px
    }

    header nav#navigation.scrolled .container-nav .nav-toggle:hover .span-rounded:nth-child(3) {
        background-color: var(--c-tertiary);
    }

    header nav#navigation.scrolled .container-nav .nav-toggle span {
        color: var(--c-black);
        font-size: 12px;
        z-index: 2;
    }

    header nav#navigation.scrolled .container-nav .nav-toggle .span-rounded {
        opacity: 0;
    }

    header nav#navigation.scrolled .container-nav .nav-toggle .span-rounded:nth-child(3) {
        transform: translate(0px, -21px) rotate(180deg);
        /* background-color: var(--c-primary); */
        height: 24px;
        width: 100%;
        opacity: 1;
        border-radius: 24px;
        border: 1px solid var(--c-primary);
    }
    header nav .container-nav .nav-toggle:hover .span-rounded:nth-child(1),
    header nav .container-nav .nav-toggle:hover span
    {
        transform: scale(0.9);
    }
    header nav .container-nav .nav-toggle:hover .span-rounded:nth-child(3)
    {
        transform: rotate(180deg) scale(0.9);
    }
    header nav#navigation.scrolled .container-nav .nav-toggle:hover .span-rounded:nth-child(1),
    header nav#navigation.scrolled .container-nav .nav-toggle:hover .span-rounded:nth-child(3)
    {
        transform: translate(0px, -21px) rotate(180deg) scale(0.9);
    }
    header nav#navigation.scrolled .container-nav .nav-toggle:hover span
    {
        transform: scale(0.9);
    }

    header nav#navigation.scrolled .container-nav .nav-logo {
        transform: translateX(-112px);
    }
    .change-lang
    {
        display: none;
    }
    .change-lang-mobile
    {
        position: absolute;
        top: 1.4rem;
        left: 1.5rem;
        transition: all 0.6s;
    }
    .change-lang-mobile .change-lang-wrapper select.form-control
    {
        border: 0;
        padding: 0.25rem 0.75rem 0.25rem 0.25rem;
        background-color: transparent !important;
        background-size: 0.5rem;
    }
    header nav#navigation.scrolled .container-nav .change-lang-mobile
    {
        transform: translate(0, -15px);
       left: 63%;
    }

    .nav-toggle {
        position: absolute;
        top: 2px;
        right: 0;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        transition: ease-in-out 0.4s;
    }

    .nav-toggle span {
        color: var(--c-tertiary);
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }

    .nav-toggle .span-rounded {
        width: 48px;
        height: 6px;
        border: 1px solid transparent;
        border-top: 1px solid var(--c-tertiary);
        border-radius: 100%;
        transition: ease-in-out 0.5s;
    }

    .nav-toggle .span-rounded:nth-child(3) {
        transform: rotate(180deg);
    }

    .nav-toggle-mobile {
        position: absolute;
        top: 20px;
        right: 32px;
        display: block;
        transition: ease-in-out 0.4s;
    }

    .menu-nav-container {
        display: none;
        z-index: -2;
        position: fixed !important;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100vh;
    }

    .nav-menu {
        display: none;
        width: auto;
    }

    .menu-nav-container {
        width: 100%;
    }

    .close-mobile {
        opacity: 0;
        z-index: 99;
        position: absolute;
        top: 1rem;
        right: 0.5rem;
    }

    .menu-container-mobile {
        z-index: -1;
        display: block;
        position: fixed;
        opacity: 0;
        width: 0;
        height: 0;
        top: 0;
        left: 0;
        overflow: hidden;
        transform: translate(45vw, 125vh) scale(0);
        border-radius: 50%;
        filter: blur(5px);
        background-color: var(--c-primary);
        transition: all 0.3s;
    }

    .menu-nav {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2rem;
    }

    .menu-nav li {
        overflow: hidden;
        filter: blur(4px);
        opacity: 0;
        padding-bottom: 8px;
        transform: translateY(32px);
    }

    .menu-nav li a {
        position: relative;
        font-size: 24px;
        color: var(--c-white);
    }

    .menu-nav li.active a {
        color: var(--c-tertiary);
    }

    .menu-nav li.active a::before {
        z-index: 9;
        content: "";
        background: var(--c-tertiary);
        position: absolute;
        bottom: -52px;
        left: 50%;
        width: 100%;
        height: 48px;
        border-radius: 1rem;
        max-width: 80px;
        border-radius: 20px;
        margin: 0 auto;
        transform: translate(-50%, 0);
    }

    .nav-header {
        z-index: 88;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        filter: blur(4px);
    }

    .nav-close {
        z-index: 99;
        opacity: 0;
        position: absolute;
        top: 1rem;
        right: 1.25rem;
        transform: translateY(-16px);
    }

    .nav-close button.btn-sc {
        background-color: var(--c-tertiary);
        color: var(--c-primary);
        padding: 0;
        width: 36px;
        height: 36px;
        font-size: 1.25rem;
        border-radius: 50%;
        outline: 0;
        border: 0;
    }

    /*====================================== SECTION HOME PAGE ======================================*/
    section.section-home-hero {
        height: 540px;
        margin-bottom: 8rem;
    }

    .home-hero-content .image-hero-word {
        top: 128px;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        flex-wrap: nowrap;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .home-hero-content .image-hero-word h4 {
        font-size: 1rem;
    }

    .home-hero-content .image-hero-word h1 {
        font-size: 4rem;
    }

    .image-hero-footer {
        bottom: -280px
    }

    .home-about-image .image-parallax {
        max-width: 128px !important;
    }

    .home-about-image .image {
        max-width: 320px !important;
    }

    .home-about-image .image-parallax.prlx-one {
        left: 0;
    }

    .home-about-image .image-parallax.prlx-two {
        right: 0;
    }

    .about-video-modal iframe {
        height: 320px;
    }

    .home-ob-divider {
        margin-top: 5rem;
    }

    section.section-home-ob {
        padding: 2rem 0 2rem 0;
    }

    .home-ob-content .subject-desc h2 {
        font-size: 2.5rem;
    }

    .home-ob-content .subject-desc p.c-small {
        font-size: 14px;
    }

    .ob-various-container {
        height: 100%;
        flex-direction: column;
    }

    .various-card {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .various-card .various-card-name {
        margin-bottom: 0;
        transform: rotate(0);
        flex-basis: 100%;
        padding: 0.5rem;
    }

    .various-card .various-card-name .icon {
        width: 48px;
        height: 48px;
        transform: rotate(0);
    }

    .various-card .various-card-name h3 {
        font-size: 20px;
    }

    .various-card .various-name h4 {
        font-size: 24px;
    }

    .various-card .various-card-cta {
        height: 70px;
        transition: ease 0.6s;
        transition-delay: 0.3s;
    }

    .various-card.active {
        padding: 1rem;
        flex: 6;
        height: auto;
        align-items: center
    }

    .various-card.active .various-card-cta {
        height: 280px;
        justify-content: center;
    }

    .home-location-map.map-desktop {
        display: none;
    }

    .home-location-map.map-mobile {
        display: block;
        margin-top: 2rem;
    }

    .home-join-content {
        padding: 3rem 0;
        text-align: center;
    }

    section.section-home-location .container-fluid {
        padding: 0;
    }

    .map-list .list-number {
        gap: 0.75rem;
    }

    .map-list .list-number .number {
        width: 32px;
        height: 32px;
    }

    /*====================================== SECTION ABOUT ======================================*/
    .on-develop {
        height: 480px;
    }

    .peekaboo-2 {
        position: absolute;
        top: 3rem;
        left: 0;
        height: 160px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .peekaboo {
        position: absolute;
        top: 3rem;
        right: 0;
        height: 160px;
    }

    .oj-timeline {
        display: none;
        width: 0;
        left: 0;
    }

    .oj-card {
        max-width: 320px !important;
        margin: 0 auto 3rem auto;
    }

    .oj-card:nth-child(odd) .year h5 {
        font-size: 1rem;
    }

    .oj-card .year h6 {
        line-height: 1.15rem;
    }

    .vm-card:nth-child(1) {
        width: 100%;
    }

    .vm-card:nth-child(2) {
        width: 175%;
    }

    .vm-card .vm-wrapper {
        padding: 2rem;
    }

    .vm-object {
        top: 0;
        left: 25%;
    }

    .vm-object .image {
        max-width: 116px !important
    }

    .vm-subject h5 {
        font-size: 1rem;
    }


    .vision-image {
        max-width: 280px;
        right: auto;
        left: 3rem;
        bottom: 0;
    }

    .core-card {
        height: 100vh;
        width: 400px;
        padding: 25em 1.5em 1.5em 1.5em;
        justify-content: start;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
    }

    .mission-card {
        padding: 1rem 1.5rem;
        box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 60%);
    }

    .mission-card .subject-title h2 {
        color: var(--c-tertiary) !important;
    }

    .mission-card ul {
        max-width: 360px !important;
    }

    .mission-card ul li .word p {
        color: var(--c-white);
    }

    section.section-about-core .ob-various-container {
        margin: 1.5rem 0 0 0;
    }

    section.section-about-core .various-card {
        flex-direction: row;
    }

    section.section-about-core .various-card.active .various-card-cta {
        height: 240px;
    }

    section.section-about-core .various-card .various-card-name h1 {
        font-size: 54px;
    }

    .swiper-certificate,
    .award-card {
        padding: 0;
    }

    .swiper-button-prev.certificate-prev,
    .swiper-button-prev.award-prev {
        left: 0;
    }

    .swiper-button-next.certificate-next,
    .swiper-button-prev.award-next {
        right: 0;
    }

    .certificate-card .certificate-image,
    .award-card .award-image {
        max-width: 240px;
        margin: 0 auto;
    }

    .swiper-button-swiper.certificate {
        bottom: 7rem
    }

    /*====================================== SECTION OUR BUSINESS ======================================*/
    .bs-variant-container {
        min-height: 100vh;
        height: 100%;
        padding: 1rem;
    }

    .bs-object .image {
        max-width: 64px !important;
    }

    .bs-object.bs-object-3 .image {
        max-width: 160px !important;
    }

    .bs-variant-container::before {
        background: transparent linear-gradient(90deg, #1f264f 0%, #1f264f57 100%) 0% 0% no-repeat padding-box;
    }

    .bs-variant-card .bs-variant-list ul {
        padding-left: 0;
    }

    .bs-variant-card .bs-variant-list ul li {
        font-size: 16px;
    }

    .subject-bs-outline {
        bottom: -12px;
        right: 0.5rem;
    }

    .subject-bs-outline h1 {
        font-size: 2rem;
    }

    /*====================================== SECTION OUR BUSINESS DETAIL ======================================*/
    section.section-bs-variant {}

    .business-detail-container {
        height: auto;
        padding: 6rem 1rem 4rem 1rem;
    }

    .business-detail-container::before {
        background: transparent linear-gradient(180deg, #14385b 0%, #14385b6b 100%, #ffffff00 100%) 0% 0% no-repeat padding-box
    }

    section.section-our-competence {
        padding: 4rem 0;
    }

    .col-prlx-sticky {
        position: static;
        top: 0;
    }

    section.section-our-competence .home-about-image #main-image {
        height: 20rem;
    }

    .accordion-image {
        margin: 3rem 1rem 1rem 1rem
    }

    .our-project-card {
        width: 50%;
        height: 240px;
        margin: 0;
    }

    section.section-ob-gallery {
        padding: 2rem 0 2rem 0
    }

    .gallery-photo-container .gallery-card {
        height: 140px;
        margin-bottom: .5rem;
    }

    .gallery-photo-container .gallery-card:nth-child(1) {
        width: 35%;
    }

    .gallery-photo-container .gallery-card:nth-child(2) {
        width: 60%;
    }

    .gallery-photo-container .gallery-card:nth-child(3) {
        width: 60%;
    }

    .gallery-photo-container .gallery-card:nth-child(4) {
        width: 35%;
    }

    .gallery-photo-container .gallery-card:nth-child(5) {
        width: 47%;
    }

    .gallery-photo-container .gallery-card:nth-child(6) {
        width: 47%;
    }

    section.section-ob-location {
        padding-bottom: 0;
    }

    .ob-location-map .map {
        margin-top: 0;
        height: 20rem;
    }

    .ob-category-card {
        height: 320px;
    }

    .swiper-button-wrapper.ob-category {
        max-width: 128px !important;
    }

    /*====================================== SECTION CAREER ======================================*/
    section.section-career,
    section.section-contact {
        padding: 10rem 0 8rem 0;
    }

    .skeleton-picture.xl {
        height: 4rem;
    }

    .career-logo {
        max-width: 4rem !important;
    }

    .career-filter-pils .nav.nav-pills {
        gap: 0.5rem;
        flex-direction: row !important;
        justify-content: start !important;
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 1.5rem;
    }

    .career-filter .nav-pills .nav-link {
        padding: 0.75rem 1.5rem;
    }

    .career-modal-card {
        flex-direction: column;
    }

    .career-modal-card .career-logo {
        position: static;
        opacity: 1;
    }

    .career-desc-name h3 {
        font-size: 24px;
    }

    .modal-footer-career p {
        font-size: 12px;
        font-weight: 600;
    }

    /*====================================== SECTION CONTACT ======================================*/
    .card-content-contact {
        position: static;
        top: 0;
    }

    .contact-sosmed {
        margin-top: 1rem !important
    }

    .contact-sosmed img.icon-32 {
        width: 2rem;
        height: 2rem;
    }

    .form-content {
        padding: 0;
    }


    /*====================================== SECTION 404 ======================================*/
    section.section-notfound .subject-title h1 {
        font-size: 148px;
        line-height: 122px;
    }

    section.section-notfound .subject-title {
        top: 43vh;
    }

    .subject-nf-wrapper {
        bottom: 29vh
    }

    /*====================================== SECTION FOOTER ======================================*/
    footer {
        padding: 2rem 0 2em 0;
    }

    .footer-top {
        min-height: 22rem;
    }

    .footer-main {
        padding: 0.5rem;
        margin: 0 1rem;
    }

    .footer-logo {
        max-width: 8rem !important;
    }

    .footer-top .image {
        bottom: -24px;
        right: 0.5rem;
        max-width: 180px !important;
    }

    .footer-content-right {
        margin-top: 0;
    }

    .footer-content-right ul {
        margin-left: 0;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer-content-right ul li {
        flex-basis: 45%;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .footer-content-bottom {
        padding: 1rem 0rem;
    }

    .footer-copyright {
        margin-top: 0;
    }
}

@media (min-width: 1px) and (max-width: 767px) and (max-height:750px) {

    /*====================================== SECTION 404 ======================================*/
    section.section-notfound .subject-title h1 {
        font-size: 148px;
        line-height: 122px;
    }

    section.section-notfound .subject-title {
        top: 41vh;
    }

    .subject-nf-wrapper {
        bottom: 23vh
    }
}

@media (min-width: 461px) and (max-width: 767px) {
    header nav#navigation.scrolled .container-nav .nav-logo {
        /* transform: translateX(-190px); */
    }

    header nav#navigation.scrolled .container-nav {
        max-width: 320px;
    }

    .gallery-photo-container .gallery-card:nth-child(1) {
        width: 36%;
    }

    .gallery-photo-container .gallery-card:nth-child(2) {
        width: 61%;
    }

    .gallery-photo-container .gallery-card:nth-child(3) {
        width: 61%;
    }

    .gallery-photo-container .gallery-card:nth-child(4) {
        width: 36%;
    }

    .gallery-photo-container .gallery-card:nth-child(5) {
        width: 48%;
    }

    .gallery-photo-container .gallery-card:nth-child(6) {
        width: 48%;
    }
}

/* Portrait iPad */
@media (min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 3rem;
        line-height: 64px !important;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.75rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    h6 {
        font-size: 1.25rem;
        /* line-height: 0; */
    }

    .modal-dialog {
        max-width: 640px;
    }

    /*====================================== SECTION NAVBAR ======================================*/

    /*====================================== SECTION HOME PAGE - iPad Portrait ======================================*/
    section.section-home-hero {
        height: 800px;
        margin-bottom: 8rem;
    }

    .business-detail-container::before {
        top: 1px;
    }

    .home-hero-content .image-hero-word {
        top: 160px;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        flex-wrap: nowrap;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .home-hero-content .image-hero {
        transform: translateY(0) scale(1.3);
    }

    .home-hero-content .image-hero-word h4 {
        font-size: 1.7rem;
    }

    .home-hero-content .image-hero-word h1 {
        font-size: 8rem;
    }

    .image-hero-footer {
        bottom: -300px
    }

    .home-about-image .image {
        margin-bottom: 1rem;
    }

    .about-video-modal iframe {
        height: 400px;
    }

    section.section-home-ob {
        padding: 4rem 0 3rem 0;
    }

    .various-card .various-card-name {
        margin-bottom: 228px;
        flex-basis: 480px;
    }

    .various-card .various-card-name .icon {
        width: 48px;
        height: 48px;
    }

    .various-card.active {
        flex: 2.25;
        padding: 1rem 1.5rem 2rem 1.5rem;
    }

    .home-join-content {
        padding: 8rem 0;
    }

    section.section-home-location .container-fluid {
        padding: 0;
    }

    /*====================================== SECTION ABOUT - iPad Portrait ======================================*/
    .oj-timeline {
        display: none;
        width: 0;
        left: 0;
    }

    .oj-card {
        /* max-width: 320px !important; */
        margin: 0 0 3rem 0;
    }

    .oj-card:nth-child(odd) .year h5 {
        font-size: 1rem;
    }

    .vm-object {
        top: 5rem;
        left: 15%;
    }

    .vm-card:nth-child(1) {
        width: 150%;
    }

    .vm-card:nth-child(2) {
        width: 175%;
    }

    .vision-image {
        bottom: 8rem;
        right: 5%;
    }

    .mission-card {
        height: 75%;
    }

    section.section-about-core .ob-various-container {
        margin-bottom: 0;
    }

    section.section-about-core .various-card .various-card-name h1 {
        font-size: 56px;
    }

    .swiper-certificate .swiper-button-wrapper {
        max-width: 360px !important;
    }


    /*====================================== SECTION OUR BUSINESS - iPad Portrait ======================================*/
    .bs-variant-container {
        height: 50vh;
        padding: 3rem 6rem;
    }

    .bs-variant-container::before {
        background: transparent linear-gradient(90deg, #1f264f 0%, #1f264f57 100%) 0% 0% no-repeat padding-box;
    }

    .subject-bs-outline {
        bottom: -8px
    }

    .bs-variant-card .bs-variant-list ul li {
        font-size: 20px;
    }

    /*====================================== SECTION OUR BUSINESS DETAIL - iPad Portrait ======================================*/
    section.section-bs-variant {}

    .business-detail-container {
        height: auto;
        padding: 14rem 3rem 14rem 3rem;
    }

    section.section-our-competence {
        padding: 4rem 0;
    }

    .col-prlx-sticky {
        position: static;
        top: 0;
    }

    section.section-our-competence .home-about-image #main-image {
        height: 20rem;
    }

    .accordion-image {
        margin: 3rem 1rem 1rem 1rem
    }

    .our-project-card {
        width: 50%;
        margin: 0;
    }

    .gallery-photo-container .gallery-card {
        height: 180px;
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .gallery-photo-container .gallery-card:nth-child(1) {
        width: 36%;
    }

    .gallery-photo-container .gallery-card:nth-child(2) {
        width: 61%;
    }

    .gallery-photo-container .gallery-card:nth-child(3) {
        width: 61%;
    }

    .gallery-photo-container .gallery-card:nth-child(4) {
        width: 36%;
    }

    .gallery-photo-container .gallery-card:nth-child(5) {
        width: 48%;
    }

    .gallery-photo-container .gallery-card:nth-child(6) {
        width: 48%;
    }

    .ob-category-card {
        height: 360px;
    }

    .swiper-button-wrapper.ob-category {
        max-width: 128px !important;
    }

    /*====================================== SECTION CAREER - iPad Portrait ======================================*/
    section.section-career,
    section.section-contact {
        padding: 10rem 0;
    }

    .career-card .career-logo {
        max-width: 5rem !important;
    }

    .career-filter-pils .nav.nav-pills {
        flex-direction: row !important;
        justify-content: start !important;
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 1rem;
    }

    /*====================================== SECTION CONTACT - iPad Portrait ======================================*/
    .form-content {
        padding: 0;
    }

    /*====================================== SECTION 404 - iPad Portrait ======================================*/
    section.section-notfound .subject-title {
        top: 42vh;
    }

    .subject-nf-wrapper {
        bottom: 35vh;
    }

    /*====================================== SECTION FOOTER ======================================*/
    footer {
        padding: 2rem 0 2em 0;
    }

    .footer-top {
        min-height: 22rem;
    }

    .footer-main {
        padding: 0.5rem;
        margin: 0 1rem;
    }

    .footer-logo {
        max-width: 8rem !important;
    }

    .footer-top .image {
        right: 0.5rem;
        max-width: 240px !important;
    }

    .footer-content-right {
        margin-top: 1rem;
    }

    .footer-content-right ul {
        margin-left: 0;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer-content-bottom {
        margin-top: 0.5rem;
        padding: 1rem 2.25rem;
    }

    .footer-copyright {
        margin-top: 0;
    }
}

/* Landscape iPad Air and another Tab */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    /*====================================== SECTION NAVBAR ======================================*/

    /*====================================== SECTION HOME PAGE - iPad LANDSCAPE ======================================*/
    .home-about-image .image-parallax.prlx-one {
        left: 8px;
    }

    .home-about-image .image-parallax.prlx-two {
        right: 8px;
    }

    .various-card .various-card-name .icon {
        width: 54px;
        height: 54px;
    }

    /*====================================== SECTION OUR BUSINESS - iPad LANDSCAPE ======================================*/
    .bs-variant-container {
        height: 100vh;
        padding: 3rem 6rem;
    }

    /*====================================== SECTION ABOUT - iPad LANDSCAPE ======================================*/
    .oj-timeline {
        display: none;
        width: 0;
        left: 0;
    }

    .oj-card {
        margin: 0 0 3rem 0;
    }

    .oj-card:nth-child(odd) .year h5 {
        font-size: 1rem;
    }

    .vm-object {
        top: 3rem;
        left: 15%;
    }

    .vm-card:nth-child(1) {
        width: 90%;
    }

    .vm-card:nth-child(2) {
        width: 100%;
    }

    .vision-image {
        max-width: 640px;
        bottom: 5%;
        right: 0%;
    }

    .mission-card {
        box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 45%);
        height: 90%;
    }

    .mission-card .subject-title h2 {
        color: var(--c-tertiary) !important;
    }

    .mission-card ul {
        max-width: 524px !important;
    }

    .mission-card ul li .word p {
        color: var(--c-white);
    }

    section.section-about-core .ob-various-container {
        margin-bottom: 0;
    }

    section.section-about-core .various-card .various-card-name h1 {
        font-size: 56px;
    }

    .swiper-certificate .swiper-button-wrapper {
        max-width: 360px !important;
    }

    /*====================================== SECTION OUR BUSINESS DETAIL - iPad Landscape ======================================*/
    section.section-our-competence .home-about-image #main-image {
        height: 25rem;
    }

    .col-prlx-sticky {
        position: sticky;
        top: 160px;
    }

    section.section-our-competence .home-about-image .image-parallax.prlx-one {
        left: 1rem;
    }

    section.section-our-competence .home-about-image .image-parallax.prlx-two {
        right: 1rem;
    }

    .our-project-card {
        width: 60%;
    }

    /*====================================== SECTION OUR BUSINESS DETAIL - iPad LANDSCAPE ======================================*/

    section.section-our-competence {
        padding: 5rem 0;
    }

    .gallery-photo-container .gallery-card {
        margin-bottom: 1rem;
    }

    .gallery-photo-container .gallery-card:nth-child(1) {
        width: 25%;
    }

    .gallery-photo-container .gallery-card:nth-child(2) {
        width: 45%;
    }

    .gallery-photo-container .gallery-card:nth-child(3) {
        width: 25%;
    }

    .gallery-photo-container .gallery-card:nth-child(4) {
        width: 45%;
    }

    .gallery-photo-container .gallery-card:nth-child(5) {
        width: 25%;
    }

    .gallery-photo-container .gallery-card:nth-child(6) {
        width: 25%;
    }

    .ob-category-card {
        height: 400px;
    }

    /*====================================== SECTION CAREER - iPad LANDSCAPE ======================================*/
    section.section-career {
        padding: 10rem 0;
    }

    .career-filter-pils .nav.nav-pills {
        gap: 0.5rem;
        flex-direction: row !important;
        justify-content: start !important;
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 2rem;
    }

    /*====================================== SECTION CONTACT - iPad LANDSCAPE ======================================*/
    .form-content {
        padding: 0 2rem
    }

    /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
    section.section-notfound .subject-title {
        top: 31vh;
    }

    .subject-nf-wrapper {
        bottom: 29vh;
    }

    /*====================================== SECTION FOOTER ======================================*/
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .vision-image {
        max-width: 540px;
    }

    .vm-card:nth-child(1) {
        width: 100%;
    }

    .gallery-photo-container .gallery-card {
        margin-bottom: 0.5rem;
    }

    /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
    section.section-notfound .subject-title {
        top: 38vh;
    }

    .subject-nf-wrapper {
        bottom: 30vh;
    }
}

/* Landscape iPad Mini & Tab */
@media only screen and (min-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .vm-card:nth-child(1) {
        width: 110%;
    }

    .vm-object .image {
        max-width: 240px !important;
    }

    .vision-image {
        max-width: 720px;
        bottom: 20%;
    }

    .vm-object {
        top: 10rem;
    }

    .mission-card {
        height: 50%;
    }

    .vm-card:nth-child(1) {
        width: 100%;
    }

    .gallery-photo-container .gallery-card {
        margin-bottom: 0.5rem;
    }

    /*====================================== SECTION 404 - iPad PORTRAIT 1024 ======================================*/
    section.section-notfound .subject-title {
        top: 44vh;
    }

    .subject-nf-wrapper {
        bottom: 37vh;
    }

}

/* 11-12 Inch */
@media (min-width: 1025px) and (max-width: 1199px) {
    .career-filter-pils .nav.nav-pills {
        gap: 0.5rem;
        flex-direction: row !important;
        justify-content: start !important;
        width: 100%;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 2rem;
    }

    .vm-card:nth-child(1) {
        width: 90%;
    }

    .mission-card {
        height: 100%;
    }

    .footer-top .image {
        max-width: 240px !important;
    }

    .gallery-photo-container .gallery-card {
        margin-bottom: 1rem;
    }

    .gallery-photo-container .gallery-card:nth-child(1) {
        width: 25%;
    }

    .gallery-photo-container .gallery-card:nth-child(2) {
        width: 45%;
    }

    .gallery-photo-container .gallery-card:nth-child(3) {
        width: 25%;
    }

    .gallery-photo-container .gallery-card:nth-child(4) {
        width: 45%;
    }

    .gallery-photo-container .gallery-card:nth-child(5) {
        width: 25%;
    }

    .gallery-photo-container .gallery-card:nth-child(6) {
        width: 25%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) and (max-height:600px) {

    .vm-object {
        top: 0;
    }

    .vm-object .image {
        max-width: 8rem !important;
    }

    .vision-image {
        max-width: 480px;
        bottom: 0;
        right: 0%;
    }

    /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
    section.section-notfound .subject-title {
        top: 24vh;
    }

    .subject-nf-wrapper {
        bottom: 24vh;
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .home-about-image .image-parallax.prlx-one {
        left: 0;
    }

    .home-about-image .image-parallax.prlx-two {
        right: 0
    }
}

/* >15 Inch */
@media (min-width: 1440px) {
    .logo-wave {
        top: 272px;
        left: 0;
        transform: scale(0);
    }
}

/* >16 Inch */
@media (min-width: 1550px) {
    .nav-menu .nav-footer {
        bottom: -100px;
    }

    .vm-card .vm-wrapper {
        padding: 3rem 5rem;
    }

    .vm-card:nth-child(1) {
        width: 70%;
    }

    .vision-image {
        bottom: 8rem
    }

    .mission-card {
        height: 80%;
    }

    .footer-top .image {
        right: 15%;
    }

    footer {
        max-width: 1920px;
        margin: 0 auto;
    }

    .footer-main {
        max-width: 1320px;
        margin: 0 auto;
    }

    /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
    section.section-notfound .subject-title {
        top: 30vh;
    }

    .subject-nf-wrapper {
        bottom: 26vh;
    }

    @media (min-width: 1880px) {

        /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
        section.section-notfound .subject-title {
            top: 29vh;
        }

        .subject-nf-wrapper {
            bottom: 28vh;
        }
    }

    @media (min-width: 2500px) {

        /*====================================== SECTION 404 - iPad LANDSCAPE ======================================*/
        section.section-notfound .subject-title {
            top: 30vh;
        }

        .subject-nf-wrapper {
            bottom: 30vh;
        }
    }