﻿

h1 {
    text-align: center;
    color: #007BFF;
    margin-bottom: 20px;
}

.schedule-item {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    /* border-radius: 8px; */
    /* margin-bottom: 10px; */
    padding: 5px;
    margin:0px 15px;
}
.schedule-item :last-child
{
   border-bottom:0px;
}

.date {
    font-weight: 500;
    color: #101010;
    margin-bottom: 0px;
    font-size: 17px;
}

.event {
    font-size: 13px;
    line-height: 1.5;
    color: #3D3D3D;
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 370px !important;
    margin-right: 26px!important;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .card img {
        width: 100%;
        border-radius:5px;
    }

    .card h3 {
        margin: 15px 0;
        font-size: 16px;
        color: #333;
        display:flex;
    }

.play-btn {
    width: 37px !important;
    height:37px !important;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    margin-left: 10px;
    margin-right: 10px;
}

    .play-btn:hover {
        background-color: #45a049;
    }
.tieudelichtaphuan {
    font-weight: 500;
    font-size: 24px;
    color: #0163C6;
    text-align: center;
    padding: 8px 0px;
    border-bottom: 1px solid;
}
.listlichtaphuan li
{
    list-style:none;
}
.taphuan {
    border: 1px solid #eee;
    display: block;
    height: inherit;
    overflow:hidden;
    background: #fff;
    margin-left: 10px;
    border-radius: 8px;
    width: 374px;
    margin-left: 30px;
    margin-right: 33px;
}
.listlichtaphuan {
    padding-left: 0px;
}
.tieude {
    color: #212121 !important;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    padding-right: 10px;
    line-height: 22px;
}
.d-flex.slidehome {
    height: 388px;
}
.imghometl {
    width: 370px !important;
    height: 204px !important;
}
.swiper {
    margin-left: 0px !important;
    margin-right: 0px !important;
   
}