* {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font: 400 14px/1.3 Arial, sans-serif;
    color: #444;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button,
input {
    outline: 0;
    border: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
    border: none;
    transition: 0.25s;
}
/* 
#header > *:not(.ico-bar), .menu-list{
    filter: grayscale(1);
} */
.clearfix::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    height: 0;
    overflow: hidden;
}

.fw {
    width: 100%;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.wrapper {
    padding: 0 10px;
}

.goTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgb(18 113 184 / 100%);
    border-radius: 5px;
    font-size: 24px;
    display: none;
    position: fixed;
    bottom: 180px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
    text-align: center;
    color: #fff;
    transition: 0.3s ease;
    background: #0066b3;
}

#header {
    position: relative;
}

h3.bx-cat-subTitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
}

.weather {
    margin-left: 12px;
    text-align: right;
    position: relative;
    padding-bottom: 8px;
    /* margin-right: 55px; */
}

.header-extention {
    position: relative;
}

.flag-vn {
    content: "";
    background: url(../images/flag-vn.png) 0 center no-repeat;
    float: right;
    width: 31px;
    height: 20px;
    margin-left: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.weather>.item-weather {
    display: inline-block;
}


/* .icon-down:hover + .sub-weather {
    display: block;
  } */

.sub-weather {
    display: none;
    position: absolute;
    width: 220px;
    text-align: left;
    background: #cfcfcf;
    z-index: 1;
    right: 0;
    top: 100%;
    padding: 0 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    animation: sky 0.25s ease-in-out;
}

.sub-weather .item-weather {
    line-height: 48px;
}

@keyframes sky {
    from {
        top: 85%;
    }
    to {
        top: 100%;
    }
}

.sub-weather-active {
    display: block;
    opacity: 1;
    transform: rotateX(0deg);
}

.name-title {
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin-right: 22px;
}

.text-orange {
    color: #f47920;
}


/* .ico-diagonal::after {
  content: "";
  background: url(../images/ico-diagonal.png) 0 0 no-repeat;
  width: 27px;
  height: 21px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 8px;
  display: none;
} */

.city-name {
    font-weight: 700;
    padding-right: 5px;
}

.icon-weather {
    position: relative;
    top: -2px;
}

.icon-down {
    color: #b7b7b7;
    font-size: 18px;
    position: relative;
    top: -2px;
    padding-left: 8px;
    cursor: pointer;
}

.article-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

.article-desc,
.article-link {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article-desc {
    -webkit-line-clamp: 3;
}

.article-image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    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-publish {
    font-size: 14px;
    white-space: nowrap;
}

.article-publish::after {
    content: "|";
    padding-left: 3px;
}

.article-publish:empty {
    display: none;
}

.article-cate {
    color: #f47920;
    text-decoration: underline;
}

.article-cate-more {
    display: flex;
}

.article-cate-more .article-cate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-cate-more .article-publish {
    margin-right: 4px;
}

.article-meta {
    margin-top: 10px;
    display: none;
}

.article-desc {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 25px;
}

.bx-cat-name {
    padding: 25px 0 15px;
    position: relative;
}

.bx-cat-title {
    display: inline-block;
    font-size: 20px;
}

.header-top {
    padding-bottom: 10px;
    padding-top: 12px;
}

.header-logo img {
    width: 180px;
}
.text-logo {
    font-size: 10px;
    letter-spacing: -0.6px;
    font-weight: 400;
}
.header-nav-logo .text-logo {
    font-size: 7px;
    letter-spacing: -0.5px;
}
.header-extention {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
}

.header-nav {
    transition: 0.3s all;
    overflow: hidden;
}

.header-menu {
    display: none;
    transition: 0.5s ease;
}

.open {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 999;
    display: block;
    animation: skyFade 0.25s;
}

@keyframes skyFade {
    from {
        transform: translate(calc(100% - 20px), -100%);
    }
    to {
        transform: translate(0, 0);
    }
}

.ico-bar {
    width: 72px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 0 0 9px 9px;
    box-shadow: 0px 1px 10px #dbdbdb;
    cursor: pointer;
    z-index: 99999;
}

.bar-active {
    float: right;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: 15px;
    box-shadow: 0px 1px 10px #dbdbdb;
}

.ico-bar.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: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ico-bar.nav-up {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0;
    box-shadow: none;
}

.show-overlay {
    height: 100%;
    overflow: hidden;
}

span.ico-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 40px;
    box-shadow: 0px 1px 10px #dbdbdb;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.ico-desktop {
    position: absolute;
    top: 10px;
    right: 65px;
    padding: 7px;
    font-size: 20px;
    color: #444;
}

#frmSearch {
    height: 40px;
    border-radius: 40px;
    background: #f1f5f9 none;
    margin: 10px 15px;
}

.textSearch {
    background-color: transparent;
    border: 0;
    outline: 0;
    width: calc(100% - 40px);
    padding-left: 15px;
    line-height: 40px;
    /* color: #fff; */
    border-radius: 40px 0 0 40px;
    /* display: none; */
    float: left;
}

.resultSearch {
    border: 0;
    border-radius: 8px;
    background-color: transparent;
    outline: 0;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
    /* color: #fff; */
    font-size: 14px;
    text-align: center;
}


/* .textSearch::placeholder {color: #fff;}
.textSearch:-ms-input-placeholder {color: #fff;}
.textSearch::-ms-input-placeholder {color: #fff;} */

button:focus {
    outline: none;
}

.header-nav-logo {
    padding-top: 10px;
    padding-left: 10px;
}

.system-menu {
    /* background-color: #f7f7f7; */
    padding: 0 15px;
}

.subLink-menu.active,
.sub-menu>.sub-itemMenu.active .subLink-menu,
.system-menu>.item-menu.active .link-menu,
.link-menu.active {
    color: #f9a614;
}

.system-menu .item-menu {
    width: 100%;
    float: left;
    border-top: 1px solid #dfdfdf;
    position: relative;
}

.system-menu .item-menu:first-child {
    border-top: 0;
}

.link-menu {
    font-size: 16px;
    color: inherit;
    display: block;
    float: left;
    width: calc(100% - 50px);
    padding: 15px 0;
    font-family: "NotoSans", sans-serif;
    font-weight: 700;
}

.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: #f9a614;
}

.sub-menu-button i.fa-minus:before {
    content: "\f068";
}

.sub-menu {
    width: 100%;
    float: left;
    display: none;
}

.sub-itemMenu {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    float: left;
}

.subLink-menu {
    font-size: 16px;
    color: inherit;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0 15px 15px;
}

.subLink-menu i {
    font-size: 10px;
    margin-right: 15px;
    vertical-align: 2px;
}

.header-menu #footer {
    margin-top: 0;
}

.bg-gray {
    background: #f2f2f2;
    padding: 30px 0;
}

.latest-news {
    display: flex;
    white-space: nowrap;
    align-items: flex-end;
    margin-right: 10px;
    overflow: hidden;
}

.home-ico {
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin-right: 7px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-top: 3px;
    /* margin-left: 10px; */
}
.home-ico::after {
    content: "|";
    color: #bbb;
    padding-left: 7px;
}
.homevn-ico {
    font-size: 14px;
    float: left;
    margin-right: 7px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-top: 3px;
    padding-left: 20px;
    background: url(../images/flag-vi.png) 0 6px no-repeat;
    background-size: 16px;
}

.news-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bdShadow {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f79b58;
    box-shadow: 0px 0px 3px #dbdbdb;
    border-radius: 8px;
    position: relative;
    margin: 0 12px;
    overflow: hidden;
    padding-right: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt45 {
    margin-top: 45px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb60 {
    margin-bottom: 60px;
}

.bd-1 {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
}

.banner {
    max-width: 100%;
    text-align: center;
}

.sub-cat-name {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 18px;
}


/* bx-cat */

.sub-cat {
    /* display: none; */
    background-color: #f5f5f5;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    width: 280px;
    opacity: 0;
    /* transform: rotateX(-90deg); */
    box-shadow: -2px 2px 5px rgb(0 0 0 / 20%);
    transition: 0.5s ease-in-out;
    transform-origin: 0 0;
}

.sub-cat-link {
    display: block;
    text-align: right;
    padding: 0 8px;
    line-height: 32px;
    border-top: 1px solid #ececec;
}

.sub-cat a:first-child {
    border-top: 0;
}

.cat-sub-active {
    opacity: 1;
    transform: rotateX(0deg);
    display: block;
}

span.ico-down {
    float: right;
    color: #ccc;
    font-size: 30px;
}
span.ico-down, .sub-cat {
    display: none;
}

/* bx-cover */

.bx-cover {
    padding: 0 10px 20px;
}

.bx-cover .article {
    border-top: 1px dotted #a5a5a5;
    padding-top: 20px;
    margin-top: 20px;
}

.bx-cover .article-title {
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    line-height: 1.375;
}

.bx-cover .article:first-child {
    margin-top: 0;
    margin-bottom: 20px;
}

.bx-cover .article:nth-child(-n + 2) {
    padding-top: 0;
    border-top: 0;
}

.bx-cover-list .article:first-child .article-title,
.bx-cover .article:first-child .article-title {
    font-size: 24px;
    font-weight: 400;
    margin-left: 0;
}

.bx-cover .article:first-child .article-image {
    margin: 0 -10px 20px;
    width: calc(100% + 20px);
}

.bx-cover .article:not(:first-child) .article-title:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ed1c24;
    position: absolute;
    top: 6px;
    left: -20px;
}

.bx-cover .article:not(:first-child) .article-desc,
.bx-cover .article:not(:first-child) .article-meta,
.bx-cover .article:not(:first-child) .article-image {
    display: none;
}


/* bx-one */

.bx-one .article {
    padding: 0 10px 20px;
    margin-top: 30px;
}

.bx-one .article-image {
    margin: 0 -10px 20px;
    width: calc(100% + 20px);
}


/* bx-cover */

.bx-cover .article-title {
    font-size: 16px;
    line-height: 1.375;
}

.bx-highlight .article:first-child {
    margin-top: 0;
}


/* bx-worldtv */

.bx-worldtv .bx-cat-name {
    padding: 0;
}

.bx-worldtv .bx-cat-content {
    margin-top: 15px;
}


/* bx-two */

.bx-two .article {
    padding: 0 10px 10px;
}

.bx-two .article-image {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}


/* bx-three */

.bx-three .bx-cat-content {
    padding: 0 10px 20px;
}

.bx-three .article:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.bx-three .article:first-child .article-image {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.bx-three .article:not(:first-child) .article-image {
    display: none;
}

.bx-three .article:first-child .article-title {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}

.ico-ibar::after {
    content: "";
    background: url(../images/ico-ibar.png) 0 0 no-repeat;
    width: 72px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 8px;
}

.bx-fsz16 .article-title {
    font-size: 16px;
    line-height: 1.25;
}

.bx-subcat-name {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 110px);
}

.bx-subcat-name h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 25px;
    border: 1px solid #ddd;
    margin: 0 6px 15px 0;
    border-radius: 38px;
    transition: 0.25s all;
    white-space: nowrap;
}

.bx-subcat-name h3:hover,
.bx-subcat-name h3.active {
    color: #ebebeb;
    background: #6d6d6d;
    border: 0;
}

.bx-container {
    width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    overflow: hidden;
}

.bx-four .item-slider {
    float: left;
    padding: 0 12px;
}

.bx-four .bx-cat-content {
    position: relative;
    padding-bottom: 40px;
    width: calc(100% + 24px);
    margin: 0 -12px;
}


/* .bx-four .slick-list {
    margin: 0 -15px;
  } */

.bx-latest-news {
    overflow: hidden;
}

.bx-latest-news .article {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bx-latest-news .article-title,
.slick-slider .article-title {
    min-height: 100px;
}

.bx-latest-news .article-link {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: initial;
    -webkit-text-size-adjust: none;
}

.bx-slider {
    display: none;
    padding-bottom: 15px;
}

.bx-active-slider {
    display: block !important;
}

.slick-dots {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li.slick-active button {
    width: 45px;
    background: #f47920;
}

.slick-dots li button {
    width: 9px;
    height: 9px;
    background: #ccc;
    border-radius: 9px;
    font-size: 0;
    margin: 0 3px;
    transition: 0.25s;
}

.slick-arrow.square {
    position: absolute;
    top: -60px;
    right: 15px;
    width: 46px;
    height: 46px;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    font-size: 10px;
}

.square.prev {
    right: 62px;
}

.square.next {
    right: 12px;
}

.bx-cat .ico-diagonal::after {
    top: 0;
}

.ico-dots {
    text-transform: uppercase;
}

.ico-dots::after {
    content: "";
    background: url(../images/ico-dots.png) 0 0 repeat-y;
    width: 7px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 8px;
}

.bx-infocus .slick-arrow.square {
    top: -50px;
}

.bx-infocus .article-meta {
    display: none;
}

.bx-multimedia {
    background: #515151;
    padding-bottom: 15px;
}

.bx-cover-multimedia .bx-cat-title {
    padding-right: 7px;
    width: 175px;
    display: flex;
    align-items: baseline;
}

.bx-cover-multimedia .bx-cat-name {
    display: flex;
    align-items: flex-end;
}

.bx-cover-multimedia .bx-cat-subTitle {
    position: relative;
    bottom: 4px;
    overflow-x: scroll;
}

.subcat-multimedia {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    /* margin-left: 25px; */
    white-space: nowrap;
    display: table-cell;
    padding-left: 25px;
}

.bx-cover-multimedia {
    padding-bottom: 40px;
    color: #fff;
}

.bx-cover-multimedia .article-title {
    font-size: 26px;
}

.bx-scroll-multimedia {
    padding-right: 20px;
    height: 210px;
    overflow-y: scroll;
    color: #fff;
}

.bx-scroll-multimedia::-webkit-scrollbar {
    width: 14px;
    background-color: transparent;
}

.bx-scroll-multimedia::-webkit-scrollbar-track {
    background-color: transparent;
}

.bx-scroll-multimedia::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: #5a5a5a;
    border: 1px solid #6a6a6a;
}

.bx-scroll-multimedia::-webkit-scrollbar-thumb:hover {
    background-color: #5a5a5a;
}

.bx-scroll-multimedia .article {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #636363;
    position: relative;
}

.bx-scroll-multimedia .article::before {
    content: "";
    transition: 0.25s all;
}

.bx-scroll-multimedia .article:hover::before {
    background: #ff6600;
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
}

.bx-scroll-multimedia .article:first-child {
    padding-top: 0;
    border-top: 0;
}

.bx-scroll-multimedia .article-title {
    padding-left: 25px;
    position: relative;
}

.bx-scroll-multimedia .article-title::before {
    content: "\f0da";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    left: 0;
    color: #7d7d7d;
}

.bx-scroll-multimedia .article-image,
.bx-scroll-multimedia .article-meta,
.bx-scroll-multimedia .article-desc {
    display: none;
}


/* bx-cat-one */

.bx-cat-one .article {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #ebebeb;
}

.bx-cat-one .article:nth-child(-n + 2) {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.bx-cat-one .article-image {
    width: 167px;
    float: right;
    margin-left: 20px;
    border-radius: 8px;
    margin-bottom: 0;
}

.bx-cat-one .article:first-child {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 10px 20px;
    margin-bottom: 30px;
}

.bx-cat-one .article:first-child .article-image {
    width: calc(100% + 20px);
    margin: 0 -10px 15px;
    border-radius: 0;
    float: none;
}

.line-bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}

.bx-cat-two .article {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
}

.bx-cat-two .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.bx-cat-two .article-image {
    border-radius: 8px;
}


/* list */

.breadcrumb {
    display: flex;
    /* align-items: flex-end; */
}

.cat-main {
    font-size: 26px;
    color: #000;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-right: 25px;
}

.cat-main a {
    white-space: nowrap;
}

.cat-main>h1 {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.sub-cat-name a {
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 18px 25px 0 0;
    /* border: 1px solid #ddd;
  border-radius: 38px; */
    margin-right: 6px;
    transition: 0.25s all;
    margin-bottom: 8px;
    white-space: nowrap;
}

.sub-cat-name .active {
    color: #0066b3;
    ;
    /* background: #6d6d6d;
  border: 0px;
  display: inline-block; */
}


/* bx-cover-list */


/* .bx-cover-list .article {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
} */

.bx-cover-list .article:first-child {
    padding: 0 10px 20px;
    margin-top: 0;
}

.bx-cover-list .article:first-child .article-image {
    margin: 0px -10px 20px;
    width: calc(100% + 20px);
}

.bx-cover-list .article:not(:first-child) .article-desc {
    display: none;
}


/* bx-five */

.bx-five .article {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #ebebeb;
}

.bx-five .article:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.bx-five .article-image {
    width: 167px;
    float: right;
    margin-left: 20px;
    border-radius: 8px;
    margin-bottom: 0;
}

.__MB_ARTICLE_PAGING {
    margin-top: 28px;
    margin-bottom: 25px;
    text-align: center;
}

.__MB_ARTICLE_PAGING a,
.__MB_ARTICLE_PAGING span,
.__MB_ARTICLE_PAGING .btn-viewmore {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 148px;
    margin-right: 1px;
    border-radius: 9px;
    background: #ccc;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.button_paging a,
.button_paging span,
.button_paging .btn-viewmore {
    width: auto;
}

.btn-viewmore {
    cursor: pointer;
}

.__MB_ARTICLE_PAGING span:first-child {
    display: none;
}

.__MB_ARTICLE_PAGING span.current,
.btn-viewmore:hover {
    background: #0066b3;
    color: #fff;
}

.__MB_ARTICLE_PAGING a:hover {
    background: #0066b3;
    color: #fff;
}


/* bx-six */

.bx-six .article {
    width: calc((100% - 24px)/2);
    float: left;
    margin-left: 24px;
    margin-bottom: 24px;
}

.bx-six .article:nth-child(odd) {
    margin-left: 0;
}

.bx-six .article-image::before {
    padding-top: 141%;
}


/* bx-newspaper-list */

.bx-newspaper-list .article-image::before {
    padding-top: 143.5%;
}


/* detail */

.bx-detail {
    padding: 10px;
}

.ico-action {
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.ico-border {
    background: url(../images/ico-border.png) 0 0 no-repeat;
    width: 2px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 3px;
}

.bx-detail .article-meta {
    display: block;
}

.article-detail-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.article-detail-title {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-detail-writer {
    font-weight: 700;
}

.article-detail-writer::after {
    content: '|';
    padding-left: 3px;
    font-weight: 400;
}

.bx-detail .article-meta span:empty {
    display: none;
}

.fb-like.fb_iframe_widget {
    margin-top: 15px;
    width: 120px!important;
    display: inline-block;
}

.fb-like.fb_iframe_widget iframe {
    width: 120px!important;
}

.zalo-share-button {
    margin-bottom: 4px;
}

.article-social {
    margin: 8px 0 30px;
}

.article-detail-desc {
    font-size: 16px;
    line-height: 1.5625;
    margin-bottom: 40px;
    font-weight: 700;
}

.article-detail-image {
    width: calc(100% + 56px);
    margin: 0 -28px;
}

.article-detail-image img {
    width: 100%;
}
.article-member-role {
    width: 100%;
    float: left;
    color: #666;
    font-size: 12px;
    font-style: italic;
}

/* table A */

.__MB_ARTICLE_A ._MB_ARTICLE_A_HEADER {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #247bbd;
    display: inline-block;
    padding-bottom: 5px;
    color: #247bbd;
    font-size: 14px;
}

.__MB_ARTICLE_A td a {
    border-top: 1px dotted #e1e1e1;
    padding-top: 12px;
    font-weight: 700;
    color: #444;
}

.__MB_ARTICLE_A td a:first-child {
    border-top: 0;
}

.__mb_article_in_image_box {
    width: 50px;
    height: auto;
    max-width: 100%;
}

.article-detail-author {
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    font-style: normal;
    color: #414141;
}

.article-detail-source {
    text-align: right;
    font-style: italic;
    margin-top: 10px;
}

.__MASTERCMS_CONTENT p,
.article-detail-content p {
    margin: 15px 0;
    line-height: 1.625;
    font-size: 16px;
}

.line-red {
    padding-bottom: 10px;
    border-bottom: 1px solid #f26c4f;
    margin-bottom: 25px;
}

.article-tag {
    clear: both;
    padding-top: 15px;
}

.article-tag i {
    padding-right: 3px;
}

.article-tag span {
    display: block;
    color: #666;
    font-size: 18px;
    width: 105px;
    font-weight: 700;
    padding-bottom: 7px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d7d7d7;
}

.tag-link {
    line-height: 30px;
    background-color: #e5e9ec;
    float: left;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 2px 10px 0;
    font-size: 14px;
    font-family: NotoSerif, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.tag-local {
    float: left;
    height: 30px;
    line-height: 30px;
    background: url(../images/ico-place.png) 0 7px no-repeat;
    margin: 0 10px;
    padding-left: 20px;
    text-transform: uppercase;
    color: #f68c21;
    text-decoration: underline;
    font-weight: 700;
    font-family: "Arial", Helvetica, sans-serif;
}


/* search */

.highlight {
    background-color: #ff0;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 22px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}


/* bx-error-page */

.bx-error-page {
    padding: 20px 0 30px 0;
    text-align: center;
}

.bx-error-page h1 {
    margin: 15px 0;
    /* color: #999; */
    font-weight: 700;
}


/* video-detail */

.bx-videos-detail .article-video-media {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 15px;
    margin-right: 15px;
}

.embed-ifame iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bx-videos-detail .article-date::before {
    content: "|";
    padding-right: 6px;
    padding-left: 3px;
}

.bx-videos-detail .article-detail-title {
    font-size: 22px;
    margin-top: 0;
}

.count-view {
    font-size: 14px;
}

.count-view::before {
    content: "";
    background: url(../images/ico-eye.png) 0 0 no-repeat;
    width: 16px;
    height: 11px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}


/* footer */

#footer {
    border-top: 1px solid #e1e1e1;
    color: #666;
    margin-top: 35px;
}
.footer-logo img {
    width: 132px;
    image-rendering: -webkit-optimize-contrast;
}
.footer-navigation {
    border-top: 1px solid #e1e1e1;
    margin-top: 2px;
    padding-top: 25px;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.name-cat {
    width: calc((100% - 4 * 30px) / 5);
    margin-left: 30px;
    margin-bottom: 40px;
}

.footer-menu>li:nth-child(5n + 1) {
    margin-left: 0;
    clear: both;
}

.footer-menu>li>a {
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.sub-name-cat>li {
    line-height: 1.6;
    padding-top: 5px;
}

.bx-social {
    text-align: right;
}

.ico-link {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    color: #999;
    float: right;
    margin-left: 8px;
    font-size: 18px;
}

.footer-content {
    padding-bottom: 35px;
    clear: both;
}

.footer-content p {
    margin: 10px 0;
}
.footer-copyright p {
    font-size: 13px;
    margin: 6px 0 0;
}
.footer-text {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    margin-top: 15px;
}

.footer-content .footer-text:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.ftlogo-text {
    font-size: 13px;
    font-weight: 400;
}
.mastercms {
    background: #a4a4a4;
}

.mastercms a {
    display: block;
    padding: 15px 0 13px;
}

.cms:hover {
    color: #fff;
}
/* banner-fixed */
.banner-fixed {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    box-shadow: -1px -1px 5px #333;
    padding-top: 10px;
    background-color: #fff;
}
.qc-close {
    position: absolute;
    right: 0;
    top: -25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-top-left-radius: 5px;
    /* box-shadow: -1px -1px 5px #333; */
    background-color: #fff;
    z-index: 10;
    border-top-left-radius: 10px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    text-align: center;
}
.banner-fixed img {
    width: 100%;
    height: auto;
}
.banner-fixed .banner {
    border: 1px solid #ebebeb;
}
/* loading more */

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 30px auto 0;
}

.loader-ellips__dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #555;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}