/* vacancy section */
.vacancySec {
    .vacancySecBtm {
        .vacancyCard {
            background-color: #fff;
            width: 100%;
            min-height: 250px;
            border-radius: 20px;
            box-shadow: 0px 0px 20px 0px rgba(216, 157, 157, 0.2);
            padding: 30px 20px;
            margin-bottom: 30px;
            transition: 0.3s;

            .vacancyCardTop {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                gap: 10px;
                margin-bottom: 30px;

                .vacancyTopLt {
                    width: calc(100% - 150px);
                    padding-right: 10px;
                    .vacancyTime {
                        color: #464646;
                        font-weight: 300;
                        margin-bottom: 6px;
                        transition: all 0.5s;
                    }

                    .vacancyHead {
                        color: #2E2779;
                        font-size: 26px;
                        font-weight: 600;
                        transition: all 0.5s;
                    }
                }

                .vacancyTopRt {
                    padding: 8px;
                    display: flex;
                    /* flex-wrap: wrap; */
                    border-radius: 10px;
                    background-color: #008FFF20;
                    width: 150px;

                    img {
                        filter: brightness(0) saturate(100%);
                        width: 20px;
                        height: auto;
                        object-fit: contain;
                        margin-right: 8px;
                        transition: all 0.5s;
                    }

                    p {
                        color: #2E2779;
                        transition: all 0.5s;
                    }
                }
            }

            .vacancyCardBtm {
                .vacancyCardBtmInn {
                    margin-bottom: 10px;
                    position: relative;
                    height: 80px;
                    overflow: hidden;

                    &::after {
                        width: 100%;
                        height: 95px;
                        content: "";
                        position: absolute;
                        background: linear-gradient(to top, #fff, transparent);
                        bottom: 0;
                        left: 0;
                        transition: 0.3s;
                    }

                    &.show-more-height {
                        height: auto;

                        &::after {
                            content: normal;
                        }
                    }
                }

                .careerShowBtn {
                    display: block;
                    color: #008FFF;
                    font-size: 18px;
                    position: relative;
                    text-align: center;
                    margin-bottom: 20px;
                }

                .vacancyBtmHead {
                    color: #2E2779;
                    font-size: 22px;
                    font-weight: 600;
                    margin-right: 15px;
                    transition: all 0.5s;
                }

                .vacancyCardBtn {
                    width: 150px;
                    margin-left: auto;

                    a {
                        font-size: 18px;
                        line-height: 37px;
                        color: #000;
                        display: block;
                        width: 100%;
                        height: 100%;
                        position: relative;
                        transition: all 0.5s;

                        &::before {
                            content: '';
                            position: absolute;
                            background-image: url(../images/products/product-arrow.png);
                            background-repeat: no-repeat;
                            background-size: contain;
                            top: 10px;
                            right: 0;
                            width: 25px;
                            height: 22px;
                            z-index: 1;
                            transition: all 0.5s;
                        }

                        &::after {
                            content: '';
                            position: absolute;
                            width: 32px;
                            height: 32px;
                            border-radius: 50%;
                            background-color: #D4D4D4;
                            right: 14px;
                            top: 3px;
                            transition: all 0.5s;
                        }
                    }
                }
            }

            &:hover {
                background-color: #008FFF;

                * {
                    color: #fff !important;
                }

                .vacancyCardTop {
                    .vacancyTopRt {
                        img {
                            filter: none;
                        }
                    }
                }

                .vacancyCardBtm {
                    .vacancyCardBtmInn {
                        &::after {
                            background: linear-gradient(to top, #008FFF, transparent);
                        }
                    }

                    .careerShowBtn {
                        color: #fff;
                    }

                    .vacancyCardBtn {
                        a {
                            &::after {
                                background-color: #FFB600;
                            }

                            &::before {
                                filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(0%) hue-rotate(85deg) brightness(105%) contrast(108%);
                            }
                        }
                    }
                }
            }
        }
    }
}

/* career apply section */
.applySec {
    .getInTouchForm {
        padding-top: 30px;

        .formWrap {
            .inputBox {

                input[type="text"],
                input[type="tel"],
                input[type="email"],
                input[type="file"],
                select,
                textarea {
                    border: 1px solid rgba(255, 255, 255, 0.5) !important;
                    color: #fff !important;

                    &::placeholder {
                        color: #fff!important;
                    }
                }

                .nice-select {
                    border: 1px solid rgba(255, 255, 255, 0.5) !important;
                    color: #fff !important;
                }
            }
        }
    }
}

.formCondition {
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: -22px;
    cursor: pointer;
}
.applySec {
    .formWrap {
        .row {
            &:not(:last-child) {
                margin-bottom: 40px;
            }
        }
    }
}

/* file upload design */

.fileUpldDiv {
    position: relative;

    br {
        display: none;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
        height: 100%;
        display: block;
    }

    .uploadTxt {
        text-align: left;
        padding: 0;
        position: absolute;
        right: 0;
        left: 0;
        background-color: transparent;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
        height: 50px;
        cursor: pointer;
        padding: 5px 20px;
        border-radius: 4px;
    }

    #FileInput1,
    #FileInput2,
    .FileInput3 {
        opacity: 0;
        width: 100%;
        height: auto;
        cursor: pointer;
    }
}

.careerApplyForm {
    .fileUpldDiv{
        .uploadTxt {
            height: 40px;
            border: 1px solid rgb(218 218 218) !important;
            color: #838383;
            font-size: 16px;
            padding: 5px 10px;
            font-weight: 500;
            img {
                filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(0%) hue-rotate(206deg) brightness(94%) contrast(87%);
            }
        }
    }
}

#applyForm-521 {
    .fileUpldDiv {
        .uploadTxt {
            border: 1px solid rgb(218 218 218) !important;
            color: #838383;
            font-size: 16px;
            padding: 5px 10px;
            img {
                filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(0%) hue-rotate(206deg) brightness(94%) contrast(87%);
            }
        }
    }
}


/* career apply form */
.careerApplyForm {
    display: none;

    .careerApplyFormInn {
        background-color: #fff;

        .nice-select {
            margin-bottom: 30px;
        }

        .submitBox {
            justify-content: center;
        }
    }
}

/* culture */
.ourCultureSec {
    .ourCultureBtm {
        .cultureSlider {
            overflow: visible !important;

            .cultureSlide {
                padding: 0px 15px;

                &.slick-slide {
                    opacity: 0.5;
                }

                &.slick-active {
                    opacity: 1;
                }

                .cultureImg {
                    width: 100%;
                    height: 600px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 20px;
                    }
                }
            }

            .slick-arrow {
                width: 54px;
                height: 54px;

                &::after {
                    font-size: 20px;
                }

                &.slick-prev {
                    left: 150px;
                }

                &.slick-next {
                    right: 150px;
                }
            }
        }
    }
}

.testiSec {
    border-top: 2px solid #bbbbbb40;
    border-bottom: 2px solid #bbbbbb40;
}

.careerApplyForm {
    padding: 25px;

    h4 {
        margin-bottom: 15px;
        font-size: 30px;
    }
}

/* Responsive */

@media (max-width: 1768px) {
    .ourCultureSec {
        .ourCultureBtm {
            .cultureSlider {
                .cultureSlide {
                    .cultureImg {
                        height: 500px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1600px) {
    .ourCultureSec {
        .ourCultureBtm {
            .cultureSlider {
                .cultureSlide {
                    .cultureImg {
                        height: 450px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1440px) {
    .vacancySec {
        .vacancySecBtm {
            .vacancyCard {
                .vacancyCardTop {
                    .vacancyTopLt {
                        .vacancyHead {
                            font-size: 22px;
                        }
                    }
                }

                .vacancyCardBtm {
                    .vacancyBtmHead {
                        font-size: 20px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1366px) {
    .vacancySec {
        .vacancySecBtm {
            .vacancyCard {
                .vacancyCardBtm {
                    .careerShowBtn {
                        font-size: 16px;
                    }
                }
            }
        }
    }

    .ourCultureSec {
        .ourCultureBtm {
            .cultureSlider {
                .cultureSlide {
                    .cultureImg {
                        height: 380px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1280px) {
    .ourCultureSec {
        .ourCultureBtm {
            .cultureSlider {
                .cultureSlide {
                    .cultureImg {
                        height: 320px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1199px) {
    .ourCultureSec {
        .ourCultureBtm {
            .cultureSlider {
                padding-bottom: 90px;

                .slick-arrow {
                    top: auto;
                    bottom: -10px;
                    width: 42px;
                    height: 42px;

                    &.slick-prev {
                        left: calc(50% - 50px);
                    }

                    &.slick-next {
                        right: calc(50% - 50px);
                    }
                }
            }
        }
    }

    .fileUpldDiv {
        .uploadTxt {
            font-size: 16px;
        }
    }
}

@media (max-width: 1024px) {
    .testiSec {
        .secSmallH {
            margin-bottom: 0;
        }
    }

    .pagination {
        &.mt_30 {
            margin-top: 0 !important;
        }
    }
}

@media (max-width: 991px) {
    .vacancySec {
        .vacancySecBtm {
            .vacancyCard {
                min-height: auto;
                background-color: #008FFF;

                * {
                    color: #fff !important;
                }

                .vacancyCardTop {
                    .vacancyTopLt {
                        width: calc(100% - 120px);
                        .vacancyHead {
                            font-size: 20px;
                        }
                    }

                    .vacancyTopRt {
                        width: 120px;
                        img {
                            filter: none;
                        }
                    }
                }

                .vacancyCardBtm {
                    .vacancyCardBtmInn {
                        &::after {
                            background: linear-gradient(to top, #008FFF, transparent);
                        }
                    }

                    .vacancyBtmHead {
                        font-size: 18px;
                        margin-right: 6px;
                    }

                    .vacancyCardBtn {
                        a {
                            &::before {
                                filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(0%) hue-rotate(85deg) brightness(105%) contrast(108%);
                            }

                            &::after {
                                background-color: #FFB600;
                            }
                        }
                    }
                }
            }
        }
    }
    
    .applySec {
        .formWrap {
            .row {
                row-gap: 35px!important;
                &:not(:last-child) {
                    margin-bottom: 24px;
                }
            }
        }
    }
    .formCondition {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .vacancySec {
        .vacancySecBtm {
            .vacancyCard {
                .vacancyCardBtm {
                    .careerShowBtn {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .fileUpldDiv {
        .uploadTxt {
            font-size: 14px;
        }
    }
}