.FrameSource {
        margin: 0 0 10px 0;
        position: relative;
        max-width: 100%;
        box-sizing: border-box;
        padding-top: 0;
        min-height: 200px;
}
.FrameSource iframe{
        max-width: 100%;
	width: 100%;
        height: 400px;
}
.FrameSource .Header{
/*
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 10px;
        color: #da251d;
        display: inline-block;
        padding-left: 0;
        margin-top: 2px;
        text-align: left;
        
        display: block;
        margin-bottom: 10px;
        background: url(https://storage-vnportal.vnpt.vn/gov-tnh/themes/default/uitabarticle/singletab/images/body-top-new-bg.gif) repeat-y top left;
        padding-left: 35px;
        height: 40px;
        line-height: 20px;
*/
    background-color: #1e73be;
    text-transform: uppercase;
    background-image: url(https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png);
    background-position: right top;
    background-repeat: no-repeat;
    text-align: center;

    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 0;
    line-height: 38px;
    margin: 0;
    height: 35px;
    width: 100%;


}
@media only screen and (max-width: 768px){
        .FrameSource{
                width: calc(100% - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
}
