.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;
}

.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: 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 {
    position: relative;
    font-size: 22px
}

.entry-content.single-page h1:before, .entry-content.single-page h2:before, .entry-content.single-page h3:before, .entry-content.single-page h4:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #74c6fa45;
    border-radius: 50%;
    left: 10px;
    top: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* css bai viet lien quan */
h5.post-title {
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

h5.post-title:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #74c6fa45;
    border-radius: 50%;
    left: 30px;
    top: 23px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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: 8px;
}

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

/* css 2 nut lien he */
.post-lienhe {
    display: block;
    width: 100%;
    margin-bottom: 75px;
}

a.btn-dhn {
	 background: -webkit-linear-gradient(#f52f32,#e11b1e);
    background: -o-linear-gradient(#f52f32,#e11b1e);
    background: -moz-linear-gradient(#f52f32,#e11b1e);
    background: linear-gradient(#f52f32,#e11b1e);
}

a.btn-cont {
	background-color: #288ad6;
}

a.btn-cont, a.btn-cont:hover {
	color: #fff;
}

a.btn-cont {
    padding: 6px 0;
    width: 49%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
}

a.btn-cont strong {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    font-family: system-ui;
}

a.btn-cont span {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    display: block;
}

a.btn-cont img {
    width: 36px;
    float: left;
    padding-top: 2px;
}

.btn-content {
    padding-left: 8px;
}

.btn-dhn img {
    transform: rotate(13deg);
}

.btn-dhn img {
    width: 28px !important;
}

.btn-dhn {
    margin-right: 2%;
}

a.btn-dhn .btn-content {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

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

