.ArticleMediaListControl {
        padding: 10px 0;
        padding-bottom: 20px;
        /* background: #fff; */
        position: relative;
        margin-bottom: 10px;
}
.ArticleMediaListControl .navbar {
        padding: 0;
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 20px;
        padding-bottom: 5px;
}
.ArticleMediaListControl .navbar:before {
        content: '';
        width: 80px;
        height: 1px;
        background: #ce1126;
        position: absolute;
        left: 0;
        bottom: 0;
}
.ArticleMediaListControl .navbar li {
        padding: 10px 20px;
}
.ArticleMediaListControl .navbar-light .navbar-brand {
        white-space: nowrap;
        font-size: 18px;
        display: inline-flex;
        margin: 0 auto;
        font-family: 'Inter';
        font-weight: 700;
        color: #ce1126;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        padding-right: 10px;
        text-align: left;
}
.ArticleMediaListControl .navbar li a {
        color: #1d2129 !important;
        font-size: 14px;
        padding: 0;
}
.ArticleMediaListControl td.media-item img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        border: 1px solid #e4e4e4;
}
.ArticleMediaListControl td.media-item a {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        text-decoration: none;
}
.ArticleMediaListControl span.caption i {
        color: #ffc107;
        margin-right: 5px;
        font-size: 13px !important;
        display: none;
}
.ArticleMediaListControl img[src="/no-image.jpg"] {
        content: url(images/noimage.png);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(241, 241, 241);
        border-image: initial;
}
.ArticleMediaListControl span.caption strong {
        font-size: 16px;
        color: #1d2129;
        font-weight: 600;
        text-align: justify;
        display: block;
        text-align: left;
}
.ArticleMediaListControl .media-grid > tbody {
        /* display: flex; */
        gap: 30px;
        flex-wrap: wrap;
}
.ArticleMediaListControl .media-grid > tbody > tr {
        width: calc(25% - 15px);
        display: inline-block;
        margin: 0;
}
.ArticleMediaListControl .media-grid {
        width: 100%;
        min-height: 300px;
}
.ArticleMediaListControl tr.media-paging {
        display: block !important;
        width: unset !important;
        position: static;
        padding: 0;
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        padding-right: 0;
}
.ArticleMediaListControl tr.media-paging table{
        margin: auto;
}
.ArticleMediaListControl tr.media-paging tr > td > span,
.ArticleMediaListControl tr.media-paging tr > td > a {
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        text-decoration: none;
        margin-right: 5px;
}
.ArticleMediaListControl tr.media-paging tr > td > span {
        background: #034494;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
}
.ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) {
        position: static;
        right: 0;
        width: calc(25% - 15px);
        height: auto;
        max-height: unset;
}
.ArticleMediaListControl .media-list {
        position: relative;
}
.ArticleMediaListControl .media-grid > tbody > tr > td {
        display: block;
        /* height: 100%; */
        position: relative;
}
.ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) .image {
        height: calc(100% - 20px);
}
.ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) {
        position: static;
        right: 0;
        width: calc(50% - 20px);
        max-height: unset;
        float: left;
        min-height: 417px;
        margin-left: 0;
}
.ArticleMediaListControl .media-grid > tbody > tr {
        width: calc(25% - 20px);
        display: inline-block;
        margin: 10px;
}
.ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) .image img {
        height: 380px;
}
.ArticleMediaListControl .image {
        position: relative;
}
.ArticleMediaListControl span.media-tag {
        position: absolute;
        bottom: 1px;
        right: 1px;
        font-size: 13px;
        padding: 2px 5px;
        background: #d39e00;
        color: #fff;
        font-weight: 600;
}
.ArticleMediaListControl span.caption {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
        display: -webkit-box;
        color: #fff;
        text-align: left;
}
@media only screen and (max-width: 768px){
        .ArticleMediaListControl .navbar {
                max-width: 100%;
                overflow: auto;
        }
        .navbar-collapse {
                display: inline-block!important;
                max-width: 100%;
                overflow: auto;
        }
        .navbar-collapse ul {
                flex-direction: row !important;
        }
        .ArticleMediaListControl {
                width: calc(100vw - 20px);
                margin: 0 10px;
                padding: 0;
        }
        .ArticleMediaListControl .media-grid {
                width: 100%;
        }
        .ArticleMediaListControl .media-grid > tbody {
                flex-direction: column;
                gap: 10px;
        }
        .ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) {
                position: static;
                width: 100%;
                height: auto !important;
                margin-top: 10px;
        }
        .ArticleMediaListControl .media-grid > tbody > tr {
                width: 100% !important;
        }
        .ArticleMediaListControl td.media-item a {
                flex-direction: row;
        }
        .ArticleMediaListControl span.caption {
                flex: 1;
                text-align: justify;
        }
        .ArticleMediaListControl .image {
                width: 120px;
        }
        .ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) a {
                flex-direction: column;
        }
        .ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) .image {
                width: 100%;
        }
        .ArticleMediaListControl tr.media-paging {
                position: static;
        }
        .ArticleMediaListControl tr.media-paging tr {
                display: flex;
                justify-content: center;
                width: 100%;
        }
        .ArticleMediaListControl tr.media-paging>td {
                display: flex !important;
                width: 100%;
                justify-content: center;
        }
        .ArticleMediaListControl td.media-item img{
                height: 90px;
        }
}


/*DETAIL*/
/*****************Detail Video****************/
.media-detail iframe.frame {
    width: 100%;
    height: 600px;
    margin-bottom: 40px;
}
.media-detail  h5.question-title .title {
        font-size: 30px;
        font-weight: 600;
        display: block;
        color: #232323;
        margin: 10px 0 20px 0;
        font-family: 'Merriweather';
}
.media-detail  h5.question-title .content {
        font-size: 16px;
        /* font-weight: 600; */
        color: #343a40;
        margin-bottom: 10px;
        display: block;
        line-height: 1.5;
}
.media-detail  h5.question-title .date {
        font-weight: normal;
        display: block;
        color: #747474;
        margin-bottom: 5px;
        /* text-align: right; */
        font-size: 14px;
}
.media-detail  .UISocialShare {
        margin-bottom: 10px;
        align-items: flex-start;
        display: none !important;
}
.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: 10px 0px;
        font-size: 14px;
        color: #1d2129;
}
.media-detail  .relation .title {
    text-decoration: none;
    text-transform: uppercase;
    flex-direction: column;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    text-align: left;
    position: relative;
    font-family: 'Inter';
    font-weight: 700;
    color: #ce1126;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
.media-detail  .relation .title:before {
    content: '';
    width: 80px;
    height: 3px;
    background: #ce1126;
    position: absolute;
    left: 0;
    bottom: 0;
}
.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: 130px;
        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;
        display: none;
}
.media-detail   span.caption strong {
        font-size: 16px;
        color: #031739;
        font-weight: 600;
        text-align: justify;
        display: block;
        width: 100%;
        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: 30px;
        height: 30px;
        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: var(--color-primary);
        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: 130px;
}
.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: 'Font Awesome 5 Pro';
    font-size: 35px;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 5px 15px;
    border-radius: 50%;
}
.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: 768px){
	.ArticleMedia {
    padding: 20px 10px;
}
.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;
    z-index: 999;
    padding:0 10px;
    width:95%;
}
.media-list .RightCol ul {display: block;text-align: center;padding: 0;}
	
	/*****/
        .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************/

