@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&display=swap');

/* Common style */
.p-15 {
    padding: 0 15px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.div-linear .linear {
    height: 1px;
    background-color: #ddd;
    margin: 0 8px;
}

.div-relative {
    position: relative;
    padding-bottom: 58%;
    width: 100%;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.subdiv-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.syzp article figure a {
    border-radius: 5px;
}

.etv-slider-list-items.slider-zypz {
    margin: 0;
    padding: 0;
}

.bg-light {
    background-color: #f6f3f9;
    padding: 30px 0;
}

.etv-slider-list-items.slider-zypz .item {
    display: table-column;
    height: auto;
    margin: 0 12px;
}

.etv-slider-list-items.slider-zypz .item figure,
.etv-slider-list-items.slider-zypz .item h3 {
    cursor: pointer;
}

.syzp-category-page figure span.premium,
.etv-slider-list-items.slider-zypz .item figure span.premium {
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    padding: 3px 10px 2px;
    text-transform: uppercase;
    background-color: #e48a44;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
}

.etv-slider-list-items.slider-zypz .item h3:hover {
    color: #0D73EA;
}

.etv-slider-list-items.slider-zypz .slick-prev,
.etv-slider-list-items.slider-zypz .slick-next {
    top: 38%;
    font-size: 8px;
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 67%);
    border-radius: 50%;
    border: 1px solid #e87f2d;
    text-align: center;
    z-index: 1;
}

.related-posts-row .etv-slider-list-items.slider-zypz .slick-prev,
.related-posts-row .etv-slider-list-items.slider-zypz .slick-next {
    top: 31%;
}

.etv-slider-list-items.slider-zypz .slick-prev {
    left: -13px;
}

.etv-slider-list-items.slider-zypz .slick-next {
    right: -15px;
}

.etv-slider-list-items.slider-zypz .slick-prev::before,
.etv-slider-list-items.slider-zypz .slick-next::before {
    display: block;
    width: 16px;
    margin-left: 6px;
    height: 16px;
}

.etv-slider-list-items.slider-zypz .slick-prev::before {
    margin-left: 15px;
}

body.etv-shenyun {
    background-color: #006266;
    background-image: url(/images/shenyun/celestial-court-bgd.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}

body.etv-shenyun .page_main_wrapper {
    background-color: transparent;
}

body.etv-shenyun .single-page {
    position: relative;
    background-color: rgba(32, 41, 80, 0.1);
    background-image: url(/images/shenyun/gradient-bg.png);
    background-repeat: repeat-x;
}

body.etv-shenyun .single-page::before {
    content: '';
    position: absolute;
    height: 132px;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 0%, #017578 0%, rgba(62, 87, 141, 0) 100%), linear-gradient(180deg, #006166 0%, #085762 100%);
}

body.etv-shenyun .single-page main {
    padding-top: 30px;
}

#etv-single-page.etv-shenyun .main-content {
    border-top: 0;
    padding: 0;
    margin: 0;
}

.etv-shenyun .content-single .post-inner {
    border-right: 0;
    padding: 0;
}

.etv-shenyun .single-page .content-single .featured-video {
    position: relative;
    padding-bottom: 56.25%;
}

.etv-shenyun .single-page .content-single .featured-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.etv-shenyun .content-single .featured_image .featured_caption {
    padding: 10px 15px 0;
    background-color: #fff;
}

.etv-shenyun .single-page .content-single .post-body {
    border-left: 0;
    padding: 5px 25px;
    background-color: #fff;
}

.etv-shenyun .single-page .content-single .post-body iframe {
    display: block;
}

.etv-shenyun .content-single .post-tag {
    background-color: #f8f8f8;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.box-category-shenyun-zuo-pin .read_more_cat {
    width: max-content;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
}

.box-category-shenyun-zuo-pin .read_more_cat .arrow_right {
    margin-left: 2px;
}

/* Style the tab */
.tabs-slider {
    position: relative;
}

.tags-post-section ul.nav-tabs,
.tabs-slider ul.tabs {
    padding-left: 0;
    list-style: none;
    text-align: center;
    border: 0;
    /* display: flex; */
    /* justify-content: center;  */
    margin-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.tabs-slider ul.tabs {
    margin: 0 12px 20px;
    justify-content: start !important;
}

.top-menu-tabs {
    position: relative;
    padding: 0 5px;
}

.arrow-overlay {
    display: block;
    width: 20px;
    height: 35px;
    background-image: linear-gradient(to right, rgb(255 255 255 / 34%), rgb(255 255 255));
    position: absolute;
    right: 0;
    top: 0;
}

.arrow-overlay.left {
    left: 0;
    right: unset;
    background-image: linear-gradient(to left, rgb(255 255 255 / 0%), rgb(255 255 255));
}

.arrow-overlay.right {
    right: 0;
    left: unset;
    background-image: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255));
}

.list-tags-title,
.nav-tab-slider {
    position: relative;
}

.paddles {
    display: none;
}

.btn-nav-scroll {
    position: absolute;
    top: 4px;
    left: -13px;
    font-size: 18px;
    cursor: pointer;
}

.btn-nav-scroll.btn-nav-next {
    left: unset;
    right: -15px;
}

.horizontal-scrolling-menu {
    overflow: auto;
}

.horizontal-scrolling-menu::-webkit-scrollbar {
    display: none;
}

.tags-post-section ul.nav-tabs li,
.tabs-slider ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    float: none;
}

.tags-post-section ul.nav-tabs li h2,
.tabs-slider ul.tabs li h2 {
    margin: 0 8px 0 0;
    padding: 3px 24px;
    color: #2a375b;
    border-radius: 30px;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
    line-height: 30px;
    font: 400 16px/25px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    border: 1px solid #CCC;
}

.tags-post-section ul.nav-tabs li h2:hover,
.tabs-slider ul.tabs li h2:hover {
    background-color: #f2f2f2;
}

.tags-post-section ul.nav-tabs li.current h2,
.tabs-slider ul.tabs li.current h2 {
    color: #fff;
    background-color: #29365c;
}

/* End common style */
#etv-category-page .category-page .container {
    max-width: 1004px;
}

#etv-category-page .nav-category {
    margin: 30px -15px 0 -15px;
}

#etv-category-page .main-content-category {
    padding-left: 0;
    width: calc(100% - 400px);
    padding-right: 20px;
}

.etv-shenyun .home-shen-yun-category .content-sidebar {
    width: 400px;
}

.home-shen-yun-category .row-category .etv-banners {
    margin-bottom: 15px;
}

.etv-shenyun .content-single .related-post-inner.sticky {
    top: 55px;
}

#etv-category-page .nav-category {
    margin: 30px 0 0;
}

#etv-category-page.etv-shenyun .category-page .container .row-category {
    margin: 0;
}

#etv-category-page.etv-shenyun .col-list-category-default {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0;
}

/* ETV SHENYUN HEADER */
/* ----------------------------------------- */
.etv-shenyun #header {
    /*height: 262px;*/
    margin-bottom: 0;
}

.shen_yun_sticky_bar {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 50px;
    z-index: 20;
    background-color: #006166;
    width: 100%;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.shen_yun_sticky_bar.fixed {
    display: block;
    position: fixed;
    top: 0;
    animation: smoothScroll 1s forwards;
    right: 0;
    line-height: 50px;
    z-index: 10;
    border-bottom: 1px solid #a9a9a9;
}

.shen_yun_sticky_bar .center_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.shen_yun_sticky_bar .edm_logo {
    width: 65%;
    display: inline-block;
    padding: 0px 0 5px;
}

.shen_yun_sticky_bar .edm_logo img {
    width: 158px;
    margin: 0 auto;
    display: block;
}

.shen_yun_sticky_bar .right_part,
.shen_yun_sticky_bar .left_part {
    white-space: nowrap;
    color: #fff;
}

.shen_yun_sticky_bar .shows_near {
    font-family: 'Barlow' !important;
    font-size: 14px;
    color: #202950;
    font-weight: 500;
    padding: 8px 10px;
    background: #fff;
    border-radius: 6px;
    text-transform: uppercase;
}

.shen_yun_sticky_bar .shenyun_social_share {
    padding-left: 8px;
}

.date-share {
    color: #CFCFCF;
    font: 500 15px/28px 'barlow', sans-serif;
    margin-bottom: 20px;
}

.date-share .shenyun_social_share {
    color: #CFCFCF;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    width: 95px;
    text-align: center;
    border-radius: 18px;
    margin-left: 25px;
}

.etv-shenyun #header .header-mid {
    width: 100%;
    transform: translate3d(0, 0, 0);
    margin: 0 !important;
}

.etv-shenyun .header-top {
    background-color: #006166 !important;
    padding: 5px 0 !important;
}

.etv-shenyun .top-left-menu {
    margin-top: 0 !important;
    width: 50% !important;
    float: left !important;
    color: #FFF !important;
}

.etv-shenyun .top-right-menu {
    margin-top: 0 !important;
    width: 50% !important;
    float: right !important;
    text-align: right !important;
}

.etv-shenyun header a {
    color: #FFF;
    line-height: 32px !important;
    font-family: 'Roboto Regular', sans-serif !important;
}

.etv-shenyun header a:hover {
    text-decoration: underline;
}

.etv-shenyun .header-mid {
    background-color: #006166 !important;
    padding: 0 !important;
}

.etv-shenyun .company_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.etv-shenyun .company_lists span a {
    margin: 0 5px;
    padding: 0 5px;
}

.etv-shenyun .company_lists span a:hover {
    background-color: #fff;
    color: #212121;
    padding: 7px 10px;
    text-decoration: none;
}

/* SLIDER */
/* ----------------------------------------- */
.shenyun-slide {
    padding: 5px 0 35px;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(180deg, #006265 0%, rgba(0, 98, 101, 0.83) 100%);
}

.shenyun-slide .slick-list {
    padding-bottom: 5px;
}

.shenyun-slide .container {
    max-width: 1070px;
}

.shenyun-slide .slider {
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.shenyun-slide .slick-slide {
    height: auto;
}

.etv-shenyun .etv-slider-list-items .slick-arrow {
    position: absolute;
    right: -15px;
    top: 32%;
    cursor: pointer;
    z-index: 3;
}

.etv-shenyun .etv-slider-list-items .slick-prev {
    left: -30px;
}

.etv-shenyun .etv-slider-list-items .slick-prev::before,
.etv-shenyun .etv-slider-list-items .slick-next::before {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: block;
    width: 26px;
    height: 26px;
}

.shenyun-slide .slick-dots {
    display: none !important;
}

.shenyun-slide .read_more_cat {
    border-top: none;
    margin-bottom: 0;
}

.shenyun-slide h2 {
    white-space: nowrap;
    font: 400 24px/26px Oswald, 'Roboto Bold', Arial;
    margin: 25px 0;
    color: #fff;
}

.shenyun-slide .one_slide {
    border-radius: 3px;
    width: 100%;
    margin: 0 5px;
    display: table-column;

}

.shenyun-slide .one_slide .image {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 62%;
    position: relative;
    background-color: #000;
}

.shenyun-slide .one_slide .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.shenyun-slide .one_slide p {
    font: 400 14px/23px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    color: #555;
    margin-bottom: 3px;
}

.shenyun-slide .one_slide p span {
    font: 400 13px/23px "Roboto Regular", Arial, sans-serif;
    font-style: italic;
}

.shenyun-slide .one_slide .title p {
    margin: 10px 0;
    font: 600 15px/22px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    padding-bottom: 15px;
    overflow: hidden;
    line-height: 23px;
    max-height: 67px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: #fff;
}

.shenyun-slide .one_slide .title a {
    color: #fff;
}

.etv-slider-list-items {
    background-color: transparent;
}

/* List posts */
.home-shen-yun-category,
.etv-shenyun .single-page main {
    background: linear-gradient(180deg, rgba(0, 98, 101, 0.83) 0%, rgba(0, 98, 101, 0) 30%);
}

.etv-shenyun .single-page .content-block {
    justify-content: center;
}

.etv-shenyun .single-page .content-block .wrap-content-block {
    width: 100%;
    padding: 0;
    border: 0;
}

.etv-shenyun .post_content>:not(.shortcode) {
    display: block;
    max-width: 600px;
    margin: 0 auto 15px;
}

.other-info-related {
    max-width: 600px;
    margin: 0 auto;
}

#etv-category-page .home-shen-yun-category .nav-category {
    border: 0;
}

.home-shen-yun-category .nav-category h1 {
    color: #fff;
    font: 400 24px/26px Oswald, 'Roboto Bold', Arial;
    letter-spacing: .5px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-shen-yun-category .main-content.main-content-category {
    border-right: 0;
}

#etv-single-page .content-sidebar .post-head .title,
.home-shen-yun-category .content-sidebar .post-head .title {
    color: #fff !important;
}

#etv-category-page.etv-shenyun .container {
    max-width: 1300px;
}

#etv-category-page.etv-shenyun .infinite-scroll-request {
    background-color: transparent !important;
}

#etv-category-page.etv-shenyun .post-inner.post-inner-category {
    margin: 0;
}

#etv-category-page.etv-shenyun .main-post-inner article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.etv-shenyun .row-category .main-post-inner {
    border: 0;
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
}

.category-page .main-content-category .main-post-inner figure {
    margin-top: 0 !important;
}

#etv-category-page.etv-shenyun .category-page .main-content-category .post-list-category .list-article-post:first-child article {
    padding: 0;
}

.category-page .main-content-category .post-list-category .list-article-post article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
}

#etv-category-page.etv-shenyun .row-category .main-post-inner .post-info,
#etv-category-page.etv-shenyun .col-list-category-default .post-info {
    flex: 0 0 62%;
    padding: 15px 20px;
    margin: 0;
}

#etv-category-page.etv-shenyun .col-list-category-default figure {
    width: 38% !important;
}

#etv-category-page.etv-shenyun .row-category .main-post-inner .post-info h3,
#etv-category-page.etv-shenyun .col-list-category-default article .post-info .post-title {
    font: 300 20px/30px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
    max-height: 58px;
    overflow: hidden;
}

#etv-category-page.etv-shenyun .col-list-category-default .post-info .excerpt {
    font: 400 14px/21px "Roboto", Arial, sans-serif;
}

/* SIDEBAR */
/* ----------------------------------------- */
.etv-shenyun .single-page .content-single {
    width: calc(100% - 360px);
}

.etv-shenyun .single-page .content-sidebar {
    width: 340px;
}

#sidebar .trailer {
    padding-bottom: 15px;
}

.shenyun-ticket {
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}

.video_fit_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56%;
    border: 1px solid #ddd;
}

.video_fit_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sidebar .explore-shen-yun p a,
#sidebar .trailer .note {
    margin-top: 7px;
    font-weight: 700;
    line-height: 20px;
    font: 400 16px/21px "Roboto Bold", Arial, sans-serif;
    color: #FFF;
}

#sidebar .explore-shen-yun p {
    margin: 10px 0 30px;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

#sidebar .top_focus {
    margin: 20px 0;
    padding: 20px 40px;
    background-color: rgb(0 45 46 / 37%);
}

#sidebar .top_focus .post-head {
    border: 0;
    margin-bottom: 10px;
}

#sidebar .top_focus img {
    width: 100%;
}

#sidebar .top_focus .one_item {
    margin: 10px 0;
    padding-bottom: 10px;
}

#sidebar .top_focus .one_item .title {
    font: 600 14px/22px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    text-align: left;
}

#sidebar .top_focus .one_item .title p {
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
}

#sidebar .top_focus .one_item .title a {
    color: #fff !important;
    font: 300 18px/28px 'Merriweather', "Roboto Bold", Arial, sans-serif;
}

#sidebar .top_focus .one_item:last-child {
    border: 0;
}

#sidebar .top_focus .one_item .image {
    margin-bottom: 10px;
}

#etv-category-page.etv-shenyun .col-list-category-default figure a,
#sidebar .top_focus .one_item .image a {
    display: block;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

#etv-category-page.etv-shenyun .col-list-category-default figure img,
#sidebar .top_focus .one_item .image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.single-page #sidebar .top_focus .one_item .title {
    flex: 0 0 60%;
}

.etv-shenyun .subtitle-review p {
    color: #DFDFDF;
    text-transform: uppercase;
    font: 500 16px/28px 'barlow', sans-serif;
    border-bottom: 1px solid #056467;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.etv-shenyun .single-page h1.name {
    color: #fff;
    padding-bottom: 20px;
    max-width: 1040px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 45px;
}

.etv-shenyun .top-share-widget {
    margin-bottom: 25px;
}

.etv-shenyun .top-share-widget .epochshare-action {
    border: 1px solid #fff;
}

.etv-shenyun .top-share-widget .epochshare-top {
    color: #fff;
}

/* Footer */
.etv-shenyun #footer-single {
    background-color: #006167;
}

/* ========= SHEN YUN ZUO PIN STYLE ========= */
/* Shen Yun Zuo Pin style home page */
.syzp-category-page #mask_overlay {
    background-color: rgb(51 51 51 / 93%);
}

.sy-container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 15px;
}

.single-sy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.menu-left-custom-common .title-page .sy-logo img {
    width: 100%;
    max-width: 245px;
    margin: 15px auto 0px;
    display: block;
}

.box-category-shenyun-zuo-pin .section {
    padding: 30px 0 40px 0;
}

.box-category-shenyun-zuo-pin .section .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
}

.box-category-shenyun-zuo-pin .section .box-content .col-left {
    width: 70%;
    padding-right: 25px;
}

.box-category-shenyun-zuo-pin .section .box-content .col-left .block-title {
    position: relative;
}

.box-category-shenyun-zuo-pin .section .box-content .col-left .block-title h1 {
    margin: 15px 220px 10px 0;
}

.box-category-shenyun-zuo-pin .section .box-content .col-left .button-play-other {
    position: absolute;
    right: 0;
    top: -5px;
    background-color: #3823c6;
    padding: 5px 28px;
    border-radius: 30px;
    margin-left: 10px;
    cursor: pointer;
}

.box-category-shenyun-zuo-pin .section .box-content .col-left .button-play-other:hover {
    background-color: #241493;
}

.box-category-shenyun-zuo-pin .section .box-content .col-left .button-play-other a {
    color: #fff;
}

.box-category-shenyun-zuo-pin .section .box-content .col-left h1 {
    font: 700 16px/25px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    margin: 10px 0 10px;
}

.box-category-shenyun-zuo-pin .section .box-content .col-left p {
    color: #555;
    font-size: 15px;
}

.overlay__content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(5, 5, 5, 0.183);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.box-category-shenyun-zuo-pin .col-left .video-play-block .content {
    position: relative;
    padding-bottom: 57.25%;
    background-color: #f8f8f8;
}

.box-category-shenyun-zuo-pin .col-left .video-play-block .content iframe {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right {
    min-width: 300px;
    flex: 1;
    border-radius: 2px;
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right h2 {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    font: 700 16px/25px 'Merriweather', "Roboto Bold", Arial, sans-serif;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .shenyun-ticket {
    position: absolute;
    bottom: -21px;
    border: 0;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .col-right-video-play {
    height: 100%;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .list-videos-play {
    max-height: 100%;
    overflow: auto;
    border: 1px solid #ddd;

}

.box-category-shenyun-zuo-pin .section .box-content .col-right .item,
.box-category-shenyun-zuo-pin .section .box-content .col-right .item article {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .item {
    padding: 8px 2px;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .item.active {
    background-color: #f0f7ff;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .item figure {
    width: 38%;
    float: left;
    padding: 0 10px;
    position: relative;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .item figure span {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    width: 22px;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .item .info-box {
    float: right;
    width: 62%;
}

.box-category-shenyun-zuo-pin .section .box-content .col-right .item .info-box .post-title {
    margin-top: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    overflow: hidden;
}

.list-tags-title .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin-bottom: 15px;
}

.list-tags-title .tags::-webkit-scrollbar {
    display: none;
}

.list-tags-title .item a {
    font: 500 15px/24px 'Roboto Regular', Arial;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 0 3px;
    background-color: #f9f9f9;
    color: #000;
    font-size: 15px;
    display: block;
    text-transform: unset;
    white-space: nowrap;
}

.box-category-shenyun-zuo-pin .etv-slider-list-items .article-inner {
    position: relative;
    margin-bottom: 0;
}

.box-category-shenyun-zuo-pin .etv-slider-list-items .info-box {
    /* position: absolute;
    width: 100%;
    left: 0; */
}

.box-category-shenyun-zuo-pin .post-info .post-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Regular';
    line-height: 22px;
    margin: 10px 0 5px;
}

.box-category-shenyun-zuo-pin .post-info .post-title a:focus {
    outline: 0;
}

.box-category-shenyun-zuo-pin .section-customer-reviews .post-info .post-title {
    font-size: 18px;
}

.box-category-shenyun-zuo-pin .post-info .post-meta {
    font-size: 12px;
    margin-top: 9px;
}

.box-category-shenyun-zuo-pin .post-info .post-meta p {
    color: #555;
    font-size: 16px;
    margin-bottom: 5px;
}

.box-category-shenyun-zuo-pin .title-section {
    font: 500 28px/35px 'Barlow', sans-serif;
    text-align: center;
    margin-bottom: 34px;
    text-transform: uppercase;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-price .title-section {
    font-size: 22px;
}

.box-category-shenyun-zuo-pin .syzp-title {
    border-bottom: 2px solid #29365c;
    margin: 0 8px 15px;
    position: relative;
}

.box-category-shenyun-zuo-pin .syzp-title .title-section {
    margin: 0;
    padding: 4px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px;
    color: #fff;
    background-color: #29365c;
    width: max-content;
    /* min-width: 200px; */
}

.box-category-shenyun-zuo-pin .section-slide-descr {
    background-color: #e4dff9;
}

.box-category-shenyun-zuo-pin .image-bg img {
    width: 100%;
    max-width: 460px;
}

.box-category-shenyun-zuo-pin .flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-category-shenyun-zuo-pin .section-slide-descr h2.title-section {
    margin: 0 0 5px 0;
}

.box-category-shenyun-zuo-pin .section-slide-descr .descr-sub-title {
    color: #444;
    margin-bottom: 20px;
    font: 300 18px/28px serif;
    font-style: italic;
}

.box-category-shenyun-zuo-pin .section-slide-descr ul li {
    font: 300 21px/30px "Barlow", Arial, sans-serif;
    margin-bottom: 15px;
    color: #444;
}

.box-category-shenyun-zuo-pin h2.title-intro {
    font: 500 28px/39px 'Barlow', "Roboto Bold", Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.box-category-shenyun-zuo-pin .section-slider-comment {
    background-image: url(/wp-content/themes/etv4dt/shenyun/bg-syzp3.png);
    background-color: #e4dff9;
    background-repeat: no-repeat;
    padding: 25px 0 0 0;
}

.box-category-shenyun-zuo-pin .section-slider-comment .etv-slider-list-items.slider-zypz button {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    top: 48%;
}

.box-category-shenyun-zuo-pin .section-slider-comment .etv-slider-list-items.slider-zypz button::before {
    font-size: 3px;
    width: 3px;
    height: 3px;
}

.box-category-shenyun-zuo-pin .section-slider-comment .etv-slider-list-items.slider-zypz .slick-next::before {
    margin-right: 7px;
}

.box-category-shenyun-zuo-pin .section-slider-comment .etv-slider-list-items.slider-zypz .slick-prev::before {
    margin-left: 9px;
}

.box-category-shenyun-zuo-pin .section-slider-comment .item .block {
    background-color: #fff;
    padding: 20px;
    border-radius: 18px;
    height: 230px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.box-category-shenyun-zuo-pin .section-slider-comment .item .block p {
    font: 400 18px/25px 'Barlow', Arial, sans-serif;
    color: #212121;
    font-style: italic;
    text-align: center;
    width: 100%;
}

.box-category-shenyun-zuo-pin .section-slider-comment .item .block .customer {
    font-size: 15px;
    color: #555;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-price {
    background-color: #f7f4ff;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-block .image-bg img {
    float: right;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap .package-block {
    margin: 20px;
    padding: 20px;
    background-color: #e9e0f8;
    border-radius: 30px;
    width: 250px;
    height: 220px;
    position: relative;
    justify-content: center;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap .package {
    position: absolute;
    top: -18px;
    background-color: #fff;
    padding: 5px 24px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    font: 500 17px/24px "Roboto", Arial;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap .block-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap .block-price span.unit {
    font: 300 16px/24px "Roboto", Arial;
    vertical-align: top;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap .block-price span.price {
    font-size: 40px;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap .block-price a {
    display: block;
    width: 100%;
    border-radius: 30px;
    background-color: #5027fb;
    border: 1px solid #5027fb;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap .package-month .block-price a {
    background-color: transparent;
    color: #5027fb;
    border: 1px solid #5027fb;
}

.box-category-shenyun-zuo-pin .membership-annual-plan-wrap .discount {
    background-color: #af6017;
    color: #fff;
    display: block;
    width: 100px;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 10px;
}

.menu-left-custom-common .shenyun-zuo-pin ul {
    list-style: none;
    padding: 0;
}

.menu-left-custom-common .shenyun-zuo-pin ul li a {
    padding: 12px 10px 12px 20px;
    display: block;
    border-bottom: 0.8px solid #ddd;
    font-size: 15px;
    color: #444;
}

.menu-left-custom-common .shenyun-zuo-pin ul li.current-menu-item a {
    background-color: #f9f9f9;
}

.post-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-reviews .item {
    width: 50%;
}

.post-reviews .item article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 0 12px;
    display: flex;
}

.post-reviews .item article figure {
    width: 38%;
    cursor: pointer;
}

.section-customer-reviews .post-reviews .item {
    width: 48%;
}

.section-customer-reviews .item.customer-reviews article figure {
    width: 160px;
}

.section-customer-reviews .item.customer-reviews .div-relative {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    display: block;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.section-customer-reviews .item.customer-reviews .img-responsive {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 113px;
    transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    height: auto;
    max-width: unset;
}

.post-reviews .item article .info-box {
    flex: 1;
    padding-left: 15px;
    cursor: pointer;
}

.post-reviews .item article .info-box h3:hover {
    color: #0D73EA;
}

.shen-yun-list-tags {
    padding: 30px 0;
    clear: both;
    position: relative;
    z-index: 1;
}

.shen-yun-list-tags .list .list-cats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /* max-width: 800px; */
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.shen-yun-list-tags .list .list-cats .item {
    width: 33.33%;
    padding-right: 12px;
}

.shen-yun-list-tags .list .list-cats .item a {
    font-size: 16px;
    font-family: 'Roboto Regular';
    line-height: 27px;
    color: #fff;
}

.shenyun-show {
    padding: 30px 0;
}

.shenyun-show .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #B06002;
    padding: 20px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
}

.shenyun-show a p {
    color: #fff;
}

.shenyun-links {
    text-align: center;
}

.shenyun-links img {
    width: 100%;
    max-width: 100px;
    height: auto;
    min-width: 150px;
}

.syzp .related-posts-row .read_more_cat {
    border-top: 0;
}

.syzp-category-page #footer-single {
    background-color: #fff;
    padding-bottom: 20px;
}

.syzp-category-page #footer-single .logo-single {
    padding: 0;
}

.syzp-category-page #footer-single img {
    width: 300px;
}

.syzp-category-page #footer-single .copyright {
    color: #212121;
}

/* Header */
.header-mid {
    padding: 0;
}

.header-mid img {
    height: 100%;
}

#etv-single-page.syzp-single-page .top-left-menu {
    margin-top: 0;
    color: #fff;
}

nav.header-shenyun-category.navbar.bootsnav {
    position: absolute;
    top: 10px;
    width: 100%;
    background-color: transparent;
    z-index: 1;
}

.input-group-search input {
    background-color: rgb(255 255 255 / 74%);
    color: #212121;
}

.header-shenyun-category .header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    background-color: transparent !important;
    align-items: center;
    margin-bottom: 15px;
    height: auto;
}

.header-shenyun-category .header-top a {
    color: #fff;
}

#etv-category-page .header-shenyun-category .top-left-menu,
.header-shenyun-category .header-right-menu {
    margin: 0 !important;
}

.header-shenyun-category .header-social {
    position: static;
}

.header-shenyun-category .header-top .btn-menu-bar-shenyun {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.btn-menu-bar-shenyun button {
    font-size: 26px;
    color: #212121;
    left: 0;
    background-color: transparent;
    border: 0;
    padding-left: 0;
    padding-right: 20px;
    vertical-align: text-top;
}

.btn-menu-bar-shenyun .header-banner img {
    max-width: 150px;
}

.main-menu-shenyun-zp {
    height: auto;
}

.main-menu-shenyun-zp ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

.main-menu-shenyun-zp ul li {
    list-style: none;
}

.main-menu-shenyun-zp ul>li>a {
    font: 500 15px/24px 'Roboto Regular', Arial;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 0 3px;
    background-color: #f9f9f9;
    color: #000;
    font-size: 15px;
    display: block;
    text-transform: unset;
}

.main-menu-shenyun-zp ul li:hover a,
.main-menu-shenyun-zp ul li:focus a,
.main-menu-shenyun-zp ul li.current-menu-item a {
    background-color: #212121;
    color: #fff;
    text-decoration: none;
}

/* Section list tags */
.section-list-tags .nav-pills>li>a {
    font: 500 15px/24px 'Roboto Regular', Arial;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin: 0 3px;
    background-color: #f9f9f9;
    color: #000;
    font-size: 15px;
    display: block;
}

.section-list-tags .nav-pills>li.active>a,
.section-list-tags .nav-pills>li:focus>a,
.section-list-tags .nav-pills>li:hover>a {
    background-color: #212121;
    color: #fff;
}

.section-list-tags .tab-content {
    background-image: url(/images/v2/vanhoa-nghethuat-bg.jpeg) !important;
    background-size: cover !important;
    padding: 20px;
}

.section-list-tags ul {
    margin: unset;
    display: block;
    margin-bottom: 10px;
}

.section-list-tags .item a {
    display: block;
    position: relative;
}

.section-list-tags .post-box.third-column .post-inner .post-body .item article:last-child {
    border-bottom: 0;
}

/* Shen yun slider zuo pin */
.reviews-category-posts {
    background-color: #f9f9f9;
}

.shenyun-slide.shenyun-slide-zuo-pin .slider {
    width: 1250px;
}

.shenyun-slide-zuo-pin .etv-slider-list-items .slick-prev {
    left: -30px;
}

.shenyun-slide-zuo-pin .etv-slider-list-items .slick-next {
    right: -3px;
}

/* Single page Shen Yun Zuo Pin */

.syzp-single-page .popup-show-post-content {
    position: fixed;
    top: 50px;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    width: 100%;
    max-width: 850px;
    z-index: 11;
    display: none;
    border: 2px solid #000;
    border-radius: 5px;
}

.syzp-single-page .popup-show-post-content.show-popup {
    display: block;
}

.syzp-single-page .popup-show-post-content .content {
    overflow: auto;
    max-height: 90vh;
    padding: 20px 10%;
}

.syzp-single-page .popup-show-post-content h3 {
    font: 500 20px/28px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    font-weight: bolder;
}

.syzp-single-page .popup-show-post-content .text-content h2 {
    font-size: 18px;
}

.syzp-video-popup.active .block-content footer h3,
.syzp-single-page .popup-show-post-content footer h3 {
    font-size: 15px;
}

.syzp-single-page .popup-show-post-content .content img {
    width: 100%;
    height: auto;
}

.syzp-single-page .popup-show-post-content .text-content p {
    font: 500 15px/26px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    text-align: justify;
}

.template-shenyun-zuopin.single-page .post-related {
    display: block;
}

.template-shenyun-zuopin {
    margin-top: 45px;
}

.template-shenyun-zuopin .content-single {
    width: 100%;
    float: none;
}

.template-shenyun-zuopin .post-title {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto Regular';
    line-height: 21px;
}

.template-shenyun-zuopin .box-content-right .post-title {
    margin: 0px 0 3px;
    max-height: 63px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.template-shenyun-zuopin .post-title a {
    color: #444;
}

.template-shenyun-zuopin .title-attached {
    margin: 0 0 10px;
    color: #212121;
    font: 500 20px/23px Oswald, 'Roboto Bold', Arial;
    text-transform: uppercase;
}

.template-shenyun-zuopin .page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}


.template-shenyun-zuopin .translator-info {
    margin-top: 15px;
}

.syzp-single-page .header-mid {
    width: 100% !important;
}

.template-shenyun-zuopin .read_more_cat a {
    color: #212121;
}

.template-shenyun-zuopin .post-meta {
    font-size: 12px;
}

.template-shenyun-zuopin .box-content-left {
    width: 73%;
    padding-right: 35px;
}

.template-shenyun-zuopin .box-content-left .featured_image {
    margin-bottom: 15px;
}

.template-shenyun-zuopin .box-content-left .featured_image .featured_img {
    margin-bottom: 10px;
}

.template-shenyun-zuopin .box-content-left .featured_caption {
    font-family: roboto regular, sans-serif;
    font-size: 15px;
    color: #777;
}

.template-shenyun-zuopin .box-content-left .content-info {
    float: left;
    width: 100%;
}

.template-shenyun-zuopin .box-content-left .content-info .related-box a {
    color: #212121;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 58%;
}

.header-shenyun-category .header-top a:hover {
    text-decoration: underline;
}

.template-shenyun-zuopin .box-content-left .content-info .col-right {
    width: calc(100% - 160px);
    float: right;
    padding-left: 15px;
}

.template-shenyun-zuopin .box-content-left .content-info .col-right .entry p {
    margin-bottom: 20px;
}

.content-single .post-related.sticky {
    position: fixed;
    top: 0;
}

.template-shenyun-zuopin .box-content-right {
    flex: 1;
    min-width: 300px;
}

.template-shenyun-zuopin .box-content-right .epochshare-action {
    color: #fff;
}

.template-shenyun-zuopin .box-content-right .note {
    font: 400 16px/21px "Roboto Bold", Arial, sans-serif;
    margin: 10px 0 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.template-shenyun-zuopin .box-content-right .content-top {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
}

.html-embeb-code .html-iframe,
.template-shenyun-zuopin .video-iframe {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 20px;
}

.html-embeb-code .html-iframe iframe,
.template-shenyun-zuopin .video-iframe iframe {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.template-shenyun-zuopin .box-content-left .page-title {
    position: relative;
}

.template-shenyun-zuopin .box-content-left .container {
    padding: 0 15px;
}

.template-shenyun-zuopin .box-content-left .info-common .nav-category {
    margin: 15px -15px;
    float: left;
}

.template-shenyun-zuopin .box-content-left .info-common .post-info-meta {
    font: 500 15px/24px Oswald, 'Roboto Bold', Arial;
    text-transform: uppercase;
    margin-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.template-shenyun-zuopin .box-content-left .author-info-block-detail .button-register p.post-info-meta,
.template-shenyun-zuopin .box-content-left .author-info-block-detail .block-right {
    text-align: right;
}

.template-shenyun-zuopin .box-content-left .author-info-block-detail .button-register {
    margin-bottom: 5px;
}

.template-shenyun-zuopin .box-content-left .post-info-meta span.register-price a {
    display: inline-block;
    background-color: #3823c6;
    color: #fff;
    padding: 5px 28px;
    border-radius: 30px;
    margin-left: 10px;
    white-space: nowrap;
}

.template-shenyun-zuopin .box-content-left .post-info-meta span.register-price a:hover,
.template-shenyun-zuopin .box-content-left .post-info-meta span.register-price a:focus {
    background-color: #24119f;
}

.template-shenyun-zuopin .box-content-left .post-info-meta span.register-price a.price {
    background-color: #fff;
    color: #3823c6;
    border: 1px solid #3823c6;
}

.template-shenyun-zuopin .box-content-left .post-info-meta span.register-price a.price:hover {
    background-color: #f1e5e5;
}

.template-shenyun-zuopin .item {
    padding: 0;
}

.template-shenyun-zuopin .item article {
    margin-bottom: 15px;
}

.template-shenyun-zuopin .post-related .item .post-info {
    cursor: pointer;
}

.template-shenyun-zuopin .item h3:hover a,
.template-shenyun-zuopin .item h3:hover {
    color: #0D73EA !important;
}

.template-shenyun-zuopin .box-content-right .item figure {
    width: 45%;
    cursor: pointer;
}

.template-shenyun-zuopin .slick-slider-video .item-video {
    display: table-column;
}

.template-shenyun-zuopin .item figure .image {
    position: relative;
    padding-bottom: 62%;
    overflow: hidden;
    border-radius: 5px;
}

.template-shenyun-zuopin .item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.template-shenyun-zuopin .box-content-right .item .info-box {
    width: 55%;
}

.template-shenyun-zuopin .box-content-right .item .info-box .post-info {
    cursor: pointer;
}

.template-shenyun-zuopin .item article:hover figure a::before {
    opacity: 0;
}

.template-shenyun-zuopin .item article figure a {
    display: block;
    position: relative;
    padding-bottom: 58%;
    border-radius: 5px;
    overflow: hidden;
}

.template-shenyun-zuopin .item article figure a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.template-shenyun-zuopin .item .info-box {
    padding-left: 0;
}

.template-shenyun-zuopin .related-posts-row {
    clear: both;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.template-shenyun-zuopin .related-posts-row .item article {
    margin: 0;
}

.template-shenyun-zuopin .related-posts-row .item figure,
.template-shenyun-zuopin .related-posts-row .item .info-box {
    width: 100%;
    padding: 0;
}

.template-shenyun-zuopin .related-posts-row .item .info-box {
    margin-top: 10px;
}

.template-shenyun-zuopin .related-posts-row .item .info-box .font-common {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.template-shenyun-zuopin .related-posts-row .info-image {
    padding-right: 10px;
}

.template-shenyun-zuopin .item .info-box .font-common .infor {
    font-family: 'Open san', sans-serif;
    font-size: 14px;
}

.template-shenyun-zuopin .item .info-box .font-common .infor .time_ago {
    font-size: 13px;
    color: #555;
}

.template-shenyun-zuopin .box-content-right .item .info-box .font-common .infor .user-post {
    display: none;
}

.template-shenyun-zuopin .box-content-left .content-info .active-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 500 15px/22px Oswald, 'Roboto Bold', Arial
}

.template-shenyun-zuopin .active-post .comment-block-content .etv-comment-button {
    margin-top: 0;
}

.template-shenyun-zuopin .box-content-left .content-info .share-button a {
    color: #212121;
}

/* Category Shen Yun Zuo Pin */
.article-inner .link-icon {
    width: 34px;
    position: absolute;
    background-color: rgb(220 129 67 / 87%);
    font-size: 12px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 100%;
    height: 34px;
    line-height: 27px;
    border: 1px solid #fff;
    padding: 3px 12px;
}

.post-shen-yun-reivews .article-inner .link-icon {
    width: 50px;
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    padding: 5px 19px;
}

.syzp-popup-top-video,
.syzp-video-popup,
.video-popup-reviews {
    display: none;
}

.syzp-popup-top-video.active,
.syzp-video-popup.active,
.video-popup-reviews.active {
    position: fixed;
    z-index: 10;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    width: 100%;
    max-width: 80%;
    display: block;
}

.syzp-video-popup.active.popup-customer-review {
    max-width: 850px;
}

.syzp-video-popup.active {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    max-width: 850px;
    margin: 0 auto;
}

.syzp-video-popup.active .block-content {
    padding: 20px;
    overflow: auto;
    max-height: 90vh;
}

.syzp-video-popup.active.no-video {
    top: 30px;
    transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
}

.syzp-video-popup.popup-posts-category.no-video .block-content,
.syzp-video-popup.popup-customer-review .block-content {
    padding: 20px 10%;
}

.view-full-content,
.syzp-video-popup.active .block-content .view-full-content {
    text-align: right;
    margin: 15px 0;
}

.view-full-content a,
.syzp-video-popup.active .block-content .view-full-content a {
    color: #0e1294;
    font-size: 15px;
}

.view-full-content a:hover,
.syzp-video-popup.active .block-content .view-full-content a:hover {
    text-decoration: underline;
}

.syzp-video-popup .block-content .content h2 {
    font-size: 18px;
    ;
}

.syzp-video-popup .block-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.syzp-video-popup.no-video .block-content .video-block {
    display: none;
}

.syzp-video-popup .block-content .text-content,
.syzp-video-popup .block-content .text-content p {
    font: 500 15px/26px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    text-align: justify;
}

.syzp-video-popup .block-content .text-content iframe {
    display: block;
}

.close-box-popup,
.syzp-video-popup.active .close-box-popup,
.video-popup-reviews.active .close-box-popup {
    position: absolute;
    right: -35px;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: rgb(255 255 255 / 67%);
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
    top: -42px;
    cursor: pointer;
}

.syzp-popup-top-video.active .content,
.syzp-video-popup.active .video-block,
.video-popup-reviews.active .content {
    position: relative;
    padding-bottom: 57.25%;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 8px;
}

.syzp-popup-top-video.active {
    top: 30px;
    max-width: 87%;
}

.syzp-popup-top-video.active .content {
    padding-bottom: 56.25%;
    background-color: transparent;
}

.syzp-popup-top-video iframe,
.syzp-video-popup .video-block iframe,
.video-popup-reviews.active .content iframe {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #000;
}

.syzp-popup-top-video iframe {
    background-color: #f8f8f8;
}

.syzp-video-popup .video-block iframe {
    border: 0;
}

.sy-video-reviews .article-inner {
    cursor: pointer;
}

.sy-video-reviews .post-info .post-title:hover {
    color: #0D73EA;
}

.post-shen-yun-reivews .sy-video-reviews .article-inner figure span {
    display: none;
}

.post-shen-yun-reivews .title-section {
    margin-bottom: 10px;
}

.post-shen-yun-reivews p.sub-title {
    font: 300 20px/28px serif;
    font-style: italic;
    color: #555;
    padding-bottom: 20px;
}

.sub-category-syzp .title-page {
    background-color: #F5F4F0;
    padding: 15px 8px;
}

.sub-category-syzp .sub-cat-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.sub-category-syzp .sub-cat-header h1 {
    font: 500 24px/36px 'Roboto Regular', Arial;
    margin-top: 14px;
}

.sub-category-syzp .sub-cat-header img {
    width: 70px;
    margin-right: 10px;
    border-radius: 100%;
}

.sub-category-syzp .post-inner.post-inner-category.post-list-category .post-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.sub-category-syzp .post-inner.post-inner-category.post-list-category .post-body .list-article-post {
    width: 25%;
    padding: 0 12px;
}

.sub-category-syzp article .post-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Regular';
    line-height: 22px;
    margin: 10px 0 5px;
    cursor: pointer;
}

.sub-category-syzp article h3.post-title:hover,
.sub-category-syzp article h3.post-title:hover a {
    color: #0D73EA;
}

.sub-category-syzp article figure {
    cursor: pointer;
}

/* Template Single Page Extra */
.syzp-single-page-extra .extra-sidebar-right .widget-container ul li .article-item,
.syzp-single-page-extra .widget-content li article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.syzp-single-page-extra .extra-sidebar-right .post-body ul li {
    border: 0;
}

.syzp-single-page-extra .content-sidebar .widget-content .title-topic {
    margin-top: 0 !important;
}

.syzp-single-page-extra .widget-content li figure {
    width: 38%;
    margin-right: 10px !important;
}

.syzp-single-page-extra .widget-content li figure img,
.syzp-single-page-extra .widget-content li .post-thumbnail img,
.syzp-single-page-extra .extra-sidebar-right .widget-container li .post-thumbnail img {
    border-radius: 5px;
}

.syzp-single-page-extra .widget-content li .post-info {
    flex: 1;
}

.syzp-single-page-extra .extra-sidebar-right .widget-container li .post-thumbnail,
.syzp-single-page-extra .widget-content li .post-thumbnail {
    order: 1;
    width: 38%;
    margin-right: 10px;
    padding: 0;
}

.syzp-single-page-extra .extra-sidebar-right .widget-container li .post-entry,
.syzp-single-page-extra .widget-content li .post-entry {
    order: 2;
    padding-right: 0 !important;
    flex: 1;
}

.sub-category-syzp .post-inner.post-inner-category.post-list-category .post-body .list-article-post .user-post {
    display: block;
}

/* #etv-single-page .syzp-single-page-extra .content-single .post-related .related-post-inner {
    position: unset;
} */
.syzp-single-page-extra .left-related-box .post-head .title h2 {
    color: #212121;
}

.syzp-single-page-extra .left-related-box .post-inner {
    width: auto;
    border: 0;
}

.syzp-single-page-extra .left-related-box .post-inner .widget-container.post-body,
.syzp-single-page-extra .left-related-box .post-inner .widget-container.post-body li.item {
    border: 0;
    padding: 0
}

.syzp-single-page-extra .left-related-box .widget-container ul li .post-entry {
    width: 100%;
    order: 2;
    padding: 0;
    margin-top: 9px;
}

.syzp-single-page-extra .left-related-box .widget-container ul li .article-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.syzp-single-page-extra .left-related-box .widget-container ul li .post-entry .post-meta {
    display: none;
}

.syzp-single-page-extra .left-related-box .widget-container ul li .post-thumbnail {
    border-radius: 5px;
}
.menu-left-custom-common.show-menu {
    left: -100%;
}
.menu-left-btn  {
    display: none;
}
/* ========= END SHENYUN ZUO PIN STYLE ========= */
/* RESPONSIVE */
/* ----------------------------------------- */

@media screen and (max-width: 1340px) {
    .etv-shenyun .etv-slider-list-items .slick-arrow {
        right: 28px;
    }

    .etv-shenyun .etv-slider-list-items .slick-prev {
        left: 12px;
    }
}

@media screen and (max-width: 1260px) {

    #etv-category-page.etv-shenyun .row-category .main-post-inner .post-info h3,
    #etv-category-page.etv-shenyun .col-list-category-default article .post-info .post-title {
        font: 300 17px/26px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    }

    #etv-category-page.etv-shenyun .col-list-category-default .post-info .excerpt,
    .row-category .main-post-inner .post-info .excerpt {
        display: none;
    }
}

@media screen and (max-width: 1150px) {
    .box-category-shenyun-zuo-pin .post-info .post-meta p {
        display: none;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header-mid {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 1090px) {
    .syzp-single-page .header-mid {
        float: none;
    }

    .template-shenyun-zuopin .page-content {
        display: block;
    }

    .template-shenyun-zuopin .box-content-left {
        width: 100%;
        padding-right: 0;
    }

    .template-shenyun-zuopin .box-content-right {
        width: calc(100% - 160px);
        float: right;
    }

    .template-shenyun-zuopin .box-content-right .lists {
        margin: 0 -15px;
    }

    .template-shenyun-zuopin .box-content-right .item {
        width: 50%;
        float: left;
    }

    .template-shenyun-zuopin .box-content-right .item:nth-child(2n+1) {
        clear: both;
    }

    .template-shenyun-zuopin .box-content-right .item article {
        padding: 0 15px;
    }

    .template-shenyun-zuopin .box-content-right .content-top {
        border-top: 1px solid #ddd;
        margin-top: 20px;
        padding-top: 10px;
    }

    .template-shenyun-zuopin .box-content-right .content-top .read_more_cat {
        position: absolute;
        top: -3px;
        right: -12px;
        width: 100px;
        border: 0;
    }
}

@media screen and (max-width: 1023px) {
    .shenyun-slide .one_slide .title {
        min-height: 35px;
    }

    .syzp-single-page .content-single .post-related .related-post-inner {
        display: block !important;
    }

    .tags-post-section ul.nav-tabs,
    .tabs-slider ul.tabs {
        justify-content: start;
    }

    .box-category-shenyun-zuo-pin .membership-annual-plan-wrap {
        flex-wrap: wrap;
    }

    .etv-shenyun #header .header-mid {
        margin-bottom: 0;
    }

    #etv-category-page .main-content-category,
    .etv-shenyun .home-shen-yun-category .content-sidebar {
        width: 100%;
        padding: 0 !important;
    }

    #sidebar .top_focus {
        padding: 15px;
        margin-bottom: 20px;
    }

    .category-page .main-content-category .main-post-inner figure {
        margin: 0 !important;
    }

    #etv-category-page.etv-shenyun .row-category .main-post-inner .post-info h3,
    #etv-category-page.etv-shenyun .col-list-category-default article .post-info .post-title {
        font: 300 15px/21px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    }

    #sidebar .top_focus .one_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #sidebar .top_focus .one_item .image {
        width: 40%;
    }

    #sidebar .top_focus .one_item .title {
        flex: 1;
        padding-left: 20px;
    }
}

@media (max-width: 992px) {
    .header-top {
        display: block;
    }

    .etv-shenyun .header-mid .header-banner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shenyun-slide h2 {
        max-width: 80%;
    }

    .shenyun-slide h2:before {
        width: 20%;
    }

    .shenyun-slide h2:after {
        width: 20%;
    }

    .etv-shenyun .single-page .content-sidebar,
    .etv-shenyun .single-page .content-single {
        width: 100%;
        padding: 0 15px;
    }

    /* Category page */
    #etv-category-page .nav-category {
        margin: 0 10px;
    }

    #etv-category-page .main-content.main-content-category {
        padding: 0 5px;
        border: 0;
    }

    #etv-category-page.etv-shenyun .row-category .main-post-inner {
        padding: 0;
    }

    #etv-category-page .content-sidebar,
    .content-single {
        padding: 0 5px;
        max-width: none;
    }

    #etv-category-page .row-category .main-post-inner {
        padding-bottom: 20px;
    }

    #sidebar .trailer {
        text-align: center;
    }

    /* Single page */
    .content-single .post-inner {
        border: 0;
    }
    .header-datetime {
        display: none;
    }
}

@media (max-width: 767px) {
    #etv-category-page .top-left-menu,
    #etv-single-page .top-left-menu {
        width: 100% !important;
        text-align: center;
    }

    /* Shen Yun Zuo Pin */
    html.active-menu {
        overflow: hidden;
    }
    .menu-left-custom-common.show-menu {
        left: 0;
    }
    nav.header-shenyun-category.navbar.bootsnav .menu-left-btn {
        background-color: transparent;
        color: #fff;
        border: 0;
        font-size: 25px;
        position: absolute;
        left: -8px;
        top: -6px;
    }
    .menu-left-syzp-all .shenyun-zuo-pin ul {
        list-style: none;
        padding: 0;
    }

    .menu-left-syzp-all .shenyun-zuo-pin ul li a {
        padding: 12px 10px 12px 20px;
        display: block;
        border-bottom: 0.8px solid #ddd;
        font-size: 15px;
        color: #444;
    }

    .menu-left-syzp-all .shenyun-zuo-pin ul li.current-menu-item a {
        background-color: #f9f9f9;
    }

    .menu-left-btn {
        display: block;
    }

    .header-shenyun-category .header-top .top-left-menu,
    .header-right-menu {
        display: none;
    }

    .box-category-shenyun-zuo-pin .section .box-content {
        display: block;
    }

    .box-category-shenyun-zuo-pin .section .box-content .col-right,
    .box-category-shenyun-zuo-pin .section .box-content .col-left,
    .section-customer-reviews .post-reviews .item {
        width: 100%;
        padding: 0;
    }

    .shenyun-show .block {
        flex-wrap: wrap;
    }

    .box-category-shenyun-zuo-pin .section-slider-comment {
        padding: 25px 0;
    }

    .header-datetime {
        display: none;
    }

}

@media (max-width: 480px) {
    .menu-left-custom-common.show-menu {
        width: 100%;
        max-width: 100%;
    }
}