h3 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 21px;
}
.news {
    background-color:white;
}
.rmore {
    text-decoration: none;
    color: #ed1c24;
    font-weight: bold;
}
.rmore:hover {
    color: #333;
}
.title {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.title:hover {
    color: #ed1c24;
}
.imgIntro4 {
    position: relative;
}
.text4 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
    font-weight: bold;
    
}
.sukien {
    padding: 5px 70px;     
    color: #ed1c24;
    border: 1px solid black;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
    
}
.chuyennganh {
    padding: 5px 50px;
    color: #ed1c24;
    border: 1px solid black;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
}
.sukien:hover, .chuyennganh:hover {
    color: white;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
}
.activenews {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: white;  
}
.deactivenews {
    background-color: white;
    border: 1px solid black;
    color: #ed1c24;
}
