.YoutubeVideoList {
        margin-bottom: 10px;
        padding: 0;
}
.YoutubeVideoList .ListVideo {
        padding: 5px 5px 0 0;
        text-align: right;
}
.YoutubeVideoList ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 30px;
        gap: 70px;
}
.YoutubeVideoList li {
        cursor: pointer;
        margin: 5px 0;
        padding: 0 0 0 18px;
        background: url(images/camera.png) no-repeat left center;
        width: 215px;
}
.YoutubeVideoList .GridPanel .VideoItem img {
        height: 135px;
        margin-right: 10px;
        width: 100%;
}
.YoutubeVideoList li .title:hover {
        color: #b82805;
}
.YoutubeVideoList li .title {
        color: #424242;
        font: 10pt arial;
        text-align: justify;
        font-weight: bold;
        margin-top: 10px;
}
.YoutubeVideoList .VideoHeader {
        background: rgba(0, 0, 0, 0) url(https://storage-vnportal.vnpt.vn/bcn-khdn/themes/doanthanhnien/uiimagecategory/images/album.png) no-repeat scroll left bottom;
        border-radius: 5px 0 0;
        color: #fff;
        font: bold 13px / 24px arial;
        height: 25px;
        margin-bottom: 10px;
        padding-left: 10px;
        text-transform: uppercase;
        width: 100%;
}
.YoutubeVideoList .VideoHeader .Text {
        color: #fff;
        font: bold 10pt/28px arial;
        height: 28px;
        padding-left: 30px;
}
.ListVideo > span .CurrentPage {
        font: bold 13px arial;
        padding: 3px;
        text-align: right;
}
