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

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

nav.breadcrumbs a {
    font-weight: 600;
    color: #8d0505;
}

nav.breadcrumbs {
    font-weight: 400;
}

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: 24px;
    font-weight: 500;
}

.entry-content.single-page b, .entry-content.single-page strong {
    font-weight: 600;
}

.entry-content.single-page h1, .entry-content.single-page h2, .entry-content.single-page h3, .entry-content.single-page h4 {
    font-size: 22px
}


/* css bai viet lien quan */
button.button.is-link.is-small.mb-0 {
    color: #0088de;
    font-size: 14px;
    font-weight: 600;
}

button.button.is-link.is-small.mb-0:after {
    content: "\f061";
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 5px;
    background: #74c6fa45;
    color: #0088de;
    padding: 4px 5px;
    border-radius: 20px;
}

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 {
    padding-left: 0px;
    border: 0 !important;!i;!;
}

a.button.is-link.btn-blog {
    display: none;
}

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

