/*#region CSS Trang bài hát MISA */
.misa-song {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #212121;
}

/*#region Danh sách bài hát MISA */
.ms-library {
    padding-top: 60px;
}

.msl-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #245ba3;
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
}

#data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -10px;
    margin-right: -10px;
}

    #data ul li {
        width: 25%;
        padding: 0 10px;
        margin: 0;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 20px;
    }

.d-box {
    position: relative;
    display: flex;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.d-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #FFF;
    z-index: 1;
    padding: 10px 20px 10px 15px;
    background: rgba(58, 58, 58, .52);
    line-height: 1.42857143;
    text-shadow: 1px 1px 5px #000;
}

.d-song {
    font-size: 15px;
    padding-bottom: 1px;
}

.d-composer {
    font-size: 13px;
    padding-bottom: 1px;
}

.d-singer {
    font-size: 13px;
}

.d-option {
    position: absolute;
    bottom: 14px;
    right: 12px;
    z-index: 2;
}

    .d-option:hover .do-content {
        display: block;
    }

.do-content {
    display: none;
    position: absolute;
    background: #FFF;
    bottom: 0;
    right: 0;
    width: 180px;
    border-radius: 3px;
    overflow: hidden;
}

.do-row {
    line-height: 1.42857143;
}

    .do-row a {
        color: #212121;
    }

    .do-row:hover a {
        color: #245ba3;
        opacity: 1;
    }

    .do-row a:hover {
        color: #245ba3;
        opacity: 1;
    }

.do-download {
    background: url(/sites/misa/images/pages/misa-song/ic-download.svg) no-repeat;
    background-position: center left 10px;
    background-size: 28px;
    padding: 8px 8px;
    padding-left: 50px;
}

    .do-download:hover {
        background: url(/sites/misa/images/pages/misa-song/ic-download.svg) no-repeat, #e9f6fc;
        ;
        background-position: center left 10px;
        background-size: 28px;
        padding-left: 50px;
    }

.do-beat {
    background: url(/sites/misa/images/pages/misa-song/ic-beat.svg) no-repeat;
    background-position: center left 10px;
    background-size: 28px;
    padding: 8px 8px;
    padding-left: 50px;
}

    .do-beat:hover {
        background: url(/sites/misa/images/pages/misa-song/ic-beat.svg) no-repeat, #e9f6fc;
        background-position: center left 10px;
        background-size: 28px;
        padding-left: 50px;
    }

.do-lyrics {
    background: url(/sites/misa/images/pages/misa-song/ic-lyrics.svg) no-repeat;
    background-position: center left 10px;
    background-size: 28px;
    padding: 8px 8px;
    padding-left: 50px;
    color: #212121;
}

    .do-lyrics:hover {
        background: url(/sites/misa/images/pages/misa-song/ic-lyrics.svg) no-repeat, #e9f6fc;
        background-position: center left 10px;
        background-size: 28px;
        padding-left: 50px;
        color: #245ba3;
    }

.do-ring-phone {
    color: #212121;
    background: url(/sites/misa/images/pages/misa-song/ic-ring-phone.svg) no-repeat;
    background-position: center left 10px;
    background-size: 28px;
    padding: 8px 8px;
    padding-left: 50px;
}

    .do-ring-phone:hover {
        background: url(/sites/misa/images/pages/misa-song/ic-ring-phone.svg) no-repeat, #e9f6fc;
        background-position: center left 10px;
        background-size: 28px;
        padding-left: 50px;
        color: #245ba3;
    }

    .do-share {
        background: url(/sites/misa/images/pages/misa-song/ic-share.png) no-repeat;
        background-position: center left 10px;
        background-size: 28px;
        padding: 8px 8px;
        padding-left: 50px;
        color: #212121;
    }
    
        .do-share:hover {
            background: url(/sites/misa/images/pages/misa-song/ic-share.png) no-repeat, #e9f6fc;
            background-position: center left 10px;
            background-size: 28px;
            padding-left: 50px;
            color: #245ba3;
        }

.d-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .d-icon img {
        width: 60px;
        margin: 0 auto;
    }

#pagination {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
/*#endregion*/

/*#region Slider giới thiệu tác giả - bài hát */
.ms-slider {
    padding: 60px 0;
}

.mss-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #245ba3;
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
}

.mss-content {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.mss-box {
    padding: 40px 0;
}

.ms-slider .mss-image img {
    width: 120px;
    margin: 0 auto;
    box-shadow: 0 1px 5px 1px #DDD;
    border-radius: 50%;
}

.ms-slider .owl-item.center .mss-image img {
    transform: scale(1.6);
    transition: all 0.4s 0.4s linear;
}

.ms-slider .owl-item.center .mss-singer {
    display: block;
}

.ms-slider .owl-item.center .mss-song {
    display: block;
}

.mss-singer {
    display: none;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 5px;
}

.mss-song {
    display: none;
    font-size: 15px;
    color: #757575;
    text-align: center;
}
/*#endregion*/

/*#region Popup chơi nhạc */
.play-music {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #FFF;
}

.pm-content {
    position: absolute;
    width: 90%;
    max-width: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
}

.pm-border {
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
}

.pm-image {
    border-radius: 5px;
    overflow: hidden;
}

    .pm-image img {
        width: 100%;
    }

.pm-player {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
}

    .pm-player .audioplayer {
        font-family: GoogleSans, Arial, sans-serif;
        line-height: 1.42857143;
        font-size: 14px;
        height: 70px;
        padding: 10px;
        margin: 0 10px 10px;
        border-radius: 3px;
        overflow: hidden;
        border: 0;
    }

        .pm-player .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
            border: 1px solid #9A9FB0;
        }

            .pm-player .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
                border-left: 12px solid #9A9FB0;
            }

    .pm-player .audioplayer-playing .audioplayer-playpause {
        border: 1px solid #245ba3;
    }

        .pm-player .audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
            background: #245ba3;
        }

    .pm-player .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
        background: none;
        opacity: 0.85;
    }

    .pm-player .audioplayer-playing .audioplayer-playpause:hover {
        background: none;
        opacity: 0.85;
    }

    .pm-player .audioplayer-time-current {
        font-size: 14px;
        color: #9A9FB0;
    }

    .pm-player .audioplayer-time-duration {
        font-size: 14px;
        color: #9A9FB0;
    }

    .pm-player .audioplayer:not(.audioplayer-playing) .audioplayer-bar-played {
        background: #9A9FB0;
    }

    .pm-player .audioplayer-bar-played {
        background: #245ba3;
    }

    .pm-player .audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
        border: 2px solid #9A9FB0;
    }

    .pm-player .audioplayer-playing .audioplayer-bar-played::after {
        border: 2px solid #245ba3;
    }

    .pm-player .audioplayer-mute .audioplayer-volume-button a {
        background: #9A9FB0;
    }

        .pm-player .audioplayer-mute .audioplayer-volume-button a:before {
            border-right: 9px solid #9A9FB0;
        }

    .pm-player .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
        width: 12px;
        height: 12px;
        border: 6px double #9A9FB0;
        border-width: 6px 6px 0 0;
    }

    .pm-player .audioplayer:not(.audioplayer-playing) .audioplayer-volume-adjust div div {
        background: #9A9FB0;
    }

.audioplayer-volume-adjust div div {
    background: #245ba3;
}

.pm-info {
    background: rgba(58, 58, 58, .52);
    width: calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    position: absolute;
    top: 10px;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    text-shadow: 1px 1px 5px #000;
}

.pm-song {
    font-size: 17px;
    padding-bottom: 5px;
}

.pm-composer {
    font-size: 15px;
    padding-bottom: 5px;
}

.pm-singer {
    font-size: 15px;
}
/*#endregion*/

/*#region Popup chơi nhạc */
.lyrics-song {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
}

.ls-content {
    position: absolute;
    width: 90%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
    max-height: 80%;
    overflow-x: auto;
    border-radius: 5px;
}

.ls-border {
    padding: 20px 25px;
    background: #FFF;
}

.ls-song {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 24px;
    color: #245ba3;
    text-align: center;
}

.ls-composer {
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}

.ls-lyrics {
    text-align: justify;
}
/*#endregion*/

/*#region Popup cài đặt nhạc chuông */
.ring-phone {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
}

.rp-content {
    position: absolute;
    width: 90%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 2;
    height: 80%;
    overflow-x: auto;
    border-radius: 5px;
}

.rp-border {
    padding: 20px 25px;
    background: #FFF;
}

.rpc-bold {
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.rpc-red {
    color: red;
}

.rpc-italic {
    font-style: italic;
}

.rpc-underline {
    text-decoration: underline;
}

.rp-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 24px;
    color: #245ba3;
    text-align: center;
    padding-bottom: 10px;
}

.rpc-not-existed-viettel {
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 20px;
}

.rpc-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.rpc-region {
    padding-top: 10px;
}

.rpc-viettel .rpc-region:last-child {
    padding-bottom: 20px;
}

.rpc-text {
    text-align: justify;
}

.rpc-not-existed-mobifone {
    font-family: GoogleSans Bold, Arial, sans-serif;
}
/*#endregion*/

/*#region Share Song*/

.share-song{
    width: 297px;
    height: 202px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    box-shadow: -7.76px -1.94px 18px rgb(0 0 0 / 0.73);
    font-family: GoogleSans;
    z-index: 100;
}

.pss-content{
    padding: 32px 16px 26px 16px;
    height: 100%;
    width: 100%;
}

.pss-title{
    font-size: 20px;
    font-weight: bold;
}

.pss-song-name{
    font-size: 15px;
    padding-bottom: 32px;
}

.pss-social-list{
    display: flex;
    flex-direction: row;
}

.pss-channel-item{
    display: flex;
    flex-direction: column;
    margin: 0px 7px;
    width: 42px;
    min-height: 42px;
    max-height: 42px;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    align-items: center;
}

.pss-channel-item:first-child{
    margin-left: unset;
}
.pss-channel-item:last-child{
    margin-right: unset;
}

.pss-channel-item div{
    font-size: 10px;
    text-align: center;
    padding-top: 6px;
    color: #000;
    width: 42px;
}

.pss-channel-item img{
    min-width: 100%;
    min-height: 100%;
    padding: 3px;
}

/*#endregion*/

/*#region Custom Paging */
#pagination .paginationjs .paginationjs-pages li {
    border: 0;
    margin-left: 10px;
}

    #pagination .paginationjs .paginationjs-pages li:first-child {
        margin-left: 0;
    }

        #pagination .paginationjs .paginationjs-pages li:first-child > a {
            background: url(/sites/misa/images/pages/bamboo-village/ic-left-arrow.svg) no-repeat;
            background-position: center;
            width: 80px;
            border-radius: 20px;
        }

    #pagination .paginationjs .paginationjs-pages li:last-child > a {
        background: url(/sites/misa/images/pages/bamboo-village/ic-right-arrow.svg) no-repeat;
        background-position: center;
        width: 80px;
        border-radius: 20px;
    }

    #pagination .paginationjs .paginationjs-pages li > a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, .1);
        font-size: 16px;
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: GoogleSans, Arial, sans-serif;
        overflow: hidden;
    }

    #pagination .paginationjs .paginationjs-pages li.active > a {
        background: #245ba3;
        color: #FFF;
    }

    #pagination .paginationjs .paginationjs-pages li.disabled > a {
        opacity: .6;
    }
/*#endregion*/

/*#region Custom Owl Carousel */
.ms-slider .owl-item {
    position: relative;
}

.ms-slider .owl-nav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 27%;
}

.ms-slider .owl-dots {
    width: 100%;
    padding-top: 30px;
    position: absolute;
    justify-content: center;
    display: inline-flex;
}

.ms-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    padding-top: 0;
}

.ms-slider .owl-prev {
    position: absolute;
    left: 0;
}

.ms-slider .owl-next {
    position: absolute;
    right: 0;
}

.ms-slider .owl-dots .owl-dot {
    outline: none;
}

    .ms-slider .owl-dots .owl-dot span {
        background: #fff;
        border: solid #ddd 1px;
        width: 14px;
        height: 14px;
        margin: 0 5px;
    }

    .ms-slider .owl-dots .owl-dot.active span {
        background: #fff;
        background: #245ba3;
        border: solid #245ba3 1px;
    }

.ms-slider .owl-nav .owl-prev {
    outline: none;
    margin: 0 0 0 -30px;
}

    .ms-slider .owl-nav .owl-prev:hover {
        background: transparent;
        opacity: 0.85;
    }

.ms-slider .owl-nav .owl-next {
    outline: none;
    margin: 0 -30px 0 0;
}

    .ms-slider .owl-nav .owl-next:hover {
        background: transparent;
        opacity: 0.85;
    }

.ms-slider .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ms-slider .owl-theme .owl-dots .owl-dot:hover span {
    border: solid 1px #245ba3;
    background: #245ba3;
}

.ms-slider .owl-theme .owl-dots .owl-dot.active:hover span {
    border: solid 1px #245ba3;
    background: #245ba3;
}
/*#endregion*/
/*#region Responsive */
@media (min-width: 980px) {
}

@media (max-width: 979px) {
    /*#region Danh sách bài hát MISA */
    .ms-library {
        padding-top: 40px;
    }

    #data ul {
        margin-left: -20px;
        margin-right: -20px;
    }

        #data ul li {
            width: 50%;
            padding: 0 20px;
            margin-bottom: 40px;
        }

    #pagination {
        padding-top: 0;
    }
    /*#endregion*/
    /*#region Slider giới thiệu tác giả - bài hát */
    .ms-slider {
        padding: 40px 0;
    }
    /*#endregion*/
}

@media (max-width: 480px) {
    /*#region Danh sách bài hát MISA */
    .msl-title {
        font-size: 28px;
    }

    #data ul li {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    /*#endregion*/
    /*#region Slider giới thiệu tác giả - bài hát */
    .mss-title {
        font-size: 28px;
    }
    /*#endregion*/
    /*#region Custom Paging */
    #pagination {
        padding-top: 20px;
    }

        #pagination .paginationjs .paginationjs-pages li:first-child > a {
            width: 40px;
        }

        #pagination .paginationjs .paginationjs-pages li:last-child > a {
            width: 40px;
        }
    /*#endregion*/
}
/*#endregion*/
/*#endregion*/
