* {
    -webkit-user-drag: none;
    user-select: none;
}

body {
    color: var(--blue);
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
}
main {
    position: relative;
    /* height: 100vh; */
}

#infoUniversity {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 10%;
}

#infoUniversity .infoUniversity-img {
    margin-right: 20px;
    width: 30%;
}

#infoUniversity .infoUniversity-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

#infoUniversity .infoUniversity-content {
    width: 50%;
}

#infoUniversity .infoUniversity-content h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--blue);
    text-transform: uppercase;
}

#infoUniversity .infoUniversity-content hr {
    width: 100px;
    height: 3px;
    background-color: var(--blue);
    border: none;
    margin: 1rem 0;
}

#infoUniversity .infoUniversity-content p {
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--blue);
    text-align: justify;
}

#topkeyword {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 50px 10%;
    background-color: #005a9c;
    color: var(--white);
}

#topkeyword .topkeyword-group {
    text-align: center;
    width: 30%;
}

#topkeyword .topkeyword-group div {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
}

#nganhdaotao {
    margin-top: 2rem;
}
.nganhdaotao-title h2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.nganhdaotao-title hr {
    text-align: center;
    width: 10%;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
}

.nganhdaotao-content {
    margin: 20px 0;
}

.nganhdaotao-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0;
    padding: 10px 15%;
    flex-wrap: wrap;
}

.nganhdaotao-item-img {
    width: 30%;
}

.nganhdaotao-item-img img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.nganhdaotao-item-content {
    width: 60%;
    text-align: justify;
}

.nganhdaotao-item-content h3 {
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border-bottom: 1px solid #c7c7c7;
}

.nganhdaotao-item-content p {
    font-size: 1.4rem;
    line-height: 1.5;
}
