@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.media-detail {
        --padding: 20px 10%;
}
#slider {
        margin:0;
        padding:0;
}
.skdslider {
        width:100%;
        position: relative;
        display: block;
        overflow:hidden;
        height: 525px !important;
}
.skdslider .slide {
        height: 600px;
        overflow: hidden;
        color: white;
        margin-bottom: 0;
        line-height:1.5;
        position: relative !important;
}
.skdslider .slide::after {
        content: "";
        background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.6) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
}
.skdslider .slide img:before {
        content: "\f0da";
        color: #ffffff;
        font-family: 'FontAwesome';
        font-size: 35px;
        font-weight: 500;
        border: 2px solid #fff;
        padding: 6px 17px;
        border-radius: 100px;
}
.skdslider .slide .child img {
        width: 100%;
        height:600px!important;
        border:0;
        object-fit: cover;
        position:relative;
}
.skdslider ul.slide-navs {
        bottom: 20px;
        left: 50%;
        position: absolute;
        list-style-type: none;
        margin: 0;
        padding: 0;
}
.skdslider ul.slide-navs li {
        float: left;
        background: rgba(255,255,255,.6);
        height: 8px;
        width: 8px;
        margin-right: 8px;
        cursor:pointer;
        border-radius: 100px;
}
.skdslider ul.slide-navs li.active {
        background: #ffffffe3;
        width: 30px;
}
.skdslider .slide-desc {
        /* background: url("image/slide_desc.png") repeat scroll 0 0 transparent;*/
        left: 0;
        padding: 0 15px 0 15px;
        position: absolute;
        bottom: 15%;
        max-width: 85%;
        display:inline-block;
}
.skdslider .slide-desc > h2 {
        color: #CFDB0C;
        font-family: 'Oswald';
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-transform: uppercase;
}
.skdslider .slide-desc > p {
        color: #FFFFFF;
        font-family: 'Oswald';
        font-size: 16px;
        line-height: 20px;
        margin-top: 5px;
}
.skdslider .slide-desc > p a.more {
        color:#990000;
        font-size:20px;
        text-decoration:none;
}
.skdslider .slide-desc > p a.more:hover {
        text-decoration:underline;
}
.skdslider a.prev{
        background: url("images/prev.png") no-repeat scroll 0 0 transparent;
        width: 60px;
        height: 60px;
        display:block;
        cursor:pointer;
        position:absolute;
        top:50%;
        left:2%;
        margin-top:-17px;
}
.skdslider a.next{
        background: url("images/next.png") no-repeat scroll 0 0 transparent;
        width:60px;
        height:60px;
        display:block;
        cursor:pointer;
        position:absolute;
        top:50%;
        right:2%;
        margin-top:-17px;
}
.skdslider a.prev:hover {
}
.skdslider a.next:hover {
}
.skdslider a.play {
        /*background: url("image/play.png") no-repeat scroll center center transparent;*/
        width:35px;
        height:35px;
        display:none;
        cursor:pointer;
        position:absolute;
        top:50%;
        left:48%;
        margin-top:-17px;
}
.skdslider a.pause{
        /*background: url("image/pause.png") no-repeat scroll center center transparent;*/
        width:35px;
        height:35px;
        display:none;
        cursor:pointer;
        position:absolute;
        top:50%;
        left:48%;
        margin-top:-17px;
}
.listMedia{
        display:flex;
        flex-wrap:wrap;
}
.SliderMedia .child span{
        position: relative;
        text-align: center;
        font-size: 28px;
        color: white;
        bottom: 130px;
        font-weight: 600;
        margin: 0 auto;
        opacity: 1;
        white-space: pre-wrap;
        z-index: 999;
        width: 1070px;
        display: flex;
}
.media-list .RightCol {
        width: 1200px;
        clear: both;
        /* display: none; */
        margin: auto;
        max-width: 100%;
}
.media-list .RightCol ul {
        width: 100%;
        text-align: center;
        display: grid;
        grid-auto-flow: column;
        margin: 25px 0;
        padding: 0;
        min-width:1156px
}
.media-list .RightCol ul li {
        list-style-type: none;
        min-height: 190px;
        padding: 0;
        overflow: hidden;
        /* position: relative; */
        cursor: pointer;
}
.media-list .RightCol ul li .imagewrap{
        height: 200px;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        background: #dbdbdb66;
}
.media-list .RightCol ul li .imagewrap:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
}
.media-list .RightCol ul li img {
        /* width: 100%; */
        height: 100%;
        object-fit: cover;
}
.media-list .RightCol ul li h3 {
        display: block;
        font-style: normal;
        font-weight: 700;
        margin:20px 0;
        margin-bottom: 0;
        color: #0d0d0d;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 1.4;
}
.listMedia span.media-tag:before {
        content: "\f0da";
        color: #ffffff;
        font-family: 'FontAwesome';
        font-size: 35px;
        font-weight: 500;
        border: 2px solid #fff;
        /* padding: 6px 17px; */
        border-radius: 100px;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
}
.listMedia span.media-tag {
        position: absolute;
        color: transparent;
        left: 30px;
        bottom: 30px;
}
/**********************************/
.ArticleMedia {
        padding: 30px 0;
        background: #f8f9fa;
        margin-bottom: 30px;
        max-width: 100vw;
}
.ArticleMedia .ArticleMediaListControl {
        padding-bottom: 0;
}
.ArticleMedia .ArticleMediaListControl .navbar {
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1200px;
        margin: auto;
        max-width: 100%;
}
.ArticleMedia .ArticleMediaListControl .navbar a.navbar-brand:before {
        margin-right: 15px;
        content: "\f03d";
        color: #de2020;
        font-family: 'FontAwesome';
        font-size: 25px;
        line-height: 28px;
        font-weight: 500;
}
.ArticleMedia .ArticleMediaListControl .navbar a.navbar-brand {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 20px;
        font-family: 'Merriweather';
        color: #cc0212;
        font-weight: 700;
        display: inline-block;
        padding-left: revert-layer;
        position: relative;
}
.ArticleMedia .ArticleMediaListControl .collapse {
        flex-grow: 0;
}
.ArticleMedia .ArticleMediaListControl ul.navbar-nav.mr-auto {
        width: 100%;
        float: right;
}
.ArticleMedia .ArticleMediaListControl ul li.nav-item {
        display: flex;
        align-items: center;
}
.ArticleMedia .ArticleMediaListControl ul li.nav-item i {
        margin-right:5px;
        color: #ea2828;
        font-size: 20px;
}
.ArticleMedia .ArticleMediaListControl ul li.nav-item a.nav-link {
        align-items: center;
        margin-right: 35px;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        color: #000000;
        text-transform: uppercase;
}
.ArticleMedia .Viewmore {
        width: 1160px;
        display: block;
        font-family: 'Merriweather', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #62748d;
        padding: 11px;
        text-align: center;
        border: 1px solid #dae4f1;
        box-sizing: border-box;
        border-radius: 4px;
        margin: 0 auto;
        background: aliceblue;
        display: none;
}
/*****************Detail Video****************/
.media-detail iframe.frame {
        width: 100%;
        height: 600px;
        margin-bottom: 40px;
}
.media-detail  h5.question-title .title {
        font-size: 25px;
        font-weight: 600;
        display: block;
        color: #cc0212;
        margin: 10px 0 30px 0;
        margin-top: 0;
        line-height: 1.4;
}
.media-detail  h5.question-title .content {
        font-size: 14px;
        font-weight: 600;
        color: #343a40;
        margin-bottom: 10px;
        display: block;
}
.media-detail  h5.question-title .date {
        font-size: 12px;
        font-weight: normal;
        color: #6c757d;
        display: block;
}
.media-detail  .UISocialShare {
        margin-bottom: 10px;
        align-items: flex-start;
        display: none !important;
        !i;
        !;
}
.media-detail  .UISocialShare .facebook {
        margin-top: -2px;
}
.media-detail  div#divDetailMedia {
        padding: 10px;
}
.media-detail  .list-item>.item {
        margin-bottom: 35px;
}
.media-detail  .list-item>.item img {
        max-width: 100%;
        width: 100%;
        cursor: pointer;
        display: block !important;
}
.media-detail  .list-item>.item .title, .list-item>.item .description {
        padding: 5px 10px;
        font-size: 18px;
        color: #082555;
        display:none;
}
.media-detail  .list-item>.item .title, .list-item>.item .description p{
        font-size: 18px!important;
}
.media-detail  .relation .title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #3b3b3b;
        display: inline-block;
        padding: 10px 0;
        border-top: 2px solid #ce1616;
        width: 100%;
        margin-bottom: 10px;
}
.media-detail   .navbar {
        padding: 0;
        margin-bottom: 0;
}
.media-detail   .navbar li {
        padding: 10px 20px;
}
.media-detail   .navbar-light .navbar-brand {
        padding: 10px 20px;
        padding-left: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #c70d0c;
}
.media-detail   .navbar li a {
        color: #1d2129 !important;
        font-size: 14px;
        padding: 0;
}
.media-detail   td.media-item img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border: 1px solid #e4e4e4;
}
.media-detail   td.media-item a {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        text-decoration: none;
}
.media-detail   span.caption i {
        color: #ffc107;
        margin-right: 5px;
        font-size: 13px !important;
}
.media-detail   span.caption strong {
        font-size: 15px;
        color: #1d2129;
        font-weight: 450;
        text-align: left;
}
.media-detail   .media-grid > tbody {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
}
.media-detail   .media-grid > tbody > tr {
        width: calc(25% - 15px);
        display: inline-block;
        margin: 0;
}
.media-detail   .media-grid {
        width: 100%;
        min-height: 300px;
        margin-bottom: 10px;
}
.media-detail   tr.media-paging {
        display: block !important;
        width: unset !important;
        position: static;
        padding: 0;
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        padding-right: 0;
        width: 100% !important;
}
.media-detail  tr.media-paging table{
        margin: auto;
}
.media-detail   tr.media-paging tr > td > span,
.media-detail   tr.media-paging tr > td > a {
        width: 25px;
        height: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        text-decoration: none;
        color: #212529;
}
.media-detail   tr.media-paging tr > td > span {
        background: #cc0212;
        color: #fff;
        font-weight: 600;
}
.media-detail   .media-grid > tbody > tr:nth-child(1) {
        position: static;
        right: 0;
        width: calc(25% - 15px);
        height: auto;
        max-height: unset;
}
.media-detail   .media-list {
        position: relative;
}
.media-detail   .media-grid > tbody > tr > td {
        display: block;
        height: 100%;
        position: relative;
}
.media-detail   .media-grid > tbody > tr:nth-child(1) .image {
}
.media-detail   .media-grid > tbody > tr:nth-child(1) .image img {
        height: 150px;
}
.media-detail   .image {
        position: relative;
}
.media-detail span.media-tag {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: 15px;
        color: transparent;
        font-weight: 600;
}
.media-detail span.media-tag:before {
        content: "\f0da";
        color: #ffffff;
        font-family: 'FontAwesome';
        font-size: 35px;
        font-weight: 500;
        border: 2px solid #fff;
        padding: 3px 10px;
        border-radius: 100px;
}
.media-detail   span.caption {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
        display: -webkit-box;
        color: #fff;
        text-align: left;
}
.media-detail .image video, .media-detail .image audio, .media-detail .image iframe {
        width: 100%;
}
@media only screen and (max-width: 1024px){
        .skdslider .slide .child img {
                height:300px!important;
        }
        .media-list .RightCol ul li{
                width: 100%;
                margin-bottom: 20px;
        }
        .skdslider ul.slide-navs {
                left:40%!important;
        }
        .skdslider .slide {
                height: 300px;
                overflow: hidden;
                color: white;
                margin-bottom: 0;
                line-height:1.5;
                position: relative !important;
        }
        .skdslider .slide img {
                width: 100%;
                height: 300px;
                border: 0;
                object-fit: cover;
                position: relative;
        }
        .SliderMedia {
                height: 300px!important;
        }
        .skdslider {
                height: 300px !important;
        }
        .SliderMedia .child span{
                position: relative;
                text-align: center;
                font-size: 16px;
                color: white;
                bottom: 100px;
                font-weight: 800;
                margin: 0 auto;
                opacity: 1;
                font-family:serif;
                z-index: 999;
                padding:0 10px;
                width:95%;
        }
        .media-list .RightCol ul {
                display: block;
                text-align: center;
                padding: 0;
                max-width: 100%;
                min-width: unset;
        }
        /*****/
        .media-detail   .navbar {
                max-width: 100%;
                overflow: auto;
        }
        .media-detail  .navbar-collapse {
                display: inline-block!important;
                max-width: 100%;
                overflow: auto;
        }
        .media-detail  .navbar-collapse ul {
                flex-direction: row !important;
        }
        .media-detail   {
                width: calc(100vw - 20px);
                margin: 0 10px;
                padding: 0;
        }
        .media-detail   .media-grid {
                width: 100%;
        }
        .media-detail   .media-grid > tbody {
                flex-direction: column;
                gap: 10px;
        }
        .media-detail   .media-grid > tbody > tr:nth-child(1) {
                position: static;
                width: 100%;
                height: auto !important;
                margin-top: 10px;
        }
        .media-detail   .media-grid > tbody > tr {
                width: 100% !important;
        }
        .media-detail   td.media-item a {
                flex-direction: row;
        }
        .media-detail   span.caption {
                flex: 1;
                text-align: justify;
        }
        .media-detail   .image {
                width: 130px;
        }
        .media-detail   .media-grid > tbody > tr:nth-child(1) a {
                flex-direction: column;
        }
        .media-detail   .media-grid > tbody > tr:nth-child(1) .image {
                width: 100%;
        }
        .media-detail   tr.media-paging {
                position: static;
        }
        .media-detail    tr.media-paging tr {
                display: flex;
                justify-content: center;
                width: 100%;
        }
        .media-detail   tr.media-paging>td {
                display: flex !important;
                width: 100%;
                justify-content: center;
        }
        .media-detail  td.media-item img{
                height: 90px;
        }
        .media-detail .list-item>.item img, .media-detail .list-item>.item .image{
                width: 100% !important;
        }
}
/*************Detail Gallery************/
.ArticleMedia .swiper-container {
        width: calc(100vw - 5px);
        padding-bottom: 70px;
        padding-top: 20px;
        overflow-x: hidden;
        position: relative;
}
.ArticleMedia .mySwiper .swiper-slide {
        width: 880px !important;
        position: relative;
        opacity: 0.5;
}
.ArticleMedia .mySwiper .swiper-slide-active{
        opacity: 1;
}
.ArticleMedia .swiper-pagination{
        margin-bottom: 20px;
}
.ArticleMedia .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        gap: 0px;
        border-radius: 20px;
        background: #606368;
}
.ArticleMedia .swiper-pagination .swiper-pagination-bullet-active{
        background: #FFFFFF;
}
.ArticleMedia .swiper-slide .img-news {
        overflow: hidden;
        height: 500px;
}
.ArticleMedia .swiper-slide .img-news .image-wrapper {
        display: block;
        width: 100%;
        height: 500px;
}
.ArticleMedia .swiper-slide .img-news .video-wrapper {
        display: block;
        background: black;
        width: 100%;
        height: 500px;
        text-align: center;
}
.ArticleMedia .swiper-slide .img-news .image-wrapper .item-image{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.ArticleMedia .swiper-slide .img-news .video-wrapper .item-video{
        width: 100%;
        height: 100%;
}
.ArticleMedia .swiper-slide .img-news .image-wrapper .item-image:hover{
        transform: unset;
}
.ArticleMedia .swiper-slide .news-info .image-wrapper{
        overflow: unset;
}
.ArticleMedia .LeftPanel_media{
        background: #323232;
        margin: 20px 0;
        overflow: hidden;
}
.ArticleMedia .swiper-button-prev {
        left: calc((100vw - 880px) / 2 - 60px);
        top: 50%;
        width: 48px;
        height: 48px;
        background: url(images/prev.png) no-repeat center;
        background-size: contain;
        display: block;
        content: '';
}
.ArticleMedia .swiper-button-next {
        right: calc((100vw - 880px) / 2 - 60px);
        top: 50%;
        width: 48px;
        height: 48px;
        background: url(images/next.png) no-repeat center;
        background-size: contain;
        display: block;
        content: '';
}
.ArticleMedia .swiper-button-next:after,
.ArticleMedia .swiper-button-prev:after {
        display: none;
}
.ArticleMedia .news-info {
        /* display: inline-flex; */
        display:none;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 74.82%);
        height: 180px;
        position: absolute;
        bottom: 0;
        left: 0;
}
.ArticleMedia .news-info a {
        display: flex;
        align-items: center;
        margin-left: 40px;
        position: absolute;
        bottom: 30px;
}
.ArticleMedia .news-info .news-title {
        width: 453px;
        //
        styleName: Mic Style weband Mobile_Hiep/Merriweather_16px;
        font-family: "Merriweather";
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: left;
        color: #FFFFFF;
        margin-left:40px
}
.ArticleMedia .news-info .news-sapo{
        display: none;
}
.ArticleMedia .swiper-pagination-bullet {
        background: white;
}
.ArticleMedia .swiper-pagination-bullet-active {
        background: white;
}
@media only screen and (max-width: 1024px){
        .media-list .RightCol {
                display: none;
        }
        .ArticleMedia .ArticleMediaListControl .navbar a.navbar-brand {
                font-size: 20px;
                font-weight: 700;
                line-height: 40px;
                text-align: left;
                color: #da251c;
                text-transform: uppercase;
                /* padding-left: 30px; */
                /* background: url(images/logo.png) no-repeat left; */
                background-size: 20px;
                background-position-x: 5px;
                padding-right: 15px;
                display: block;
        }
        .ArticleMedia .swiper-slide .img-news {
                overflow: hidden;
                height: 300px;
        }
        .ArticleMedia .swiper-slide .img-news .image-wrapper {
                display: block;
                width: 100%;
                height: 300px;
        }
        .ArticleMedia .swiper-slide .img-news .video-wrapper {
                display: block;
                width: 40%;
                height: 75%;
                align-items: center;
                /* padding-left: 17%; */
                margin-left: 30%;
        }
        .ArticleMedia .swiper-button-next {
                right: 0;
                top: 50%;
                width: 40px;
                height: 48px;
                background: url(images/next.png) no-repeat center;
                background-size: contain;
                display: block;
                content: '';
        }
        .ArticleMedia .swiper-button-prev {
                left: 0;
                top: 50%;
                width: 40px;
                height: 48px;
                background: url(images/prev.png) no-repeat center;
                background-size: contain;
                display: block;
                content: '';
        }
        .media-list .LeftPanel_media{
                margin-top: 0;
        }
        .media-list .swiper-slide .img-news .image-wrapper{
                width: calc(100vw - 32px);
                aspect-ratio: 16 / 9;
                height: unset;
        }
        .media-list .swiper-container{
                width: 100%;
                height: 272px;
                padding: 20px 16px;
                overflow: hidden;
        }
        .media-list .swiper-slide{
                width: calc(100vw - 65px) !important;
                position: relative;
        }
        .media-list .LeftPanel_media .news-info a img{
                position: absolute;
                left: 10px;
                bottom: 90px;
                /* top: 0; */
        }
        .media-list .LeftPanel_media .news-info{
                background: transparent;
                position: unset;
                height: 60px;
                margin: 10px 0;
        }
        .media-list .LeftPanel_media .news-info a {
                margin: 0;
                position: inherit;
        }
        .media-list .LeftPanel_media .news-info a .news-title{
                //
                styleName: text/02;
                font-family: Merriweather;
                font-size: 22px;
                font-weight: 700;
                line-height: 30px;
                text-align: left;
                color: #FFFFFF;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                /* number of lines to show */
                line-clamp: 2;
                -webkit-box-orient: vertical;
                margin-left: 0;
        }
        .media-list .swiper-pagination{
                margin: 0;
        }
        .MultimediaContent {
                width: 100%;
                /* padding: var(--padding-res); */
                border-bottom: 0;
                padding-bottom: 0;
        }
        .MultimediaContent .GridItem {
                width: 100%;
                border-bottom: 1px solid #EEEEEE;
                padding-bottom: 0px;
        }
        .MultimediaContent .GridItem:last-child{
                border-bottom: 0;
        }
        .MultimediaContent .GridItem .news-info span{
                font-family: Merriweather;
                font-size: 20px;
                font-weight: 700;
                line-height: 28px;
                text-align: left;
                color: #212529;
        }
        .MultimediaContent .GridItem .img-news img {
                max-height: unset;
                height: calc((100vw - 32px) / 16 * 10);
        }
        .MultimediaContent .GridItem .img-news img[src=""]:before{
                min-height: calc((100vw - 32px) / 16 * 10);
        }
        div[id*='ListMultimedia']{
                padding: 10px 16px !important;
                width: 100vw !important;
                margin: 0;
                box-sizing: border-box !important;
        }
        div[id*='ListMultimedia'] .title{
                border-bottom:1px solid #DDDDDD;
        }
        div[id*='ListMultimedia'] .title>a>span{
                font-family: Merriweather;
                font-size: 18px;
                font-weight: 700;
                line-height: 30px;
                text-align: left;
                color: #000000;
        }
        div[id*='ListMultimedia'] .SearchBox{
                flex-wrap: wrap;
                gap: 10px;
        }
        div[id*='ListMultimedia'] .SearchBox .search-title,div[id*='ListMultimedia'] .SearchBox .search-date{
                width: 100%;
                justify-content: space-between;
        }
        div[id*='ListMultimedia'] .SearchBox .search-title input{
                width: 100%;
        }
        div[id*='ListMultimedia'] .SearchBox .search-title .ButtonSearch{
                right: 15px;
        }
        div[id*='ListMultimedia'] .SearchBox .search-date>table>tbody>tr{
                max-width: 100%;
        }
        div[id*='ListMultimedia'] .SearchBox .search-date>table>tbody>tr>td{
                font-size: 12px;
                white-space: nowrap;
        }
        div[id*='ListMultimedia'] .SearchBox .search-date>table>tbody>tr>td.col2{
                flex: 1;
        }
        div[id*='ListMultimedia'] .SearchBox .search-date>table>tbody>tr>td.col2>input{
                width: 100%;
                background-position-x: 95%;
        }
        .ArticleMedia .ArticleMediaListControl{
                padding: 0 15px;
        }
        .ArticleMedia .ArticleMediaListControl .navbar{
                flex-direction: column;
                width: unset;
                align-items: flex-start;
        }
        .ArticleMedia{
                padding-top: 0;
                margin-top: 0;
                max-width: 100vw;
        }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
        .media-list .RightCol{
                display: block;
        }
        .media-list .RightCol ul{
                display: flex;
                flex-direction: row;
                gap: 20px;
                flex-wrap: wrap;
                margin-top: 0;
        }
        .media-list .RightCol ul li{
                margin: 0 !important;
                max-width: calc(100%/4 - 15px);
        }
        .media-list .RightCol ul li .imagewrap{
                max-height: 150px;
        }
        .ArticleMedia .ArticleMediaListControl .navbar{
                flex-direction: row;
                align-items: center;
        }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
        .ArticleMedia{
                max-width: calc(100vw - 20px);
                padding-left: 10px;
                padding-right: 10px;
                overflow: hidden;
        }
}
@media only screen and (max-width: 768px){
        .ArticleMedia .ArticleMediaListControl .navbar a.navbar-brand {
        	font-size: 14px!important;
        }        
}
