.tmp-entry-content .article-event {
    margin-bottom: 30px
}

.tmp-entry-content figure {
    margin: 15px -70px
}

.tmp-entry-content .quote-inner figure {
    margin: 0px!important
}

.tmp-entry-content figure figcaption {
    font-size: 13px;
    padding: 0.5rem 1rem;
    background-color: #f2f2f2;
    text-align: center
}

.tmp-entry-content figure figcaption>* {
    font-size: 13px
}

.tmp-entry-content img {
    width: 100%;
    height: auto
}

.tmp-entry-content .ndtnote {
    padding: 10px;
    background: #ffebcd;
    margin-bottom: 10px
}

.tmp-entry-content .ndtnote p {
    font-size: 1.07rem;
    line-height: 1.5
}

.tmp-entry-content .note-left {
    float: left;
    padding: 10px;
    width: 40%;
    margin-right: 1rem;
    background: #ffebcd
}

.tmp-entry-content .note-right {
    float: right;
    padding: 10px;
    width: 40%;
    margin-left: 1rem;
    background: #ffebcd
}

.tmp-entry-content .ndt-quote {
    padding: 20px;
    position: relative;
    background: #ece9e9
}

.tmp-entry-content .ndt-quote:before {
    content: "\F10D";
    top: 5px;
    left: 10px;
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute
}

.tmp-entry-content .ndt-quote:after {
    content: "\F10E";
    bottom: 5px;
    right: 10px;
    font-family: FontAwesome;
    font-size: 8px;
    position: absolute
}

.tmp-entry-content .image-left {
    width: 40%;
    float: left;
    margin-right: 10px
}

.tmp-entry-content .image-right {
    width: 40%;
    float: right;
    margin-right: 10px
}

.pollForm_Wraper {
    padding: 15px;
    border: 1px solid #000
}

.module_comment .show-content-chat .user-item .media-body {
    line-height: normal;
    width: calc(100% - 40px)
}

.tmp-title-big2 {
    font-size: 36px;
    font-family: "UVN Giong Song";
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0
}

@media (max-width: 1439px) {
    .tmp-title-big2 {
        font-size: 28px
    }
}

.tmp-title-big2 strong {
    font-size: 36px;
    font-family: "UVN Giong Song";
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0
}

@media (max-width: 1439px) {
    .tmp-title-big2 strong {
        font-size: 28px
    }
}

@media screen and (max-width: 992px) {
    body.article .common-title-cover,
    body.article .tmp-entry-content,
    body.article .tmp-entry-header {
        padding-left: 0;
        padding-right: 0
    }
    body.article .common-title-cover figure,
    body.article .tmp-entry-content figure,
    body.article .tmp-entry-header figure {
        margin: 0
    }
}