.news-zone-list .news-item .news-image:has(img[src=""]) {
    display: none;
}
.news-zone-list { 
    box-shadow: 0 4px 15px #09090b24;
}
.news-zone-list .news-item:has(img[src=""]) {
    display: block;
}
.news-zone-list .news-item {
        display: grid;
        grid-template-columns: 270px auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 15px 0;
}
.news-zone-list .list-items:not(:has(*)) {
    display: none;
}
.news-zone-list .list-items {
    padding: 0 10px 10px 10px;
}
.news-zone-list .news-item + .news-item{
        border-top: 1px solid #F2F2F2;
}
.news-zone-list .news-item .news-image {
        width: 268px;
}
.news-zone-list .news-item:has(a.no-img) .news-image{
        display: none;
}
.news-zone-list .news-item:has(a.no-img){
        display: block;
}
.news-zone-list .news-item .news-image img {
        width: 100%;
        border: 1px solid  #eeeeee;
        aspect-ratio: 16 / 10;
        object-fit: fill;
        max-height: 160px;
}
.news-zone-list .news-item .news-title {
        //
        styleName: Mic Style weband Mobile_Hiep/Merriweather_18px;
        font-family: 'Merriweather';
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #212529;
}
.news-zone-list  .news-time {
        font-size: 14px;
        min-width: 175px;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        color: #8b8b8b;
        margin: 10px 0;
        display: block;
}
.news-zone-list p.news-sapo {
        font-family: 'Merriweather';
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #484848;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
}
.news-zone-list .view-more span{
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        color: #7D92AE;
}
.news-zone-list .view-more {
        width: 100%;
        color: #F9F9F9;
        border: 1px solid #eeeeee;
        height: 40px;
        padding: 7px;
        gap: 10px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background: #F9F9F9;
}
@media only screen and (max-width: 768px){
        .news-zone-list .news-item .news-title {
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                text-align: left;
                margin-top: 10px;
                color: #031739;
        }
        .news-zone-list .news-item {
                display: block;
                padding-bottom: 0;
                border: 0;
                padding: 16px 0;
                border-bottom: 1px solid #eeeeee;
        }
        .news-zone-list {
                padding: var(--padding-res);
                margin: 0;
                /* overflow: scroll; */
                width: 100vw;
        }
        .news-zone-list .news-item .news-image img{
                max-height: unset;
        }
        .news-zone-list p.news-sapo {
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                /* min-width: unset; */
                margin-top: 6px;
                /* width: 100%; */
        }
        .news-zone-list .news-item .news-image{
                width: 100%;
        }
        ,
        .news-zone-list .news-item .news-image img {
                width: 100%;
        }
}
article.article-detail .voice-options {
        /* display: none; */
        position: absolute;
        background: white;
        width: 100%;
        top: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 4px;
        border: 1px solid #ddd;
}
article.article-detail .voice-option{
        padding: 10px;
        transition: 200ms;
        cursor: pointer;
        text-align: left;
        font-weight: 400;
        font-size: 15px;
        font-family: Roboto;
}
article.article-detail .voice-option+.voice-option{
        border-top: 1px solid #ECEFF1;
}
article.article-detail .voice-option:hover{
        background: #fff3e0;
}
article.article-detail .bm-player .progress {
        background: coral;
        width: 0%;
        height: 100%;
        transition: 0.25s;
        border-radius: 6px;
}
article.article-detail .bm-player .alltime {
        position: absolute;
        height: 5px;
        top: 45%;
        width: 100%;
        background: #adadad;
        border-radius: 6px;
        /* box-shadow: 0 2px 10px 0 #0008; */
}
article.article-detail .bm-player .timeline {
        position: relative;
        cursor: pointer;
        width: 65%;
        margin: 0 auto;
}
article.article-detail .bm-player  {
        position: relative;
        transition: all .15s linear;
        display: flex;
        justify-content: space-between;
        height: 60px;
        font-size: 0;
        /* background-color: #f8f9fa; */
        margin-top: 16px;
        /* border: 1px solid #dee2e6; */
        border-radius: 4px;
}
article.article-detail .bm-player  .left {
        display: flex;
        flex-grow: 1;
}
article.article-detail .bm-player  .play-button {
        display: flex;
        justify-content: flex-start;
        align-items: center;
}
article.article-detail .bm-player  .play-button>span {
        background-color: rgba(255,255,255,.9);
        border: 1px solid rgba(0,0,0,.3);
        display: block;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
}
article.article-detail .bm-player  .play-button i {
        font-size: 12px;
        color: #495057;
}
article.article-detail .bm-player  .play-button:hover span {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.4);
}
article.article-detail .bm-player  .play-button:hover i {
        color: #212529;
}
article.article-detail .bm-player  .play-button+span {
        display: flex;
}
article.article-detail .bm-player  .mute-wrap:hover .volume-slider {
        width: 62px;
        margin-right: 10px;
}
article.article-detail .bm-player .fi-volume-slash:before {
        content: "\f2e2";
}
article.article-detail .bm-player .fi-pause:before {
        content: "\f04c";
}
article.article-detail .bm-player .mute-wrap {
        display: flex;
}
article.article-detail .bm-player  .mute-button {
        padding: 0 16px 0 8px;
        border: none;
        background: #fff;
}
article.article-detail .bm-player  .mute-button i {
        color: #495057;
}
article.article-detail .bm-player  .mute-button:hover i {
        color: #212529;
}
article.article-detail .bm-player  .volume-slider {
        width: 0;
        display: flex;
        position: relative;
        overflow: hidden;
        margin-right: 0;
        cursor: pointer;
        transition: all .15s linear;
}
article.article-detail .bm-player  .volume-slider .volume-slider-handle {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 6px;
        border-radius: 6px;
        margin-top: -6px;
        background-color: black;
        z-index: 999;
}
article.article-detail .bm-player [class*=fa-]:before {
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 300;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1.5em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
article.article-detail .bm-player  .volume-slider .volume-slider-handle:after, article.article-detail .bm-player  .volume-slider .volume-slider-handle:before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        border-radius: 6px;
        height: 6px;
        margin-top: -3px;
        width: 64px;
}
article.article-detail .bm-player  .volume-slider .volume-slider-handle:before {
        left: -64px;
        background-color: #adadad;
        height: 6px;
}
article.article-detail .bm-player  .volume-slider .volume-slider-handle:after {
        left: 12px;
        background-color: rgba(0,0,0,.1);
}
article.article-detail .bm-player  .volume-slider.is-active {
        margin-right: 10px;
        width: 62px;
}
article.article-detail .bm-player  .time-display {
        width: 75px;
        overflow: hidden;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #495057;
        opacity: 1;
        transition: all .2s linear;
}
article.article-detail .bm-player  .time-display .current {
        width: 30px;
}
article.article-detail .bm-player  .time-display .separator {
        margin-right: 3px;
}
article.article-detail .bm-player  .progress-bar {
        position: relative;
        display: flex;
        flex-grow: 1;
        align-items: center;
        transition: all .2s linear;
}
article.article-detail .bm-player  .progress-bar .bg {
        position: absolute;
        display: flex;
        height: 0;
        top: 0;
        width: 100%;
        transition: all .15s linear;
        border-top: 1px solid rgba(0,0,0,.1);
        border-top-width: 3px;
}
article.article-detail .bm-player  .progress-bar .fill-recent {
        position: absolute;
        display: flex;
        height: 0;
        top: 0;
        left: 0;
        border-top-width: 1px;
        border-top-style: solid;
        font-size: 0;
        cursor: pointer;
        transition: all .15s linear;
        border-top-width: 3px;
}
article.article-detail .bm-player  .progress-bar .current_time {
        position: absolute;
        right: -7px;
        top: -5px;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        text-indent: -999em;
        transition: all .15s linear;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0,0,0,.4);
}
article.article-detail .bm-player  .progress-bar:hover .bg,article.article-detail .bm-player  .progress-bar:hover .fill-recent {
        border-top-width: 5px;
        height: 10px;
        padding-top: 15px;
        cursor: pointer;
}
article.article-detail .bm-player  .progress-bar:hover .current_time {
        display: flex;
        top: -8px;
        width: 12px;
        height: 12px;
}
article.article-detail .bm-player  .right {
        display: flex;
        align-items: center;
        position: relative;
}
article.article-detail .bm-player  .select-voice {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
        position: relative;
}
article.article-detail .bm-player  .select-voice span {
        color: #495057;
}
article.article-detail .bm-player  .select-voice i {
        color: #495057;
}
article.article-detail .bm-player  .select-voice::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .2125em;
        vertical-align: .2125em;
        content: "";
        border-top: .25em solid;
        border-right: .25em solid transparent;
        border-bottom: 0;
        border-left: .25em solid transparent;
}
article.article-detail .bm-player  .select-voice:empty::after {
        margin-left: 0;
}
article.article-detail .bm-player  .select-voice:after {
        position: absolute;
        top: 10px;
        right: 8px;
        opacity: .4;
}
article.article-detail .bm-player  .select-voice:hover {
        border: 1px solid rgba(0,0,0,.3);
}
article.article-detail .bm-player  .voice-board {
        width: 180px;
        right: 0;
        margin-top: 5px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
article.article-detail .bm-player  .voice-board li {
        height: 44px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        border-top: 1px solid #e9ecef;
        cursor: pointer;
}
article.article-detail .bm-player  .voice-board li i {
        margin-right: 10px;
}
article.article-detail .bm-player  .voice-board li:first-child {
        border-top: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
}
article.article-detail .bm-player  .voice-board li.is-active,article.article-detail .bm-player  .voice-board li:hover {
        background-color: #ededed;
}
article.article-detail .bm-player  .voice-board li.is-active i,article.article-detail .bm-player  .voice-board li.is-active span,article.article-detail .bm-player  .voice-board li:hover i,article.article-detail .bm-player  .voice-board li:hover span {
        color: #c31e40;
}
article.article-detail .bm-player  .play-button {
        width: 60px;
        height: 100%;
        padding-left: 16px;
        padding-right: 0;
        font-size: 14px;
        border: none;
        background: #fff;
}
article.article-detail .bm-player  .play-button>span {
        box-sizing: border-box;
        width: 36px;
        height: 36px;
}
article.article-detail .bm-player  .play-button .fi-play {
        margin-left: 3px;
}
article.article-detail .bm-player  .time-display {
        width: 80px;
        font-family: Roboto;
        padding-left: 5px;
}
article.article-detail .bm-player  .progress-bar {
        background-color: #f8f9fa;
        position: relative;
        margin-left: 16px;
        margin-right: 16px;
        height: 100%;
}
article.article-detail .bm-player  .progress-bar .fill-recent {
        border-color: #28a5fa;
}
article.article-detail .bm-player  .progress-bar .bg,article.article-detail .bm-player  .progress-bar .fill-recent {
        top: 29px;
}
article.article-detail .bm-player  .progress-bar:hover .bg,article.article-detail .bm-player  .progress-bar:hover .fill-recent {
        top: 28px;
}
article.article-detail .bm-player  .mute-button i {
        font-size: 18px;
}
article.article-detail .bm-player  .right {
        /* padding-right: 16px; */
}
article.article-detail .bm-player  .select-voice {
        width: inherit;
        height: 34px;
        padding: 0 20px 0 13px;
}
article.article-detail .bm-player  .select-voice span {
        font-size: 15px;
        font-family: Roboto;
}
article.article-detail .bm-player  .select-voice i {
        margin-right: 10px;
        font-size: 16px;
}
article.article-detail.bm-player  .select-voice:after {
        top: 14px;
}
article.article-detail .bm-player  .voice-board {
        border-radius: 5px;
        position: relative;
        border: 1px solid #ddd;
        padding: 0;
        top: 5px!important;
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 400;
}
[class*=fi-]:before {
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 300;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1.5em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
article.article-detail .bm-player  .voice-board:after, article.article-detail .bm-player  .voice-board:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
}
article.article-detail .bm-player  .voice-board:after {
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 5px;
        margin-left: 1px;
}
article.article-detail .bm-player  .voice-board:before {
        border-color: transparent;
        border-bottom-color: #444;
        border-width: 6px;
        margin-right: -1px;
}
article.article-detail .bm-player  .voice-board:after, article.article-detail .bm-player  .voice-board:before {
        right: 20px;
}
article.article-detail .bm-player  .voice-board.show {
        display: block;
}
@media only screen and (max-width: 600px) {
        article.article-detail .bm-player .timeline {
                display: none;
        }
        article.article-detail .bm-player  .time-display {
                margin: 20px;
        }
}
