@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar {
    display: none;
}

*, ::after, ::before {
    box-sizing: unset;
}

html {
    scroll-behavior: smooth;
}

#colophon {
    display: none;
}

body, html {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: "Titillium Web", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000000;
    margin: 0;
    padding: 0;
}

/* Loader */
.loader-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #ebebeb;
    z-index: 999;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #000;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

header {
    border-top: 10px solid #0F2D5F;
    height: 11vh;
    width: 100vw;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99999;
    background-color: #F2F2F2;
}

    header > ul {
        width: calc(100vw - 6.25vw);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-right: 6.25vw;
        box-shadow: 0px 2px 6px #7d7d7d;
    }

        header > ul > li {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            header > ul > li:first-child {
                background-color: #fff;
                border-radius: 0 0 70px 0;
                padding: 1vw 2vw 1vw 6.25vw;
                margin-top: -10px;
                box-shadow: 0px 2px 6px #7d7d7d;
                height: calc(calc(100% + 10px) - 2vw);
            }

                header > ul > li:first-child img {
                    width: 8vw;
                    max-height: 100%;
                    object-fit: contain;
                }

            header > ul > li > a {
                display: flex;
                align-items: center;
                font-size: 1.05vw;
                color: #707070;
                gap: .5rem;
                transition: .2s;
            }

                header > ul > li > a:hover {
                    transition: .2s;
                    color: #0F2D5F;
                }

                header > ul > li > a > i {
                    font-size: .75rem !important;
                }

            header > ul > li > .sub-menu {
                position: absolute;
                top: 100%;
                left: 50%;
                width: 250px;
                padding: .5rem 1.5rem;
                background: #F2F2F2;
                border-radius: 0 0 70px 0;
                box-shadow: 0px 2px 6px #7d7d7d;
                transform: translateX(-50%);
                list-style: none;
            }

            header > ul > li:not(:hover) > .sub-menu {
                display: none;
            }

            header > ul > li > .sub-menu li {
                padding: .5rem 0;
            }

                header > ul > li > .sub-menu li + li {
                    border-top: 1px solid #ddd;
                }

.swiper {
    margin-top: -10px !important;
    width: 100vw;
    height: 89vh;
}

.swiper-slide {
    width: calc(100% - 10vw) !important;
    height: calc(100% - 10vw) !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 5vw;
    font-size: 5.72vw;
    color: #0F2D5F;
    line-height: 1.1;
}

footer {
    background-color: #0F2D5F;
}

.footer-top-container {
    padding: 4vw 6.25vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo-container img {
    width: 13.5vw;
    object-fit: contain;
}

.footer-map-container iframe {
    width: 52vw;
    height: 12vw;
    border-radius: 30px;
}

.footer-address-container {
    display: flex;
    flex-direction: column;
}

    .footer-address-container p {
        color: #fff;
        font-size: 1.05vw;
        margin: 0 0 1vw 0;
    }

    .footer-address-container a {
        color: #fff;
        font-size: 1.05vw;
    }

.footer-contact-button {
    background-color: #fff;
    border-radius: 10px;
    margin: 1vw 0 0 0;
    padding: 0.5vh 1vw;
    width: calc(100% - 2vw);
    color: #5C5C5C !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .footer-contact-button i {
        font-size: 1.3vw;
    }

.footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #707070;
    padding: 0.5vw 6.25vw;
}

    .footer-bottom-container p {
        font-size: 0.78vw;
        color: #fff;
        margin: 0;
    }

    .footer-bottom-container ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        margin: 1rem 0;
    }

        .footer-bottom-container ul li a,
        .footer-bottom-container ul li span {
            font-size: 0.88vw;
            color: #fff;
            margin: 0 0 0 2vw;
            cursor: pointer;
        }

.page-content {
    padding-bottom: 0;
}

.footer-bottom-container > a {
    display: inline-block;
    width: 60px;
    height: 22px;
    text-indent: -999em;
    background: url(../images/easyhr-logo.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.footer-bottom-container > ul > li {
    position: relative;
}

    .footer-bottom-container > ul > li > a,
    .footer-bottom-container > ul > li > span {
        display: flex;
        align-items: center;
        gap: .5rem;
        text-align: left;
        padding: .5rem 0;
    }

        .footer-bottom-container > ul > li > a i {
            font-size: .75rem;
        }

    .footer-bottom-container > ul > li > .sub-menu {
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 250px;
        flex-direction: column;
        align-items: start;
        padding: .5rem 1.5rem;
        background: #707070;
        border-radius: 0 0 70px 0;
        box-shadow: 0px 2px 6px #2f2f2f;
        transform: translateX(calc(-50% + 1vw));
        list-style: none;
        margin: 0;
    }

        .footer-bottom-container > ul > li > .sub-menu li {
            width: 100%;
            padding: .5rem 0;
        }

            .footer-bottom-container > ul > li > .sub-menu li + li {
                border-top: 1px solid #8d8d8d;
            }

            .footer-bottom-container > ul > li > .sub-menu li span,
            .footer-bottom-container > ul > li > .sub-menu li a {
                padding: .5rem 0;
                margin: 0;
            }

            .footer-bottom-container > ul > li > .sub-menu li span {
            }

            .footer-bottom-container > ul > li > .sub-menu li a:hover {
                color: #000;
            }

@media (min-width: 769px) {
    .footer-bottom-container > ul > li:not(:hover) > .sub-menu {
        display: none;
    }
}

@media (max-width: 768px) {
    header > ul > li:first-child {
        width: 35vw;
    }

        header > ul > li:first-child img {
            width: 25vw;
        }

    #navbarNavDropdown {
        position: fixed;
        top: 0px;
        left: 0px;
        width: calc(-70px + 100vw);
        height: 100vh;
        background: rgb(255, 255, 255);
        box-shadow: 0px 2px 6px #7d7d7d;
        margin: 0px;
        transition: unset;
        z-index: 99;
    }

    .swiper {
        height: 50vh;
    }

    .swiper-slide {
        background-size: cover;
    }

    .footer-bottom-container > ul > li {
        width: 100%;
        flex-direction: column;
    }

        .footer-bottom-container > ul > li > .sub-menu {
            position: static;
            transform: translateX(0);
            border-radius: unset;
            box-shadow: unset;
            background: #5f5f5f;
            width: 100%;
            box-sizing: border-box;
            margin-top: .25rem;
            order: 1;
        }

        .footer-bottom-container > ul > li:not(.active) > .sub-menu {
            display: none;
        }

    .footer-top-container,
    .footer-bottom-container {
        flex-direction: column;
    }

    .footer-top-container {
        padding: 9vw 6.25vw;
    }

    .footer-logo-container img {
        width: 30vw;
    }

    .footer-map-container iframe {
        width: 100%;
        height: 32vw;
        border-radius: 10px;
        margin: 30px 0;
    }

    .footer-address-container,
    .footer-address-container p,
    .footer-address-container a {
        line-height: 1.3;
        font-size: 4vw;
        text-align: center;
    }

        .footer-address-container p {
            margin: 0 0 5vw 0;
        }

    .footer-contact-button {
        padding: .5rem;
        margin: 5vw 0 0 0;
    }

    .footer-bottom-container {
        padding: 6.25vw;
    }

        .footer-bottom-container p,
        .footer-bottom-container ul li a,
        .footer-bottom-container ul li span {
            font-size: 3vw;
        }

        .footer-bottom-container p {
            margin: 1.5rem 0;
            order: 1;
        }

        .footer-bottom-container ul {
            width: 100%;
            flex-direction: column;
            justify-content: center;
            column-gap: 1rem;
            margin: 0;
            order: 0;
        }

        .footer-bottom-container > ul > li {
            padding: .25rem 0;
        }

            .footer-bottom-container > ul > li + li {
                border-top: 1px solid #8d8d8d;
            }

        .footer-bottom-container ul li a,
        .footer-bottom-container ul li span {
            justify-content: space-between;
            margin: 0;
        }

        .footer-bottom-container ul li span {
            order: 0;
        }

        .footer-bottom-container > a {
            order: 2;
        }
}

#open-positions * {
    box-sizing: border-box;
}

.page-content,
.page-content *,
.modal,
.modal * {
    box-sizing: border-box;
}

@media (max-width: 992px) {
    header > ul > li > a {
        font-size: 14px;
    }

    .content-inner#open-positions {
        padding-top: 20px;
        margin-top: 0 !important;
    }
}

/* Bootstrap 5.3.8 Migration */
.modal-content .btn-close {
    color: #000;
    z-index: 9999999;
    right: 2rem;
    top: 1.5rem;
    position: absolute;
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-left: auto;
}

    .modal-content .btn-close span {
        display: none;
    }

*:has(> .dropdown-toggle) > .select2 {
    display: none;
}

.browse-job .bootstrap-select .dropdown-toggle {
    height: 50px;
    line-height: 2.25;
    border: none;
}
/* Bootstrap 5.3.8 Migration */
