.khoahoc {
    position: relative;
    overflow: hidden;
}

.khoahoc img.hidden {
    position: absolute;
    width: auto !important;
}

.hidden {
    display: none;
}

.khoahocContent {
    position: relative;
    padding: 96px 0;
}

.khoahocContent .row {
    align-items: center;
}

.khoahocContentLeft h1 {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.29;
}

/*.khoahocContentLeft p {*/
/*    margin-bottom: 16px;*/
/*    color: #6b778c;*/
/*    font-size: 18px;*/
/*    font-weight: 400;*/
/*    line-height: 1.56;*/
/*}*/

.khoahocContentImg img {
    width: 100%
}

@media (min-width:992px) {
    .khoahocContentLeft h1 {
        font-size: 44px;
        line-height: 1.18;
    }
    .hidden {
        display: block;
    }
}