/*Vietnamese css */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&display=swap');
body, #portal-mainnavigation, #frontcontent, #frontcontent p, #portal-footer-wrapper,
#portal-top, #storycontent,  .sectionteaser p, .mosaic-grid-row, div#storytext,
.plone-nav, #frontsidebar, #title_first_image h2.title, .single_column_teaser p,
#topstorywidefull #topstorywidefulltease p, .service_widetop_two_featured .two_featured p,
.section_widetop_two_featured .two_featured p, .service_widetop_three_featured .three_featured p,
.section_widetop_three_featured .three_featured p,  #commenting, .newRFAbelow, .below_other_stories {
    font-family: 'Be Vietnam Pro', sans-serif;;
}
.plone-navbar-nav {
    margin: unset;
    margin-left: -10px;
}
.plone-nav > li > a {
    letter-spacing: 0.15px;
    padding: 10px;
}
.small_lead_top .sectiontitle, .bigger_lead_top .sectiontitle,
.verybig_lead_top .sectiontitle {
    display: none;
}
#most_read_only .sidetitle .sectiontitle {
    display: unset;
}
.bigger_lead_top .top_story_part #more_news_single_column {
    margin-bottom: 22px;
    margin-right: 20px;
}
.bigger_lead_top .top_story_part .single_column_teaser {
    width: 100%;
    padding-left: 0;
}
#frontchannel {
    margin-top: 0px;
    color: #F0F6F0;
    background-color: #627568;
    width: unset;
    height: unset;
    margin-right: -15px;
}
#frontchannelbuttons h3 {
    font-size: 19px;
    padding: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #FFFFFF;
}
#frontchannelchannels ul {
    padding: 12px;
    padding-top: 0;
}
#frontchannelchannels li {
    list-style-type: none;
    margin-left: 0;
    font-size: 13px;
    line-height: 18px;
}
#frontchannelchannels li a {
    color: #F0F6F0;
}
#most_read_only .promoTitle h2 {
    line-height: 33px;
}

@media only screen and (max-width: 800px) {
    #frontchannel {
        margin: 12px 4vw;
    }
}
