.YoutubePlayer .Title {
        color: darkgreen;
        font-size: 45px;
        font-weight: 600;
}
.YoutubePlayer .Header {
        position: relative;
        padding: 30px 0px;
        padding-left: 125px;
        margin-bottom: 25px;
        background-image: linear-gradient(to right bottom, #e1dede, #e6e4e5, #eceaeb, #f1f1f1, #f7f7f7, #fafafa, #fcfcfc, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
}
.YoutubePlayer .Header::after {
        content: '';
        background-image: url('https://storage-vnportal.vnpt.vn/sme-g6/sitefolders/ditichrungkienan/green-flag.png');
        height: 70px;
        width: 100px;
        display: block;
        background-size: 100% 100%;
        position: absolute;
        top: 40px;
        left: 0px;
}
.YoutubePlayer .Header .Text {
        color: darkgreen;
        font-size: 45px;
        font-weight: 600;
}
.YoutubePlayer iframe {
        width: 100% !important;
        border-radius: 6px;
}
.YoutubePlayer .Header .Text::after {
       /* content: "\A Những hành trình tiếp nối truyền thống - Vững bước tương lai";*/
        white-space: pre-wrap;
        font-size: 21px;
        line-height: 35px;
        font-style: italic;
}
@media only screen and (max-width: 768px) {
        .YoutubePlayer .Header .Text {
                font-size: 24px;
        }
        .YoutubePlayer .Header .Text::after {
                font-size: 16px;
                line-height: 22px;
        }
}
