.entry-header-text.entry-header-text-top {
    padding-bottom: 0;
}

.blog-wrapper.blog-single {
    padding-top: 0;
}

nav.breadcrumbs, nav.breadcrumbs a {
    font-weight: 400;
    color: #222;
    font-size: 14px;
}

nav.breadcrumbs {
    font-weight: 400;
}

.page-title.shop-page-title.product-page-title {/* margin-bottom: 10px; */}

div#content {
    background-color: #ede6e636;
}

.article-inner {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #cccccc87;
    border-radius: 4px;
}

h1.entry-title {
    font-size: 22px;
    font-weight: 600;
}

.entry-divider.is-divider.small {
    display: none;
}

.entry-content.single-page h2, .entry-content.single-page h3, .entry-content.single-page h4 {
    font-weight: 500;
	font-size: 20px;
}

.entry-content img.size-full.alignnone {
	margin: 0;
}

/* css bai viet lien quan */
span.related-head {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* css sidebar */
div#secondary {
    background-color: #fff;
    padding: 12px;
    border: 1px solid #cccccc87;
    border-radius: 4px;
    margin-top: 20px;
}

.post-sidebar.large-3.col {
    border-left: 0 !important;
    padding-left: 0;
}


@media (max-width: 549px) {
	h1.entry-title {
		font-size: 18px;
	}
	.article-inner {
		padding: 18px 12px;
	}
}

