body {
    font-family: 'Be Vietnam Pro', sans-serif;
    background-color: #f8f9fa!important;
}

.menu {
    background-color: #4651f3;
    overflow: hidden;
    text-align: center;
}


.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline;
}

.menu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 14px 24px;
    /* Điều chỉnh kích thước của mục menu */
    text-decoration: none;
    font-size: 18px;
    /* Điều chỉnh kích thước của chữ */
}

/* CSS cho nội dung trang chủ */
h1 {
    font-size: 24px;
    margin: 20px;
}

p {
    font-size: 16px;
    margin: 20px;
}

.banner-logo {
    display: inline-block;
    /* Hiển thị cùng một dòng */
    margin-right: 20px;
    /* Khoảng cách giữa logo và hình ảnh trường */
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-height: 200px; */
}

.banner img {
    max-width: auto;
    /* Điều chỉnh kích thước tối đa cho logo */
    max-height: auto;
}

.dangnhap {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    text-align: center;
}

.dangnhap h2 {
    font-size: 24px;
}

.user,
.password {
    margin: 10px 0;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #555;
}

.input-group-append {
    cursor: pointer;
}

video {
    max-width: 100%;
    height: auto;  
}

.thoigian {
    background: #eeeeee;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.info-thoigian {
    background: #f44835;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.mota-thoigian {
    float: left;
    width: 80%;
    padding: 0px 10px;
}

.line-block {
    background: rgba(0, 0, 0, 0) url(https://thcsluongthevinh.giaoducquynhon.edu.vn/wp-content/themes/Avada-child/images/bg_line.png) repeat-x scroll 0 0;
    height: 5px;
    margin: 10px 0;
    width: 100%;
    float: left;
}

.thoigian marquee {
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #f44835;
    padding-bottom: 0px;
}