.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%;
        height: 1500px;
}
.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;
        /* text-shadow: 0px 1px 1px #888; */
        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;
        display: none;
}
.FrameSource .aui body{
	padding:0!important;
}
@media only screen and (max-width: 768px){
        .FrameSource{
                width: calc(100% - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
}
