@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");

:root {
    --primary-gd: transparent linear-gradient(140deg, #384967 0%, #6f91cd 100%) 0% 0% no-repeat padding-box;
    --c-primary: #bc8c24;
    --c-secondary: #bd8c23;
    --c-body: #000000;
    --c-black: #212529;
    --c-info: #9597a1;
    --c-red: #d0342c;
    --c-white: #ffffff;
    --c-grey: #d1d1d1;
    --c-disabled: #dee1e8;
    --c-transparent: transparent;
    --c-skeleton: #464646;
    --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) {}

@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;*/
        position: relative;
        max-width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 0.75rem;
    }

    header nav {
        padding: 0rem;
    }

    header nav#navigation.scrolled .container-nav {
        max-width: 320px;
        width: 100%;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        transform: translateY(8px);
        border-radius: 48px;
        background-color: transparent;
        border-color: var(--c-primary);
        box-shadow: 0px -4px 16px 4px rgb(0 0 0 / 24%);
        transition: all 0.4s;
    }

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

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

    .nav-logo-mobile {
        max-width: 4rem;
        padding: 0.25rem 0;
        transition: all 0.4s;
    }

    header nav#navigation.scrolled .nav-logo-mobile {
        max-width: 4rem;
    }

    .nav-toggle {
        position: absolute;
        top: -3px;
        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 .signature-left {
        width: 48px;
        height: 48px;
        top: -9px;
        left: -24px;
        transition: all 0.3s;
    }

    .nav-toggle .signature-right {
        width: 48px;
        height: 48px;
        top: -22px;
        right: -24px;
        transition: all 0.3s;
    }

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

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

    header nav#navigation.scrolled .nav-toggle .signature-left {
        width: 42px;
        height: 42px;
        top: -2px;
        left: -18px;
    }

    header nav#navigation.scrolled .nav-toggle .signature-right {
        width: 42px;
        height: 42px;
        top: -18px;
        right: -18px;
    }

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

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

    header nav#navigation.scrolled .container-nav .nav-toggle span {
        font-size: 16px;
        z-index: 2;
    }

    .menu-nav-container {
        top: 0;
        left: 0;
        /* opacity: 0; */
        width: 100%;
        height: 100vh;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }

    .menu-container-mobile {
        overflow: hidden;
        background-color: var(--c-body);
        display: none;
        position: fixed;
        top: 0;
        opacity: 0.5;
        left: -1rem;
        width: 0;
        height: 100vh;
        filter: blur(5px);
        -webkit-filter: blur(5px);
        /* transition: all 0.3s; */
    }

    .menu-container-mobile .menu-nav {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 0 2rem;
    }

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

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

    .bg-mobile-menu {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background: #be8c22 0% 0% no-repeat padding-box;
        opacity: 1;
        filter: blur(60px);
        -webkit-filter: blur(60px);
    }

    header nav#navigation.scrolled .menu-nav {
        border: 0;
        border-radius: 0;
        max-width: 100%;
        box-shadow: none;
    }

    header nav#navigation.scrolled .menu-container-mobile .menu-nav {
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
    }

    .menu-nav-center {
        align-items: start;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .menu-nav-end {
        background: transparent linear-gradient(169deg, #8f661400 0%, #00000000 47%, #66460000 100%) 0% 0% no-repeat padding-box;
    }

    .menu-nav li {
        position: relative;
        text-align: start;
        width: 100%;
        /* filter: blur(4px); */
        opacity: 0;
        padding-bottom: 0;
        margin-bottom: 1rem;
        transform: translateY(-48px) translateX(-24px);
    }

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

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

    .menu-nav li.active::before {
        content: "";
        position: absolute;
        left: -4rem;
        top: 0;
        width: 5rem;
        height: 5rem;
        background: #be8c22 0% 0% no-repeat padding-box;
        opacity: 1;
        filter: blur(40px);
        -webkit-filter: blur(40px);
        transition: all 0.3s;
    }


    .menu-nav li a:hover {
        color: var(--c-white) !important;
    }

    .nav-header {
        z-index: 88;
        opacity: 0;
        position: absolute;
        left: 0;
        top: -1rem;
        transform: translateY(-48px);
        width: 100%;
        /* filter: blur(4px); */
    }

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

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

    .horn-wa .image,
    .horn-wa button.btn-horn {
        width: 64px !important;
        height: 64px !important;
    }
    .horn-wa button.btn-horn
    {
        padding: 6px;
    }

    /*====================================== SECTION HOME PAGE ======================================*/
    section.section-hero
    {
        padding-top: 0;
    }
    .cs--container
    {
        height: 480px;
    }
    .cs--container .desc
    {
        top: 1.5rem;
    }
    .home-about-img {
        width: auto;
        height: auto;
    }

    .home-about-container h2 {
        font-size: 24px;
    }

    .wrapper-marq {
        margin-top: 3rem;
        width: 150%;
    }

    .wrapper-marq .box-marq {
        margin: 0 1rem 0 0;
    }

    .box-marq .image {
        width: 100%;
    }

    .box-marq .image img {
        padding: 0.25rem;
    }

    .home-segmen-container {
        height: 100vh;
    }

    .inseg-card {
        width: 8rem;
        height: 12rem;
    }

    .inseg-card .inseg-desc h5 {
        font-size: .875rem;
        line-height: 1.27rem;
    }

    .inseg-card-wrapper {
        opacity: 0.4;
    }

    .inseg-card-wrapper.one {
        left: -32px;
    }

    .inseg-card-wrapper.two {
        top: 600px;
        left: 10%;
    }

    .inseg-card-wrapper.three {
        top: 100px;
    }

    .inseg-card-wrapper.four {
        top: 600px;
        right: 9%;
    }

    .inseg-card-wrapper.five {
        top: 350px;
        right: 0;
    }

    section.section-home-strength {
        padding-top: 0;
    }

    section.section-home-strength .cta {
        max-width: 128px !important;
        height: 48px;
    }

    .swiper-str {
        margin-top: 0.5rem !important;
    }

    .str-card {
        height: 20rem;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4)
    }

    .home-fleet-image .image {
        height: 480px !important;
    }

    .section-home-fleet .subject-title {
        margin-top: -11rem;
    }

    section.section-home-career {
        overflow: hidden;
        padding-top: 0;
    }

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

    .bg-home-contact {
        top: auto;
        transform: scale(1.5);
    }

    .home-contact-desc {
        padding: 6rem 0 4rem 0;
    }

    .bg-pulse {
        width: 6rem;
        height: 6rem;
        filter: blur(70px);
        -webkit-filter: blur(70px);
    }

    section.section-home-career {
        overflow: hidden;
    }

    .home-contact-desc .bg-pulse {
        bottom: 10rem;
        left: 0;
        width: 5rem;
        height: 5rem;
        filter: blur(50px);
        -webkit-filter: blur(50px);
    }

    .footer-divider {
        display: none !important;
    }

    .footer-company-name {
        display: block;
    }

    /*====================================== SECTION ABOUT PAGE ======================================*/
    .canvas-container canvas {
        margin-top: 0;
    }

    section.section-about-hero .subject-title {
        margin-top: 0;
    }

    section.section-about-hero .subject-title .image {
        transform: scale(1.25);
    }

    section.section-about-vm {
        padding-bottom: 3rem !important;
    }

    .about-vm-container {
        margin-top: -0.5rem;
    }

    .vm-desc {
        position: static !important;
        flex-direction: column;
    }

    .vm-video {
        height: 13rem;
    }

    .vm-video video {
        height: auto;
    }

    .client-masking h1 {
        font-size: 32px;
    }

    .client-masking h5 {
        width: 100%;
        max-width: 114px;
        font-size: 12px;
        line-height: 16px;
    }

    section.section-about-map {
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }

    .home-client-top .client-top-wrapper .image {
        width: 100%;
    }

    section.section-about-map .container {
        order: 2;
    }

    section.section-about-map .subject-title {
        min-height: 22.5rem;
    }

    /*====================================== SECTION SERVICE PAGE ======================================*/
    section.section-service-tools
    {
        padding-top: 0;
    }
    .hero-page .subject-title {
        margin-bottom: -1rem;
    }

    .service-hero-desc h2 {
        font-size: 24px;
    }

    .service-card {
        flex-direction: column-reverse;
        padding: 2rem 0 0 0;
        margin: 1.5rem 0 0 0;
    }

    .service-image .image {
        height: 10rem;
        margin: 0 auto;
    }

    .col-services:last-child .service-card {
        padding-bottom: 2rem;
        border-bottom: 1px solid var(--c-primary)
    }

    .hse-bg-card {
        height: 22.5rem;
    }

    section.section-service-fleet {
        padding-bottom: 0;
    }

    section.section-service-fleet .subject-title {
        flex-direction: column;
    }

    section.section-service-fleet .cta {
        max-width: 128px !important;
        height: 48px;
    }

    .swiper-fleet {
        margin-top: 1rem !important;
    }

    .fleet-image {
        height: 10rem;
    }

    .fleet-image .bg-pulse {
        top: 80%;
        left: 35%;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
    }

    .tools-card {
        max-width: 480px !important;
        margin: 0 auto;
    }

    .tools-card .desc p {
        font-size: 1rem !important;
    }

    .col-tools:nth-child(2) {
        margin-bottom: 1.5rem;
    }

    .recent-gallery-content .image {
        height: 15rem
    }

    .recent-gallery-indicator {
        bottom: -3rem;
    }

    .gallery-indicator-list {
        justify-content: flex-start !important;
        padding: 1rem 0;
        gap: 0.5rem;
    }

    .gallery-list .image {
        width: 5rem;
        height: 3rem !important;
    }

    .gallery-list .image.active {
        width: 6rem !important;
    }

    /*====================================== SECTION CAREER ======================================*/

    section.section-career .subject-title {
        flex-direction: column;
    }

    section.section-career .hero-page .subject-title {
        margin-bottom: -340px;
    }

    section.section-career-list {
        margin-top: 20rem;
    }

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

    .career-card .career-card-left {
        max-width: 100%;
    }

    .career-card .career-card-right {
        margin-top: 1rem;
        width: 100%;
    }

    .career-card .career-card-right .cta {
        width: 100%;
    }

    #modalDetailCareer .modal-footer  .desc p{
       font-size: 12px;
    }

    /*====================================== SECTION CONTACT ======================================*/
    .section-contact .subject-title {
        flex-direction: column;
    }

    .form-content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .card-content-contact .contact-wrapper {
        flex-direction: column;
        margin-top: 1rem;
    }

    .card-content-contact .contact-wrapper .contact-line {
        padding: 1rem;
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid var(--c-primary);
    }

    .card-content-contact .contact-wrapper .contact-line:last-child {
        border-bottom: 0;
    }

    .card-content-contact {
        margin-bottom: 1.5rem;
    }

    /*====================================== 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 {
        margin-top: 0;
        padding: 2rem 0 0em 0;
    }

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

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

    .footer-copyright .word h5 {
        font-size: 16px;
    }

    .cs--container .desc h2 {
        font-size: 1.5rem;
    }
}

@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 {
        max-width: 320px;
    }

    .timeline ul li::before {
        left: -4px;
    }

    .timeline .default-line, .timeline .draw-line {
        left: 6px;
    }

    .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 ======================================*/
    .container-nav .nav-logo a .image {
        width: 6rem;
    }

    .nav-menu ul {
        gap: 0;
    }

    header nav .nav-menu li a {
        font-size: 1rem;
        padding: 0.5rem;
    }

    header nav#navigation.scrolled .nav-menu li a {
        font-size: 1rem;
    }

    header nav#navigation.scrolled .menu-nav {
        transform: translateX(0);
        max-width: 448px;
    }

    /*====================================== SECTION HOME PAGE - iPad Portrait ======================================*/
    .bg-pulse {
        width: 8rem;
        height: 8rem;
        filter: blur(90px);
        -webkit-filter: blur(90px);
    }
    .cs--container .desc
    {
        top: 10%;
    }

    .cs--container {
        height: 60vh;
    }

    .home-about-container h2 {
        font-size: 36px;
    }

    .home-about-img {
        width: 10rem;
    }

    .home-segmen-container {
        height: 80vh;
    }

    .inseg-card-wrapper.four {
        top: 700px;
        right: 20%;
    }

    .inseg-card-wrapper.five {
        top: 400px;
        right: 0;
    }

    section.section-home-strength {
        padding-top: 0;
    }

    section.section-home-strength .cta {
        max-width: 128px !important;
        height: 48px;
    }

    .str-card {
        height: 22.5rem;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4)
    }

    .section-home-fleet .subject-title {
        margin-top: -16rem;
    }

    section.section-home-career {
        overflow: hidden;
    }

    .home-contact-desc {
        padding: 6rem 0 6rem 0;
    }

    .bg-home-contact {
        top: 4rem;
        transform: scale(1.25);
    }

    /*====================================== SECTION ABOUT PAGE ======================================*/
    .canvas-container canvas {
        margin-top: 0;
    }

    section.section-about-hero .subject-title {
        margin-top: 2rem;
    }

    section.section-about-vm {
        padding-bottom: 3rem !important;
    }

    .about-vm-container {
        margin-top: -0.5rem;
    }

    .vm-desc {
        position: static !important;
        max-width: 1024px;
    }

    .vm-video {
        height: 28rem;
    }

    .vm-video video {
        height: auto;
    }

    .client-masking h5 {
        max-width: 320px;
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }

    .home-client-top .client-top-wrapper .image {
        width: 20rem
    }

    section.section-about-map {
        display: flex;
        flex-direction: column;
    }

    section.section-about-map .container {
        margin-top: 1rem;
        order: 2;
    }

    section.section-about-map .subject-title {
        min-height: 12.5rem
    }


    /*====================================== SECTION SERVICE - iPad Portrait ======================================*/
    .hse-bg-card {
        height: 20rem;
    }

    .hse-card .desc h3 {
        font-size: 1.5rem;
    }

    section.section-service-fleet {
        padding-bottom: 0;
    }

    .fleet-image .bg-pulse {
        top: 80%;
        left: 35%;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
    }

    .tools-container {
        margin-top: 1rem;
    }

    .tools-card {
        max-width: 280px !important;
        margin: 0 auto;
    }

    .tools-card .desc p {
        font-size: 1rem !important;
    }

    .recent-gallery-content .image {
        height: 20rem
    }

    .recent-gallery-indicator {
        bottom: -7rem;
    }

    .gallery-indicator-list {
        /* justify-content: flex-start !important; */
        padding: 1rem 0;
        gap: 0.5rem;
    }

    .gallery-list .image {
        width: 8rem;
        height: 6rem !important;
    }

    .gallery-list .image.active {
        width: 10rem !important;
    }

    /*====================================== SECTION CAREER ======================================*/
    section.section-career .subject-title {
        flex-direction: column;
    }

    section.section-career .hero-page .subject-title {
        align-items: start !important;
        margin-bottom: -160px;
    }

    section.section-career-list {
        margin-top: 4rem;
    }

    /*====================================== SECTION CONTACT - iPad Portrait ======================================*/
    .form-content-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .card-content-contact .contact-wrapper {
        flex-direction: row;
        align-items: start;
        margin-top: 1rem;
    }

    .contact-line {
        padding: 1rem;
        min-width: auto;
        width: 100%;
        height: 100%;
        border-right: 0;
    }

    .contact-line:nth-child(2) {
        border-left: 1px solid var(--c-primary);
        border-right: 1px solid var(--c-primary);
    }

    .card-content-contact {
        margin-bottom: 1.5rem;
    }

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

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

    /*====================================== SECTION FOOTER - iPad Portrait ======================================*/
    footer {
        margin-top: 0;
        padding: 2rem 0 0em 0;
    }

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

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

    .footer-logo {
        max-width: 8rem !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 ======================================*/
    .cs--container .desc
    {
        top: 12.5%;
    }
    .str-card {
        height: 25rem;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3)
    }

    .bg-home-contact {
        top: 2rem;
    }

    .recent-gallery-content .image {
        height: 30rem;
    }

    /*====================================== SECTION ABOUT PAGE ======================================*/
    .canvas-container canvas {
        margin-top: -25px;
    }

    .vm-video {
        height: 80vh;
    }

    .vm-desc {
        top: 5rem;
    }

    /*====================================== SECTION SERVCIES PAGE - iPad LANDSCAPE ======================================*/
    .fleet-card {
        padding-top: 3rem;
    }

    .tools-card {
        max-width: 13rem !important;
    }

    /*====================================== SECTION ABOUT - iPad LANDSCAPE ======================================*/

    .oj-card {
        max-width: 400px !important;
    }

    .timeline ul li::before {
        left: 48.5%;
    }

    .timeline ul li .strategy-desc {
        padding-bottom: 3rem;
    }

    .timeline-li:nth-child(odd) .strategy-desc {
        padding-left: 6rem;
    }

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

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

    .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 CAREER - iPad LANDSCAPE ======================================*/

    /*====================================== SECTION CONTACT - iPad LANDSCAPE ======================================*/
    .card-content-contact .contact-wrapper {

    }

    /*====================================== 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) {

    /*====================================== SECTION HOME PAGE - iPad LANDSCAPE 1024 ======================================*/
    .cs--container .desc {
        top: -2rem;
    }

    .home-segmen-container {
        height: 110vh;
    }

    section.section-home-career {
        overflow: visible;
    }

    .bg-home-contact {
        top: 1rem;
        transform: scale(1);
    }

    /*====================================== SECTION ABOUT PAGE - iPad LANDSCAPE 1024 ======================================*/
    .vm-video {
        height: 68vh;
    }

    .vm-desc {
        position: absolute !important;
        top: 5rem;
        max-width: 720px;
    }

    section.section-about-map .subject-title {
        min-height: 9.875rem;
    }

    /*====================================== SECTION SERVICES PAGE - iPad LANDSCAPE 1024 ======================================*/
    .recent-gallery-indicator {
        bottom: -4rem
    }

    /*====================================== SECTION CAREER PAGE - iPad LANDSCAPE 1024 ======================================*/
    section.section-career .subject-title {
        flex-direction: row;
    }

    section.section-career .hero-page .subject-title {
        margin-bottom: -80px;
    }

    section.section-career-list {
        margin-top: 0;
    }

    /*====================================== 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) {

    .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) {
    .about-vm-container
    {
        margin-top: 0;
    }
    .canvas-container canvas {
        margin-top: -75px;
    }

    section.section-career .hero-page .subject-title {
        margin-bottom: -6rem;
    }
}

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

    section.section-about-vm {
        height: 70rem;
    }

    .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) {
    .canvas-container canvas {
        margin-top: -50px;
    }

    /*====================================== 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;
        }
    }