.career .bannerMain {
    padding-top: 80px;
    background-image: url(../images/bg_career.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 556px;
    border-radius: 12px;
}
.latest-career {
    padding: 70px 0 0;
}
.text-orange {
    color: #e45620;
}
.bannerMain .box-content-banner {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.bannerMain .searchJob {
    width: 400px;
    margin: auto;
    margin-top: 30px;
    border-radius: 99px;
    height: 45px;
    background-color: var(--text-white);
    overflow: hidden;
    padding: 0 4px;
}
.bannerMain .searchJob input {
    max-width: 300px;
    min-width: 120px;
    height: 100%;
    border: none;
}
.bannerMain .searchJob input:focus-visible {
    outline: none;
}
.form-control:focus {
    box-shadow: none;
}
.bannerMain .searchJob .btn {
    background-color: #e45620;
    color: #fff;
    height: 35px;
    margin-top: 5px;
    padding: 10px;
}
.latest-career .form-select {
    color: #707070;
    width: 130px;
}
/* Dropdown Select box */
/* Search Dropdown Box */
.box-select .btn-group a.dropdown-item,
.box-select .btn-group a.dropdown-toggle {
    font-size: 14px;
    line-height: 20px;
}

.box-select .btn-group a.dropdown-toggle.show {
    border-color: var(--primary-500);
}

.nwp-btnConnect {
    min-width: 216px;
}
/* End Search Dropdown Box */
/*Latest Jobs*/
.career-item {
    width: 100%;
    height: 300px;
    padding: 32px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    margin-right: 24px;
}
.career-item .location {
    color: #878c96;
}

.latest-career .item h3 {
    padding: 10px 0 70px;
}
.location {
    color: #878c96;
    font-size: 13px;
    font-weight: 400;
}
.see-more {
    color: #e45620;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.see-more:hover {
    border: 1px solid #e45620;
    background: #e45620;
    color: #fff;
}

@media (max-width: 991.98px) {
    .career .bannerMain {
        padding: 20px 0;
    }
    .bannerMain .box-content-banner {
        width: 100%;
        margin-top: 65px;
    }
    .see-more {
        text-align: center;
        padding: 10px;
        height: 45px;
        width: 40%;
    }
    .searchDropdown .list .dropdown-item {
        padding: 12px 10px;
    }
    .latest-job .form-select {
        margin: 20px 0;
        width: 100%;
    }
    .career-item {
        height: 250px;
    }
    .career-item .btn {
        margin-top: 8px;
    }
}
@media (max-width: 767.98px) {
    .searchDropdown .nwp-btn span {
        font-size: 14px;
        line-height: 20px;
    }
    .searchDropdown .box-select {
        margin: 20px auto;
    }
    .latest-job .d-flex {
        display: block !important;
    }
    .searchDropdown .box-select,
    .searchDropdown .select-searchDropdown {
        max-width: 100%;
    }
}
@media (max-width: 524.98px) {
    .bannerMain .searchJob {
        width: 100%;
    }
}
