.entry {
    margin-top: 30px;
    font-size: 20px;
    word-wrap: break-word;
    word-break: break-word;
}
.entry .entry-information {
    margin: 0;
    position: relative;
    padding-right: 20px;
}
.entry .main-entry-content {
    padding-left: 30px;
}
.main-entry-content img {
    border-radius: 10px;
}
.entry .main-entry-content .main-images {
    margin-bottom: 20px;
}
.entry .share .icon {
    width: 24px;
    height: 24px;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 20px;
    cursor: pointer;
}
.entry .facebook {
    background-image: url('../images/f.png');
}
.entry .google {
    background-image: url('../images/g.png');
}
.entry .twiter {
    background-image: url('../images/t.png');
}
.entry .email {
    background-image: url('../images/e.png');
}
.entry .ngay .date {
    padding: 5px 10px;
    display: inline-block;
}
.entry .fix-share {
    width: 40px;
    position: fixed;
    margin-left: -60px;
    padding: 0;
    background: none;
    border-radius: 5px;
}
.entry .fix-share .icon {
    height: 50px;
    width: 40px;
}
.entry .fix-share .icon:nth-of-type(2n + 1) {
    background-color: #eee;
}
.entry .nguon-dan {
    position: relative;
    float: left;
    width: 100%;
}

.entry .author-entry .author-info {
    display: flex;
    font-size: 20px;
    width: 100%;
}
.entry .author-entry .author-info .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 30px;
    flex-grow: 1;
}
.entry .author-entry * {
    margin: 0;
}
.entry .author-entry .avatar img {
    width: 120px;
    height: 120px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry .tacgia {
    margin-bottom: 10px;
    text-align: right;
    margin-top: 10px;
    color: #000;
}
.entry .tacgiaviet {
    text-align: right;
    font-weight: bold;
    color: #000;
}
.entry .tacgia span.over {
    display: inline-block;
    background: #eee;
    border-radius: 20px;
    padding: 5px 20px;
    cursor: pointer;
}

.entry .tacgia .nguon {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 11px;
    color: #fff;
    width: 300px;
    position: absolute;
    bottom: 35px;
    right: 0;
    padding: 10px;
    background: #555;
    border-radius: 5px;
    display: none;
    text-align: left;
}
.entry .tacgia .nguon:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #555;
    right: 20px;
    bottom: -20px;
}
.entry .tacgia .nguon:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    width: 120px;
    right: 0px;
    bottom: -20px;
}
.entry .tacgia span.linkgoc {
    display: block;
    text-align: left;
    color: #999;
    margin-bottom: 5px;
}
.entry .tacgia span.over:hover > .nguon {
    display: block;
}
.entry .social {
    margin-bottom: 10px;
}
.entry h1 {
    padding: 0px 0px 10px;
    font-size: 32px;
    font-weight: 400;
    font-family: 'iCiel Pony';
    line-height: 36px;
}
.entry h4 {
    text-align: right;
    text-transform: uppercase;
}
.entry .sapo {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.entry .ngay {
    font-size: 12px;
    color: #999;
}
.entry form {
    border-radius: 5px;
    padding: 20px 20px 50px;
    width: 90%;
    background: #08c;
    color: #fff;
}
.entry input {
    width: 90%;
    padding: 10px 5%;
    border-radius: 3px;
    border: 0;
}
.entry label {
    width: 100%;
    display: block;
    margin: 10px 0 3px;
    font-weight: bold;
}
.entry p {
    /* font-weight: 400; */
    padding: 0.6em 0;
    /* line-height: 140%; */
    text-rendering: optimizeSpeed;
}
.entry .b-rol {
    margin-bottom: 20px;
}
.entry .b-rol img1 {
    width: 100%;
}
.entry img {
    width: 100%;
    height: auto;
}
.entry .hinh-anh {
    text-align: left;
    font-size: 14px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.entry .hinh-anh img {
    width: 100%;
}
.entry .hinh-anh p {
    padding: 7px 20px;
    margin-bottom: 0;
}
.entry ul li {
    padding-bottom: 10px;
}
.entry h2 {
    padding-bottom: 10px;
}
.entry h3 {
    padding-bottom: 10px;
}
.entry fieldset {
    width: 100%;
    border: 1px solid #eee;
    margin: 0 0 10px 10px;
    padding: 30px 70px;
    position: relative;
    background: #eee;
    margin-top: 10px;
    font-size: 90%;
}
.entry fieldset:before {
    content: '“';
    font-size: 122px;
    position: absolute;
    left: 10px;
    top: -40px;
    color: #069548;
}
.entry .live:after {
    top: 15px;
}
.entry audio {
    float: right;
    height: 30px;
}
.entry fieldset:after {
    content: '”';
    font-size: 122px;
    position: absolute;
    right: 10px;
    bottom: -90px;
    color: #069548;
}
.entry fieldset.right,
.entry fieldset.normal-right {
    float: right;
    width: 300px;
}
.entry fieldset.left,
.entry fieldset.normal-left {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    width: 300px;
}
.entry fieldset.normal-right:after,
.entry fieldset.normal-left:after {
    content: '';
}
.entry fieldset.normal-right:before,
.entry fieldset.normal-left:before {
    content: '';
}
.entry fieldset.full {
    float: none;
    width: 100%;
    margin: 0;
    padding: 20px;
}
.entry fieldset.full:before {
    content: '';
}
.entry fieldset.full:after {
    content: '';
}
.entry .lienquan {
    margin: 0;
    width: 100%;
}
.entry fieldset.more-content {
    margin: 0;
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}
.entry fieldset.more-content li {
    padding-left: 20px;
    position: relative;
    color: #004383;
    font-family: Roboto-Medium;
    font-size: 13px;
    margin-bottom: 6px;
    padding-bottom: 0;
}
.entry fieldset.more-content li:before {
    content: ' ';
    height: 6px;
    width: 6px;
    background: #08c;
    margin-right: 10px;
    position: absolute;
    left: 5px;
    top: 10px;
}
.entry fieldset.more-content:before {
    content: '';
}
.entry fieldset.more-content:after {
    content: '';
}
.entry .content {
    margin: 0 0 1em;
    font-weight: 400;
    text-rendering: optimizeSpeed;
}
.entry .content table, .entry .content td {
    border-spacing: unset;
    border: solid 1px var(--brown);
}
.entry .content a {
    color: #08c;
}
.entry .form-100 {
    width: 98%;
    margin-left: 2%;
    float: left;
}
.entry .form-50 {
    width: 48%;
    margin-left: 2%;
    float: left;
}
.entry .form-end {
    width: 99%;
    margin-left: 2%;
    padding-top: 20px;
    clear: both;
}
.entry .form-end input {
    padding: 10px 0;
    cursor: pointer;
    width: 99%;
}
.boxtrai .dangky h3,
.boxtrai .dangky p {
    margin-bottom: 10px;
}
.entry .author {
    border: 1px solid #eee;
    line-height: 18px;
    margin: 20px 0;
    padding: 20px 20px 0 0;
    box-shadow: 2px 2px 2px #eee;
    text-align: center;
}
.entry .author h4 {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
.entry .author p {
    padding: 0;
    color: #999;
}
.entry .author .da-viet {
    font-size: 18px;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-bottom: 5px;
    color: #555;
}
.entry .author .img {
    text-align: center;
}
.entry .author .img img {
    border-radius: 50%;
    padding: 10px;
}
.entry .author-small:nth-of-type(1) {
    border-right: none;
}
.entry .author-small {
    margin-bottom: 0;
    box-shadow: 0 0 0 #fff;
}
.entry .author-small h4 {
    font-size: 16px;
}
.entry .author-small p {
    font-size: 12px;
}
.entry .author-small .da-viet {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
}
.entry .bai-lien-quan {
    background: #f9f9f9;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.entry .bai-lien-quan img {
    width: 100%;
}
.entry .bai-lien-quan a {
    color: #000;
}
.entry .bai-lien-quan .b-rol {
    margin-bottom: 0px;
}
.entry .bai-lien-quan .b-9 {
    padding: 10px;
}
.entry .bai-lien-quan .b-9 h3 {
    font-size: 16px;
}
.entry .bai-lien-quan .b-9 p {
    font-size: 13px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.entry .buttons {
    display: flex;
    align-items: center;
}
.entry .buttons div {
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.entry .buttons div:not(:first-child) {
    margin-left: 20px;
}
.entry .buttons .favorite {
    background-image: url('../images/ic_favorite.png');
}
.entry .buttons .favorite:hover {
    background-image: url('../images/ic_favorited.png');
    transition: all 0.3s;
}
.entry .buttons .favorite.ed {
    background-image: url('../images/ic_favorited.png');
}
.entry .buttons .share-icon {
    background-image: url('../images/share.png');
}
.btn-social {
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.share-container {
    list-style: none;
    width: 37px;
    height: 37px;
    display: inline-block;
    margin-left: 25px !important;
    border-radius: 50px;
    padding: 7px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    cursor: pointer;
    box-sizing: content-box;
}
.share-container li {
    float: left;
    margin: 0 0 10px 15px !important;
}
.share-container li.m-0 {
    margin: 0 0 10px 0 !important;
}
.share-container .divider {
    width: 2px;
    height: 37px;
    margin-left: 15px;
    background-color: var(--brown);
}

.share-container:hover {
    width: 213px;
    background-color: var(--orange);
}

.buttons .favorite {
    background-image: url('../images/ic_favorite.png');
}
.buttons .favorite:hover {
    background-image: url('../images/ic_favorited.png');
    transition: all 0.3s;
}
.buttons .favorite.ed {
    background-image: url('../images/ic_favorited.png');
}
.buttons .share {
    background-image: url('../images/share.png');
}
.buttons .share--facebook {
    background-image: url('../images/ic-facebook.png');
}
.buttons .share--twitter {
    background-image: url('../images/ic-twitter.png');
}
.buttons .share--telegram {
    background-image: url('../images/ic-telegram.png');
}

.author-info .info .name {
    font-size: 29px;
    line-height: 31px;
    font-weight: bold;
}
.author-info .info .created-time {
    font-size: 19px;
    line-height: 31px;
}
/* .main-entry-content .content p, */
.main-entry-content .content {
    font-weight: 600;
}
.btn-mb {
    display: none !important;
}
@media screen and (max-width: 1023px) {
    .entry .author-entry .avatar img {
        width: 90px;
        height: 90px;
    }
    .author-info .info .name {
        font-size: 21px;
        line-height: 23px;
        font-weight: bold;
    }
    .author-info .info .created-time {
        font-size: 13px;
        line-height: 23px;
    }
    .author-entry .sapo {
        font-size: 16px;
        line-height: 23px;
        font-weight: bold;
    }
    .entry .buttons div,
    .share-container,
    .btn-social {
        width: 30px;
        height: 30px;
    }
    .share-container .divider {
        height: 30px;
    }
    .share-container:hover {
        width: 185px;
    }
}
@media screen and (max-width: 767px) {
    .entry .author-entry .avatar img {
        width: 60px;
        height: 60px;
    }
    .entry .entry-information {
        padding-right: 0;
    }
    .btn-dt {
        display: none !important;
    }
    .btn-mb {
        display: flex !important;
    }

    .share-container {
        height: 30px;
        width: unset;
        position: absolute;
        right: 0;
    }

    .share-container li {
        float: unset;
        margin: 0 0 10px 0 !important;
    }
    .share-container .divider {
        width: 30px;
        height: 2px;
        padding-bottom: 0;
        background-color: var(--brown);
    }

    .share-container:hover {
        width: unset;
        height: 162px;
        background-color: var(--orange);
    }

    .share-container .btn-social:not(:first-child) {
        margin-left: unset;
    }
    .entry .buttons .favorite {
        margin-right: 50px;
    }
}
