.YoutubeVideoList {
        background: #fff;
        border: 0px;
        border-radius: 2px;
        box-shadow: -2px 2px 4px #bbb;
        padding: 10px;
        text-align: left !important;
        margin: 10px 0;
        height: auto !important;
}
.YoutubeVideoList .ListVideo {
        /* padding: 5px; */
        /* border: 1px solid #ddd; */
        border-top: 0;
        width: 100%;
}
.YoutubeVideoList ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.YoutubeVideoList li {
        background: rgba(0, 0, 0, 0) url("https://storage-vnportal.vnpt.vn/cmu-khdn/1/images/video-icon-8022.png") no-repeat scroll left 4px;
        cursor: pointer;
        margin: 0 0 10px 0;
        padding: 0 0 0 15px;
        background-size: 12px auto;
}
.YoutubeVideoList .ListVideo .VideoItem img {
        display: none;
        float: left;
        height: 40px;
        margin-right: 10px;
        width: 55px;
}
.YoutubeVideoList li .title:hover {
        color: #4687ff;
}
.YoutubeVideoList li .title {
        color: #212529;
}
.YoutubeVideoList .VideoHeader {
        border: 0px;
        height: 36px;
        background: #189bf7;
        color: #fff !important;
        display: inline-block;
        border-radius: 2px;
        box-shadow: -2px 2px 4px #c5b5b5;
        margin-bottom: 10px;
}
.YoutubeVideoList .VideoHeader .Text {
        height: 36px;
        color: #ffffff;
        padding: 0 10px 0 20px;
        padding-top: 5px;
        color: #ffffff;
        line-height: 26px;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
}
.YoutubeVideoList .VideoHeader .Text:before {
        content: "\e04a";
        font-size: 30px;
        font-family: 'Material Icons';
        vertical-align: top;
        font-weight: 400;
        width: 36px;
        height: 36px;
        display: inline-block;
        top: 2px;
}
.ListVideo > span .CurrentPage {
        font: bold 13px arial;
        padding: 3px;
        text-align: right;
}
.YoutubeVideoList .ListVideo span span, .YoutubeVideoList .ListVideo span a {
        width: 25px;
        height: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        font-size: 12px;
        text-decoration: none;
}
.YoutubeVideoList .ListVideo span{
        display: flex;
        justify-content: center;
}

.first-last{
        width: 65px !important;
}

.YoutubeVideoList .ListVideo span span {
        background: #4687ff;
        color: #fff;
}
@media only screen and (max-width: 768px){
        div.YoutubeVideoList {
                padding: 0 !important;
                margin: 10px 0;
        }
        .YoutubeVideoList .ListVideo{
                padding:5px;
        }
        .first-last{
                width: 60px !important;
        }
}
