.about_count .box {
    margin-bottom: 3rem;
}

.about_count .box {
    overflow: hidden;
}

.about_count .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.about_how.about__partners .row.text-center {
    justify-content: center;
}

ol.breadcrumb.mb-0 li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.current_page_item a {
    font-weight: normal;
}

.aleph__box-content h3.heb {
    font-weight: normal;
}

@media screen and (min-width: 900px) {
    .event-ma-slider .slick-slide img {
        height: 550px;
    }
    .event-ma p {
        margin: 0;
    }
    section.event.event-ma {
        padding: 0;
    }
}

@media only screen and (min-width:1200px) {
    .traning_box-content a:last-child {
        margin-top: auto;
    }
    .traning_box-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .event .event-slider .slick-slide {
        min-height: 320px;
    }
    .partner__form {
        padding: 5rem 0 8rem;
    }
}

@media only screen and (max-width: 767px) {
    .banner__bg--navy h2 {
        text-align: right;
    }
    .aleph-detail-inner .container>div {
        flex-direction: column;
    }
}

.ytp-icon-watermark {
    display: none !important;
}

body .slider-container.first-sample .slider {
    height: 100%
}

body .slider-container.first-sample .slider .slide-wrapper {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body .slider-container.first-sample .slider .slide-tracker .my-fr-current .item::before {
    background-color: rgba(0, 0, 0, 0)
}

body .slider-container.first-sample .slider .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

body .slider-container.first-sample .slider .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 1s
}

body .slider-container.first-sample .slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

body .slider-container.first-sample .prev-slide,
body .slider-container.first-sample .next-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    cursor: pointer;
    color: #888;
    transition: color .3s
}

body .slider-container.first-sample .prev-slide:hover,
body .slider-container.first-sample .next-slide:hover {
    color: #ccc
}

body .slider-container.first-sample .prev-slide {
    display: none;
    left: -70px
}

body .slider-container.first-sample .next-slide {
    right: -70px;
    display: none;
}

body .slider-container.first-sample {
    width: 100%;
    height: 400px;
    position: relative
}