/* body {
    background: #D1F9FF;
} */

.mauto {
    display: inherit;
    margin: 0 auto;
}

.box_head {
    padding: 1rem 1.5rem;
}

.box_head .box_head_title {
    color: white;
    font-weight: bold;
}

.box_head .box_head_btn {
    display: inline-block;
    padding-left: 1rem;
    float: right;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.box_body {
    padding: 0 1.5rem;
}

.owl-carousel .owl-item img {
    height: 88px;
    object-fit: scale-down;
}


/**/

.event_links {
    margin-top: 2rem;
}

.event_link_title {
    margin-top: 1rem;
}

.event_link_item {
    margin-top: 1rem;
    display: inline-block;
}


/**/

.event_slide {
    /* margin-top: 3rem; */
    padding: 1rem 0;
    background: #D2213E;
}

.event_slide_mer .item {
    background: white;
    border-radius: 10px;
}

.event_banner{
    background: #FFF;
}
.event_banner_suggest{
    background: #FFEFF6;
    padding-bottom: 100px;
}
.banner_event_october{
    padding: 1rem 0;
}
.list_banner{
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding-bottom: 100px;
}
.list_banner_suggest{
    display: flex;
    row-gap: 20px;
}
@media only screen and (max-width: 600px) {
    .event_banner_suggest{
        padding-bottom: 48px;
    }
    .list_banner{
        padding-bottom: 48px;
    }
  }

#back_to_top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    padding: 3.5px 9.5px;
    color: white;
    background: #fc5b02;
    display: none;
    border-radius: 2px;
    opacity: 0.8;
    z-index: 9999;
}

#back_to_top:hover {
    cursor: pointer;
    opacity: 1;
}