
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px){
    .salary-shares {
        margin-top: 6%;
    }
    .image-career {
        height: 150px !important;
    }
    .menu-mobile--fixed {
        height: 15.667vw;
    }
}
/*Ipad dọc(768 x 1024)*/
@media screen and (min-width: 768px){
    .salary-shares {
        margin-top: 2%;
    }
    .image-career {
        height: 380px !important;
    }
    .menu-mobile--fixed {
        height: 5.667vw;
    }
    .menu-item-label {
        font-size: 14px;
    }
}
