/* Bo may */
.tree .banner {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.tree .banner .s-mark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(15, 34, 57, 0.8);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tree .banner img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.tree h1 {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    margin: 0 auto;
    color: #FFFFFF;
}

.tree h2 {
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Merriweather';
}

/* So do */
.wrap-sodo {
    margin: 0 auto;
    /* padding: 30px 0px; */
}

.sodo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}


.sodo .level1.item img{
    width: 230px;
    height: auto;
}

.sodo .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(17% - 12px);
    border: 1px solid #ddd;
    padding: 0px 0px 20px 0px;
    background: #0d4c92;
    gap: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.sodo .item h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: unset;
    color: #FFFFFF;
}

.sodo .item h3 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.sodo .item .info {
    text-align: center;
}

.sodo .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.wrap-sodo .wrap-child {
    padding: 20px;
}

#truongban {
    flex-direction: row;
}

#truongban .item {
    flex-direction: row;
    width: 100%;
    background: url(http://hightech.safeforweb.com/Portals/0/images/bg-profile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    gap: 40px;
    justify-content: center;
    border-radius: unset;
    padding-bottom: unset;
    padding-top: 40px;
    border: unset;
}

#truongban .info {
    color: white;
    text-align: center;
}

#truongban .item h2,
#truongban .item h3 {
    color: white;
}

#truongban .item h2{
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#truongban .item h3{
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
    .sodo .item {
        width: 100%;
        border: 1px solid #ddd;
        flex-direction: row;
        padding: unset;
        gap: unset;
    }

    .sodo .item img{
        width: 150px;
        height: 190px;
        object-fit: cover;
    }

    .sodo .item .info{
        flex:1;
    }

    .wrap-sodo {
        padding: 0px;
    }

    .wrap-sodo .wrap-child {
        padding: 10px 0px;
    }

    #truongban .level1.item{
        flex-wrap: wrap;
        border-radius: 0px 0px 15px 15px;
    }

    #truongban .item {
        width: 100%;
        padding: 10px;
        gap:10px;
    }

    #truongban .item h2{
        font-size: 24px;
    }

    #truongban .item h3{
        font-size: 20px;
    }

    #truongban .info{
        flex:unset;
    }
}