body.rtl {
    font-family: 'DIN Next LT Arabic' !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: bootstrap-icons !important;
    content: "\f285";
    font-weight: 800;
    color: black;
}

body.rtl .breadcrumb-item + .breadcrumb-item::before {
    transform: scaleX(-1);
    padding-left: 0;
    padding-right: 8px;
}

.news-body, .news-body p {
    font-weight: 300 !important;
}

.breadcrumb {
    font-size: 14px;
    margin: 0px;
}

.breadcrumb_container {
    position: sticky;
    z-index: 1019;
    top: 80px;
    background-color: white;
    border-top: 1px solid #D0D5DE;
    box-shadow: 0px 24px 36px 0px rgba(0, 0, 0, 0.05);
}

.breadcrumb a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.banner {
    position: relative;
    width: 100%;
    max-height: 20rem;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}

.news-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin: 50px 0 20px 0;
}

.news-section {
    margin-bottom: 130px;
}

.news-section p {
    font-size: 16px;
    font-weight: 400;
}

.banner-section {
    margin-top: 0px;
    margin-bottom: -20px;
}

.slide {
    position: relative;
    display: inline-block;
}

.slide .slider-img {
    display: block;
    object-fit: cover;
    height: 400px;
    /*width: 100%;*/
    /*scale: 115%;*/
    transform-origin: 50% 50%;
}