@import "font-face.css";
@import "beat.css";
@import "style_Form_action.css";

a:link,
a:visited {
    text-decoration: none;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

body {
    color: #333;
    font-size: 14px;
    background: #fff;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Roboto-Regular', Helvetica, Arial, sans-serif;
}

ul, ol, li, h1, h2, h3, h4, h5, h6 {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    display: inline-block;
}

a {
    color: #00599c;
}

a:hover {
    color: #0f3876;
}

a:focus {
    outline: none;
}

.mg_top {
    margin-top: 30px !important;
}

.mg_btm {
    margin-bottom: 30px !important;
}

.scroll-fix-top {
    width: 100%;
}

.scroll-fix-top.fixed {
    opacity: 0.95;
}

.circle, .anchor, .anchor .fa {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.shadow {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.anchor .fa {
    color: #60da9d;
    line-height: 40px;
    text-align: center;
}

.fa-2 {
    font-size: 1.5em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

ul.reset, ol.reset {
    margin: 0;
    padding: 0;
}

.btn.btn-submit {
    background: #cb0303;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 120%;
    padding: 15px 30px;
}

.section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-toggle {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: #0061af;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 999999;
}

.navbar-toggle .fa {
    text-align: center;
    line-height: 40px;
}

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.navbar-toggle .fa {
    font-size: 150%;
}

.red {
    color: #eb1c24;
}

.yellow {
    color: #ffd800;
}

#container img {
    max-width: 100%;
}

strong, b {
    font-family: 'RobotoCondensed-Bold';
}

.icon_main {
    background: url(../images/icon.png) no-repeat;
}

/*header=================================*/
#header {
    min-height: 100px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-bottom: 0;
    border: none;
    background: #d4e9f4;
}

.logo {
    background: #d4e9f4;
}

.logo h2 {
    width: 126px;
    float: left;
    margin: 15px 0;
}

.logo h2 img {
    width: 126px;
}

.brand_sv {
    margin-top: 8px;
    display: block;
}

.brand_sv img {
    width: 60px
}

.navbar-right {
    margin-right: 0;
}

.navbar-brand img {
    background: url(../images/logo_mobi.svg) no-repeat;
    width: 146px;
    height: 35px;
    background-size: 146px 35px;
}
/***ie10+***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .navbar-brand img {
        background: url(../images/logo_mobi.png) no-repeat;
        width: 146px;
        height: 35px;
        background-size: 146px 35px;
    }
}

/*****search*****/
.search {
    height: 34px;
    border-radius: 30px;
    background: #add1e4;
    position: relative;
    padding: 0 150px 0 40px;
    border: 1px solid #a0c1d2;
    margin-top: 10px;
}


.search input, .search button {
    border: none;
}

.search input {
    float: left;
    padding-left: 7px;
    outline: none;
}

.btn_search {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 10px;
    left: 15px;
    background-position: 0 -24px;
}

.text_search {
    background: transparent;
    height: 34px;
    line-height: 34px;
    width: 100%;
}

input.text_search:placeholder-shown {
    color: #7c7c7c;
    font-family: 'Roboto-Light';
}

.search .dropdown-menu {
    right: 0 !important;
    z-index: 999999999999;
}

.filter_search {
    border-left: 1px solid #a0c1d2;
    width: 135px;
    height: 18px;
    position: absolute;
    top: 7px;
    right: 10px;
}

.filter_search select {
    border: none;
    background: transparent;
    color: #4a4a4a;
    margin-left: 10px;
}


/*****end_search*****/
.logo h1 {
    width: 72px;
    height: 44px;
    float: right;
    margin-top: 8px;
}

#header .inner {
}

.hd_bottom {
    background: rgba(0, 107, 184, 1);
    background: -moz-linear-gradient(left, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 107, 184, 1)), color-stop(77%, rgba(155, 33, 145, 1)), color-stop(100%, rgba(155, 33, 145, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    background: linear-gradient(to right, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bb8', endColorstr='#9b2191', GradientType=1);
    height: 52px;
    font-family: 'Roboto-Light';
}

.hd_bottom .navbar-collapse {
    padding: 0;
    z-index: 99;
}

.hd_bottom .navbar-nav {
    margin-top: 7px;
}

.hd_bottom .navbar-nav h2 {
    margin: 0;
}

.navbar-collapse.collapse {
    position: relative;
}

.navbar-collapse.collapse .nav > li {
    position: relative;
}

.nav li a {
    border-left: 1px solid #4792c8;
    margin-top: 10px;
    position: relative;
}

.nav li.mng_acc {
    display: none;
}

.nav li.home a {
    border-left: none;
}

.nav li.home a i {
    background-position: 0 0;
    width: 17px;
    height: 15px;
    display: inline-block;
}

.navbar-nav > li > a:hover .equalizer, .navbar-nav > li > a.curent .equalizer {
    opacity: 1;
}

.navbar-nav li a {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    padding: 0 20px;
    line-height: 18px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    background: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent !important;
    border: none;
}

#header .navbar-nav i {
    font-size: 6px;
    color: #fff;
    bottom: 2px;
    position: relative;
}

.navbar-nav li .dropdown-menu {
    position: absolute;
    width: 550px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    z-index: 101;
    margin-top: 14px;
    border-top: 2px solid #ffbc00;
    display: none;
}

.dropdown-menu i {
    font-size: 30px !important;
    color: #ffbc00 !important;
    position: relative;
    top: -15px;
    left: 30px;
}

.dropdown-menu ul {
    margin-left: 20px;
}

.navbar-nav li .dropdown-menu li {
    margin: 0 0 0 40px;
    list-style: circle;
    font-family: 'Roboto-Light';
    float: left;
    margin: 0 0 15px 25px;
    width: 100px;
}

.navbar-nav li .dropdown-menu li a {
    color: #282828;
    border: none;
    padding: 5px 0;
    font-size: 14px;
    text-transform: none;
}

.navbar-nav li .dropdown-menu li a:hover {
    background: none;
    color: #ea0f0d;
}

.navbar-nav li:hover .dropdown-menu {
    display: inline-block;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
}

.navbar-brand img {
    max-width: 146px;
}

.btn_login {
    margin-top: 10px;
    text-align: right;
}

.btn_login a {
    border-radius: 3px;
    border: 1px solid #56abef;
    background: #0668b6;
    color: #fff;
    padding: 8px 15px 8px 12px;
    margin-right: 10px;
}

.btn_login a:hover {
    background: #005496;
}

.btn_login a:active {
    background: #003f70;
}

.btn_login a:last-child, .btn_signined a {
    background: #ed1c24;
    border: 1px solid #fe9fa3;
    margin-right: 0;
}

.btn_login a:last-child:hover, .btn_signined a:hover {
    background: #cd0810;
}

.btn_login a:last-child:active {
    background: #b10209;
}

.btn_login a:first-child i {
    background-position: 0 -50px;
    top: 5px;
    position: relative;
    width: 17px;
    height: 18px;
    display: inline-block;
    margin-right: 8px
}

.btn_login a:last-child i {
    background-position: 0 -80px;
    top: 5px;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px
}

.btn_signined {
    position: relative;
    margin-top: 12px;
}

.btn_signined a {
    background: #;
}

.btn_signined .dropdown-menu {
    right: 0;
    left: inherit;
    top: 128%;
    padding: 15px 0 0 0;
}

.btn_signined .dropdown-menu li a {
    background: none;
    border: none;
    padding: 6px 36px 6px 6px;
    margin-top: 0px;
}

.btn_signined .dropdown-menu li a:hover {
    background: #f6f6f6;
    border-radius: 0;
}

.btn_signined .dropdown-menu li a i {
    font-size: 15px !important;
    color: #ed1c24 !important;
    left: 14px;
    top: 0;
}

.btn_signined .dropdown-menu li:last-child a {
    background: #ccc;
    color: #fff;
    padding: 1px 36px 6px 6px;
}

.btn_signined .dropdown-menu li:last-child a i {
    background-position: 0px -722px;
    top: 9px;
}

/***end_header****/

/***body****/

/***Marquee****/
.top_mdl {
    width: 100%;
    overflow: hidden;
}

.top_mdl h3 {
    font-size: 15px;
    color: #006cb8;
    font-family: 'Roboto-Bold';
    background-position: 0 -106px;
    text-indent: 32px;
    height: 36px;
    line-height: 36px;
    margin: 8px 0 0 0;
    width: 25%;
    float: left;
}

.TickerNews {
    width: 74%;
    height: 50px;
    line-height: 48px;
    float: left;
    margin-top: 2px;
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
    margin-right: 20px;
    position: relative;
}

.ti_news i {
    width: 5px;
    height: 5px;
    background: #006cb8;
    position: relative;
    top: -50px;
    left: -15px;
    border-radius: 50%;
    display: inline-block;
}

.ti_news a {
    display: block;
    margin-right: 10px;
    color: #4a4a4a;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    background: url(../images/notes_music.png) no-repeat 0px 17px;
    text-indent: 20px;
}

.ti_news a:hover {
    color: #006cb8;
    background-position: 0 -23px;
}

#stop-resume {
    display: block;
    padding: 10px;
    background-color: #f1f1f1;
    margin: 10px;
    width: 70px;
    text-align: center;
    border: solid 1px white;
    text-transform: uppercase;
    font-family: sans-serif;
    text-decoration: none;
}

#stop-resume:active {
    background-color: white;
    border: solid 1px #f1f1f1;
    color: blue;
}

/***end_Marquee****/
#body {
    width: 100%;
    margin-top: 5px;
}


/***slider_home***/
.slider_home {
    overflow: hidden;
    max-width: 840px;
    margin: auto;
    height: auto;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider {
    background: #3a8999;
    width: 100%;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
}

.slider .slick-slide:focus {
    outline: 0;
}

.slider.thumbs {
    background: #e84a69;
    padding: 0;
}

.slider.thumbs .slick-current {
    position: relative;
}

.slider.thumbs .slick-current img {
    border: 3px solid #f32465;
}

.slick-list {
    overflow: inherit;
}

.slick-prev {
    left: 25px;
    z-index: 9;
}

.slick-next {
    right: 25px;
}

.slider.thumbs {
    padding: 10px 10px;
    background: #23262d;
}

.thumbs .slide {
    margin-right: 0.4% !important;
}

.slick-track > div.slide:last-child {
    margin-right: 0;
}

.thumbs .slide img {
    border: transparent;
    width: auto;
}


/***end_slider_home***/

.left_ad {
    width: 100%;
    margin: 40px 0;
    text-align: center;
}

.left_ad img {
    max-width: 100%;
    height: auto;
}

.title_la {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.title_la h3 {
    line-height: 50px;
    font-size: 30px;
    color: #1d5eb1;
    border-bottom: 2px solid #1d5eb1;
    font-family: 'UTM_Bebas';
    font-weight: 300;
    display: inline-block;
    float: left;
    margin: 0 0 0 0;
    position: relative;
    z-index: 9;
}

.btn_viewmore {
    border: 1px solid #1d5eb1;
    color: #1d5eb1;
    font-size: 13px;
    font-family: 'Roboto-Light';
    font-family: 'Roboto-Regular';
    float: right;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 15px;
}

.btn_viewmore i {
    margin-left: 5px;
}

.btn_viewmore:hover {
    background: #1d5eb1;
    color: #fff;
}

.list_item li {
    margin-bottom: 20px;
    position: relative;
    overflow: inherit;
}

.list_item li img {
    width: 100%;
    height: auto;
}

.list_item li:nth-child(4n+4) {
    margin-right: 0;
}

.list_item h4 a {
    font-size: 15px;
    color: #4a4a4a;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
    white-space: nowrap;
}

.list_item p a {
    font-size: 14px;
    color: #888;
    margin-right: 10px;
}

.list_item a:hover, .list_hot_song p a:hover {
    color: #1d5eb1;
}

.list_hot_album, .hot_video {
    margin-top: 0px;
}

.static {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 11px;
    color: #fff;
}

.static div {
    float: left;
    margin-right: 1px;
    background: rgba(45, 193, 138, 0.7);
    padding: 2px 3px;
}

.static div:last-child {
    background: rgba(0, 108, 184, 0.7);
    margin-right: 0px;
}

.static div i {
    margin-right: 5px;
}

.list_video p {
    width: 100%;
    overflow: hidden;
}

.list_video p a {
    width: auto;
}

.list_video p a:after {
    content: ",";
}

.list_video p a:last-child:after {
    content: normal;
}

.list_video a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.list_video a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.list_video a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.list_video a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.list_video a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.list_video a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.list_video a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.list_video .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.list_video .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.list_video .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.list_video .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.list_video .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.list_video .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.list_video .video .demo-gallery-poster img {
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0.8;
    width: 40px;
}

.list_hot_song li {
    overflow: hidden;
    border-bottom: 1px dotted #c7c7c7;
    transition: .5s;
    -webkit-transition: .5s;
    position: relative;
    padding: 10px 0;
}

.list_hot_song li:hover {
    background: #f8f8f8;
    cursor: pointer;
}

.list_hot_song li img {
    width: 58px;
    float: left;
    margin-right: 15px;
}

.des_song {
    width: 210px;
    float: left;
}

.list_hot_song li h4 a {
    font-size: 15px;
    color: #006cb8;
    font-family: 'Roboto-Bold';
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.list_hot_song li p a {
    color: #4a4a4a;
    font-size: 14px;
}

.list_hot_song li .icon_view {
    position: absolute;
    top: 40px;
    right: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}

.list_hot_song li:hover .icon_view {
    right: -60px;
}

.icon_view i {
    background-position: 0 -160px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}

.list_hot_song li .icon_sv {
    position: absolute;
    top: 40px;
    right: -100px;
    transition: .5s;
    -webkit-transition: .5s;
    width: 85px;
    overflow: hidden;
}

.icon_sv a i {
    margin-right: 5px;
}

.list_hot_song li .icon_sv a.i_dl i, .play_list .tabs_item li .icon_sv a.i_dl i, .board_song li a.i_dl i, .playlist_dta ul li a.i_dl i, .play_list .jspPane ul li .icon_sv a.i_dl i {
    display: inline-block;
    background-position: 0 -656px;
    width: 22px;
    height: 18px;
    margin-right: 5px;
}

.list_hot_song li .icon_sv a.i_rb i, .play_list .tabs_item li .icon_sv a.i_rb i, .board_song li a.i_rb i, .playlist_dta ul li a.i_rb i, .play_list .jspPane ul li .icon_sv a.i_rb i {
    background-position: 0 -680px;
    width: 21px;
    height: 20px;
}

.list_hot_song li .icon_sv a.i_gift i, .play_list .tabs_item li .icon_sv a.i_gift i, .board_song li .icon_sv a.i_gift i, .playlist_dta ul li .icon_sv a.i_gift i, .play_list .jspPane ul li .icon_sv a.i_gift i {
    background-position: 0 -704px;
    width: 18px;
    height: 18px;
}

.list_hot_song li:hover .icon_sv {
    right: 10px;
    top: 40px;
}

.new_song {
    float: right;
}

.list_hot_song li .icon_sv a.i_dl:hover > i, .play_list .tabs_item li .icon_sv a.i_dl:hover > i, .board_song li .icon_sv a.i_dl:hover > i, .playlist_dta li .icon_sv a.i_dl:hover > i, .BXH_song li:first-child .icon_sv a.i_dl:hover > i, .play_list .jspPane ul li .icon_sv a.i_dl:hover > i {
    background-position: 0 -184px;
}

.list_hot_song li .icon_sv a.i_rb:hover > i, .play_list .tabs_item li .icon_sv a.i_rb:hover > i, .board_song li .icon_sv a.i_rb:hover > i, .playlist_dta li .icon_sv a.i_rb:hover > i, .BXH_song li:first-child .icon_sv a.i_rb:hover > i, .play_list .jspPane ul li .icon_sv a.i_rb:hover > i {
    background-position: 0 -208px;
}

.list_hot_song li .icon_sv a.i_gift:hover > i, .play_list .tabs_item li .icon_sv a.i_gift:hover > i, .board_song li .icon_sv a.i_gift:hover > i, .playlist_dta li .icon_sv a.i_gift:hover > i, .BXH_song li:first-child .icon_sv a.i_gift:hover > i, .play_list .jspPane ul li .icon_sv a.i_gift:hover > i {
    background-position: 0 -232px;
}

/*.col_right{ width:300px; float:right;}.col_left{ width:840px; float:left;}*/
.col_right .list_album {
    margin-bottom: 30px;
}

.promo_song {
    margin-top: 20px;
}

.promo_song .title_la h3 {
    position: relative;
    color: #ed1c24;
    border-color: #ed1c24;
}

.promo_song .title_la h3 i {
    position: absolute;
    right: -32px;
    top: 8px;
    width: 28px;
    height: 27px;
    background-position: 0 -256px
}

.promo_song .title_la .btn_viewmore {
    border: 1px solid #ed1c24;
    color: #ed1c24;
}

.promo_song .title_la .btn_viewmore:hover {
    background: #ed1c24;
    color: #fff;
}

.list_promo_song li {
    padding: 10px 0 10px 0;
}

.list_promo_song li img {
    width: 90px;
}

.list_promo_song li:hover {
    background: none;
}

.list_promo_song li .des_song {
    left: 105px;
    right: 0;
    position: absolute;
    height: 90px;
    width: auto;
}

.list_promo_song li .icon_view {
    bottom: 0;
    top: inherit;
    left: 0;
}

.list_promo_song li .icon_view span, .playlist_dta ul li .icon_view span {
    display: inline-block;
    margin-right: 10px;
}

.list_promo_song li .icon_view span:nth-child(2) i, .ka-info .icon_view span:nth-child(2) i, .playlist_dta ul li .icon_view span:last-child i {
    background-position: 0 -288px;
    width: 16px;
    height: 16px;
}

.price {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #ed1c24;
}

.list_promo_song li:hover .icon_view {
    bottom: -60px;
}

.list_promo_song li .icon_sv {
    bottom: -60px;
    left: 0;
    top: inherit;
}

.list_promo_song li:hover .icon_sv {
    bottom: 0;
    top: inherit;
    left: 0;
}

.BXH_song li .flg {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #fff;
    background-position: -21px -355px;
    width: 21px;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-family: 'Roboto-Bold';
}

.BXH_song li:nth-child(2) .flg {
    background-position: -21px -320px;
}

.BXH_song li:nth-child(3) .flg {
    background-position: 0px -355px;
}

.BXH_song li:first-child .des_song {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.15) 39%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), color-stop(39%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.15) 39%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.15) 39%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.15) 39%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.15) 39%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.BXH_song li:first-child h4 {
    margin-top: 25px;
}

.BXH_song li:first-child .des_song h4, .BXH_song li:first-child .des_song p {
    margin-left: 15px;
}

.BXH_song li:first-child .des_song h4 a, .BXH_song li:first-child .des_song p a {
    color: midnightblue;
}

.BXH_song li:first-child img {
    width: 100% !important;
    height: auto;
}

.BXH_song li:first-child .icon_view {
    display: inline;
    margin-bottom: 15px;
    margin-left: 105px;
}

.BXH_song li:first-child .price {
    right: 10px;
    bottom: 15px;
    color: midnightblue;
    transition: .5s;
    -webkit-transition: .5s;
}

.BXH_song li:first-child .icon_sv {
    bottom: -60px;
    right: 5px;
    left: 100px !important;
}

.BXH_song li:first-child:hover .price {
    /*bottom: -60px;*/
    /*right: 10px;*/
}

.BXH_song li:first-child:hover .icon_sv {
    bottom: 15px;
    /*right: 90px !important;*/
    left: 105px !important;
}

.BXH_song li:first-child .flg {
    position: absolute;
    bottom: 30px;
    left: 10px;
    color: #fff;
    background-position: 0 -320px;
    width: 21px;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-family: 'Roboto-Bold';
}

.BXH_song li:first-child .icon_sv a:nth-child(1) i {
    background-position: -25px -184px;
    width: 21px;
    height: 20px;
}

.BXH_song li:first-child .icon_sv a:nth-child(2) i {
    background-position: -25px -208px;
    width: 21px;
    height: 20px;
}

.BXH_song li:first-child .icon_sv a:nth-child(3) i {
    background-position: -25px -232px;
    width: 18px;
    height: 18px;
}

.BXH_video li img {
    width: 144px;
}

.BXH_video li .des_song {
    left: 160px
}

.BXH_video li:hover .icon_view {
    bottom: 0;
    top: inherit;
    left: 0;
}

.BXH_video li:first-child .icon_view i {
    background-position: -16px -159px;
    width: 13px;
    height: 14px;
}

.BXH_video li:first-child .icon_view, .BXH_video li:first-child:hover .icon_view {
    display: inherit;
    right: 5px;
    left: auto;
    bottom: 10px;
    color: #fff;
}

.BXH .tabs {
    margin-bottom: 10px;
}

/***tab_right***/
.tab {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: midnightblue;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 33.3%;
    border-right: 1px solid #f1f1f1;
}

.tabs li:last-child {
    border: none;
}

.tabs a {
    background-color: #fff;
    color: #4a4a4a;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs_item {
    display: none;
}

.tabs_item h4 {
    font-weight: bold;
    color: #87d3b7;
    font-size: 20px;
}

.tabs_item img {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.tabs_item:first-child {
    display: block;
}

.current a {
    color: #fff;
    background: #1d5eb1;
}


/***end_tab_right***/

/***carousel***/
.carousel-indicators {
    bottom: -23px;
}

.carousel-indicators li {
    background: #fff;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    border: 5px solid #fff;
}

.carousel-indicators .active {
    background: #eb1c24;
    border: 5px solid #eb1c24;
    width: 16px;
    margin: 0 5px;
    height: 16px;
}

.carousel-control .fa {
    position: absolute;
    top: 50%;
    font-size: 200%;
    margin-top: -10px;
}

.carousel-control.left .fa {
    left: 30px;
}

.carousel-control.right .fa {
    right: 30px;
}

/***end_carousel***/


/*owl-carousel*/
.owl-carousel {
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .item {
    text-align: center;
    padding: 0 15px;

}

.owl-carousel .item img {
    width: 100%;
}

.owl-carousel .item a:hover img, .owl-carousel .item a.active img {
    border: 5px solid #1ab5fb;
}

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.owl-prev, .owl-next {
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    position: absolute;
    text-indent: -1000em;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.owl-prev {
    left: 0px;
    background-image: url(../img/arrow-l.png);
}

.owl-next {
    right: 0px;
    background-image: url(../img/arrow-r.png);
}

.owl-prev:hover {
    background-image: url(../img/arrow-l-red.png);
}

.owl-next:hover {
    background-image: url(../img/arrow-r-red.png);
}


/**/
footer {
    background: #005794;
    border-top: 3px double #fff;
    padding-top: 1px;
    margin-top: 40px;
}

footer .row {
    background: #;
    margin: 0;
}

.top_footer {
    border-bottom: 1px solid #4d8ab4;
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 50px;
}

.col_1:first-child {
    padding-left: 20px;
}

.col_1 {
    border-right: 1px dotted #fff;
    padding-left: 50px;
}

.col_1 h3 {
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color: #fff;
}

.col_1 ul {
    margin-top: 20px;
}

.col_1 ul li a {
    color: #fff;
    background: url(../images/notes_music.png) no-repeat 0 -80px;
    font-size: 15px;
    line-height: 30px;
    padding-left: 18px;
}

.col_fn {
    border: none;
}

.pattern {
    background-position: 0 -408px;
    width: 22px;
    height: 22px;
    margin: -11px auto 0 auto;
}

.cpr {
    padding: 30px 0;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
}

.text_cpr {
    text-align: right;
    line-height: 35px;
}

.navbar-brand_ft img {
    background: url(../images/logo_mobi_ft.svg) no-repeat;
    width: 146px;
    height: 35px;
    background-size: 146px 35px;
}

/***ie10+***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .navbar-brand_ft img {
        background: url(../images/logo_mobi_ft.png) no-repeat;
        width: 146px;
        height: 35px;
        background-size: 146px 35px;
    }
}

/**/

.btn-toggle {
    padding: 10px;
    display: none;
    width: 100%;

    background: #404040;
    border-left: 3px solid #eb1c24;
    color: #fff;
}

#menuleft.widget .btn-toggle {
    text-transform: uppercase;
}

#menuleft.widget .btn-toggle .fa {
    float: right;
}

.btn-toggle .fa {
    margin-right: 10px;
}

.btn-toggle:hover {
    color: #fff;
    background: #eb1c24;
    border-left: 3px solid #404040;
}


.pagination-footer {
    text-align: center;
    margin-top: 30px;
}

.pagination-footer ul {
    text-align: center;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.pagination-footer li {
    list-style: none;
    display: inline-block;
    float: left;
}

.pagination-footer li a {
    color: #444;
    display: inline-block;
    padding: 10px 15px;
    font-family: 'RobotoCondensed-Bold';
    border-right: 1px solid #ddd;
}

.pagination-footer li:last-child a {
    border: none;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
}

.pagination-footer li:first-child a {
    -moz-border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}

.pagination-footer li.active a {
    background: #e24939;
    color: #fff;
}

/**/


/**/
#contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contactform div {
    margin-bottom: 15px;
}

.contactform input, .contactform textarea, .contactform .btn {
    width: 100%;
}

.contactform input, .contactform textarea {
    border: 1px solid #ddd;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/**/


/***backtotop***/
.cd-top {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 43px;
    display: inline-block;
    height: 25px;
    width: 25px;
    position: fixed;
    border-radius: 50%;
    bottom: 40px;
    right: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    white-space: nowrap;
    background: rgba(0, 107, 184, 1);
    background: -moz-linear-gradient(left, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 107, 184, 1)), color-stop(77%, rgba(155, 33, 145, 1)), color-stop(100%, rgba(155, 33, 145, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    background: linear-gradient(to right, rgba(0, 107, 184, 1) 0%, rgba(155, 33, 145, 1) 77%, rgba(155, 33, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bb8', endColorstr='#9b2191', GradientType=1);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}

a.cd-top:hover {
    background: #f65d96 !important;
    color: #fff !important;
}

.no-touch a.cd-top:hover {
    background: #f65d96 !important;
    color: #fff !important;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 45px;
        width: 45px;
        right: 15px;
        bottom: 30px;
    }
}

/* search_2 */
#search_2 input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#search_2 input::-webkit-search-decoration,
#search_2 input::-webkit-search-cancel-button {
    display: none;
}


#search_2 input[type=search] {
    background: url(../img/icon-search.png) no-repeat center;
    width: 50px;
    border: none;
    float: right;
    margin-right: 20px;
    position: relative;
    z-index: 9999;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#search_2 input[type=search]:focus {
    width: 130px;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}


#search_2 input:-moz-placeholder {
    color: #999;
}

#search_2 input::-webkit-input-placeholder {
    color: #999;
}


#search_2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

#search_2 input[type=search]:hover {
    background-color: #fff;
}

#search_2 input[type=search]:focus {
    width: 220px;
    padding-right: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

#search_2 input:-moz-placeholder {
    color: transparent;
}

#search_2 input::-webkit-input-placeholder {
    color: transparent;
}

/***detail_song***/

.detail_song h3 {
    font-size: 22px;
    font-family: 'Roboto-Bold';
    font-weight: 300;
    margin-top: 20px;
}

.detail_song h3 span {
    font-family: 'Roboto-Light';
}

.label_love {
    background: #f11a89;
}

.label_love i {
    margin-right: 5px;
}

.btn_social {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.like_page {
    width: 50%;
    float: left;
}

.like_onpage {
    float: left;
    width: 110px;
}

.love_static {
    position: relative;
    margin-left: 5px;
    border: 1px solid #f1f1f1;
    padding: 2px 5px;
    font-size: 10px;
    color: #4a4a4a;
    border-radius: 2px;
}

.love_static i {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 5px;
    left: -6px;
    background-position: 0 -496px;
}

.icon_social {
    width: 150px;
    overflow: hidden;
    float: right;
}

.comment_fb .title_la {
    margin-top: 30px;
}

.comment_fb .title_la h3 {
    color: #4a4a4a;
    border-color: #4a4a4a;
}

.onoffswitch {
    position: relative;
    width: 76px;
    float: right;
    margin-top: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 28px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 27px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Bật";
    padding-left: 18px;
    background-color: #46B96C;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Tắt";
    padding-right: 18px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 20px;
    height: 20px;
    margin: 4.5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    border: 2px solid #fff;
    border-radius: 28px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.info_toogle {
    width: 70px;
    float: left;
    margin: 20px 0 0 22px;
    font-size: 13px;
}

.info_toogle i {
    margin-right: 5px;
}

.player, .video_play_list {
    width: 100%;
    margin-top: 30px;
    position: relative;
    height: 163px;
}

.bg_song {
    width: 100%;
    position: relative;
}

.bg_song img {
    width: 100%;
    height: auto;
    max-height: 163px;
}

.overlay_song {
    opacity: 0.8;
    width: 100%;
    height: 163px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 68, 116, 1);
    background: -moz-linear-gradient(left, rgba(0, 68, 116, 1) 0%, rgba(89, 12, 83, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 68, 116, 1)), color-stop(100%, rgba(89, 12, 83, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 68, 116, 1) 0%, rgba(89, 12, 83, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 68, 116, 1) 0%, rgba(89, 12, 83, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 68, 116, 1) 0%, rgba(89, 12, 83, 1) 100%);
    background: linear-gradient(to right, rgba(0, 68, 116, 1) 0%, rgba(89, 12, 83, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004474', endColorstr='#590c53', GradientType=1);
}

.content_player {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid rgba(90, 145, 177, 0.4);
}

.ava_song {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}

.ava_song img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 25px;
}

.ava_song h4, .ava_song h1 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Roboto-Bold';
}

.ava_song h4 span, .ava_song .info-player-singer {
    font-family: 'Roboto-Light';
    color: #fff;
}

.ava_song .info-player-p {
    font-size: 14px;
    color: #fff;
    margin-top: 6px;
}

.play_list {
    margin-top: 50px;
}

.play_list .tabs {
    width: 360px;
    border: none;
    border-radius: 0;
}

.play_list .tabs li {
    width: auto;
    margin-right: 3px;
}


.play_list .tabs_item li .icon_sv a.i_love i {
    background-position: -32px -732px;
    width: 18px;
    height: 18px;
}

.play_list .tabs_item li .icon_sv a.i_love:hover > i {
    background-position: -32px -714px;
    width: 18px;
    height: 18px;
}

.play_list .tabs_item li .icon_sv a.i_love:active > i {
    background-position: -32px -696px;
    width: 18px;
    height: 18px;
}


.info_detail_song {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 10px 0;
}

.info_detail_song p {
    color: #4a4a4a;
    font-size: 15px;
    padding-right: 50px;
    position: relative;
    float: left;
}

.info_detail_song p i {
    border-radius: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
    top: 8px;
    position: absolute;
    background: #444;
    right: 18px;
}

.info_detail_song p:last-child {
    margin-right: 0;
}

.info_detail_song p:last-child b {
    color: #006cb8;
}

.btn_static {
    width: 100%;
    overflow: hidden;
}

.btn_plst {
    margin-top: 20px;
}

.btn_detail_song {
    width: 49%;
    float: left;
}

.btn_detail_song a {
    background: #f7f7f7;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #4a4a4a;
    padding: 8px 15px;
}

.btn_detail_song a i {
    margin: 3px 8px 0 0;
    float: left;
}

.btn_detail_song a:first-child {
    border-top: 2px solid #3b5998;
}

.btn_detail_song a:first-child i {
    color: #3b5998;
}

.btn_detail_song a:last-child {
    border-top: 2px solid #69b16a;
}

.btn_detail_song a:last-child i {
    background-position: 0 -440px;
    width: 18px;
    height: 13px;
}

.static_detail_song {
    width: 49%;
    float: right;
    overflow: hidden;
    margin-top: 10px;
}

.static_detail_song span {
    display: inline-block;
    float: right;
    margin-left: 35px;
    font-size: 22px;
    font-family: 'Roboto-Light';
    color: #4a4a4a;
}

.static_detail_song span i {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.static_detail_song span:first-child i {
    background-position: 0 -464px;
}

.static_detail_song span:last-child i {
    background-position: -22px -464px;
}

.play_list .tabs li a {
    padding: 0 15px;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    color: #b2b2b2;
    background-color: #f7f7f7;
}

.tabs li:last-child {
    border: none;
}

.play_list li.current a {
    color: #4a4a4a;
    border-top: 2px solid #006cb8;
    background: #e7f3f8;
    padding: 0 15px;
}

.play_list .tab_content {
    background: #e7f3f8;
}

.play_list .tabs_item li, .play_list .jspPane ul li {
    width: 100%;
    overflow: hidden;
    line-height: 52px;
    height: 52px;
    padding: 0 15px;
    position: relative;
}

.play_list .tabs_item li:nth-child(2n+2), .play_list .jspPane ul li:nth-child(2n+2) {
    background: #f4fafd;
}

.play_list .tabs_item li a, .play_list .jspPane ul li a {
    font-size: 16px;
    font-family: 'Roboto-Bold';
}

.play_list .tabs_item li a i, .play_list .jspPane ul li a i {
    font-size: 20px;
    margin-right: 10px;
}

.name_song {
    width: 41%;
    float: left;
    color: #00599c;
    font-family: 'Roboto-Bold';
}

.code {
    width: 12%;
    float: left;
}

.play_list .tabs_item li .price {
    width: 12%;
    float: left;
    position: inherit;
}

.play_list .tabs_item .icon_view {
    position: absolute;
    right: 15px;
    top: 0px;
    transition: .5s;
    -webkit-transition: .5s;
}

.play_list .tabs_item .icon_view span {
    margin-left: 15px;
}

.play_list .tabs_item .icon_view span:nth-child(2) i {
    background-position: 0 -288px;
    width: 16px;
    height: 16px;
}

.play_list .tabs_item li .icon_sv {
    right: -100px;
    top: 0;
    position: absolute;
    transition: .5s;
    -webkit-transition: .5s;
}

.play_list .tabs_item li:hover > .icon_sv {
    right: 15px;
    top: 0px;
    position: absolute;
}

.play_list .tabs_item li:hover .icon_view {
    right: -300px;
}

#jscroll-album, .jspContainer, .jspPane {
    width: 100% !important;
}

.jspContainer {
    width: 100%;
    min-height: 300px;
}

.jspPane ul {
    background: #e7f3f8;
    height: 300px;
    overflow-y: scroll;
    overflow-x: inherit !important;
}

.ka-info-h3 {
    color: #006cb8;
}

.ka-info .price {
    width: 15%;
    float: left;
    position: inherit;
}

.jp-playlist-current .ka-info .ka-info-h3 a {
    color: #ee1d25 !important;
}

.ka-info-h3 {
    line-height: 48px;
    margin-top: 0 !important;
    width: 40%;
    float: left;
}

.fr-lyric-audio {
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.wrap-lyric-audio {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 0 10px;
}

.view-more-content {
    padding: 0 10px;
}

.view-more-content a {
    color: #7aaf14;
    cursor: pointer;
}

.wrap-info-artice {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 10px;
}

.ka-info .icon_view {
    float: right;
    width: 15%;
}

.ka-info .icon_view span {
    margin-left: 10px;
}

.ka-info .icon_sv {
    float: right;
}

.ka-info-singer {
    width: 30%;
    float: left;
}

.ka-info-singer a {
    font-family: 'Roboto-Light' !important;
    color: #4a4a4a;
}

.ka-info-singer a:hover {
    color: #006cb8;
}

.lyric {
    padding: 40px;
    font-size: 14px;
    font-family: 'Roboto-Light';
    line-height: 22px;
    color: #4a4a4a;
}

.btn_bigmore {
    width: 100%;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    background: #1d5eb1;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    cursor: pointer;
}

.btn_bigmore i {
    margin-left: 8px;
}

.btn_bigmore:hover {
    border: 1px solid #1d5eb1;
    background: #fff;
    color: #1d5eb1;
    text-decoration: none;
}

#___plus_0 {
    position: absolute !important;
}

.play_list .label--checkbox {
    width: 15px;
    float: left;
    margin: 15px 15px 0 0;
}

.play_list .btn_ctrl_rst {
    width: 18px;
    float: left;
    margin: 15px 15px 0 0;
}

.play_list .tabs_item ul li .checkbox:checked:before, .play_list .jspPane ul li .checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 11px;
    border-color: #006bb8;
    border-top-style: none;
    border-right-style: none;
}

.play_list .tabs_item ul li .checkbox:after, .play_list .tabs_item ul li .checkbox:before, .play_list .jspPane ul li .checkbox:after, .play_list .jspPane ul li .checkbox:before {
    background: #e7f3f8;
}

.play_list .tabs_item ul li .checkbox:before, .play_list .jspPane ul li .checkbox:before {
    border: 2px solid #fff;
}

.play_list .tabs_item ul li:nth-child(2n+2) .checkbox:after, .play_list .tabs_item ul li:nth-child(2n+2) .checkbox:before, .play_list .jspPane ul li:nth-child(2n+2) .checkbox:after, .play_list .jspPane ul li:nth-child(2n+2) .checkbox:before {
    background: #f4fafd;
}

a.sm2_button {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    float: left;
    margin: 17px 10px 0 0;
    vertical-align: middle;
    -webkit-transition-property: hover;
    background: url(../images/icon.png) no-repeat -32px -674px;
}

a.sm2_button:focus {
    outline: none; /* maybe evil, but don't show the slight border outline on focus. */
}

a.sm2_button,
a.sm2_button.sm2_paused:hover {
    background: url(../images/icon.png) no-repeat -32px -674px;
    background-repeat: no-repeat;
}

a.sm2_button:hover {
    background-position: -32px -638px;
}

a.sm2_button.sm2_playing,
a.sm2_button.sm2_playing:hover {
    background-position: -32px -656px;
}


a.sm2_button.sm2_paused,
a.sm2_button.sm2_paused:hover {
    background: url(../images/icon.png) no-repeat -32px -674px;
}

.buy_rst {
    margin: 25px 0;
}

.buy_info span {
    font-size: 15px;
    font-family: 'Roboto-Light';
}

.buy_info span b, .md_buyrst_2 p.des b, .md_buyrst_2 ul li, .buy_info button {
    font-family: 'Roboto-Bold';
}

.buy_info button {
    margin-left: 20px;
    padding: 8px 25px;
    border: none;
    border-radius: 3px;
    background: #0a67b6;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.md_buyrst .modal-body {
    font-size: 15px;
}

.md_buyrst_2 ul li {
    line-height: 32px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

.guide_rst {
    background: #fff !important;
    padding: 0 !important;
    margin-top: 20px;
}

.guide_rst label {
    font-size: 15px !important;
}

.guide_rst ul li {
    font-size: 15px !important;
}

.guide_rst ul li i {
    margin-bottom: 0px !important;
}

.guide_rst2 i.imb {
    width: 21px;
    height: 20px;
    background-position: 0 -208px;
    float: none;
}

.guide_rst2 i.igft {
    width: 18px;
    height: 18px;
    background-position: 0 -232px;
    float: none;
}

/* Buttons */
.social-btns {
    text-align: center;
}

.social-btns li {
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: top;
}

/* Dissolve Button */
.social-btn-dissolve {
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border-radius: 50%;
    display: block;
    position: relative;
}

.social-btn-dissolve:hover {
    color: #fff;
}

.social-btn-dissolve:hover:before {
    opacity: 0;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.social-btn-dissolve:before {
    background: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    border-radius: 50%;
    -webkit-transition: none;
    transition: none;
}

.social-btn-dissolve.twitter {
    background: #4cc4f2;
}

.social-btn-dissolve.facebook {
    background: #3b5998;
}

.social-btn-dissolve.google {
    background: #dd4b39;
}


.social-btn-dissolve.instagram {
    background: #9b2191;
}

/***Catergories***/

.cat_page {
    margin: 0px 0 0px 0;
}

.cat_page .list_item {
    margin-bottom: 50px;
}

.r_title {
    width: 40%;
    float: right;
    overflow: hidden;
    margin-top: 12px;
}

.tab_cat {
    float: right;
}

.tab_cat li {
    display: inline-block;
    font-size: 15px;
    font-family: 'Roboto-Light';
    margin-right: 15px;
}

.tab_cat li a {
    display: block;
    color: #4a4a4a;
    line-height: 36px;
    transition: .2s;
    -webkit-transition: .2s;
}

.tab_cat li a:hover, .tab_cat li a.curent {
    border-bottom: 4px solid #f11a89;
}

.type_list {
    width: 44px;
    float: right;
    margin: 8px 0 0 25px;
}

.type_list a {
    font-size: 16px;
    display: inline-block;
    color: #4a4a4a;
    margin-left: 5px;
}

.type_list a:hover, .type_list a.curent {
    color: #006cb8;
}

.type_list a:last-child {
    font-size: 15px;
}

.cat_page .list_item li span {
    width: 30px;
    height: 34px;
    position: absolute;
    top: -8px;
    right: 20px;
}

.cat_page .list_item li span.new {
    background-position: 0 -512px;
}

.cat_page .list_item li span.hot {
    background-position: 0 -546px;
}

.pagi {
    margin: 50px 0;
    text-align: center;
}

.pagi a {
    display: inline-block;
    border: 1px solid #f1f1f1;
    color: #4a4a4a;
    background: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    margin-right: 5px;
}

.pagi a:hover, .pagi a.curent {
    border: 1px solid #006cb8;
    background: #006cb8;
    color: #fff;
}

#LayoutControl, #FilterControl a {
}

#LayoutControl {
    float: right;
    margin-top: 2px;
}

#LayoutControl label {
    margin: 0;
    padding: 0.2rem 0.4rem 0.1rem 0.4rem;
    line-height: .875rem;
    height: 22px;
    max-width: 40px;
}

#LayoutControl fa {
    font-size: 1.1rem;
}

#LayoutControl input[type="radio"]:checked + label {
    color: #006cb8;
}

#LayoutControl input[type="radio"] {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
}

#LayoutHolder .large-block-grid-4 > li:nth-of-type(4n+1), #LayoutHolder .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
}

.full_row {
    padding: 0 15px;
}

.full_row li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0px 25px 0px;
}

.full_row li a {
    max-width: 120px;
    float: left;
    margin-right: 20px;
}

.full_row li h4 {
    margin-top: 10px;
}

.full_row li h4 a, .full_row li p a {
    width: auto;
    float: none;
    margin: 0;
    transition: none;
    text-overflow: inherit;
    overflow: inherit;
}

.full_row li .new, .full_row li .hot {
    left: 80px;
    right: inherit;
}

/***arrtist***/

.artist .r_title {
    width: 80%;
}

.filter_AB {
    margin: 30px 0;
    text-align: center;
}

.filter_AB a {
    text-transform: uppercase;
    color: #4a4a4a;
    font-family: 'Roboto-Light';
    font-size: 16px;
    display: inline-block;
    margin-right: 2px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.filter_AB a:hover, .filter_AB a.curent {
    background: #f11a89;
    color: #fff;
    border-radius: 50%;
}

.filter_AB a:first-child {
    font-family: 'Roboto-Bold';
    color: #f11a89;
    margin-right: 10px;
}

.filter_AB a:first-child:hover {
    background: none;
}

.about_dt, .about_dt li {
    width: 100%;
    overflow: hidden;
}

.about_dt li {
    margin-bottom: 1px;
}

.about_dt label {
    margin: 0px;
    background: #f1f1f1;
    padding: 5px 10px;
    width: 25%;
    float: left;
    font-family: 'Roboto-Bold';
}

.about_dt p {
    background: #f5f5f5;
    width: calc(75% - 1px);
    display: inline-block;
    margin: 0 0 0 1px;
    padding: 5px 10px;
    font-family: 'Roboto-Light';
}

.his_art {
    padding: 0 15px;
}

.his_art h4 {
    font-size: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #1d5eb1;
    font-family: 'Roboto-Bold';
}

.his_art .mg_top {
    font-family: 'Roboto-Light';
    font-size: 15px;
    text-align: justify;
    margin: 15px 0 50px 0;
    line-height: 22px;
}

/***video****/
.video_cat {
}

.video_player {
    height: auto;
    overflow: hidden;
}

.video_player video {
    width: 100%;
    height: 472px;
}

.mejs-background, .mejs-mediaelement, .mejs-poster, .mejs-overlay, .mejs-container {
    width: 100% !important;
    height: 100% !important;
}

/***promo_page***/
.promo_page {
    margin-top: 40px;
}

.promo_page .left_ad {
    margin: 0px 0 50px 0;
}

.promo_page .row > div {
    margin-bottom: 40px;
}

.promo_page img {
    width: 100%;
}

.promo_page div.col-lg-6:nth-child(2n+1) {
    clear: left;
}

#newsList {
    margin-bottom: 30px;
}

#newsList .row > div:nth-child(2n+2) {
    clear: left;
}

.promo_page.videoList .col-lg-4:nth-child(3n+1) {
    clear: left;
}

.promo_page h2, .experts .focus h2 {
    font-size: 16px;
    margin: 15px 0 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
}

.promo_page h3 a, .experts .focus h3 a {
    color: #4a4a4a;
}

.promo_page h3 a:hover, .experts .focus h3 a:hover {
    color: #006cb8;
}

.promo_page p, .experts .focus p {
    font-size: 15px;
    font-family: 'Roboto-Light';
}

.meta {
    margin-bottom: 15px;
}

.promo_page .inner {
    position: relative;
}

.surcharge {
    background: url(../img/bg-status-surcharge.png) no-repeat 0 50%;
}

.status {
    font-size: 90%;
    padding: 0 10px 0 20px;
    height: 24px;
    color: #000;
    line-height: 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

.promo_page .inner .status {
    position: absolute;
    top: 12px;
    right: 15px;
}

.promo_page .inner img, .experts .focus img {
    width: 100%;
}

.tags a {
    color: #4a4a4a;
    text-decoration: underline;
}

.tags a:hover {
    text-decoration: none;
}

.meta > div {
    display: inline-block;
    margin-right: 10px;
}

.meta .fa {
    margin-right: 5px;
    color: #a2a2a2;
}

.tags {
    padding: 10px;
    margin-top: 30px;
    background: #efefef;
}

.newsTitle {
    margin: 0;
    padding: 0;
}

.newsTitle li {
    overflow: hidden;
    list-style: none;
    margin-bottom: 25px;
}

.newsTitle img {
    float: left;
    width: 117px;
    margin-right: 15px;
}

.newsTitle li a {
    color: #4a4a4a;
    font-weight: bold;
}

.experts .focus h3, .promo_page .inner h3 a {
    font-family: 'RobotoCondensed-Bold';
    color: #4a4a4a;
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.experts .newsTitle h3 {
    font-family: 'Roboto-Bold';
    font-size: 14px;
    margin: 0px 0 5px 0;
}

.timepost, .comment {
    font-size: 12px;
    font-family: 'RobotoCondensed-Light';
}

.promo_page .inner h3 {
    margin: 10px 0 5px 0;
}

.promo_page .inner h3 a:hover {
    color: #006cb8;
}

#newsDetail h3 {
    font-size: 22px;
    color: #282828;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

.social {
    margin-bottom: 10px;
}

.social .btn {
    margin: 5px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-top: 3px solid transparent;
}

.social .fa {
    margin-right: 10px;
}

.social .btn-fb {
    border-top: 3px solid #3b5998;
}

.social .btn-fb .fa {
    color: #3b5998;
}

.social .btn-tw {
    border-top: 3px solid #1dcaff;
}

.social .btn-tw .fa {
    color: #1dcaff;
}

.social .btn-gl {
    border-top: 3px solid #dd4b39;
}

.social .btn-gl .fa {
    color: #dd4b39;
}

.social .btn-pt {
    border-top: 3px solid #c92228;
}

.social .btn-pt .fa {
    color: #c92228;
}

.social .btn-lk {
    border-top: 3px solid #3f729b;
}

.social .btn-lk .fa {
    color: #3f729b;
}

.social .btn-dg {
    border-top: 3px solid #2169a8;
}

.social .btn-dg .fa {
    color: #2169a8;
}

/***board_song***/
.BXH .title_la {
    margin-bottom: 0;
}

.qs_board_song {
    background: #d4e9f4;
    width: 100%;
    border-radius: 3px;
    margin-top: 20px;
    position: relative;
    float: left;
    padding: 3px;
}

.btn_view_all {
    float: right;
}

.btn_view_all a {
    margin-top: 0;
    border-color: #d4e9f4;
    text-transform: none;
    line-height: 33px;
    padding-right: 10px;;
    padding-left: 10px;
}

.btn_view_all a i {
    margin: 0 10px 0 0;
}

.btn_view_all a:hover {
    background: #9b2191;
    border: 1px solid #9b2191;
    color: #fff;
}

.calendar {
    width: 70%;
    float: left;
    font-family: 'Roboto-Light';
    margin-top: 8px;
}

.calendar a {
    float: left;
    margin-left: 10px;
}

.date i {
    background-position: 0 -592px;
    width: 17px;
    height: 16px;
}

.calendar label {
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.calendar input {
    background: transparent !important;
    width: auto !important;
    font-size: 15px;
    height: auto;
    padding: 0px;
    box-shadow: none;
    border: none;
    color: #000;
    font-family: 'Roboto-Bold';
}

.input-group-addon {
    float: left;
    border: none;
    padding: 0;
    background: none;
}

.board_song {
}

.board_song li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    height: 96px;
    position: relative;
}

.no_number {
    width: 8.5%;
    text-align: center;
    line-height: 88px;
    font-size: 30px;
    color: #006cb8;
    float: left;
    font-family: 'UTM_Bebas';
}

.rating_up i {
    display: block;
    margin-bottom: -8px;
    font-size: 26px;
    color: #2dc187;
}

.rating_up {
    font-size: 15px;
    color: #282828;
    width: 3%;
    float: left;
    margin-top: 31px;
    text-align: center;
}

.rating_down i {
    color: #ed1c24;
    margin-bottom: 0px;
    line-height: 3px;
}

.balance {
    margin: 40px 0 0 5px;
}

.balance i {
    background-position: -30px -592px;
    width: 12px;
    height: 8px;
}

.info_song {
    width: 60%;
    float: left;
    margin: 18px 0 0 4%;
}

.info_song img {
    width: 60px;
    float: left;
    margin-right: 20px;
}

.info_song h4 {
    margin-top: 10px;
}

.info_song h4 a {
    color: #4a4a4a;
    font-size: 15px;
    padding-top: 10px;
}

.info_song h4 a:hover, .info_song p a:hover {
    color: #006cb8;
}

.info_song p a {
    font-size: 14px;
    color: #888;
}

.board_song li .icon_view, .playlist_dta ul li .icon_view {
    position: absolute;
    width: 25%;
    right: 10px;
    top: 38px;
    font-size: 14px;
    font-family: 'Roboto-Light';
    transition: .2s;
    -webkit-transition: .2s;
}

.board_song li .icon_view span {
    margin-left: 20px;
    float: right;
}

.board_song li .icon_view span a {
    color: #4a4a4a;
}

.board_song li .icon_view span:first-child i {
    background-position: 0 -288px;
    width: 16px;
    height: 16px;
}

.board_song li:hover {
    background: #ebf6fc;
}

.board_song li .icon_sv, .playlist_dta ul li .icon_sv {
    text-align: right;
    position: absolute;
    width: 25%;
    right: -100px;
    top: 38px;
    transition: .2s;
    -webkit-transition: .2s;
}

.board_song li:hover > .icon_sv, .playlist_dta ul li:hover > .icon_sv {
    right: 10px;
    top: 38px;
    cursor: pointer;
}

.board_song li:hover > .icon_view, .playlist_dta ul li:hover > .icon_view {
    right: -300px;
    top: 38px;
    cursor: pointer;
}

.board_song li:first-child .no_number, .player-play-list .play-list ul li:first-child .count {
    font-size: 38px;
    color: #ed1c24;
}

.board_song li:nth-child(2) .no_number, .player-play-list .play-list ul li:nth-child(2) .count {
    color: #fcc92d;
}

.board_song li:nth-child(3) .no_number, .player-play-list .play-list ul li:nth-child(3) .count {
    color: #7dd220;
}

/***list_song***/
.list_song {
    margin-top: 20px;
}

.list_song li {
    height: 84px;
}

.list_song .info_song {
    margin: 18px 0 0 1%;
}

.list_song .info_song img {
    width: 46px;
}

.list_song li h4 span:before {
    content: ' - ';
}

.list_song li h4 span a {
    font-size: 14px;
    color: #888;
}

.list_song li .icon_sv, .list_song li:hover > .icon_sv, .list_song li .icon_view, .list_song li:hover > .icon_view {
    top: 30px;
}

/***board_video***/
.board_video .info_song {
    margin: 18px 0 0 2.5%;
}

.board_video .info_song img {
    width: 96px;
}

.search_result .info_song {
    margin: 12px 0 0 1%;
}

/***customer***/
#menuleft {
    margin-bottom: 30px;
}

#menuleft h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding-top: 5px;
    background: #3389c6;
    font-family: 'RobotoCondensed-Bold';
    padding: 15px 15px;
}

#menuleft h3 i {
    background-position: 0 -608px;
    width: 15px;
    height: 16px;
    margin-right: 10px;
}

#menuleft ul {
    margin: 3px 0 0 0;
    padding: 0;
    background: #f3f3f3;
}

#menuleft li:nth-child(2n) {
    background: #ebebeb;
}

#menuleft li a {
    display: block;
    padding: 12px 10px 12px 20px;
    color: #4a4a4a;
    background: url(../img/arrow-bullet.png) no-repeat 15px 18px;
    font-family: 'Roboto-Light';
    font-size: 14px;
}

#menuleft li a i {
    margin-right: 20px;
}

#menuleft li:last-child a i {
    background-position: 0px -722px;
    width: 11px;
    height: 11px;
}

#menuleft li:last-child a {
    background: #ed1c24;
    color: #fff;
}

#menuleft li:last-child a:hover {
    background: #282828;
}

#menuleft li.active a, #menuleft li a:hover {
    background-color: #5d3fa1;
    color: #fff;
}

.content_customer {
    background: #e6f1f7;
    overflow: hidden;
    width: 100%;
    margin-top: 1px;
}

.form_changepass {
    width: 60%;
    margin: 50px auto;
}

.form_changepass input {
    width: 100%;
    background: #fff;
    border: none;
    padding-left: 10px;
    line-height: 34px;
    margin-top: 12px;
}

.form_changepass button {
    background: #3389c6;
    border-radius: 3px;
    color: #fff;
    font-family: 'RobotoCondensed-Bold';
    font-size: 18px;
    border: none;
    width: 100%;
    margin-top: 28px;
    padding: 10px 0;
    text-transform: uppercase;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.09);
}

.form_changepass button:hover {
    background-color: #5d3fa1;
}

.note {
    width: 100%;
    background: #d4e8f3;
    padding: 30px;
}

.note label {
    color: #ed1c24;
    font-size: 14px;
    font-family: 'Roboto-Bold';
}

.note p {
    font-size: 14px;
    font-family: 'Roboto-Light';
    clear: both;
}

.note p i, .guide_rst ul li i {
    margin: 6px 10px 15px 10px;
    font-size: 6px;
    color: #ed1c24;
    float: left;
}

.content_customer > .inner {
    padding: 15px;
    font-family: 'Roboto-Light';
}

.customer_table th, .customer_table td {
    vertical-align: middle
}

.customer_table thead th {
    font-family: 'Roboto-Bold';
    color: #fff;
    background: #529fd5;
    border: none;
    padding: 10px;
    border-right: 1px solid #fff;
}

.customer_table thead th:first-child {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.customer_table thead th:last-child {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border: none;
}

.customer_table thead th:last-child, .customer_table tbody td:last-child {
    text-align: center;
}

.customer_table.table > thead > tr > th {
    border-bottom: none;
}

.customer_table.table > thead > tr > th, .customer_table.table > tbody > tr > th, .customer_table.table > tfoot > tr > th, .customer_table.table > thead > tr > td, .customer_table.table > tbody > tr > td, .customer_table.table > tfoot > tr > td {
    border-top: none;
    vertical-align: middle;
}

.customer_table .dropdown-toggle {
    padding-top: 3px;
    padding-bottom: 3px;
}

.customer_table .fa {
    margin: 0 5px;
    color: #4a4a4a;
    font-size: 120%;
}

.customer_table .fa:hover {
    color: #3389c6;
}

.customer_table .fa.fa-trash-o {
    color: #ff0000;
}

.customer_table tbody tr:nth-child(2n) td {
    background: #d6e9f2;
}

.content_customer > .inner .btnBox {
    margin-top: 15px;
    margin-bottom: 30px;
}

.content_customer > .inner .btnBox .btn {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 10px;
}

.content_customer > .inner .btnBox.top .btn {
    margin-left: 0;
}

.customer_table.mgroup input, .customer_table input {
    background: #fff !important;
    color: #4a4a4a;
    font-size: 14px;
    border: 1px solid #F1F1F1 !important;
}

.btn.btn-back {
    background-color: #282828;
    color: #fff;
    width: auto;
}

.btn.btn-primary {
    width: auto;
}

.content_customer > .inner .checkbox:before {
    border-color: #529fd5;
}

#mgroup_edit input, #mgroup_edit textarea, #mgroup_add input, #mgroup_add textarea, #ct_edit_gr input, #ct_edit_gr textarea {
    width: 100%;
    padding: 7px;
    background: #eee;
    border: none;
}

input.radio:before, input.radio:after {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    content: "";
    position: absolute;
}

.label--radio {
    margin-right: 10px;
    margin-bottom: 0;
}

input.radio {
    color: #f00;
}

input.radio:before {
    background: #e6f1f7;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0px;
}

input.radio:after {
    border: 1px solid #529fd5;
    width: 21px;
    height: 21px;
    top: -3px;
    left: -3px;
}

input.radio:checked:before {
    background: #529fd5;
}

input.radio:checked:before {
    background: #529fd5;
}

.c_st_top {
    margin-bottom: 30px;
}

.c_st_tel {
    margin: 15px 0 30px 0;
}

.c_st_tel input {
    padding: 6px;
    border: none;
}

.c_st_bottom ul {
    margin-bottom: 20px;
}

.c_st_bottom li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.c_st_bottom .pull-left {
    margin-right: 30px;
}

.c_st_bottom select, .c_st_tel select, .c_st_bottom input[type="datetime-local"] {
    border: none;
    margin: 0 5px;
    padding: 9px 6px;
}

.c_st_bottom .ct_time > div {
    margin-bottom: 15px;
}

.c_st_bottom .ct_time label {
    width: 120px;
    text-align: right;
    margin-right: 10px;
    font-family: 'Roboto-Light';
    font-weight: lighter;
}

.form_scandoc input.form-control {
    padding: 5px 7px;
    height: auto;
    line-height: 30px;
}

.form_scandoc .input-group-btn {
}

.form_scandoc .input-group-btn .btn {
    text-transform: none;
    font-family: 'Roboto-Light';
    font-size: 13px;
    margin-top: 13px;
    padding-right: 10px;
    padding-left: 10px;
    background: #125a9e;
}

.enterprise_info .row > div {
    margin-bottom: 15px;
}

.enterprise_info .row > div > div {
    padding: 10px;
    background: #d6e9f2;
}

.enterprise_info .row .fa {
    color: #999;
    margin-right: 10px;
}

#registerForm_enterprise .row > div {
    margin-bottom: 15px;
}

#registerForm_enterprise .form-group {
    position: relative;
    background: #f1f1f1;
    clear: left;
}

#registerForm_enterprise .fg_btn {
    background: none;
}

#registerForm_enterprise .input-group-addon {
    position: absolute;
    top: 14px;
    left: 10px;
}

#registerForm_enterprise input.form-control {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}

#registerForm_enterprise .form-group:first-child input.form-control {
    margin-left: 0;
    text-indent: 25px;
}

.ct_gift {
    max-width: 320px;
    margin: 30px auto;
}

.ct_gift input {
    width: 100%;
    border: none;
}

.ct_gift input, .ct_gift select {
    padding: 8px;
}

.ct_gift select {
    width: 70px;
    margin: 0 10px;
    border: none;
}

.date_inp input {
    line-height: 32px;
    text-indent: 5px;
    border: none;
    margin-right: 5px;
}

.date_inp button {
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}

.customer_table tbody td:last-child a.sm2_button {
    float: none;
    margin-top: 0 !important;
}

.btnm_group {
    justify-content: flex-end !important;
}

.btnm_group .btn-back {
    margin-right: 10px;
}

.multi_acc {
    width: 450px;
    overflow: hidden;
    padding: 10px 0 0 0 !important;
}

.multi_acc .dr_col:first-child {
    border: none;
}

.dr_col {
    width: 50%;
    float: left;
    border-left: 1px dotted #d6d6d6;
}

.dr_col h3 {
    background: #ebebeb;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    font-family: 'RobotoCondensed-Bold';
    color: #3389c6;
    padding: 8px 0;
    width: 90%;
    margin: auto;
    text-transform: uppercase;
}

.multi_acc ul {
    margin: 15px 0 0 5px;
}

.multi_acc ul li a {
    width: 100%;
    display: block;
}

.multi_acc ul li a i {
    left: 0;
}

.multi_acc ul li a {
    padding: 6px 0 6px 3px !important;
    color: #4a4a4a;
}

.multi_acc ul li:last-child a {
    background: none !important;
    color: #4a4a4a !important;
}

.multi_acc ul li:last-child a i {
    top: 0 !important;
}

.btn_signout {
    clear: left;
    width: 100%;
    padding: 10px;
}

.btn_signout a {
    width: 100%;
    display: block;
    text-align: center;
}

.btn_signout a i {
    background-position: 0px -722px !important;
    left: 0;
    top: 9px !important;
}

/***detail_artist***/
.header_dta {
    position: relative;
}

.header_dta, .nav_dta, .cover_dta, .cover_dta img {
    width: 100%;
}

.nav_dta {
    background: #f1f1f1;
    margin-top: 1px;
    height: 60px;
    overflow: hidden;
}

.nav_dta ul {
    margin: 14px 0 0 25px;
    overflow: hidden;
    width: 100%;
}

.nav_dta ul li {
    float: left;
    margin-right: 10px;
}

.nav_dta ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto-Light';
    color: #4a4a4a;
    text-align: center;
    display: inline-block;
    padding: 6px 15px;
}

.nav_dta ul li a:hover, .nav_dta ul li a.curent {
    background: #9b2191;
    border-radius: 3px;
    color: #fff;
}

.avtar_atist {
    width: 360px;
    height: 138px;
    position: absolute;
    bottom: -15px;
    right: 20px;
}

.avtar_atist img {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    border: 5px solid #fff;
    float: right;
    margin-left: 10px;
}

.avtar_atist h4 {
    text-align: right;
    font-size: 18px;
    color: #282828;
    font-family: 'Roboto-Bold';
    margin: 85px 0px 0 0;
    text-transform: uppercase;
}

.playlist_dta {
    width: 100%;
    margin-top: 35px;
}

.playlist_dta ul li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

.playlist_dta ul li a {
    font-size: 15px;
    color: #1d5eb1;
    font-family: 'Roboto-Bold';
    width: 60%;
}

.playlist_dta ul li {
    transition: .5s;
    -webkit-transition: .5s;
}

.playlist_dta ul li:hover {
    background: #f7fcff;
}

.playlist_dta ul li .icon_view {
    top: 15px;
    text-align: right;
}

.playlist_dta ul li .icon_sv {
    top: 15px;
    right: -150px;
}

.playlist_dta ul li .icon_sv a {
    margin: 0 5px;
}

.playlist_dta ul li:hover > .icon_sv {
    right: 10px;
    top: 15px;
}

.playlist_dta ul li:hover > .icon_view {
    right: -150px;
    top: 15px;
}

.album_atist {
    margin-top: 80px;
}

/***login***/
.login .modal-content {
    border: none;
    box-shadow: none;
    padding: 0;
    background: none;
}

.login .close {
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 55px;
    top: 10px;
    z-index: 1200;
}

.login-wrap {
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 670px;
    position: relative;
    background: url(../images/bg.jpg) no-repeat center;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    font-family: 'Roboto-Regular';
    font-weight: 400;
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    background: rgba(40, 57, 101, .95);
}

.login-html .sign-in-htm,
.login-html .sign-up-htm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.login-html .sign-in, .login-html .sign-up, .login-form .group .check {
    display: none;
}

.login-html .tab, .login-form .group .label, .login-form .group .button {
    text-transform: uppercase;
}

.login-html .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline;
    border-bottom: 2px solid transparent;
}

.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab {
    color: #fff;
    border-color: #1161ee;
}

.login-form {
    min-height: 345px;
    margin-top: 50px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.login-form .group {
    margin-bottom: 15px;
}

.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 12px;
}

.login-form .group .input,
.login-form .group .button {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .1);
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label.tab {
    color: #aaa !important;
    font-size: 12px;
}

.login-form .group .button {
    background: #1161ee;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.login-form .group .check:checked + label {
    color: #fff;
}

.login-form .group .check:checked + label .icon {
    background: #1161ee;
    margin: 2px 10px 0 0;
}

.login-form .group .check:checked + label .icon:before {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked + label .icon:after {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk a {
    text-align: center;
    color: #fff;
    display: block;
}

label.remember_pass {
    color: #fff;
}

.modal-open .modal {
    z-index: 99999999;
}

.modal-backdrop.in {
    z-index: 9999999;
}

.m4s .modal-header {
    text-align: center;
}

.modal-footer, .modal-body {
    padding: 25px;
}

.sign_in .modal-content {
    box-shadow: none;
    margin-top: 30px;
}

#dl_song .des {
    text-align: center;
}

#dl_song .checkbox {
    display: inline-block;
    margin-right: 15px;
}

#dl_song .label--checkbox {
    font-size: 15px;
    font-weight: 300;
}

.list {
    margin: .5rem;
}

.list__item {
    margin: 0 0 .5rem 0;
    padding: 0;
}

.label--checkbox {
    position: relative;
    margin: .5rem;
    cursor: pointer;
}

.checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 25px 0 0;
    cursor: pointer;
}

.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    background: #fff;
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 11px;
    border-color: #006bb8;
    border-top-style: none;
    border-right-style: none;
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
}

.btn_dls {
    text-align: center;
    margin-top: 30px;
}

.btn_dls button {
    background: #006bb8;
    color: #fff;
    font-size: 14px;
    padding: 8px 25px;
    border: none;
    border-radius: 3px;
    margin: 0 5px;
}

.btn_dls button.close {
    text-shadow: none;
    float: none;
    background: red;
    line-height: inherit;
    opacity: 1;
}

#gift_song button.close, #registerForm button.close, #loginForm button.close, #all_song button.close, #songs button.close, .modal-header button.close {
    font-weight: 900;
    opacity: .3;
    font-size: 30px;
    margin-right: -8px;
}


@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(6.25rem);
        transform: translateY(6.25rem);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(6.25rem);
        transform: translateY(6.25rem);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*TheNV*/
.right_banner {
    margin-bottom: 30px;
}

.right_banner, .left_ad {
    max-width: 100%;
    text-align: center;
}

.right_banner img, .left_ad img {
    max-width: 100%;
    height: auto;
}

.title_la {
    margin-bottom: 30px;
}

.title_customer {
    margin: 0;
}

#loginForm .inner hr {
    border-top: 1px solid #ddd;
}

.modal-footer.actionForm-ft {
    text-align: left;
}

.modal-header {
    font-family: 'UTM_Bebas';
    font-weight: 300;
    font-size: 24px;
    color: #1d5eb1;
    padding: 15px 25px;
}

/**/
.list_item.list_item_style.row {
    margin-left: -10px;
    margin-right: -10px;
}

.list_item.list_item_style.row [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

/*owl-carousel*/
.owl-carousel01 .item, .owl-carousel02 .item, .owl-carousel03 .item {
    text-align: left !important;
}

.owl-carousel01 .item a img, .owl-carousel01 .item a:hover img, .owl-carousel01 .item a.active img,
.owl-carousel02 .item a img, .owl-carousel02 .item a:hover img, .owl-carousel02 .item a.active img,
.owl-carousel03 .item a img, .owl-carousel03 .item a:hover img, .owl-carousel03 .item a.active img {
    border: none
}

/*owl-carousel*/
.owl-carousel {
}

.owl-carousel.owl-loaded, .owl-carousel2.owl-loaded, .owl-carousel3.owl-loaded {
    display: block;
    position: relative;
}

.owl-carousel .owl-stage-outer, .owl-carousel2 .owl-stage-outer, .owl-carousel3 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -moz-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel2 .owl-item, .owl-carousel3 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .item {
    text-align: center;
    padding: 0 0;

}

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.owl-prev, .owl-next {
    top: 40px;
    width: 50px;
    height: 50px;
    position: absolute;
    text-indent: -1000em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
}

.owl-next {
    background-image: url(../images/btn-slide-next-list.png);
}

.owl-prev {
    background-image: url(../images/btn-slide-prev-list.png);
}

.owl-next:hover {
    background-image: url(../images/btn-slide-next-hover-list.png);
}

.owl-prev:hover {
    background-image: url(../images/btn-slide-prev-hover-list.png);
}

.list_item .owl-prev, .list_item .owl-next {
    top: -43px;
    width: 30px;
    height: 30px;
}

.list_item .owl-prev {
    right: 35px;
    left: auto;
}

.btn_viewmore.btn-viewmore-mgright {
    margin-right: 75px;
}

/***List_BXH_4_3_2017***/

.type_BXH {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.type_BXH h3 {
    font-family: 'Roboto-Light';
    color: #1d5eb1;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    text-indent: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.type_BXH h3 .ar_BXH {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #1d5eb1;
    font-size: 26px
}

.type_BXH h3 a:hover, .type_BXH h3:hover > .ar_BXH {
    color: #ed1c24;
}

.thumbs_1top {
    position: relative;
    display: inline-block;
}

.arrow-up {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fa4c53;
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 999;
}

.type_BXH ul li img {
    width: 100%;
}

.type_BXH ul li:nth-child(1) hr, .type_BXH ul li:nth-child(2) hr, .type_BXH ul li:nth-child(3) hr, .type_BXH ul li:last-child hr {
    display: none;
}

.type_BXH ul li hr {
    width: 90%;
    margin: auto;
    background: #f4f4f4;
    height: 1px;
}

.type_BXH ul li:first-child {
    width: 100%;
}

.type_BXH ul li:first-child .is_BXH {
    width: 100%;
    background: #fa4c53;
    overflow: hidden;
}

.type_BXH ul li:first-child .no_number {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
}

.type_BXH ul li:nth-child(2) .no_number, .type_BXH ul li:nth-child(3) .no_number {
    color: #fff;
}

.type_BXH ul li:first-child h4 a, .type_BXH ul li:nth-child(2) h4 a, .type_BXH ul li:nth-child(3) h4 a {
    color: #fff;
}

.type_BXH ul li:first-child p a, .type_BXH ul li:nth-child(2) p a, .type_BXH ul li:nth-child(3) p a {
    color: #fff;
}

.type_BXH ul li .is_BXH {
    width: 100%;
    overflow: hidden;
}

.type_BXH ul li:nth-child(2) .is_BXH {
    background: #feb97c;
}

.type_BXH ul li:nth-child(3) .is_BXH {
    background: #74bef1;
}

.type_BXH ul li h4 {
    margin-top: 8px;
}

.type_BXH ul li h4 a {
    color: #4a4a4a;
    font-family: 'Roboto-Regular';
    font-size: 15px;
}

.type_BXH ul li .no_number {
    width: 15%;
    margin: 8px 15px 0 0;
    font-size: 26px;
    color: #4a4a4a;
    line-height: normal;
}

.type_BXH ul li p a {
    color: #666;
    font-size: 14px;
    font-family: 'Roboto-Light';
}


/***slider_5_3_2017***/
.carousel-indicators {
    bottom: 4px;
}

.carousel-indicators li {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0;
}

.carousel-indicators .active {
    background: #002b7a;
    width: 10px;
    height: 10px;
    margin: 0;
}

.carousel-control {
    width: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
}

#slidebanner {
}

#slidebanner #heartbanner-slide .item {
    height: 339px;
}

#slidebanner #heartbanner-slide .item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    height: inherit;
}

/***edit_6_3_2017***/
.list_hot_song li .des_song h4 .sm2_button {
    width: 18px;
    float: left;
    margin-right: 5px;
}

.list_hot_song li h4 a {
    width: 82%
}

/***edit_22_3_2017***/
.hot_artist {
    -webkit-animation-name: animation;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;

    animation-name: animation;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    background-color: #f00;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ed1c24;
    margin-right: 10px;
}

@-webkit-keyframes animation {
    0% {
        background-color: #ed1c24;
    }
    100.0% {
        background-color: #ffd3d8;
    }
}

@keyframes animation {
    0% {
        background-color: #ed1c24;
    }
    100.0% {
        background-color: #ffd3d8;
    }
}

.accordion {
    width: 100%;
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    margin-bottom: 30px;
}

.accordion__list {
    background: rgba(62, 78, 169, 1.00);
    width: 100%;
}

.accordion__list .link {
    font-size: 18px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    color: #37474F;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion__list .link__title {
    padding: 12px 0;
    padding-left: 50px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: block;
    background-color: transparent;
    color: #fff;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

/** ========================
* Diseño iconos font-awesome
============================= **/
.accordion li i {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 1em;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 14px;
    color: #fff;
}

/**===================================
* Conf. clase link al estar activo submenu (con js)
====================================**/
.accordion li.open .link {
    color: #ff5252;
}

.accordion li.open i {
    color: #ff5252;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}

/**=======================
* Submenu
==========================**/
.accordion li:first-child {
    background: #ed1c24;
    border-radius: 5px 5px 0 0;
}

.accordion li:nth-child(2) {
    background: rgba(62, 78, 169, 1.00);
}

.accordion li:nth-child(3) {
    background: rgba(62, 78, 169, 0.80);
}

.accordion li:last-child {
    background: rgba(62, 78, 169, 0.60);
    border-radius: 0 0 5px 5px;
}

.accordion li:first-child .submenu {
    display: block;
}

.accordion li:first-child i {
    color: #FFED01;
}

i.flag {
    background: url(../images/gb.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
}

.accordion li:nth-child(2) i.flag {
    background: url(../images/gb.svg) no-repeat;
    background-size: 15px 15px;
}

.accordion li:nth-child(3) i.flag {
    background: url(../images/kr.svg) no-repeat;
    background-size: 15px 15px;
}

.submenu {
    display: none;
    background: #f5f5f5 !important;
    font-size: 14px;
}

.submenu li {
    background: #f5f5f5 !important;
}

.submenu li {
    border-bottom: 1px solid #fff;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #4a4a4a;
    padding: 1rem;
    padding-left: 3.5em;
    -webkit-transition: all 0.25 ease;
    -moz-transition: all 0.25 ease;
    -o-transition: all 0.25 ease;
    transition: all 0.25 ease;
}

.submenu a:hover, .submenu a.current {
    background: #d4e9f4;
    color: #4a4a4a;
}

/***edit_7_4_2017***/
------------------------------ *

/

.slide_fade {
    overflow: hidden;
    position: relative;
    background: #bbb;
}

.slide_fade .box {
    overflow: hidden;
    position: relative;
    background: #000;
    z-index: 4;
}

.slide_fade .box a {
    color: #fff;
}

.slide_fade .box a:hover {
    text-decoration: none;
}

.slide_fade .list {
    overflow: hidden;
    height: 9999px;
}

.slide_fade .list li {
    position: relative;
}

.slide_fade .list img {
    _vertical-align: top;
}

.slide_fade .bsht-btn {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #23262d;
    z-index: 5;
    padding: 6px 15px;
}

.slide_fade .bsht-btn a {
    color: #555;
    text-decoration: none;
}

.slide_fade .bsht-btn li {
    overflow: hidden;
    float: left;
    height: 90px;
    margin: 0 0 0 1%;
    padding-top: 7px;
    color: #333;
    _margin: 0 10px 0 0;
    _height: 87px;
}

.slide_fade .bsht-btn li:first-child {
    margin-left: 0;
}

.slide_fade .bsht-btn .selected {
    position: relative;
}

.slide_fade .bsht-btn .selected img {
    border: 3px solid #f32465;
}

.slide_fade .bsht-btn h3 {
    padding: 4px 0 0 0;
    font: 12px/20px;
    text-indent: 2px;
}

.slide_fade .bsht-btn p {
    color: #999;
    font: 12px/20px;
    text-indent: 2px;
}

.slide_fade .bsht-btn p a {
    color: #999;
}

.slide_fade .bsht-btn p a:hover {
    text-decoration: underline;
}

.slide_fade {
    width: 100%;
    height: 430px;
    margin: 0 auto;
}

.slide_fade .box,
.slide_fade .list li {
    width: 100%;
    height: 339px;
}

.slide_fade .list img {
    width: 100%;
    height: 100%;
}

.slide_fade .bsht-btn li {
    width: 19%;
}

.slide_fade .bsht-btn img {
    width: 100%;
    height: auto;
}

