@media (min-width: 992px) {
    .bx-newslist .bx-newslist-container:nth-child(3n + 1) {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bx-newslist .bx-newslist-container:nth-child(2n + 1) {
        clear: both;
    }
}
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.bx-newslist-slider img,
.bx-newslist-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.bx-newslist-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: url("images/bx-video.png") no-repeat center;
}
.bx-newslist-video:hover {
    opacity: 1;
}
.bx-newslist-slider {
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.bx-newslist-slider-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.bx-newslist-slider-slide {
    float: left;
    z-index: 100;
}
.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 15%;
}
.bx-newslist-slider-arrow-container-left {
    left: 0;
}
.bx-newslist-slider-arrow-container-right {
    right: 0;
}
.bx-newslist-slider-arrow {
    position: absolute;
    top: 50%;
    vertical-align: middle;
    opacity: 0.5;
    z-index: 110;
    cursor: pointer;
    margin-top: -24px;
    width: 20px;
    height: 48px;
    color: #fff;
    font-size: 48px;
    line-height: 34px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
    display: block;
    opacity: 1;
    color: #fff;
}
.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
    left: 20px;
}
.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
    right: 20px;
}
.bx-newslist-slider-control {
    position: absolute;
    bottom: 10px;
    z-index: 110;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    word-spacing: -4px;
}
.bx-newslist-slider-control li {
    display: inline-block;
    opacity: 0.5;
    margin: 0 3px;
    border-radius: 50%;
    background: #fff;
    width: 10px;
    height: 10px;
    word-spacing: -4px;
}
.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
    opacity: 1;
    background: #fff;
}
bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.bx-newslist-title,
.bx-newslist-title a {
    margin: 0;
    padding: 2px 0 15px;
    color: #000;
    font-weight: var(--ui-font-weight-semi-bold, 600);
    font-size: 18px;
    font-family: var(
        --ui-font-family-secondary,
        var(--ui-font-family-open-sans)
    );
}
.bx-newslist-title a:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}
.bx-lg .bx-newslist-title {
    font-size: 24pt;
}
.bx-md .bx-newslist-title {
    font-size: 20pt;
}
.bx-xs .bx-newslist-title {
    font-size: 18pt;
}
.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
    padding-bottom: 5px;
    color: #a4a4a4;
    font-size: 13px;
    white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
    width: 13px;
    color: #b4b4b4;
}
.bx-newslist-tags {
    padding-bottom: 5px;
    color: #a4a4a4;
    font-size: 13px;
}
.bx-newslist-content {
    margin-bottom: 5px;
    font-size: 14px;
}
.bx-newslist-more {
    margin-top: 5px;
    margin-bottom: 5px;
}

.vendor-news-slider-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1661px;
    overflow: visible;
}
.vendor-news-slider-wrapper .news-slider {
    padding: 0;
    width: 100%;
    overflow: visible;
    touch-action: manipulation;
}
.vendor-news-slider-wrapper .news-slider.no-drag {
    cursor: default;
}
.vendor-news-slider-wrapper .news-slider__track {
    display: flex;
    gap: 24px;
    transition: transform 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
}
.vendor-news-slider-wrapper .news-slider__slide {
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: 0;
    max-width: 100%;
}
.vendor-news-slider-wrapper .news-control__btn {
    top: 0;
    transform: none;
    transition: opacity 0.2s ease;
}
.vendor-news-slider-wrapper .news-control__btn--next {
    /* position: absolute;
    left: auto;
    right: 10px; */
}
.vendor-news-slider-wrapper .news-control__btn--prev {
    /* position: absolute;
    left: auto;
    right: 75px; */
}

.news-control__btn {
    /* position: absolute;
    top: 50%; */
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    border: 0;
    background: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 95px;
}
.news-control__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.news-control__btn--prev {
    left: 0;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    background-image: url("../../../../images/btn_lght_lft.webp");
}
.news-control__btn--next {
    right: 0;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    background-image: url("../../../../images/btn_lght_rght.webp");
}

.news-card_new {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    border-radius: 16px;
    background: transparent;
    /* box-shadow: 0 8px 24px rgba(18, 122, 141, 0.08); */
    width: 100%;
    aspect-ratio: auto !important;
    min-height: 190px;
    padding: 0;
    overflow: hidden;
}
.news-card_new:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 12px 30px rgba(18, 122, 141, 0.16); */
}

@media (max-width: 992px) {
    .news-card_new:hover {
        transform: none;
    }
    
}

.news-card__image-link_new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    height: auto !important;
    cursor: default;
}
.news-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.bx-newslist-more__events {
    display: flex;
    position: relative;
    grid-area: button;
    align-self: flex-start;
    padding: 0;
}

.news-more-btn {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 2;
    transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
    background: #127a8d;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-decoration: none;
}

.news-card_new:hover .news-more-btn {
    border-radius: 25px;
    width: 150px;
}

.arrow {
    display: flex;
    position: absolute;
    top: 50%;
    right: 7px;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    transition: transform 0.3s ease-in-out;
    padding: 0;
    width: 18px;
    height: 18px;
}

.news-card_new:hover .news-more-btn .arrow {
    transform: translateY(-50%) rotate(27deg);
}

.button-text {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    font-family: "Manrope", sans-serif;
    text-transform: lowercase;
    white-space: nowrap;
}

    .news-card_new:hover .news-more-btn .button-text {
        opacity: 1;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .vendor-news-slider-wrapper .news-slider__track {
        gap: 16px;
    }
    .vendor-news-slider-wrapper .news-slider__slide {
        flex: 0 0 min(263px, calc((100% - 16px) / 2));
        max-width: 263px;
    }
    .news-card_new {
        min-height: 170px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .vendor-news-slider-wrapper .news-slider {
        padding-top: 48px;
    }
    .vendor-news-slider-wrapper .news-slider__track {
        gap: 14px;
    }
    .vendor-news-slider-wrapper .news-slider__slide {
        flex: 0 0 calc((100% - 14px) / 1.5);
        max-width: calc((100% - 14px) / 1.5);
    }
    .news-card_new {
        aspect-ratio: auto;
        min-height: auto;
        padding: 0;
    }
    .news-card__image-link_new {
        display: block;
    }
    .news-card__image {
        height: auto;
    }
}

@media (max-width: 560px) {
    .vendor-news-slider-wrapper .news-slider {
        padding-top: 44px;
    }
    .vendor-news-slider-wrapper .news-slider__track {
        gap: 12px;
    }
    .vendor-news-slider-wrapper .news-slider__slide {
        flex: 0 0 calc((100% - 12px) / 1.5);
        max-width: calc((100% - 12px) / 1.5);
    }
    .news-card_new {
        aspect-ratio: auto;
        min-height: auto;
        padding: 0;
    }
    .news-card__image {
        height: auto;
    }
}

@media (max-width: 992px) {
    .right-content-container__item-fourth {
        padding: 30px 10px;
    }

    .news-control__btn {
        display: none;
    }

    .news-card_new {
        padding: 0;
    }

    .vendor-news-slider-wrapper .news-slider {
        padding: 20px 10px 0;
    }

    .news-card__image-link_new {
        background: #fbfdfe;
    }

    .vendor-news-slider-wrapper {
        position: relative;
        z-index: 2;
    }

    

    .news-card_new {
        background: transparent;
    }

    
}

/**/

.news-control__btns {
    display: flex;
    gap: 8px;
    justify-content: end;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: -20px;

    position: relative;
    z-index: 10;
}