.clearfix:after{
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
}
.t-a-l{
	text-align: left;
}
.fs-12{
	font-size: 12px;
}
.plain {
    color: black;
    transition: color .3s, opacity .3s, transform .3s;
    font-size: 25px;
    font-weight: 700;
}
.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.bd_tintuc_a{
	border: 2px solid #fff898;
    border-radius: 7px;
    color: #fff898;
    background-color: transparent;
    padding: 6px 15px;
    font-size: 14px;
}
.tagcloud a {
    font-size: 12px !important;
    display: inline-block;
    border: 1px solid currentColor;
    opacity: .8;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: white;
}
.tagcloud a:hover{
	background-color: #b20000;
	text-decoration: none;
}
@media (min-width: 320px) {
	.w-50pt {
    width: 100%;
	}
}
@media (min-width: 768px) {
	.w-50pt {
    width: 48%;
	}
}