

.home-section{
    margin-bottom: 100px;
}



.header-title{
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0A1455;
    margin-bottom: 20px;
}

.title-underline{

    content: "";
    display: block;
    height: 70px;
    background-image: url('../img/line-border.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}





.about-btn {
    margin-top: 20px;
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 50.75%, #FFD7A6 102.71%);
    border-radius: 8px;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer

}

.news-title{
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-desc{
    margin-top:10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.giai-thuong-container{
    background-color: rgb(241, 243, 244);
    border-radius: 15px;
    padding: 25px;
}

.giai-thuong-name{
    font-weight: bold;
    font-size: 24px;

}

.giai-thuong-desc{
    margin: 10px  0px;
    text-align: justify
}

.giai-thuong-line{
    width: 100%;
    border-bottom: 1px solid #000;
}

.ten-giai-thuong{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
}




.news-thumbs{
    width: 100%;
    aspect-ratio: 310 / 200;
    background-repeat: none;
    background-position: center center;
    background-size: cover;
    background-color: #ddd;
    border-radius: 10px;
}
.news-thumbs:hover{
    transform: scale(1.1);
    transition: transform .2s;
}






/* su kien */
.su-kien{
    margin-bottom: 190px;
}
.event-name-container{
    width: 100%;
    height:30%;
    position: absolute;
    background-image: linear-gradient(rgb(0,0,0,0),rgb(0,0,0,1));
    bottom:0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.event-name{
    font-weight:600;
    text-transform: uppercase;
    color: #fff
}
.event-img{
    max-width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px;
}
.event-img-right{
    float: right;
    margin-top: -60px;
    margin-bottom: -40px;
}

.event-hover:hover{
    z-index: 10;
    transform: scale(1.2);
    transition-duration: 0.3s;

}
.modal-close-btn{
    background-color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    right: 20px;
    top: 15px;
    cursor: pointer;

}








@media (max-width: 767px){

    .home-section{
        margin-bottom: 50px;
    }


    .about-btn{
        padding: 10px 10px;
        font-size: 14px;
    }

    .header-title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .title-underline {
        height: 55px
    }

    .school-img{
        margin-bottom: 20px;
    }


}
