
.bg-header {
    background-color: #f7cf05 !important;
}

.header-btn {
    background: #f89418;
    border: none;
    height: 40px;
}
.contact-icons {
    color: #e4e4e4;
}
.header-content {
    font-size: 18px;
    font-weight: 600;
}
.text-header{
    color:rgb(24 23 23);
}
.contact-icons {
    color:rgb(24 23 23);
}

.header-hotline {
    border-radius: 6px;
    border: 3px solid #f89418;
    font-size: 16px;
    font-weight: 600;
    margin-left: 50px;
    padding: 5px 14px;
    height: 40px;
}

/* STAFFING */
.header-img {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 100vh;
}
.header h2 {
    font-size: 4rem;
}
.header p {
    font-size: 1.5rem;
}

.about-section {
    margin-top: 4rem;
}
.about-footer {
    background-color: #E5E4E2;
    border-radius: 8px;
    padding: 2rem 2rem 1rem;
}
.about-footer-signature {
    margin: 1rem 0 0;
}

.quick-apply-section {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 70vh;
    margin-top: 2rem;
    position: relative;
}
.positions {
    position: absolute;
    bottom: 10px;
    margin-left: 4rem;
}
.quick-apply-text {
    position: absolute;
    top: 40%;
    left: 40%;
}
.quick-apply-text h2 {
    font-size: 3rem;
}
.form-application {
    display: flex;
    flex-direction: column;
    margin: 50px auto 0;
    width: 70%;
}
.form-application input {
    border-radius: 4px;
    height: 3rem;
    margin-top: 12px;
    padding: 20px;
}
.input-text {
    background-color: #f5f6f7;
    border: solid 1px #ccd0d5;
}
.form-application button {
    border-radius: 4px;
    color: black;
    font-size: 1.2rem;
    height: 3rem;
    margin-top: 12px;
}

.contact-section {
    background-color: #202124;
    margin-top: 4rem;
}
.contact-form-staffing {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 150px;
    width: 80%;
}
.contact-form-staffing input {
    height: 3rem;
    margin-top: 12px;
}
.contact-form-staffing input, .contact-form-staffing textarea {
    border-radius: 4px;
    margin-top: 12px;
    padding: 20px;
}
.contact-form-staffing button {
    border-radius: 4px;
    color: black;
    font-size: 1.2rem;
    margin-top: 16px;
    height: 3rem;
}
.contact-section h2 {
    padding: 50px 0;
}
.contact-map {
    background-color: pink;
    margin-left: 20px;
    height: 110%;
    width: 70%;
}
.staffing-blogs-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    /* height: 500px; */
}
.staffing-blogs {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    width: 400px;
    height: 100px;
}
.staffing-blogs-main {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    height: 400px;
    width: 400px;
    position: relative;
}
.staffing-blogs-main-title {
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    width: 100%;
}
.staffing-blogs-others-title {
    background: rgba(0,0,0,.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.new-badge {
    background-color: #f89418;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 45px;
}
.staffing-blogs-others {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .site-wrapper .site-header .navbar .header-btn {
        right: 55px;
        top: 20px;
    }
    .site-wrapper .site-header .navbar .phone-header {
        display: none;
    }
    .bg-main {
        background-position: center;
        background-size: cover
    }
}
