.small-menu {
    padding: 10px 15px 8px;
    border-bottom: solid 1px #ddd;
    z-index: 1;
    position: relative;
    overflow: auto;
    white-space: nowrap;
    background-color: #fff;
    text-align: center;
}

@media (min-width: 768px){
    .small-menu {
        text-align: center;
    }
}

.small-menu li.bt-blink a {
    background: url(./ball.svg) no-repeat 4px;
    background-size: 20px;
}

.small-menu li.bt-news a {
    background: url("./tv.svg") no-repeat 7px 4px;
    background-size: 20px;
}

.small-menu li, .small-menu li a {
    display: inline-block;
}

.small-menu li a {
    font-size: 14px;
    line-height: 22px;
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 3px 10px 3px 30px;
    position: relative;
}

.small-menu li.bt-blink a {
    position: relative;
    padding-left: 25px;
}

.small-menu li a:hover {
    color: #04DB3B;
}

.header {
    height: 0;
}

/* CSS SLIDER */

.reade-also-news {
    width: 100%;
}

.widget-read-also {
    position: relative;
    margin: 15px;
}

.widget-read-also .slide-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    padding: 7px 0px 0px 7px;
    background: rgba(128, 128, 128, 0.95);
    cursor: pointer;
    z-index: 5;
}

@media (max-width: 768px) {
    .widget-read-also .slide-arrow {
        visibility: hidden;
    }
}

.widget-read-also .slide-arrow svg {
    vertical-align: baseline;
}

.widget-read-also .prev-slide {
    left: -40px;
    display: none;
}

.widget-read-also .next-slide:hover,
.widget-read-also .prev-slide:hover {
    background: #04db3b;
}

.widget-read-also .next-slide {
    right: -40px;
}

.related-news:not(:last-child)::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #e7e7e7;
    position: absolute;
    right: -1px;
}

.read-also {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: auto;
    scrollbar-width: none;
    overflow-y: hidden;
    max-width: 970px;
}

@media all and (max-width: 1150px) {
    .read-also {
        max-width: 640px;
    }
}

.read-also .related-news {
    display: flex;
    flex-shrink: 0;
    flex-basis: 60%;
    flex-direction: column;
    gap: 12px;
    padding: 10px;
    position: relative;
    margin: 0 1px;
}

@media all and (max-width: 1020px) {
    .read-also .related-news {
        font-size: 16px;
    }
}

.read-also .related-news .publish-date {
    padding: 0;
}

.read-also .related-news .category {
    position: relative;
    z-index: 1;
    color: #04db3b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.read-also .related-news img {
    width: 100%;
}

.read-also .as-related,
.read-also .as-related .category,
.read-also .as-related .publish-date  {
    color: #fff;
    background-color: #04DB3B;
}

.read-also .related-news-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: -9999px;
}

@media (min-width: 768px) {
    .read-also li.related-news {
        flex-basis: 25%;
    }
}

.related-news picture {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 67.25%;
    position: relative;
}

.related-news picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transform-origin: 55% 65%;
    transition: transform .5s, filter .3s ease-out;
}

.news-listing.reade-also-news .controller {
    padding-top: 50px;
}

@media all and (max-width: 768px) {
    .news-listing.reade-also-news .controller {
        display: block;
    }
}