@font-face {
    font-family: 'NotoSans';
    src: url(../css/fonts/Noto_Sans/NotoSans-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'NotoSans';
    src: url(../css/fonts/Noto_Sans/NotoSans-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url(../css/fonts/Roboto/Roboto-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto';
    src: url(../css/fonts/Roboto/Roboto-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'NotoSansExtra';
    src: url(../css/fonts/Noto_Sans/NotoSans-ExtraBold.ttf);
    font-weight: 700;   
    font-style: normal;
}
@font-face {
    font-family: 'NotoSerif';
    src: url(../css/fonts/Noto_Serif/NotoSerif-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'NotoSerif';
    src: url(../css/fonts/Noto_Serif/NotoSerif-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'UTMAvo';
    src: url(../css/fonts/utm-avo/utm-avo.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'UTMAvoBold';
    src: url(../css/fonts/utm-avo/utm-avobold.ttf);
    font-style: normal;
    font-weight: 400;
}
* {
    padding: 0;
    margin: 0;
}
*, *::after, *::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

body {
    font: 400 14px/1.6 "NotoSerif", Arial, sans-serif;
    color: #6e6e6e;
    font-style: normal;
}
/* #header, #footer {filter: grayscale(1);} */
#header {position: relative;z-index: 999;}
.wrapper {
    padding: 0 6px;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
    transition: 0.3s all ease;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input {
    outline: 0;
    border: 0;
}

.fw {
    width: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.header-top {
    background-color: #fafafa;
    height: 32px;
}
.header-calendar {
    font-family: 'NotoSans', sans-serif;
    line-height: 32px;
    font-size: 14px;
    color: #cecece;
}
.header-logo {
    text-align: center;
    padding: 12px 0;
}
.logo img {
    width: 230px;
    height: auto;
}
.header-menu {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #f1585b;
    height: 44px;
    /* box-shadow: 0 0 3px #eaeaea; */
    background-color: #213c89;
    position: relative;
}
.myScroll {
    width: calc(100% - 105px);
    overflow-x: scroll;
    white-space: nowrap;
    text-align: left;
}
.ico-homepage {
    background: url(../images/mb/ico-m-home.png) 0 center no-repeat;
    width: 40px;
    height: 42px;
    position: relative;
}
.ico-homepage.active {
    /* margin-right: 7px; */
}
.ico-homepage.active::after {
    content: "";
    background: #bdbdbd;
    width: 1px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 9px;
    display: block;
    transform: rotate(0) translateY(0);
}
.item-menu {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.item-menu a {
    font-family: 'UTMAvo', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    /* line-height: 42px; */
    padding: 12px 0 8px;
    padding-right: 15px;
}
.main-menu,
.dropMenu,
.dropSearch {
    float: left;
}

.ico-search {
    background: url(../images/mb/ico-m-search.png) center center no-repeat;
    width: 37px;
    height: 44px;
    display: inline-block;
    cursor: pointer;
}

.boxSearch {
    background: #fff;
    display: none;
    top: 100%;
    position: absolute;
    width: 100%;
    z-index: 999;
    height: 32px;
    left: 0;
    box-shadow: 1px 0 3px 0 #e2c08f;
    overflow: hidden;
}

#frmSearch {
    width: calc(100% - 4px);
    height: 28px;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    float: right;
    margin: 2px;
    background: #fff;
}

#frmSearch input[type="text"] {
    border: 0;
    outline: 0;
    width: calc(100% - 28px);
    height: 28px;
    padding-left: 12px;
    float: left;
    background: transparent;
}

#frmSearch button[type="submit"] {
    border: 0;
    outline: 0;
    width: 26px;
    height: 26px;
    background: url(../images/mb/ico-m-search.png) center center no-repeat;
    float: right;
    cursor: pointer;
}
.ico-searched {
    background: none;
}

.ico-searched::before {
    content: '\f00d';
    width: 37px;
    height: 42px;
    padding-top: 4px;
    display: block;
    float: left;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    text-align: center;
    /* line-height: 37px; */
    font-size: 24px;
}
.ico-nav {
    background: url(../images/mb/ico-m-nav.png) right center no-repeat;
    width: 28px;
    height: 44px;
    display: inline-block;
    cursor: pointer;
}

#header-nav.header_cloned {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: visible;
    -webkit-box-shadow: 0 1px 3px rgb(80 80 80 / 20%), 0 3px 5px rgb(80 80 80 / 15%);
    box-shadow: 0 1px 3px rgb(80 80 80 / 20%), 0 3px 5px rgb(80 80 80 / 15%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#header-nav.nav-up {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.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%);
}

.show_main_menu .menu-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.menu-header {
    position: relative;
    padding: 10px 0;
}

.head-logo {
    display: inline-block;
    font-size: inherit;
}

.menu-header .button {
    padding: 0 15px;
    line-height: 1;
    cursor: pointer;
}

.menu-header .button i {
    color: #ec2024;
}

.menu-header .desktop-button i {
    font-size: 100%;
}

.menu-header .close-button i {
    color: #ec2024;
}

.menu-list .menu-body {
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    z-index: 9999;
    height: calc(100% - 100px);
    width: 100%;
    float: left;
    text-align: left;
}

.list-main-nav {
    background-color: #f7f7f7;
    padding: 0 20px;
}
.sub-menuLink i,
.sub-menuLink.active,
.list-sub-nav>.sub-menu-item.active .sub-menuLink,
.list-main-nav>.menu-item.active .menuLink,
.menuLink.active {
    color: #ec2024;
}

.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-family: 'NotoSans', sans-serif;
    font-weight: 700;
    color: #333;
}

.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: #ec2024;
}

.ico-desktop {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #ec2024;
    color: #fff;
}

.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;
    float: left;
    width: 100%;
    padding: 15px 0 15px 15px;
    color: #333;
}

.sub-menuLink i {
    font-size: 10px;
    margin-right: 15px;
    vertical-align: 2px;
}
.banner {
    text-align: center;
}
.banner img {
    height: auto;
}
.banner-bottom-menu {
    margin-top: 17px;
}
#main {
    margin-top: 22px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb28 {
    margin-bottom: 28px;
}
.article-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    background: url(../images/no-image.jpg) center center no-repeat;
    background-size: cover;
}

.article-image::before {
    content: "";
    padding-top: 56.25%;
    display: block;
}

.article-image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-title {
    font-family: 'NotoSerif', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000033;
    line-height: 1.7;
    font-size: 14px;
} 
.article-link {
    -webkit-line-clamp: 5; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.bx-cat-link:hover,
a.article-link:hover {
    color: #ec2024;
}
a.article-cate:hover {
    text-decoration: underline;
}
a.sub-cat-link:hover {
    color: #ed1c24;
}
.article::after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
    line-height: 1.6;
}

.article-desc {
    font-family: 'NotoSans', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #000033;
    margin-top: 10px;
    display: none;
}
.article-desc {
    -webkit-line-clamp: 4; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-cate {
    margin-top: 10px;
    font-family: 'NotoSans', sans-serif;
    font-style: normal;
    font-weight: 400;
}
.article-publish-time {
    color: #cecece;
    background: url(../images/ico-publish-time.png) 0 4px no-repeat;
    padding-left: 19px;
}
.article-cate {
    color: #008ed2;
}
.article-publish-time::after {
    content: '.';
    margin-left: 5px;
}

.bx-cat-link {
    color: #000033;
    font-size: 26px;
    display: inline-block;
    padding: 9px 0;
    position: relative;
}
.text-uppercase .bx-cat-link{
    text-transform: uppercase;
    font-size: 18px;
}
.bt-red-top {
    border-top: 1px solid #e1e1e1;
}
/* .bt-red-top .bx-cat-link {
    padding-bottom: 14px;
} */
.bt-red-top .bx-cat-link::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ed1c24;
    /* z-index: 1; */
}

.bt-red-bottom {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.bt-red-bottom .bx-cat-link {
    padding: 15px 0 10px;
}
.bt-red-bottom .bx-cat-link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ed1c24;
    /* z-index: 1; */
}
.bxSliderCover {position: relative;margin-bottom: 20px;}
.bxSliderCover .article {position: relative;width: 100%;}
.bxSliderCover .article-image img{position: absolute;top: 0;right: 0;left: 0;width: 100%;}
.bxSliderCover .article-info {position: absolute;left: 0;bottom: 0;right: 0;width: 100%;z-index: 2;padding: 10px;background: linear-gradient(180deg,transparent 0, 40%,#333);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);}
.bxSliderCover .article-meta {margin-bottom: 6px;}
.bxSliderCover .article-cate {display: inline-block;font-size: 12px;text-transform: uppercase;color: #fff;background: #213c89;height: 20px;line-height: 20px;padding: 0 10px;border-radius: 10px;}
.bxSliderCover .article-title {color: #fff;font-size: 20px;line-height: 1.3;}
.bxSliderCover .article-link:hover {color: rgb(255, 218, 218);}
.bxSliderCover .article-publish-time, .bxSliderCover .article-desc {display: none;}
.bxSliderCover .icoPhoto, .bxSliderCover .icoVideo {display: none;}
.bxSliderCover .bx-pager {position: absolute;right: 0;bottom: 0;z-index: 50;color: #ffffff4d;letter-spacing: -1px;font-size: 14px;padding: 3px 5px;}
.bxBottomCover .article {width: calc((100% - 22px)/2);float: left;margin-left: 22px;margin-bottom: 20px;}
.bxBottomCover .article:nth-child(2n + 1) {clear: both;margin-left: 0;}
.bx-news-index .article-title,.bxBottomCover .article-title {font-size: 14px;line-height: 1.57;}
.bxBottomCover :where(.article-meta, .article-desc) {display: none;}
/* bx-topic-home */
.bx-topic-home {margin-top: 25px;border-top: 3px solid #f00;}
.bx-topic-home .bx-cat-content {position: relative;}
/* .bx-topic-home .article {width: calc((100% - 20px) / 2) !important;} */
.bx-topic-home .article-title {font-size: 16px;line-height: 1.3;}
.bx-topic-home .bx-prev, .bx-topic-home .bx-next {position: absolute;top: 48px;width: 28px;height: 28px;z-index: 9;left: 7px;border-radius: 50%;background: rgba(0, 0, 0, .5);text-align: center;line-height: 28px;color: #fff;}
.bx-topic-home .bx-next {left: unset;right: 7px;}

/* bx-home-four */
.bx-home-four {
    border-top: 5px solid #2e158a;
    padding: 0 0 25px;
    background-color: #f9f9f9;
}
.bx-home-four .bx-cat-name {
    text-align: center;
}
.bx-home-four .article {
    float: left;
    width: calc((100% - 21px) / 2);
    margin-left: 21px;
}
.bx-home-four .article:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.bx-home-four .article-desc {display: none;}
/* bx-home-five */
.bx-home-five:first-child {
    margin-left: 0;
}

.bx-home-five .bx-cat-content {
    padding: 10px 6px 25px;
    background-color: #ebebeb;
    margin: 0 -6px;
}

.bx-home-five .article {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

.bx-home-five .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.bx-home-five .article:not(:first-child) .article-desc,.bx-home-five .article:not(:first-child) .article-image {
    display: none;
}

.bx-home-five .article:first-child .article-title {
    font-size: 18px;
}

.bx-home-six .article {
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    padding-top: 10px;
}
.bx-home-six .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
/* layout-events */
.layout-events {background-color: #f4f4f4;padding: 10px 0 20px;}
.layout-events .bx-cat-content {overflow: hidden;}
.layout-events .jqEvents {margin: 0 -6px;padding-bottom: 20px;}
.layout-events .article {float: left;padding: 0 6px;}
.layout-events .article:nth-child(4n+1) {margin-left: 0;clear: both;}
/* bx-news-index */
.bx-news-index {background: #f8f0f0;}
.bx-news-index .article {border-top: 1px dotted #d1d1d1;padding: 15px 0;}
.bx-news-index .article:first-child {border-top: 0;padding-top: 0;}
.bx-news-index .article-image {display: none;}
.bx-news-index .article-title {margin-bottom: 5px;}
/* bx-cover-top */
.bx-cover-top .article { width: 100%;}
.bx-cover-top .article:first-child .article-title {font-size: 28px;line-height: 1.3;margin-bottom: 10px;}
.bx-cover-top .article:not(:first-child) {margin-top: 21px;}
.bx-cover-top .article:not(:first-child) .article-title {
    font-weight: 400;
    padding-left: 22px;
    position: relative;
}
.bx-cover-top .article:not(:first-child) .article-title::before {
    content: '';
    border-left: 5px solid #a1a1a1;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 6px;
}
.bx-cover-top .article:not(:first-child) .article-image,
.bx-cover-top .article:not(:first-child) .article-meta,
.bx-cover-top .article:not(:first-child) .article-desc {
    display: none;
}
/* bx-one */
.bx-one .article {
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid #ebebeb;
}
.bx-one .article-image {
    width: 200px;
    float: left;
    margin-right: 22px;
    margin-bottom: 0;
}

.bx-one .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.bx-one .article-link {
    -webkit-line-clamp: 3;
}
.bx-one .article-desc {
    -webkit-line-clamp: 2; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* bx-news */
.bx-news {
    position: relative;
    margin-bottom: 40px;
}
/* .bx-news .wrapper {
    overflow: hidden;
} */
.bx-news .article {
    float: left;
}
.bx-news .bx-cat-content {
    overflow: hidden;
}
.bx-news .jq-2-slider {
    margin: 0 -12px;
    padding-bottom: 25px;
}
.bx-news .slick-slide {
    padding: 0 12px;
}
/* slick-dots */
.slick-dots {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    z-index: 9999;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background-color: #b7b7b7;
    width: 5px;
    height: 5px;
    margin: 2px;
    padding: 0;
    font-size: 0;
}

.slick-dots .slick-active button {
    background-color: #ed1c24;
}

.slick-dots li button::before {
    content: none;
}
.bx-cat-one .article:not(:first-child) {
    margin-top: 22px;
}
.bx-cat-one .article-image {
    width: 188px;
    float: left;
    margin-right: 22px;
    margin-bottom: 0;
}
.bx-cat-one .article-title {
    font-weight: 400;
}
.bx-cat-one .article:first-child .article-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
}
.bx-cat-one .article:first-child .article-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}
.bx-list-index .article {
    width: 100%;
    margin-bottom: 20px;
}
.bx-list-index .article-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
/* bg-gray-full */
.bg-gray-full {background-color: #444;padding-bottom: 20px;}
.bg-gray-full .bx-cat-link {color: #b6b6b6;}
.bg-gray-full .article-title {color: #fff;}
/* bx-tna-talk */
.bx-tna-talk .article {width: 100%;float: left;margin-bottom: 15px;}
.bx-tna-talk .article-image {width: 145px;float: left;border-radius: 50%;margin-right: 15px;}
.bx-tna-talk .article-image::before {padding-top: 100%;}
.bx-tna-talk .article-title {font-size: 17px;line-height: 20px;}
/* bx-read-more */
.bx-read-more {
    counter-reset: section;
    background: #f7f7f7;
    padding-bottom: 20px;
}
.bx-read-more .bx-cat-name {
    margin-bottom: 15px;
}
.bx-read-more .article {
    position: relative;
    float: left;
    padding-left: 45px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.bx-read-more .article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.bx-read-more .article:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 7px;
    left: 0;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background-color: #ed1c24;
    color: #fff;
    font-family: 'NotoSerif', sans-serif;
    font-style: normal;
    font-weight: 700;
}
.bx-read-more .article-image{display: none;}
/* bx-two */
.bx-readest {
    background-color: #faf7f1;
    padding-bottom: 25px;
}
.bx-two .article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
}
.bx-two .article-image {
    width: 88px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.bx-two .article-image::before {
    padding-top: 100%;
}
/* bx-three */
.bx-three .article{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
.bx-three .article-title {
    padding-left: 16px;
    position: relative;
}
.bx-three .article-title::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ed1c24;
    top: 9px;
    left: 0;
}
.bx-three .article:first-child,
.bx-two .article:first-child {
    margin-top: 0;
}
/* multimedia */
.bx-multimedia {
    background-color: #f9f9f9;
    padding-bottom: 15px;
}
.bx-multimedia .bx-cat-name {
    border-top: 1px solid #f9f9f9;
    /* background-color: #f9f9f9; */
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
/* .bx-multimedia .bx-cat-name {
    position: relative;
} */
/* .sub-cat-title {
    display: inline-block;
    margin-left: 10px;
} */
.bx-multimedia .article {
    width: calc((100% - 15px) / 2);
    float: left;
    margin-left: 15px;
}
.bx-multimedia .article-title {
    font-size: 16px;
    line-height: 1.625;
}
/* .bx-multimedia .article-link {
    -webkit-line-clamp: 3; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 78px;
} */
.bx-multimedia .article:first-child {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
}
.bx-multimedia .article:nth-child(2n) {
    margin-left: 0;
    clear: both;
}
.bx-multimedia .article:first-child .article-title {
    font-size: 26px;
    line-height: 1.4;
}
.bx-multimedia .article:not(:first-child) .article-desc {
    display: none;
}
.ico-player::before {
    content: '\f04b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
}
.bx-multimedia .article:first-child .ico-player::before {
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    font-size: 28px;
    border: 1px solid #fff;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
}
.sub-cat-title a {
    color: #000033;
}
.sub-cat-title>a {
    float: left;
    padding: 20px 11px 13px;
}

.cat-item {
    font-family: "Merriweather", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.cat-sub-list {
    width: 24px;
    height: 24px;
    float: right;
}
.ico-cat-sub {
    width: 24px;
    height: 24px;
    float: right;
    text-align: right;
    line-height: 24px;
    cursor: pointer;
    margin: 17px 0;
}
.ico-cat-sub i {
    color: #008ed2;
}
.cat-sub-item {
    display: none;
    background-color: #f5f5f5;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    width: 280px;
}

.cat-sub-item a {
    display: block;
    text-align: right;
    width: 100%;
    padding: 0 8px;
    line-height: 32px;
    border-top: 1px solid #ececec;
}
.cat-sub-item a:first-child {
    border-top: 0;
}
.cat-sub-item .view-more {
    color: #213c89;
    font-weight: 400;
    padding: 10px 8px;
    line-height: 1.3;
    
}
.cat-sub-item .view-more::after {
    content: '';
    background: url(../images/ico-ytb.png) right 0 no-repeat;
    width: 87px;
    height: 19px;
    float: right;
    margin-left: 8px;
}
.gotop {
    background-color: rgba(255, 255, 255, 0.7);
    width: 35px;
    height: 35px;
    display: none;
    border-radius: 50%;
    border: 3px solid #d6d6d6;
    position: fixed;
    bottom: 225px;
    right: 10px;
    cursor: pointer;
    z-index: 1000;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    transition: .3s background ease-in;
}
.gotop i {
    color: #d6d6d6;
    line-height: 30px;
}


/* breadcrumb */
.breadcrumb {
    position: relative;
    margin-bottom: 21px;
    border-bottom: 1px solid #ebebeb;
}
.bre-item{
    display: block;
    font-family: 'NotoSerif', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.bre-link {
    padding: 15px 0 8px;
    position: relative;
    display: block;
    color: #000033;
}
.bre-link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ed1c24;
    /* z-index: 1; */
}
.bre-sub {
    position: absolute;
    background-color: #f5f5f5;
    top: 100%;
    right: 0;
    z-index: 99;
    width: 280px;
    display: none;
    font-size: 14px;
    font-weight: 400;
}
.link-bre-sub {
    display: block;
    text-align: right;
    width: 100%;
    padding: 0 8px;
    line-height: 32px;
    border-top: 1px solid #ececec;
}
.link-bre-sub:first-child {
    border-top: 0;
}
.ico-down {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: right;
    margin: 10px 0 12px;

}
/* __MB_ARTICLE_PAGING */

.__MB_ARTICLE_PAGING {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.__MB_ARTICLE_PAGING a,
.__MB_ARTICLE_PAGING span,
.__MB_ARTICLE_PAGING .btn-viewmore {
    font-family: 'NotoSans', sans-serif;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 120px;
    margin-right: 1px;
    border-radius: 40px;
    background: #ebebeb;
    color: #008ed2;
    font-size: 14px;
    font-weight: 400;
}

.btn-viewmore {
    cursor: pointer;
}

.__MB_ARTICLE_PAGING span:first-child {
    display: none;
}

.__MB_ARTICLE_PAGING span.current,
.btn-viewmore:hover {
    background: #272865;
    color: #fff;
}
/* bx-detail */

.ic-action {
    color: #333;
    font-size: 16px;
    display: inline-block;
    /* margin-top: 10px; */
}
.ic-border {
    background: url(../images/icon-border.png) 0 0 no-repeat;
    width: 2px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 3px;
}
.bx-detail {
    color: #333;
}
.article-detail-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}
.article-video-title,
.article-detail-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000033;
}
.bx-detail .author-publisher {
    margin-left: 5px;
    color: #999;
    text-transform: uppercase;
}
.bx-detail .author-publisher i{
    margin-right: 5px;
    vertical-align: 1px;
}
.article-detail-meta {
    margin-bottom: 10px;
}
.article-detail-desc {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #333;
    font-weight: 700;
}
.article-like-share  .fb-like.fb_iframe_widget  {
    width: 128px !important;
}

.article-like-share  .fb-like.fb_iframe_widget iframe {
    width: 128px !important;
}
.__MASTERCMS_CONTENT p, .article-detail-content p {
    color: #333;
    margin: 15px 0;
    line-height: 1.625;
    font-size: 16px;
    text-align: justify;
}
.article-detail-author {
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    font-style: normal;
    color: #03202d;
}
.article-detail-source {
    text-align: right;
    font-style: italic;
    margin-top: 8px;
    font-size: 16px;
    color: #03202d;
}
a.topic-link {
    color: #f00;
    font-size: 14px;
}
/* bx-tags */
.article-tag span {
    float: left;
    color: #666;
    font-size: 24px;
    padding-left: 32px;
    padding-right: 5px;
    height: 42px;
    background: url(../images/ico-tags.png) 0px 8px no-repeat;
    font-weight: 700;
    margin-bottom: 5px;
    border-bottom: 1px solid #d7d7d7;
    font-family: 'NotoSansExtra', sans-serif;
}
.article-keyword {
    width: calc(100% - 105px);
    float: right;
}
.article-keyword a {
    line-height: 30px;
    background-color: #f4f4f4;
    float: left;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 10px 2px 0 0;
    font-size: 14px;
    font-family: "NotoSerif", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
}
/* bx-comment */

#user-comment .title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px;
    color: #fff;
    width: 100%;
    position: relative;
}

#user-comment .title:before {
    content: "Bình luận";
    font-family: 'NotoSerif', serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    left: 0;
    top: 1px;
    border-bottom: 1px solid #d9261c;;
}

.box-comment textarea, .comment-actions .reply textarea {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
}
#user-comment .box-comment a.__MB_ACTION_POST_COMMENT {
    width: 135px;
    height: 33px;
    background-color: #291770;
    color: #fff;
    font-size: 14px;
    font-family: 'NotoSans',sans-serif;
    font-weight: 400 ;
    line-height: 33px;
    float: right;
    text-transform: uppercase;
    visibility: hidden;
    cursor: pointer;
    font-weight: 700;
    padding: 0;
}
#user-comment .box-comment a.__MB_ACTION_POST_COMMENT:before {
    content: "Gửi bình luận";
    text-indent: none;
    visibility: visible;
    background: #291770;
    float: right;
    padding: 5px 12px 4px;
    color: #fff;
    font-family: 'NotoSans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.__comment::placeholder {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #d4d4d4;
}

.__comment:-ms-input-placeholder {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #d4d4d4;
}

.__comment::-ms-input-placeholder {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #d4d4d4;
}
/* bx-four */
.bx-four .article {
    width: calc((100% - 22px) / 2);
    margin-left: 22px;
    float: left;
    margin-bottom: 25px;
}
.bx-four .article:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
/* search */
.search-tags {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.search-tags .keyword {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search-tags .keyword a:hover {
    color: #23357d;
}
.search-tags .keyword span {
    font-size: 24px;
    color: #ec2024;
    font-weight: 700;
    margin-left: 8px;
}
.search-tags .result {
    font-size: 12px;
    color: #fff;
    height: 30px;
    padding: 6px 15px;
    background: #ec2024;
    border-radius: 20px;
    margin-left: auto;
    font-family: 'NotoSans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* _PC_ERRORPAGE */
._MB_ERRORPAGE .bx-error-page .wrapper {text-align: center;}
._MB_ERRORPAGE .bx-error-page h1{font-size:18px;color: #555;margin: 25px 0 10px;}
._MB_ERRORPAGE .bx-error-page p {font-size: 16px;margin-bottom: 15px;}
.backToHomepage {
    display: inline-block;
    height: 40px;
    background: #252f72;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 40px;
    color: #fff;
}
.backToHomepage:hover {
    background: #ec2024;
}
/* video-list */
.bx-five .article {
    width: calc((100% - 21px) / 2);
    float: left;
    margin-left: 21px;
    margin-bottom: 20px;
}
.bx-five .article:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
/* bx-detail-videos */
/* .video-frame img, */
.embed-ifame iframe,
.video-frame iframe {
    width: 100%;
    height: 100%;
}
.embed-ifame,
.embed-iframe,
.embed-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.article-video-play {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.article-video-play::before {
    content: '';
    padding-top: 56.25%;
    display: block;
}
.article-video-play img {
    width: 100%;
}
.__MB_YOUTUBE_VIDEO_EMBED {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bx-video-inpage .video-content:empty,
.article-video-desc:empty,
.video-detail-author:empty,
.video-detail-source:empty {
    display: none;
}
.bx-detail-title .article-link {
    display: block;
}
.article-video-desc {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}
.video-detail-author {
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    font-style: normal;
    color: #03202d;
}
.video-detail-source {
    font-style: italic;
    margin-top: 8px;
    font-size: 16px;
    color: #03202d;
}
.video-title {
    color: #291770;
    font-size: 18px;
}

h3.article-video-title {
    font-size: 14px;
    margin-top: 7px;
    padding-left: 20px;
    position: relative;
}

h3.article-video-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: #f00;
    width: 4px;
    height: 4px;
}
.article-video-title:hover {
    color: #291770;
}

#footer {
    margin-top: 32px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 13px;
    color: #333;
}
.footer-top {
    background-color: #f5f5f5;
    padding: 10px 0 24px;
    border-top: 3px solid #213c89;
}
.footer-logo {
    margin-bottom: 15px;
}
.ft-logo {
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}
.ft-logo img {
    height: 25px;
}
.footer-text {
    border-top: 1px dotted #aeaeae;
    padding-top: 15px;
    margin-top: 15px;
}
.footer-text h4 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 5px;
}
.footer-text p {
    margin-bottom: 5px;
}
.footer-text p strong {
    font-weight: 400;
    /* color: #000; */
}
.tkts {
    display: flex;
    justify-content: flex-start;  
}
.tkts > span {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
}
.footer-social {
    margin-top: 10px;
}
.footer-social a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #bbb;
    margin-left: 10px;
    display: block;
    float: left;
    text-align: center;
    border-radius: 50%;
    color: #f5f5f5;
    font-size: 20px;
}
.footer-social a i {
    color: #f5f5f5;
    line-height: 38px;
}
.footer-social a:first-child {
    margin-left: 0;
}
.cms {
    padding: 15px 0;
    color: #cdcdcd;
    display: block;
    /* line-height: 1; */
}
/* liên hệ  */
.bx-contact-list {
    padding: 0 5px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.info-contact {
    width: 29%;
    float: left;
    padding: 50px 0;
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    margin-left: 4.33%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #213c8a;
    margin-bottom: 30px;
}
.info-contact:nth-child(3n+1) {
    margin-left: 2.16%;
}
.info-contact a, 
.info-contact i {
    color: #213c8a;
    font-size: 14px;
    display: block;
}
.info-contact i.fa-usd {
    width: 36px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #213c8a;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.info-contact i {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
}
/* 
@media screen and (max-width: 800px) {
    .item-container-fluid {
        padding: 0 30px;
    }

    .bx-item .bx-post {
        padding: 0 20px;
    }

    .bx-item-slick {
        margin: 0 -20px;
    }
} */

@media screen and (max-width: 700px) {
    .info-contact:nth-child(3n+1),
    .info-contact {
        width: 48%;
        margin-left: 4%;
        word-break: break-all;
    }
    .info-contact:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
}

@media screen and (max-width: 600px) {
    .info-contact {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 350px) {
    .info-contact {
        margin-bottom: 15px;
    }
}