@charset "UTF-8";

.mediaV2-dis-body-scroller {
    overflow: hidden;
}
.mediaV2-detail-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    z-index: 9999999;
    overflow-y: scroll;
    text-align: left;
}
.mediaV2-detail-scene {
    min-width: 1000px;
    max-width: 1200px;
    width: calc(100vw - 20px);
    background: #fff;
    margin: 20px auto;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    z-index: 2;
    position: relative;
    text-align: left;
    border-radius: 5px;
}
.mediaV2-detail-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
    font: normal normal normal 28px/1 FontAwesome;
    color: #000;
    opacity: .5;
    width: 20px;
    height: 20px;
}
.mediaV2-detail-close-btn:hover {
    opacity: 1;
}
.mediaV2-detail-close-btn i:after {
    font-style: normal;
    content: '\f104';
    position: absolute;
    top: 50%;
    left: calc(50% - 2px);
    transform: translateY(-50%);
}
.mediaV2-detail-close-btn i:before {
    font-style: normal;
    content: '\f105';
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    transform: translate(-50%,-50%);
}
.mediaV2-content-wrap {
    /* width: 900px; */
    margin: auto;
}
.mediaV2-header {
    padding: 30px 0;
}
.mediaV2-header .title {
    font-family: helvetica, arial, sans-serifa;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 30px;
}
.mediaV2-header .desc {
    font-family: helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 0 15px;
    color: #164673;
}
.mediaV2-header .desc:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #c32626;
    position: relative;
    left: -9px;
    top: -4px;
}
.mediaV2-post-action-bar {
    padding: 15px 20px;
    text-align: right;
}
.mediaV2-post-action-bar * {
    vertical-align: middle;
}
.mediaV2-post-action-bar .cat-selector-label {
    font-weight: bold;
    margin-right: 10px;
    font-size: 15px;
}
.mediaV2-post-action-bar .cat-selector-wrap {
    display: inline-block;
    width: 250px;
    margin-right: 20px;
}
.mediaV2-post-action-bar .cat-selector-wrap select {
    width: 100%;
    height: 36px;
}
.mediaV2-post-fright {
    float: right;
}
.mediaV2-post-fleft {
    float: left;
}
.mediaV2-post-btn {
    border: 1px solid rgba(0,0,0,.25);
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 3px;
    background: rgba(0,0,0,.05);
    opacity: .85;
    display: inline-block;
}
.mediaV2-post-btn:hover {
    opacity: 1;
}
.mediaV2-post-btn.mediaV2-post-btn-green {
    background: #2da000;
    color: #fff;
}
.mediaV2-post-btn.mediaV2-post-btn-red {
    background: #df3c3c;
    color: #fff;
}
.mediaV2-info {
    margin-bottom: 20px;
}
.mediaV2-info {
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #9197a3;
}
.mediaV2-info * {
    vertical-align: middle;
    display: inline-block;
}
.mediaV2-info .user-link {
    color: inherit;
    text-decoration: none;
}
.mediaV2-info .user-link span:hover {
    text-decoration: underline;
}
.mediaV2-info .user-link img {
    border-radius: 50%;
    width: 25px;
    margin-right: 5px;
}
.mediaV2-info .user-link span {
    font-weight: bold;
    color: #666;
}
.mediaV2-info .separate:after {
    content: '';
    width: 2px;
    height: 2px;
    background: #9197a3;
    display: inline-block;
    margin: 0 5px;
}


















.mediaV2-item-content,
.mediaV2-detail-content {
    position: relative;
    z-index: 1;
}
.mediaV2-detail-content li > div {
    position: relative;
}
.mediaV2-detail-content li > div .remove-btn {
    cursor: pointer;
    background: rgba(255,255,255,.25);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 0;
    color: rgba(255,255,255,.75);
    z-index: 3;
}
.mediaV2-detail-content li > div .remove-btn:hover {
    background: rgba(255,255,255,.25);
    color: #fff;
}
.mediaV2-detail-content li > div .remove-btn i {
    font-size: 21px;
    position: absolute;
    top: calc(50% - 1px);
    transform: translate(0,-50%);
}
.mediaV2-detail-content li > div .remove-btn i.fa-angle-left {
    left: calc(50% - 1px);
}
.mediaV2-detail-content li > div .remove-btn i.fa-angle-right {
    right: calc(50% - 2px);
}

.mediaV2-item-content ul,
.mediaV2-detail-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mediaV2-item-content li,
.mediaV2-detail-content li {
    text-align: left;
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
}
.mediaV2-detail-content.touch-version li {
    margin-bottom: 5px;
}
.mediaV2-item-content li:last-child,
.mediaV2-detail-content li:last-child {
    margin-bottom: 0;
}
.mediaV2-detail-content li[new-line-helper] {
    text-align: center;
    background: #fff;
    outline: 1px dashed #ddd;
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 10px;
    color: #aaa;
    padding: 10px;
}
.mediaV2-detail-content li[new-line-helper]:not(:empty) {
    outline: none;
    background: #0093f1;
    color: #fff;
}
.mediaV2-detail-content li[new-line-helper]:after {
    content: 'New line';
}
.mediaV2-item-content li > div,
.mediaV2-detail-content li > div,
.mediaV2-poster-image-dragging {
    display: inline-block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
}
.mediaV2-item-content .prepare > li > div,
.mediaV2-detail-content .prepare > li > div {
    display: none;
}

.mediaV2-item-content li > div ins,
.mediaV2-detail-content li > div ins {
    background: rgba(255,255,255,.25);
    width: 50px;
    height: 24px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,.5);
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    z-index: 3;
}
.mediaV2-item-content li > div ins:before,
.mediaV2-detail-content li > div ins:before {
    content: '\f04b';
    font: normal normal normal 16px/1 FontAwesome;
    /*content: 'GIF';
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 13px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mediaV2-item-content li > div:not([playing]):hover ins:before,
.mediaV2-detail-content li > div:not([playing]):hover ins:before {
    content: '\f04b';
    font: normal normal normal 16px/1 FontAwesome;
}
.mediaV2-item-content li > div[playing] ins,
.mediaV2-detail-content li > div[playing] ins {
    display: none;
}
.mediaV2-item-content li > div[playing]:hover ins,
.mediaV2-detail-content li > div[playing]:hover ins {
    display: block;
}
.mediaV2-item-content li > div[playing] ins:before,
.mediaV2-detail-content li > div[playing] ins:before {
    content: '\f04c';
    font: normal normal normal 16px/1 FontAwesome;
}



.mediaV2-item-content li > div[more-items]:before,
.mediaV2-detail-content li > div[more-items]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.mediaV2-item-content li > div[more-items]:after,
.mediaV2-detail-content li > div[more-items]:after {
    content: '+' attr(more-items);
    font-family: helvetica, arial, sans-serif;
    font-size: 35px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}


.mediaV2-detail-content li > div .error-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff1f1;
    border: 1px solid #fbc3c3;
    color: #9f2d2d;
    padding: 10px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
}
.mediaV2-detail-content > div .error-message > div:first-child {
    font-weight: bold;
}
.mediaV2-detail-content li > div.upload-holding:after,
.mediaV2-detail-content li > div.uploading-progress:after,
.mediaV2-poster-image-dragging.upload-holding:after,
.mediaV2-poster-image-dragging.uploading-progress:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    z-index: 2;
}
.mediaV2-detail-content li > div .uploading-progress-bar,
.mediaV2-poster-image-dragging .uploading-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ddd;
    z-index: 3;
}
.mediaV2-detail-content li > div .uploading-progress-bar div,
.mediaV2-poster-image-dragging .uploading-progress-bar div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #0093f1;
}
.mediaV2-poster-image-dragging {
    opacity: .5;
    position: absolute;
}
.mediaV2-item-content li > div+div,
.mediaV2-detail-content li > div+div {
    margin-left: 10px;
}
.mediaV2-detail-content.touch-version li > div+div {
    margin-left: 2px;
}
.mediaV2-item-content li img, .mediaV2-detail-content li img, .mediaV2-poster-image-dragging img {
    width: 100%;
    display: block;
}
.mediaV2-detail-content.post-from-app li img {
    max-width: 500px !important;
    margin: 0 auto;
}
.mediaV2-detail-content li > div[drop-helper] {
    background: #eee;
    outline: 1px dashed #ddd;
    box-shadow: inset 0 0 0 3px #fff;
}
.mediaV2-detail-content li > div[drop-helper]:not(:empty) {
    outline: 3px solid #c6e9ff;
    box-shadow: 0 0 0 4px #0093f1;
}
.mediaV2-detail-content li > div[drop-helper]:first-child:last-child {
    display: none;
}
.mediaV2-detail-content li > div[drop-helper]:empty:before,
.mediaV2-detail-content li > div[drop-helper]:empty:after {
    content: '';
    display: block;
    width: 6px;
    height: 26px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mediaV2-detail-content li > div[drop-helper]:empty:after {
    width: 26px;
    height: 6px;
}
.mediaV2-item-content li:first-child:last-child > div[item-type="image"]:first-child:last-child,
.mediaV2-detail-content li:first-child:last-child > div[item-type="image"]:first-child:last-child {
    width: auto !important;
    text-align: center;
    max-width: 100%;
}
.mediaV2-item-content li:first-child:last-child > div[item-type="image"]:first-child:last-child img,
.mediaV2-detail-content li:first-child:last-child > div[item-type="image"]:first-child:last-child img {
    width: auto !important;
    max-width: 100%;
    display: inline-block;
}


.mediaV2-item-content li > div[item-type="video"],
.mediaV2-detail-content li > div[item-type="video"] {
    position: relative;
    display: block;
    line-height: normal;
    width: 600px !important;
    height: 400px !important;
    margin: auto;
}
.mediaV2-item-content li > div[item-type="video"].fullscreen,
.mediaV2-detail-content li > div[item-type="video"].fullscreen {
    width: 100% !important;
    height: 100% !important;
    background: #000;
}
.mediaV2-item-content ul[touch-version="1"] li > div[item-type="video"],
.mediaV2-detail-content ul[touch-version="1"] li > div[item-type="video"] {
    width: 100% !important;
    height: 300px !important;
}
.mediaV2-item-content li > div[item-type="video"] img,
.mediaV2-detail-content li > div[item-type="video"] img {
    width: 100%;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}


.mediaV2-slide-prev-btn,
.mediaV2-slide-next-btn {
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    height: calc(100% - 50px);
    cursor: pointer;
    z-index: 3;
    font: normal normal normal 84px/1 FontAwesome;
    color: #fff;
}
.mediaV2-slide-prev-btn {
    left: 0;
}
.mediaV2-slide-prev-btn:before {
    content: '\f104';
    left: 10px;
}
.mediaV2-slide-next-btn {
    right: 0;
}
.mediaV2-slide-next-btn:before {
    content: '\f105';
    right: 10px;
}
.mediaV2-slide-prev-btn:before,
.mediaV2-slide-next-btn:before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    opacity: .75;
    text-shadow: 0 0 1px rgba(0,0,0,.5);
}
.mediaV2-slide-prev-btn:hover:before,
.mediaV2-slide-next-btn:hover:before {
    opacity: 1;
    text-shadow: 0 0 1px rgba(0,0,0,.75);
}




















.mediaV2-stream {
    width: 840px;
    margin: 20px auto 0;
    text-align: left;
}

.mediaV2-stream > h2 {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.mediaV2-stream > h2 a {
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    color: #999;
}
.mediaV2-stream > h2 a + a {
    margin-left: 10px;
}
.mediaV2-stream > h2 a img {
    vertical-align: middle;
}
.mediaV2-stream > h2 a.active {
    color: #000;
}

.mediaV2-stream-list > li {
    display: block;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    border-radius: 2px;
    overflow: hidden;
}

.mediaV2-stream-list > li.no-item {
    padding: 15px;
    text-align: center;
    font-size: 14px;
}

.mediaV2-stream-list > li.load-more {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: #e57481;
    color: #fff;
}
.mediaV2-stream-list > li.load-more:after {
    content: 'Xem thêm ' attr(next-page-items) ' media nữa';
}
.mediaV2-stream-list > li.load-more:not([disabled]):hover {
    background: #d5616e;
    cursor: pointer;
}
.mediaV2-stream-list > li.load-more[disabled] {
    background: url(../../../image/default/core/preloader/2/preloader_2_32.gif) #fff center center no-repeat;
    background-size: 21px;
    padding: 25px;
    color: #333;
}
.mediaV2-stream-list > li.load-more[disabled]:after {
    content: '';
}

.mediaV2-item-header,
.mediaV2-detail-header {
    padding: 20px;
    border-bottom: 1px solid #dbdbdd;
}

.mediaV2-detail-header {
    padding-bottom: 0;
    border-bottom: 0;
    width: 900px;
    margin: auto;
}


.mediaV2-detail-header .fb-box {
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    padding: 15px 0;
}
.mediaV2-detail-header .fb-box .fb-like-box {
    width: 750px;
    float: left;
}
.mediaV2-detail-header .fb-box .fb-send-box {
    width: 100px;
    float: right;
    text-align: right;
}
.mediaV2-detail-scene .reshare-box {
    padding-bottom: 20px;
}


.V2-vote-box {
    display: inline-block;
    float: right;
    overflow: hidden;
    background: #fff;
    width: 60px;
}
.V2-vote-box .counter {
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    color: #ce1e02;
    display: block;
    font-size: 20px;
    line-height: 35px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.V2-vote-box .voter {
    text-align: center;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    cursor: pointer;
    color: #4b9001;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fcfcfd;
    background: -moz-linear-gradient(top, #fcfcfd 0%, #f6f6f8 100%);
    background: -webkit-linear-gradient(top, #fcfcfd 0%,#f6f6f8 100%);
    background: linear-gradient(to bottom, #fcfcfd 0%,#f6f6f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfd', endColorstr='#f6f6f8',GradientType=0 );
    border: 1px solid #e1e1e1;
}
.V2-vote-box:not([disabled]):hover .voter, .V2-vote-box:not([disabled]):hover .counter {
    border-color: #ccc;
    color: #c00607;
}
.V2-vote-box:not([disabled]):hover  .voter path {
    fill: #c00607;
}
.V2-vote-box .voter svg {
    vertical-align: text-top;
}
.V2-vote-box .voter i {
    vertical-align: 0px;
    font: normal normal normal 14px/1 FontAwesome;
}
.V2-vote-box .voter i:after {
    content: '\f164';
}
.V2-vote-box[disabled] .voter {
    color: #c2c2c2;
}
.V2-vote-box[disabled] .voter path {
    fill: #c2c2c2;
}
.V2-vote-box[disabled] .voter,
.V2-vote-box[disabled] .voter i {
    cursor: default;
}

.V2-vote-box[type="strong"] {
    width: 80px;
}
.V2-vote-box[type="strong"] .counter {
    font-size: 30px;
    line-height: 49px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.V2-vote-box[type="strong"] .voter {
    font-size: 15px;
    line-height: 28px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.V2-vote-box[type="strong"] .voter i {
    font-size: 18px;
    margin-right: 1px;
}
.V2-vote-box[type="strong"] .voter svg {
    vertical-align: inherit;
}






.V2-vote-box[type="old-style"] {border: 0;width: 58px;background: transparent;}
.V2-vote-box[type="old-style"] .counter {border: 1px solid #ddd;margin-bottom: 5px;border-radius: 3px;background: #f5f5f5;position: relative;line-height: 34px;font-family: "lucida grande",tahoma,verdana,arial,sans-serif;}
.V2-vote-box[type="old-style"] .counter:before {content: '';display: block;width: 0;height: 0;position: absolute;bottom: -10px;left: 15px;border: 5px solid transparent;border-top: 5px solid #ddd;}
.V2-vote-box[type="old-style"] .counter:after {content: '';display: block;width: 0;height: 0;position: absolute;bottom: -9px;left: 15px;border: 5px solid transparent;border-top: 5px solid #f5f5f5;}
.V2-vote-box[type="old-style"] .voter {border-radius: 2px;border: 1px solid #e5e5e5;font-size: 12px;color: #1c9021;line-height: 20px;padding: 1px;box-shadow: none;background: linear-gradient(to top, rgba(0,0,0,.05), #fff);font-family: "lucida grande",tahoma,verdana,arial,sans-serif;}
.V2-vote-box[type="old-style"] .voter i {font-size: 12px;vertical-align: 0px;color: #C00607;}
.V2-vote-box[type="old-style"] .voter i:after {content: '\f087';}
.V2-vote-box[type="old-style"][disabled] .voter, .V2-vote-box[type="old-style"][disabled] .voter i {color: #a7a7a7;}
.V2-vote-box[type="old-style"]:not([disabled]) .voter:hover {color: #C00607;border: 1px solid #d5d5d5;background: linear-gradient(to top, rgba(0,0,0,.05), #fff);}












.mediaV2-item-header .info-box,
.mediaV2-detail-header .info-box {
    margin: 3px 110px 0 0;
}
.mediaV2-item-header .title,
.mediaV2-detail-header .title {
    margin-bottom: 10px;
}
.mediaV2-item-header .title h3,
.mediaV2-detail-header .title h3 {
    font-family: helvetica, arial, sans-serif;
    font-size: 34px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: 45px;
    display: inline;
}
.mediaV2-item-header .title h3 {
    font-size: 25px;
    line-height: 35px;
}

.mediaV2-item-header .title div,
.mediaV2-detail-header .title div {
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 0 15px;
    color: #174777;
    display: inline;
}
.mediaV2-item-header .title div:before,
.mediaV2-detail-header .title div:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #c32626;
    position: relative;
    left: -9px;
    top: -3px;
}
.mediaV2-item-header .info,
.mediaV2-detail-header .info {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    color: #9197a3;
}
.mediaV2-item-header .info *,
.mediaV2-detail-header .info * {
    display: inline-block;
    vertical-align: middle;
}
.mediaV2-item-header .info .user-link,
.mediaV2-detail-header .info .user-link {
    font-weight: bold;
    text-transform: capitalize;
    color: inherit;
}
.mediaV2-item-header .info .user-link:hover span,
.mediaV2-detail-header .info .user-link:hover span {
    color: #c00607;
    text-decoration: underline;
}
.mediaV2-item-header .info .user-link img,
.mediaV2-detail-header .info .user-link img {
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}
.mediaV2-item-header .info .comment-stats,
.mediaV2-detail-header .info .comment-stats,
.mediaV2-item-header .info .admin-btn,
.mediaV2-detail-header .info .admin-btn {
    color: #d55f6f;
    cursor: pointer;
}

.mediaV2-item-header .info .separate,
.mediaV2-detail-header .info .separate {
    margin-left: 15px;
}

.V2-reshare {
    color: #d55f6f;
}
.V2-reshare:not([disabled]) > span:first-child:hover {
    color: #777;
    cursor: pointer;
}
.V2-reshare > span:nth-child(2) {
    display: inline-block;
    margin-left: 7px;
    position: relative;
    color: #9197a3;
    background: #eeeff0;
    padding: 5px 10px;
    border-radius: 3px;
}
.V2-reshare > span:nth-child(2).no-resharer {
    display: none;
}
.V2-reshare > span:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right-color: #eeeff0;
}
.V2-reshare > span:nth-child(2) a, .V2-reshare > span:nth-child(2) span, .V2-reshare > span:nth-child(2) em {
    color: #999;
    line-height: 14px;
}
.V2-reshare > span:nth-child(2) span {
    color: #9197a3;
}

.V2-reshare > span:nth-child(2) em {
    font-style: normal;
    color: #1d2129;
}
.V2-reshare > span:nth-child(2) a:hover {
    color: #bd0000;
}
.V2-reshare > span:nth-child(2) a:not(:last-child):after, .V2-reshare > span:nth-child(2) span:not(:last-child):after {
    content: ', ';
    color: #666;
}
.V2-reshare > span:nth-child(2) span.no-after:after {
    content: '' !important;
}
.V2-reshare > span:nth-child(2) .initClick {
    color: #333;
    cursor: pointer;
}
.V2-reshare[type="light"] > span:nth-child(2) {
    padding: 1px 5px;
}


.V2-reshare[type="strong"] {
    font-family: helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: normal;
}
.V2-reshare[type="strong"]:before {
    content: none;
}
.V2-reshare[type="strong"] > span:first-child {
    float: right;
    display: block;
    background: #c00607;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}
.V2-reshare[type="strong"]:not([disabled]) > span:first-child:hover {
    background: #b00304;
    color: #fff;
}
.V2-reshare[type="strong"][disabled] > span:first-child {
    background: #b2b2b2;
    color: #fff;
}
.V2-reshare[type="strong"] > span:nth-child(2) {
    padding: 10px 15px;
    float: left;
    width: calc(100% - 150px);
    margin: 0;
}
.V2-reshare[type="strong"] > span:nth-child(2).no-resharer {
    display: block;
}
.V2-reshare[type="strong"] > span:nth-child(2).no-resharer ins {
    text-decoration: none;
}
.V2-reshare[type="strong"] > span:nth-child(2).no-resharer ins:after {
    content: 'Chưa có ai loan tin';
}
.V2-reshare[type="strong"] > span:nth-child(2):before {
    content: '\f0a1';
    color: #bd081c;
    font: normal normal normal 19px/1 FontAwesome;
    vertical-align: -2px;
    margin-right: 7px;
}
.V2-reshare[type="strong"] > span:nth-child(2):after {
    left: initial;
    right: -14px;
    border-right-color: transparent;
    border-left-color: #eeeff0;
    border-width: 7px;
}
.V2-reshare[type="strong"] > span:nth-child(2):before {
    left: initial;
    right: -14px;
    border-right-color: transparent;
    border-left-color: #eeeff0;
    border-width: 7px;
}
.V2-reshare[type="strong"] > span:nth-child(2) a {
    color: #bd081c;
}
.V2-reshare.give-author {

}









.mediaV2-item-content ul,
.mediaV2-detail-content ul {
    padding: 20px;
    background: #f4f5f7;
}
.mediaV2-detail-content.touch-version ul {
    padding: 10px 0;
}



.mediaV2-stream-sidebar {
    float: right;
    width: 300px;
}
.mediaV2-stream-sidebar-block {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}







.mediaV2-df {
    padding: 20px;
    margin: auto;
    position: relative;
    width: 1000px;
}
.mediaV2-df:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 340px;
    height: calc(100% - 40px);
    background: #f4f5f6;
    border-left: 2px solid #d4d6dd;
}
.mediaV2-df .mediaV2-df-lc {
    float: left;
    width: calc(100% - 350px);
    box-sizing: border-box;
}
.mediaV2-df .mediaV2-df-rc {
    float: right;
    width: 320px;
    position: relative;
    box-sizing: border-box;
}
















































.AD-micropayment-slide {
    position: fixed;
    background: rgba(0,0,0,.85);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.AD-micropayment-slide-close-btn {
    position: absolute;
    display: block;
    top: -40px;
    right: -40px;
    background: rgba(255,255,255,.5);
    border: 5px solid rgba(255,255,255,.15);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}
.AD-micropayment-slide-close-btn > div {
    position: absolute;
    display: block;
    top: 39px;
    right: 63px;
    font: normal normal normal 28px/1 FontAwesome;
    color: rgba(255,255,255,.5);
}
.AD-micropayment-slide-close-btn:hover > div {
    color: rgba(255,255,255,.75);
}
.AD-micropayment-slide-close-btn > div:before,
.AD-micropayment-slide-close-btn > div:after {
    display: block;
    position: absolute;
    top: 0;
}
.AD-micropayment-slide-close-btn > div:before {
    content: "\f105";
    left: 0;
}
.AD-micropayment-slide-close-btn > div:after {
    content: "\f104";
    left: 6px;
}
.AD-micropayment-slide-thumb-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.AD-micropayment-slide-thumb-next-btn,
.AD-micropayment-slide-thumb-prev-btn {
    position: absolute;
    top: 4px;
    width: 20px;
    height: calc(100% - 8px);
    background: rgba(255,255,255,.15);
    opacity: .25;
}
.AD-micropayment-slide-thumb-next-btn.active,
.AD-micropayment-slide-thumb-prev-btn.active {
    display: block;
    cursor: pointer;
    opacity: 1;
}
.AD-micropayment-slide-thumb-next-btn.active:hover,
.AD-micropayment-slide-thumb-prev-btn.active:hover {
    background: rgba(255,255,255,.35);
}
.AD-micropayment-slide-thumb-next-btn i,
.AD-micropayment-slide-thumb-prev-btn i {
    position: absolute;
    width: 100%;
    height: 12px;
    top: calc((100% - 12px)/2);
    left: 0;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,.35);
}
.AD-micropayment-slide-thumb-next-btn.active:hover i,
.AD-micropayment-slide-thumb-prev-btn.active:hover i {
    color: rgba(255,255,255,.75);
}
.AD-micropayment-slide-thumb-next-btn {
    right: 10px;
}
.AD-micropayment-slide-thumb-prev-btn {
    left: 10px;
}
.AD-micropayment-slide-thumbs {
    position: absolute;
    bottom: 10px;
    left: 35px;
    width: calc(100% - 70px);
    overflow: hidden;
    z-index: 2;
}
.AD-micropayment-slide-thumbs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.AD-micropayment-slide-thumbs li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 0 0 #000;
    background: url(img/loading-2.gif) #000 center center no-repeat;
}
.AD-micropayment-slide-thumbs li.selected {
    border: 2px solid #fff;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    box-shadow: 0 0 0 2px #fff;
    z-index: 1;
}
.AD-micropayment-slide-thumbs li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.AD-micropayment-slide-thumbs li:hover:before,
.AD-micropayment-slide-thumbs li.selected:before {
    border: 10px solid rgba(255,255,255,.5);
}



.AD-micropayment-slide-photo-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.AD-micropayment-slide-photo {
    position: absolute;
    top: 10px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 20px);
}
.AD-micropayment-slide-lock-effect .AD-micropayment-slide-photo {
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.AD-micropayment-slide-lock-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 4;
}
.AD-micropayment-slide-lock-wrap .AD-micropayment-box {
    position: absolute;

    top: calc((100% - 277px)/2);
    left: calc((100% - 389px)/2);
}
.AD-micropayment-slide-photo img {
    position: relative !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.AD-micropayment-slide-photo-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    font: normal normal normal 56px/1 FontAwesome;
    color: rgba(255,255,255,.25);
}
.AD-micropayment-slide-photo-prev-btn,
.AD-micropayment-slide-photo-next-btn {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    display: none;
}
.AD-micropayment-slide-photo-prev-btn.active,
.AD-micropayment-slide-photo-next-btn.active {
    display: block;
}
.AD-micropayment-slide-photo-prev-btn {
    left: 0;
}
.AD-micropayment-slide-photo-next-btn {
    right: 0;
}
.AD-micropayment-slide-photo-prev-btn i:after {
    content: "\f053";
    left: 20px;
}
.AD-micropayment-slide-photo-next-btn i:after {
    content: "\f054";
    right: 20px;
}
.AD-micropayment-slide-photo-next-btn i:after,
.AD-micropayment-slide-photo-prev-btn i:after {
    display: block;
    position: absolute;
    top: calc((100% - 56px)/2);
    font-style: normal;
    cursor: pointer;
}
.AD-micropayment-slide-photo-next-btn i:hover:after,
.AD-micropayment-slide-photo-prev-btn i:hover:after {
    color: rgba(255,255,255,.5);
}


























.mediaV2-slide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.95);
}
.mediaV2-slide-close-btn {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    z-index: 1;
    font: normal normal normal 28px/1 FontAwesome;
    color: #fff;
    opacity: .5;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.mediaV2-slide-close-btn:hover {
    opacity: 1;
}
.mediaV2-slide-close-btn i:after {
    font-style: normal;
    content: '\f104';
    position: absolute;
    top: 50%;
    left: calc(50% - 2px);
    transform: translateY(-50%);
}
.mediaV2-slide-close-btn i:before {
    font-style: normal;
    content: '\f105';
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    transform: translate(-50%,-50%);
}

.mediaV2-slide-scene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
}
.mediaV2-slide-photo {
    width: calc(100% - 200px);
    margin: 50px auto;
    text-align: center;
}
.mediaV2-slide-photo img {
    max-width: 100%;
}
.mediaV2-slide-thumb-box {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    /* background: rgba(0,0,0,.5); */
    /* border: 1px solid #dedede; */
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
}
.mediaV2-slide-thumb-controller {
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: calc(100% - 24px);
    z-index: 1;
}
.mediaV2-slide-thumb-next-btn,
.mediaV2-slide-thumb-prev-btn {
    position: absolute;
    width: 30px;
    height: 100%;
    border: 1px solid #bbb;
    top: 0;
    font: normal normal normal 42px/1 FontAwesome;
    color: #999;
    cursor: pointer;
    transition: all .25s ease-in-out;
}
.mediaV2-slide-thumb-next-btn:not([disabled]):hover,
.mediaV2-slide-thumb-prev-btn:not([disabled]):hover {
    border-color: #aaa;
    background: rgba(0,0,0,.1);
    color: #333;
}
.mediaV2-slide-thumb-next-btn[disabled],
.mediaV2-slide-thumb-prev-btn[disabled] {
    opacity: .25;
    cursor: default;
}
.mediaV2-slide-thumb-next-btn {
    right: 0;
    border-right: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.mediaV2-slide-thumb-prev-btn {
    left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mediaV2-slide-thumb-next-btn:before,
.mediaV2-slide-thumb-prev-btn:before {position: absolute;top: 50%;left: 50%;text-align: center;transform: translate(-50%,-50%);display: block;}
.mediaV2-slide-thumb-next-btn:before {
    content: '\f105';
}
.mediaV2-slide-thumb-prev-btn:before {
    content: '\f104';
}
.mediaV2-slide-thumb-container {
    width: calc(100% - 70px);
    overflow: hidden;
    margin: auto;
    z-index: 2;
    position: relative;
}
.mediaV2-slide-thumb-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all .25s ease-in-out;
}
.mediaV2-slide-thumb-container li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
    position: relative;
    transition: all .25s ease-in-out;
    margin: 0;
}
.mediaV2-slide-thumb-container li.selected {
    z-index: 1;
}
.mediaV2-slide-thumb-container li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
}
.mediaV2-slide-thumb-container li:hover:before,
.mediaV2-slide-thumb-container li.selected:before {
    border: 2px solid rgba(0,0,0,0.5);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
}

















.mediaV2-fullscreen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(255,255,255,0);
    overflow: hidden;
    transition: all .25s ease-out;
    overflow-y: scroll;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mediaV2-fullscreen-container.overlay {
    background: rgba(255,255,255,.95);
}

.mediaV2-fullscreen-container .next-btn,
.mediaV2-fullscreen-container .prev-btn {
    position: absolute;
    width: 200px;
    height: calc(100% * 1/2);
    top: 50%;
    right: 0;
    left: initial;
    transition: all .25s ease-out;
    opacity: 1;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    cursor: url(../../../image/default/core/cursor/next.png), auto !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mediaV2-fullscreen-container .prev-btn {
    left: 0;
    right: initial;
    cursor: url(../../../image/default/core/cursor/prev.png), auto !important;
}
.mediaV2-fullscreen-container .next-btn[disabled] {
    right: -200px;
}
.mediaV2-fullscreen-container .prev-btn[disabled] {
    left: -200px;
}
.mediaV2-fullscreen-container .next-btn img,
.mediaV2-fullscreen-container .prev-btn img {
    height: 100%;
    position: absolute;
    right: calc(100% - 100px);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.075);
    display: block;
    transition: all .25s ease-out;
}
.mediaV2-fullscreen-container .next-btn img {
    right: initial;
    left: calc(100% - 100px);
}
.mediaV2-fullscreen-container .next-btn ins,
.mediaV2-fullscreen-container .prev-btn ins {
    display: block;
    background: rgba(255,255,255,.75);
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(100% - 100px);
    z-index: 5;
    transition: all .25s ease-out;
}
.mediaV2-fullscreen-container .next-btn:hover ins,
.mediaV2-fullscreen-container .prev-btn:hover ins {
    background: rgba(255,255,255,.65);
}
.mediaV2-fullscreen-container .next-btn ins:hover,
.mediaV2-fullscreen-container .prev-btn ins:hover {
    background: rgba(255,255,255,.5);
}
.mediaV2-fullscreen-container .next-btn ins:hover+img,
.mediaV2-fullscreen-container .prev-btn ins:hover+img {
    box-shadow: 0 0 4px 1px rgba(0,0,0,.15);
    border-color: rgba(0,0,0,.15);
}
.mediaV2-fullscreen-container .next-btn ins {
    right: initial;
    left: calc(100% - 100px);
}


.mediaV2-fullscreen-container .control-bar {
    position: absolute;
    top: 20px;
    right: 30px;
    list-style-type: none;
    z-index: 99;
}
.mediaV2-fullscreen-container .control-bar li {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}
.mediaV2-fullscreen-container .control-bar li[disabled] {
    cursor: default;
    border-color: rgba(0,0,0,.05);
    color: #ddd;
    background: rgba(255,255,255,.5);
}
.mediaV2-fullscreen-container .control-bar li+li {
    margin-left: 10px;
}
.mediaV2-fullscreen-container .control-bar li .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    line-height: 0;
    transform: translate(-50%, -50%);
    font-size: 21px;
}



.mediaV2-fullscreen-frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow-y: scroll;
    opacity: 1;
    transition: all .25s ease-out;
}
.mediaV2-fullscreen-frame > div {
    position: relative;
}
.mediaV2-fullscreen-frame.remove-effect {
    opacity: 0;
}
.mediaV2-fullscreen-container .remove-helper {
    position: fixed;
}
.mediaV2-fullscreen-container img {
    position: relative;
    cursor: move;
}




























.mediaV2-attachment-frm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mediaV2-attachment-frm {
    width: 350px;
    padding: 15px;
}
.mediaV2-attachment-frm input[type="text"],
.mediaV2-attachment-frm textarea {
    outline: none;
    width: 100%;
    padding: 7px;
    border: 1px solid #aaa;
    margin: 10px 0;
    resize: none;
    display: inline-block;
}
.mediaV2-attachment-frm textarea {
    height: 100px;
}
.mediaV2-attachment-frm .action-bar {
    padding: 10px 15px;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    text-align: right;
    width: calc(100% + 30px);
    position: relative;
    top: 15px;
    left: -15px;
}
.mediaV2-attachment-frm .action-bar button {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px 15px;
    cursor: pointer;
}
.mediaV2-attachment-frm .action-bar button + button {
    margin-left: 10px;
}
.mediaV2-attachment-frm .action-bar button:hover {
    border: 1px solid #aaa;
    background: #fafafa;
}
.mediaV2-attachment-frm .action-bar button.insert-btn {
    border: 1px solid #0076ad;
    background: #1b91c8;
    color: #fff;
}
.mediaV2-attachment-frm .action-bar button.insert-btn:hover {
    background: #0076ad;
    border: 1px solid #0076ad;
}









































.LHV2-on-off-switch-frm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.LHV2-on-off-switch-frm {
    width: 350px;
    padding: 15px;
}
.LHV2-on-off-switch-frm input[type="text"],
.LHV2-on-off-switch-frm select {
    outline: none;
    width: 100%;
    padding: 7px;
    border: 1px solid #aaa;
    margin: 10px 0;
    resize: none;
    display: inline-block;
    font-weight: normal;
}
.LHV2-on-off-switch-frm label {
    font-weight: bold;
}
.LHV2-on-off-switch-frm .custom-input-frm {
    display: none
}
.LHV2-on-off-switch-frm .action-bar {
    margin-top: 10px;
    padding: 10px 15px;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    text-align: right;
    width: calc(100% + 30px);
    position: relative;
    top: 15px;
    left: -15px;
}
.LHV2-on-off-switch-frm .action-bar button {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px 15px;
    cursor: pointer;
}
.LHV2-on-off-switch-frm .action-bar button + button {
    margin-left: 10px;
}
.LHV2-on-off-switch-frm .action-bar button:hover {
    border: 1px solid #aaa;
    background: #fafafa;
}
.LHV2-on-off-switch-frm .action-bar button.insert-btn {
    border: 1px solid #0076ad;
    background: #1b91c8;
    color: #fff;
}
.LHV2-on-off-switch-frm .action-bar button.insert-btn:hover {
    background: #0076ad;
    border: 1px solid #0076ad;
}
























.mediaV2-touch-fullscreen-container > .zoom-in-btn {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.15);
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.5);
    color: rgba(255,255,255,.75);
    position: fixed;
    bottom: 80px;
    left: calc(50% - 30px);
    transition: all .2s ease-in-out;
    opacity: 1;
}
.mediaV2-touch-fullscreen-container > .zoom-in-btn[disabled] {
    opacity: 0;
}
.mediaV2-touch-fullscreen-container > .zoom-in-btn .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    font-size: 28px;
}

.mediaV2-touch-fullscreen-container > div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.mediaV2-touch-fullscreen-container > div.overlay {
    background: rgba(0,0,0,.75);
}
.mediaV2-touch-fullscreen-container > div img {
    position: relative;
}


















.V2-media-video {
    position: relative;
    display: block;
    line-height: normal;
    width: 600px !important;
    height: 400px !important;
}
.V2-media-video.hide-mouse {
    cursor: none !important;
}
.V2-media-video.fullscreen {
    width: 100% !important;
    height: 100% !important;
    background: #000;
}
.V2-media-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.V2-media-video .control-bar {
    position: absolute;
    box-sizing: border-box;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 54px;
    background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));
    transition: all .2s ease-in-out;
    z-index: 3;
}
.V2-media-video:not([hide-control-bar]):hover .control-bar,
.V2-media-video.keep-control-bar .control-bar {
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
}
.V2-media-video .seeking-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.V2-media-video .seeking-bar:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,.25);
    cursor: pointer;
}
.V2-media-video .seeking-bar .timer-tooltip {
    position: absolute;
    background: rgba(255,255,255,.25);
    padding: 5px 10px;
    left: 100%;
    transform: translateX(-50%);
    bottom: calc(100% + 7px);
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
}
.V2-media-video .seeking-bar .timer-tooltip:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: rgba(255,255,255,.25);
    top: 100%;
    left: calc(50% - 5px);
}
.V2-media-video .seeking-bar .helper {
    background: rgba(255,255,255,.75);
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 4px;
    width: 30%;
    display: none;
    z-index: 1;
}
.V2-media-video .seeking-bar .progress {
    background: rgba(210,0,0,.75);
    position: absolute;
    bottom: 8px;
    left: 0;
    height: 4px;
    z-index: 2;
}
.V2-media-video .seeking-bar:not(.seeking) .progress:after {
    content: '';
    width: 0;
    height: 0;
    transition: all .2s ease-in-out;
    transform: translate(50%,-50%);
    background: rgba(210,0,0,1);
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
}
.V2-media-video .seeking-bar:hover .progress:after {
    width: 12px;
    height: 12px;
}
.V2-media-video .seeking-bar.seeking .progress {
    background: rgba(255,255,255,.75);
    z-index: 1;
}
.V2-media-video .seeking-bar.seeking .helper {
    background: rgba(210,0,0,.75);
    z-index: 2;
}
.V2-media-video .seeking-bar.seeking .helper:after {
    content: '';
    width: 12px;
    height: 12px;
    transition: all .2s ease-in-out;
    transform: translate(50%,-50%);
    background: rgba(210,0,0,1);
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 50%;
}
.V2-media-video .play-btn,
.V2-media-video .volume-control .mute-btn,
.V2-media-video .fullscreen-btn {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.V2-media-video .play-btn .fa,
.V2-media-video .volume-control .mute-btn .fa,
.V2-media-video .fullscreen-btn .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: rgba(255,255,255,.75);
}
.V2-media-video .play-btn:hover .fa,
.V2-media-video .volume-control:hover .mute-btn .fa,
.V2-media-video .fullscreen-btn:hover .fa {
    color: rgba(255,255,255,1);
}
.V2-media-video .volume-control {
    position: absolute;
    bottom: 5px;
    left: 40px;
    width: 110px;
    height: 30px;
}
.V2-media-video .volume-control .mute-btn {
    bottom: 0;
}
.V2-media-video .volume-control .volume-slide {
    position: absolute;
    left: 35px;
    top: calc(50% - 2px);
    width: calc(100% - 40px);
    height: 4px;
    background: rgba(255,255,255,.25);
}
.V2-media-video .volume-control .volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(210,0,0,.75);
}
.V2-media-video .volume-control .volume-level:after {
    content: '';
    position: absolute;
    top: -3px;
    right: -2px;
    display: block;
    width: 4px;
    height: 10px;
    background: rgba(255,255,255,.75);
}
.V2-media-video .timer {
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 160px;
    width: 120px;
    height: 30px;
    cursor: pointer;
    text-align: left;
}
.V2-media-video .timer span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.V2-media-video .fullscreen-btn {
    left: initial;
    right: 0;
}


.input-wrap >span{
    float:left;
    margin-left:5px;
}
.input-wrap .save{
    float:left;
}
.input-wrap .save_user{
    float:left;
}


/* Popup style */

.lhv2-popup * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lhv2-popup {
    padding: 15px;
}
.lhv2-popup--size-small {
    width: 350px;
}
.lhv2-popup--size-medium {
    width: 600px;
}
.lhv2-popup--size-large {
    width: 900px;
}

.lhv2-popup label {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.lhv2-popup .custom-input-frm {
    display: none
}
.lhv2-popup .action-bar {
    margin-top: 10px;
    padding: 10px 15px;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    text-align: right;
    width: calc(100% + 30px);
    position: relative;
    top: 15px;
    left: -15px;
}
.lh-karma-link-info {
    padding: 10px 15px;
}
.lh-karma-link-info ul {
    display: block;
    margin: 0;
    padding:0;
}
.lh-karma-link-info ul li {
    list-style: disc;
}

/* Text style */

.lh-text-noti {

}
.lh-text-noti--info {
    color: #1b91c8;
}
.lh-text-noti--success {
    color: #0D8402;
}
.lh-text-noti--danger {
    color: rgba(210,0,0,1);
}
/* button */
.lh-button {
    display: inline-block;
    padding: 7px 15px;
    cursor: pointer;
}
.lh-button + .lh-button {
    margin-left: 10px;
}
.lh-button--gray {
    border: 1px solid #ccc;
    background: #fff;
}
.lh-button--gray:hover {
    border: 1px solid #aaa;
    background: #fafafa;
}
.lh-button--blue {
    border: 1px solid #0076ad;
    background: #1b91c8;
    color: #fff;
}
.lh-button--blue:hover {
    background: #0076ad;
    border: 1px solid #0076ad;
}
.lh-button--green {
    border: 1px solid #2e9415;
    background: #51b53b;
    color: #fff;
}
.lh-button--green:hover {
    background: #40a42a;
    border: 1px solid #23860b;
    color: #fff;
}

.lh-link-action {
    display: inline-block;
    padding: 2px 5px;
    cursor: pointer;
    margin-bottom: 10px;
}
.lh-link-action + .lh-link-action {
    margin-left: 10px;
}
.lh-link-action--blue {
    color: #1b91c8;
    border: 1px solid #1b91c8;
}
.lh-link-action--blue:hover {
    color: #0076ad;
    border: 1px solid #0076ad;
}
.lh-link-action--red {
    color: rgba(210,0,0,.75);
    border: 1px solid rgba(210,0,0,.75);
}
.lh-link-action--red:hover {
    color: rgba(210,0,0,1);
    border: 1px solid rgba(210,0,0,1);
}
.lh-link-action--gray {
    color: #666;
    border: 1px solid #666;
}
.lh-link-action--gray:hover {
    color: #333;
    border: 1px solid #333;
}
/* Table */
.lh-table-scroll {
    border-spacing: 0;
}
.lh-table-scroll thead, .lh-table-scroll tbody{
    display: block;
}
.lh-table-scroll thead {
    background: #ccc;
}
.lh-table-scroll tr th{
    height: 30px;
    line-height: 30px;
}
.lh-table-scroll tbody {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.lh-table-scroll tbody td:last-child,.lh-table-scroll thead th:last-child {

}
.lh-table {

}
.lh-table__in-popup {
    width:100%;
}
.lh-table__in-popup  p + p {
    margin-top: 10px;
}
.lh-table__in-popup .lh-table__in-popup--collapse {
    border-collapse: collapse;
}
.lh-table__in-popup th {
    font-weight: bold;
    color: #000;
}
.lh-table__in-popup--collapse th {
    background: #ccc;
}
.lh-table__in-popup--collapse td, .lh-table__in-popup--collapse th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 3px 5px;
}

.lh-table__in-popup .lh-admin-form {
    background: #efefef;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.input-wrap >label{
    margin-left: 5px;
}
