.slider {
    position: relative;
    background-color: #f4f4f4;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
@media(min-width:1025px){
    .slider {
        padding-bottom: 70px;
    }
}
.slider .slider-cont .slide {
    margin: 0 15px;
}
@media(min-width:641px){
    .slider .slider-cont .slide {
        margin: 0 15px 30px;
    }
}
.slider .title-cont {
    text-align: center;
    padding: 27px 0 15px 0;
}

.slider .title-cont h2 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 27px;
    margin-bottom: 7px;
}

.slider .title-cont h4 {
    font-size: 30px;
    line-height: 28px;
}
@media(min-width:641px){
    .slider .title-cont {
        text-align: center;
        padding: 50px 0;
    }
    .slider .title-cont h2 {
        text-transform: uppercase;
        letter-spacing: 1.2px;
        font-size: 52px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .slider .title-cont h4 {
        font-size: 40px;
        line-height: 28px;
    }
}
.slider .inner,
.slider .inner .overflow-cont {
    position: relative;
}

.slider .inner .img-cont {
    overflow: hidden;
    position: relative;
}

.slider .inner .img-cont .img {
    display: block;
    width: 100%;
}

.slider .img-cont .shared-play-button {
    width: 60px;
    height: 60px;
    line-height: 57px;
    font-size: 26px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.slider .img-cont .shared-play-button img {
    position: absolute;
    left: -5%;
    top: -5%;
	transform: scale(1.1);
	z-index: 1;
}

.slider .inner .slide-content {
    position: relative;
    top: -15px;
    width: 95%;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 15px 25px;
}

.slider .inner .slide-content.events {
    padding: 35px 15px 25px;
}

.slider .slide-content .date-cont {
    position: absolute;
    left: -15px;
    top: -23px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007483;
}

.slider .img-cont .circle-deco {
    position: absolute;
    bottom: -34px;
    left: -29px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: rgba(0, 116, 131, 0.4);
}

@media(min-width: 641px) {
    .slider .img-cont .circle-deco {
        left: -48px;
        bottom: -75px;
        width: 185px;
        height: 185px;
    }
}

@media(min-width: 1025px) {
    .slider .img-cont .circle-deco {
        left: -67px;
    }
}

.slider .slide-content .date-cont img {
    position: absolute;
    top: -2px;
	z-index: 1;
}

.slider .date-cont .event-date {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider .event-date .month {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -3px;
}

.slider .event-date .day {
    display: inline-block;
    font-size: 26px;
    line-height: 22px;
    font-weight: normal;
}
@media(min-width:641px){
    .slider .inner .slide-content {
        position: relative;
        top: -15px;
        width: 95%;
        margin: auto;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
        padding: 20px 35px 40px;
    }
    .slider .inner .slide-content.events {
        padding: 50px 35px 40px;
    }
    .slider .slide-content .date-cont {
        position: absolute;
        left: -15px;
        top: -37px;
        width: 85px;
        height: 85px;
        border-radius: 50%;
        background-color: #007483;
    }

    .slider .slide-content .date-cont img {
        position: absolute;
        top: -2px;
        z-index: 1;
    }

    .slider .date-cont .event-date {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 3px;
    }

    .slider .event-date .month {
        display: inline-block;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1.20px;
        margin-bottom: -9px;
    }

    .slider .event-date .day {
        display: inline-block;
        font-size: 40px;
        line-height: 44px;
        font-weight: bold;
    }
}
.slider .slide-content h5 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 19px;
}
.slider .slide-content i {
    color: #d15900;
    font-size: 13px;
    margin-right: 8px;
}

.slider .inner .slide-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
@media(min-width:641px) {
    .slider .slide-content h5 {
        color: #007483;
        font-size: 18px;
        font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    .slider .slide-content i {
        color: #d15900;
        font-size: 14px;
        line-height: 29px;
    }

    .slider .inner .slide-content p {
        line-height: 22px;
        margin-bottom: 0;
        font-weight:500;
    }
}
.slider .arrow-cont {
    position: absolute;
    bottom: -15px;
    left: 5%;
    display: flex;
}

.slider .arrow-cont .custom-arrow {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d15900;
    margin: 0 3px;
    cursor: pointer;
}

.slider .arrow-cont .custom-arrow.prev img {
    width: 10px;
    height: auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
}

.slider .arrow-cont .custom-arrow.next img {
    width: 10px;
    height: auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
}
@media(min-width:641px){
    .slider .arrow-cont {
        position: absolute;
        bottom: -35px;
        left: 5%;
        display: flex;
        justify-content: space-between;
    width: 144px;
    }

    .slider .arrow-cont .custom-arrow {
        position: relative;
        width: 65px;
    height: 65px;
        border-radius: 50%;
        background-color: #d15900;
        margin: 0;
    }

    .slider .arrow-cont .custom-arrow.prev img {
        width: 40px;
    height: 40px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 47%;
        transform: translate(-50%, -50%);
    }

    .slider .arrow-cont .custom-arrow.next img {
        width: 45px;
        height: 45px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 53%;
        transform: translate(-50%, -50%);
    }
}
.slider .slick-slider {
    margin-bottom: 5px;
}
.slider .see-all {
    position: absolute;
    right: 25px;
    bottom: 10px;
    font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #d15900;
}
.slider .see-all i {
    font-size: 15px;
}
.slider .see-all a {
    display: block;
    color: inherit;

}
@media(min-width:641px){
    .slider .slick-slider {
        margin-bottom: 35px;
    }
    .slider .see-all {
        position: absolute;
        right: 25px;
        bottom: 10px;
        font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
        font-weight: 500;
        font-size: 19px;
        line-height: 83px;
        letter-spacing: 1.4px;
        color: #d15900;
    }
    .slider .see-all i {
        font-size: 15px;
    }

}
@media(min-width: 1025px) {
    .slider .slick-slider {
        margin-bottom: 70px;
    }
    .slider .title-cont {
        display: flex;
        align-items: center;
    }

    .slider .title-cont h2 {
        margin-left: auto;
        margin-right: 10px;
        font-size: 91px;
        line-height: 57px;
    }

    .slider .title-cont h4 {
        margin-right: auto;
        font-size: 78px;
        line-height: 57px;
    }

    .slider .inner .slide-content h5 {
        font-size: 29px;
        line-height: 34px;
        letter-spacing: 1.2px;
        color: #007483;
        font-weight: 500;
    }

    .slider .slider-cont .slide {
        margin: 0 40px;
    }

    .slider .slide-content .date-cont {
        left: -30px;
    }

    .slider .arrow-cont {
        left: 469px;
    }

    .slider .see-all {
        right: 248px;
    }

    .slider .see-all a:hover {
        color: #007483;
        transform: scaleX(1.0625);
    }
    .slider .see-all {
        font-size: 27px;
    }
    .slider .see-all i {
        font-size: 22px;
    }
}
@media(min-width:1301px){
    .slider .arrow-cont.hide-arrows {
        display: none;
    }
}
