.entry blockquote.accordion-list::before{
	display: none !important;
}
.entry blockquote.accordion-list{
	background: transparent;
	padding: 0px;
	color: #333;
}
.entry blockquote.accordion-list .card-header > div{
	padding: 10px 15px;
}

.entry .html_box_background::before,
.entry .html_box_border::before{
	display: none;
}
.entry .html_box_background a,
.entry .html_box_background p{
	color: #FFF;
}

.box-suggest-post .suggest-heading {
	display: block;
	background: #0c6b18;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 8px;
	color: #fff;
	font-size: 14px;
	padding: 2px 15px 4px;
	font-weight: 500;
	width: max-content;
}
.box-suggest-post .suggest-heading::before {
	content: "";
	width: 5px;
	height: 100%;
	background-color: #0c6b18;
	position: absolute;
	top: 0;
	left: -15px;
	border-radius: 4px;
}
.box-suggest-post ul:last-child, .box-suggest-post ul li:last-child, .box-suggest-post ul li p:last-child {
    margin-bottom: 0;
}
.box-suggest-post .list-suggest-post li::marker {
    color: #0c6b18;
}
.box-suggest-post .suggest-heading {
    display: block;
    background: #0c6b18;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px 4px;
    font-weight: 500;
    width: max-content;
}
.box-suggest-post .suggest-heading:before {
    display: none;
}
.box-suggest-post {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 15px;
    border-top: 3px solid #0c6b18;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
	margin: 15px 0;
}
.box-suggest-post .list-suggest-post a {
	display: inline-block;
}
.box-suggest-post .list-suggest-post li {
	font-size: 15px;
}
/*------block_suggest_two_column------*/
.block_suggest_two_column{
	display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}
.block_suggest_two_column .cols{
	width: 50%;
	padding: 0px 10px;
    margin-bottom: 20px;
}
.block_suggest_two_column .cols .inner.border{
    border: solid 1px #D9AE39 !important;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}
.block_suggest_two_column .cols .inner.shadow{
    height: 100%;
    padding: 15px;
    border-radius: 10px;
}
/*------anchor-link------*/
.box-xemthem-cta {
	display: flex;
	background: #eef7ed;
	font-size: 16px;
	line-height: initial;
	color: #2b2b2b;
	margin: 18px 0px;
	padding: 6px;
	border-radius: 6px;
	align-items: center;
	font-weight: 600;
}
.box-xemthem-cta::before {
	content: "Xem thêm";
	color: rgb(255, 255, 255);
	font-weight: 500;
	margin-right: 15px;
	padding: 5px 9px;
	background: #0c6b18;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	white-space: nowrap;
}
.box-xemthem-cta ul {
	padding-left: 15px;
	line-height: initial;
	margin: 0;
	font-size: 16px;
}
.box-xemthem-cta ul li::marker {
	color: #0c6b18;
	font-size: 18px;
}
.box-xemthem-cta a {
	color: #109cd9;
}
/*------anchor-link------*/
.anchor-link-cta {
	display: flex;
	align-items: center;
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	border: dashed 1px #0c6b18;
	padding: 10px;
	padding-left: 20px;
	border-left: solid 1px #0c6b18;
	overflow: hidden;
	position: relative;
	margin: 15px 0px;
	box-shadow: 1px 2px 15px rgba(0, 71, 147, 0.15);
}
.anchor-link-cta:hover{
	background: #E4F2FF;
}
.anchor-link-cta::before{
	content: "";
	background: #0c6b18;
	width: 8px;
	height: 100%;
	left: 0;
	top:0px;
	z-index: 1;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
}
.anchor-link-cta .name{
	font-size: 18px;
	color: #0c6b18;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 0px 15px;
	width: calc(100% - 80px);
	position: relative;
	line-height: normal;
}
.anchor-link-cta .name a{
	text-decoration: underline !important; 
}
.anchor-link-cta .thumb{
	width: 80px;
	aspect-ratio: 3/2;
	border-radius: 10px;
	overflow: hidden;
}
.anchor-link-cta .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.anchor-link-cta .name i{
	background: #FFB602;
	border-radius: 100%;
	color: #FFF;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

@media (max-width: 768px) {
	.box-xemthem-cta {
		align-items: start;
	}
    .block_suggest_two_column .cols{
        width: 100%;
    }
}