.site-footer {
    width: 100%;
    float: left;
    background: #003366 !important;
}
h1.entry-title, h2.entry-title, h2.entry-title a:hover, h2.entry-title a:active {
    font-family: "Open Sans";
    font-weight: 600;
    color: #000;
    font-size: 30px;
    text-align: left !important;
    line-height: 150%;
    margin-top: 0px;
}
.blog-data-wrapper {
    display: inline-block;
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
    position: relative;
    min-height: 24px;
}
.site-branding.branding-logo img {
    max-width: 100%;
    width: 250px;
    height: 63px;
}
.banner-widget-wrapper img {
    display: inline-block;
    float: right !important;
    width: 728px;
    max-width: 100%;
    height: 90px;
}
.footer-info-right {
    opacity: 0.7;
    display: none !important;
}
/* Ẩn khung comment và danh sách comment */
#comments, .comments-area, .comment-respond {
    display: none !important;
}
.entry-meta {
    display: inline-block;
    margin: auto;
    text-align: left !important;
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
    padding: 0px 0px;
    width: 100%;
    font-weight: 400;
}
.single article .entry-content img,
.page article .entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
		width: 100% !important;
}
.featured-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 350px !important;
}