#detailCareers{
    padding-bottom: 100px ;
}

.header-detailCareers {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 100px;
    height: 200px;
    background-color: #1037ff;
}
.header-detailCareers h2 {
    color: white;
    z-index: 2;
}
.ship-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    height: auto;
}

.horizontal-scroll {
    width: 100%; /* Lebar penuh layar */
    overflow-x: auto; /* Mengaktifkan scroll horizontal */ /* Mencegah gambar turun ke bawah */
}


.job-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}
.company-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
}
.company-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job-item {
    width: 48%;
    margin-bottom: 20px;
}

.vessel-detail {
    max-width: 900px;
    margin: auto;
    padding: 20px;
    background-color: white;
}
.company-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    font-weight: bold;
}
.company-header span {
    font-size: 14px;
}
.image-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.image-container img {
    max-width: 200px;
}

.job-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
