.thong-tin-tac-gia {
	  position: relative;
  overflow: hidden;
    display:flex;
    width: 100%;
    background-color: #00f93c05;
    min-height: 250px;
}
.thong-tin-tac-gia > * {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}
.thong-tin-tac-gia .bang-tt.bang-1 {
    width: 20%;
}
.thong-tin-tac-gia .bang-tt.bang-1 img {
    width: 100%;
    max-width: 200px;
    border-radius: 5%;
    border: 5px solid #00ff3e2b;
    align-items: center;
    display: block;
    margin: auto;
    /* height: 100%; */
    margin-top: 15px;
}
.thong-tin-tac-gia .bang-tt.bang-2 {
    width: 78%;
	padding-left:2%;
}
.thong-tin-tac-gia .bang-tt.bang-2 .name-author {
    text-transform: uppercase;
    font-size: 150%;
    padding-top: 20px;
    margin-bottom: 6px;
}
.thong-tin-tac-gia .bang-tt.bang-2 p {
    margin-bottom: 0;
    color: black;
    font-size: 110%;
}
.thong-tin-tac-gia .bang-tt.bang-2 .social-links {
    position: absolute;
    bottom: 10px;
}
.thong-tin-tac-gia .bang-tt.bang-2 .social-links i {
    font-size: 20px;
    margin: 0 6px;
    padding: 8px;
    background-color: #d0ffdb;
}
.thong-tin-tac-gia .bang-tt.bang-2 .social-links i:hover {
    background-color: #eaa087;
    color: #fff;
}
.pagination {
    margin-top: 15px;
}
.pagination .page-numbers {
    padding: 1px 12px 7px;
    margin: 5px;
    border: 2px solid #446084;
    line-height: 2;
}
.pagination .current {
    padding: 1px 14px 8px;
    background-color: #446084;
    color: #fff;
}
/*Css mobile*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.author-posts .col.post-item.has-post-icon {
        margin: 5px !important;
        flex-basis: 47% !important;
        max-width: 47% !important;
        padding: 0 10px 15px;
    }
.author-posts .category {
    display: none!important;
}
.author-posts img {
    height: 120px !important;
}	
}
