.salary_main {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}

.luong_nganh_nghe_container {
    margin-top: 20px;
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.box_salary_top {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.box_salary_top h2, .ssl_city h2 {
    text-align: center;
    color: #232F87;
    font-size: 25px;
    font-weight: 600;
    width: 100%;
}

.box_list_cate {
    display: flex;
    gap: 50px;
}

.luong_nganh_nghe_container .topmain1 {
    width: 22%;
}

.luong_nganh_nghe_container .topmain2 {
    width: 74%;
}

.list_luong {
    display: flex;
    flex-wrap: wrap;
}

.topmain2 .list_luong p {
    width: 50%;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    margin-bottom: 0;
    float: left;
    padding-left: 20px;
}

.topmain2 .list_luong p:first-child, .topmain2 .list_luong p:nth-child(2) {
    border-top: none;
}

.topmain2 .list_luong p:nth-child(2n+2) {
    border-right: none;
}

.topmain2 .list_luong p a {
    color: #0E53B9;
    font-size: 17px;
    line-height: 44px;
    text-transform: capitalize;
    text-decoration: none;
}

.topmain2 .list_luong p a::before {
    content: ' ';
    background: #FFA800;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.ssl_jobchart {
    float: left;
    width: 100%;
    display: block;
    background-color: #f0f1f3;
    padding-top: 36px;
    padding-bottom: 36px;
    display: flex;
}

.ssl_jobchart_container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.ssl_jobchart_item {
    display: flex;
    width: 21%;
    flex-direction: column;
    gap: 40px;
    text-align: center;
}

.ssl_jobchart_container .ssl_jobchart_item:last-child {
    margin-right: 0;
}

.ssl_jobchart_container .ssl_jobchart_item img {
    float: left;
    width: 100%;
}

.ssl_jobchart_container .ssl_jobchart_item a {
    font-family: Lato, sans-serif;
    padding: 13px 25px;
    color: #307DF1;
    font-size: 16px;
    text-decoration: none;
    background: #FFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    line-height: 45px;
    display: inline-block;
}

.ssl_jobchart_container .ssl_jobchart_item a:hover {
    background: #FFA800 !important;
    color: #fff !important;
}

.ssl_city,
.ssl_image_banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ssl_city h2 {
    text-align: center;
    color: #232F87;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    float: left;
    width: 100%;
}

.ssl_city_links {
    padding: 44px 115px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(180deg, #F8F8F8 34.9%, #FFF 100%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    gap: 15px 0;
}

.ssl_city_links a {
    font-size: 16px;
    color: #307DF1;
    text-transform: capitalize;
    float: left;
    width: 33%;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ssl_image_banner a,
.ssl_image_banner a img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .box_list_cate {
        flex-direction: column;
        align-items: center;
    }
    .luong_nganh_nghe_container .topmain1 {
        width: unset;
    }
    .luong_nganh_nghe_container .topmain2 {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .ssl_city_links a {
        width: 50%;
    }

    .ssl_city_links {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 480px) {
    .ssl_jobchart_container .ssl_jobchart_item {
        width: 46%;
        margin-right: 0;
    }

    .ssl_jobchart_container .ssl_jobchart_item:nth-child(1),
    .ssl_jobchart_container .ssl_jobchart_item:nth-child(3) {
        margin-right: 20px;
    }

    .ssl_jobchart_container .ssl_jobchart_item a {
        font-size: 14px;
        padding: 8px 12px;
        margin-bottom: 20px;
    }

    .ssl_city_links a {
        width: 100%;
    }

    .topmain2 .list_luong p a {
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        float: left;
    }

    .ssl_jobchart_container {
        flex-wrap: wrap;
    }
}