header {
    position: relative;
}

.recruitment-detail-wrapper {
    padding: 76px 16px 0 16px;
}

.recruitment-detail-wrapper h1 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 300;
    color: #16315E;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.border-ltr {
    opacity: 1 !important;
}

.recruitment-detail-wrapper h2 {
    padding: var(--spacing-xl) 0 0;
    color: var(--black-color);
}

.btn-apply-now {
    margin-top: 28px;
    width: fit-content;
}

.btn-apply-now a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 8px 24px 8px 24px;
    background: url("https://www.coteccons.vn/wp-content/uploads/2022/08/border.png") center no-repeat;
    background-size: 100% 100%;
    width: fit-content;
}

.btn-apply-now a svg {
    width: 10px;
    transition: .3s;
}

.btn-apply-now:hover svg {
    transform: rotate(45deg);
    transition: .3s;
    margin-left: 10px;
}

.info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.time {
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
    color: var(--black-color);
}

.info .icons {
    color: #16315E;
    height: fit-content;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 18px
}

.info .icons svg {
    fill: #16315E;
    height: 20px;
    width: 20px;
}

.job-content {
    display: flex;
    flex-direction: column;
    color: #434447;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 28px;
    margin-bottom: 115px;
}

.job-description-wrapper {
    margin-bottom: 1rem;
}
    .job-description-wrapper ul {
        margin: 0px 0px 1.5em 3em;
        padding: 0px;
        vertical-align: baseline;
        list-style: disc;
    }
    .job-description-wrapper p {
        margin: 0px 0px 1.75em;
    }
    .job-description-wrapper strong {
        font-weight: bold;
    }

.job-description {
    list-style-type: disc;
}

@media screen and (min-width: 768px) {

    .job-content {
        width: 888px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 430px) {
    .info .icons {
        display: flex;
    }

    .recruitment-detail-wrapper {
        padding: 98px 40px 0 40px;
    }

    .recruitment-detail-wrapper h1 {
        font-size: 54px;
        line-height: 1.4em;
        margin-bottom: 16px;
    }

    .job-content {
        font-size: 100%;
        font-weight: 300;
        line-height: 28px;
    }

    .job-description {
        margin: 0 0 1.5em 1em;
    }
}