/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 11, 2017, 10:41:32 AM
    Author     : ManhThang
*/


@font-face {
    font-family: 'Roboto';
    src:url('../fonts/Roboto-Regular.ttf');
    src:url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoMedium';
    src:url('../fonts/Roboto-Medium.ttf');
    src:url('../fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src:url('../fonts/Roboto-Bold.ttf');
    src:url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoLight';
    src:url('../fonts/Roboto-Light.ttf');
    src:url('../fonts/Roboto-Light.ttf') format('truetype');
}
textarea:focus, input:focus{
    outline: none;
}



.loader {
    font-size: 10px;
    margin: auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #0dc5c1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
body {
    font-family:Roboto;
    background:#ffffff;

}
a:link {
    text-decoration: none;

}
.top{
    width: 100%;
    height: 60px;
    background-color: #42413d;
}
.top_main{
    width: 1024px;
    margin: 0 auto;
    height: 60px;

}
.top_main .pull-left img{
    margin: 8.5px auto;
    cursor: pointer;
}
.button-home{
    margin-left: 70px;
    height: 60px;
    line-height: 60px;
    color: white;
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.margin-right{
    margin-right: 35px;
    cursor: pointer
}
.margin-right a{
    color: white;

}
.margin-left{
    margin-left: 15px;
}
.margin-left a{
    color: white;
}
.top_main .pull-right{
    height: 60px;
    line-height: 60px;
    color: white;


}
.banner-top-main{
    width: 100%;
    position: relative;
    background-color: #42413d;
    padding-top: 60px;
}
.banner-top{

    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;


}
.banner-top video{


}
.banner-button{
    position: absolute;
    right: 120px;
    z-index: 1;
    bottom: 8px;
    cursor: pointer;

}
.slide-banner{
    background-color: #42413d;
    width: 100%;
    height: 185px;
}
.slide-banner-main{
    width: 1024px;
    margin: 0 auto;
    height: 100px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.banner{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.slide-banner-slide{
    width: 982px;;

    margin-top: 42.5px;

    height: 100px;

}
.slide-banner-main .pull-left{
    width: 21px;
    margin-top: 65px;
}
.slide-banner-main .pull-right{
    width: 21px;
    margin-top: 65px;
}
.slide-banner-main .pull-right span{
    cursor: pointer;
}
.mv1{
    width: 100%;
    min-height: 100px;

}
.item_mv{
    margin: 0px 14px;
    width: 172.4px;
    height: 100px;
}
.item_mv img{
    width: 172.4px;
    height: 100px;
}

.home-new{
    margin-top: 40px;
    border-bottom: #ccc solid 1px;
    width: 100%;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.home-star{
    margin-bottom: 25px;
    border-bottom: #ccc solid 1px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.title{
    color: #42413d;
    font-size: 20px;
    height: 30px;
    border-bottom: #ccc solid 1px;
    display: inline-block;
    line-height: 30px;
}
.title-home{
    height: 30px;
    width: 100%;
}
.title-home .pull-right{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.title-more{
    width: 115px;
    border-right: #ccc solid 1px;
    height: 25px;
    line-height: 30px;
    color: #CCC;
    cursor: pointer
}
.home-main{
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 20px;


}
.home-main-content{
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
}
.home-main-content-{
    width: 100%;


}
.item-home{
    width: 233.5px;

    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    height: 209px;
}
.item-home-img{
    width: 100%;
    height: 131px;

}
.itemm-star{
    width: 145.67px;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left

}
.itemm-star-img{
    width: 100%;
    height: auto;
}

.intruction{
    width: 100%;
    margin-top: 40px;
}
.intruction-title{
    text-align: center;
}
.intruction-image{
    width: 547px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.intruction-image img{
    margin-right: 20px;
    cursor: pointer;
}
.footer{
    height: 150px;
    width: 100%;
    background-color: #42413d;
}
.footer-icon{
    width: 100px;
    padding-top:  25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    height: 30px

}
.footer-icon img{
    margin-right: 20px
}
.footer-menu{
    width: 1020px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.footer-menu span{
    margin-left:15px;
    margin-right: 15px;
    color: white;
    cursor: pointer
}
.footer-menu-line{
    height: 14px;
    width: 1px;
    background-color: white
}
.copyright{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    color: white
}

#loadingDiv {
    position: fixed; /* Sit on top of the page content */
    /*display: none;  Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#loadingDiv img{

    height: 200px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);


}
.name-vod{
    margin-top: 13px; 
    margin-bottom: 10px;
    /*height: 40px;*/
    font-size: 14px;
    width: 100%;

}
.name{
    color: black;
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    /*height: 3em;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.price{
    margin-left: 3px;
    color: #CCC;
    font-size: 13px
}
.group-count{
    height: 15px;

    width: 100%;
    color: #CCC;
    font-size: 13px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.group-count-div{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 35px;
}
.cele-name{
    font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 20px;
    margin-top: 10px;
}
.cele-view{
    font-size: 13px;
    text-align: center;
    color: #ccc;
    line-height: 18px;
    margin-top: 10px;
}
.cele-view-button{
    width: 110px;
    height: 20px;
    border-radius: 5px;
    border: #CCC solid 1px;
    margin: 10px auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

}
.follow1{
    width: 40px;
    height: 20px;
    text-align: center;

    line-height: 20px;
    cursor: pointer

}
.follow2{
    width: 70px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #9b9b9b
}
.pointer{
    cursor: pointer;
}
.video-js .vjs-big-play-button{
    top:98%;
    left: 98%;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */

    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index:9999999; /* Sit on top */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center
}
.modal-header {
    background-color: #00A1E4;
    color: white;
    padding: 0px;
    margin: auto;
    width: 500px;

}
@media screen and (max-width: 900px){
    .modal-content {
        width: 80%;
    }
    .modal-header{
        width: 80%;
    }
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-family:  RobotoBold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.modal-header span{
    height: 40px;
    line-height: 40px;
}

.modal-body {
    height: auto;
    margin: 30px;
    color: #000000;
}

.modal-footer {
    height: 40px;
    line-height: 40px;
    background-color: white;
    color: black;
    border-top: #000 solid 1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0px;
}
.modal-footer-left{
    width:33%;
    border-right:#000 solid 1px;
    text-align: center
}
.modal-footer-right{
    width:33%;
    /*border-right:  #000 solid 1px;*/
    text-align: center
}
.modal-footer-left1{
    width:50%;
    border-right:#000 solid 1px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    cursor: pointer

}
.modal-footer-right1{
    width:50%;
    /*border-right:  #000 solid 1px;*/
    text-align: center;
    line-height: 40px;
    height: 40px;
    cursor: pointer
}

/*end popup*/
.live-main{
    padding-top: 60px;
    width: 1024px;

    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    /*    height: 500px;
        border: #000 solid 1px;*/
}
.live-header{
    margin: 20px 0px;
    width: 100%;
}
.live-header-icon{
    width: 137px;
    height: auto;
    margin-left: 20px;
    cursor: pointer;
    margin-top: 15px;
}
.live-header .pull-left{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.live-header-name{
    margin-left: 15px;
    height: 70px;
}
.live-header-name1{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: black;
}
.live-header-name2{
    height: 20px;

    font-size: 13px;

}
.live-stream{
    height: 530px;
    width: 100%;
    border:  #ccc solid 1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.live-stream-video{
    width: 750px;
    height: 530px;
    border-right:  #ccc solid 1px;
    position: relative;

}
.live-stream-chat{
    width: 274px;
    height: 530px;
    position: relative;
}
.live-stream-video-title{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.live-stream-video-name{
    margin: 10px 0px 15px 30px;
    width: 680px;

}
.live-name{
    font-size: 18px;
    color: black;
}
.live-price{
    font-size: 14px;
    color: #9b9b9b;
    margin-left: 20px;
}
.live-button{
    margin-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.live-button-image{
    border-radius: 5px;
    margin-right: 20px;
}
.chat-box{
    height: 45px;
    width: 100%;
    border-top: #CCC solid 1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

}
.chat-load{
    height: 480px;
    width: auto;
    color: #1A1A1A;
    overflow-y: auto;
    margin-right: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;



}
.load-gift{
    position: absolute;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
    z-index:9999999; /* Sit on top */
    bottom: 45px;
    height: 180px;
    width: 100%;
    visibility: hidden;


}
.gift-item{
    height: 90px;
    width: 90px;
    float: left;
    z-index: 100;
}

.chat-load::-webkit-scrollbar {
    width: 1px;
    background-color: #B3B3B3;
    display: block; 
}
.chat-load::-webkit-scrollbar-thumb:vertical{
    background-color:#B3B3B3;
    border-radius:10px;
    height: 10px;
    width: 4px

}
.chat-item{
    margin: 10px 20px;

}
.chat-item-content{
    margin-top: 7px;
    min-width: 150px;
    display: inline-block;
    /*    -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;*/
    border: #9b9b9b solid 1px;
    border-radius: 15px;
    color: #888;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);

}
.chat-item-name{

    margin: 5px 5px 5px 5px;
    font-size: 12px;
    font-family: RobotoBold;
    float: left;
    height: max-content;
    width: max-content;
}
.chat-item-mess{

    margin: 5px 10px 5px 5px;
    font-size: 12px;
    float: left;
    width: max-content;


}
.chat-item-mess img{
    margin: auto;
    height: 40px;
    width: 40px
}
.img-40{

}


.icon-gift{
    margin-top: 10px;
    margin-left: 10px;
    height: 24px;
    width: 22px;
}
.div-input{
    width: 155px;
    margin-left: 10px;
    height: 45px;
}
.div-input input{
    border: none;
    height: 35px;
    margin-top: 5px;
    width: 155px;
}
.icon-em{
    margin-top: 10px;
    margin-left: 5px;
    height: 25px;
    width: 26px;
}
.send-button{
    width: 36px;
    height: 24px;
    margin-top: 10px;
    margin-left: 5px;
    cursor: pointer;
    background-color: #fff100;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
}
.live-relate{
    width: 100%;
    margin: 40px 0px;
}
.line{
    width: 100%;
    background-color: #ccc;
    height: 1px;
}
/*login*/
.login-content{
    position: relative;
    background-color: #fbe647;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 370px;
    height: 666px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center
}
.login-content-header{
    height: 40px;
    line-height: 40px;
    width: 370px;
}
.login-logo{
    margin: 120px auto;
    width: 370px;
}
.div-facebook{
    width: 370px;
    margin-bottom: 20px;
}
.sdt-title{
    width: 370px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 70px;
}
.sdt-input-title{
    margin-left: 50px;
    width: 320px;
    font-size: 14px;
    color: #9b9b9b;
    text-align: left
}
.sdt-input{
    margin-bottom: 15px;
    width: 320px;
    margin-left: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.sdt-input1{
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
    border-bottom: #ccc solid 1px;
    text-align: center;
}
.sdt-input2{
    height: 30px;
    width: 210px;
    border-bottom: #ccc solid 1px;

}
.sdt-input2 input{
    border: none;
    height: 28px;
    margin-top: 1px;
    width: 210px;
    -webkit-appearance: none; 
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.sdt-next{
    width: 370px;
    margin-top: 140px;
}

/*end login*/

/*tha tim*/


.heart {
    position: absolute;
    top: -50%;
    right:  0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -m-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.heart:before {
    position: absolute;
    top: -50%;
    right:  0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

.heart:after {
    position: absolute;
    top: 0;
    right: -50%;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 100%;
}

@-webkit-keyframes love {
    0%{top:80%}
}
@-moz-keyframes love {
    0%{top:80%}
}
@-ms-keyframes love {
    0%{top:80%}
}
@keyframes love {
    0%{top:80%}
}
/*end tha tim*/


/*nha cua sao*/

.live-banner{
    width: 1280px;
    height: 500px;
    margin: auto;
    padding-top: 60px;
    position: relative;

}
.cele-avata{
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: -140px;
    left: 128px;
}
.tab-celeb{
    height: 80px;
    width: 100%;
    background-color: #fff100;
}
.status {
    background-color: white;
    width: 1024px;
    height: 90px;

    position: relative;
    display: inline-block;
    margin-top:  115px;
    border: 1px solid #d8d8d8;
    border-radius: 15px;
    z-index: 0;
    box-shadow: 3px 3px 2px #d8d8d8;
}

.status::after,
.status::before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 200px;
}

.status::after {
    border-bottom: 20px solid #FFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
    margin-top: 1px;
}

.status::before {
    border-bottom: 20px solid #d8d8d8;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    margin-top: 5px;
    margin-left: -3px;
    z-index: -100;
}
.status p{
    margin-top: 15px;
    margin: 15px auto auto 70px;
    font-size: 14px;
}
.news-main{
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.news-main-left{
    width: 700px;
    margin-right: 24px;
    height: auto;
}
.news-main-right{
    width: 300px;
    height: auto
}
.follower-group{
    width: 100%;
    height: 310px;
    border: #d8d8d8 solid 1px;
}
.follower-group-title{
    height: 50px;
    line-height: 50px;
    width: 290px;
    margin-left: 10px;
    font-family: RobotoBold;
}
.follower-group-{
    margin-left: -5px;
    margin-right: -5px;


}
.follower-group-item{
    width: 70px;
    height: 70px;
    margin: 0px 15px 20px 15px;
    float: left
}
.follower-group-item img{
    height: 50px;
    width: 50px;
}
.ellipsis {
    width:100%;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;

}
.marginTop6{
    margin-top: 6px;
}
.news-audio{
    width: 100%;
    height: auto;
    border: #d8d8d8 solid 1px;
    box-shadow: 2px 2px 1px #d8d8d8;
    margin-bottom: 10px;
}
.news-audio-main{
    margin: 15px auto 15px 30px;
    max-width: 670px;
    height: auto
}
.news-social{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 75px;
    width: 100%;
    border-top: #d8d8d8 solid 1px;
    color: #9b9b9b;
    line-height: 75px;
}
.news-social-item{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 14px;
}



.tab_account{
    width:900px;
    margin-left: 380px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    color: #d8d8d8

}
ul.tabChildA {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:900px;
    margin-left: 380px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    color: #d8d8d8

}

ul.tabChildA li {
    margin: 0 0 0 0;
    /*padding: .5em;*/

    width:300px; 
    text-align: center;
    height: 80px;

}



ul.tabChildA li a {
    color: #9b9b9b;
    width: 300px;
    text-decoration: none;
    height: 80px;
    /*line-height: 40px;*/
    text-align: center;


}
ul.tabChildA li a i{
    font-size: 28px;
    margin-top: 15px
}
ul.tabChildA li a p{
    font-size: 15px;
}

ul.tabChildA li.active  {

    color: #000;
    border-bottom: #000 solid 1px;


}
ul.tabChildA li.active a{
    color: #000;
}
.news-header{
    margin-left: 30px;
    width: 670px;
    margin-bottom: 15px;
}
.news-header .pull-left{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.news-name{
    margin-bottom: 25px;
    margin-left: 30px;
    width: 670px;
    font-size: 14px;
}
.news-audio-content{
    margin-left: 30px;
    width: 670px;
    margin-bottom:20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.news-audio-content-name{
    margin-left: 30px;
    width: auto;
    height: auto;
}
.video-star{

    width: 100%;
}

.news-main-{
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.news-live{
    width: 100%;
    height: 394px;
    position: relative;
}

.news-live-header{
    left: 30px;
    width: 670px;
    top:15px;
    position: absolute;
}
.news-live-header .pull-left{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.news-live-header .pull-right{
    margin-right: 25px
}
.news-social-none{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

    width: 100%;

    color: #9b9b9b;

}
.celeb-name-div{
    position: absolute;
    width: 100%;
    bottom: -50px;
    background: url(../img/transperancy-2.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cele-avata-name{


    margin-left: 428px;

    color: white;
    /*    background-color: rgb(204,204,204);  Fallback color 
        background-color: rgba(204,204,204,0.4);  Black w/ opacity */
    z-index:9999999; /* Sit on top */
    /*background-image: url(../img/transperancy-2.png);*/


}

.cele-avata-name-box{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: white solid 1px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.cele-avata-name-box i{
    cursor: pointer;
}
.load_more{

    display: inline-block;
    /*margin: 0px 1%;*/

    font-size: 14px;
    height: 20px;
    /* line-height: 40px; */
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: black;


}
.load_more img{
    margin: auto;
    display: block;
    margin-top: 5px;
    height: 40px;
    width: 40px;
}
.margin--{
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 1px #d8d8d8;
}
.news-contents{
    margin-left: 30px;
    margin-right: 20px;
    width: 650px;
    margin-bottom:20px;
    text-align: justify;
}
.news-des{
    margin-left: 30px;
    width: 650px;
    text-align: left;
    margin-bottom:20px;
    margin-right: 20px;
    text-align: justify;
}
.load-comment{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 100px;
    width: 100%;
    border-top: #d8d8d8 solid 1px;
    color: #9b9b9b;

}
.comment-avata{
    width: 70px;
    height: 70px;
    margin: 15px 15px 15px 30px;

}
.comment-content{
    margin-top: 15px;
    margin-right: 10px;
}
.comment-avata-name{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;

}
.comment-avata-name1{
    font-size: 14px;
    color: black;
    font-family: RobotoBold;
}
.comment-avata-name2{
    font-size: 13px;
    margin-left: 20px;

}
.comment-box{
    width: 570px;
    height: 50px;
    margin-bottom: 10px;
    border: #d8d8d8 solid 1px;

}
.comment-box input{
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    border: none;
    height: 30px;
}
.button-comment{
    width: 150px;
    height: 40px;
    background-color: #d8d8d8;
    color: black;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
}
/*end nha cua sao*/

/*ceeshow*/
.ceeshow-event{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin:15px 0px;
}
.ceeshow-event-title{
    width: 954px;
}
.ceeshow-event-share{
    width: 70px;
}
.buy-ticket{
    height: 20px;
    width: 70px;
    border-radius: 5px;
}
.ticket-popup-bottom{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: #9b9b9b solid 1px;
    color: black;
    margin-bottom: 10px;


}
.ticket-popup-bottom .pull-right{
    margin: 5px 10px 5px auto;
    height: 40px;
    width: 100px;
    line-height: 40px;
    border: #888 solid 1px;
    border-radius: 5px;
    text-align: center;
}
.ticket-popup{
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 400px;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;


}
.ticket-popup-content{
    width: auto;
    height: auto;
    margin: 30px;
    color: black;
    text-align: justify;
    text-justify: inter-word;


}
.input_code{
    width: 80%;
    height: 40px;
    margin: 10px auto;
    border: #9B9B9B solid 1px;
    border-radius: 10px;
}
.input_code input{
    border: none;
    height: 30px;
    width: 90%;
    margin: 5px 5%;
}
.intro_code{
    text-align: center;
    margin: 30px auto 0px auto;
}
.modal-footer- {
    height: 40px;
    line-height: 40px;
    background-color: white;
    color: black;
    border-top: #888 solid 1px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0px;
}
/*end ceeshow*/

/*-- 404-page --*/

.error-page{
    width: 31%;
    margin: 9em auto 5em;
}
.error-page img{
    width:100%;
}
.error-copyright p{
    color:#2a2f43
}
.error-copyright p a{
    color:#2a2f43
}
.go-back{
    margin:1em 0 0 0;
    text-align:center;
}
.go-back a{
    background: #fd5c63;
    color: #fff;
    padding: 1em 1.5em;
}
.go-back a:hover{
    background:#67d3e0;
}
.error-copyright {
    margin:3em 0 2em;
}
.fa{
    font-size: 16px;
}
/*-- //404-page --*/