﻿.main-intro {
  
    /* height: calc(100vh - 0px); */
}

.col-per-20 {
    width: 20%;
    padding: 0;
}

.col-per-30 {
    width: 30%;
    padding: 0;
}

.col-per-50 {
    width: 50%;
    padding: 0;
}

.header-title .header-title-icon img {
    width: 20px;
    height: 20px;
}

.header-title .header-title-icon ._group-de {
    margin-top: -0.8em;
}

.header-title .header-title-icon ._group-gm {
    margin-bottom: -0.4em;
}

.slide-show ul {
    list-style-type: none;
}

::-webkit-input-placeholder {
    font-style: inherit !important;
}
/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    visibility: visible !important;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@media (max-width: 1024px) {
    .slick-initialized .slick-slide {
        display: flex !important;
    }

    .slider-for .slick-slide {
        bottom: 0;
    }

    .slick-dots li {
        margin: 0 10px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    .header-title > img {
        min-height: 55px;
    }
}

@media (max-width: 549px) {
    .header-title > img {
        max-height: 39px;
    }

    /*.header-title {
        margin-bottom: 0 !important;
    }*/
}
@media (max-width: 767px) {

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }
    h4{
        font-size: 1rem;
    }

    p, li {
        font-size: 0.875rem;
    }
}

@media (max-width: 549px) and (min-height: 376px) {
    .slick-dots li {
        margin: 0 5px;
    }
}


@media (max-width: 375px) {
    .slick-dots li {
        margin: 0;
    }
    .header-title h1 {
        font-size: 24px;
    }
}

html {
    scroll-behavior: smooth;
}


/*.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #009fe8, #99cc33);
    color: white;
    flex-wrap: wrap;
    scroll-margin-top: 120px;
}

    .hero .text h1 {
        flex: 1;
        font-size: 2em;
    }

    .hero .text p {
        flex: 1;
        font-size: 1em;
    }

    .hero .image img {
        width: 300px;
    }


h2 {
    font-size: 28px;
    margin-bottom: 20px;
}


.message {
    color: white;
    padding: 60px 0;
}

    .message h2 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
    }

.message-wrapper {
    display: flex;
    width: 100%;
}

.padding-left {
    width: 10%;
}

.message-content {
    width: 60%;
}

.message-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}*/


/* css 2 */
/*.workstyle {
    padding: 0;
}

.workstyle-title {
    background: linear-gradient(to right, #2772fa, #020483);
    padding: 20px 120px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .workstyle-title h2 {
        font-size: 32px;
        margin: 0;
    }

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 250px;
    margin: 40px 0;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

    .carousel-track img {
        width: 100%;
        max-width: 33.33vw;
        height: auto;
        flex-shrink: 0;
        padding: 0 10px;
    }

.workstyle-content {
    width: 60%;
    margin: 0 auto;
}

    .workstyle-content h2 {
        text-align: center;
    }

    .workstyle-content h2 {
        font-size: 26px;
        margin-bottom: 20px;
        color: #003980;
    }

    .workstyle-content p {
        margin-bottom: 30px;
        line-height: 1.7;
        font-weight: 600;
    }*/

/*css 3*/
/*.jobs {
    padding: 0;
}

    .jobs .section-title {
        background: linear-gradient(to right, #2772fa, #020483);
        padding: 20px 120px;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .jobs .section-title h2 {
            font-size: 32px;
            margin: 0;
        }

.job-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 120px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.job-box {
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    height: 100%;
}

.row-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .row-layout.reverse {
        padding-right: 25px;
    }

.job-image {
    flex: 1;
    min-width: 30%;
    max-width: 33%;
}

    .job-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.job-content {
    flex: 2;
    padding: 20px;
    text-align: left;
    color: #ffffff;
}

    .job-content h3 {
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .job-content ul {
        padding-left: 20px;
    }

.job-list-section {
    display: flex;
    padding: 0 120px 50px;
    gap: 40px;
    align-items: flex-start;
}

.filter {
    width: 25%;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
}

    .filter h4 {
        margin-bottom: 15px;
    }

    .filter select {
        color: #0c5eda;
        background-color: #d0d0ce;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 8px;
        border-radius: 8px;
    }

.job-list {
    width: 75%;
}

    .job-list h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

.job-list-item {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.custom-dropdown {
    position: relative;
    width: 100%;
    font-family: sans-serif;
}

.dropdown-toggle {
    background-color: #d0d0ce;
    color: #0c5eda;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 8px;
}

    .dropdown-toggle .arrow {
        float: right;
    }

.dropdown-menu {
    display: none;
    position: relative;
    top: 100%;
    width: 100%;
    background: white;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    z-index: 10;
    border-radius: 0 0 10px 10px;
    padding: 10px 0;
}

    .dropdown-menu label {
        display: block;
        padding: 8px 15px;
        cursor: pointer;
        color: #2c3e50;
        font-weight: 600;
    }

        .dropdown-menu label:hover {
            background-color: #f0f0f0;
        }


.search {
    background: linear-gradient(to right, #020483, #2772fa);
    color: #ffffff;
    font-weight: 700;
    display: block;
    width: max-content;
    margin-bottom: 10px;
    padding: 5px 30px;
    border-radius: 8px;
}

.job-tags {
    margin: 8px 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.job-tag {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #1a2c4b;
    border-radius: 6px;
    background-color: #ffffff;
    color: #1a2c4b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}*/


/*css 4*/
/*.voices {
    padding: 0;
}

    .voices .section-title {
        background: linear-gradient(to right, #2772fa, #020483);
        padding: 20px 120px;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .voices .section-title h2 {
            font-size: 32px;
            margin: 0;
        }

.members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 30px;
    padding: 0 120px;
}

.member {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .member img {
        width: 50%;
        height: auto;
        border-radius: 8px;
    }

    .member .info {
        width: 100%;
        text-align: right;
        padding-top: 10px;
    }

        .member .info p {
            margin: 4px 0;
            font-weight: bold;
            color: #003980;
        }*/

/*css 5*/
/*.projects {
    padding: 0;
}

    .projects .section-title {
        background: linear-gradient(to right, #2772fa, #020483);
        padding: 20px 120px;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .projects .section-title h2 {
            font-size: 32px;
            margin: 0;
        }

.project-container {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    background: linear-gradient(to right, #e6effe, #4ed3ff);
}

.project-slider-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.project-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.project-item {
    flex: 0 0 calc(100% / 3);
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.arrow {
    background-color: #003980;
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    margin: 0 10px;
}


    .arrow:hover {
        background-color: #2550a8;
    }*/


/*css 6*/
/*.faq {
    padding: 0;
    background: #f8f9fa;
}

    .faq .section-title {
        background: linear-gradient(to right, #2772fa, #020483);
        padding: 20px 120px;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .faq .section-title h2 {
            font-size: 32px;
            margin: 0;
        }

.qa-item {
    padding: 0 120px
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
}

.qa-item.active .question {
    background: white;
}

.toggle-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #003980;
    cursor: pointer;
}

.answer {
    display: none;
    padding: 10px 0 0 10px;
    color: #333;
}

.qa-item.active .answer {
    display: block;
}*/

/*css 7*/
/*.events {
    padding: 0;
    margin-top: 30px
}

    .events .section-title {
        background: linear-gradient(to right, #020483, #2772fa);
        padding: 20px 120px;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .events .section-title h2 {
            font-size: 32px;
            margin: 0;
        }

.event-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 120px 30px 120px;
    background: linear-gradient(to right, #e6effe, #4ed3ff);
}

.event-item {
    flex: 1 1 calc(33.333% - 13.33px);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
}

    .event-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .event-item h3 {
        font-size: 18px;
        padding: 10px;
        color: #003980;
    }*/


/*css8*/
/*.job-detail-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.main-content {
    width: 100%;
    margin-top: 0 !important;
}

.apply-btn {
    background: #007bff;
    color: white;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
}

.job-detail-box, .company-info {
    margin: 30px 0;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ccc;
}

th {
    width: 25%;
    text-align: left;
    background: #0c41be;
    color: white;
    padding: 10px;
    border: 1px solid #ccc;
}

td {
    padding: 10px;
    border: 1px solid #ccc;
}

.back-button {
    margin-top: 16px;
    margin-bottom: 16px;
}

    .back-button a {
        display: inline-block;
        color: #1a2c4b;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
    }

        .back-button a:hover {
            text-decoration: underline;
        }

.sidebar {
    width: 28%;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    font-family: sans-serif;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.apply-now {
    display: block;
    width: 100%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
}

.job-location h4 {
    font-weight: bold;
    margin-bottom: 4px;
}

.job-location p {
    font-size: 14px;
    margin: 4px 0;
}

.view-map {
    display: inline-block;
    font-size: 12px;
    color: #007bff;
    margin-bottom: 10px;
}

.map-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 20px;
}

.related-jobs {
    border-radius: 8px;
}

    .related-jobs .job-item {
        background: #efefee;
        padding: 10px;
    }

        .related-jobs .job-item a {
            font-size: 19px;
            font-weight: bold;
            color: #007bff;
            text-decoration: none;
        }

        .related-jobs .job-item p {
            font-size: 16px;
            margin: 4px 0;
            font-weight: bold;
        }*/
