@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.media-detail {
        padding: 20px 10%;
}
.ArticleMediaListControl .LeftCol{
        width:100%;
        height:400px !important;
        display: none;
}
.ArticleMediaListControl .media-list{
        display: flex;
        gap: 14px;
        width: 100%;
            flex-direction: column;
}
.ArticleMedia_Default {
       
}
.ArticleMediaListControl .listMedia .thumbnail{
        display: flex;
        gap: 10px;
        flex-direction: column;
}
#slider {
        margin:0;
        padding:0;
}
.skdslider {
        width:100%;
        position: relative;
        display: block;
        overflow:hidden;
        height: 400px !important;
        aspect-ratio: 16/9;
}
.skdslider .slide {
        height: 450px;
        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 img {
        width: 100%;
        border:0;
        object-fit: cover;
        position:relative;
        aspect-ratio: 16/9;
        height: 400px;
}
.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 !important;
        cursor:pointer;
        position:absolute;
        top:50%;
        left:48%;
        margin-top:-17px;
}
.listMedia{
        display:flex;
        flex-wrap:wrap;
}
.SliderMedia .child span{
        position: relative;
        text-align: left;
        font-size: 28px;
        color: white;
        bottom: 25%;
        font-weight: 700;
        margin: 0 auto;
        opacity: 1;
        white-space: pre-wrap;
        z-index: 999;
        width: 85%;
        display: flex;
        font-family: 'Merriweather';
        line-height: 40px;
        text-shadow: 1px 1px black;
}
.media-list .RightCol {
        width: 100%;
        clear: both;
        display: block;
        /* margin-top: 30px; */
        flex: 1;
}
.media-list .RightCol ul {
        max-width: 100%;
        width: 100%;
        /* text-align: center; */
        display: flex;
        id;
        */
        grid-gap: 30px;
        grid-auto-flow: row;
        /* margin: 15px 0; */
        padding: 0;
        display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 cột bằng nhau */
        gap: 20px;
        margin-bottom: 0;
}
.media-list .RightCol ul li {
        /* width: calc(100% - 30px); */
        list-style-type: none;
        overflow: hidden;
        /* position: relative; */
        cursor: pointer;
        margin-bottom: 20px;
}
.media-list .RightCol ul li .imagewrap{
        position: relative;
        height: 160px;
        aspect-ratio: 16/9;
        padding-bottom: 1px;
        
}
.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 {
        padding: 0;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.4em;
        color: #182940;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
}
.media-list .RightCol ul li:nth-child(4) {
  
}
.listMedia span.media-tag:before {
        content: "\f0da";
        color: #fff;
        font-family: 'FontAwesome';
        font-size: 28px;
        font-weight: 500;
        padding: 2px 10px;
        border-radius: 100px;
        background: rgba(0,0,0,0.5);
}
.listMedia span.media-tag {
        position: absolute;
        color: transparent;
        top: 75%;
        left: 25%;
        transform: translate(-50%, -50%);
}   
.ArticleMedia .ArticleMediaListControl ul li.nav-item {
        display: flex;
        align-items: center;
}
.ArticleMedia .ArticleMediaListControl ul li.nav-item:first-child a:before{

    content: "\f03d";
    margin-right: 7px;
    color: #0068b4;
    font-size: 17px;
    font-family: "Font Awesome 5 Pro";
}
.ArticleMedia .ArticleMediaListControl ul li.nav-item:nth-child(2) a:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f03e';
    font-size: 18px;
    font-weight: 900;
    padding-right: 5px;
    color: #0068b4;
}
.ArticleMedia .ArticleMediaListControl ul li.nav-item:nth-child(3) a:before {
          font-family: "Font Awesome 5 Pro";
background: url(images/infographics.png) no-repeat;
    background-size: contain;
        content: '\f200';
    padding-right: 25px;
        font-size: 20px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(17%) sepia(79%) saturate(5210%) hue-rotate(194deg) brightness(94%) contrast(101%);
}
.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: Georama;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #000000;
        font-family: 'Arial';
    font-size: 14px;
    font-weight: 600;
        display: none
        
}
/**********************************/
.ArticleMedia {
        /* padding: 5px; */
        margin-bottom: 20px;
        max-width: var(--main-width);
        margin: 0px auto;
        padding-bottom: 20px;
        margin-top: 15px;
}
.ArticleMedia .ArticleMediaListControl .navbar {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 15px;
        color: white;
    display: inline-block;
    font: bold 14px / 30px arial;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 2px solid #104c97;
    border-radius: 4px;
    position: relative;
    /* background-image: url(images/logo_title.png); */
    background-position: left center;
    background-position-x: 5px;
    background-repeat: no-repeat;
    line-height: 30px;
    width: 100%;
    padding: 0px 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
    background: #104c97 url(images/title_thongbao.png) no-repeat right;
        margin-bottom: 10px;
}
.ArticleMedia .ArticleMediaListControl .navbar a.navbar-brand::before {
       position: absolute;
    left: 0;
    top: 7px;
    content: " ";
    width: 17px;
    height: 17px;
    background-image: url(images/multimedia.png);
    background-size: contain;
  
   filter: brightness(0) saturate(100%) invert(20%) sepia(60%) saturate(2000%) hue-rotate(190deg);
        filter: brightness(0) saturate(100%) invert(100%);
}
.ArticleMedia .ArticleMediaListControl .navbar a.navbar-brand {
        display: flex;
        align-items: center;
        font-family: Arial;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff;
        position:relative;
        padding-left: 30px;
}
.ArticleMedia .ArticleMediaListControl .collapse {
        flex-grow: 0;
}
.ArticleMedia .ArticleMediaListControl ul.navbar-nav.mr-auto {
        width: 100%;
        float: right;
        flex-direction: row;
        gap: 20px;
        justify-content: space-between;
}
.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 .Viewmore {
        width: 600px;
        display: block;
        font-family: 'Merriweather', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #4982d1;
        padding: 5px 0;
        text-align: center;
        border: 1px solid #dae4f1;
        box-sizing: border-box;
        border-radius: 4px;
        background: #fff;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
/*****************Detail Video****************/
.media-detail iframe.frame {
        width: 100%;
        height: 450px;
        margin-bottom: 40px;
}
.media-detail  h5.question-title .title {
        font-size: 25px;
        font-weight: 600;
        display: block;
        color: #232323;
        margin: 10px 0 30px 0;
}
.media-detail  h5.question-title .content {
        font-size: 14px;
        /* font-weight: 600; */
        color: #343a40;
        margin-bottom: 10px;
        display: block;
        line-height: 1.5;
}
.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;
}
.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: 14px;
        color: #1d2129;
}
.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: 13px;
        color: #1d2129;
        font-weight: 600;
        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;
}
.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;
}
.media-detail   tr.media-paging tr > td > span {
        background: #015f9e;
        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-list .RightCol ul li .youtube {
}
@media only screen and (max-width: 768px){
        .ArticleMedia {
                padding-top: 10px; 
                padding-right: 10px;
                margin:0;
        }
        .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;
        }
        .SliderMedia .LeftCol {
                display: none;
        }
        .skdslider {
                height: 300px !important;
        }
        .SliderMedia .child span{
                position: relative;
                text-align: center;
                font-size: 16px;
                color: white;
                bottom: 107px;
                font-weight: 700;
                margin: 0 auto;
                opacity: 1;
                z-index: 999;
                padding:0 10px;
                width:95%;
                line-height: 22px;
        }
        .media-list .RightCol ul {
                display: block;
                text-align: center;
                padding: 0;
                width: 100%;
                margin: 0 auto;
                column-count: 2;
                gap: 10px
        }
        /*****/
        .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;
        }
        .ArticleMedia .Viewmore {
                width: 90vw;
        }
        .ArticleMedia .ArticleMediaListControl .navbar {
                align-items: baseline;
                flex-direction: column;
        }
        .ArticleMedia .ArticleMediaListControl .collapse {
                display:block;
        }
        .ArticleMediaListControl .media-list {
                display: block;
        }
        .ArticleMediaListControl .LeftCol {
                width: auto;
                height: 340px !important;
        }
        .ArticleMediaListControl .listMedia .thumbnail{
                flex-direction:column;
        }
        .media-list .RightCol ul li{
                height:160px;
                margin-bottom: 10px;
        }
        .media-list .RightCol ul li h3{
                font-weight:700;
        }
}
/*************Detail Gallery************/
@media (max-width: 1023px) {
        .ArticleMedia_default{
        	margin-left: 10px;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
        .media-list .RightCol ul li .imagewrap{
                height: 150px;
        }
}
