/*<!--Chi Tiết Tuyển Dụng-->*/
.news-home {
    margin: 60px 0;
}
#tuyendung .heavy-weight {
    font-weight: 600;
}
#tuyendung .bottom-40 {
    margin-bottom: 40px;
}
#tuyendung .bottom-30 {
    padding-bottom: 30px;
}
#tuyendung h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#tuyendung h2 {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    color: #B48C72;
}
#tuyendung h3 {
    font-size: 24px; 
    margin-top: 20px;
}
#tuyendung ul {
    list-style-type: disc; 
    padding-left: 40px; 
    margin-bottom: 20px;
}
#tuyendung li{
    font-size: 16px;
}
#tuyendung strong{
    font-weight: 600;
    font-size: 16.5px;
}
#tuyendung p{
    font-size: 16px;
    padding-left: 20px;
}
#tuyendung .justify-content-center {
    justify-content: center !important;
}
#tuyendung .primary-btn {
    background: #b48c72 !important;
    display: inline-block;
    background: 0 0;
    border: 1px solid #b48c72;
    border-radius: 3px;
    font-family: averta std cy;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-align:center;
    padding: 10px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1024.1px){
    #tuyendung .class-mb {
        display: none; 
    }
}
@media (max-width: 1024px){
    #tuyendung .class-pc {
        display: none; 
    }
}
