@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;
}
/* #header, #footer {filter: grayscale(1);} */
#header {position: relative;z-index: 999;}
.col-left,
.lt {
    float: left;
    /* width: 859px; */
}
.col-right,
.rt {
    float: right;
    /* width: 300px; */
}

body {
    font: 400 14px/1.6 "NotoSerif", Arial, sans-serif;
    color: #6e6e6e;
    min-width: 1200px;
    font-style: normal;
}

.siteCenter {
    width: 1180px;
    margin: 0 auto;
}

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 */
.header-top {
    background-color: #fafafa;
    height: 32px;
}
.h-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header-calendar {
    font-family: 'NotoSans', sans-serif;
    line-height: 32px;
    font-size: 14px;
    /* color: #cecece; */
}
.header-calendar + .header-weadther::before {
    content: '|';
}
.h-direction {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#frmSearch {
    width: 248px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    outline: none;
    border: 1px solid #e7e7e7;
    margin: 2px 0 1px;
    display: block;
}
#frmSearch input[type="text"] {
    line-height: 36px;
    width: calc(100% - 36px);
    outline: 0;
    border: 0;
    background-color: transparent;
    float: left;
    padding-left: 12px;

}
#frmSearch button[type="submit"] {
    float: right;
    width: 36px;
    height: 36px;
    background: url(../images/ico-search.png) center center no-repeat;
    background-color: transparent;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
}
#frmSearch input[type="text"]::placeholder {
    color: #c9c9c9;
    font-size: 14px;
    font-family: "NotoSans", sans-serif;
    font-style: normal;
    font-weight: 400;
}

#frmSearch input[type="text"]:-ms-input-placeholder {
    color: #c9c9c9;
    font-size: 14px;
    font-family: "NotoSans", sans-serif;
    font-style: normal;
    font-weight: 400;
}

#frmSearch input[type="text"]::-ms-input-placeholder {
    color: #c9c9c9;
    font-size: 14px;
    font-family: "NotoSans", sans-serif;
    font-style: normal;
    font-weight: 400;
}
.header-info {
    /* text-align: center; */
    padding: 12px 0;
}
.logo img {
    width: 245px;
}
.direction {
    float: right;
}
a.page-more {
    /* float: right; */
    display: inline-block;
    text-align: right;
    margin-left: 15px;
}
.page-more img {height: 38px;}

.header-menu {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #f1585b;
    height: 44px;
    background-color: #213c89;
}
.header-menu.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
}

.item-menu {
    float: left;
    position: relative;
    color: #fff;
}
.link-menu {
    line-height: 42px;
    text-transform: uppercase;
    font-family: 'UTMAvo', sans-serif;
    font-weight: 400;
    padding: 0px 3px;
    font-size: 10px;
    letter-spacing: -0.5px;
    display: block;
}
.ico-home {
    background: url(../images/ico-home.png) 0 center no-repeat;
    width: 28px;
    height: 42px;
    display: block;
    padding-left: 0;
}
.navbar {
    float: right;
}
.ico-nav {
    background: url(../images/ico-nav.png) 0 center no-repeat;
    display: block;
    width: 22px;
    height: 42px;
    padding-right: 0;
    cursor: pointer;
}
.ico-nav.menu-close {
    background: no-repeat;
    color: #ec2024;
}

.ico-nav.menu-close::before {
    content: '\D7';
    font-size: 32px;
    position: absolute;
    left: 0px;
    top: -3px;
}
.item-menu.active {
    color: #ec2024;
}
.item-menu:hover {
    color: #fff;
    display: block;
    background-color: #233781;
}
.navbar:hover,
.navbar:hover,
.homepage:hover,
.homepage:hover {
    background-color: transparent;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #233781;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 2px 3px #7c7c7c;
    min-width: 232px;
    z-index: 99;
}
.item-menu:hover .sub-menu {
    display: block;
}
.sub-item-menu {
    border-top: 1px solid #374b97;
    display: block;
    font-family: 'NotoSans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.sub-item-menu a {
    padding: 5px 15px;
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}
.sub-item-menu:hover a{
    color: #ffa7a9;
}
/* main-menu-special */
.main-menu-special {
    position: absolute;
    width: 100%;
    background: #f0f0f0;
    z-index: 1;
    height: calc(100vh - 40px);
    display: none;
    top: 100%;
}
/* .navigation {
    max-height: calc(100vh - 40px);
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 30px;
} */
.navigation::-webkit-scrollbar {
    width: 4px;
}

.navigation::-webkit-scrollbar-track {
    background: transparent;
}

.navigation::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}

.navigation::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
.main-menu-item {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-top: 25px;
}

.main-menu-item:nth-child(4n+1) {
    clear: both;
}

.main-menu-item a {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'UTMAvo', sans-serif;
    font-weight: 400;
    color: #5d5d5d;
    margin: 3px 0;
}

.main-menu-item .navigation-link {
    font-weight: 700;
    font-family: 'UTMAvoBold', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.banner {
    text-align: center;
}
.banner img {
    height: auto;
}
.banner-item {
    margin-bottom: 21px;
}
.banner .banner-item:last-of-type {
    margin-bottom: 0;
}
/* .banner-bottom-menu img {width: 100%;} */
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt22 {
    margin-top: 22px;
}
.mt25 {
    margin-top: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb28 {
    margin-bottom: 28px;
}
.mb25 {
    margin-bottom: 25px;
}

.mb22 {
    margin-bottom: 22px;
}
.mt10 {
    margin-top: 10px;
}
.mr22 {
    margin-right: 22px;
}
.m20 {
    margin: 20px 0;
}
.icoVideo,
.icoPhoto {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
}
.icoVideo i,
.icoPhoto i {
    line-height: 25px;
    text-align: center;
}
/* main */
.bd-layout {
    background: url(../images/dots.png) top 0 left 858px repeat-y;
}
.layout-body-grid {
    display: grid;
    grid-template-columns: auto 300px;
    grid-column-gap: 21px;
}

.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.4;
    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: 17px;
}
.bt-red-top {
    border-top: 1px solid #e1e1e1;
}
.bt-red-top .bx-cat-link {
    padding-bottom: 12px;
}
.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: 20px;
}
.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; */
}
/* .page-home .bt-red-bottom {
    border-bottom: 0;
    margin-bottom: 0;
    border-top: 1px solid #e1e1e1;
}
.page-home .bt-red-bottom .bx-cat-link {
    padding-bottom: 9px;
}
.page-home .bt-red-bottom .bx-cat-link::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ed1c24;
    z-index: 1;
} */
.bx-read-more {
    counter-reset: section;
}
.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;}
.page-topic .bx-readest .bx-cat-link {
    padding-top: 0;
}
.w250 {
    width: 250px;
    margin-right: 21px;
}
.bx-left-cover .article {
    margin-bottom: 22px;
}
.w588 {
    width: 588px;
}
.h-top {
    margin: 10px 0;
    text-align: center;
}
.h-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* header-weadther */
.header-weadther {
    font-size: 13px;
    color: #333;
    padding-left: 8px;
    line-height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-end;
}

.header-weadther+.h-split {
    padding: 0 0 5px;
}

.weather-info {
    font-size: 14px;
    font-family: 'NotoSans-Bold', sans-serif;
    font-weight: 700;
}

.temp-info {
    color: #000;
    font-size: 14px;
    font-family: 'NotoSans-Regular', sans-serif;
}

.hd-caret-down {
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.weather-icon {
    height: 40px;
}

.weather-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px;
    background: #eee;
    padding: 0 15px;
    white-space: nowrap;
    width: 230px;
    z-index: 2;
}

.weather-list.show {
    display: block;
}

.weather-item-sub {
    border-top: 1px solid #eaeaea;
    cursor: pointer;
}

.hd-weather-item:not(:first-child),
.weather-item-sub.active-weather {
    display: none;
}
a.paper-printer {
    border: 1px solid #ec2024;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    color: #23347c;
    font-family: 'UTMAvoBold', sans-serif;
}
/* bx-cover-home */
.bx-cover-home .article:first-child {
    width: 600px;
    float: left;
    margin-right: 30px;
}
.bx-cover-home .article {
    float: left;
    width: 550px;
    margin-top: 25px;
}
.bx-cover-home .article-image {
    width: 185px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.bx-cover-home .article:first-child .article-image {
    width: 100%;
    margin-bottom: 10px;
}
.bx-cover-home .article:first-child .article-title {
    font-size: 30px;
    line-height: 1.3;
}
.bx-cover-home .article:not(:first-child) .article-meta,
.bx-cover-home .article:not(:first-child) .article-desc {
    display: none;
}
/* bx-home-seven */
.bx-home-seven .article:first-child {
    width: 600px;
    float: left;
    margin-right: 30px;
}
.bx-home-seven .article:nth-child(-n+2) {
    margin-top: 0;
}
.bx-home-seven .article {
    float: left;
    width: 550px;
    margin-top: 25px;
}
.bx-home-seven .article-image {
    width: 185px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.bx-home-seven .article:first-child .article-image {
    width: 100%;
    margin-bottom: 10px;
}
.bx-home-seven .article:first-child .article-title {
    font-size: 30px;
    line-height: 1.3;
}
.bx-home-seven .article:not(:first-child) .article-meta,
.bx-home-seven .article:not(:first-child) .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-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-one */
.bx-home-one .article {width: 354px;float: left;margin-left: 25px;margin-top: 20px;padding-top: 20px;border-top: 1px solid #ebebeb;}
.bx-home-one .article:first-child {width: 480px;margin-left: 0;float: left;}
.bx-home-one .article:nth-child(-n+2) {margin-top: 0; padding-top: 0;border-top: 0;}
.bx-home-one .article:first-child .article-image {width: 100%;display: block;}
.bx-home-one .article-title {font-size: 16px;line-height: 20px;}
.bx-home-one .article:first-child .article-title {font-size: 24px;line-height: 1.3;}
.bx-home-one .article-image,
.bx-home-one .article:not(:first-child) .article-desc {display: none;}
/* bx-home-two */
.bx-home-two {border-top: 3px solid #2eba00;}
.bx-home-two .article {width: calc((100% - 3*21px) / 4);float: left;margin-left: 21px;margin-top: 20px;}
.bx-home-two .article:first-child {width: 100%;margin-left: 0;margin-top: 0;}
.bx-home-two .article:nth-child(4n+2) {clear: both;margin-left: 0;}
.bx-home-two .article-title {font-size: 16px;}
.bx-home-two .article:first-child .article-title {width: 100%;font-size: 30px;line-height: 1.3;}
/* bx-home-three */

.cat-three-left {width: 859px;float: left;}
.cat-three-left .article {width: 354px;float: left;margin-left: 21px;margin-top: 20px;padding-top: 20px;border-top: 1px solid #ebebeb;}
.cat-three-left .article:first-child {width: 480px;margin-left: 0;}
.cat-three-right {width: 300px;float: right;}
.cat-three-right .article {margin-top: 20px;padding-top: 20px;border-top: 1px solid #ebebeb;}
.cat-three-right .article:first-child,
.cat-three-left .article:nth-child(-n+2) {margin-top: 0; padding-top: 0;border-top: 0;}
.bx-home-three .article-title {font-size: 16px;}
.cat-three-left .article:first-child .article-title {font-size: 24px;line-height: 1.3;}
.cat-three-right .article-image, 
.cat-three-right .article-desc,
.cat-three-left .article:not(:first-child) .article-image,
.cat-three-left .article:not(:first-child) .article-desc {display: none;}
/* bx-mostread */
.bx-mostread {counter-reset: section;}
.bx-mostread .article{width: 100%;float: left;position: relative;padding-left: 45px;border-top: 1px solid #ebebeb;padding-top: 15px;margin-top: 15px;}
.bx-mostread .article::before {content: counter(section);counter-increment: section;position: absolute;top: 12px;left: 0;width: 28px;height: 28px;text-align: center;line-height: 28px;background-color: #ed1c24;color: #fff;font-size: 16px;font-weight: 700;}
.bx-mostread .article:first-child {margin-top: 0;}
.bx-mostread .article-image{display: none;}
.bx-mostread .article-info{display: none;}
.bx-mostread .article-desc{display: none;}
/* bx-home-four */
.bx-home-four {
    width: calc((100% - 43px) / 2);
    float: left;
    margin-left: 43px;
}
.bx-home-four .bx-cat-name {
    text-align: center;
}
.layout-media {border-top: 5px solid #2e158a;background: url(../images/dots.png) top 0 left 590px repeat-y;padding: 0 20px 25px;background-color: #f9f9f9;}
.layout-media .bx-home-four:first-child {margin-left: 0;}
.bx-home-four .article {
    float: left;
    width: calc((100% - 2*21px) / 3);
    margin-left: 21px;
}
.bx-home-four .article:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.bx-home-four .article-desc {display: none;}

/* bx-home-five */
/* .bx-home-five {
    width: calc((100% - 21px) / 2);
    float: left;
    margin-left: 21px;
}

.bx-home-five:first-child {
    margin-left: 0;
} */

.bx-home-five .bx-cat-content {
    padding: 15px 15px 25px;
    background-color: #ebebeb;
}

.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;
}

/* bx-cover-full */
.bx-cover-full {position: relative;margin-bottom: 20px;}
.bx-cover-full .article-image {width: 885px;float: left;margin-right: 20px;margin-bottom: 0;}
.bx-cover-full .article-meta {display: none;}
.bx-cover-full .article-title {font-size: 30px; line-height: 1.3;margin-bottom: 15px;}
.bx-cover-full .article-desc {display: block;font-size: 15px;}
.bx-cover-full .bx-pager {position: absolute;left: 0;bottom: 0;z-index: 50;color: #ffffff4d;letter-spacing: -1px;font-size: 14px;padding: 3px 5px;}
/* bx-four-hot */
.bx-four-hot {overflow: hidden;}
.bx-four-hot .bx-cat-content {margin: 0 -16px;border-top: 1px solid #d9d9d9;display: flex;flex-wrap: wrap;}
.bx-four-hot .article {width: calc(100%/4);margin-bottom: 20px;border-left: 1px solid #d9d9d9;padding: 16px 16px 0;}
.bx-four-hot .article:first-child {border-left: 0;}
.bx-four-hot .article-title {font-size: 16px;line-height: 1.4;}
.bx-four-hot .article-meta{display: none;}
/* bx-tna-one */
.bx-tna-one .article {width: calc((100% - 25px) / 2);float: left;margin-left: 25px;}
.bx-tna-one .article:nth-child(2n+1) {clear: both;margin-left: 0;margin-bottom: 29px;}
.bx-tna-one .article-title {font-size: 17px;line-height: 20px;}
.bx-tna-one .article-desc {display: none;}
/* bx-tna-two */
.bx-tna-two .article {width: 276px;float: left;margin-left: 25px;}
.bx-tna-two .article:nth-child(4n+1) {margin-left: 0;clear: both;}
.bx-tna-two .article-desc{display: none;}
/* bx-tna-three */
.bx-tna-three {background-color: #444;padding: 0 12px;}
.bx-tna-three .bx-cat-link {color: #b6b6b6;}
.bx-tna-three .article {width: 248px;float: left;margin-left: 12px;margin-bottom: 20px;}
.bx-tna-three .article:first-child {margin-left: 0;width: 315px;}
.bx-tna-three .article-image {width: 98px;margin-right: 5px;float: left;margin-bottom: 15px;}
.bx-tna-three .article:first-child .article-image {width: 100%;float: none;}
.bx-tna-three .article-title {line-height: 1.2;font-size: 14px;color: #fff;}
.bx-tna-three .article:first-child .article-title {font-size: 17px;line-height: 20px;}
.bx-tna-three .article:not(:first-child) .article-link {-webkit-line-clamp: 4;}
.bx-tna-three .article-desc {display: none;}
/* bx-tna-talk */
.bx-tna-talk .article {width: 350px;float: left;margin-left: 30px;margin-top: 15px;padding-top: 20px;border-top: 1px solid #ebebeb;}
.bx-tna-talk .article:first-child {width: 800px;margin-left: 0;}
.bx-tna-talk .article:nth-child(-n+2) {margin-top: 0;padding-top: 0;border-top: 0;}
/* .bx-tna-talk .article:nth-child(3n+1) {margin-left: 0;clear: both;} */
.bx-tna-talk .article-image {width: 180px;float: left;margin-right: 15px;}
.bx-tna-talk .article:first-child .article-image {width: 100%;float: none;display: block;}
.bx-tna-talk .article-title {font-size: 17px;line-height: 20px;margin-bottom: 10px;}
.bx-tna-talk .article:first-child .article-title {font-size: 24px;line-height: 1.3;}
/* bx-tna-four */
.bx-tna-four .article {width: calc((100% - 2*25px)/3);float: left;margin-left: 25px;margin-bottom: 15px;}
.bx-tna-four .article:nth-child(3n+1) {margin-left: 0;clear: both;}
.bx-tna-four .article-title {font-size: 17px;line-height: 20px;}
.bx-tna-four .article-desc {clear: both;}
/* bxSliderCover */
.bxSliderCover {position: relative;margin-bottom: 21px;}
.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: 20px 20px 20px 20px;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 */
.bxBottomCover .article {
    width: 198px;
    float: left;
    margin-left: 21px;
    margin-bottom: 21px;
}
/* .bx-cover-index .article:nth-child(-n + 2) {
    clear: both;
    margin-left: 0;
} */
.bxBottomCover .article:nth-child(4n+1) {
    margin-left: 0;clear: both;
}
.bx-news-index .article-title,
.bxBottomCover .article-title {
    font-size: 14px;
    line-height: 1.57;
}
/* .bx-cover-index .article:first-child .article-title {
    font-size: 28px;line-height: 1.3;margin-bottom: 10px;
} */
.bxBottomCover :where(.article-meta, .article-desc) {display: none;}
/* bx-news-index */
.bx-news-index .article {
    border-top: 1px dotted #d1d1d1;
    padding: 15px 0;
}
.bx-news-index .article-image {
    display: none;
}
.bx-news-index .article-title {
    margin-bottom: 5px;
}
.layout-events {
    background-color: #f4f4f4;
    padding: 10px 20px 20px;
}
.layout-events .article {
    width: 270px;
    float: left;
    margin-left: 20px;
}
.layout-events .article:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}
/* bx-cover-top */
.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-news {
    overflow: hidden;
    position: relative;
}
.bx-news .article {
    float: left;
}
.bx-news .bx-cat-content {
    margin: 0 -12px;
}
.bx-news .jq-4-slider {
    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-title {
    display: inline-block;
}
.layout-multi {
    background-color: #f9f9f9;
    padding-bottom: 25px;
}

.sub-cat-title {
    display: inline-block;
    margin-left: 10px;
}
.sub-cat-title a {
    margin-left: 20px;
    color: #000033;
}
.view-more {
    padding: 25px 0;
    color: #213c89;
}
.view-more::after {
    content: '';
    background: url(../images/ico-ytb.png) right 0 no-repeat;
    width: 87px;
    height: 19px;
    float: right;
    margin-left: 8px;
}
.view-more:hover {
    color: #ff0000;
}
.bx-multimedia {
    background-color: #f9f9f9;
    padding: 0 25px 25px 25px;
}
.bx-multimedia .bx-cat-name {
    border-top: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
}
.bx-multimedia .bx-cat-link {
    font-size: 36px;
    line-height: 1.5;
}
.bx-multimedia .article {
    width: 381px;
    float: left;
    margin-left: 25px;
}
.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);
}
/* bx-cat-one */
.bx-cat-one:first-of-type {
    margin-top: 0;
}

.bx-cat-list .article {
    float: left;
    width: 188px;
    margin-left: 25px;
    margin-top: 20px;
}
.bx-cat-list .article:nth-child(odd) {
    clear: both;
}
.bx-cat-list .article-title {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}
.bx-cat-list .article-desc {
    display: none;
}
.bx-cat-list .article:nth-child(-n+2) {
    margin-top: 0;
}
.bx-cat-cover .article {
    width: 410px;
    margin-left: 0;
}
.bx-cat-cover .article-title {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}
.bx-cat-cover, .bx-cat-list {
    width: auto;
    float: left;
}
/* bx-one */
.bx-one .article {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
}
.bx-one .article-image {
    float: left;
    width: 88px;
    margin-right: 20px;
    margin-bottom: 0;
}
.bx-three .article-title,
.bx-one .article-title {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}
.bx-one .article:not(:first-child) .article-image::before {
    padding-top: 100%;
}

.bx-one .article:first-child .article-image {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
}
.bx-three .article:first-child .article-title,
.bx-one .article:first-child .article-title {
    font-weight: 700;
}
/* bx-two */
.bx-three .article ,
.bx-two .article {
    padding-top: 18px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
}
.bx-two .article-title {
    padding-left: 16px;
    position: relative;
}
.bx-two .article-title::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #ed1c24;
    top: 10px;
    left: 0;
}

/* bx-scroll-list */
.bx-scroll-list {
    height: 510px;
    overflow-y: scroll;
}
.bx-scroll-list .article-title {
    padding-right: 1px;
}
.bx-scroll-list::-webkit-scrollbar {
    width: 1px;
}

.bx-scroll-list::-webkit-scrollbar-track {
    background: transparent;
}

.bx-scroll-list::-webkit-scrollbar-thumb {
    background: #ebebeb;
}

.bx-scroll-list::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
/* bx-three */


.bx-three .article:not(:first-child) .article-image {
    display: none;
}
.bx-four .article{
    width: 276px;
    float: left;
    margin-left: 25px;
}
.bx-four .article:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}
.bt-eb {
    border-top: 1px solid #ebebeb;
}
/* bx-tab-readest */
.bx-tab-readest .bt-red-bottom .bx-cat-link {
    padding-top: 0;
}
.bx-tab-readest .bx-tab-container {
    padding: 15px 0 15px 10px;
    background-color: #f5f6f8;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
    
}
.bx-tab-readest .bx-cat-content { 
    height: 430px;
    padding-right: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.bx-tab-readest .bx-cat-content::-webkit-scrollbar {
    width: 3px;
}

.bx-tab-readest .bx-cat-content::-webkit-scrollbar-track {
    background: transparent;
}

.bx-tab-readest .bx-cat-content::-webkit-scrollbar-thumb {
    background: #ccc;
}

.bx-tab-readest .article {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e1e1e1;
    position: relative;
    display: flex;
}
.bx-tab-readest .article::after {content: unset;}
.bx-tab-readest .article:first-child {margin-top: 0;border-top: 0;padding-top: 0;}
.bx-tab-readest .article-date {
    margin-right: 10px;
    font-size: 12px;
    color: #888;
    line-height: 21px;
}


/* bx-cat-item */
.page-home .bx-list {
    padding-top: 20px;
    position: relative;
}
.page-home .bx-list:before {
    content: '';
    width: calc(100% + 21px);
    height: 1px;
    background: #ebebeb;
    position: absolute;
    top: 0;
    z-index: 82;
    left: 0;
}
.bx-cat-item .article {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #ebebeb;
}
.bx-cat-item .article-image {
    width: 364px;
    float: left;
    margin-right: 22px;
}
.bx-cat-item .article-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
/* bx-cat-two */
.bx-cat-two .bx-cat-list .article:nth-child(n+3) {
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
    padding-top: 15px;
}
.bx-cat-two .bx-cat-list .article:nth-child(-n+2) .article-title {
    font-weight: 700;
}
.bx-cat-two .bx-cat-list .article:nth-child(n+3) .article-image {
    display: none;
}
.bx-cat-item .article:first-child,
.bx-one .article:first-child,
.bx-two .article:first-child ,
.bx-three .article:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.bx-cat .article-link {
    -webkit-line-clamp: 3;
}
/* breadcrumb */
.item-bre > h1,
.item-bre {
    font-size: 14px;
    color: #000033;
    display: inline-block;
    font-weight: 400;
}
.breadcrumb .item-bre:first-child .link-bre {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    color: #000033;
    position: relative;
}
.breadcrumb .item-bre:first-child .link-bre,
.breadcrumb .item-bre:first-child > h1 {
    font-size: 26px;
    line-height: 1.7;
}
.breadcrumb .item-bre:nth-child(2)::before {
    content: '/';
    display: inline-block;
    font-size: 26px;
    line-height: 1.7;
}
.item-bre {display: inline-block;}
.breadcrumb {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0 0;
}
.breadcrumb .item-bre:first-child .link-bre::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #ed1c24;
}
/* __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 a:hover, .__MB_ARTICLE_PAGING .btn-viewmore:hover,
.__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: 38px;
    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;
}
/* bx-four */
.bx-four .article {
    width: 265px;
    float: left;
    margin-left: 21px;
    margin-bottom: 20px;
}
.bx-four .article:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}
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% - 122px);
    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: 10px;
    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;
}
/* search */
.search-tags {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.search-tags .keyword {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.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 */
._PC_ERRORPAGE .bx-error-page .siteCenter{text-align: center;}
._PC_ERRORPAGE .bx-error-page h1{font-size:18px;color: #555;margin: 25px 0 10px;}
._PC_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;
}
.bx-five .article {
    width: calc((100% - 3*21px) / 4);
    float: left;
    margin-left: 21px;
    margin-bottom: 20px;
}
.bx-five .article:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}
/* 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;
}
/* bx-six */
.bx-six .article {
    width: 265px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.bx-six .article:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
/* footer */
.footer-top {
    background-color: #f5f5f5;
    padding: 24px 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}
/* .footer-logo{
    width: 250px;
    margin-right: 22px;
}
.footer-info {
    width: 652px;
    margin-right: 22px;
}

.footer-text:not(:first-child) {
    border-top: 1px dotted #aeaeae;
    padding-top: 15px;
    margin-top: 15px;

}
.footer-text h3 {
    color: #000033;
    font-weight: 700;
    font-family: 'NotoSerif', sans-serif;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer-text p {
    margin-bottom: 8px;
}
.footer-text p strong {
    font-weight: 400;
    color: #000;
}
.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:nth-child(1):hover {
    background-color: #1877F2;
}
.footer-social a:nth-child(2):hover {
    background-color:  #ff0000;
}
.footer-social a:nth-child(3):hover {
    background-color:  #1da1f2;
}
.footer-social a:nth-child(4):hover {
    background-color: #010101;
}
.footer-social a:nth-child(5):hover {
    background-color: #0099FF;
}
.footer-social a:first-child {
    margin-left: 0;
} */
.footer-top p {margin-bottom: 5px;color: #333;font-size: 13px;}
.footer-body-left{width: 365px;padding-right: 20px;}
.footer-body-center{width: 285px;padding-top: 12px; margin-right: 30px;}
.footer-body-contact{width: 240px;padding-top: 12px;margin-right: 20px;}
/* .footer-center p {
    padding-bottom: 6px;
} */
.tkts {
    display: flex;
    justify-content: flex-start;  
}
.tkts > span {
    display: flex;
    flex-direction: column;
    padding-left: 18px;
}
.footer-body-right{width: 240px;padding-top: 12px;}
.footer-center h4 {font-size: 18px;color: #333;margin-bottom: 10px;display: block;height: 24px;}
.footer-body-right .button-social a{width: 27px;height: 27px;margin-left: 15px;}
.button-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-body-right h4 {
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-body-right .button-social i{line-height: 27px;}
.footer-body-center,
.footer-body-contact {
    margin-bottom: 6px;
}

.post-reader {
    background-color: #fff;
    border: 1px solid rgba(53,53,53,.25098);
    border-radius: 100px;
    color: #333;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    margin-left: auto;
    text-align: center;
    width: 145px;
    margin-top: 30px;
}
.post-reader:hover {
    background-color: #ebebeb;
    color: inherit;
}
.post-reader:nth-of-type(n+2) {
    margin-top: 10px;
}
/* footer-logo */
/* .footer-logo img{width: 160px;} */
.footer-logo{
    width: 250px;
    display: block;
    margin-bottom: 20px;
}
/* .footer-center .f-info-logo {font-family: 'Silka',sans-serif;color: #fff;text-transform: uppercase;margin-top: 5px;letter-spacing: -1px;margin-bottom: 10px;} */
.cms {
    padding: 15px 0;
    color: #cdcdcd;
    display: block;
    line-height: 1;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;

}

.cms:hover {
    color: #213c89;
}
.mobile-button {
    background: #ccc;
    width: 100%;
    line-height: 100px;
    color: #2350a3;
    font-size: 36px;
    text-align: center;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
}
.version-mobile {
    background: #ccc;
    width: 100%;
    line-height: 100px;
    color: #ec2024;
    font-size: 36px;
    text-align: center;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
}
.gotop {
    background-color: rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    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: 48px;
}

.gotop:hover{
    background-color: rgba(167, 167, 167, 0.2);
}

/* liên hệ  */
.bx-contact-list {
    padding: 0 5px;
    /* margin-top: 50px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.info-contact {
    width: 334px;
    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: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #213c8a;
}
/* .info-contact:nth-child(3n+1) {
    margin-left: 25px;
} */
.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;
}

.item-ads {
    padding-top: 38px;
}
