
.timKiemS{
    margin-top: 19rem;
}
.timKiemS .frm-register{
    max-width: 100%;
}
.grid-1224{
    max-width: 122.4rem;
}
.kq h2{
    font-size: 4rem;
    font-weight: bold;
    color: #2A2A2A;
    letter-spacing: 0.2px;
    line-height: 120%;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    padding-bottom: 3.2rem;
}
.kq{
    overflow: hidden;
    width: 100%;
    margin-top: 7rem;
}
.kqRC{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.kqItem{
    margin-bottom: 4rem;
    display: none;
}
.kqLeft{
    width: 21.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    height: 21.5rem;
    border-radius: 2rem;
}
.kqRight{
    width: calc(100% - 21.5rem);
    padding-left: 2.5rem;
}
.kqRight h3 a{
    font-size: 2rem;
    color: #2A2A2A;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 140%;
}
span.kqDm{
    display: block;
    font-weight: 500;
    color: #2A2A2A;
    font-size: 1.6rem;
    margin-top: 0.5rem;
}
span.kqTxt{
    display: block;
    font-size: 1.6rem;
    color: #2A2A2A;
    font-weight: 300;
    line-height: 187%;
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
}
a.kqXemThem{
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
    line-height: 140%;
    color: #D50017;
}
.kqRows{
    margin-top: 5rem;
}
.ltBtn{
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-bottom: 12rem;
    margin-top: 9.5rem;
}

@media only screen and (max-width: 767px){
    .kqLeft{
        width: 105px;
        height: 105px;
        border-radius: 10px;
    }
    .kqRight {
        width: calc(100% - 105px);
        padding-left: 12px;
    }
    .kqRight h3 a{
        font-size: 12px;
    }
    span.kqTxt,
    span.kqDm,
    a.kqXemThem{
        font-size: 10px;
    }
    .kqItem{
        margin-bottom: 20px;
    }
    .kqRows{
        margin-top: 30px;
    }
    .kq h2{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .kq{
        margin-top: 50px;
    }
    .timKiemS{
        margin-top: 130px;
    }
    .ltBtn{
        margin-top: 30px;
        padding-bottom: 30px;
    }
}