.YoutubePlayer .Header {
        height: 42px;
        padding: 0;
        background-color: #E9967A;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
}
.YoutubePlayer {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        margin: 0;
}
.YoutubePlayer .Header .Text {
        color: #ffffff;
        display: inline-block;
        padding: 0 0 0 45px;
        width: 100%;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        background: url(https://storage-vnportal.vnpt.vn/hgg-sogddt/9108/Icon/icon-site.png);
        background-repeat: no-repeat;
        background-position: 10px -371px;
        font-family: 'Roboto Slab';
}
.YoutubePlayer .Title {
        color: #333;
        display: inline-block;
        font: 10pt arial;
        padding: 9px;
}
.YoutubePlayer iframe {
        background-color: White;
        border: medium none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.YoutubePlayer .VideoContain {
        margin-top: 0;
        padding: 0px 10px 10px 10px;
        border: 1px solid #eeeeee;
        border-top: 0;
        border-bottom: 0;
        padding-bottom: 0;
}
@media only screen and (max-width: 768px){
        .YoutubePlayer, .YoutubeVideoList {
                padding: 0 10px;
        }
        div.MultiFunctionControl .WebLink .HeadLink {
                height: 42px !important;
        }
        div.MultiFunctionControl div.WebLink {
                padding: 0 5px !important;
        }
        .YoutubePlayer .VideoContain {
                padding: 0;
        }
        .YoutubeVideoList li {
                display: block;
        }
}
