/* jurnale */
.journal-title {
    text-transform: uppercase;
    color: #da0f10;
}
.journal-title {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    white-space: pre-line;
}
.journal-title.lg {
    padding-bottom: .8rem;
}
.live-stream-text {
    text-align: center;
    padding: 8px 10px;
    background: #f4f4f4;
    margin-top: -15px;
}
.logo-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.thumb img {
    width: 100%;
    height: auto;
}
.center-cnt {
    max-width: 970px;
    margin: auto;
}
.journal-list-item {
    display: flex;
}
.journal-list-item .thumb {
    max-width: 300px;
    padding-bottom: 17%;
}
.journal-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%;
}
.journal-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 15px;
    position: relative;
    min-height: 775px;
    justify-content: space-between;
}
.journal-filter {
    position: relative;
    padding-bottom: 15px;
}
.journal-filter::after {
    position: absolute;
    content:"";
    width: 100%;
    box-shadow: 0 1px 0 0 #ccc;
    height: 1px;
    display: block;
    bottom: 0;
}
.journal-filter select {
    padding: 5px 13px;
    border: 1px solid #ccc;
}
.journal-filter button[type=submit] {
    background: #eb1010;
    color: #fff;
    padding: 6px 15px;
    border-radius: 0;
    border: none;
}
.media-top {
    margin: 0 auto;
}
.journal-filter form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}
.thumb 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;
}
.journal-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
    padding-bottom: 30px;
}
.journal-wrapper .journal-title {
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
}
.journal-wrapper .journal-lg {
    width: 100%;
    max-width: 740px;
}
.journal-wrapper .ad {
    width: 300px;
    height: 250px;
    background: #f4f4f4;
    text-align: center;
}
.journal-wrapper .ad-billboard {
    width: 970px;
    height: 250px;
    background: #f4f4f4;
    text-align: center;
    margin: 0 auto;
}
.carousel-wrapper-journals {
    padding: 0 15px;
    margin-bottom: 30px;
}
.carousel-wrapper-journals h3 {
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.journal-wrapper::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    box-shadow: 0 1px 0 0 #ccc;
}
.journal-wrapper .journal-lg .journal-title,
.carousel-wrapper-journals .carousel-container .carousel .journal-title {
    text-transform: uppercase;
    color: #da0f10;
}
.journal-wrapper .journal-lg .journal-title,
.journal-wrapper .journal-lg .journal-description,
.carousel-wrapper-journals .carousel-container .carousel .journal-title {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}
.journal-publishdate {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 100%;
}
.journal-wrapper .journal-lg .thumb,
.carousel-wrapper-journals .carousel-container .carousel .thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}
.carousel-wrapper-journals .carousel-container .carousel .thumb::after,
.journal-list .thumb::after,
.category-journals-container .journal-list-item .thumb::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/templates/default/images/icon-video.svg) no-repeat center;
    background-size: contain;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    opacity: .7;
}
.journal-wrapper .journal-lg .thumb img,
.carousel-wrapper-journals .carousel-container .carousel .thumb 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;
}
.carousel-wrapper-journals .carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-wrapper-journals .carousel-container .carousel {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel-wrapper-journals .carousel-container .carousel::-webkit-scrollbar {
    display: none;
}

.carousel-wrapper-journals .carousel-container .carousel .slide {
    min-width: 250px;
    transition: transform 0.3s ease-in-out;
}
.carousel-wrapper-journals .carousel-container .carousel-nav-btn {
    position: absolute;
    top: 41%;
    transform: translateY(-41%);
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
    background: rgb(255, 255, 255);
    color: #161616;
    border-radius: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}
.carousel-wrapper-journals .carousel-container .carousel-nav-btn.prev {
    left: 0;
}
.carousel-wrapper-journals .carousel-container .carousel-nav-btn.next {
    right: 0;
}
.carousel-container .carousel-nav-btn.next::before,
.carousel-container .carousel-nav-btn.prev::before {
    width: 25px;
    height: 25px;
    display: block;
    margin-left: 7px;
    margin-top: 4px;
}
.carousel-container .carousel-nav-btn.prev::before {
    content: url("/templates/default/images-21/arrow-left.svg");
}
.carousel-container .carousel-nav-btn.next::before {
    content: url("/templates/default/images-21/arrow-right.svg");
}
.slide.more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: rgb(0 0 0 / 9%);
}
.slide.more-btn:hover {
    border: 1px solid #a9a9a9;
}
.square-brackets {
    position: relative;
    padding: 10px 30px;
}
.square-brackets:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 7px solid #da0f10;
    border-top: 7px solid #da0f10;
    border-bottom: 7px solid #da0f10;
    padding: 0 5px;
}
.square-brackets:after {
    content:" ";
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 7px solid #da0f10;
    border-top: 7px solid #da0f10;
    border-bottom: 7px solid #da0f10;
}
.category-journals-container {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 30px;
}
.category-journals-container .journal-list-item {
    flex-direction: column;
    width: 100%;
    max-width: calc(33.33% - 15px);
}
.category-journals-container .journal-list-item .thumb {
    max-width: unset;
    padding-bottom: 56%;
}
.ad-lateral {
    position: absolute;
    right: 0;
    top: 45px;
    margin-top: 20px;
    bottom: 120px;
}
.ad-sticky {
    position: sticky;
    top: 0;
}
@media only screen and (max-width: 989px) {
    .journal-title {
        margin: 0 15px;
    }
    .journal-wrapper {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .journal-list-item .thumb {
        padding-bottom: 27%;
    }
    .category-journals-container {
        justify-content: start;
        padding: 15px;
    }
    .category-journals-container .journal-item-wrapper {
        padding-left: 0;
    }
    .category-journals-container .journal-list-item {
        max-width: calc(50% - 11px);
    }
    .journal-wrapper .ad {
        display: none;
    }
    .ad-lateral {
        width: 300px;
        height: 250px;
        position: relative;
        margin: auto;
        margin-top: 0;
        right: 0;
        top: 0;
    }
}