<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import "fancybox.css";
@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('./fonts/Inter/Inter-Medium.ttf');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
}

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('./fonts/Merriweather-Regular.ttf');
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url('./fonts/Merriweather-Bold.ttf');
}



* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Inter-Regular', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    background-color: #ffffff;
}

.container {
    width: 95.83%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
}
span {
    text-decoration: none;
}
ul,li {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
input, button {border: 0;outline: 0;}
strong {font-family: 'Inter-Bold', sans-serif;font-weight: 700;}
.fw{width: 100%;}
.lt {display: block;float: left;}
.rt {display: block;float: right;}
.clearfix:after {content: "";display: block;height: 0;width: 100%;clear: both;}
.d-flex {
    display: flex;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.alight-item-center {
    display: flex;
    align-items: center;
}

.bt-border {
    border-bottom: 1px solid #f2f2f2;
}

/* header */
/* #header {margin-bottom: 25px;} */
#header {margin-bottom: 10px;background-color: #fff;}
.m-head {
    background-color: #fff;
    /* border-bottom: 1px solid #df0c24; */
}
.m-head .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-head {
    display: flex;
    height: 22px;
    align-items: center;
}
.external-link{
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 0 5px;
    background: #fff;
}
.external-link a {
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 400;
    font-size: 8px;
    letter-spacing: -0.5px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #A62420;
    text-align: center;
}
.bar {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    position: relative;
}

.side-bar {
    background: url(../images/mb/side-bar.png) center center no-repeat;
    width: 25px;
    height: 10px;
    padding: 0 22px;
    display: inline-block;
}

.calendar {
    position: relative;
    color: #666666;
    font-size: 12px;
    margin-left: 40px;
}

.calendar::before {
    content: "";
    background: url(../images/mb/calendar.png) center center no-repeat;
    width: 19px;
    height: 22px;
    position: absolute;
    left: -28px;
    top: -4px;
}
.ico-24h {
    height: 22px;
    font: 11px/20px 'Intel-Regular';
    text-transform: uppercase;
    color: #A62420;
    border: 1px solid #A62420;
    border-radius: 22px;
    padding: 0 2px 0 5px;
}
.ico-24h:after {
    content: '';
    display: block;
    background: url(../images/mb/arrow-down.png) center center no-repeat;
    height: 20px;
    width: 18px;
    float: right;
    margin-left: 7px;
    background-size: 18px;
}
.rings {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 0 10px;
}

.icon-rings {
    background: url(../images/mb/rings.png) right center no-repeat;
    width: 20px;
    height: 22px;
    background-size: contain;
    display: block;
    cursor: pointer;
}

.icon-search {
    padding-right: 14px;
}

.logo {
    display: flex;
    justify-content: center;
    margin: 2px 0 5px;
    align-items: center;
    flex-direction: column;
}
.logo a {text-align: center;}
.site-slogan {display: block;font-size: 7px;clear: both;color: #666;margin-top: 4px;text-transform: uppercase;text-align: center;font-family: 'Intel-Regular', sans-serif;font-weight: 400;}
.item-logo{
    position: relative;
    padding-right: 30px;
}

.big-logo {
    position: relative;
}

.item-logo::after{
    content: "";
    background: url(../images/mb/select.png) center center no-repeat;
    width: 12px;
    height: 17px;
    position: absolute;
    right: 5px;
    top: 1px;
}

ul.i-logo {
    width: 100%;
    background-color: #fafafa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 5px #e0e0e0;
    padding: 0 10px;
    
}

.i-logo {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 2;
}

.i-logo {
    display: none;

}

.i-logo-active {
    display: block;
}

.i-logo li {
    background: #fffcfc;
    padding: 10px 0;
    border-top: 1px solid #f3f3f3;
}

.i-logo li:first-child {border-top: 0}

/* nav */
.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header-nav {
    height: 46px;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #df0c24 ;
}
.header-nav::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e1e1e1;
}
.header-menu-list:hover .header-menu-item {
    color: #fff;
}

ul.sub-menu {
    width: 200px;
}

.header-menu {
    width: 100%;
    display: flex;
    align-items: center;
    list-style-type: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0px 0 0px 10px;
}
.header-menu-list {
    height: 46px;
    position: relative;
}

.header-menu-list.active .header-menu-item {
    color: #fff;
}

.header-menu-list.active {
    background-color: #0c78be;
}

.header-menu-item {
    text-transform: uppercase;
    font-size: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter-Medium',sans-serif;
}

.header-menu-list {
    padding: 7px;
}

.header-home {
    padding: 0;
}

.header-menu-item:hover {
    color: #fff;
}

.header-menu-list:hover {
    background-color: #0c78be;
}

.header-menu-list.btn-icon-menu-pc {
    position: absolute;
    right: 0;
}

.noti {
    margin-top: 15px;
    margin-bottom: 33px;
}

.navigation-link:hover {
    color: #eb1f26;
}

.icon-dot {
    width: 20px;
    height: 45px;
    display: block;
    line-height: 45px;
    font-size: 18px;
    text-align: right;
    color: #ea1c24;
}
.show-overlay {height: 100%;overflow: hidden;}
.menu-list {width: 100%;background: #fff;position: fixed;top: 0;left: 0;bottom: 0;z-index: 2247483647;will-change: transform;-moz-transition: .4s;-o-transition: .4s;-webkit-transition: .4s;transition: .4s;-webkit-transform: translate(-100%);-ms-transform: translate(-100%);-o-transform: translate(-100%);transform: translate(-100%);}
.menu-list .logo{padding: 0; margin: 10px 0;}
.menu-list .logo img{height: 60px;}
.menu-list ul,.menu-list ol{list-style: none;margin: 0;}
.show_main_menu .menu-list {-webkit-transform: translate(0);-ms-transform: translate(0);-o-transform: translate(0);transform: translate(0);}
.menu-header {position: relative;text-align: center;}
.head-logo {display: inline-block;font-size: inherit;padding: 0 10px;}
.menu-header .button {padding: 0 15px;line-height: 1;cursor: pointer;}
.menu-header .button i {color: #ec2226;}
.menu-header .desktop-button i {font-size: 100%;}
.menu-header .close-button i {color: #ec2226;}
.menu-list .menu-body {scroll-behavior: smooth;-ms-overflow-style: -ms-autohiding-scrollbar;overflow: scroll;z-index: 9999;height: calc(100% - 80px);width: 100%;float: left;text-align: left;background-color: #f7f7f7;}
.list-main-nav {padding: 0 20px;}
.sub-menuLink.active,.list-sub-nav&gt;.sub-menu-item.active .sub-menuLink,.list-main-nav&gt;.menu-item.active .menuLink,.menuLink.active {color: #ec2226;}
.menu-list .menu-item {width: 100%;float: left;border-bottom: 1px solid #dfdfdf;position: relative;}
.menuLink {font-size: 16px;color: inherit;display: block;float: left;width: calc(100% - 50px);padding: 15px 0;font-style: normal;}
.sub-menu-button {display: block;float: right;width: 50px;height: 50px;text-align: center;font-size: 14px;cursor: pointer;}
.sub-menu-button i {line-height: 50px;color: #ec2226;}
.ico-desktop {width: 45px;height: 45px;position: absolute;left: 0;top: 0;text-align: center;cursor: pointer;padding: 0 15px;font-style: normal;color: #41318a;line-height: 45px;text-align: center;font-size: 20px;}
.ico-desktop i {padding-right: 5px;}
.sub-menu-button i.fa-minus:before {content: "\f068";}
.list-sub-nav {width: 100%;float: left;display: none;}
.sub-menu-item {border-top: 1px solid #dfdfdf;width: 100%;float: left;}
.sub-menuLink {font-size: 16px;color: inherit;display: block;width: 100%;margin: 10px 0 10px 15px;}
.sub-menuLink i {font-size: 10px;margin-right: 15px;vertical-align: 2px;}
/* section */
.article {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.article-image{position: relative;display: block;overflow: hidden}
.article-image::before{padding-top: 64.22%;content: '';display: block;}
.article-image img{position: absolute;top: 0;left: 0;z-index: 1;width: 100%;min-height: 100%;object-fit: cover;}
.article-cat {font-size: 12px;color: #ed1c24;text-transform: uppercase;font-family: "Inter-Regular", sans-serif;display: block;}
.article-title {font-family: "Inter-Bold", sans-serif;font-size: 14px;line-height: 1.4;font-weight: 700;color: #000;}
.article-desc {color: #666;font-size: 16px;line-height: 1.3;}
/* text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; */
.article-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* cover */
.banner-container {text-align: center;}
.banner-slider {padding: 0 18px;float: left;}
.banner-slider img {width: 100%;height: auto;}
.banner-mb-slider {overflow: hidden;white-space: nowrap;}
.banner-slider-item {display: inline-block;text-align: center;white-space: nowrap;}
.banner-slider-item img {width: 100%;}
.banner-list-slider {overflow: hidden;}
.banner-item {float: left;}
.banner-item img {width: 100%;}
.m-cover .article {float: left;width: calc((100% - 30px) / 2);margin-left: 30px;margin-top: 30px;}
.m-cover .article:first-child,.m-cover .article:nth-child(2n) {clear: both;margin-left: 0;}
.m-cover .article:first-child {width: 100%;margin-top: 0;}
.m-cover .article-title{
    font-size: 16px;
}
.m-cover .article:first-child .article-title{
    font-size: 30px;
    line-height: 1.25;
}
.m-cover .article:not(:first-child) .article-meta, .m-cover .article:not(:first-child) .article-desc{
    display: none;
}

/* item */

.m-item .article {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
}

.m-item .article-title{
    font-size: 22px;
    line-height: 1.4;
}

.m-item .article-desc,.m-cover .article-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-none .article:first-child{
    border: none;
    margin-top: 0;
    padding-top: 0;
}
/* slick-topic-speacial */

.topic-special .topic-title::before {
    content: '';
    background: url(../images/mb/co.png) left 0 no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.topic-special {
    background: url(../images/mb/BG.png) 0 0 no-repeat;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 5px;
}
.topic-title {
    text-align: right;
    padding-top: 20px;
    padding-right: 10px;
    position: relative;
    margin-bottom: 20px;
}
.topic-title img {
    max-width: 320px;
    width: 70%;
}
.topic-link {
    position: relative;
    z-index: 2;
}
.swiper-topic-speacial {padding-bottom: 35px;}
.swiper-topic-speacial .article {display: flex;flex-direction: row;column-gap: 15px;align-items: flex-start;}
.swiper-topic-speacial .article-image {width: 165px;flex-shrink: 0;flex-grow: 0;}
.swiper-topic-speacial .article-title{font-size: 16px;}
.swiper-topic-speacial .swiper-pagination-bullet-active{background-color: #ed1c24;}
/* event */

.bx-events {background-color: #faf1e2;padding-bottom: 15px;margin-top: 30px;}
.bx-events .slick-dotted.slick-events {overflow: hidden;padding-bottom: 30px;position: relative;margin-bottom: 0;}
.bx-events .article {float: left;margin: 0 18px;position: relative;}
.slick-events .article-image {border-radius: 18px;margin-bottom: 0;}
.slick-events .article-image::before {padding-top: 156%;}
.slick-events .mark {display: block;position: absolute;z-index: 1;width: 100%;height: 50%;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);}
.bx-events .article-title {position: absolute;top: 52%;left: 0;right: 0;z-index: 1;color: #fff;font-size: 21px;line-height: 1.4;padding: 0 20px;text-align: center;}
.bx-events .article-link {position: relative;padding-top: 15px;-webkit-box-orient: vertical;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;overflow: hidden;}
.bx-events .slick-dots {bottom: 0;}
.bx-events .slick-dots li {width: 13px;height: 13px;margin: 0 4px;padding: 0;}
.bx-events .slick-dots li button {width: 13px;height: 13px;background-color: #ebebeb;border-radius: 50%;border: 1px solid #afafae;}
.bx-events .slick-dots li button:before {content: unset;}
.bx-events .slick-dots li.slick-active button {background-color: #ed1c24 !important;border: 1px solid #e31124;}
.bx-events .slick-arrow{width: 56px;height: 56px;z-index: 1;top: calc(50% - 20px);}
.bx-events .slick-arrow:before {content: '';width: 100%;height: 100%;display: block;opacity: 1;transition: .3s ease;background: url(../images/pc/ico-arrow-right.png) 0 0 no-repeat;}
.bx-events .slick-arrow:hover:before {opacity: .75;} 
.bx-events .slick-prev{left: 25px;}
.bx-events .slick-next{right: 25px;}
.bx-events .slick-prev:before {transform: rotate(180deg);}
.bx-events .article-link::before {
    content: '';
    width: 30%;
    height: 1px;
    background-color: #ed1c24;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bx-agency .cat-content {background-color: #f7f7f7;padding-bottom: 20px;}
.banner-content {padding: 40px 25px;position: relative;}
.banner-slider {float: left;}
.banner-agency {overflow: hidden;}
.banner-slick {margin: 0 -18px;}
.banner-agency .slick-dotted.slick-slider {margin-bottom: 0;}
.banner-slider {padding: 0 18px;}
.banner-slider img {width: 100%;height: auto;}
.ic-arrow {width: 48px;height: 48px;border-radius: 50%;background: url(../images/pc/ico-multi-arrow.png) center center no-repeat;background-color: rgba(149, 149, 149, 1);position: absolute;top: 50%;transform: translateY(-50%);z-index: 1;cursor: pointer;}
.agency-prev {left: 31px;}
.agency-next {right: 31px;transform: rotate(180deg) translateY(50%);;}
.banner-content:hover .ic-arrow {background-color: rgba(149, 149, 149, 0.8);}
.banner-agency .slick-dots {bottom: 0;}
.banner-agency .slick-dots li{width: 10px;height: 10px;margin: 0 3px;}
.banner-agency .slick-dots li button{width: 10px;height: 10px;}
.banner-agency .slick-dots li button:before{font-size: 10px;line-height: 10px;width: 10px;height: 10px;color: #ccc;opacity: 1;}
.banner-agency .slick-dots li.slick-active button:before{opacity: 1;color: #ed1c24;}
/* .event {
    background-color: #faf1e2;
} */

.category-item, .multimedia-item{
    padding-top: 15px;
    padding-bottom: 10px;
}

.category-tit {
    font-size: 24px;
    font-family:'Inter-Bold',sans-serif;
    text-transform: uppercase;
}

.category-tit{
    /* padding-left: 30px; */
    position: relative;
    color: #333333;
}
.category-tit a[title="Chuyển đổi số"] {position: relative;padding-left: 40px;}
.category-tit a[title="Chuyển đổi số"]::before {background: url(../images/pc/ico-digital.png) 0 0px no-repeat;background-size: contain;padding-left: 35px;content: '';position: absolute;left: 0;bottom: 0;width: 35px;height: 35px;}

/* list-under */
.list-under-event{margin-top: 30px;}
.list-under-event .article {border-top: 1px solid #e1e1e1;padding-top: 10px;margin-top: 10px;display: block;float: left;width: 100%;}
.list-under-event .article-image {width: 165px;float: right;margin-left: 25px;}
.list-under-event .article-title{font-size: 16px;}

/* news */
.news .article{
    display: block;
    float: left;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
}
.news .article:first-child{
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.news .article-title {
    font-size: 16px;
}
.news .article-image {width: 165px;float: right;margin-left: 25px;}
.news .article:first-child .article-image {margin-bottom: 10px;width: 100%;float: none;margin-left: 0;}
.news .article:first-child .article-title{
    font-size: 22px;
}

.news .article:not(:first-child) .article-cat, .news .article:not(:first-child) .article-desc {
    display: none;
}

.news .article:not(:first-child) .article-content {
    order: -1;
}

.news .category-tit {
    background: url(../images/mb/tit-cat.png) right center no-repeat;
}

@media screen and (max-width: 450px) {
    .news .category-tit {
        background: unset
    }
}

.m-multimedia{
    background-color: #0c78be;
    padding-bottom: 50px;
}
.tab-multi-content {display: none;}
.tab-multi-content.active {display: block;}
.multimedia-item {overflow-x: scroll;white-space: nowrap;}
.multimedia-tit {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-family: 'Inter-Bold', sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
}

.multimedia-tit::after{
    content: '';
    background: #ff0000;
    width: 20%; 
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.multi-sub {
    display: inline-block;
}
.link-sub-multi {margin-right: 20px;color: #fff;text-transform: uppercase;/* display: inline-block; */}
.link-sub-multi[title="Ảnh"] {padding-left: 22px;background: url(../images/pc/ico-image.png) 0 center no-repeat}
.link-sub-multi[title="Video"] {padding-left: 30px;background: url(../images/pc/ico-video.png) 0 center no-repeat}
.link-sub-multi[title="Emagazine"] {padding-left: 24px;background: url(../images/pc/ico-emag.png) 0 center no-repeat}
.link-sub-multi[title="Infographic"] {padding-left: 25px;background: url(../images/pc/ico-info.png) 0 center no-repeat}
.link-sub-multi[title="Podcast"] {padding-left: 25px;background: url(../images/pc/ico-podcast.png) 0 center no-repeat;background-size: contain;}
.m-multimedia .article-title {font-size: 18px;color: #fff;}
.m-multimedia .article-desc {color: #fff;display: none;}
.bx-cat-one .article {width: 100%;float: left;margin-top: 10px;padding-top: 10px;border-top: 1px solid #ddd;}
.bx-cat-one .article:first-child {margin-top: 0;padding-top: 0;border-top: 0;}
.tab-video-cover {margin-bottom: 20px;}
.view-more {margin-top: 20px;}
.link-more {color: #fff;text-align: center;width: 180px;height: 47px;border-radius: 47px;background-color: #f1af11;display: block;line-height: 47px;margin: 0 auto;text-transform: uppercase;position: relative;}
.link-more::after {content: '';background: url(../images/mb/v.png) center center no-repeat;width: 100%;height: 20px;display: block;text-align: center;margin-top: 10px;animation: arrow-down 0.75s ease infinite;opacity: 0.7;}

@keyframes arrow-down {
    0% {opacity: 0.7;transform: translateY(0)}
    100% {opacity: 0.3;transform: translateY(8px)}
}
.district {
    background: #f8f6e8;
    /* margin-top: 35px; */
    padding-bottom: 30px;
}

.district .category-tit {
    background: url(../images/mb/gach.png) right center no-repeat;
}
.district .article:not(:first-child) .article-cat {display: none;}
@media screen and (max-width: 470px) {
    .district .category-tit {
        background: unset
    }
    .bx-region-cate a:not(.link-more) {
        font-size: 13px;
    }
}

.district .category-tit{
    color: #333333;
}

.district .article:first-child .article-title{
    color: #333333;
    font-size: 28px;
    margin-bottom: 10px;
}
.district .article-cat {margin-bottom: 10px;}
.district .m-cover {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.bx-list-region {
    position: relative;
    padding-block: 12px;
}
.bx-region-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.bx-list-region::before {
    content: '';
    background: url(../images/pc/bg-map-final.PNG) center center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    opacity: 0.1;
}

.bx-list-region a:not(.link-more) {
    position: relative;
    color: #333;
    padding-left: 35px;
    padding-right: 50px;
    background: url(../images/pc/ico-region.png) top 7px left 0 no-repeat;
    line-height: 24px;
    padding-block: 3px;
    font-family: 'Inter-Bold', sans-serif;
    font-weight: 700;
    display: block;
}
.bx-list-region .link-more::after {
    content: unset;
}
.half-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.read-news .category-tit::before {
    content: '';
    background: url(../images/mb/read.png) center center no-repeat;
    width: 18px;
    height: 19px;
    background-size: contain;
    display: block;
    position: absolute;
    left: -1px;
    top: 4px;
}

.read-news .category-tit::after {
    content: '';
    background: #ebebeb;
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.read-news .article-image::before {
    padding-top: 144.67%;
}

.education{
    margin-top: 35px;
    padding-bottom: 35px;
    background: #41318a;
}

.education .category-item {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.drop{
    position: relative;
}

.drop::before {
    content: '';
    background: url(../images/mb/drop.png) center center no-repeat;
    width: 14px;
    height: 9px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 4px;
    left: -12px;
}

.auto-nav-more-list {
    right: 0;
    top: 100%;
    opacity: 1;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    padding: 0;
    width: 230px;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    box-shadow: 0 0 2px #666;
}
.item-options-link {
    width: 100%;
    display: block;
    text-align: right;
    border-top: 1px dotted #e0e0e0;
    padding: 8px 10px;
    font-size: 13px;
}
.education .tuoitre-cat-content:first-child .article:first-child .article-title {
    font-size: 26px;
    color: #fff;
}
.education .article-title{
    font-size: 16px;
    color: #fff;
}
.education &gt; .tuoitre-cat-content .article:first-child .article-title {
    font-size: 23px;
}
.education .tuoitre-cat-content .article:first-child .article-desc {
    font-size: 16px;
    color: #fff;
}

.education .article:not(:first-child) .article-desc, .education .article:not(:first-child) .article-image {
    display: none;
}

.education .article:not(:first-child) {
    border-top: 1px solid #5948a8;
    padding-top: 10px;
    margin-top: 15px;
}
.i-title{
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    padding-top: 45px;
    margin-bottom: 24px;
    position: relative;
    font-family: 'Inter-Bold', sans-serif;
    font-weight: 700;
}

.i-title::after {
    content: '';
    background: #ff0000;
    width: 20%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.i-education .article {float: left;display: block;width: 100%;}
.i-education .article-title{
    font-size: 16px;
}

.i-education .article-image {
    float: left;
    margin-right: 25px;
    width: 165px;
}
.life{
    background-color: #17b8ff;
    margin-top: 35px;
    padding-bottom: 35px;
}
.life .container {position: relative;margin-bottom: 12px;}
.life .category-item {
    padding-bottom: 0;
}

.life .category-item .i-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    padding-top: 0;
    margin-bottom: 32px;
    position: relative;
}

.i-title::after {
    content: '';
    background: #ff0000;
    width: 20%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.life .tuoitre-cat-content .article:first-child {
    background: #ffffff;
    margin-bottom: 25px;
}

.life .tuoitre-cat-content .article:first-child .article-content{
    padding: 0 20px 25px 20px;
    position: relative;
}

.life .tuoitre-cat-content .article:first-child .article-title {
    font-size: 24px;
}

.life .tuoitre-cat-content .article:first-child .article-desc{
    color: black;
}
.life .tuoitre-cat-content .arrow-link {display: none;}
.life .tuoitre-cat-content .article:first-child .arrow-link {
    background: url(../images/mb/row.png) no-repeat right bottom;
    padding: 0 0px 0px 0;
    width: 32px;
    height: 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    z-index: 1;
}


.life .tuoitre-cat-content .article:nth-child(n+2) {
    display: grid;
    grid-template-columns: 168px auto;
    gap: 25px;
    border-bottom: 1px solid #388ec5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.life .tuoitre-cat-content .article:nth-child(n+2) .article-cat, .life .tuoitre-cat-content .article:nth-child(n+2) .article-desc {
    display: none;
}

.life .tuoitre-cat-content .article:nth-child(n+2) .article-title{
    color: #fff;
}


.life .tuoitre-cat-content .article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.most-views{
    background: #fdfdef;
    padding-bottom: 40px;
}

.most-views .tuoitre-cat-content {
    counter-reset: section;
}

.most-views .article-title::before {
    counter-increment: section;
    content: counter(section) ".";
    margin-right: 30px;
    width: 40px;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Merriweather-Regular', sans-serif;
}

.most-views .article {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.most-views .article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.most-views .article-title{
    font-size: 18px;
    font-family: "Inter-Regular", sans-serif;
    font-weight: 400;
}

.most-views .article-title {
    display: flex;
    align-items: center;
}

.most-views .category-item  {
    margin-bottom: 20px;
}

/* footer */

footer {
    background-color: #f0f0f0;
    font-size: 16px;
    color: #333;
}
.logo-multisite a {margin: 0 3px 5px;display: inline-block;}

.footer-info {
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 15px;
}

.footer-social {
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    margin-top: 5px;
    padding: 10px 20px 0;
    text-align: center;
    color: #f0f0f0;
}

.ft-social {
    background-color: #c9c9c9;
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    border-radius: 50%;
    margin: 0 2px;
}

.ft-social i:hover{
    color: #df0c24;
}

.wrap{
    display: grid;
    gap: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.footer-links {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    overflow-x: scroll;
    white-space: nowrap;
}

.inter-bold {font-family: 'Intel-Regular', sans-serif;text-decoration: none;}
.master-cms {
    background-color: #fff;
    font-size: 14px;
    color: #a0a0a0;
    padding: 20px 0 ;
}

.last {
    padding-bottom: 20px;
}



/* category */
.main-cate {margin-top: 25px;position: relative;}
.bread-title-hidden {position: absolute;left: -9999px;top: auto;width: 0;height: 0;overflow: hidden;}
.breadcrumb-cate {    
    display: none;    
}
.breadcrumb-cate.active {display: flex;align-items: center;flex-direction: column;}

.title-category {
    font-family: "Inter-Bold", sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
}

.title-category span {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.category-sub-list {
    align-items: center; 
    justify-content: center;
    margin-bottom: 25px;
    list-style-type: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 70%;
    text-align: center;
}
.category-sub-list li{margin: 0 10px;display: inline-block;}
.category-sub-list h1 {font-size: inherit;line-height: inherit;font-weight: 400;}
.category-sub-link{
    font-size: 14px;
    color: #838383;
}
.mb-district-detail .category-sub-link {
    font-size: 20px;
    font-family: 'Inter-Bold', sans-serif;
    font-weight: 700;
}
.active-sub {color: #4487c6;}
/* __MB_ARTICLE_PAGING */
.__MB_ARTICLE_PAGING{text-align: center;margin: 52px 0 24px;}
.__MB_ARTICLE_PAGING span, .__MB_ARTICLE_PAGING a {display: inline-block;text-align: center;background: #ebebeb;padding:12px 50px;border-radius: 25px;font-size: 16px;margin: 0 3px;}
.__MB_ARTICLE_PAGING span{background: #f8e6e6;}
.__MB_ARTICLE_PAGING a:hover {background: #f8e6e6;}
.__MB_ARTICLE_PAGING span:first-child {display: none;}
/* .btn-more {
    background-color: #4e3169;
    height: 40px;
    color: #fff;
    width: 155px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.most-views.cate .category-item{
    background-color: #fff;
} */
.footer-logo .logo {margin-top: 0;margin-bottom: 5px;}
.footer-info.cate {
    margin-top: 0px;
}

/* detail */

.category-sub-list.de {
    margin-bottom: 40px
}

.detail{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.detail-subtitle {font-size: 18px;margin-bottom: 5px;display: block;}
.detail-video-top,.detail-subtitle:empty {display: none;}
.detail-title {
    font-size: 36px;
    font-family: "Merriweather-Bold",sans-serif;
}
.article-detail-meta {margin-top: 10px;}
.article-detail-cat {font-size: 18px;color: #000;font-family: 'Inter-Bold', sans-serif;font-weight: 700;}
.article-detail-publish {font-size: 16px;color: #666;}
.article-detail-cat + .article-detail-publish::before {content: '-';padding-right: 4px;}
.article-detail-info {border-bottom: 1px solid #e2e2e2;margin-bottom: 15px;padding-bottom: 15px;}
/* .article-author-info {padding-bottom: 10px;border-bottom: 1px solid #ebebeb;} */
.detail-about {padding: 0 0 15px;border-bottom: 1px solid #ebebeb;}
.article-author-info .author-image{width: 40px;height:40px;overflow: hidden;border-radius: 50%;background: #f1f1f1;}
.article-author-info .author-image img{min-height: 100%;object-fit: cover;min-width: 100%;}
.article-author-info .author-title{font-size: 16px;color: #0074bc;font-family: 'Inter-Medium', sans-serif;font-weight: 500;}
.article-author-info .author-email{font-size: 12px;color:#999;line-height: 1;display: none;}
.article-author-info &gt; div:last-of-type{margin-left: 15px;}
.article-author-info .author-image:not(:first-child){margin-left: -15px;}
.article-author-info .author-image:nth-child(1){z-index: 3;}
.article-author-info .author-image:nth-child(2){z-index: 2;}
.article-author-info .author-image:nth-child(3){z-index: 1;}
.article-author-info .author-image:nth-child(4){z-index: 0;}
.article-author-info .author-link:not(:first-child)::before{content: '-';display: inline-block;margin: 0 5px;}
#radio-detail audio{width: 258px;height: 33px;border-radius: 3px;background: #ebebeb;outline:0;}
.ico-google-news {display: block;height: 33px;line-height: 33px;background: url(../images/pc/ico-google-news.png) top 10px right 10px no-repeat;color: #6f6f70;padding: 0 98px 0 10px;font-size: 13px;}
.post-mail {height: 20px;width: 26px;background: url(../images/pc/ico-mailto.png) center center no-repeat; float: left;background-color: #dadada;border-radius: 3px;margin: 0 10px 0 0;}
.post-print {height: 20px;width: 26px;background: url(../images/pc/ico-print.png) center center no-repeat; float: left;background-color: #dadada;border-radius: 3px;display: none;}
.article-detail-share {margin-bottom: 20px;}
.article-author-info {display: flex;align-items: center;}
.article-detail-authors strong:empty {display: none;}
.detail-content p.article-detail-authors {padding: 0;}
#paperSelect {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px;
    height: 25px;
    border-color: #999;
  }
  
/* 

.article-auther {
    display: flex;
    gap: 15px;
}

.auther-image {
    border-radius: 50%;
    object-fit: cover;
    width: 35px;
    height: 35px;
}

.auther-name {
    font-size: 13px;
    color: #0f79d5;
}

.auther-mail {
    color: #9f9696;
    font-size: 13px;
}

.follow-link {
    color: #aaaaaa;
    border-radius: 5px;
}

.follow {
    padding-right: 97px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 9px;
    background: url(../images/google-news-noi-that-abig.png) no-repeat;
    background-position: calc(100% - 12px) 14px;
    border-radius: 3px;
}

.AudioSwitchVoice-controlbar {
    background-color: #ebebeb;
    height: 32px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    justify-content: space-between;
    padding: 20px 10px 20.59px 10px;
}


.AudioSwitchVoice-controlbar .overlay1 .progress {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #959595;
    text-transform: none;
    white-space: nowrap;
}

.AudioSwitchVoice-controlbar .overlay1 .duration {
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
}

.AudioSwitchVoice-controlbar .overlay2 .overlaySpeedRead {
    width: 50px;
    font-size: 11px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    text-transform: none;
}

.AudioSwitchVoice-controlbar .overlay2 .overlaySpeedRead {
    width: 50px;
    font-size: 11px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    text-transform: none;
}

.AudioSwitchVoice-controlbar .overlay2 .overlaySpeedRead {
    width: 50px;
    font-size: 11px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    text-transform: none;
}

.btnToggle {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.AudioSwitchVoice-controlbar .overlay2 .overlaySpeedRead .displaySpeedRead .speedRead {
    border: 1px solid #66666670;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 20px;
    color: #666;
    cursor: pointer;
}

.AudioSwitchVoice-controlbar .overlay2 .overlaySpeedRead .overlaySpeed {
    background-color: #f5f5f5;
    width: 32px;
    display: none;
    z-index: 2;
    margin: 35px 0 0 8px;
    align-items: center;
    border-radius: 6px;
    border: 2px solid #66666630;
    position: absolute;
    top: 0;
}

.AudioSwitchVoice-controlbar .overlay2 .overlayAccentRead {
    width: 140px;
    height: 100%;
    font-size: 13px;
    display: flex;
    cursor: pointer;
    position: relative;
    text-transform: none;
}

.AudioSwitchVoice-controlbar .overlay2 .overlayAccentRead .overlayVoice {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AudioSwitchVoice-controlbar .overlay2 .overlayAccentRead .overlayNameVoice {
    background-color: #f5f5f5;
    display: none;
    z-index: 2;
    margin: 35px 0 0 10px;
    align-items: center;
    border-radius: 6px;
    border: 2px solid #66666630;
    position: absolute;
}

.detail-about-under {
    width: 100%;
    display: flex;
    justify-content: end;
}

.AudioSwitchVoice-controlbar {
    width: 260px;
} */

.gg-news{
    display: block;
}

.gg-news a {
    color: #989590;
}

.detail-desc {
    font-size: 16px;
    font-family: 'Inter-bold', sans-serif;
    padding-bottom: 20px;
}

.detail-content {
    font-size: 16px;
    color: #333333;
}
.__MASTERCMS_CONTENT p:empty, .__MASTERCMS_CONTENT_MOBILE p:empty {display: none;}

.detail-content img {
    padding-bottom: 20px;
}
.MASTERCMS_TPL_TABLE tbody tr:nth-child(odd) td img {
    padding-bottom: 0;
}
/* .part-tags {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
    margin: 30px 0;
}

.tags-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 20px;
    height: 20px;
    align-items: center;
}
.tags-title {
    background: url(../images/mb/tag.png) left no-repeat;
    padding-left: 37px;
}

.tags-content .tags-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px 8px 20px;
    border-radius: 30px;
    background: #ebebeb;
    margin-bottom: 10px;
    font-size: 16px;
} */
.article-tags {margin-bottom: 30px;}
.article-tags span {display: block;color: #000;font-size: 21px;padding-left: 32px;width: 105px;height: 30px;line-height: 30px;background: url(../images/pc/ico-tags.png) 0 center no-repeat;margin-bottom: 15px;}
.article-keyword a {background-color: #ebebeb;float: left;padding: 10px 25px;border-radius: 40px;font-size: 16px;margin-right: 4px;margin-bottom: 10px;}
.expand-btn {background-color: #ebebeb;float: left;padding: 10px;border-radius: 40px;font-size: 16px;margin-bottom: 10px;cursor: pointer;}
.article-keyword a.hidden-tag {display: none;}
.link-local {background: url(../images/pc/ico-region.png) 10px 10px no-repeat;padding: 10px 10px 10px 34px!important;background-size: 20px 19px;color: #eb362f;}
#user-comment {padding: 25px 0px;background-color: #eee;margin: 36px 0;}
#user-comment .bx-cat-head span {display: inline-block;text-indent: -9999px;}
#user-comment .bx-cat-title {display: block;margin-bottom: 20px;}
#user-comment .bx-cat-head {border-bottom: 1px solid #000;display:inline-block;padding-bottom: 10px;}
#user-comment .bx-cat-head::before {content: "Bình luận";font-family: "Intel-Regular", sans-serif;font-weight: 400;text-transform: unset;color: #4487c6;font-size: 16px;}
.comments-reply, .box-comment {padding-left: 65px;}
.box-comment {background: url(../images/pc/ico-user.png) 0 10px no-repeat;}
#user-comment .box-comment textarea {border: 0;border-radius: 5px;padding: 15px;}
#user-comment button {text-transform: uppercase;padding: 9px 15px;border-radius: 3px;}
.btnDislike &gt; span, .btnLike &gt; span {margin-right: 3px;}

.relate-tit {
    margin: 35px 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Inter-bold",sans-serif;
}
.relate-tit h3{font-size: inherit;line-height: inherit;}
.relate-tit a,
.relate-tit span {
    border-bottom: 1px solid #6d00fe;
    padding-bottom: 5px;
}

.detail-relate .m-item  {
    padding-top: 0px;
}
/* author */
.bx-author-info{margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #e0e0e0;}
.bx-author-thumb{width: 100px;height:100px;float: left;overflow: hidden;border-radius: 100%;margin-right: 20px;background:#f5f5f5;}
.bx-author-thumb img{width: 100%;object-fit: cover;}
.bx-author-detail{padding-left: 120px;}
.bx-author-name{font-size: 16px;margin-bottom: 10px;}
.bx-author-content{margin-bottom: 10px;}
.bx-author-share{width: 100%;float: left;}
.bx-author-share a{display: inline-block;margin-left: 10px;background-image: url(../images/pc/ico-author-share.png);background-repeat: no-repeat;width: 20px;height: 20px;background-size: 94px;opacity: .4;}
.bx-author-share span{display: inline-block;height: 20px;line-height: 20px;float:left;}
.bx-author-email{background-position: -74px -27px;}
.bx-author-twitter{background-position: -25px -27px;}
.bx-author-facebook{background-position: 0 -27px;}
.bx-author-rss{background-position: -50px -27px;}
.bx-author-share a:hover{opacity: 1;}
.bx-author-email:hover{background-position: -74px 0;}
.bx-author-twitter:hover{background-position: -25px 0;}
.bx-author-facebook:hover{background-position: 0 0;}
.bx-author-rss:hover{background-position: -50px 0;}
/* lastest-video */
.lastest-video {margin-top: 30px;}
.lastest-video .article {width: calc((100% - 30px) / 2);float: left;margin-left: 30px;margin-top: 30px;}
.lastest-video .article:nth-child(2n+1){margin-left: 0;clear: both;}
.lastest-video .article:nth-child(-n+2) {margin-top: 0;}
.lastest-video .article-title {font-size: 16px;line-height: 1.5;}
/* videos */
.m-cover .ico-play,
.lastest-video .ico-play,
.video-cate .ico-play{width: 15px;height: 21px;display: block;position: absolute;left: 5px;bottom: 5px;z-index: 1;top:inherit;background: url(../images/pc/ico-play-s.png) center center no-repeat;}
.video-list .ico-play,
.video-cate .article:first-child .ico-play,
.m-cover .article:first-child .ico-play {
    background: url(../images/pc/ico-play-cover.png) center center no-repeat;
    z-index: 10;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ico-podcast {
    background: url(../images/pc/ico-podcast.png) center center no-repeat;
    background-size: contain;
    z-index: 10;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.article-view {font-size: 12px;background: url(../images/pc/ico-view.png) 7px 2px no-repeat;padding-left: 30px;color: #a8a8a8;position: relative;}
.video-list .article-cat, .video-cate .article-cat {display: none;}
.article-view::before {content: '|';position: absolute;left: 0;top: 1px;}
.article-link-video a{color: #0074bc;}
.video-list .article-desc{margin-top: 10px;}
.video-cate .article-desc,
.video-cate .article-info {margin-top: 10px;}
.video-list .article-desc,
.video-cate .article:not(:first-child) .article-info,
.video-cate .article:not(:first-child) .article-desc {display: none;}
.ico-duration {
    font-size: 12px;
    color: #fff;
    padding: 4px 5px;
    background-color: #ed1f24;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: block;
    line-height: initial;
}
.video-play {margin-bottom: 10px;}
.article-video-title {font-size: 28px;font-family: 'Merriweather-Bold', sans-serif;font-weight: 700;margin-top: 10px;}
.bx-video-cover .article-view {font-size: 14px;}
.article-video-desc, .article-video-author {font-size: 16px;line-height: 1.5;margin-top: 10px;}
/* gotop */
.gotop {width: 48px;height: 48px;line-height: 48px;background-color: #df0c24;border-radius: 50%;font-size: 20px;display: none;position: fixed;bottom: 50px;right: 12px;cursor: pointer;z-index: 999;text-align: center;color: #fff;transition: .3s ease all;opacity: 1;}
.gotop:hover {opacity: 0.7;}

.search {
    display: flex;
    align-items: center;
}

.header-search-mb-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.25s ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.header-search-mb-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.header-search-mb {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    height: auto;
    transform: translateY(-100%);
    transition: all 0.25s ease;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-search-mb.active {
    transform: translateY(0%);
}

#frmSearch {
    width: calc(100% - 40px);
    background: #f8f8f8;
    height: 40px;
    border-radius: 6px;
    padding: 5px 30px 5px 10px;
    position: relative;
    overflow: hidden;
}

#frmSearch input[type="text"] {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
}

#frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
}

.btn-close-search {
    position: absolute;
    top: 23px;
    color: black;
    font-size: 30px;
    left: 20px;
}
.ico-close {background: unset;position: relative;}
.ico-close::before {content: '\D7';font-size: 20px;display: block;line-height: 10px;position: absolute;left: 50%;transform: translateX(-50%);}
/* _MB_SEARCH */
._MB_SEARCH .article-title {margin-top: 0;}
.highlight{color: #A62420;background: #ff0;}
.alert-info {background-color: #f8e6e6;font-weight: 400;}
.alert {padding: 20px;border: 1px solid transparent;border-radius: 4px;max-width: 600px;width: 100%;margin: 0 auto;font-size: 16px;line-height: 1.6;margin-bottom: 36px;}
.ft-bold {font-weight: 700;font-family: 'Inter-Bold', sans-serif;font-size: inherit;display: inline-block;}
.text-red {color: #f00;}
/* local */
.bx-local-page {padding: 15px 20px;background: #f6f6f6;margin-bottom: 15px;font-size: 16px;line-height: 1.5;}
.bx-local-page p {margin: 10px 0;}
.bx-local-page.__MASTERCMS_CONTENT_MOBILE{text-align: left;}
.___widget_slideshow_article .gallery .bx-prev {left: 10px;background: url(../images/controls.png) no-repeat 0 -32px;}
.___widget_slideshow_article .gallery .bx-next {right: 10px;background: url(../images/controls.png) no-repeat -43px -32px;}
.___widget_slideshow_article .gallery .bx-prev:hover {background-position: 0 -32px;opacity: .7;}
.___widget_slideshow_article .gallery .bx-next:hover {background-position: -43px -32px;opacity: .7;}
.bx-local-page table[border="1"]{border-collapse: collapse;border: inherit;}
.bx-local-page table[border="1"] td{vertical-align: top;padding: 10px;border: 1px solid #dbdbdb;width: 50%;}
.bx-local-page table[border="1"] thead{background: #e4e4e4;}
.bx-local-page table[border="1"] thead th{padding: 10px;border: 1px solid #dbdbdb;width: 50%;}
/* breadcrumb detail chu de */
.category-sub-item {font-size: 14px;line-height: 1;font-weight: 400;font-family: 'Intel-Regular',sans-serif;display: inline-block;position: relative;padding-left: 8px;}
.category-sub-item::before{content: '/';position: absolute;left: 0;top: 12px;}
.mb-district-detail .category-sub-item::before{content: unset;}
.bx-epaper-cover{background: #e5747b url(../images/epaper/hna-epaper-bg.png) top center no-repeat;background-size:cover;padding: 10px;text-align: center;width: 100%;margin-bottom: 30px;}
.bx-epaper-cover .article-title{color: #fff;font-size: 18px;margin: 10px 0;}
.bx-epaper-cover .article-link{color: inherit;}
.bx-epaper-cover .article-info{margin: 20px 0;}
.bx-epaper-cover .article-date{color: #ffd1d1;}
.bx-epaper-cover .article-image{background: #fff;}
.bx-epaper-cover .article-image::before{padding-top: 150%;}
.bx-epaper-list .bx-cat-title{border-bottom: 1px solid #df0024;margin-bottom: 20px;background: none;padding-bottom: 10px;}
.bx-epaper-list .bx-cat-head{float: left;line-height: 30px;height: 30px;}
.bx-epaper-list .bx-cat-link{background: none;border: 0;padding: 0;}
.bx-epaper-content .article{width: calc((100% - 30px) / 2);float: left;margin: 20px 0 0 30px;}
.bx-epaper-content .article:nth-child(2n+1){clear: both;margin-left: 0;}
.bx-epaper-content .article:nth-child(-n+2) {margin-top: 0;}
.bx-epaper-content .article-image{margin-bottom: 10px;border: 1px solid #df0024;}
.bx-epaper-content .article-image::before{padding-top: 150%;}
.bx-epaper-content .article-title{margin-bottom: 0;}
.bx-epaper-content .article-info{margin: 0;display: none;}
.mb-tags .breadcrumb-cate, .mb-district-detail .breadcrumb-cate {align-items: flex-start;}
.mb-district-detail .category-sub-item + .category-sub-item{display: none;}
.mb-district-detail .category-sub-link {display: none;}
.mb-district-detail .category-sub-link.active {display: block;}

/* error-page */
.article-error {
    padding: 36px 0 30px;
    text-align: center;
}
.article-error img {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}
.backToHomepage {
    background-color: #f1af11;
    display: inline-block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    font-weight: 400;
}
@media screen and (max-width: 800px) {
    .calendar {display: none;}
}
@media screen and (max-width: 600px) {
    .topic-title img {
        max-width: 240px;
    }
    .bx-region-cate .bx-region-container {
        justify-content: flex-start;
    }
    .bx-region-cate  a:not(.link-more) {padding-inline: 30px 10px;}
}
@media screen and (max-width: 500px) {
    .topic-special .topic-title::before {
        background-size: 50%;
    }
    .bx-events .article {margin: 0 5px;}
    .bx-events .article-title {font-size: 20px;padding: 0 10px;}
    .bx-events .article-link {-webkit-line-clamp: 4;padding-top: 5px;}
    .category-sub-list {width: 80%;}
    .__MB_ARTICLE_PAGING span, .__MB_ARTICLE_PAGING a {padding: 12px 25px;}
    .bx-list-region a:not(.link-more) {padding-inline: 30px 10px;}
}
@media screen and (max-width: 450px) {
    .calendar::before {
        background: none;
    }
    .calendar {
        margin-left: 5px;
    }
    .swiper-topic-speacial .article-title {
        font-size: 15px;
    }
    .comments-reply, .box-comment {padding-left: 52px;}
    /* .footer-links {letter-spacing: -0.5px;} */
}
@media screen and (max-width: 400px) {
    .calendar {display: none;}
    
    .category-sub-list {width: 95%;}
    .topic-title img {
        max-width: 200px;
    }
    .swiper-topic-speacial .article-image {
        width: 125px;
    }
    .bx-list-region a:not(.link-more) {font-size: 13px;}
}
@media screen and (max-width: 359px) {
    .bx-events .article-title {font-size: 24px;padding-top: 15px;}
    .swiper-topic-speacial .article-title {
        font-size: 14px;
    }
    .bx-list-region a:not(.link-more) {font-size: 14px; }
    .bx-region-container {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
.videoWrapper {
	position: relative;
	/*padding-bottom: 56.25%;*/ /* 16:9 */
	margin-top: 25px;
	height: 0;
}
.videoWrapper iframe,
.videoWrapper #myElement,
.___widget_video_article iframe,
.___widget_video_article .jwplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ico-type */
.ico-live{display: inline-block;width: 40px;height: 20px;background: url(../images/ico-live.gif) left 1px no-repeat;}
.article-image .icoVideo,.article-image .icoPhoto,.article-image .icoInfo,.article-image .icoEmag{display: block;position: absolute;z-index: 1;right: 5px;bottom: 5px;background-image: url(../images/ico-type.png);background-repeat: no-repeat;}
.article-image .icoPhoto{width: 21px;height: 19px;background-position: 0 0;}
.article-image .icoVideo{width: 23px;height: 23px;background-position: -26px 0;}
.article-image .icoEmag{width: 50px;height: 14px;background-position: -78px -5px;}
.article-image .icoInfo{width: 20px;height: 20px;background-position: -53px -2px;}
.article-image .icoVideo + .icoPhoto {right: 40px;}
.article-image .icoVideo + .icoEmag {right: 40px;}
.article-image .icoPhoto + .icoEmag {right: 32px;}
.article-image .icoPodcast {width: 15px;height: 23px;display: block;position: absolute;z-index: 1;right: 5px;bottom: 5px;background: url(../images/ico-podcast.png) 0 0 no-repeat;background-size: contain;}

/* .l-head, .btn-icon-dot-pc, .icon-search img, .logo, .external-link, .menu-list, .header-nav, #footer {
    filter: grayscale(1);
} */</pre></body></html>