
.swiper.event-slider {
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 50px !important;
    overflow: hidden !important;
    position: relative !important;
}


.swiper.event-slider .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    height: auto !important;
    box-sizing: content-box !important;
}


.swiper.event-slider .swiper-slide {
    height: auto !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.swiper.event-slider .it-event-item {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05) !important;
}


.swiper.event-slider .it-event-content {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 25px !important;
}


.swiper.event-slider .it-event-thumb img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    display: block !important;
}


.swiper.event-slider .swiper-button-next,
.swiper.event-slider .swiper-button-prev {
    position: absolute !important;
    top: 40% !important;
    width: 45px !important;
    height: 45px !important;
    margin-top: -22px !important;
    z-index: 10 !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
}


.swiper.event-slider .swiper-button-next::after,
.swiper.event-slider .swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #ff5a5f !important; 
}

.swiper.event-slider .swiper-button-prev {
    left: 5px !important;
}

.swiper.event-slider .swiper-button-next {
    right: 5px !important;
}


.swiper.event-slider .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #a1a1a1 !important;
    opacity: 0.6 !important;
}

.swiper.event-slider .swiper-pagination-bullet-active {
    background: #ff5a5f !important; 
    opacity: 1 !important;
    width: 24px !important;
    border-radius: 5px !important;
}


footer, .it-footer-wrap {
    clear: both !important;
    display: block !important;
    position: relative !important;
    z-index: 5 !important;
    margin-top: 0px !important;
}