.comment{

}
.comment .title{
    font-size: 26px;
    line-height: 35px;
    font-weight: bold;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 100px;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment .input-group-img{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}
.formComment .input-group-img img{
    max-width: none;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment button.btn:hover{
    background: #7aa228;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .ccomment{
    font-size: 14px;
    line-height: 25px;
    color:#666666;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #f58021;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #666666;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0;
    color: #666666;
    font-size: 7px;
}
.listanswer .nodeanswer{
    border:solid 1px rgba(255,255,255,0.15);
    background: #ffffff;
    margin-bottom:1px;
    padding: 10px;
}
.conmment-facebook{
    margin-bottom: 25px;
}
@media all and (max-width: 991px){
    .comment .title{
        font-size: 25px;
        line-height: 35px;
    }
}
@media all and (max-width: 767px){

}








/*More*/


.grid-comment .node-commnet .info-comment .info-preson .name.admin {
    color: #ff0000;
}
.grid-comment .node-commnet .info-comment .com-tool {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 12px;
    color: #757575;
}

.grid-comment .node-commnet .info-comment .com-tool a {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    color: #757575;
    text-decoration: none;
}

.grid-comment .node-commnet .info-comment .com-tool a:hover {
    color: #ed1c24;
}

.grid-comment .node-commnet .info-comment .com-tool a.com-reply:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    top: 2px;
    right: 0;
    font-size: 7px;
}

.grid-comment .node-commnet .info-comment .com-tool a.com-like i {
    margin-left: 2px;
}
.grid-comment .node-commnet .info-comment .com-tool a.com-like.active,
.grid-comment .node-commnet .info-comment .com-tool a.com-like:hover {
    color: #ed1c24;
}

.listanswer {
    margin-top: 10px;
}

.listanswer .nodeanswer {
    background-color: #f6f6f6;
    margin-bottom: 1px;
    padding: 10px;
}

.comment_reply {
    margin-top: 10px;
}

.comment_reply .form_reply {
    margin-bottom: 10px;
}

.comment_reply .reply-com {
    margin-bottom: 5px;
}

.comment_reply .reply-info {
    overflow: hidden;
}

.comment_reply .reply-info .reply-name {
    width: calc(100% - 110px)
}

.comment_reply .reply-info .reply-button {
    width: 100px;
    text-align: right;
}

.comment_reply .reply-info .reply-button .btn {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 6px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.comment_reply .reply-info .reply-button .btn:hover {
    background: #b5e61d;
    color: #333333;
    box-shadow: 0px 0px 5px #b5e61d;
}

.comment_reply .reply-info .reply-button .btn:active {
    outline: none;
}

.comment_reply .reply-info .reply-button .btn span {
    color: #ffffff;
}


/*===========END: COMMENT=============*/
