/*
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 : Apr 17, 2017, 1:50:29 PM
    Author     : ManhThang
*/

/*slide menu*/
/* The side navigation menu */
html, body {
    height: 100%;
}
body {
    width: 100%;
    margin:0px;
    padding: 0px;
}
body {
    font-family:Roboto;
    background:white;
    color:#000;
}
.sidenav {

    height: 300px;
    width:0;
    position: fixed;
    z-index: 10000000;
    top: 52px;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;

    -webkit-transition:  0.5s ease;
    -moz-transition:  0.5s ease;
    -ms-transition:  0.5s ease;
    -o-transition:  0.5s ease;
    transition:  0.5s ease;
    padding-top: 0px;
}
.slide_header{
    height: 60px;
    line-height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    top:0;
}
.slide_header_img{
    margin-top: 10px;
    width: 40px;
    height: 40px;
    margin-left: 35px;
}

.slide_header span{
    margin-left: 35px;
    display: block;
    line-height: 60px;
}

.group_button{
    width:70%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-left: 30%;

}
.slide_header_button1{

    margin-left: 5px;
    line-height: 60px; 
    right: 5px;
    position: absolute;
    top: 0;

}
.slide_header_button2{

    margin-left: 5px;
    line-height: 60px; 
    right: 50px;
    position: absolute;
    top: 0;

}
.slide_header_button3{

    margin-left: 5px;
    line-height: 60px; 
    right: 100px;
    position: absolute;
    top: 0;

}
.slide_header_button4{

    margin-left: 5px;
    line-height: 60px; 
    right: 150px;
    position: absolute;
    top: 0;

}
.button_slide{

    width: 33px;
    height: 33px;

}

.slide_item{
    height: 50px;
    line-height: 50px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
    color: black;
    font-style: italic;
    font-family:  RobotoBold;
    border-bottom: #7d7d7d solid 1px;
}
.icon_slide{
    margin: 5px 15px;
    height: 40px; 
    width: 40px;
    border-radius: 50%;
    border:#4226b9 solid 1px;
    color: #4226b9;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.slide_item_div {

    line-height: 50px;
    width: inherit;
}
.slide_item:hover {
    background-color: #7d7d7d;
    color: white;

}
.slide_item:hover .icon_slide{
    border:white solid 1px;
    color: white;
}

.slide_item img{

}

/* The navigation menu links */
.sidenav a {
    /*    padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: white;
}

/* Position and style the close button (top right corner) */
.sidenav  .closebtn {
    /*position: absolute;*/

    font-size: 23px;
    color: black;
    top: 0;
    margin: auto;
    display: block;


}
.sidenav  .closebtn img{
    margin-left: 90px;
}

/*end slide menu*/

/*top header*/ 
/*****Top-header*****/
.top-header {
    width:100%;
    color: #fff;
    background-image: url(../img/new/background_top.jpg);
    height: 52px;
    line-height: 52px;

}
.set-position {
    position:relative;
    margin-bottom:-104px;
}
.close-menu{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1031;
    background:rgba(3, 2, 1, 0.5);
    display:none;
}

.top-header .notifies {
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.top-header .notifies span {
    background-color: #dd1f26;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.7em;
    border-radius: 8px;
    right: -10px;
    top: 0;
}

.top-header .fa {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.top-header .pull-right {
    /*    margin-top: 15px;*/
    /*margin-right: 15px;*/

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

}
.top-header .pull-right img {
    /*margin-right: 15px;*/
}
.top-header .pull-left {
    /*    margin-top: 8px;
        margin-bottom: 5px;*/
    margin-right: 0;
}
.iconmenu{

    margin-left: 0px;

}
/*end top header*/
.wapper_wap{
    padding-top: 52px;
    max-width: 980px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.wapper_wap .navbar-fixed-top{
    top:52px;
    height: 35px;
    line-height: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    background-image: url(../img/bgr_topmenu.jpg);

}
.fix-top1{
    width: auto;

}
.fix-top1a{
    width: auto;

    text-align: center;
    float: left;
}
.line_top{
    height: 15px;
    margin-top: 10px;
    width: 1px;
    background-color: white;
    float: left;
}
.fix-top1a a{
    margin-left: 10px;
    margin-right: 10px;
    color: #6e6e6e;
    font-family:  RobotoBold;
    font-family: RobotoBold;
}
.fix-top2{
    width: auto;

    text-align: center;
}
.fix-top2 a{
    color: #6e6e6e;
    font-family:  RobotoBold;
    font-family: RobotoBold;
    margin-left: 5px;
}
.wrapper_main{
    padding-top: 25px;
    margin-left: 15px;

}
.wrapper_main1{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;


}
.home_wap_1{
    margin-top: 2px;
    margin-left: -5px;


}
.line_wap{

    background: url(../img/line_block.png);
    height: 44px;
    margin-left: -15px;

}
.title{
    margin-bottom: 10px;
    font-size: 18px;
    color: #d40e87;
    font-family: RobotoBold;
    font-family:  RobotoBold;
    margin-left: 5px;
}
.slide1{
    margin-bottom: 2px;

}
.slide1 .item_wap_16x9{
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}
.slide1 .owl-stage {
    left: -37.5px;
}
.slide1 .owl-controls{
    display: none;
}

.slide2{
    margin-bottom: 2px;

}
.slide2 .item_wap_16x9{
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}
.slide2 .owl-stage {
    left: -37.5px;
}
.slide2 .owl-controls{
    display: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;


}
.banner{
    margin-right: 15px;
}
.frame_banner{
    width: 100%;
}

.ellipsis {
    width:100%;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;

}
.mv_name_w{
    margin: 10px 0px 0px 0px;
}
.mv_name_w_name{

    color: #494748;
    font-size: 15px
}
.mv_name_w_au{
    color: #989898;
    font-size: 12px;
}

.name_vod {

    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;

    color: #494748;
    font-size: 15px

}
.div_bxh{
    margin-right: 15px;
}
.div_bxh_item{
    margin: 10px 0px 10px 0px;
    border-bottom: #d6d6d6 solid 1px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

}
.div_bxh_item_left{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 75%;
    float: left;
}

.div_bxh_item_right{

    width: 25%;
    float: left;
}
.div_bxh_item_right img{
    margin-bottom: 10px;
}
.number{
    color: #d40e87;
    font-size: 15px;
    font-family: RobotoBold;
    font-family:  RobotoBold;
    margin-right: 10px;

}
.div_bxh_item_left_name{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    /*margin-right: 20px;*/
    width: inherit
}
.button_down{
    margin-top: 10px;
    display: inline-block
}
.button_down img{
    cursor: pointer;
    margin-right: 20px;
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
}
.sukiem_home{

    background-color: #330b86;
    margin-left: -15px;
}
.sukien_carol{
    margin: 15px 0px 15px 10px;

}

.slidesk{
    margin-bottom: 20px;

}
.slidesk .item_wap_16x9{
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}
.slidesk .owl-stage {
    left: -37.5px;
}
.slidesk .owl-controls{
    display: none;
}


@media (width:980px) {
    .item_wap_sk{
        width: 885px;
    }

    .item_wap1x1{
        width: 288.66px;
    }
    .item_wap1x1 img{
        width: 288.66px;
        height: 288.66px;
    }
    .slide1 .item_wap_16x9{
        width: 437.5px;


    }
    .item_wap_16x9 img{
        width: 437.5px;
        height: 246.1px;
    }
    .banner .frame_banner{
        width: 950px;
    }
    .frame_banner img{
        width: 950px;
        height: 403px;
    }
}

@media (width:800px) {
    .item_wap_sk{
        width: 705px;
    }
    .item_wap1x1{
        width: 228.66px;
    }
    .item_wap1x1 img{
        width: 228.66px;
        height: 228.66px;
    }
    .item_wap_16x9{
        width: 347.5px;


    }
    .item_wap_16x9 img{
        width: 347.5px;
        height: 195.5px;
    }
    .banner .frame_banner{
        width: 770px;
    }
    .frame_banner img{
        width: 770px;
        height: 326px;
    }
}

@media (width:768px) {
    .item_wap_sk{
        width: 673px;
    }
    .item_wap1x1{
        width: 218px;
    }
    .item_wap1x1 img{
        width: 218px;
        height: 218px;
    }
    .item_wap_16x9{
        width: 331.5px;

    }
    .item_wap_16x9 img{
        width: 331.5px;
        height: 186.5px;
    }
    .banner .frame_banner{
        width: 738px;
    }
    .frame_banner img{
        width: 738px;
        height: 313px;
    }

}

@media (width:736px) {/*iphone6+ rotate*/
    .item_wap_sk{
        width: 641px;
    }
    .item_wap1x1{
        width: 207.33px;
    }
    .item_wap1x1 img{
        width: 207.33px;
        height: 207.33px;
    }
    .item_wap_16x9{
        width: 315.5px;

    }
    .item_wap_16x9 img{
        width: 315.5px;
        height: 177.5px;
    }
    .banner .frame_banner{
        width: 706px;
    }
    .frame_banner img{
        width: 706px;
        height: 299px;
    }
}
@media (width:667px) {/*iphone6 rotate*/
    .item_wap_sk{
        width: 572px;
    }
    .item_wap1x1{
        width: 184.33px;
    }
    .item_wap1x1 img{
        width: 184.33px;
        height: 184.33px;
    }
    .item_wap_16x9{
        width: 281px;

    }
    .item_wap_16x9 img{
        width: 281px;
        height: 158px;
    }
    .banner .frame_banner{
        width: 637px;
    }
    .frame_banner img{
        width: 637px;
        height: 270px;
    }
}

@media (width:640px) {
    .item_wap_sk{
        width: 545px;
    }
    .item_wap1x1{
        width: 175.33px;
    }
    .item_wap1x1 img{
        width: 175.33px;
        height: 175.33px;
    }
    .item_wap_16x9{
        width: 267.5px;

    }
    .item_wap_16x9 img{
        width: 267.5px;
        height: 150.5px;
    }
    .banner .frame_banner{
        width: 610px;
    }
    .frame_banner img{
        width: 610px;
        height: 258px;
    }
}

@media (width:598px) {
    .item_wap_sk{
        width: 503px;
    }
    .item_wap1x1{
        width: 161.33px;
    }
    .item_wap1x1 img{
        width: 161.33px;
        height: 161.33px;
    }
    .item_wap_16x9{
        width: 246.5px;

    }
    .item_wap_16x9 img{
        width: 246.5px;
        height: 139px;
    }
    .banner .frame_banner{
        width: 568px;
    }
    .frame_banner img{
        width: 568px;
        height: 241px;
    }
}

@media (width:568px) {/*iphone6 rotate*/
    .item_wap_sk{
        width: 473px;
    }
    .item_wap1x1{
        width: 151.33px;
    }
    .item_wap1x1 img{
        width: 151.33px;
        height: 151.33px;
    }
    .item_wap_16x9{
        width: 231.5px;

    }
    .item_wap_16x9 img{
        width: 231.5px;
        height: 130px;
    }
    .banner .frame_banner{
        width: 538px;
    }
    .frame_banner img{
        width: 538px;
        height: 228px;
    }
}

@media (width:480px) {
    .item_wap_sk{
        width: 385px;
    }
    .item_wap1x1{
        width: 122px;
    }
    .item_wap1x1 img{
        width: 122px;
        height: 122px;
    }
    .item_wap_16x9{
        width: 187.5px;

    }
    .item_wap_16x9 img{
        width: 187.5px;
        height: 105.5px;

    }
    .banner .frame_banner{
        width: 450px;
    }
    .frame_banner img{
        width: 450px;
        height: 191px;
    }

}

@media (width:414px) {/*iphone 6S*/
    .item_wap_sk{
        width: 319px;
    }

    .item_wap1x1{
        width: 100px;
    }
    .item_wap1x1 img{
        width: 100px;
        height: 100px;
    }
    .item_wap_16x9{
        width: 154.5px;

    }
    .item_wap_16x9 img{
        width: 154.5px;
        height: 87px;
    }
    .banner .frame_banner{
        width: 384px;
    }
    .frame_banner img{
        width: 384px;
        height: 163px;
    }
}
@media (width:375px) {/*iphone 6*/
    .item_wap_sk{
        width: 280px;
    }
    .item_wap1x1{
        width: 87px;
    }
    .item_wap1x1 img{
        width: 87px;
        height: 87px;
    }

    .slide1 .item_wap_16x9{
        width: 135px;

    }
    .item_wap_16x9 img{
        width: 135px;
        height: 75px;
    }
    .banner .frame_banner{
        width: 345px;
    }
    .frame_banner img{
        width: 345px;
        height: 146px;
    }
}

@media (width:360px) {
    .item_wap_sk{
        width: 265px;
    }
    .item_wap1x1{
        width: 82px;
    }
    .item_wap1x1 img{
        width: 82px;
        height: 82px;
    }
    .item_wap_16x9{
        width: 127.5px;

    }
    .item_wap_16x9 img{
        width: 127.5px;
        height: 72px;
    }
    .banner .frame_banner{
        width: 330px;
    }
    .frame_banner img{
        width: 330px;
        height: 140px;
    }
}

@media (width:320px) {
    .item_wap_sk{
        width: 225px;
    }
    .item_wap1x1{
        width: 68.66px;
    }
    .item_wap1x1 img{
        width: 68.66px;
        height: 68.66px;
    }
    .item_wap_16x9{
        width: 107.5px;

    }
    .item_wap_16x9 img{
        width: 107.5px;
        height: 60px;
    }
    .banner .frame_banner{
        width: 290px;
    }
    .frame_banner img{
        width: 290px;
        height: 123px;
    }
}

.tab_home{
    margin: 20px 0px 0px -15px;;
}
ul.tabChild3 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 40px;

}

ul.tabChild3 li {
    margin: 0 0 0 0;
    /*padding: .5em;*/
    font-size: 18px;
    width:50%; 
    background-color: #ecf0f1;
    text-align: center;

    font-family:  RobotoBold;
    font-family: RobotoBold;

}




ul.tabChild3 li a {
    color: #000;
    width: 150px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-align: center;


}

ul.tabChild3 li.active  {

    color: #4226b9;
    border-top: #4226b9 solid 3px;
    background-color: white

}
ul.tabChild3 li.active a{
    color: #4226b9;
}
.footer_w{
    width: 100%;
    height: auto;
    background-color: #d3d4d8;
}
.dieukhoan-w{
    width: 100%;
    height: 30px;
    background-color: #d3d4d8;
    color: black;
    text-align: center;
    line-height: 30px;

}
.dieukhoan-w-content{
    text-align: justify;
    margin-right: 10px;

}
.main_wap{
    padding-top: 25px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.player{
    width: 100%;
    position: relative;
}
.playpause {
    background-image:url(../img/play-btn.png);
    background-repeat:no-repeat;
    width:30%;
    height:30%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    cursor: pointer
}
.audio_name{
    margin: 10px 20px;
}
.audio_name_1{
    width: 100%;
    margin-bottom: 10px;
}
.audio_button{

    border-bottom: #d5d5d5 solid 3px;
}
.audio_button img {
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.lyric{
    border-bottom: #d5d5d5 solid 3px;
}
.lyric_content{
    margin: 20px;
    background-color: #f6f6f6;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.comment{
    margin-bottom: 15px;
}
.comment_content{
    margin: 20px;
}
.comment_box{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

}
.comment_box_img{

    margin-right: 10%;
    width: 20%;
}
.bl_input_{
    width: 70%;
    border: #d4d4d4 solid 1px;
    height: complex
}
.bl_input_ input{
    width: 96%;

    margin: 5px 2%;
    border: none;
}
.btcomment{

    width: 100%;

}
.btcomment img{
    float: right;
    margin-right: 20px;
}
.comment_{
    border-top:  #d5d5d5 solid 1px;

}
.comment_detail{
    width: 70%;
    height: complex
}

/*popup*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index:9999999; /* Sit on top */
    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 */
}

/* 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
}
@media screen and (max-width: 900px){
    .modal-content {
        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 {
    background-color: #4226b9;
    color: white;
    padding: 0px;

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

.modal-body {
    height: auto;
    margin: 10px 5px;
    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*/
.art_name{
    height: 30px;

    line-height: 30px;
    color: #4226b9;
    font-family:  RobotoBold;
    font-size: 15px;
    background-color: #d6d6d6;
    margin-left: -10px;

}
.art_name div{
    margin-left: 15px;
}
.banner .owl-theme .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.wrap-item .owl-controls{
    display: none;
}
.owl-theme .owl-controls .owl-page span {

    opacity: 0.5;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.banner_news{
    width: 100%;
    min-height: 123px;
    padding-top: 25px;
}
.news_title{
    margin: 5px;
    text-align: center;
    font-family:  RobotoBold;
    color: #4226b9;
}
.event_content{
    margin: 15px 15px 15px 5px;
    text-align: justify;
    text-justify: inter-word
}
.event_button{
    margin-left: 5px;
    width: 100%;
    margin-bottom: 15px;
    margin-top:  15px;
}
.line{
    height: 1.5px;
    margin-left: -10px;

    background-color: #d5d5d5
}
.account_top{
    margin: 15px;

}
.account_top_main{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.account_top_main_left{
    width: 25%;
}
.account_top_main_right{
    width: 75%;
}
.account_name{
    margin: 15px;
}
.tab_account{
    margin: 15px;

}
/*tab account*/
ul.tabAccount {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;

}

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

    width:25%;
    font-size: 11px;
    height: 20px;
    text-align: center;
    font-family:  RobotoBold;


}


ul.tabAccount li a {
    display:inline-block;
    text-decoration: none;
    color: #908e8f;

}
ul.tabAccount li a i{
    font-size: 14px;
    margin-top: 6px;
}

ul.tabAccount li.active a{

    color: #4226b9;
}

/*ket thuc tab accoutn*/
.main_account{
    width: 100%;
    background-color: #c1c1c1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;

}

#exTab1 .nav-pills li{
    width: 50%;
    height: 40px;

    text-align: center;
    background-color: #c1c1c1;
    color: white;
    font-family: RobotoBold;
}
.nav-pills li a{
    color: white;
}
.nav-pills>li>a:hover{
    background-color: #e0c5e8;

}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{

    background-color: #e0c5e8;
    color: #4226b9;
    font-family: RobotoBold;
}
.pack{
    margin: 15px;
}
.pack_content{
    width: 100%;
}
.line_account{
    height: 1px;
    background-color: #d5d5d5;
    width: 100%;
}
.pack_main{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.pack_content_main{
    width: 75%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 10px 0px;
}
.pack_content_main1{
    color: #4226b9;
    margin-bottom: 7px;
    font-family:  RobotoBold
}
.pack_content_main2{
    color: black;
    margin-bottom: 7px;
}
.pack_content_left{
    width: 25%;

}
.pack_content_left img{
    margin-top: 40px;
}

.unfollow{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: white;cursor: pointer;
    z-index: 9999
}

/*popup search*/
.popup-search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
    z-index: 10300;
    display: none;
}
.box-search {
    margin-top: 0;
    background: #000;
    color: #fff;
    float: left;
    width: 100%;
    padding: 8px 0 4px 0;
}
.text-search {
    padding:0 10px;
    color:#919191;
    margin-top:20px;
}
.box-search .pull-right {
    width: 14%;
}
.box-search .pull-left {
    width: 14%;
    text-align: right;
}
.box-search .fa {
    color: #fff;
    font-size: 1.7em;
    margin: 2px 10px 10px 10px;
}
.box-search .ipt-search {
    width: 72%;
    color: #000;
    border: 0;
    border-radius: 3px;
    padding: 4px 10px;
}
/*box-search-suggess*/
.box-search-suggess {
    margin-top: 38px;
    color: #fff;
    width: 100%;
    padding: 10px 0 0 0;
    display: none;
    -webkit-transition: display 1s; /* Safari */
    -webkit-transition-timing-function: linear; /* Safari */
    transition: display 1s;
    transition-timing-function: linear;
    overflow:scroll;
}
.box-search-suggess ul {
    list-style: inside none;
    padding: 0 0 0 0;
    margin: 0;
}
.box-search-suggess ul li {
    border-top: rgba(255,255,255,0.1) solid 1px;
    padding: 10px 15px;
    color:#919191;
}
.box-search-suggess .fa {
    color: #fff;
    margin-right: 10px;
    font-size: 1.2em;
}
.box-search-suggess .txt-song, .box-search-suggess .txt-song a {
    color: #fff;
}
.box-search-suggess .txt-singer, .box-search-suggess .txt-singer a {
    color: #7a94b9;
}
.title_search{
    margin-bottom: 10px;
    font-size: 14px;
    color: #d40e87;
    font-family: RobotoBold;
    font-family:  RobotoBold;
    margin-left: 5px;
}

/*ket thuc search*/
.show {

    text-align: justify;

}
.morectnt span {
    display: none;
}
.showmoretxt {
    color: #4226b9;
    text-decoration: none;
}
.name_new_wap_3line {
    font-size: 14px;

    /*line-height: 1.3em;*/
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    /*height: 4em;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;

    color: black;
}
.name_vod {

    line-height: 1em;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;

    color: #494748;
    font-size: 15px

}
.the-le-title{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.the-le-title .thele1{
    font-size: 18px;
    color: black;
}
.the-le-title .thele2{
    font-size: 16px;
    color: #e413c6;
    font-family: RobotoBold;
}
.the-le-content{
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
    text-justify: inter-word;

}
.the-le-content-title{
    font-family: RobotoBold; 
    color:#e413c6
}
.owl-theme .owl-dots .owl-dot span{
    background: #4226b9;
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #d90995;
}