/* 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;
}


/**/

.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_banner{
    padding-bottom: 50px;
}
.event_banner_suggest{
    padding-bottom: 50px;
}
.banner_event_october{
    padding: 50px 0px 20px 0px;
}
.list_banner{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.list_banner_suggest{
    display: flex;
    row-gap: 20px;
}
@media only screen and (max-width: 600px) {
    .event_banner_suggest{
        padding-bottom: 30px;
    }
    .event_banner{
        padding-bottom: 30px;
    }
    .banner_event_october{
        padding: 20px 0px 20px 0px;
    }
  }

#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;
}

.event_slide,
.event_banner {
    background-color: #FFAB1F;
}

.event_banner_suggest {
    background-color: #AE0016;
}

.list_banner img:nth-child(2),
.list_banner_suggest img:nth-child(2){
    border-radius: 10px;
}

.list_banner img:first-child {
    border-radius: 20px;
}

.event_slide_mer .item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.event_slide_mer .item a {
    background-image: url('https://cdn.adpia.vn/adpia-storage/photos/shares/landing-page/events/2022-12/icon.png');
    background-size: cover;
    height: 180px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    margin-top: unset !important;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 50px);
    margin-left: -25px;
}

.owl-nav .owl-prev{
    width: 22px;
    height: 38px;
    background-image: url('https://cdn.adpia.vn/adpia-storage/photos/shares/landing-page/events/2022-12/prev_arow.png') !important;
    background-size: cover !important;
}

.owl-nav .owl-next{
    width: 22px;
    height: 38px;
    background-image: url('https://cdn.adpia.vn/adpia-storage/photos/shares/landing-page/events/2022-12/next_arrow.png') !important;
    background-size: cover !important;
}

.event_slide_mer {
    max-width: 1100px;
    margin: auto;
}

@media only screen and (max-width: 500px) {
    .event_slide_mer {
        max-width: 330px;
        margin: auto;
    }

    .event_slide_mer .item a {
        height: 92px;
        width: 92px;
    }

    .owl-carousel .owl-item img {
        height: 46px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 800px) {
    .event_slide_mer {
        max-width: 460px;
        margin: auto;
    }

    .event_slide_mer .item a {
        height: 130px;
        width: 130px;
    }

    .owl-carousel .owl-item img {
        height: 70px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .event_slide_mer {
        max-width: 640px;
    }
}