/* V2 NEW STYLE */
.tin-moi-nhat {
    background-size: cover !important;
    background-image: url(/images/v2/tin-moi-nhat-bg.png) !important;
}

.post-most-recent .time_ago {
    font-family: 'Roboto Regular', sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}

.cat-binh-luan .post-user-avatar {
    float: left;
    width: 64px;
    max-height: 64px;
    overflow: hidden;
    position: relative;
}

.cat-binh-luan .post-user-avatar img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    aspect-ratio: auto 64 / 64;
}

.cat-binh-luan .post-meta .user_display_name {
    font: 500 12px/21px Oswald, 'Roboto Bold', Arial;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #21211f;
}

.focus-left .cat-binh-luan .post-inner .post-body ul li .post-entry {
    width: 77%;
}

.row-top .post-author-info {
    font: 500 14px/21px Oswald, 'Roboto Bold', Arial;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #21211f;
    margin-top: 18px;
}

.row-top .contact-info {
    background-size: cover !important;
    background-image: url(/images/v2/follow-us-bg.png) !important;
    position: relative;
    margin: 40px 0 0;
    height: 109px;
    border-radius: 10px;
}

.row-top .contact-info .email-us {
    font: 300 15px/21px Oswald, 'Roboto Bold', Arial;
    letter-spacing: 0.35px;
    color: #FFF;
    padding: 30px 20px;
    float: left;
    width: 70%;
}

.row-top .contact-info .email-us a {
    color: #FFF;
    text-decoration: none;
}

.row-top .contact-info .email-us a:hover {
    text-decoration: underline;
}

.row-top .contact-info .follow-us {
    font: 300 14px/21px Oswald, 'Roboto Bold', Arial;
    letter-spacing: 0.35px;
    color: #FFF;
    padding: 8px 10px;
    float: right;
    width: 28%;
}

.row-top .top-news-content {
    margin-bottom: 13px;
}

/* BAO IN SLIDE */
.bao-in-slide {
    text-align: center;
    padding: 25px 0 15px;
    background: #F8F7F5;
    max-height: 450px;
    overflow: hidden;
}

.bao-in-slide .premium_logo {
    padding-bottom: 15px;
}

.bao-in-slide .premium_logo img {
    width: 141px;
    height: 40px;
}

.bao-in-slide .block_title {
    color: #000;
    font: 500 15px/23px Oswald, 'Roboto Bold', Arial;
    text-align: center;
    margin-bottom: 5px;
}

.bao-in-slide .image.image_slider {
    width: 200px;
    max-width: 100%;
    margin: auto;
}

.bao-in-slide .slick-arrow {
    position: absolute;
    top: 36%;
    left: 96%;
    width: 28%;
    cursor: pointer;
    z-index: 3;
}

.bao-in-slide .slick-prev {
    left: -23.5%;
}

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

.bao-in-slide .date {
    font: 500 15px/23px Oswald, 'Roboto Bold', Arial;
    padding-top: 10px;
}

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

/* VIDEO */
.focus-right .video-posts .post-head {
    background: none;
}

.focus-right .video-posts .post-head {
    border: 0;
    margin: 0;
}

.focus-right .video-posts iframe {
    width: 370px;
    height: 171px;
}

.focus-right .video-posts .post-info h3 {
    font-size: 15px;
    line-height: 21px;
    margin-top: 5px;
}

.focus-right .video-posts .post-head .title h2 {
    color: #21211f;
}

.focus-right .video-posts .post-inner .widget-container ul li {
    padding: 8px 0px 5px;
}

.focus-right .video-posts ul li .article-item {
    padding: 3px 0 3px;
}

.focus-right .video-posts .post-inner {
    margin-bottom: 0;
}

/* V2 Footer */

#footer .toprow {
    padding-bottom: 35px;
}

#footer .toprow .icon_wrapper {
    width: calc(100% - 340px);
}

#footer .block_title {
    font: 400 14px/21px Oswald, "Roboto Bold", Arial, sans-serif;
    padding: 0 0 20px;
}

#footer .copyright {
    font: 300 12px/21px "Roboto Regular", Arial, sans-serif;
}

#footer-single {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #343434;
    transform: translate3d(0,0,0);
    z-index: 8;
    padding-bottom: 10px;
}

#footer-single .logo-single {
    text-align: center;
    padding-top: 40px;
}

#footer-single .copyright {
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    border-top: 0;
}

#footer-single .dmca {
    text-align: center;
    padding-bottom: 50px;
}

/* Responsively image 16:9 */
/* https://stackoverflow.com/questions/42820520/responsively-crop-43-image-into-169 */
.focus-center .post-inner .post-body .img-wrapper,
.widget-container ul li .post-thumbnail,
.widget-container .post-thumbnail,
.focus-center .post-inner .post-body .main-post-inner figure,
.news-list-item .img-wrapper {
    order: 2;
}

.focus-center .post-inner .post-body .img-wrapper img,
.widget-container ul li .post-thumbnail img,
.widget-container .post-thumbnai img,
.focus-center .post-inner .post-body .main-post-inner figure img,
.news-list-item .img-wrapper img,
.col-list-category-default figure a img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

/* Subscription */
.home-subscription .subscription {
    text-align: center;
}

.home-subscription .subscription img {
    max-width: 1000px !important;
}

/* Custom Scroll Style */
/* -------------------------------------------- */
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #e2e2e2 transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    border-radius: 20px;
    border: 3px solid transparent;
}

/* PODCAST */
/* -------------------------------------------- */
#podcast {
    min-height: 1200px;
    padding: 0 0 40px;
}

#podcast .top-header {
    width: 100%;
    height: auto;
    position: relative;
}
#podcast .top-header .podcast {
    height: 485px;
}
#podcast .top-header .podcast img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#podcast .top-header .logo-podcast{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.spotify-google-podcast  {
    position: relative;
    top: -90px;
}
.spotify-google-podcast .links {
    display: flex;
    flex-wrap: wrap;
}
.spotify-google-podcast .links a{ 
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 2px 5px 1px 5px;
    height: 40px;
    margin-right: 12px;
}
.spotify-google-podcast .links a span {
    display: block;
    margin: -21px 0 0 36px;
    font-size: 15px;
}
.spotify-google-podcast .links a span.text {
    position: absolute;
    font-size: 10px;
    top: 3px;
    white-space: nowrap;
    left: 43px;
    margin: 0;
}
.spotify-google-podcast .links a img {
    margin-right: 10px;
    margin-top: 2px;
}
#podcast .top-header .top-header-bg {
    width: 100%;
    height: 130px;
    background-size: cover;
    background-image: url(/images/podcast/podcast-header-bg.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

#podcast .container {
    position: relative;
}

#podcast .container .list-podcasts {
    position: relative;
    top: -95px;
    width: 100%;
}
.podcast-chonloc {
    margin: -80px 0 40px;
}
.podcast-noibat {
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #000;
}
.podcast-head h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    text-transform: uppercase;
    font: 500 20px/23px Oswald, 'Roboto Bold', Arial;
}
.slider-podcast-noibat .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.slider-podcast-noibat .slick-arrow {
    position: absolute;
    top: -46px;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: 0 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #585656;
}
.slider-podcast-noibat .slick-arrow::before {
    font-family: slick;
    font-size: 5px;
    line-height: 1;
    opacity: .75;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left: -5px;
    content: '◻';
}
.slider-podcast-noibat .slick-arrow.slick-prev::before {
    margin-left: 6px;
}
.slider-podcast-noibat .slick-arrow.slick-prev {
    right: 38px;
}
.slider-podcast-noibat .slick-arrow.slick-next {
    right: 0px;
}

.slider-podcast-noibat .slick-arrow.slick-prev::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.slider-podcast-noibat .slick-arrow.slick-next::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#podcast .slider-podcast-noibat article {
    padding: 15px
}
#podcast .slider-podcast-noibat article  .font-common {
    margin-top: 10px;
}
#podcast .slider-podcast-noibat article  .font-common h3 {
    font: 300 16px/24px 'Merriweather', Oswald, Tahoma;
    margin: 5px 0px 5px 0;
    font-weight: bold;
}
#podcast .slider-podcast-noibat .post-info-meta,
#podcast .slider-podcast-noibat .post-info-meta a {
    color: #BF7222;
    font: 300 13px/24px 'Merriweather', Oswald, Tahoma;
    text-transform: uppercase;
}
#podcast .slider-podcast-noibat p .post-meta-author a{
    text-transform: none;
}
#podcast .section-podcast .post-meta {
    font-size: 13px;
    font-style: italic;
    margin: 10px 0;
}
#podcast .section-podcast .img-wrapper a,
#podcast .section-podcast article figure a {
    position: relative;
    padding-bottom: 62.25%;
    display: block;
    overflow: hidden;
    background-color: #000;
}
#podcast .slider-podcast-noibat article figure {
    max-height: 246px;
    overflow: hidden;
}
.slider-podcast-noibat article figure a {
    max-width: 374px;
    max-height: 232px;
}
#podcast .podcast-posts {
    width: calc(100% - 320px);
    float: left;
}
#podcast .section-podcast article figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-height: 246px;
}
#podcast .podcast-posts article {
    display: flex;
    border-bottom: 1px dotted #898889;
    padding-bottom: 20px;
}
#podcast .read_more_cat {
    border-top: 0;
}
#podcast .podcast-posts article h3.font-common {
    font: 300 16px/24px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    margin: 0px 0px 5px 0;
    font-weight: bold;
}
#podcast .podcast-posts article .excerpt {
    font: 400 13px/21px 'Merriweather', "Roboto Bold", Arial, sans-serif;
    color: #567;
}
#podcast .podcast-posts article .post-info{
    padding: 0 0 0px 15px;
    flex: 1;
}
#podcast .podcast-posts .img-wrapper {
    width: 34%;
    padding: 0;
    order: unset;
}

.podcast-sidebar {
    margin-bottom: 20px;
}
.podcast-sidebar .title {
    padding-bottom: 10px;
}
#podcast .podcast-sidebar .news-list-item {
    display: flex;
    padding: 10px 0 5px;
    border-bottom: 1px dotted #ddd;
}
#podcast .podcast-sidebar .post-entry {
    flex: 1;
}
#podcast .podcast-sidebar .post-thumbnail {
    width: 34%;
}
/* HOME SIDEBAR RIGHT */
.right-box-posts .tag-sidebar-posts-content {
    max-height: 615px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 6px;
}

.right-box-posts .covid19-vaccine-posts-content {
    max-height: 326px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 6px;
}

.right-box-posts .tai-chinh-sidebar-posts-content {
    margin-top: 5px;
    margin-bottom: 5px;
}


#etv-home-page .fluid-width-video-wrapper,
#video-home-page .fluid-width-video-wrapper {
    padding-top: 0!important;
}

.crp-list {
    padding-inline-start: 16px !important;
}

.crp-list .crp-list-item-title a {
    font: 500 14px/20px 'Merriweather', "Roboto Bold", Arial, sans-serif !important;
    color: #21211f!important;
}

.crp-list .crp-list-item-title a:hover {
    color: #0d73ea!important;
    text-decoration: none;
}

h3.crp-list-title {
    margin-top: 16px;
}

.crp-list .crp-list-item-image-grid-view img {
    max-width: 100% !important;
    /* width: unset !important; */
}

.crp-list-item-title.crp-list-item-title-grid-view {
    margin-top: 8px;
    margin-bottom: 4px;
    line-height: 17px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.crp-list-item-date {
    font: 500 12px/22px "Roboto Regular", Arial, sans-serif !important;
    font-style: italic !important;
}


.wpseo-primary-category {
    margin-left: 4px;
    font: 11px "Roboto Regular", Arial, sans-serif;
}

.midterm h2 {
    font-family: 'Acta Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 4px;
}

.midterm h2 a {
    color: #000000;
}

.midterm .sub_title {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #727272;
    text-align: center;
    margin-bottom: 12px;
}

.midterm .top_block .first_post {
    margin-bottom: 24px;
}

.midterm .top_block .first_post:after {
    display: block;
    content: '';
    width: calc(100% - 32px);
    height: 1px;
    margin: 24px auto 0;
    border-bottom: 1px dashed #e3e3e3;
}

.midterm .first_post .image {
    position: relative;
    line-height: 0;
    margin-bottom: 16px;
}

.midterm .first_post .image .video_fit_container {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%;
}

.midterm .first_post .image .video_fit_container>iframe,
.midterm .first_post .image .video_fit_container>div.wp-video,
.midterm .first_post .image .video_fit_container>div.player-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.midterm .first_post h3 {
    font-family: 'Acta Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 4px;
    padding: 0 16px;
}

.midterm .first_post .eet_title_video_icon:before {
    font-size: 20px;
}

.midterm .first_post .excerpt {
    display: block;
    display: -webkit-box;
    max-height: 96px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    padding: 0 16px;
    font-family: 'Acta';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #373737;
}

.midterm .see_more {
    font-family: 'Ringside Condensed';
    font-style: normal;
    font-weight: 375;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #000000;
    text-align: right;
    padding-right: 16px;
}

.midterm .see_more a {
    position: relative;
    color: #000000;
}

.midterm .see_more a:before, .midterm .see_more a:after {
    content: '-';
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    transform: rotate(45deg);
}

.midterm .see_more a:before {
    top: 2px;
    right: 3px;
    transform: rotate(-45deg);
}

.midterm .latest_col {
    padding: 0 16px 8px;
}

.midterm .latest_col .block_title {
    font-family: 'Ringside Condensed Bold';
    font-style: normal;
    font-weight: 475;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.03em;
    color: #000000;
    text-align: left;
    background-color: unset;
    margin-bottom: 16px;
    padding: 0;
}

.midterm .latest_col .one_post {
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E3E3E3;
}

.midterm .latest_col .cat_name {
    font-family: 'Ringside Condensed Bold';
    font-style: normal;
    font-weight: 475;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #3457D3;
    margin-right: 16px;
}

.midterm .latest_col .cat_name a {
    color: #3457D3;
}

.midterm .latest_col .time {
    font-family: 'Ringside Condensed';
    font-style: italic;
    font-weight: 250;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.midterm .latest_col .title {
    font-family: 'Acta Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 8px 0;
}

.midterm .latest_col .excerpt {
    display: inline-block;
    display: -webkit-inline-box;
    width: 68%;
    max-height: 72px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 8px;
    vertical-align: top;
    font-family: 'Acta';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #373737;
}

.midterm .latest_col .image {
    display: inline-block;
    position: relative;
    width: 32%;
    padding-top: 6px;
    line-height: 0;
}

.midterm .row_block {
    margin-bottom: 24px;
    padding: 0 16px;
    border-bottom: 1px solid #A2A2A2;
}

.midterm .row_block .cat_name {
    font-family: 'Ringside Condensed Bold';
    font-style: normal;
    font-weight: 475;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 2px;
}

.midterm .row_block .cat_name a {
    color: #000000;
}

.midterm .row_block .one_cat {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #E3E3E3;
}

.midterm .row_block .one_cat:last-child {
    margin-bottom: 0;
    border-bottom: unset;
}

.midterm .row_block .image {
    display: inline-block;
    position: relative;
    width: 38%;
    vertical-align: top;
    line-height: 0;
    padding-top: 6px;
    padding-right: 12px;
}

.midterm .row_block .title {
    width: 62%;
    font-family: 'Acta Bold';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.midterm .eet_title_video_icon:before {
    padding-bottom: 0;
    vertical-align: bottom;
}

.midterm_banner {
    margin-bottom: 44px;
}

/* start election day style */
.midterm .first_post .image {
    margin-bottom: 8px;
}

.midterm .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 48px;
}

.midterm .first_post .details {
    padding: 0 16px;
}

.midterm .first_post h3 {
    padding: 0 0 24px;
    margin-bottom: 0;
    border-bottom: 1px dashed #C6C6C6;
}

.midterm .top_block .first_post:after {
    display: none;
}

.midterm .tabs {
    text-align: center;
    font-family: 'Ringside Condensed';
    font-style: normal;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.midterm .tabs li {
    line-height: 40px;
    width: 92px;
    list-style: none;
    font-size: 20px;
}

.midterm .tabs li.indicator {
    display: none;
}

.midterm .tabs li:hover {
    cursor: pointer;
}

.midterm .tabs li.active {
    background-color: #F3F3F1;
}

.midterm .map iframe {
    height: 400px;
}

.midterm .house,
.midterm .governors {
    display: none;
}

.midterm .see_more {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.midterm .control_row iframe {
    height: 188px;
}

.midterm .row_block .post_titles {
    border-top: 1px dashed #E3E3E3;
    padding-top: 24px;
}

.midterm .row_block .block_title {
    font-family: 'Ringside Condensed Bold';
    font-style: normal;
    font-weight: 475;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000000;
    background-color: #fff;
    padding: 0 0 16px;
    margin-bottom: 0;
}

.midterm .row_block .block_title span {
    position: relative;
    top: -2px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FF3333;
    padding: 0 4px;
    margin-left: 8px;
}

.midterm .row_block .post_titles .title {
    width: 100%;
    padding-bottom: 16px;
}

.midterm .row_block .one_title a {
    display: flex;
    grid-gap: 16px;
}

.midterm .post_titles .time {
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
    padding-top: 4px;
}

.midterm .post_titles .read_more {
    font-family: 'Ringside Condensed';
    font-style: normal;
    font-weight: 375;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #303030;
    margin-top: 8px;
    margin-bottom: 24px;
}

.midterm .post_titles .read_more a {
    color: #303030;
}

.midterm .row_block {
    padding-bottom: 24px;
}

.midterm .row_block .image {
    width: 100%;
    padding: 0;
}

.midterm .row_block .post_images .title {
    position: absolute;
    bottom: 0;
    left: 0;
    float: unset;
    width: 100%;
    -webkit-line-clamp: unset;
    max-height: unset;
    padding: 28px 12px 8px;
    font-family: 'Ringside Condensed';
    font-style: normal;
    font-weight: 375;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.midterm .row_block .slick-dots {
    text-align: center;
    padding-top: 4px;
}

.midterm .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 4px;
}

.midterm .slick-dots button {
    font-size: 0;
    padding: 4px;
    border: unset;
    border-radius: 50%;
    background-color: #D9D9D9;
    outline: unset;
    cursor: pointer;
}

.midterm .slick-dots .slick-active button {
    background-color: #6f6f6f;
}

.midterm_banner img {
    width: 100%;
}
.last-comments-modal-backdrop {
    display: none;
}
