.breadcrumb p{
    margin:0;
}
.description {
    font-size: 14px;
    line-height: 22px;
}

.circle{

	border-radius: 100%;

}

.modal-body{
	text-align: center;
}

.modal-body a.sharefb {
    width: 200px;
    display: inline-block;
    margin: 0 auto;
}

.tuThanD__tt {

    line-height: 26px;

}

.text-center {
    text-align: center;
}

.siteMain .postClipTitle{
    color: #000;
}

@media screen and (max-width: 812px) {

    aside {
        display: block;
    }

}

.comment-box{
	margin-top: 50px;
}

.voted {
    background-color: #dadada;
    pointer-events: none;
}

.countvote-box{
	text-align: center;
	margin-top: 10px;
}

/*STICKY ALL SITE CSS*/
aside{
	position: relative;
	height: 100%;
}

.sticky-fixed {
    position: fixed !important;
    transition: 0.5s ease-in-out;
}

.sticky-bottom{
	position: absolute !important;
    transition: 0.5s ease-in-out;
	bottom: 0;
	top: unset !important;
}

#modal-thongbao .modal-title {
    text-transform: unset;
}
/*END STICKY ALL SITE CSS*/


@media screen and (max-width: 480px) {
	.pcx{
		display: none;
	}
}