/* #E9605C */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    min-width: 320px;
    font-family: "Helvetica Neue",Helvetica,'Noto Sans TC',"Microsoft YaHei New","Microsoft Yahei","Microsoft JhengHei", sans-serif;
    font-weight: 400;
}

::selection {
background: #ffb7b7; /* Safari */
}
::-moz-selection {
background: #ffb7b7; /* Firefox */
}
a {
    color: rgba(0,0,0,.9);
}
a:hover {
    color: rgba(0,0,0,1);
}
@media (max-width: 575px) {
    .navbar {
        padding-right: 9px;
        padding-left: 9px;
    }
    .container {
        padding-right: 9px;
        padding-left: 9px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 728px;
        padding-left: 0;
        padding-right: 0;
    }
}
.main {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-color: #EFEFEF;
}
@media (min-width: 1200px){
    .main {
        padding-top: 3.5rem;
        padding-bottom: 4rem;
    }
}

.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* #notice#
    font-size:      1rem;
    line-height:    1.5;
    max-height:     n1.5rem
    */
}
.line-clamp,
.line-clamp-1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
    max-height: 3rem;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
    max-height: 4.5rem;
}
.line-clamp-4 {
    -webkit-line-clamp: 4;
    max-height: 6rem;
}
.h1.line-clamp-2,
h1.line-clamp-2 {
    max-height: 5.5rem;
}
.h1.line-clamp-3,
h1.line-clamp-3 {
    max-height: 8.25rem;
}
.h1.line-clamp-4,
h1.line-clamp-4 {
    max-height: 11rem;
}
.h2.line-clamp-2,
h2.line-clamp-2 {
    max-height: 4.4rem;
}
.h2.line-clamp-3,
h2.line-clamp-3 {
    max-height: 6.6rem;
}
.h2.line-clamp-4,
h2.line-clamp-4 {
    max-height: 8.8rem;
}
.h3.line-clamp-2,
h3.line-clamp-2 {
    max-height: 3.85rem;
}
.h3.line-clamp-3,
h3.line-clamp-3 {
    max-height: 5.775rem;
}
.h3.line-clamp-4,
h3.line-clamp-4 {
    max-height: 7.7rem;
}
.h4.line-clamp-2,
h4.line-clamp-2 {
    max-height: 3.3rem;
}
.h4.line-clamp-3,
h4.line-clamp-3 {
    max-height: 4.95rem;
}
.h4.line-clamp-4,
h4.line-clamp-4 {
    max-height: 6.6rem;
}
.h5.line-clamp-2,
h5.line-clamp-2 {
    max-height: 2.75rem;
}
.h5.line-clamp-3,
h5.line-clamp-3 {
    max-height: 4.125rem;
}
.h5.line-clamp-4,
h5.line-clamp-4 {
    max-height: 5.5rem;
}
.h6.line-clamp-2,
h6.line-clamp-2 {
    max-height: 1.1rem;
}
.h6.line-clamp-3,
h6.line-clamp-3 {
    max-height: 2.2rem;
}
.h6.line-clamp-4,
h6.line-clamp-4 {
    max-height: 3.3rem;
}
.h1-xs { font-size: 2.5rem; }
.h2-xs { font-size: 2rem; }
.h3-xs { font-size: 1.75rem; }
.h4-xs { font-size: 1.5rem; }
.h5-xs { font-size: 1.25rem; }
.h6-xs { font-size: 1rem; }

.h1-xs.line-clamp-2 { max-height: 5.5rem; }
.h1-xs.line-clamp-3 { max-height: 8.25rem; }
.h1-xs.line-clamp-4 { max-height: 11rem; }
.h2-xs.line-clamp-2 { max-height: 4.4rem; }
.h2-xs.line-clamp-3 { max-height: 6.6rem; }
.h2-xs.line-clamp-4 { max-height: 8.8rem; }
.h3-xs.line-clamp-2 { max-height: 3.85rem; }
.h3-xs.line-clamp-3 { max-height: 5.775rem; }
.h3-xs.line-clamp-4 { max-height: 7.7rem; }
.h4-xs.line-clamp-2 { max-height: 3.3rem; }
.h4-xs.line-clamp-3 { max-height: 4.95rem; }
.h4-xs.line-clamp-4 { max-height: 6.6rem; }
.h5-xs.line-clamp-2 { max-height: 2.75rem; }
.h5-xs.line-clamp-3 { max-height: 4.125rem; }
.h5-xs.line-clamp-4 { max-height: 5.5rem; }
.h6-xs.line-clamp-2 { max-height: 1.1rem; }
.h6-xs.line-clamp-3 { max-height: 2.2rem; }
.h6-xs.line-clamp-4 { max-height: 3.3rem; }
@media (min-width: 576px) {
    .h1-sm { font-size: 2.5rem; }
    .h2-sm { font-size: 2rem; }
    .h3-sm { font-size: 1.75rem; }
    .h4-sm { font-size: 1.5rem; }
    .h5-sm { font-size: 1.25rem; }
    .h6-sm { font-size: 1rem; }

    .h1-sm.line-clamp-2 { max-height: 5.5rem; }
    .h1-sm.line-clamp-3 { max-height: 8.25rem; }
    .h1-sm.line-clamp-4 { max-height: 11rem; }
    .h2-sm.line-clamp-2 { max-height: 4.4rem; }
    .h2-sm.line-clamp-3 { max-height: 6.6rem; }
    .h2-sm.line-clamp-4 { max-height: 8.8rem; }
    .h3-sm.line-clamp-2 { max-height: 3.85rem; }
    .h3-sm.line-clamp-3 { max-height: 5.775rem; }
    .h3-sm.line-clamp-4 { max-height: 7.7rem; }
    .h4-sm.line-clamp-2 { max-height: 3.3rem; }
    .h4-sm.line-clamp-3 { max-height: 4.95rem; }
    .h4-sm.line-clamp-4 { max-height: 6.6rem; }
    .h5-sm.line-clamp-2 { max-height: 2.75rem; }
    .h5-sm.line-clamp-3 { max-height: 4.125rem; }
    .h5-sm.line-clamp-4 { max-height: 5.5rem; }
    .h6-sm.line-clamp-2 { max-height: 1.1rem; }
    .h6-sm.line-clamp-3 { max-height: 2.2rem; }
    .h6-sm.line-clamp-4 { max-height: 3.3rem; }
}
@media (min-width: 768px) {
    .h1-md { font-size: 2.5rem; }
    .h2-md { font-size: 2rem; }
    .h3-md { font-size: 1.75rem; }
    .h4-md { font-size: 1.5rem; }
    .h5-md { font-size: 1.25rem; }
    .h6-md { font-size: 1rem; }
    .h1-md.line-clamp-2 { max-height: 5.5rem; }
    .h1-md.line-clamp-3 { max-height: 8.25rem; }
    .h1-md.line-clamp-4 { max-height: 11rem; }
    .h2-md.line-clamp-2 { max-height: 4.4rem; }
    .h2-md.line-clamp-3 { max-height: 6.6rem; }
    .h2-md.line-clamp-4 { max-height: 8.8rem; }
    .h3-md.line-clamp-2 { max-height: 3.85rem; }
    .h3-md.line-clamp-3 { max-height: 5.775rem; }
    .h3-md.line-clamp-4 { max-height: 7.7rem; }
    .h4-md.line-clamp-2 { max-height: 3.3rem; }
    .h4-md.line-clamp-3 { max-height: 4.95rem; }
    .h4-md.line-clamp-4 { max-height: 6.6rem; }
    .h5-md.line-clamp-2 { max-height: 2.75rem; }
    .h5-md.line-clamp-3 { max-height: 4.125rem; }
    .h5-md.line-clamp-4 { max-height: 5.5rem; }
    .h6-md.line-clamp-2 { max-height: 1.1rem; }
    .h6-md.line-clamp-3 { max-height: 2.2rem; }
    .h6-md.line-clamp-4 { max-height: 3.3rem; }
}
@media (min-width: 992px) {
    .h1-lg { font-size: 2.5rem; }
    .h2-lg { font-size: 2rem; }
    .h3-lg { font-size: 1.75rem; }
    .h4-lg { font-size: 1.5rem; }
    .h5-lg { font-size: 1.25rem; }
    .h6-lg { font-size: 1rem; }
    .h1-lg.line-clamp-2 { max-height: 5.5rem; }
    .h1-lg.line-clamp-3 { max-height: 8.25rem; }
    .h1-lg.line-clamp-4 { max-height: 11rem; }
    .h2-lg.line-clamp-2 { max-height: 4.4rem; }
    .h2-lg.line-clamp-3 { max-height: 6.6rem; }
    .h2-lg.line-clamp-4 { max-height: 8.8rem; }
    .h3-lg.line-clamp-2 { max-height: 3.85rem; }
    .h3-lg.line-clamp-3 { max-height: 5.775rem; }
    .h3-lg.line-clamp-4 { max-height: 7.7rem; }
    .h4-lg.line-clamp-2 { max-height: 3.3rem; }
    .h4-lg.line-clamp-3 { max-height: 4.95rem; }
    .h4-lg.line-clamp-4 { max-height: 6.6rem; }
    .h5-lg.line-clamp-2 { max-height: 2.75rem; }
    .h5-lg.line-clamp-3 { max-height: 4.125rem; }
    .h5-lg.line-clamp-4 { max-height: 5.5rem; }
    .h6-lg.line-clamp-2 { max-height: 1.1rem; }
    .h6-lg.line-clamp-3 { max-height: 2.2rem; }
    .h6-lg.line-clamp-4 { max-height: 3.3rem; }
}
@media (min-width: 1200px) {
    .h1-xl { font-size: 2.5rem; }
    .h2-xl { font-size: 2rem; }
    .h3-xl { font-size: 1.75rem; }
    .h4-xl { font-size: 1.5rem; }
    .h5-xl { font-size: 1.25rem; }
    .h6-xl { font-size: 1rem; }
    .h1-xl.line-clamp-2 { max-height: 5.5rem; }
    .h1-xl.line-clamp-3 { max-height: 8.25rem; }
    .h1-xl.line-clamp-4 { max-height: 11rem; }
    .h2-xl.line-clamp-2 { max-height: 4.4rem; }
    .h2-xl.line-clamp-3 { max-height: 6.6rem; }
    .h2-xl.line-clamp-4 { max-height: 8.8rem; }
    .h3-xl.line-clamp-2 { max-height: 3.85rem; }
    .h3-xl.line-clamp-3 { max-height: 5.775rem; }
    .h3-xl.line-clamp-4 { max-height: 7.7rem; }
    .h4-xl.line-clamp-2 { max-height: 3.3rem; }
    .h4-xl.line-clamp-3 { max-height: 4.95rem; }
    .h4-xl.line-clamp-4 { max-height: 6.6rem; }
    .h5-xl.line-clamp-2 { max-height: 2.75rem; }
    .h5-xl.line-clamp-3 { max-height: 4.125rem; }
    .h5-xl.line-clamp-4 { max-height: 5.5rem; }
    .h6-xl.line-clamp-2 { max-height: 1.1rem; }
    .h6-xl.line-clamp-3 { max-height: 2.2rem; }
    .h6-xl.line-clamp-4 { max-height: 3.3rem; }
}
.box-shadow {
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
/* m: margin */
.m0 { margin: 0; }
.mx0 { margin: auto 0; }
.mx1 { margin: auto .5rem; }
.mx2 { margin: auto 1rem; }
.mx3 { margin: auto 1.5rem; }
.my0 { margin: 0 auto; }
.my1 { margin: .5rem auto; }
.my2 { margin: 1rem auto; }
.my3 { margin: 1.5rem auto; }
.mt0 { margin-top: 0; }
.mt1 { margin-top: .5rem; }
.mt2 { margin-top: 1rem; }
.mt3 { margin-top: 1.5rem; }
.mr0 { margin-right: 0; }
.mr1 { margin-right: .5rem; }
.mr2 { margin-right: 1rem; }
.mr3 { margin-right: 1.5rem; }
.mb0 { margin-bottom: 0; }
.mb1 { margin-bottom: .5rem; }
.mb2 { margin-bottom: 1rem; }
.mb3 { margin-bottom: 1.5rem; }
.ml0 { margin-left: 0; }
.ml1 { margin-left: .5rem; }
.ml2 { margin-left: 1rem; }
.ml3 { margin-left: 1.5rem; }
/* p: padding */
.p0 { padding: 0; }
.p1 { padding: .5rem; }
.p2 { padding: 1rem; }
.p3 { padding: 1.5rem; }
.px0 { padding-left: 0; padding-right: 0; }
.px1 { padding-left: .5rem; padding-right: .5rem; }
.px2 { padding-left: 1rem; padding-right: 1rem; }
.px3 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py0 { padding-top: 0; padding-bottom: 0; }
.py1 { padding-top: .5rem; padding-bottom: .5rem; }
.py2 { padding-top: 1rem; padding-bottom: 1rem; }
.py3 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.pt0 { padding-top: 0; }
.pt1 { padding-top: .5rem; }
.pt2 { padding-top: 1rem; }
.pt3 { padding-top: 1.5rem; }
.pr0 { padding-right: 0; }
.pr1 { padding-right: .5rem; }
.pr2 { padding-right: 1rem; }
.pr3 { padding-right: 1.5rem; }
.pb0 { padding-bottom: 0; }
.pb1 { padding-bottom: .5rem; }
.pb2 { padding-bottom: 1rem; }
.pb3 { padding-bottom: 1.5rem; }
.pl0 { padding-left: 0; }
.pl1 { padding-left: .5rem; }
.pl2 { padding-left: 1rem; }
.pl3 { padding-left: 1.5rem; }
/* lh: line-height */
.lh1 { line-height: 1; }
.lh1-2 { line-height: 1.2; }
.lh1-5 { line-height: 1.5; }
.lh2 { line-height: 2; }
.lh2-2 { line-height: 2.2; }
.lh2-5 { line-height: 2.5; }
/* b: border */
.b0 { border: none; }
.b1 { border: 1px solid rgba(0,0,0,.125); }
.bt1 { border-top: 1px solid rgba(0,0,0,.125); }
.br1 { border-right: 1px solid rgba(0,0,0,.125); }
.bb1 { border-bottom: 1px solid rgba(0,0,0,.125); }
.bl1 { border-left: 1px solid rgba(0,0,0,.125); }

.social-icons i.fa {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 1.3rem;
}
.social-icons i.fa-facebook {
    background-color: #4267b2;
}
.social-icons i.fa-google-plus {
    background-color: #db4437;
}
.social-icons i.fa-twitter {
    background-color: #1da1f2;
}
.social-icons i.fa-weibo {
    background-color: #d72928;
}
.social-icons i.fa-envelope-o {
    background-color: #f1c40f;
}
.social-icons i.fa-whatsapp {
    background-color: #47c252;
} 

.static {
    position: static;
}
.sticky {
    position: sticky;
}
.nosticky {
    position: initial;
}
.w-fixed {
    width: 100%;
}
.pagination a {
    color: rgba(0,0,0,.75);
}
.pagination a:hover {
    color: rgba(0,0,0,.95);
}
.pagination .page-item.disabled.active a {
    background-color: #e9605c;
    color: #fff;
}
.scl-cus-14118 {
    padding-bottom: 141.18%;
}
.bg-white {
    background-color: rgba(255,255,255,1);
}
.ads {
    background-color: rgba(255,255,255,1);
}
.w300 {
    width: 300px;
}
.w728 {
    width: 728px;
}
.h90 {
    height: 90px;
}
.h100 {
    height: 100px;
}
.h250 {
    height: 250px;
}
.target {
    position: relative;
    top: -56px;
}
.load-more {
    display: none;
    width: 100%;
}
.btn-load-more {
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none !important;
}
.btn-load-more .h {
    display: none;
}
.btn-load-more.expanded .s {
    display: none;
}
.btn-load-more.expanded .h {
    display: block;
}
.icon-colorful {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4gIDxwYXRoIGZpbGw9IiM0RkIxMzMiIGQ9Ik04IDBoNnY2SDh6Ii8+ICA8cGF0aCBmaWxsPSIjRTQyOTY2IiBkPSJNMCA4aDZ2NkgweiIvPiAgPHBhdGggZmlsbD0iIzIwQTJEQiIgZD0iTTAgMGg2djZIMHoiLz4gIDxwYXRoIGZpbGw9IiNGNUIyMUIiIGQ9Ik04IDhoNnY2SDh6Ii8+PC9zdmc+);
}
.expanded .icon-colorful {
    display: none;
}
.has-loadmore .more-child {
    display: none;
}
.has-loadmore.on .more-child {
    display: block;
}
/*
@media (max-width: 1199px){
    .has-loadmore > div:not(.load-more) {
        display: none;
    }
    .has-loadmore > div:nth-child(1),
    .has-loadmore > div:nth-child(2),
    .has-loadmore > div:nth-child(3),
    .has-loadmore > div:nth-child(4) {
        display: block;
    }
    .has-loadmore.on > div:not(.load-more) {
        display: block;
    }
} */
.player-box {
    width: 100%;
    margin: 0 auto;
    /* display: flex; */
    /* flex-direction: column; */
}

.player-box > .iframe-ratio > .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
}
.player-box > .iframe-ratio > .iframe-wrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    background-color: black;
}
.card-body.has-thumb {
    position: relative;
    padding-right: 80px !important;
}
.card-body.has-thumb .author-thumbnail {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}
.card-text {
    color: rgba(0,0,0,.65);
}
/*
.card-row
*/
.card {
    border-radius: 0;
}
.card-row .card {
    flex: 1 0 100% !important;
}
.card-row .card {
    border-radius: 0;
    border-bottom-width: 0;
}
 .card-row .card-col-12 {
    border-color: rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
 }
 .sub-list .card-row .card {
    border-left-width: 0;
    border-top-width: 0;
    border-bottom-width: 1px;
 }
 .sub-list .list-name h4 {
    font-weight: 600;
 }
@media (min-width: 576px) {
    .card-row .card-col-sm-6 {
        flex: 1 0 50% !important;
        max-width: 50%;
    }
    .card-row .card-col-sm-6:nth-child(1) {
        border-left-width: 0;
    }
    .card-row .card-col-sm-6:nth-child(1),
    .card-row .card-col-sm-6:nth-child(2) {
        border-top-width: 0px;
    }
/*     .card-row .card-col-sm-6:not(:nth-child(2n+1)) {
        border-left: 0;
    }
    .card-row .card-col-sm-6:nth-child(2n+1) {
        border-left: 1px solid rgba(0,0,0,.125);
    } */
}
@media (min-width: 768px) {
    .card-row .card-col-md-4 {
        flex: 1 0 33.333% !important;
        max-width: 33.333%;
    }
    .card-row .card-col-md-4:nth-child(1),
    .card-row .card-col-md-4:nth-child(2),
    .card-row .card-col-md-4:nth-child(3) {
        border-top-width: 1px;
    }
    .card-row .card-col-md-4:nth-child(3n) {
        border-right: 0;
    }
    .card-row .card-col-md-4:nth-child(3n+1) {
        border-left: 0;
    }
    .card-row .card-col-md-4:not(:nth-child(3n+1)) {
        border-left: 0;
    }
    
}

/* Navbar */
.navbar {
    min-width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 7px rgba(0,0,0,.22);
}
.navbar:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    top: 47px;
    left: 0;
    right: 0;
}
.navbar .spacing {
    /* width: 3rem; */
}
.navbar-toggler {
    border: none;
    padding-right: .25rem;
    padding-left: .25rem;
}

.navbar-toggler-icon {
    width: 1.35em;
    height: 1.35em;
}
.navbar-brand {
    margin-right: 0;
}
.navbar-brand > a{
    margin-top: 6px;
    display: inline-block;
    text-indent: -9999px;
    background-image: url(../../images/logos@2x.png);
    background-repeat: no-repeat;
    background-size: 120px auto;
}
.navbar-brand > a.hd {
    width: 98px;
    height: 28px;
    background-position: 0 -33px;
}
.navbar-brand > a.ent {
    width: 120px;
    height: 28px;
}
.navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
}
.navbar-nav .nav-link:link {
    color: rgba(0,0,0,.75);
}
.navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}
.btn-login {
    position: relative;
    padding-left: 2.75rem;
    padding-right: 1rem;
    color: rgba(0,0,0,.75);
    font-weight: 500;
}
.btn-login:hover {
    color: rgba(0,0,0,1);
}
.btn-login:before,
.btn-login:after {
    content: "";
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,.1);
}
.btn-login > i {
    position: absolute;

    margin-top: -5px;
    font-size: 30px;
    color: #E9605C;
}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 1199px) {
    .navbar-nav {
        padding-top: .25rem;
        padding-bottom: .25rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .btn-login {
        position: relative;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 2rem;
        width: 100%;
    }
    .btn-login:before {
        display: block;
        width: 100%;
        height: 1px;
        top: -0.5rem;
        left: 0;
        right: 0;
    }
    .btn-login > i {
        margin-left: -2.8rem;
        left: 50%;
    }
}
@media (min-width: 1200px) {
    .navbar:before {
        display: none;
    }
    .navbar-brand {
        margin-right: 1.5rem;
    }
    .navbar-brand > a{
        margin-right: 10px;
        background-size: 180px auto;
    }
    .navbar-brand > a.hd {
        width: 147px;
        height: 40px;
        background-position: 0 -50px;
    }
    .navbar-brand > a.ent {
        width: 180px;
        height: 40px;
    }
    .navbar-nav .nav-item.active {
        position: relative;
    }
    .navbar-nav .nav-item.active:after {
        content: "";
        /* #E9605C */
        position: absolute;
        bottom: -7px;
        left: 0.6rem;
        right: 0.6rem;
        width: calc(100% - 1.2rem);
        height: 3px;
        background-color: #E9605C;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
    .btn-login > i {
        left: .75rem;
    }
    .btn-login:before,
    .btn-login:after {
        display: block;
        top: 0;
        margin-top: -10px;
        width: 1px;
        height: 56px;
    }
    .btn-login:before {
        left: 0;
    }
    .btn-login:after {
        right: 0;
    }
}
/* End Global */

/* .main */
/* Start Home Page */
.idx-section {
    margin-bottom: 1rem;
}
.idx-section .sec-title {

}
.idx-section .sec-title .icon {

}
.card-group .card {
    overflow: hidden;
}
.card-group .card .card-head {
    position: relative;
    padding: 1rem 3.25rem 0 1rem;
}
.card-group .card .card-head h5,
.card-group .card .card-head .h5 {
    margin-bottom: 0;
}
.card-group .card .card-img {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}
.card-group .card .card-body {
    padding: 1rem;
}
.tv-icon {
    position: absolute;
    top: 0;
    right: -7px;
    width: 100px;
    height: 40px;
    transform: rotate(45deg);
    transform-origin: bottom;

}
.tv-icon:after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -50%;
    content: "";
    width: 200%;
    height: 0;
    padding-top: 100%;
    background-color: white;
    box-shadow: 0 1px 7px rgba(0,0,0,.2);
}
.tv-icon i {
    position: relative;
    z-index: 1;
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 45px;
    background-image: url(../../images/tv-icons.png);
    background-repeat: no-repeat;
    background-position: center 200%;
    background-size: auto 300%;
}
.tv-icon.jade:after,
.tv-icon.j2:after {
    background: linear-gradient(#fff, #ddd);
}
.tv-icon.nowtv:after {
    background: black;
}
.tv-icon.jade i {
    background-position: center 0%;
}
.tv-icon.j2 i {
    background-position: center 50%;
}
.tv-icon.nowtv i {
    background-position: center 100%;
}
.card-text .date,
.card-text .category,
.card-text .link {
    font-size: .9rem;
}
span .material-icons {
    top: 4px;
    position: relative;
    font-size: 1.15rem;
    line-height: .75;
}

/* .sec-header */
.idx-section .sec-name {
    position: relative;
    margin-top: .25rem;
    margin-bottom: .5rem;
    padding-top: 11px;
    padding-left: 50px;
    height: 50px;
}
.idx-section .sec-name .icon {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url(../../images/section-icons@2x.png);
    background-repeat: no-repeat;
    background-size: auto 50px;
}
.idx-section .sec-name a.h3 {
    font-weight: 600;
}
.sec-name .icon-ent {
    background-position: 0 0;
}
.sec-name .icon-movie {
    background-position: -50px 0;
}
.sec-name .icon-tv {
    background-position: -100px 0;
}
.sec-name .icon-star {
    background-position: -150px 0;
}
.sec-name .icon-celebrity {
    background-position: -200px 0;
}
/* idx-section focus */

.idx-section.focus {
    margin-top: 10px;
}
.hot-keywords {
    margin-top: .75rem;
    text-align: center;
    height: 34px;
    overflow: hidden;
}
.hot-keywords > dl {
    display: inline-block;
    margin: 0;
    padding: .25rem 1rem;
    height: 34px;
    overflow: hidden;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 30px;
}
.hot-keywords > dl > * {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.hot-keywords > dl .material-icons {
    color: #E9605C;
    position: relative;
    top: 5px;
    line-height: .75rem;
}
.hot-keywords > dl a {
    margin-right: .25rem;
    color: rgba(0,0,0,.75);
}
.hot-keywords > dl a:hover {
    color: rgba(0,0,0,1);
}
.idx-section.focus .module-wrap {
    /* display: none; */
    background-color: rgba(255,255,255,1);
    overflow: hidden;
    margin-bottom: .75rem;
    position: relative;
}
.focus-layout {
    margin-top: .75rem;
}
.focus-layout .module-wrap.ads {
    display: block;
}

.idx-section.focus .module-meta-info {
    pointer-events: none;
    padding: 1rem;
}
.idx-section.focus .module-meta-info a {
    pointer-events: auto;
}
.idx-section.focus .module-meta-info .title a {
    text-decoration: none;
/*     font-weight: 600; */
}
.idx-section.focus .module-meta-info .date{
    margin-left: .15rem;
        font-size: .9rem;
        color: #868e96;
}
@media (max-width: 767px) {
    .idx-section .sec-name {
        transform: scale(.9);
        transform-origin: left center;
    }
    .idx-section.focus .module-wrap.ads {
        margin: 0 auto .75rem auto;
    }
}
@media (min-width: 768px) {   
    .idx-section.focus {
        margin-bottom: 0;
    } 
    .idx-section.focus .module-wrap.main-news .module-meta-info:after {
        content: "";
        position: absolute;
        z-index: 0;
        top: -2rem;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        background-image: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.5), rgba(0,0,0,0));
    }
    .idx-section.focus .module-wrap.main-news .module-meta-info > * {
        position: relative;
        z-index: 1;
    }
    .idx-section.focus .module-wrap.main-news .module-meta-info {
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        color: #fff;
        text-align: left;
        pointer-events: none;
    }
    .idx-section.focus .module-wrap.main-news .module-meta-info a,
    .idx-section.focus .module-wrap.main-news .module-meta-info .date { 
        color: #fff;
    }
    .idx-section.focus .module-wrap.main-news .module-meta-info .h4 {
        
    }
    .idx-section.focus .module-wrap.main-news .module-meta-info .h4 {
        width: 70%;
        font-size: 2.15rem;
        font-weight: 600;
        line-height: 1.15;
        max-height: 4.9rem;
    }
    .idx-section.focus .container:after {
        content: "";
        display: table;
        clear: both;
    }
    .idx-section.focus .module-wrap.main-news {
        width: 100%;
        float: left;
    }
    .idx-section.focus .module-wrap.ads,
    .idx-section.focus .module-wrap.paco {
        float: left;
        width: 300px;
        margin-left: 42.6px;
    }
    .idx-section.focus .module-wrap.paco {
        height: 250px;
    }
    .module-wrap.paco .card-body.has-thumb {
        padding-top: 1.25rem;
    }
    .module-wrap.paco .card-body.has-thumb .author-thumbnail {
        top: 0.75rem;
    }

   
}
@media (min-width: 1200px) {
    .main {
        padding-top: 3.5rem;
        padding-bottom: 1.5rem;
    }
    .hot-keywords {
        margin-top: 1rem;
    }
    
    .idx-section.focus .module-wrap.main-news {
        width: 800px;
    }
    .idx-section.focus .module-wrap.main-news .scl-xs-16x10 {
        padding-bottom: 64%;
    }
    .idx-section.focus .module-wrap.main-news .module-meta-info .h4 {
        width: 70%;
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 1.2;
        max-height: 5.4rem;
    }
    .idx-section.focus .module-wrap.main-news .module-meta-info {
        padding: 1.5rem;
    }
    .idx-section.focus .module-wrap.ads,
    .idx-section.focus .module-wrap.paco {
        float: right;
        margin-left: 0;
    }
    .focus-layout {
        margin-top: 1rem;
        width: 100%;
        height: 366px;
        position: relative;
    }
    
}


/* .idx-section.movie */
.idx-section.movie .sec-content {
    background-color: #3a3a3a;
    box-shadow: inset 0 0 7px rgba(0,0,0,.25);
}
#movieScrollList {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 100%; /* Or whatever you want (e.g. 400px) */
}
.movie-scroll-list {
    white-space: nowrap;
    line-height: 0;
}
.movie-scroll-list .img {
    display: inline-block;
    padding: 0 .35rem;
    width: 180px;
}
.movie-scroll-list .img .icover {
    box-shadow: 0 0 7px rgba(0,0,0,.25), 0 2px 5px rgba(0,0,0,.25);
}
#tvProgramList .ps__scrollbar-x-rail,
#starNewsList .ps__scrollbar-x-rail,
#carouselCelebrityInner .ps__scrollbar-y-rail,
#movieScrollList .ps__scrollbar-y-rail {
    display: none !important;
}
.entps.ps > .ps__scrollbar-x-rail {
    opacity: 1;
}
.entps.ps > .ps__scrollbar-y-rail {
    opacity: .5;
}
.entps.ps.ps--active-x:hover > .ps__scrollbar-x-rail,
.entps.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail,
.entps.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail,
.entps.ps.ps--active-y:hover > .ps__scrollbar-y-rail,
.entps.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail,
.entps.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: transparent;
}
.entps.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    opacity: .9;
    background-color: #E9605C;
}
.entps.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.entps.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,.entps.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #E9605C;
}
.entps.ps.ps--theme_default:not(.ps--active-x) .movie-scroll-list  {
    text-align: center;
}

/* .idx-section.poco */
.idx-section.tv {

}

.idx-section.poco {

}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {
    #tvProgramList {
        position: relative;
        height: 769px;
        overflow: hidden;
    }
    .idx-section.poco .card {
        height: 370px;
    }
    #starNewsList {
        position: relative;
        height: 382px;
        overflow: hidden;
    }
    .idx-section.tv {
        float: left;
        margin-right: 1rem;
        width: calc(100% - 340px - 1rem);
    }
    .idx-section.poco,
    .idx-section.star-news {
        width: 340px;
    }
    .idx-section.poco {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    #tvProgramList.has-loadmore .more-child,
    #starNewsList.has-loadmore .more-child {
        display: block;
    }
}
/* .idx-section.star-news */
.idx-section.star-news .card-group {
    border-top: 4px solid #f8ba12;
}
.idx-section.star-news dl,
.idx-section.star-news dl dd {
    margin-bottom: 0;
}
.idx-section.star-news dl dd {
    position: relative;
    padding-left: 1.5rem;

}
.idx-section.star-news dl dd .material-icons {
    position: absolute;
    top: .4rem;
    left: 0;
    width: 1rem;
    text-align: center;
}
/* .idx-section.celebrity-interview */
#carouselCelebrity {
    background: #e3e0df url(../../images/bg-gray.png) repeat top left;
    padding: 0 .5rem;
}
#carouselCelebrity .row {
    margin: 0;
}
#carouselCelebrity .row.d-flex.flex-nowrap {
    margin: 0;
}
#carouselCelebrity .col-md-3 {
    padding: 0;
}
#carouselCelebrityInner.entps.ps {
    padding: .5rem 0;
}

.celebrity-thumbnail .module-wrap {
    position: relative;
    margin: .45rem;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0,0,0,.25),
                0 2px 5px rgba(0,0,0,.25);
}
.celebrity-thumbnail .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
    pointer-events: none;
    color: rgba(255,255,255,0);
}
.celebrity-thumbnail .title a {
    position: relative;
    z-index: 2;
    padding: 0 .75rem;
    pointer-events: auto;
    color: rgba(0,0,0,.95);
}
.celebrity-thumbnail .title a:hover {
    color: rgba(0,0,0,1);
}
.celebrity-thumbnail .title:before,
.celebrity-thumbnail .title:after {
    content: "";
    position: absolute;
    left: -0.1rem;
    right: -0.1rem;
    bottom: -2rem;
}
.celebrity-thumbnail .title:before {
    z-index: 1;
    top: -1.5rem;
    background-color: currentColor;
    transform: skewY(-5deg);
}
.celebrity-thumbnail .title:after {
    z-index: 0;
    top: -1.9rem;
    background-color: rgba(255,255,255,.75);
    transform: skewY(-8deg);
}
@media (max-width: 767px){

    #carouselCelebrity .celebrity-thumbnail {
        width: 200px;
    }
    #carouselCelebrity .carousel-control-prev,
    #carouselCelebrity .carousel-control-next,
    #carouselCelebrity .carousel-indicators {
        display: none;
    }
}
@media (min-width: 768px){
    #carouselCelebrity {
        padding: 1rem;
    }
    #carouselCelebrityInner.entps.ps {
        padding: 0;
    }
    #carouselCelebrity .carousel-control-prev {
        opacity: 1;
        text-align: left;
        justify-content: flex-start;
    }
    #carouselCelebrity .carousel-control-next {
        opacity: 1;
        text-align: right;
        justify-content: flex-end;
    }
    #carouselCelebrity .carousel-control-prev:after,
    #carouselCelebrity .carousel-control-next:after {
        position: absolute;
        z-index: 0;
        content: "";
        width: 30px;
        height: 60px;
        background-color: #E9605C;
        box-shadow: 0 0 7px rgba(0,0,0,.35);
    }
    #carouselCelebrity .carousel-control-prev:after {
        border-radius: 0 60px 60px 0;
        top: 50%;
        margin-top: -30px;
        left: 0;
    }
    #carouselCelebrity .carousel-control-next:after {
        border-radius: 72px 0 0 72px;
        top: 50%;
        margin-top: -30px;
        right: 0;
    }
    #carouselCelebrity .carousel-control-prev-icon,
    #carouselCelebrity .carousel-control-next-icon {
        position: relative;
        z-index: 1;
        width: 30px;
        height: 40px;
        background-size: 40px auto;
        background-image: url(../../images/arrow-icons@2x.png);
        background-position: top center;
    }

    #carouselCelebrity .carousel-control-next-icon {
        background-position: bottom center;
    }
    #carouselCelebrity .carousel-indicators li {
        background-color: rgba(58, 58, 58, .5)
    }
    
    #carouselCelebrity .carousel-indicators .active {
        background-color: #E9605C;
    }
    #carouselCelebrity .carousel-indicators {
        bottom: 0;
        margin-bottom: .5rem;
    }
}
@media (min-width: 1200px){
    #carouselCelebrity {
        padding: 1.5rem 3rem;
    }
    .celebrity-thumbnail .module-wrap {
        margin: .61rem;
    }
    #carouselCelebrity .carousel-control-prev:after,
    #carouselCelebrity .carousel-control-next:after {
        width: 36px;
        height: 72px;
    }
    #carouselCelebrity .carousel-control-prev:after {
        border-radius: 0 72px 72px 0;
    }
    #carouselCelebrity .carousel-control-next:after {
        border-radius: 72px 0 0 72px;
    }
    #carouselCelebrity .carousel-control-prev-icon,
    #carouselCelebrity .carousel-control-next-icon {
        margin-top: 13px;
        width: 36px;
        height: 45px;
        background-size: 45px auto;
    }
    #carouselCelebrity .carousel-indicators {
        margin-bottom: .75rem;
    }
    .celebrity-thumbnail .title {
        padding: .35rem 0;
    }

}
#footer {
    position: relative;
    z-index: 1;
    background-color: #efefef;
}
.footer-info {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    background-color: #e9605c;
    text-align: center;
    letter-spacing: .05rem;
}
.footer-logos {
    margin-bottom: 1.5rem;
}
.footer-logos .logo {
    height: 40px;
    width: 115px;
    display: inline-block;
    text-indent: -9999px;
    background-image: url(../../images/footer-logos@2x.png);
    background-size: auto 900%;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-logos .logo.stg {
    width: 100px;
    background-position: center 0%;
}
.footer-logos .logo.std {
    width: 110px;
    background-position: center 12.5%;
}
.footer-logos .logo.ts {
    width: 105px;
    background-position: center 25%;
}
.footer-logos .logo.hd {
    width: 125px;
    background-position: center 37.5%;
}
.footer-logos .logo.et {
    width: 100px;
    background-position: center 50%;
}
.footer-logos .logo.ew {
    width: 130px;
    background-position: center 62.5%;
}
.footer-logos .logo.hdf {
    width: 150px;
    background-position: center 75%;
}
.footer-logos .logo.hj {
    width: 130px;
    background-position: center 87.5%;
}
.footer-logos .logo.sto {
    width: 120px;
    background-position: center 100%;
}
.footer-info a,
.footer-info a:hover {
    color: #fff;
}
.footer-info p {
    margin-bottom: .5rem;
}
.footer-info p > span {
    display: inline-block;
}

@media (max-width: 1199px){
    .footer-info > .container {
        padding: 0;
        max-width: 600px;
    }
}
@media (max-width: 767px){
    .footer-info > .container {
        padding: 0;
        max-width: 320px;
    }
}


/* sub page */
.entry-crumbs {
    padding: .75rem 0;
    font-size: .9rem;
    color: rgba(0,0,0,.5);
}
.entry-crumbs a {
    color: rgba(0,0,0,.5);
}
.entry-crumbs .material-icons {
    position: relative;
    top: 1px;
    font-size: .9rem;
}
.sub-main {

}
.sub-sidebar {
    margin-bottom: 1rem;
}
.sub-list {
    background-color: white;
}
.sub-list .list-name {
    color: rgba(0,0,0,.75);
}
.sub-list .module-wrap.card {
    border-top: 0;
}
.sub-list .module-wrap .card-img {
    padding: 1rem 0 1rem 1rem;
}
.sub-list .module-wrap .card-body {
    padding: 1rem;
}
.sub-list .cel-thumbs:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.125);
}
.sub-list .cel-thumbs .thumbs.row {
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.sub-list .celebrity-thumbnail {
    margin-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
}
.sub-list .celebrity-thumbnail .module-wrap {
    margin: 0;
    box-shadow: none;
}
.sub-list .movie-list {
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.sub-list .movie-list div[class*="col-"] {
    padding-left: .5rem;
    padding-right: .5rem;
}
.sub-list .movie-list .module-wrap > a {
    position: relative;
    display: block;
}

.sub-list .movie-list a .date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.75);
}
.sub-list .movie-list .load-more {
    margin-left: -.5rem;
    margin-right: -.5rem;
    width: auto;
    flex: 1 0 100%;
}
@media (max-width:767px){.hidden-xs{display:none!important}}
@media (max-width: 374px) {
    .sub-list .module-wrap .card-img .icover {
        width: 105px;
        padding-bottom: 75%;
    }
}
@media (max-width: 576px) {
    .sub-list .movie-list >div:not(:first-child) .module-wrap:after {
        content: "";
        position: absolute;
        z-index: 0;
        left: -1rem;
        right: -1rem;
        top: -.5rem;
        border-top: 1px solid rgba(0,0,0,.125);
    }
}
@media (max-width: 767px) {
    .sub-list .module-wrap .card-img {
		flex: 1 0 60%;
    }
    .sub-list .module-wrap .card-des {
        display: none;
    }
    .sub-list .movie-list .module-wrap {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .sub-list .movie-list .module-wrap > * {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .sub-list .movie-list .module-wrap > a {
        width: 110px;
        margin-right: 1rem;
        max-width: 100px;
    }
    .sub-list .movie-list .module-wrap .date {
        font-size: .9rem;
    }
    .sub-list .movie-list .module-wrap > .title {
        margin: .5rem 0;
    }
    .sub-list .movie-list .module-wrap > .title a {
        max-height: 4.125rem;
        -webkit-line-clamp: 3;
    }
}
@media (min-width: 768px) {
    .sub-list .module-wrap .card-img {
        flex: 1 0 255px;
        max-width: 255px;
    }
}
@media (min-width: 1200px) {
    .sub-main {
        width: 746px;
        margin-right: 1.5rem;
    }
    .sub-list .module-wrap .card-title {
        padding-top: .25rem;
    }
    .sub-list .module-wrap .card-des {
        margin-bottom: .75rem;
    }
	.sub-sidebar  {
		width: 340px;
	}
	.sub-sidebar .top {
		top: 72px;
	}

}

#newsDetail {
    padding: 1rem;
}
#newsDetail header {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
#newsDetail header h1,
#popnewsDetail header h1 {
    line-height: 1.2;
    font-weight: bold;
}
#newsDetail header .date,
#popnewsDetail header .date {
    height: 32px;
    line-height: 32px;
}
#newsDetail .content,
#popnewsDetail .content {
    line-height: 1.8;
    color: rgba(0,0,0,.75);
}
#newsDetail .content a,
#popnewsDetail .content a {
    display: block;
}
#newsDetail .content img,
#popnewsDetail .content img {
    max-width: 100%;
}
#newsDetail .content figure img,
#popnewsDetail .content figure img {
    width: 100%;
    height: auto;
}
#newsDetail .content figcaption,
#popnewsDetail .content figcaption {
    line-height: 1.2;
    font-size: .9rem;
    background-color: #e9605c;
    color: #fff;
    font-weight: normal;
    padding: .25rem;
}
#newsDetail footer dl dt,
#popnewsDetail footer dl dt {
    margin-bottom: 1rem;
    padding: 1rem 0;
}
#newsDetail footer dl dt .icons-heart,
#popnewsDetail footer dl dt .icons-heart {
    position: relative;
    top: .45rem;
    display: inline-block;
    width: 40px;
    height: 50px;
    background-image: url(../../images/icons@2x.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: center 10px;
}
#newsDetail footer dl dd a,
#popnewsDetail footer dl dd a {
    font-size: 1.1rem;
    font-weight: 500;
}
#popnewsDetail {
    padding-bottom: 1rem;
}
#popnewsDetail header {
    margin-top: 1rem;
    padding-bottom: 1rem;
}
#popnewsDetail .content {
    padding-top: 1rem;
}
#popnewsDetail footer {
    margin-bottom: 1rem;
}
#popnewsDetail header,
#popnewsDetail .content,
#popnewsDetail footer {
    margin-left: 1rem;
    margin-right: 1rem;
}
.detail-pagination {
    padding: 1.5rem 0;
}
.detail-pagination a {
    flex: 1 0 100%;
}
.detail-pagination a i {
    flex: 0 0 45px;
    height: 50px;
    background-image: url(../../images/icons@2x.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
}
.detail-pagination a i.icon-prev {
    background-position: center -50px;
}
.detail-pagination a i.icon-next {
    background-position: center -100px;
}
.detail-section {
    padding: 1rem;
}
.detail-section .row {
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.detail-section div[class*="col-"] {
    padding-left: .5rem;
    padding-right: .5rem;
}



@media (min-width: 768px){
    #newsDetail {
        padding: 2rem 3rem;
    }
    #popnewsDetail header {
        margin-top: 1.5rem;
    }
    #popnewsDetail footer {
        margin-bottom: 2rem;
    }
    #popnewsDetail header,
    #popnewsDetail .content,
    #popnewsDetail footer {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .detail-pagination a {
        max-width: 50%;
    }
    .detail-pagination a.next span {
        text-align: right;
    }
    .detail-pagination .icon-next {
        order: 2;
    }
    .detail-section {
        padding: 2rem 3rem;
    }
}

/* movie detail */
#movieDetail,
#movieDetail .main,
#movieDetail #footer {
    background-color: #3a3a3a;
}
#footer .footer-logos .footer-logos-wrap {
    background-color: #EFEFEF;
}
#movieDetail .video-wrap {
    /* width: 300px; */
    background-color: black;
}
*[data-toggle="modal"],
*[data-toggle="modal"] button {
    cursor: pointer;
}
#movieDetail .modal-backdrop {
    background-color: #1e1e1e;
}
#movieDetail .modal-backdrop.show {
    opacity: .87;
}
#movieDetail .modal {
    text-align: center;
    padding: 0!important;

}

#movieDetail .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#movieDetail .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 1.5rem);
    margin: 10px auto;
    background-color: black;
}
#movieDetail .modal-content {
    background-color: black;
}

#movieDetail .navbar {
    background-color: rgba(0,0,0,.5) !important;
    transition: background-color .35s ease-in-out;
}
#movieDetail .navbar .navbar-toggler-icon {

}
#movieDetail .navbar.bg-deepen {
    background-color: rgba(0,0,0,.95) !important;
}
#movieDetail .navbar a {
    color: rgba(255,255,255,1)
}
#movieDetail .main {
    padding-top: 0;
    padding-bottom: 0;
}
#movieDetail .top-area {
    position: relative;
    max-height: 800px;
    color: #fff;
	background-color: rgba(0,0,0,.12);
}
#movieDetail .top-area > .container > div:not(.video-list) {
    margin-bottom: 80px;
}
#movieDetail .top-area > * {
    position: relative;
    z-index: 1;
}
#movieDetail .top-area .big-banner {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#movieDetail .top-area .big-banner:before {
    content: "";
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
#movieDetail .top-area .movie-name {
    padding-top: 6rem;
}
#movieDetail .top-area h1 {
    font-size:2.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
#movieDetail .top-area .btngroup button.btn {
    margin-right: .5rem;
    margin-bottom: 1rem;
    color: #fff;
    border: 1px solid rgba(255,255,255,1);
    background-color: transparent;
}
#movieDetail .top-area .btngroup button.btn-gift {
    background-image: linear-gradient(to bottom, #ef5252, #f43737);
    border: 1px solid rgba(255,255,255,0);
    border: none;
}
#movieDetail .video-list ul {
    list-style: none;
}
#movieDetail .video-list .img {
    margin-bottom: .35rem;
}
#movieDetail .video-list h6 {
    font-weight: normal;
}
#movieDetail .video-list h6 span {
    padding: .35rem 0;
}
#movieDetail .video-list h6 span:last-child {
    font-size: .9rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: .25rem;
    background-color: rgba(0,0,0,.9);
}
#movieDetail .video-list li {
    position: relative;
    margin-bottom: 1rem;
}
#movieDetail .video-list .btn-play {
    position: absolute;
    top: 0;
    left: 15px;
    padding: .2rem;
    padding-left: 1.5rem;
    padding-right: .5rem;
    color: #fff;
    border-radius: 0;
    background-color: #E9605C;
    font-size: .9rem;
}
#movieDetail .video-list .btn-play i {
    top: .35rem;
    left: .1rem;
    position: absolute;
    font-size: 1.5rem;
    line-height: .5;
}

#movieDetail .movie-detail {
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,1);
    background-color: #3a3a3a;
}
#movieDetail .movie-detail .section-name {
    padding-top: .5rem;
    line-height: 2;
    font-weight: 400;
}
#movieDetail .movie-detail section.intro .section-content {
    margin-bottom: 1rem;
    padding: .5rem 1rem .5rem 0;
    border: 3px solid rgba(255,255,255,.075);
}
#movieDetail .movie-detail .table td, #movieDetail .movie-detail .table th {
    border-top: none;
}
#movieDetail .movie-detail section.intro .table {
    margin-bottom: 0;
}
#movieDetail .movie-detail section.intro .table th {
    font-weight: 400;
    padding-right: 0;
    text-align: right;
}
#movieDetail .movie-detail section.intro .cover {
    flex: 1 0 22%;
    margin-top: 1rem;
}
.icover[data-fancybox="gallery"] {
    overflow: hidden;
}
.icover[data-fancybox="gallery"] > img {
    opacity: 0;
    width: 100%;
    outline: none;
}
#movieDetail .movie-detail section .item-name {
    font-weight: 400;
    line-height: 2;
}
#movieDetail .movie-detail section .item-name i {
    color: #e9605c;
}
#movieDetail .movie-detail section.intro .photos .row {
	margin-left: -9px;
	margin-right: -9px;
}
#movieDetail .movie-detail section.intro .photos .row > div[class*="col-"] {
    margin-bottom: 2rem;
	padding-left: 9px;
	padding-right: 9px;
}
#movieDetail .theaters {
    padding-bottom: 2rem;
}
#movieDetail .theaters .item  {
    padding-bottom: 1.5rem;
}
#movieDetail .theaters .item > h6 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 300;
}
#movieDetail .theaters .item > h6 i {
    position: relative;
    top: 3px;
    color: #e9605c;
}
#movieDetail .theaters .item > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#movieDetail .theaters .item > ul > li {
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-weight: 300;
}
@media (max-width: 767px) {
    #movieDetail .theaters .item > ul > li:nth-child(4n+1) {
        position: relative;
    }
    #movieDetail .theaters .item > ul > li:nth-child(4n+1) span {
        position: relative;
        z-index: 1;
    }
    #movieDetail .theaters .item > ul > li:nth-child(4n+1):after {
        content: "";
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 200%;
        left: 0;
        top: 0;
        background-color: #3f3f3f;
    }
	#movieDetail .movie-detail section.intro .section-content .d-flex .talbe-wrap {
		width: 350px;
	}
}
@media (min-width: 768px) {
    #movieDetail .top-area .movie-name {
        padding-top: 8rem;
    }
    #movieDetail .top-area h1 {
        font-size: 3rem;
    }
    #movieDetail .top-area .movie-des {
        width: 75%;;
    }
    #movieDetail .video-list li {
        margin-bottom: 1.75rem;
    }
    #movieDetail .video-list li .img {
        flex: 1 0 60%;
        margin-bottom: 0;
    }
    #movieDetail .video-list li .info {
        flex: 1 0 40%;
        padding-left: .5rem;
    }
    #movieDetail .video-list .btn-play {
        position: relative;
        left: 0;
        padding-top: .35rem;
        padding-bottom: .35rem;
        border-radius: 3px;
    }
    #movieDetail .video-list .btn-play i {
        top: .5rem;
    }
    #movieDetail .movie-detail section.intro .section-content {
        padding: 1rem 1.5rem 1rem .5rem;
		min-height: 400px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    #movieDetail .theaters .item > ul > li:nth-child(6n+1) {
        position: relative;
    }
    #movieDetail .theaters .item > ul > li:nth-child(6n+1) span {
        position: relative;
        z-index: 1;
    }
    #movieDetail .theaters .item > ul > li:nth-child(6n+1):after {
        content: "";
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 300%;
        left: 0;
        top: 0;
        background-color: #3f3f3f;
    }
	#movieDetail .movie-detail section.intro .section-content .d-flex .talbe-wrap {
		width: 550px;
	}
}
@media (min-width: 1200px) {
    #movieDetail .top-area .movie-name {
        padding-top: 10rem;
    }
    #movieDetail .top-area h1 {
        font-size:4.5rem;
    }
    #movieDetail .top-area .big-banner:before {
        top: 58px;
    }
    #movieDetail .video-list ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    #movieDetail .video-list li {
        padding-left: 10px;
        padding-right: 10px;
    }
    #movieDetail .video-list li .img {
        flex: 1 0 65%;
    }
    #movieDetail .video-list li .info {
        flex: 1 0 35%;
    }
    #movieDetail .movie-detail section.intro .section-content > div {
        position: relative;
    }
    #movieDetail .movie-detail section.intro .talbe-wrap {
        width: 830px;
    }
    #movieDetail .movie-detail section.intro .cover {
        position: absolute;
        right: 0;
        width: 220px;
    }
    #movieDetail .theaters {
        padding-bottom: 3rem;
    }
    #movieDetail .theaters .item > ul > li:nth-child(8n+1) {
        position: relative;
    }
    #movieDetail .theaters .item > ul > li:nth-child(8n+1) span {
        position: relative;
        z-index: 1;
    }
    #movieDetail .theaters .item > ul > li:nth-child(8n+1):after {
        content: "";
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 400%;
        left: 0;
        top: 0;
        background-color: #3f3f3f;
    }
    .content-related-news .list-name {
	   margin-bottom: 10px;
        font-weight: bold;

	}
	.content-related-news .list-name i {
		position: relative;
		top: 4px;
		margin-right: 5px;
		color: #eb5f58
	}
	.content-related-news > ul {
	   padding: 0;
	   margin: 0;
		font-size: 17px;
		list-style: none;
	}
	.content-related-news > ul > li {
		border-bottom: 1px solid rgba(0,0,0,.1);
		line-height: 1.45;
	}
	.content-related-news > ul > li > a {
	   display: block;
		padding: 6px 0;
	}