﻿
/*animated*/
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

/* end animate*/
/*comment home*/
#comment_home {
    width: 252px;
    background: url('img/bg_dot.png') repeat-y scroll right 0 transparent;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    text-align: left;
}

    #comment_home .cap {
        margin: 10px 0 1px 0;
        text-align: left;
        position: relative;
    }

        #comment_home .cap a {
            color: #9d7433;
            font-weight: bold;
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            top: 5px;
            left: 30px;
            text-transform: uppercase;
        }

        #comment_home .cap .viewAll {
            color: #9d7433;
            font-size: 12px;
            position: absolute;
            top: 5px;
            right: 10px;
            text-align: right;
            text-transform: none;
        }

    #comment_home .list .ccItem {
        display: inline-block;
        margin-top: 12px;
        float: left;
        width: 242px;
    }

    #comment_home .ccItem .ccInfo .ccName {
        color: #C28B33;
        font-weight: bold;
    }

        #comment_home .ccItem .ccInfo .ccName i {
            color: #C28B33;
            font-size: 11px;
            font-style: normal;
            font-weight: normal;
        }

    #comment_home .ccItem .ccComment {
        color: #4d4d4d;
    }

/*form commet*/
#Commentary, #CommentaryDetail {
    overflow: hidden;
    float: left;
}

.close_cmt span:hover {
    color: #f79a29;
    border-color: #f79a29;
}

#Commentary.wrapper, #CommentaryDetail.wrapper {
    overflow: hidden;
    border: 1px solid #EEE;
    padding: 15px;
    margin: 0 0 20px 0;
    background: #fff;
    width: 100%;
}

.d-block #Commentary.wrapper, .d-block #CommentaryDetail.wrapper {
    display: block !important;
}

.comment_art {
    width: 100%;
    float: left;
}

#Commentary .cap, #CommentaryDetail .cap {
    margin: 10px 0 1px;
    position: relative;
    text-align: left;
}

    #Commentary .cap a, #CommentaryDetail .cap a {
        color: #666666;
        font-weight: bold;
        font: bold 14px arial;
        position: absolute;
        top: 5px;
        left: 30px;
        text-transform: uppercase;
    }

    #Commentary .cap .viewAll, #CommentaryDetail .cap .viewAll {
        color: #ff6c86;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        top: 5px;
        right: 10px;
        text-align: right;
        text-transform: none;
        text-decoration: underline;
    }

.divcontent {
    overflow: hidden;
    padding-top: 1px;
    position: relative;
}

#Commentary .menuCatBlock .menuCatList, #CommentaryDetail .menuCatBlock .menuCatList {
    width: 622px;
}


#Commentary .allcomment, #CommentaryDetail .allcomment {
    float: right;
    color: #fff;
    text-shadow: 0 0 #fff;
    -moz-text-shadow: 0 0 #fff;
    -webkit-text-shadow: 0 0 #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 14px;
}

#Commentary .cSend, #CommentaryDetail .cSend {
    clear: both;
    margin-bottom: 5px;
    padding: 0px;
    position: relative;
    width: 100%;
    text-align: left;
}

    #Commentary .cSend .inputBlock, #CommentaryDetail .cSend .inputBlock {
        position: relative;
        width: 95%;
    }

.inputBlock {
    position: relative;
    width: 95%;
}

.RadAjaxPanelID {
    position: relative;
}

#Commentary .cSend .name, #Commentary .cSend .captraBlock input[type=text], #CommentaryDetail .cSend .name, #CommentaryDetail .cSend .captraBlock input[type=text] {
    width: 456px;
    height: 26px;
    border: 1px solid #dad6b4;
    color: #000;
    font-style: italic;
    font-size: 12px;
    font-family: Arial, Tahoma, sans-serif;
    margin: 7px 0 10px;
    padding: 0 5px;
    /*background: #fffad1;*/
}

#Commentary .cSend .des, #CommentaryDetail .cSend .des {
    width: 100%;
    padding: 5px;
    height: 40px;
    resize: none;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #000;
    font-style: italic;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 1rem;
    padding-left: 14px;
}

    #Commentary .cSend .des.hoten, #CommentaryDetail .cSend .des.hoten {
        height: 40px;
    }

#Commentary .cSend .captraBlock input[type=text], #CommentaryDetail .cSend .captraBlock input[type=text] {
    background: #fff;
}

#Commentary .cContent .ccItem .cReply .cSend .inputGender, #CommentaryDetail .cContent .ccItem .cReply .cSend .inputGender {
    right: -8px;
}

#Commentary .cSend .name:focus, #Commentary .cSend .des:focus, #Commentary .cSend .captraBlock input[type=text]:focus, #CommentaryDetail .cSend .name:focus, #CommentaryDetail .cSend .des:focus, #CommentaryDetail .cSend .captraBlock input[type=text]:focus {
    font-style: normal;
    color: #333;
    font-size: 12px;
}

#Commentary .cSend h6, #CommentaryDetail .cSend h6 {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
}

#Commentary .cSend .captraBlock, #CommentaryDetail .cSend .captraBlock {
    position: absolute;
    width: 134px;
    height: 106px;
    top: 28px;
    right: 1px;
}

    #Commentary .cSend .captraBlock img, #CommentaryDetail .cSend .captraBlock img {
        width: 56px !important;
        height: 28px !important;
        float: left;
    }

    #Commentary .cSend .captraBlock input[type=text], #CommentaryDetail .cSend .captraBlock input[type=text] {
        width: 118px !important;
        margin-top: 8px;
    }

    #Commentary .cSend .captraBlock p label, #CommentaryDetail .cSend .captraBlock p label {
        display: none;
    }

    #Commentary .cSend .captraBlock .rcRefreshImage, #CommentaryDetail .cSend .captraBlock .rcRefreshImage {
        display: inline-block;
        width: 66px;
        height: 21px;
        position: absolute;
        top: 0px;
        right: 5px;
        background: url(img/anhkhac.png) no-repeat;
    }

    #Commentary .cSend .captraBlock .send, #CommentaryDetail .cSend .captraBlock .send {
        background: url("img/bg-sendcomment.gif") repeat-x top left;
        height: 28px;
        color: #fff;
        display: block;
        line-height: 28px;
        padding: 0 0 0 30px;
        margin-top: 8px;
        font-weight: bold;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        text-decoration: none;
    }

#Commentary .cSend .inputGender, #CommentaryDetail .cSend .inputGender {
    position: absolute;
    top: 10px;
    right: 130px;
}

    #Commentary .cSend .inputGender label, #CommentaryDetail .cSend .inputGender label {
        margin: 0 8px 0 2px;
    }

#Commentary .cContent, #CommentaryDetail .cContent {
    text-align: left;
    padding-top: 5px;
}

    #Commentary .cContent .ccItem, #CommentaryDetail .cContent .ccItem {
        /*padding-top: 10px;*/
        position: relative;
        width: 100%;
        margin-bottom: 0px;
        float: left;
        background: #fff;
        font-size: 15px;
    }

        #Commentary .cContent .ccItem.xam, #CommentaryDetail .cContent .ccItem.xam {
            background: #f5f5f5;
        }

    #Commentary .cContent .ccAvatar, #CommentaryDetail .cContent .ccAvatar {
        width: 22px;
        height: 18px;
        /*background: url(img/icon_gender.png) -50px 0;*/
        background: url(img/vn_iconComment.png) no-repeat;
        background-position: left 0;
        position: absolute;
        top: 9px;
        left: 3px;
    }

        /*#Commentary .cContent .ccAvatar.male {
            background-position: -50px -50px;
        }*/

        #Commentary .cContent .ccAvatar.member, #CommentaryDetail .cContent .ccAvatar.member {
            background-position: 0 0;
        }

        #Commentary .cContent .ccAvatar.male.member, #CommentaryDetail .cContent .ccAvatar.male.member {
            background-position: 0 -50px;
        }

    #Commentary .cContent .ccInfo, #CommentaryDetail .cContent .ccInfo {
        text-align: left;
        margin-left: 0px;
        /*margin-top: -3px;*/
    }

.ccName i.fa.fa-user {
    font-size: 18px !important;
}

#Commentary .cContent .ccInfo .ccName, #CommentaryDetail .cContent .ccInfo .ccName {
    font-family: Arial;
    color: #222222;
    font-weight: bold;
}

.input_send {
    position: relative;
}

.input_send_text input:hover {
    background: #fda50f;
}

.input_send_text input {
    background: #398032;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    cursor: pointer;
}

.input_send_text {
    text-align: right;
}

.send {
    margin-left: 2px;
    color: #f79a29;
    border: none;
    padding: 0;
    background: url(icon-send.png) no-repeat;
    position: absolute;
    right: 5px;
    bottom: 18px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#Commentary .cContent .ccInfo .ccName.member {
    /*padding-left: 27px;
                background: url(img/icon_member.png) no-repeat 0 0;*/
}

#Commentary .cContent .ccInfo .ccName i, #CommentaryDetail .cContent .ccInfo .ccName i {
    color: #ababab;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    font-family: "arial";
}

#Commentary .cContent .ccInfo .cagree, #CommentaryDetail .cContent .ccInfo .cagree {
    float: right;
    text-align: right;
    color: #808080;
}

    #Commentary .cContent .ccInfo .cagree a, #CommentaryDetail .cContent .ccInfo .cagree a {
        margin: 0 7px 0 4px;
        font-weight: bold;
        color: #555;
        cursor: pointer;
    }

        #Commentary .cContent .ccInfo .cagree a i, #CommentaryDetail .cContent .ccInfo .cagree a i {
            font-style: normal;
            font-weight: normal;
            color: #555;
        }

        #Commentary .cContent .ccInfo .cagree a.disable, #CommentaryDetail .cContent .ccInfo .cagree a.disable {
            color: #808080;
        }

        #Commentary .cContent .ccInfo .cagree a.reply, #CommentaryDetail .cContent .ccInfo .cagree a.reply {
            color: #e56a03;
        }

        #Commentary .cContent .ccInfo .cagree a.comment, #CommentaryDetail .cContent .ccInfo .cagree a.comment {
            margin-right: 4px;
        }

#Commentary .cContent .ccItem .ccComment, #CommentaryDetail .cContent .ccItem .ccComment {
    min-height: 14px;
    position: relative;
    line-height: 18px;
    color: #5b5b5b;
    width: 100%;
    float: left;
    margin: 5px 0 10px 0;
    padding-right: 15px;
}

    #Commentary .cContent .ccItem .ccComment .oq, #CommentaryDetail .cContent .ccItem .ccComment .oq {
        width: 7px;
        height: 11px;
        background: url(img/openquote_fff.png);
        position: absolute;
        top: 11px;
        left: -7px;
        display: block;
    }

    #Commentary .cContent .ccItem .ccComment.f8, #CommentaryDetail .cContent .ccItem .ccComment.f8 {
        background: #f8f8f8;
    }

        #Commentary .cContent .ccItem .ccComment.f8 .oq, #CommentaryDetail .cContent .ccItem .ccComment.f8 .oq {
            background: url(img/openquote_f8.png);
        }

.close_cmt span {
    padding: 1px 5px 2px 5px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.close_cmt {
    position: absolute;
    right: 5px;
    z-index: 100;
}
/*#Commentary .cScroll {max-height: 538px; }*/
#Commentary .menuCatBlock .menuCatList, #CommentaryDetail .menuCatBlock .menuCatList {
    width: 622px;
}

#Commentary .RadCaptcha p, #CommentaryDetail .RadCaptcha p {
    width: 130px;
}

#Commentary .RadCaptcha, #CommentaryDetail .RadCaptcha {
    display: inline-block;
    padding-top: 1px;
}

.scrollable {
    position: relative;
    overflow: auto;
    max-height: calc(100vh - 200px );
    margin-top: 15px;
}

    /*.scrollbar {
    position: absolute;
    top: 0;
    left: 10px;
    background: #d6d6d6;
    width: 5px;
    height: 100%;
    text-align: center;
    z-index: 110;
}*/

    /*.scrollbar .pointer {
        max-height: 100%;
        width: 1px;
        padding: 0 6px;
        background: url(img/scroll_bar.png) no-repeat center bottom;
        display: block;
        margin-left: -4px;
        cursor: pointer;
        min-height: 37px;
    }*/

    .scrollable .scrollcontent {
        position: relative;
        z-index: 100;
        font-size: 14px;
    }

    .scrollable .scrollbar.right {
        right: 8px;
        left: auto;
        float: none;
    }
/* phan trang*/
.comment_detail {
    width: 617px;
    /*padding: 10px;*/
    margin-top: 10px;
    float: left;
}

.comment_detail1 {
    display: none;
    margin-left: 53px;
    margin: 5px 0 5px 48px;
    padding: 5px;
    float: left;
    background: #f3f3f3;
}

.comment_detail .list {
    display: block;
    margin: 0 10px;
    /*width: 98%;*/
    max-height: 400px;
    overflow: auto;
}

    .comment_detail .list .cmt_item {
        margin-bottom: 10px;
        float: left;
        /*border-bottom: 1px dotted #e3e3e3;*/ text-align: left;
    }

.cmt_img {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 10px;
    background: url(img/icon_gender.png) no-repeat 0 -50px;
}

.cmt_header {
    color: #fff;
    margin: 10px 0 25px 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    width: 140px;
    height: 34px;
    line-height: 34px;
    color: #313191;
}

.comment_detail .list .cmt_item .datetime {
    height: 22px;
    /*padding-left: 15px;*/
    line-height: 30px;
    display: block;
    margin-left: 52px;
    margin-bottom: 5px;
}

    .comment_detail .list .cmt_item .datetime .name {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        color: #c01a15;
    }

    .comment_detail .list .cmt_item .datetime .date {
        font-size: 11px;
        color: #5e5e5e;
    }

    .comment_detail .list .cmt_item .datetime .reply {
        float: right;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        margin-right: 20px;
        cursor: pointer;
    }

.comment_detail .list .cmt_item .cmt_content {
    width: 507px;
    min-height: 14px;
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 54px;
    padding: 8px;
    position: relative;
    margin-top: 4px;
}

.oq {
    width: 7px;
    height: 11px;
    background: url(img/openquote_fff.png);
    position: absolute;
    top: 11px;
    left: -7px;
    display: block;
}

.comment_detail .comment_title {
    color: #c01a15;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.comment_detail .inputBlock {
    width: 430px;
    float: left;
}

.comment_detail1 .inputBlock {
    float: left;
    width: 355px;
    margin-right: 15px;
}

.comment_detail .inputBlock #txtName {
    width: 325px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 22px;
    font-style: italic;
    color: #5e5e5e;
    font-size: 12px;
    float: left;
    background: #fff;
}

.gallery_detail .comment_detail .inputBlock #txtName {
    width: 325px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 22px;
    font-style: italic;
    color: #5e5e5e;
    font-size: 12px;
    float: left;
    margin-left: 7px;
}

.comment_detail1 .inputBlock #txtName1 {
    width: 250px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    height: 22px;
    font-style: italic;
    color: #5e5e5e;
    font-size: 12px;
}

.comment_detail .inputBlock #txtName:focus, .comment_detail .inputBlock textarea:focus, .comment_detail .captraBlock input[type=text]:focus {
    color: #000;
    font-style: normal;
}

.comment_detail .inputBlock textarea {
    width: 385px;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    color: #5e5e5e;
    background: #fffad2;
    padding: 5px 10px;
    border: 1px solid #ddd;
    height: 60px;
    max-height: 60px;
    max-width: 422px;
}

.comment_detail1 .inputBlock textarea {
    width: 330px;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    color: #5e5e5e;
    background: #fffad2;
    padding: 5px 10px;
    border: 1px solid #ddd;
    height: 60px;
    max-height: 60px;
    max-width: 422px;
}

.comment_detail .captraBlock {
    width: 150px;
    float: right;
    position: relative;
}

    .comment_detail .captraBlock .rcRefreshImage {
        display: inline-block;
        width: 66px;
        height: 21px;
        position: absolute;
        top: 0px;
        right: 11px;
        background: url(img/anhkhac.png) no-repeat;
    }

    .comment_detail .captraBlock .send {
        background: #b51a15;
        height: 28px;
        color: #fff;
        display: block;
        line-height: 28px;
        padding: 0 0 0 20px;
        margin-top: 10px;
        font-weight: bold;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .comment_detail .captraBlock img {
        width: 65px !important;
        height: 30px !important;
        margin-bottom: 5px;
    }

    .comment_detail .captraBlock input[type=text] {
        padding: 0 10px;
        border: 1px solid #ddd;
        margin-bottom: 5px;
        height: 22px;
        font-style: italic;
        color: #5e5e5e;
        font-size: 12px;
    }

.comment_detail input, .comment_detail textarea {
    margin-left: 0;
}

.group_tl {
    clear: both;
}

.rep_lies {
    display: none;
}

.cReply {
    display: inline-block;
    cursor: pointer;
    font-family: Avertar-SM;
}

    .cReply:hover {
        color: #f79a29;
    }

.group_tl a {
    cursor: pointer;
}

.textboxcoment {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    resize: none;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 10px 1rem;
}
.monkey-h6 {
    margin-bottom: 10px;
}
#txtDescriptionDetail {
    height: 100px;
}


.padding_cmtc1 {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 2rem;
}

.ccInfo .ccName {
    font-family: Avertar-SM;
    font-size: 1.25rem;
}

    .ccInfo .ccName i {
        font-size: 14px;
        font-family: Avertar-E;
    }

.ccComment {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}

.pr-more {
    text-align: center;
    padding: 5px 10px;
    /*margin-bottom: 5px;*/
    clear: both;
}

.cmt2More {
    padding: 5px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

    .cmt2More:hover {
        background: #398032;
        border-color: #398032;
        color: #fff;
    }

#c_repcmt {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.binding_comment {
    color: #fe0000;
    font-size: 13px;
}
/*#c_repcmt {
    display: none;
}*/
