.close {
    opacity: 0.5;
}

.close span {
    font-size: 65px;
    height: 40px;
    line-height: 23px;
    width: 40px;
    display: inline-block;
}


button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

/*.modal-open {
	overflow:hidden
}
*/
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    display: none;
    outline: 0;
    padding-right: 0 !important;
    right: 0;
    left: 0;
    text-align: right;
}


.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: absolute;
    right: 30px;
    left: 30px;
    z-index: 99999;
    background: #fff;
    top: 30px;
    bottom: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    cursor: text;
    min-width: 1200px;
}

.modal-content {
    position: relative;
    height: 100%;
    overflow: auto;
    padding-top: 94px;
    padding-bottom: 54px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, .8);
}


/*.modal-backdrop.fade {
	filter:alpha(opacity=0);
	opacity:0
}
.modal-backdrop.in {
	filter:alpha(opacity=50);
	opacity:.5
}
*/


.modal-header .close {
    margin-top: 0;
    color: #bab768;
    outline: none;
}


.modal-title {}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    top: 48%;
}

.modal-footer button {
    border: 0;
    outline: none;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 45px;
    opacity: 0.5;
}


.modal-footer button:hover {
    background-color: transparent;
    border: none;
    opacity: 0.7;
}

.modal-footer button:focus {
    background-color: transparent;
    border: none;
    opacity: 0.7;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: transparent;
    border: none;
    outline: none
}


.modal-footer .btn-prev {
    float: right;
    background: url(../img/prev.png) no-repeat center center;
    margin-right: 13px;
}

.modal-footer .btn-next {
    float: left;
    background: url(../img/next.png) no-repeat center center;
    margin-left: 13px
}

.modal-footer .btn-cls {
    margin: 0 auto
}


.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {}

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}


/*_____new_____*/

.modal-header {
    position: absolute;
    padding-left: 0;
    right: 0;
    top: 0;
    z-index: 999999999999;
    padding: 1px 5px;
}

.modal-body {
    position: relative;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    direction: ltr;
}


.col_one {
    width: 40%;
    max-width: 365px;
    position: relative;
    direction: rtl;
}

.col_two {
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    background-color: #000;
    overflow: hidden;
    direction: rtl;
}

.content_pop_image {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.content_pop_image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}




.media_detail {
    overflow: hidden;
    margin-bottom: 20px;
}

.media_image,
.media_body {
    display: table-cell;
    vertical-align: top;
}

.media_image {
    padding-left: 10px;
}

.media_image img {
    width: 45px;
}

.media_body {
    width: 10000px;
    overflow: hidden;
    zoom: 1;
}

.media_body h4 {

    font-size: 18px;
    line-height: 29px;
    margin: 0;
    margin-bottom: 13px;
    color: #a8a86a;
    font-weight: normal;
}

.detail_par {
    margin-bottom: 20px;
}

.detail_par p {

    font-size: 16px;
    line-height: 27px;
    color: #8c8c8c;
    margin: 0;
}

.comment_pop {}

.form_comment {
    position: static;
    background: #bab768;
    width: calc(100% - 20px);
    padding: 10px 10px 0;
    margin: auto;
    border-radius: 5px;
}

.media_form {
    overflow: hidden;
}

.media_image,
.text_form {
    display: table-cell;
    vertical-align: top;
}

.text_form {
    width: 10000px;
    overflow: hidden;
    zoom: 1;
}

.text_form textarea {
    width: 100%;
    resize: none;
    height: 53px;
    padding: 5px;
    outline: none;
    font-size: 15px;
    border: 1px solid #e3e3e3;
}

.image_user {
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.image_user img {
    width: 45px;
    height: 45px;
}

.detail_comment {
    float: right;
    max-width: 80%;
    display: inline-block;
    background-color: #bab768;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.detail_comment p {
    margin: 0 0 8px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}


.detail_comment * {}

.detail_comment h4 {
    margin: 0;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: normal;
}


.detail_comment h4 span {
    color: #7b7b7b;
    font-size: 14px;
    margin-bottom: 7px;
    font-style: normal;
    border-bottom: 1px rgba(204, 204, 204, 0.45) solid;
    display: block;
    padding-bottom: 4px;
    line-height: 19px;
}


.detail_comment h4 i {
    font-style: normal;
    font-size: 15px;
}


.detail_comment:after {
    right: -38px;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #bab768;
    border-top: 0;
    border-width: 22px;
    margin-top: 0;
    margin-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.inner_col {
    overflow: auto;
    height: 90%;
    padding: 15px 10px 10px;
}



.col_one * {}

.col_one i {
    font-family: fontAwesome
}

.media_body h5 {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin: 10px 0;
}



.row_comment {
    overflow: hidden;
    margin-bottom: 15px
}


.div_opacit_share {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    padding: 0 20px;
    background: rgba(18, 18, 18, 0.34);
    text-align: left;
}


.like_blo {
    display: inline-block;
    margin-right: 15px;
}


.like_blo span {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    font-family: 'DINNextLTW23-Bold';

}


.like_blo h6 {}

.share_blo {
    display: inline-block;
    position: relative;
}

.like_blo .fa-heart {
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
    float: none;
    margin-left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 31px;
    color: #ddd
}


.video-slider .content .video {
    cursor: pointer;
}

.disabl {
    pointer-events: none;
    opacity: 0.2 !important;
}


.share_blo {}

.share_blo > a.share_link {
    color: #fff;
    font-size: 14px;

    text-decoration: none;
}

.list_socials {
    position: absolute;
    top: -50px;
    width: 138px;
    margin: 0;
    padding: 0;
    background: #272727;
    border-radius: 5px;
    text-align: center;
    left: 0;
    display: none;
}

.list_socials li {
    display: inline-block;
    margin: 0;
}

.list_socials li a {
    display: block;
    color: #fff;
    font-size: 25px;
    width: 39px;
    line-height: 38px;
}


.list_socials li a i {}

.list_socials:after {
    content: "";
    background-color: #272727;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    left: 5px;
    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    bottom: -5px;
}


.news .content .point .block {
    cursor: pointer;
}


.holder {
    text-align: center;
}

.heat-tow {
    color: #bab768;
}



/*_________differ_______*/


.modal_differ .modal-dialog {
    bottom: auto;
    top: auto;
    margin: 55px 75px;
    right: 0;
    left: 0
}

.modal_differ .modal-footer {
    position: relative;
    top: 0;
}

.modal_differ .modal-footer button {
    position: fixed;
    top: 45%;
    z-index: 999999;
    height: 55px;
    opacity: 0.9;
}

.modal_differ .modal-footer .btn-prev {
    float: none;
    background: #bab768 url(../img/prev.png) no-repeat center center;
    margin-right: 0;
    right: 25px;
}

.modal_differ .modal-footer .btn + .btn {
    margin-left: 0;
}

.modal_differ .modal-footer .btn-next {
    background: #bab768 url(../img/next.png) no-repeat center center;
    margin-left: 0;
    left: 25px;
}

.modal_differ .modal-header {
    position: fixed;
    background: red;
    border-radius: 100%;
}

.modal_differ .modal-header {
    right: 20px;
    top: 20px;
    padding: 2px 3px;
}

.modal_differ .div_opacit_share {
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    background: none;
    font-family: 'DINNextLTW23-Bold';

}

.modal_differ .div_opacit_share:before,
.modal_differ .div_opacit_share:after {
    content: "";
    position: absolute;
    top: 0;
    background: url(../img/soc-bg.png) no-repeat;
    width: 87px;
    height: 53px;
}

.modal_differ .div_opacit_share:before {
    right: 20%;
    transform: rotate(180deg);
}

.modal_differ .div_opacit_share:after {
    left: 20%;
}

.modal_differ .modal-content {
    padding-top: 0;
    padding-bottom: 20px;
}

.modal_differ .modal-body {
    position: relative;
    padding: 0;
    display: block;
    position: relative;
    direction: rtl;
}

.modal_differ .content_pop_image img {
    position: relative;
    box-shadow: 0 0 10px #888;
    border-radius: 10px;
    max-width: 100%;
    margin: auto auto 20px;
    display: block;
}

.modal_differ .col_two {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    direction: rtl;
}

.modal_differ .col_one {
    width: 100%;
    max-width: 100%;
    position: relative;
    direction: rtl;
    margin-top: 0;
}



.share_blo2 {}

.share_blo2 span {
    color: #333;
    display: inline-block;
    font-size: 17px;
    margin-left: 6px;
    font-family: 'DINNextLTW23-Bold';

}

.list_socials2 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    list-style-type: none;
}

.list_socials2 li {
    margin: 2px;
    display: inline-block;
    perspective: 200px;

}

.list_socials2 li a {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    line-height: 38px;
    text-align: center;

}

.list_socials2 li a:hover {
    transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    transition: all .5s ease-in-out
}

.list_socials2 li:first-of-type a {
    background: #3b5999
}

.list_socials2 li:nth-of-type(2) a {
    background: #55acef
}

.list_socials2 li:nth-of-type(3) a {
    background: #189d0e
}

.modal_differ .like_blo {
    margin-right: 0;
    margin-left: 20px;
    color: #bab768;
    margin-top: 15px;
}

.share_blo2 {
    display: inline-block;
    vertical-align: middle;
}

.modal_differ .comment_pop {
    padding: 25px 0 10px;
    margin-bottom: 10px;
}

.modal_differ .comment_pop h2 {
    color: #bab768;
    margin-bottom: 60px;
}

.modal_differ .image_user img {
    width: 52px;
    height: 52px;
    border: 3px solid #bab768;
}

.modal_differ .detail_comment {
    max-width: 84%;
    /*    background-color: transparent;
    padding: 0;
*/
}

/*.modal_differ .detail_comment:after {
	display:none;
}
*/
.modal_differ .detail_comment h4 span {
    margin-bottom: 5px;
    border-bottom: 0;
    padding-bottom: 0;
}

.modal_differ .row_comment {
    overflow: hidden;
    margin-bottom: 20px;
}

.modal_differ .modal-header .close {
    color: #fff;
    opacity: 0.9;
}

.modal_differ .inner_col {
    height: auto;
    padding: 0 15px 10px;
}

.modal_differ .form_comment {
    position: relative;
    padding: 0 15px;
    background: none
}


.modal_differ .form_comment {}

.modal_differ .form_comment h2 {
    text-align: center;
    color: #bab768;
}

.modal_differ .link_comment {
    text-align: center;
    margin-top: 10px;
}

.modal_differ .link_comment button {
    border: 0;
    background: #bab768;
    display: inline-block;
    vertical-align: middle;
    color: #191919;
    width: 100px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    padding: 0 10px 5px;
    min-width: 140px;
    font-family: 'DINNextLTW23-Bold';
    transition: all .5s ease
}

.modal_differ .link_comment button:hover {
    background: linear-gradient(-90deg, #dfe2b7, #cac688);
    color: #191919
}


.modal_differ .text_form textarea {
    background: #dfe2b7;
    border-color: #dfe2b7;
    font-size: 15px;
}


.modal_differ .media_body h4 {
    background: #bab768;
    color: #fff;
    padding: 5px 20px;
    margin-right: -15px;
    margin-left: -15px;
    line-height: 34px;
    border-radius: 10px;
}

.modal_differ .media_body h4 a {
    color: #fff;
    text-decoration: underline;
}

.modal_differ .media_body {
    overflow: visible;
}

.modal_differ .media_detail {
    overflow: visible;
}



.akhbar_details_block {
    padding: 15px;
}

.image_thumb_detail {
    display: block;
}

.details_akhb * {}

.details_akhb h5 {
    font-size: 13px;
    margin-bottom: 13px;
}

.details_akhb p {

    font-size: 16px;
    line-height: 27px;
    color: #8c8c8c;
    margin: 0;
}

.details_akhb {
    margin-bottom: 20px;
    width: auto !important;
    display: block !important;
}







.row_comment_differ {
    margin-bottom: 20px;
    border: 1px solid #bab768;
    padding: 15px;
    border-radius: 10px;
    background: #f1f1f136;
}

.row_comment_differ .image_user {
    text-align: center;
    max-width: 15%;
}

.row_comment_differ .image_user img {
    margin-bottom: 7px;
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.row_comment_differ .image_user h4 {
    margin: 0;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: normal;
    margin-bottom: 5px
}

.row_comment_differ .image_user h4 span {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    display: block;
    line-height: 19px;
    max-height: 19px;
    overflow: hidden;
}

.row_comment_differ .image_user h4 i {
    font-style: normal;
    font-size: 15px;
}

.row_comment_differ .image_user h4 a {
    border: 0;
    background: #bab768;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    height: 35px;
    font-size: 15px;
    cursor: pointer;
    line-height: 35px;
    border-radius: 20px;
    padding: 0 10px;
}

.row_comment_differ .detail_comment {
    margin: 25px 0 0;
}


/*row_comment_differ2*/

.row_comment_differ2 .image_user {
    max-width: 39%;
}

.row_comment_differ2 .detail_comment {
    max-width: 55%;
}

.row_comment_differ2 .image_user h4 a {
    font-size: 14px;
}



.link_comment2 {
    text-align: center;
    margin-top: 10px;
}

.link_comment2 button {
    border: 0;
    background: #bab768;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 100px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.form_comment_differ .text_form textarea {
    padding-left: 85px;
}

.form_comment_differ form {
    position: relative
}

.link_comment2 {
    text-align: center;
    margin-top: 0;
    top: 10px;
    left: 8px;
    position: absolute;
}

.link_comment2 button {
    border: 0;
    background: #bab768;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 75px;
    height: 35px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}


.row_comment_differ .image_user h5 {
    margin: 0;
    color: #7b7b7b;
    font-weight: normal;
}

.row_comment_differ .image_user h5 button {
    font-size: 15px;
    display: inline-block;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}


.row_comment_differ .image_user h5 button i {}

.row_comment_differ .image_user h5 button:first-child {
    color: #de2626
}

.modal_differ .detail_comment h4 {
    margin-top: 0
}

.modal_differ .detail_comment .det-name {
    font-size: 20px;
    display: inline-block;
    color: #000;
    max-width: calc(100% - 86px);
    padding-left: 30px;
    vertical-align: text-top
}

.modal_differ .detail_comment .det-time {
    width: 80px;
    color: #a8a86a;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 4px;


}


.comm-edit .row_comment_differ {
    margin-bottom: 0;
    border: none;
    padding: 15px;
    border-radius: 0;
}

.comm-edit .detail_comment p {
    color: #666
}

.comm-edit .detail_comment {
    background: #eaebb2;
    margin-top: 0;
    max-width: 92%
}

.comm-edit .detail_comment:after {
    content: none;
}

.main-comments-sec {
    margin-top: 40px;
}

.main-comments-sec .div_opacit_share {
    margin-bottom: 40px;
}

.main-comments-sec #tabs .tabs > div {
    padding: 0 25px;
}

.main-comments-sec #tabs .tabs {
    margin: 40px auto 0;
}
