.video_swiper {
    position: sticky;
    top: 0;
    object-fit: cover;
    overflow: hidden;
}

.video_swiper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}


video::-webkit-media-controls {
    display: none !important;
}

.video_txt_content {
    box-sizing: border-box;
    padding: 0 40px;
    width: 100%;
    position: absolute;
    top: 15%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-family: 'Cairo', sans-serif;
    z-index: 99;
    transition: opacity 1s;
    opacity: 1;

}

.hidden {
    opacity: 0;
}

.video_big_title {
    width: 50%;
    font-size: 30px;
    font-family: 'Cairo', sans-serif;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}

.video_small_title {
    width: 50%;
    font-size: 26px;
    line-height: 26px;
    color: #dddada;
    text-align: left;
    font-family: 'Cairo', sans-serif;
}



.scroll_new .audible_icon {
    position: absolute;
    top: 40px;
    right: 40px;
    background-image: url('../../img/about/audible.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
}

.audible_icon.audible {
    background-image: url('../../img/about/no_audible.png');

}

.scroll_new .play_icon {
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-image: url('../../img/about/play.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.play_icon.play {
    background-image: url('../../img/about/pause.png');

}

.history_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0 35px 110px 35px;
    margin-bottom: 60px;
}


.history_item {
    display: block !important;
    margin-top: 50px;
    width: 100%;
}

.img_box {
    overflow: hidden;
}


.img_box:hover .item_img {
    transform: scale(1.04);
}

.item_img {
    display: block;
    width: 100%;
    transition: all 1s ease-in-out;
}

.history_item:hover .history_txt {
    color: #D80C24;
}

.history_txt {
    margin-top: 18px;
    height: 50px;
    color: #000;
    font-family: CairoBold;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    text-align: right;
}

.history_item1_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out .4s;
}

.history_item1_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item2_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out .8s;
}

.history_item2_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item3_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out 1.4s;
}

.history_item3_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item4_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out .8s;
}

.history_item4_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item5_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out 1.4s;
}

.history_item5_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item6_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out .8s;
}

.history_item6_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item7_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out 1.4s;
}

.history_item7_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item8_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out .8s;
}

.history_item8_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item9_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out 1.4s;
}

.history_item9_active.active {
    opacity: 1;
    transform: translateY(0);
}

.history_item10_active {
    opacity: 0;
    transform: translateY(100px);
    transition: all .4s ease-in-out 1.4s;
}

.history_item10_active.active {
    opacity: 1;
    transform: translateY(0);
}