/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');*/
@font-face {
    font-family: 'DiDot';
    font-display: swap;
    src: local('DiDot'), url('../../assets/fonts/Didot.ttc');
}

* {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-family: 'Roboto Regular', sans-serif;
    background-color: #ececec;
}

body {
    margin: 0;
    background: #443427;
}

ul.unstyles,
ol.unstyles {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.edition-main footer {
    background-color: #12192B;
}

.edition footer .logo img {
    max-width: 350px;
}

footer .container {
    text-align: center;
}

footer .copyright {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: none;
    clear: both;
}

footer .copyright .text p {
    color: #CCC;
    line-height: 24px;
}


/* HEADER */
/* --------------------------------------------------------------------------- */
header.premium {
    background-color: rgb(96 59 33 / 93%);
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 10;
    padding: 0;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
header.premium.fixed {
    position: fixed;
    top: 0;
    animation: smoothScroll 1s forwards;
    right: 0;
    z-index: 2;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}
header.premium .navbar-default {
    background-color: transparent;
    border: 0;
    margin: 0;
}
header.premium .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
header.premium .navbar-default .navbar-brand {
    margin: 0;
    padding: 10px 0 10px 0;
}
header.premium .navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
header.premium .navi>li {
    display: inline-block;
    text-align: center;
    float: none;
    margin-left: 15px;
    padding: 0 5px;
}
header.premium .navi>li.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
}
header.premium .navi>li.dropdown span.caret {
    margin-left: 7px;
}
header.premium .navi>li a,
header.premium .navi>li a:focus {
    color: #FCD6B3;
    font-size: 16px;
    font-family: "Roboto Regular", Arial;
    line-height: 26px;
    padding: 2px 5px;
    white-space: nowrap;
}
header.premium .navi>li.dropdown span.caret,
header.premium .navi>li.dropdown span.dropdown-toggle {
    color: #FCD6B3;
    white-space: nowrap;
    cursor: pointer;
}
header.premium .navbar-default .navbar-nav>li>a:hover {
    color: #FCD6B3;
}
header.premium .navbar-default .navbar-nav>li>a.subs-button:hover {
    background-color: #3a93fb;
}
header.premium nav.navbar li.dropdown ul.dropdown-menu {
    background-color: #FCD6B3;
    border-top: 1px solid #ddd !important;
    margin-top: 12px;
    padding: 0 0 5px 0;
}
header.premium .navi>li ul.dropdown-menu a {
    color: #443427;
    border-bottom: 1px solid #533f32;
    padding: 4px 0;
    text-transform: unset;
}
header.premium .navi>li ul.dropdown-menu li:last-child a {
    border-bottom: 0!important;
}
header.premium .navi>li ul.dropdown-menu li {
    padding: 0 10px;
}
header.premium .dropdown-menu>li:focus a,
header.premium .dropdown-menu>li:hover a,
header.premium nav.navbar li.dropdown ul.dropdown-menu > li a:hover,header.premium .nav.navbar li.dropdown ul.dropdown-menu > li a:focus
 {
    color: #81502c !important;
    background-color: transparent;
    text-decoration: unset;
}
header.premium .align_center {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

header.premium .logo {
    display: inline-block;
    margin: 0;
    padding-top: 4px;
    margin-right: 15px;
}

header.premium .logo img {
    width: auto;
}

header.premium .logo a {
    line-height: 0;
}

header.premium .align_center .navi {
    display: inline-block;
    /*width: calc(100% - 445px);*/
    padding-top: 0px;
    text-align: center;
    vertical-align: top;
}

header.premium .align_center .navi .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 5px;
    align-items: center;
    flex-wrap: wrap;
}

header.premium .navi ul.menu>li {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
}
header.premium .navi ul.menu>li:last-child {
    margin-right: 0;
}
header.premium li.has_dropdown>a:after {
    content: "";
    position: relative;
    top: 14px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #FCD6B3;
}

header.premium li.has_dropdown:hover ul.dropdown {
    display: block;
}

ul.dropdown {
    width: 222px;
    text-align: left;
    background: #FCD6B3;
    position: relative;
    top: 9px;
    left: -9px;
    padding: 10px 10px 20px;
    display: none;
}

header.premium .navi ul>li a {
    color: #FCD6B3;
    font-family: "Roboto Regular", Arial;
    font-size: 15px;
    margin: 0 5px;
    text-transform: uppercase;
}
header.premium .navi>li:hover span,
header.premium .navi >li a:hover,
header.premium .navi >li a.active {
    text-decoration: underline;
    text-underline-position: under;
}

header.premium .navi ul.dropdown li {
    list-style-type: none;
    border-bottom: 1px solid #271b11;
}

header.premium .navi ul.dropdown li a {
    color: #271b11
}

header.premium .subs_login {
    display: inline-block;
    width: 220px;
    float: right;
    line-height: 47px;
    text-align: center;
    position: relative;
}

header.premium .subs_login .anonymous {
    display: none;
}

header.premium .subs_login .beta {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    border: 1px solid #f8d5b7;
    border-radius: 4px;
    color: #f8d5b7;
    padding: 0 18px;
    position: absolute;
    top: 8px;
    right: 20px;
}

header.premium .subs_login .subscribe {
    background: #f8d5b7;
    border-radius: 3px;
    width: 114px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -1px;
}

header.premium .subs_login .subscribe a,
header.premium .subs_login .subscribe a:visited {
    color: #000;
}

header.premium .subs_login .login a,
header.premium .subs_login .login a:visited {
    font-size: 16px;
    color: #f8d5b7;
    padding-left: 18px;
}

header.premium .subs_login .after_login {
    color: #f8d5b7;
    width: 200px;
    float: right;
    text-align: right;
    padding-right: 30px;
    position: relative;
}

header.premium .by-subscribe-online {
    position: relative;
    float: right;
}


header.premium .subs-online.for12months {
    right: 0;
    width: 220px;
}

header.premium .subs-online.for6months {
    width: 210px;
}

header.premium .subs-online.subscription {
    width: 250px;
}

header.premium .subs-button {
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background-color: #007dc1;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font: 500 15px/26px Oswald, 'Roboto Bold', Arial !important;
    padding: 2px 12px !important;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    text-align: center;
    text-transform: uppercase;
}

header.premium .subs-button:hover {
    background-color: #0061a7;
    text-decoration: none !important;
}

header.premium .subs-button:active {
    position: relative;
    top: 1px;
    text-decoration: none;
}


/* MAIN CONTAINER */
/* --------------------------------------------------------------------------- */

body.edition-main header.premium ul.menu>li:first-child a {
    position: relative;
}

body.edition-main header.premium ul.menu>li:first-child>a:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid;
}

body.edition-main .main {
    text-align: center;
    /*background: #443427;
    background-image: url(/images/editions/frontpage_gradient.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.edition-main .main_container {
    background: url(/images/premium/premium-home-bg.jpeg) no-repeat right top;
    background-size: 100% auto;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
    min-height: 700px;
}

body.edition-main .main_container .top_container {
    width: 100%;
    max-width: 1140px;
    float: none;
    margin: auto;
    display: block;
    padding-bottom: 15px;
    position: relative;
}

body.edition-main .main_container .top_newest {
    padding: 50px 0;
}

body.edition-main .main_container .container {
    max-width: 1260px;
    margin: 0 auto;
}
body.edition-main .main_container .slick-slider-premium .container {
    max-width: 1376px;
    margin: 0 auto;
}
body.edition-main .main_container .top_newest .logo-page {
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
body.edition-main .main_container .top_newest .logo-page img{
    width: 100%;
    max-width: 240px;
    height: auto;
}

body.edition-main .main_container .container .logo {
    padding-top: 50px;
}
body.edition-main .main_container .top_container.container .logo {
    margin-bottom: 30px;
}

body.edition-main .main_container .container .logo a {
    display: inline-block;
    width: 264px;
    height: 71px;
    background: url(/images/editions/frontpage_logo.png) no-repeat left top;
    background-size: 100% 100%;
    font-size: 0;
}

body.edition-main .main_container .content {
    padding: 10px 0;
    color: #fff;
}

.logo_section_title .epoch_premium.logo {
    background: url(/images/editions/frontpage_logo.png) no-repeat left top;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    width: 214px;
    height: 60px;
    font-size: 0;
    margin: 40px 0 0 0;
    padding: 0;
}


/* MIDDLE CONTAINER */
/* --------------------------------------------------------------------------- */
.main_container .middle_container {
    background-color: rgb(73 54 41 / 62%);
    display: block;
    padding: 0;
}

/* premium introduce slider */

.premium-introduce-slider {
    max-width: 680px;
    max-height: 305px;
}
.edition-main .slick-slider-premium ul li,
.premium-introduce-slider .item {
    display: table-column;
}
.premium-introduce-slider .item .newest_edition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.premium-introduce-slider .slick-dots {
    bottom: 0;
}
.premium-introduce-slider .slick-dots li button:before {
    color: #eee;
}
.premium-introduce-slider .slick-dots li.slick-active button:before {
    color: #ffffff;
}

/* Premium slider */
.slick-slider-premium .linklistcatclass {
    display: none;
}
.edition-main .slick-slider-premium {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.edition-main .slick-slider-premium ul {
    padding: 0 32px;
    max-height: 270px;
    overflow: hidden;
}
.edition-main .slick-slider-premium .container {
    max-height: unset;
    overflow: hidden;
}
.edition-main .slick-slider-premium ul li {
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
}
.edition-main .slick-slider-premium ul li a {
    color: #FCD6B3;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
.edition-main .slick-slider-premium img {
    width: 204px;
    height: 224px;
    display: block;
    margin: auto;
}
.edition-main .slick-slider-premium .slick-prev::before, .edition-main .slick-slider-premium .slick-next::before {
    border: solid white;
    border-width: 0 2px 2px 0;
}
.edition-main .slick-slider-premium .slick-prev{
    left: 6px;
}
.edition-main .slick-slider-premium .slick-next {
    right: 21px;
}
/* Manage category */
.mag_categories {
    margin-top: 65px;
    border-top: 1px solid #745B47;
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;
    background-color: transparent;
}
.mag_categories .one_mag_cat {
    position: relative;
}

.mag_categories .one_mag_cat .linklist {
    border-top: 0;
    padding-top: 0px;
}
.mag_categories h1 {
    color: #efcbac;
    top: -40px;
    background-color: rgb(76 58 45 / 96%);
}

.one_mag_cat .LinkLibraryCat ul li a {
    color: #FCD6B3;
}
.one_mag_cat .LinkLibraryCat ul li .link-name {
    padding-left: 15px;
    white-space: nowrap;
}
.one_mag_cat .freq {
    color: #FCD6B3;
}
/* Edition Van hoa nghe thuat - home page */
.edition-main .bright {
    padding-bottom: 50px;
}
.edition-main .premium-home-style .logo_section_title {
    margin-bottom: 35px;
}
.edition-main .premium-home-style .logo_section_title .epoch_premium.text {
    color: #ffdcbb;
}
.edition-main .main-post-inner {
    margin-bottom: 36px;
}
.edition-main .main-post-inner article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 400 18px/26px 'Merriweather', 'Roboto Bold', sans-serif;
}
.edition-main .main-post-inner article h3{
    font-family: merriweather,roboto bold,sans-serif;
    line-height: 32px;
    font-size: 24px;
    text-transform: none;
}
.edition-main .premium-home-style .suggested {
    display: none;
}
.edition-main .main-post-inner article figure {
    width: 49%;
}
.edition-main .premium-home-style .item:nth-child(4n+1) {
    clear: both;
}
.edition-main .premium-home-style .grid-item .grid-item-img {
    padding-bottom: 65%;
    overflow: hidden;
}
.edition-main .premium-home-style .grid-item .grid-item-img a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}
.edition-main .main-post-inner article .post-info {
    flex: 1;
    padding-left: 15px;
}
.edition-main .premium-home-style a,.edition-main .premium-home-style .post-info .excerpt {
    color:  #FCD6B3;;
}
.edition-main .premium-home-style p.post-info-meta{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.edition-main .premium-home-style .main-post-inner .post-info h3 {
    margin: 0 0 10px 0;
}
.edition-main .premium-home-style .font-common {
    margin: 10px 0 5px;
}
.edition-main .premium-home-style .main-post-inner:hover .post-info h3 a, .edition-main .premium-home-style .post-info p{
    color: #ffdcbb;
}
.edition-main .premium-home-style  .post-meta {
    font-size: 12px;
    font-style: italic;
}
.edition-main .premium-home-style .post-info .excerpt {
    font-size: 15px;
}



/* PREMIUM INFORGRAPHICS */
.premium_infograp {
    background: url(/images/editions/Infographic_BG.jpeg) no-repeat top right;
    background-color: #12192b;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 50px 0;
    /*margin-bottom: 50px;*/
    border-radius: 4px;
    min-height: 800px;
    background-size: cover;
}
.premium_infograp .main-post-inner {
    margin-bottom: 36px;
}

/* NEWEST EDITION */
/* --------------------------------------------------------------------------- */
.newest_edition {
    text-align: left;
    display: table;
}

.newest_edition .newest_image img {
    width: 275px;
    box-shadow: 8px 8px 1px #444;
    vertical-align: top;
    margin-bottom: 0;
    border: 1px solid #444;
    height: 100%;   
}
.newest_edition .newest-magazine {
    padding: 4px 9px 2px;
    border-radius: 2px;
    background-color: #FCD6B3;
    color: #443427;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 10px;
    text-transform: uppercase;
    max-width: fit-content;
}
.newest_edition .newest_info {
    padding-top: 24px;
    padding-left: 28px;
}

.newest_edition .newest_title h3 {
    font-family: 'Merriweather', 'Roboto Bold', sans-serif;
    line-height: 32px;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.newest_edition .newest_title a {
    color: #FCD6B3;
}

.newest_edition .newest_desc {
    padding-top: 10px;
}

.newest_edition .newest_desc,
.newest_edition .newest_desc p,
.newest_edition .newest_desc div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    max-height: 121px;
    color: #FCD6B3;
    font-family: 'Merriweather','Roboto Bold',sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 14px;
    padding: 0;
}

.newest_edition .newest_desc div {
    margin-bottom: 10px;
}
.edition-main .newest_edition .read_more_cat {
    text-align: left;
    border: 0;
    margin: 0;
}
/* PREMIUM BAO IN */
/* --------------------------------------------------------------------------- */
.premium_BAOIN {
    width: 100%;
    background-color: rgb(234, 213, 192);
    background-image: url(/images/editions/bg-paper.jpg);
    padding: 30px 80px 60px 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 4px;
}

.premium_BAOIN .logo_section_title {
    margin-bottom: 30px;
    padding-top: 24px;
}

.premium_BAOIN .logo_section_title .epoch_premium.logo {
    background: url(/images/editions/premiumlogo_brown.png) no-repeat left top;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    width: 139px;
    height: 40px;
    font-size: 0;
    margin: 0;
}

.premium_BAOIN .logo_section_title .print_editions.logo {
    background: url(/images/editions/BookX2.png) no-repeat left top;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 87px;
    font-size: 0;
}

.logo_section_title .epoch_premium.text {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #D7C1B0;
    color: #93745C;
    font-family: Merriweather, 'Roboto Bold', sans-serif;
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
}

.premium_BAOIN .logo_section_title .epoch_premium.text a {
    color: #93745C;
    font-family: Merriweather, 'Roboto Bold', sans-serif;
    font-size: 32px;
}

.premium_BAOIN .logo_section_title .print_editions.text {
    margin-left: 5px;
    color: #93745C;
    font-family: Merriweather, 'Roboto Bold', sans-serif;
    font-size: 28px;
    letter-spacing: -0.4px;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    padding: 10px 0 0 8px;
}


/* XEM THEM */
.premium_BAOIN .read_more_cat {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 29px;
    padding-top: 6px;
    text-align: center;
}

.premium_BAOIN .read_more_cat a {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto Regular';
    line-height: 18px;
    font-weight: 400;
}

.premium_BAOIN .read_more_cat .arrow_right {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* BAO IN POSTS */
.BAOIN_left {
    padding: 0 50px 0 0;
    border-right: 1px dashed #D7C1B0;
    ;
}

.BAOIN_posts .item {
    width: 100%;
    display: table;
    text-align: left;
    margin-bottom: 5px;
}

.BAOIN_posts .item .item_image img {
    width: 100%;
    vertical-align: top;
    height: auto;
    /* max-height: 117px; */
    /*box-shadow: 3px 3px 1px #DDD;*/
    /*border: 1px solid #ddd;*/
}

.BAOIN_posts .item .item_info {
    padding: 10px 0 0 15px;
    position: relative;
    display: table-cell;
    width: 70%;
}

.BAOIN_posts .item .item_info .item_title h3 {
    font: 400 18px/26px 'Merriweather', 'Roboto Bold', sans-serif;
    margin-bottom: 15px;
}

.BAOIN_posts .item .item_info .item_title a {
    color: #21211f;
}

.BAOIN_posts .item .item_info .item_title a:hover {
    color: #0D73EA;
    text-decoration: none;
}

.BAOIN_posts .item .item_info .item_date {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 13px;
    color: #40352C;
    font-style: italic;
}

.BAOIN_posts .item .item_info .item_desc {
    padding-top: 10px;
}

.BAOIN_posts .item .item_info .item_desc,
.BAOIN_posts .item .item_info .item_desc p,
.BAOIN_posts .item .item_info .item_desc div {
    font-family: Merriweather, 'Roboto Regular', sans-serif;
    line-height: 26px;
    font-size: 14px;
    color: #40352C;
}

.BAOIN_posts .item .item_info .item_desc div {
    margin-bottom: 10px;
}

/* BAO IN CATS */
.BAOIN_right {
    padding: 0 0px 0 50px;
    padding-top: 24px;
}

.BAOIN_cat_top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.BAOIN_cat_top .cat_image img {
    width: 100%;
    box-shadow: 6px 6px 1px #ccc;
    border: 1px solid #ccc;
}

.BAOIN_cat_top .cat_info {
    margin-top: 15px;
}

.BAOIN_cat_top .cat_info .cat_title {
    /*text-transform: uppercase;*/
}

.BAOIN_cat_top .cat_info .cat_title h3 {
    font-family: 'Roboto Bold', sans-serif;
    line-height: 24px;
    font-size: 18px;
    margin-right: 10px;
    display: inline;
}

.BAOIN_cat_top .cat_info .cat_title a {
    color: #21211f;
}

.BAOIN_cat_top .cat_info .cat_title a:hover {
    color: #0D73EA;
    text-decoration: none;
}

.BAOIN_cat_top .cat_info .cat_desc,
.BAOIN_cat_top .cat_info .cat_desc p,
.BAOIN_cat_top .cat_info .cat_desc div {
    font-family: Merriweather, 'Roboto Regular', sans-serif;
    line-height: 22px;
    font-size: 14px;
    color: #40352C;
    text-align: justify;
    font-style: italic;
}

.BAOIN_cat_top .cat_info .cat_desc div {
    margin-bottom: 10px;
}

/* Opinion posts */
.BAOIN_right .title_container {
    position: relative;
    margin: 45px auto 35px;
    text-align: center;
    width: 284px;
}

.BAOIN_right .section_title {
    border-top: 1px solid #D7C1B0;
    border-bottom: 1px solid #D7C1B0;
    padding: 21px 0 11px;
    vertical-align: bottom;
}
.BAOIN_right .section_title a {
    color: #93745C;
    font-family: Merriweather, 'Roboto Bold', sans-serif;
    font-size: 30px;
    letter-spacing: -0.3px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.BAOIN_right .title_container:before {
    content: '';
    background-image: url('/images/editions/PenX2.png');
    height: 71px;
    width: 39px;
    opacity: 0.93;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: top;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.BAOIN_right .title_container:after {
    /* content: ''; */
    background-image: url('/images/editions/PenX2.png');
    height: 71px;
    width: 39px;
    opacity: 0.93;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: top;
    position: absolute;
    right: 0;
    bottom: -8px;
}
.opinion-posts .article-item {
    text-align: center;
    margin-bottom: 30px;
}
.opinion-posts .article-item .post-title h3{
    color: #40352C;
    font-family: 'Merriweather', Arial,sans-serif;
    font-size: 17px;
    letter-spacing: -0.63px;
    line-height: 27px;
    text-align: center;
}
.opinion-posts .article-item .user_display_name {
    font-family: "D-DIN Bold", Arial;
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}
.opinion-posts .article-item .time_ago{
    font-size: 13px;
    font-style: italic;
    color: #40352C;
}
.opinion-posts .article-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    margin: 10px auto;
}
.edition-main .premium_BAOIN .read_more_cat {
    border-top: 1px dashed #D7C1B0;
}
.edition-main .premium_BAOIN .read_more_cat a {
    color: #000;
    /*font-weight: 600;*/
}
.edition-main .premium_BAOIN .read_more_cat .arrow_right {
    border: solid #000000;
    border-width: 0 2px 2px 0;
}

.BAOIN_cat_list {
    border-top: 1px solid #999;
    margin-top: 20px;
}
.BAOIN_cat_list .list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-height: 515px;
    overflow-y: scroll;
}
.BAOIN_cat_list .item {
    width: 33.33%;
}

.BAOIN_cat_list .item .item_title {
    white-space: nowrap;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e5b282;
    border-radius: 5px;
    margin: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.BAOIN_cat_list .item .item_title h3 {
    font-family: Merriweather, 'Roboto Bold', sans-serif;
    line-height: 24px;
    font-size: 18px;
    margin-right: 10px;
    display: inline;
    border-right: 1px solid #473629;
    padding-right: 10px;
    font-weight: bold;
}

.BAOIN_cat_list .item .item_title a {
    color: #21211f;
}

.BAOIN_cat_list .item .item_title a:hover {
    color: #0D73EA;
    text-decoration: none;
}
.BAOIN_cat_list .item p {
    font-size: 15px;
    font-style: italic;
}
/* PREMIUM SUVIET */
/* --------------------------------------------------------------------------- */
.premium_SUVIET {
    background: url(/images/editions/InspiredBG.jpg) no-repeat top right;
    background-color: #463428;
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 4px;
    min-height: 800px;
}

.logo_section_title {
    margin: 30px 0;
}

.premium_SUVIET .logo_section_title .text {
    color: #FCD6B3;
}

/* SUVIET Cats */
.premium_SUVIET .SUVIET_cats ul {
    padding: 0;
}

.premium_SUVIET .SUVIET_cats li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 12px;
    position: relative;
    border-right: 1px solid #fbd6b5;
    text-transform: uppercase;
}

.premium_SUVIET .SUVIET_cats li:first-child {
    padding-left: 0;
}

.premium_SUVIET .SUVIET_cats li:last-child {
    padding-right: 0;
    border-right: 0;
}

.premium_SUVIET .SUVIET_cats li h3 {
    font-family: Merriweather, 'Roboto Regular', sans-serif;
    line-height: 22px;
    font-size: 16px;
    color: #FCD6B3;
}

.premium_SUVIET .SUVIET_cats li a {
    color: #FCD6B3;
}

.premium_SUVIET .SUVIET_cats li a:hover {
    text-decoration: underline;
}

/* SUVIET Newest Post */
.SUVIET_newest_post {
    margin-top: 30px;
    margin-bottom: 36px;
    text-align: left;
    display: table;
}

.SUVIET_newest_post .newest_image img {
    width: 100%;
    box-shadow: 4px 4px 1px #456;
    height: auto;
}

.SUVIET_newest_post .newest_info {
    position: relative;
    display: table-cell;
}

.SUVIET_newest_post .newest_title h3 {
    font-family: 'Merriweather', 'Roboto Bold', sans-serif;
    line-height: 32px;
    font-size: 24px;
    text-transform: none;
}

.SUVIET_newest_post .newest_title a {
    color: #FCD6B3;
}

.SUVIET_newest_post .newest_title a:hover {
    text-decoration: underline;
}

.SUVIET_newest_post .newest_date {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 13px;
    color: #FCD6B3;
    font-style: italic;
    margin-top: 15px;
}

.SUVIET_newest_post .newest_desc {
    padding-top: 20px;
}

.SUVIET_newest_post .newest_desc,
.SUVIET_newest_post .newest_desc p,
.SUVIET_newest_post .newest_desc div {
    font-family: Merriweather, 'Roboto Regular', sans-serif;
    line-height: 26px;
    font-size: 14px;
    color: #FCD6B3;
}

.SUVIET_newest_post .newest_desc div {
    margin-bottom: 10px;
}

/* SUVIET List Posts */
.SUVIET_newest_post .newest_image,
.SUVIET_list_post .item .item_image {
    position: relative;
    padding-bottom: 62%;
    overflow: hidden;
}
.SUVIET_newest_post .newest_image a,
.SUVIET_list_post .item .item_image a {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}
.SUVIET_list_post .item .item_image a img {
    width: 100%;
    height: auto;
}

.SUVIET_list_post .item .item_info {
    padding: 10px 0;
    height: 152px;
    overflow: hidden;
}

.SUVIET_list_post .item .item_info .item_title a {
    color: #FCD6B3;
}

.SUVIET_list_post .item .item_info .item_title a:hover {
    color: #fff;
    text-decoration: none;
}

.SUVIET_list_post .item .item_info .item_date {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 13px;
    color: #fbd6b5;
    font-style: italic;
}

.SUVIET_list_post .item .item_info .item_desc {
    padding-top: 10px;
}

.SUVIET_list_post .item .item_info .item_desc,
.SUVIET_list_post .item .item_info .item_desc p,
.SUVIET_list_post .item .item_info .item_desc div {
    font-family: Merriweather, 'Roboto Regular', sans-serif;
    line-height: 26px;
    font-size: 14px;
    color: #40352C;
}

.SUVIET_list_post .item .item_info .item_desc div {
    margin-bottom: 10px;
}

.edition-main .read_more_cat {
    clear: both;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #93745C;
    margin: 20px auto;
}

.edition-main .read_more_cat a {
    color: #FCD6B3;
    font-size: 14px;
    font-family: 'Roboto Regular';
    line-height: 18px;
    font-weight: 400;
}

.edition-main .read_more_cat .arrow_right {
    border: solid #FCD6B3;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}



/* PREMIUM VANHOA */
/* --------------------------------------------------------------------------- */
.premium_VANHOA {
    background: url(/images/editions/ProgramBG.jpg) no-repeat top right;
    background-color: #12192B;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 50px 50px;
    border-radius: 4px;
    min-height: 800px;
}

.premium_VANHOA .logo_section_title {
    margin-bottom: 30px;
}

.premium_VANHOA .logo_section_title .epoch_premium.logo {
    background: url(/images/editions/frontpage_logo.png) no-repeat left top;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    width: 139px;
    height: 40px;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.premium_VANHOA .logo_section_title .text {
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px solid #7a6f68;
    color: #FCD6B3;
    font: 400 28px/35px Oswald, Didot, 'Roboto Bold', sans-serif;
    display: inline-block;
    vertical-align: bottom;
    text-transform: uppercase;
    padding-top: 8px;
}


/* VANHOA Cats */
.premium_VANHOA .VANHOA_cats {
    margin-bottom: 20px;
}

.premium_VANHOA .VANHOA_cats ul {
    padding: 0;
}

.premium_VANHOA .VANHOA_cats li {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 0 12px;
    position: relative;
    border-right: 1px solid #555;
    text-transform: uppercase;
}

.premium_VANHOA .VANHOA_cats li:first-child {
    padding-left: 0;
}

.premium_VANHOA .VANHOA_cats li:last-child {
    padding-right: 0;
    border-right: 0;
}

.premium_VANHOA .VANHOA_cats li h3 {
    font-family: Merriweather, 'Roboto Regular', sans-serif;
    line-height: 22px;
    font-size: 16px;
    color: #FCD6B3;
}

.premium_VANHOA .VANHOA_cats li a {
    color: #FCD6B3;
}

.premium_SUVIET .VANHOA_cats li a:hover {
    text-decoration: underline;
}


/* VANHOA List Posts */
.VANHOA_list_post {
    width: 100%;
}

.VANHOA_list_post .item .item_info {
    padding: 10px 0;
    height: 122px;
    overflow: hidden;
}

.VANHOA_list_post .item .item_info .item_title h3 {
    font-family: 'Merriweather', 'Roboto Bold', sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 15px;
}

.VANHOA_list_post .item .item_info .item_title a {
    color: #FCD6B3;
}

.VANHOA_list_post .item .item_info .item_title a:hover {
    color: #fff;
    text-decoration: none;
}

.VANHOA_list_post .item .item_info .item_date {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 13px;
    color: #b3a69a;
    font-style: italic;
}

.VANHOA_list_post .item .item_info .item_desc {
    padding-top: 10px;
}

.VANHOA_list_post .item .item_info .item_desc,
.VANHOA_list_post .item .item_info .item_desc p,
.VANHOA_list_post .item .item_info .item_desc div {
    font-family: Merriweather, 'Roboto Regular', sans-serif;
    line-height: 26px;
    font-size: 14px;
    color: #40352C;
}

.VANHOA_list_post .item .item_info .item_desc div {
    margin-bottom: 10px;
}

.VANHOA_list_post .read_more_cat {
    clear: both;
    width: 98%;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #93745C;
    margin: 20px auto;
}

.VANHOA_list_post .read_more_cat a {
    color: #FCD6B3;
    font-size: 14px;
    font-family: 'Roboto Regular';
    line-height: 18px;
    font-weight: 400;
}

.VANHOA_list_post .read_more_cat .arrow_right {
    border: solid #FCD6B3;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


@media only screen and (min-width: 768px) {
    .premium .container {
        max-width: 1260px;;
    }
}
/* PREMIUM Weekly Editions Content */
/* -------------------------------------------- */
body.page-chuyen-de #the-post {
    display: table;
}

body.page-chuyen-de #the-post li {
    list-style: none;
    display: table-cell;
    width: 19.8%;
    padding: 16px 12px 2px;
    float: left;
    border-bottom: 1px dotted #888;
    min-height: 250px;
    /*text-align: center;*/
}
body.page-chuyen-de #the-post li:nth-child(5n+1) {
    clear: both;
}
body.page-chuyen-de #the-post li a {
    font-size: 17px;
    font-family: 'Merriweather', 'Roboto Bold', sans-serif;
}
body.page-chuyen-de #the-post li a:hover {
    color: #2431ff;
}
body.page-chuyen-de #the-post li p.freq {
    font-size: 14px;
    color: #444;
}
body.page-chuyen-de #the-post li img {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}


.weekly-editions .top-header {
    padding-top: 130px;
    position: relative;
}

.weekly-editions .top-header .top-header-title {
    max-width: 1140px;
    margin: 0 auto;
}

.weekly-editions .top-header .top-header-image-title {
    width: 300px;
}

.weekly-editions .container {
    position: relative;
}

.weekly-editions .container .main-content {
    margin-top: 240px;
    background-color: rgba(235, 213, 192, 0.9);
    border-radius: 8px;
    padding: 40px 20px;
}

.weekly-editions .container .main-content .post-title {
    text-align: center;
    font-size: 19px;
    font-family: "Roboto Regular", Arial;
    font-weight: bold;
    color: #21211f;
    margin-bottom: 10px;
}

.weekly-editions .container .main-content .linklistcatname {
    display: none;
}

body.van-hoa-nghe-thuat {
    background: url(/images/premium/arts-and-culture-1260x841-1.jpeg) no-repeat center top;
    background-color: #4e281b;
    background-size: cover;
    /*background-position: center;*/
    width: 100%;
    min-height: 1000px;
    height: 100vh;
}

body.giao-duc-doi-song {
    background: url(/images/premium/premium-giaoduc-doisong-bg.jpeg) no-repeat center top;
    background-color: #7a4f24;
    background-size: cover;
    /*background-position: center;*/
    width: 100%;
    min-height: 1000px;
    height: 100vh;
}

body.tam-va-than {
    background: url(/images/premium/premium-tam-than-bg.jpeg) no-repeat center top;
    background-color: #194c4d;
    background-size: cover;
    /*background-position: center;*/
    width: 100%;
    min-height: 1000px;
    height: 100vh;
}

@media screen and (max-width: 1200px) {
    .one_mag_cat .LinkLibraryCat ul li {
        width: 50%;
    }
}
/* Style for bao in page */
body.bao-in {
    background: url(/images/editions/epoch-insight-bg.jpeg) no-repeat center top;
    background-size: cover;
    /*background-position: center;*/
    width: 100%;
    min-height: 1000px;
    height: 100vh;
}
body.bao-in .read_more_cat {
    text-align: left;
}
.bao-in .weekly-editions .container .main-content {
    background-image: url(/images/editions/bg-paper.jpg);
}
.bao-in .post-inner.post-inner-category {
    float: none;
}
.bao-in .weekly-editions .top-header .top-header-title h1 {
    font-family: Merriweather, 'Roboto Bold', sans-serif;
    font-size: 46px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bao-in .newest_edition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bao-in .newest_edition .newest-magazine {
    background-color: #fff;
}
.bao-in .newest_edition .newest_title a,
.bao-in .newest_edition .newest_desc, .bao-in .newest_edition .newest_desc p, .bao-in .newest_edition .newest_desc div,
.bao-in .read_more_cat a{
    color: #fff !important;
}
.bao-in .read_more_cat .arrow_right {
    border: solid #fff;
    border-width: 0 1px 1px 0;
}
.bao-in .weekly-editions .container .main-content {
    margin-top: 115px;
}
.bao-in .weekly-editions .container .main-content .entry p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #444;
}
body.bao-in #the-post li > a {
    max-height: 190px;
    margin-bottom: 7px;
    display: block;
    overflow: hidden;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 3px #CCC;
}

#edition_post #the-post .post-info .eet-author-info li {
    vertical-align: middle;
}
.post-listing .pageselector {
    clear: both;
}
.post-listing .pageselector span {
    position: relative;
    top: 20px;
    padding: 7px 12px;
    border-radius: 3px;
    border: 1px solid #5c4b40;
    background-color: #f6eee4;
}
.post-listing .pageselector span a {
    color: #5c4b40;
}
.post-listing .pageselector .selectedpage {
    background-color: #fbd6b5;
}
@media screen and (max-width: 1200px) {
    body.edition-main .main_container .top_newest .logo-page {
        padding: 60px 0 35px;
    }
}

@media screen and (max-width: 1200px) {
    .one_mag_cat .LinkLibraryCat ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1024px) {
    body.page-chuyen-de #the-post ul {
        margin: 0;
    }

    body.page-chuyen-de #the-post li {
        width: 20%;
    }
}

@media screen and (max-width: 992px) {
    header.premium .navi>li:last-child {
        position: absolute;
        top: 4px;
        right: 0;
    }
    body.page-chuyen-de #the-post li {
        width: 25%;
    }
    body.bao-in #the-post li > a {
        max-height: 217px;
    }
    body.page-chuyen-de #the-post li:nth-child(5n+1) {
        clear: none;
    }
    body.page-chuyen-de #the-post li:nth-child(4n+1) {
        clear: both;
    }
    .premium_BAOIN {
        padding-left: 80px;
    }
    .BAOIN_right,
    .BAOIN_left {
        padding: 0;
        border-right: 0;
    }
    .BAOIN_right .title_container {
        margin: 45px auto 35px;
        text-align: center;
        width: 270px;
    }
    .BAOIN_right .section_title {
        margin-left: 0;
    }
    .BAOIN_right .title_container:before {
        left: 0;
    }
}


@media only screen and (max-width: 775px) {
    .edition-main header.premium .align_center .navi {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    body.edition-main .main_container .top_newest {
        padding: 20px 0;
    }

    body.edition-main .main_container {
        background: none;
    }

    body.edition-main .main_container .top_container {
        padding-bottom: 0;
    }
    .premium_BAOIN {
        width: 100%;
        padding: 25px;
        margin-top: 0;
    }

    .BAOIN_left {
        padding: 0;
        border: 0;
    }

    .BAOIN_right {
        padding: 0 10px 0 0;
    }

    .BAOIN_posts .item .item_info .item_title h3 {
        font: 400 16px/23px 'Merriweather', 'Roboto Bold', sans-serif;
        margin-bottom: 10px;
    }

    .BAOIN_posts .item .item_info {
        padding: 10px 0 0 10px;
        width: 63%;
    }

    .premium_SUVIET {
        padding: 15px 10px 0 5px;
    }

    .premium_SUVIET .SUVIET_cats li {
        padding: 3px 0;
        width: 100%;
        border: 0;
    }

    .SUVIET_newest_post {
        width: 100%;
    }

    .SUVIET_newest_post .newest_info {
        margin-top: 20px;
    }

    .SUVIET_list_post .item .item_image img {
        max-height: 124px;
    }

    header.premium .align_center {
        max-width: 100%;
    }

    .premium_VANHOA {
        padding: 25px 5px 0 5px;
    }

    .premium_VANHOA .logo_section_title .text {
        margin-left: 10px;
        padding-left: 10px;
    }

    .premium_VANHOA .VANHOA_cats li {
        padding: 3px 0;
        width: 100%;
        border: 0;
    }

    header.premium .navi ul.menu>li {
        width: auto;
    }

    .newest_edition .newest_image img {
        width: 100%;
        height: auto;
    }
    .edition-main .premium-home-style .item:nth-child(4n+1) {
        clear: unset;
    }
    .edition-main .premium-home-style .item:nth-child(2n+1) {
        clear: both;
    }
}

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

    body.page-chuyen-de #the-post li {
        width: 33.3333%;
    }
    body.page-chuyen-de #the-post li:nth-child(4n+1) {
        clear: none;
    }
    body.page-chuyen-de #the-post li:nth-child(3n+1) {
        clear: both;
    }
    .premium-introduce-slider{
        width: 100%;
        max-width: unset;
        max-height: unset;
    }
    .premium-introduce-slider .item .newest_edition {
        display: block;
    }
}

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

    body.page-chuyen-de #the-post li {
        width: 50%;
    }
    body.page-chuyen-de #the-post li:nth-child(3n+1) {
        clear: none;
    }
    body.page-chuyen-de #the-post li:nth-child(2n+1) {
        clear: both;
    }
}

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

    body.page-chuyen-de #the-post li {
        width: 100%;
    }
}