/* USER COMMENT */
#user-comment .title h6 {
  display: none;
}
#user-comment .bx-cat-title{
  margin-bottom: 15px;
}
#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 #ebebeb;
  outline:none;
}
#user-comment .box-comment p.content{
  clear: both;
}
#user-comment button {
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background: #ed1c24;
  border-radius: 4px;
  border: none;
  color: #fff;
  float: right;
  text-transform: uppercase;
}
#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 #ebebeb;
  outline:none;
}
#user-comment .box-comment a.__MB_ACTION_POST_COMMENT {
  width: 106px;
  height: 29px;
  background-color: #0074bc;
  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: #0074bc;
  float: right;
  padding: 0 25px;
  color: #fff;
  font-family: 'Noto Serif', serif;
}
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: "ý kiến bạn đọc";
  font-family: 'Noto Serif', serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
}
#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: #0074bc;
}
#commnet-top a.current{
  color: #fff;
  background: #0074bc;
}
.__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: #0074bc;
  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: #0074bc;
}
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: #0074bc;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}