/* USER COMMENT */

#user-comment {
    margin-bottom: 15px;
}

#user-comment .title h6 {
    display: none;
}

#user-comment .bx-cat-title {
    margin-bottom: 5px;
}

#user-comment .note {
    font-size: 14px;
    color: red;
}

#user-comment .comment-form-email {
    display: block;
    float: right;
    width: 50%;
    padding-left: 10px;
}

#user-comment .comment-form-author {
    display: block;
    float: left;
    width: 50%;
    padding-right: 10px;
}

#user-comment .comment-form-email input,
#user-comment .comment-form-author input {
    width: 100%;
    height: 34px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    outline: none;
}

#user-comment .box-comment p.content {
    clear: both;
}

#user-comment button {
    padding: 5px 10px;
    background: #007bd9;
    border: none;
    color: #fff;
    float: right;
}

#user-comment button:hover {
    cursor: pointer;
}

#user-comment .box-comment textarea {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 10px;
    font-family: Arial;
    margin: 10px 0;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    outline: none;
}

#user-comment .box-comment a.__MB_ACTION_POST_COMMENT {
    width: 130px;
    height: 29px;
    background-color: #007bd9;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Serif', serif;
    line-height: 29px;
    float: right;
    text-transform: uppercase;
    visibility: hidden;
    cursor: pointer;
}

#user-comment .box-comment a.__MB_ACTION_POST_COMMENT:before {
    content: "Gửi bình luận";
    text-indent: none;
    visibility: visible;
    background: #007bd9;
    float: right;
    padding: 2px 20px;
    color: #fff;
    font-family: 'Roboto', serif;
    text-transform: none;
    font-weight: 700;
}

select {
    float: right;
}

#user-comment .comment-content p {
    white-space: initial;
}

#user-comment .box-comment p.content {
    margin: 0;
}

#user-comment .title span {
    display: inline-block;
    text-indent: -9999px;
}

#user-comment .title:before {
    content: "Bình luận";
    font-family: 'Roboto', serif;
    font-weight: bold;
    text-transform: none;
    color: #000;
    font-size: 24px;
}

#commnet-top:after,
.comment-actions:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

#commnet-top {
    margin-top: 20px;
    font-size: 13px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    display: none;
}

#commnet-top a {
    float: right;
    padding: 3px 7px;
    background-color: #dbdbdb;
    margin-left: 5px;
}

#commnet-top a:hover {
    color: #007bd9;
}

#commnet-top a.current {
    color: #fff;
    background: #007bd9;
}

.__MB_FILTER_COMMENT {
    display: none;
}

#commnet-top label {
    font-size: 14px;
    font-family: 'NotoSerif-Bold', sans-serif;
    font-weight: normal;
}

ul.comments {
    box-sizing: border-box;
    margin-top: 10px;
    list-style: none;
    font-size: 14px;
}

ul.comments>li {
    margin-bottom: 10px;
}

ul.comments .meta {
    height: 34px;
    line-height: 34px;
    margin: 0 0 5px 0 !important;
}

ul.comments .meta img {
    width: 34px;
    height: 34px;
    float: left;
}

.comment-content {
    background: #f4f4f4;
    padding: 10px 15px;
}

.sub-comments .comment-content,
.sub-comments .comment-actions {
    background: none;
    padding: 0;
}

ul.sub-comments {
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 10px;
}

.comment-actions {
    background: #f4f4f4;
    padding: 0 15px 15px 15px;
}

.comment-actions .btnReply,
.comment-actions .btnLike {
    font-weight: normal;
    color: #007bd9;
    margin-right: 7px;
    font-size: 12px;
}

.comment-actions a.btnDislike {
    display: none;
}

.comment-actions .reply {
    padding-left: 50px;
    margin-top: 10px;
    display: none;
}

.comment-actions .reply textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    outline: none;
}

div.__MB_CM_PAGING {
    margin-top: 10px;
    text-align: right;
}

div.__MB_CM_PAGING a,
div.__MB_CM_PAGING span.current {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-color: #c2c2c2;
    line-height: 28px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

div.__MB_CM_PAGING span.current,
div.__MB_CM_PAGING a:hover {
    background-color: #007bd9;
}

ul.comments .author {
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 5px;
    font-family: 'Roboto-Bold', Arial;
    color: #333;
}

ul.comments .time {
    font-size: 12px;
    color: #999;
}

#__MB_ARTICLE_COMMENTS_FINAL_FORM button,
.__MB_USER_ACTION_CLOSED_COMMENT {
    padding: 5px 10px;
    background: #007bd9;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}