<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Arial";
    src: url(fonts/Arial/arial.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Arial";
    src: url(fonts/Arial/arialbd.ttf);
    font-weight: 700;
}

* {
    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;
    min-width: 1200px;
    color: #444;
}
/* #header, .logo {filter: grayscale(1);} */
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;
}

.clearfix::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    height: 0;
    overflow: hidden;
}

.fw {
    width: 100%;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.siteCenter {
    margin: 0 auto;
    width: 1170px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb22 {
    margin-bottom: 22px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt78 {
    margin-top: 78px;
}

.mt40 {
    margin-top: 40px;
}

.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: 150px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    color: #fff;
    transition: 0.3s ease;
}

.goTop:hover {
    background: rgb(18 113 184 / 85%);
}

.banner {
    max-width: 100%;
    text-align: center;
}
.banner img {
    height: auto;
}
.bx-flex {
    display: flex;
    justify-content: space-between;
}

.header-top {
    margin-bottom: 10px;
    background-color: #fff;
    transition: 0.5s;
}

.header-menu {
    border-top: 0;
    padding: 20px 18px 0;
    border-radius: 0 0 18px 18px;
    box-shadow: 0px 1px 10px #dbdbdb;
}

.header-menu&gt;li {
    float: left;
    color: #444;
    padding: 18px 10px 16px;
    transition: 0.5s;
    position: relative;
}

.header-menu&gt;.more-menu {
    padding-left: 22px;
}

.more-menu::before {
    content: "";
    width: 1px;
    height: 43px;
    background: #ccc;
    position: absolute;
    top: -5px;
    left: 5px;
}

.link-menu {
    font-weight: 700;
}

.item-menu i {
    font-size: 12px;
    padding-left: 1px;
    display: none;
}
i.fa-chevron-down {
    display: none;
}
.header-logo {
    padding-top: 5px;
    width: 180px;
    margin-right: 2px;
}

.header-logo img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.text-logo {
    font-size: 10px;
    letter-spacing: -0.6px;
    font-weight: 400;
}
.link-pageVn,
.header-logo,
.header-menu,
.header-button {
    transition: 0.25s;
}

.nav-down {
    position: fixed;
    top: 0;
    box-shadow: 0px 1px 10px #dbdbdb;
    z-index: 999;
}

.nav-down .header-logo {
    padding-top: 3px;
    width: 120px;
}

.nav-down .header-menu {
    padding-top: 0;
    box-shadow: none;
    /* padding: 0px 36px 0; */
}

.nav-down .more-menu::before {
    background: transparent;
}

.nav-down .header-button {
    margin-top: 8px;
}

.nav-down .ico-search {
    font-size: 18px;
}

.nav-down .link-pageVn {
    padding: 8px;
}
.nav-down .text-logo {display: none;}

/* .item-menu i::before {
  transition: 0.5s ease-in;
} */


/* .item-menu .fa-chevron-down::before {
  content: "\f078";
}
.item-menu:hover .fa-chevron-up::before {
  content: "\f077";
} */

.sub-menu {
    display: none;
    opacity: 0;
    transition: 0.5s ease-out;
}

.hasChild:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d3d3d3;
    transform: translate(-50%, 30px);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: calc(100% - 8px);
    left: 50%;
}

.hasChild:hover:after {
    opacity: 0;
    /* hover */
    visibility: visible;
    transform: translate(-50%, 0);
}

.hasChild:hover .sub-menu {
    display: none;
    /* hover */
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #d3d3d3;
    padding: 0 10px;
    opacity: 1;
    z-index: 1;
}

.sub-itemMenu {
    padding: 10px 0;
    border-top: 1px solid #fbf9f9;
}

.sub-menu .sub-itemMenu:first-child {
    border-top: 0;
}

.header-navigation {
    margin: 0 35px;
}

.cat-main a:hover,
.system-menu&gt;li.active i,
.system-menu&gt;li:hover i,
.system-menu&gt;li.active&gt;span,
.system-menu&gt;li:hover&gt;span,
.system-menu&gt;li.active&gt;a,
.system-menu&gt;li:hover&gt;a {
    color: #0066b3;
}

.bx-cat-title:hover&gt;a {
    color: #0066b3;
    text-decoration: underline;
}

.sub-itemMenu.active,
.bd .article-title:hover&gt;a,
.bd-1 .article-title:hover,
.sub-itemMenu:hover {
    color: #0066b3;
}

.sub-item-cat.active a,
.sub-item-cat:hover {
    color: #f47920;
}

.header-button {
    margin-top: 22px;
    position: relative;
}

.link-pageVn {
    padding: 12px 7px;
    background: #0066b3;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}

::placeholder {
    color: #525252;
}

:-ms-input-placeholder {
    color: #525252;
}

::-ms-input-placeholder {
    color: #525252;
}

#frmSearch {
    display: none;
    position: absolute;
    top: 100%;
    right: 125px;
    width: 320px;
    height: 40px;
    border: 1px solid #ddd;
    background: #efefef;
    border-radius: 18px 0;
    overflow: hidden;
    margin: 9px 0;
    box-shadow: 0px 0px 3px #dbdbdb;
    z-index: 1;
}

#frmSearch input[type="text"] {
    width: calc(100% - 40px);
    float: left;
    background: transparent;
    font-family: "Roboto", sans-serif;
    color: #2a3346;
    line-height: 40px;
    padding-left: 16px;
}

#frmSearch button[type="submit"] {
    width: 40px;
    height: 40px;
    float: right;
    font-size: 16px;
    background: transparent;
    color: #f47920;
    cursor: pointer;
}

span.ico-search {
    font-size: 25px;
    margin: 6px 15px 6px 0;
    cursor: pointer;
}

.bg-gray {
    background: #f2f2f2;
    padding: 30px 0;
}

.bdShadow {
    height: 50px;
    line-height: 48px;
    border-top: 1px solid #f79b58;
    box-shadow: 0px 0px 3px #dbdbdb;
    border-radius: 8px;
    position: relative;
}

.ico-caret-down {
    position: absolute;
    color: #f5781b;
}

.latest-news {
    width: calc(100% - 300px);
    padding-left: 16px;
}

.latest-newsFull {
    width: calc(100% - 30px);
}

.latest-news .slick-arrow {
    top: 50%;
    right: -15px;
    position: absolute;
    transform: translateY(-50%);
    color: #f47920;
    font-size: 24px;
    width: 30px;
    cursor: pointer;
}

.weather {
    width: 300px;
    padding-right: 65px;
    text-align: right;
    position: relative;
}


/* .weather::after {
    content: "";
    background: url(../images/flag-vn.png) 0 center no-repeat;
    float: right;
    width: 31px;
    height: 50px;
    margin-left: 24px;
    position: relative;
} */

.weather&gt;.item-weather {
    display: inline-block;
}

.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: 16px;
    top: 13px;
}


/* .icon-down:hover + .sub-weather {
  display: block;
} */

.sub-weather {
    display: none;
    position: absolute;
    width: 220px;
    text-align: left;
    background: #cfcfcf;
    right: 52px;
    top: 100%;
    padding: 0 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    z-index: 1;
    animation: sky 0.25s ease-in-out;
}

@keyframes sky {
    from {
        top: 85%;
    }
    to {
        top: 100%;
    }
}

.sub-weather-active {
    display: block;
    opacity: 1;
    transform: rotateX(0deg);
}

.home-ico {
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.name-title {
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin-right: 22px;
    margin-left: 10px;
}

.home-ico:hover,
.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;
} */

.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;
}

.layout-grid-body {
    display: grid;
    grid-template-columns: 840px 300px;
    grid-column-gap: 30px;
}

.bd {
    box-shadow: 0px 0px 10px #dbdbdb;
    border-radius: 10px;
    overflow: hidden;
}

.bd-1 {
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    overflow: hidden;
}

.article-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

.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: 20px;
}

.article-desc {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 25px;
}

.bx-cat-name {
    padding: 25px 0 20px;
}

.pt0 {
    padding-top: 0;
}

.bx-cat-title {
    display: inline-block;
    font-size: 24px;
}

h3.bx-cat-subTitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #a1a1a1;
}

h3.bx-cat-subTitle a {
    margin-left: 20px;
    font-size: 14px;
}

h3.bx-cat-subTitle a:hover {
    color: #f47920;
}

.bd-1.article,
.bd.article {
    transition: 0.3s;
}

.article-cate:hover {
    font-weight: 700;
}

.bd-1.article:hover,
.bd.article:hover {
    transform: scale(1.02);
}

.article-link {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bx-right-multimedia .article.active .article-title,
.bx-multimedia .article-title:hover {
    color: #f47920;
}

.bx-seven .article-title:hover,
.bx-one .article:first-child .article-title:hover,
.bx-one .article-title:hover,
.bx-right-cover .article-title:hover,
.bx-cover .article-title:hover {
    color: #0066b3;
}

.d-flexHeight {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}


/* bx-cover */

.bx-cover {
    width: 550px;
    margin-right: 32px;
    padding-bottom: 30px;
}




.jq-slick-cover .article {
    margin-top: 0;
    margin-bottom: 20px;
}
.jq-slick-cover .article-info {
    padding: 0 30px;
}
.jq-slick-cover .article-title {
    font-size: 30px;
    font-weight: 400;
    margin-left: 0;
    line-height: 1.25;
}
.jq-slick-cover .article-desc {
    margin-top: 10px;
}
.list-cover .article {
    border-top: 1px dotted #a5a5a5;
    margin-top: 20px;
    padding: 20px 30px 0;
}
.list-cover .article-title {
    font-size: 16px;
    margin-left: 24px;
    position: relative;
    line-height: 1.1;
}
.list-cover .article:first-child {
    padding-top: 0;
    border-top: 0;
}


.list-cover .article-title:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ed1c24;
    position: absolute;
    top: 6px;
    left: -20px;
}
.jq-slick-cover .article-link {
    -webkit-line-clamp: 3;
}
.list-cover .article-link {
    -webkit-line-clamp: 2;
}
/* .bx-cover .article:first-child .article-image {
    width: calc(100% + 60px);
    margin: 0 -30px;
    margin-bottom: 15px;
} */

.list-cover .article-meta,
.list-cover .article-image,
.list-cover .article-desc{
    display: none;
}

.bx-fsz16 .article-title {
    font-size: 16px;
    line-height: 1.25;
}


/* bx-right-cover */

.bx-right-cover {
    width: 258px;
    padding: 0 18px 0;
}

.bx-right-cover .article:not(:first-child) {
    margin-top: 20px;
}

.bx-right-cover .article-title {
    min-height: auto;
    /* margin-bottom: 10px; */
}

.bx-right-cover .article-image {
    margin: 0 -20px;
    width: calc(100% + 40px);
    margin-bottom: 15px;
}

.bx-right-cover .article-image::before {
    padding-top: 56%;
}


/* .bx-right-cover .article:last-child .article-image {display: none;} */

.bx-right-cover .article:hover .article-title {
    color: #0066b3;
}

.pc-home .bx-worldtv .article-link,
.pc-home .bx-right-cover .article-link,
.pc-home .bx-cover .article-desc {
    -webkit-line-clamp: 2;
}



.pc-home .bx-worldtv .article-title {
    min-height: 40px;
}
.bx-worldtv .article:first-child .article-image {
    display: block;
}
.pc-home .bx-worldtv .article:first-child .article-title {
    min-height: 45px;
}


/* .bx-cover,
.bx-right-cover {
  min-height: 960px;
} */


/* bx-worldtv */

.bx-worldtv .bx-cat-name {
    padding: 0;
}

.bx-worldtv .bx-cat-content {
    margin-top: 15px;
}

.bx-worldtv .article-title {
    min-height: 60px;
}

.bx-worldtv .article-link {
    -webkit-line-clamp: 3;
}

.pc-list-sub .bx-worldtv .article:last-child,
.pc-list .bx-worldtv .article:last-child {
    display: none;
}

.bx-worldtv .article:first-child .article-title {
    min-height: 65px;
}
.bx-worldtv .article-video-media {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 15px;
    margin-right: 15px;
}

.bx-worldtv .embed-ifame iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bx-worldtv .article-image {
    display: none;
}

.bx-worldtv .article:not(:first-child),
.bx-worldtv .article:first-child .article-title{
    margin: 0 18px;
}

.bx-worldtv .article:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ebebeb;
}
.pc-list-sub .bx-worldtv .article,
.pc-list .bx-worldtv .article {
    padding-bottom: 28px;
}
.pc-list-sub .bx-worldtv .article:nth-child(n+2),
.pc-list .bx-worldtv .article:nth-child(n+2) {
    display: none;
}
/* widget exchange rate */
.widget-name {
    padding-bottom: 20px;
    font-size: 24px;
}
.js-widget-slide .slick-arrow {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: -55px;
    border-radius: 5px;
}

.js-widget-slide .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
}
.js-widget-slide .slick-prev::before {
    transform: rotate(-45deg) translate(2px, -7px);
    -webkit-transform: rotate(-45deg) translate(2px, -7px);
}
.js-widget-slide .slick-next::before {
    transform: rotate(135deg) translate(2px, 12px);
    -webkit-transform: rotate(135deg) translate(2px, 12px);
}
.js-widget-slide .slick-prev {
    right: 35px;
}
.js-widget-slide .slick-next {
    right: 0px;
}

.js-widget-slide .widget-content {
    overflow-y: scroll;
    max-height: 300px;
    display: inline-block;
}
.js-widget-slide .scroll {
    scrollbar-width: thin;
}
.js-widget-slide .scroll::-webkit-scrollbar {
    width: 2px;
}
.js-widget-slide .scroll::-webkit-scrollbar-track {
    background: #f8f8f8c0;
}
.js-widget-slide .scroll::-webkit-scrollbar-thumb {
    background: #d7d7d7;
}
.js-widget-slide .scroll::-webkit-scrollbar-thumb:hover {
    background: #797979;
}
.js-widget-slide .bd-blue {
    border: 1px solid #c5e0fc;
}
.js-widget-slide .tbl-striped-grey {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
}
.js-widget-slide .tbl-striped-grey thead {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    background-color: #f8f8f8;
    font-weight: bold;
}
.js-widget-slide .tbl-striped-grey.head-grid thead tr {
    border-bottom: none;
}
.js-widget-slide .tbl-striped-grey.head-grid thead tr th.no-shadow-left {
    box-shadow: inset 0 -1px #cae2fc;
    -webkit-box-shadow: inset 0 -1px #cae2fc;
}
.js-widget-slide .tbl-striped-grey.head-grid thead th {
    box-shadow: inset 1px -1px #cae2fc;
    -webkit-box-shadow: inset 1px -1px #cae2fc;    
}
.js-widget-slide .tbl-striped-grey thead tr th {
    box-shadow: inset 0 -1px #cae2fc;
    -webkit-box-shadow: inset 0 -1px #cae2fc;
}
.js-widget-slide .tbl-striped-grey th,.js-widget-slide .tbl-striped-grey td {
    padding: 8px 10px;
}
.js-widget-slide .tbl-striped-grey tbody td:first-child {
    font-weight: bold;
}
.js-widget-slide .tbl-striped-grey tbody tr:nth-child(even) {
    background-color: #f8f8f8;
    height: 33px;
}
.widget-note-small {
    color: #a1a1a1;
    font-size: 10px;
    font-weight: normal;
    display: block !important;
    text-align: right;
}
/* bx-one */

.bx-one .bx-cat-content {
    padding: 0 18px 22px;
}

.bx-one .article:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.bx-one .article:first-child .article-image {
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
}

.bx-one .article:not(:first-child) .article-image {
    display: none;
}

.bx-one .article:first-child .article-title {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}

.bx-most-read .bx-cat-title {
    border-bottom: 1px solid #f47920;
}

.bx-most-read .bx-cat-title:hover {
    border-color: #0066b3;
}
.bx-most-read .bx-cat-name {
    padding-top: 0;
}
.bx-most-read .bx-cat-title:hover&gt;a {
    text-decoration: none;
}

.bx-most-read .article-link {
    -webkit-line-clamp: 2;
}


/* bx-highlight  */

.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-three */

.bx-three .article {
    width: calc((100% - 2 * 30px) / 3);
    margin-left: 30px;
}

.bx-three .article:first-child {
    margin-left: 0;
}


/* bx-two */

.bx-two .article {
    float: left;
    padding: 0 20px 20px;
}

.bx-two .article-image {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}

.bx-infocus .article-meta {
    display: none;
}

.bx-seven-slider .article-link,
.bx-tab .article-link {
    font-size: initial;
    -webkit-text-size-adjust: none;
}

.bx-subcat-name h3 {
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 25px;
    border: 1px solid #ddd;
    margin: 0 6px 18px 0;
    border-radius: 38px;
    transition: 0.25s all;
}

.bx-subcat-name h3:hover,
.bx-subcat-name h3.active {
    color: #ebebeb;
    background: #6d6d6d;
    border: 1px solid #6d6d6d;
}

.bx-latest-news .article {
    width: 100%;
}

.bx-slider {
    display: none;
}

.bx-fsz16 .article-title,
.bx-five .article-title,

/* .bx-right-five .article-title, */

.slick-slider .article-title {
    min-height: 60px;
}

.bx-fsz16 .article-link,
.slick-slider .article-link {
    -webkit-line-clamp: 3;
}

.bx-active-slider {
    display: block !important;
}

.bx-latest-news .article {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.bx-container {
    width: calc(100% + 30px);
    padding: 0 15px;
    margin: 0 -15px;
    overflow: hidden;
}

.bx-slider {
    display: none;
    padding-bottom: 45px;
    transition: 0.5s ease;
}

.bx-slider .slick-dots {
    bottom: 5px;
}

.bx-active-slider {
    display: block !important;
}

.bx-four .item-slider {
    float: left;
    padding: 0 15px;
}

.bx-four .bx-cat-content {
    /* position: relative; */
    width: calc(100% + 30px);
    margin: 0 -15px;
}


/* .bx-four .slick-list {
  margin: 0 -15px;
} */

.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 {
    cursor: pointer;
    transition: 0.3s;
}

.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;
    background: transparent;
    font-size: 10px;
}

.slick-arrow.square:hover {
    background: #f47920;
    color: #fff;
}

.square.prev {
    right: 65px;
}

.square.next {
    right: 15px;
}

.bx-cat .ico-diagonal::after {
    top: 0;
}
.bx-cat .bx-cat-subTitle {
    display: none;
}

/* bx-multimedia */

.bx-multimedia {
    background: #515151;
    color: #fff;
    margin-top: 30px;
}

.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-cover-multimedia .bx-cat-subTitle {
    position: relative;
    bottom: 3px;
}

.subcat-multimedia {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.bx-cover-multimedia {
    width: 790px;
    min-height: 750px;
    float: left;
    padding-bottom: 40px;
    padding-right: 35px;
    box-shadow: 10px 0px 10px rgb(0 0 0 / 20%);
    transition: 0.5s ease;
}

.bx-cover-multimedia .article-title {
    font-size: 26px;
}

.bx-cover-multiDetail .article-link,
.bx-cover-multimedia .article-desc,
.bx-cover-multimedia .article-link {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bx-right-multimedia {
    width: calc(100% - 790px);
    float: right;
    margin: 82px 0;
    padding: 0 12px 0 20px;
    height: 590px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.bx-right-multimedia::-webkit-scrollbar {
    width: 14px;
    background-color: transparent;
}

.bx-right-multimedia::-webkit-scrollbar-track {
    background-color: transparent;
}

.bx-right-multimedia::-webkit-scrollbar-thumb {
    border-radius: 14px;
    background-color: #5a5a5a;
    border: 1px solid #6a6a6a;
}

.bx-right-multimedia::-webkit-scrollbar-thumb:hover {
    background-color: #5a5a5a;
}

.bx-right-multimedia .article {
    padding-top: 25px;
    padding-bottom: 60px;
    border-top: 1px solid #636363;
    position: relative;
    transition: 0.3s ease;
    clear: both;
    width: 100%;
}

.bx-right-multimedia .article::before {
    content: "";
    transition: 0.3s ease;
}

.bx-right-multimedia .article::after {
    content: "";
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}

.bx-right-multimedia .article:first-child {
    padding-top: 0;
    border-top: 0;
}

.bx-right-multimedia .article-title {
    padding-left: 25px;
    position: relative;
    transition: 0.3s ease;
}

.bx-right-multimedia .article-title::before {
    content: "\f0da";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    left: 0;
    color: #7d7d7d;
}

.bx-right-multimedia .article-image,
.bx-right-multimedia .article-meta,
.bx-right-multimedia .article-desc {
    display: none;
    transition: 0.3s ease;
}

.bx-right-multimedia .article.active::before,
.bx-right-multimedia .article:hover::before {
    background: #ff6600;
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
}


/* bx-five */


/* .bx-five .article:not(:first-child) .article-meta{
  min-height: 37px;
} */


/* 
.bx-five .bx-cat-content {
  display: flex;
  justify-content: space-between;
}
.bx-right-five {
  display: flex;
  flex-direction: column;
}
.bx-right-five .article {
  width: 270px;
  float: right;
  margin-top: 38px;
}
.bx-five .bx-cat-content &gt; .article {
  width: 535px;
  float: left;
}
.bx-right-five .article:first-child,
.bx-five .bx-cat-content &gt; .article {
  margin-top: 0;
}
.bx-right-five .article-desc {
  display: none;
} */
.bx-seven-cover .article:first-child .article-title,
.bx-five .article:first-child .article-title

/* .bx-five .bx-cat-content &gt; .article .article-title, */
{
    font-size: 30px;
    font-weight: 400;
    margin-left: 0;
}

.bx-five .article-desc {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /* min-height: 125px; */
    min-height: 90px;
    margin-bottom: 4px;
}
/* .pc-home .bx-highlight .article-meta,
.pc-home .bx-multimedia .article-meta ,
.pc-home .bx-cat .article-meta ,
.pc-home .bx-five  */

.article-meta {
    display: none;
}
.bx-five .article:first-child .article-title {
    min-height: 75px;
}

.bx-five .article:first-child .article-link {
    -webkit-line-clamp: 2;
}

.bx-five .article {
    width: 270px;
    float: right;
    margin-top: 28px;
}

.bx-five .article:first-child {
    width: 535px;
    float: left;
}

.bx-five .article:nth-child(-n+2) {
    margin-top: 0;
}

.bx-five .article:not(:first-child) .article-desc {
    display: none;
}

.bx-six .article {
    width: calc((100% - 3 * 30px) / 4);
    margin-left: 30px;
}

.bx-six .article:first-child {
    margin-left: 0;
}


/* bx-publications */

.bx-publications {
    overflow: hidden;
    padding-bottom: 25px;
}

.bx-publications-slider {
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.bx-publications .article {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.bx-publications-slider {
    position: relative;
}

.bx-publications .article-image {
    margin-bottom: 0;
    border: 1px solid #e4e4e4;
}

.bx-newspapers-list .article-image::before,
.bx-publications .article-image::before {
    padding-top: 143.5%;
}

.bx-newspapers-list .article-title {
    font-size: 16px;
    line-height: 1.25;
}

.slick-arrow.rectangle {
    position: absolute;
    top: 50%;
    font-size: 24px;
    transform: translateY(-50%);
    width: 30px;
    height: 112px;
    line-height: 112px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.slick-arrow.rectangle:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.rectangle.prev {
    left: 15px;
    border-radius: 0 10px 10px 0px;
}

.rectangle.next {
    right: 15px;
    border-radius: 10px 0px 0px 10px;
}

.bx-publications .slick-dots {
    bottom: -25px;
}

.bx-seven-cover {
    padding: 0 32px 55px;
}

.bx-container-slider {
    margin: 0 32px 27px;
    overflow: hidden;
}

.bx-seven-cover .article {
    width: 100%;
}

.bx-seven-cover .article-image {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
}

.bx-seven-slider {
    margin: 0 -16px;
    /* width: calc(100% + 32px); */
    overflow: hidden;
    position: relative;
    padding-bottom: 45px;
}

.bx-seven-slider .slick-slide {
    float: left;
    margin: 0 16px;
}

.bx-seven-slider .article-desc {
    display: none;
}

.bx-seven-slider .slick-arrow.rectangle {
    top: 50px;
    transform: translateY(0%);
}

.bx-seven-slider .slick-dots {
    bottom: 5px;
}


/* list */

.breadcrumb {
    display: flex;
    /* align-items: flex-end; */
}

.sub-cat-name {
    padding-top: 3px;
    padding-left: 10px;
}

.cat-main {
    font-size: 26px;
    color: #000;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
}

.cat-main a {
    white-space: nowrap;
}

.cat-main&gt;h1 {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.sub-cat-name a {
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px 0;
    /* border: 1px solid #ddd; */
    /* border-radius: 38px; */
    margin-right: 6px;
    transition: 0.25s all;
    margin-bottom: 30px;
}

.sub-cat-name a:hover,
.sub-cat-name .active {
    color: #0066b3;
    /* background: #6d6d6d; */
    /* border: 0px; */
}

.fb-like.fb_iframe_widget {
    margin-top: 10px;
    width: 120px !important;
}

.fb-like.fb_iframe_widget iframe {
    width: 120px !important;
}

.pc-emag .fb-like.fb_iframe_widget {
    margin-top: 10px;
    width: 145px !important;
}

.pc-emag .fb-like.fb_iframe_widget iframe {
    width: 145px !important;
}

.zalo-share-button {
    margin-bottom: 4px;
}

.article-social {
    margin: 8px 0 30px;
}


/* bx-eight */

.bx-eight .article {
    margin-bottom: 30px;
}

.bx-eight .article:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.__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;
    padding: 0 8px;
    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;
    width: 148px;
    padding: 0;
}

.__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;
}


/* detail */

.bx-detail {
    padding: 28px;
    box-shadow: 0px 0px 10px #dbdbdb;
    border-radius: 10px;
}

.ico-action {
    color: #333;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}
.bx-detail .article-meta {
    display: block;
}
.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;
}

.article-detail-subtitle {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.article-detail-title {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ico-google-new {
    height: 20px;
    line-height: 20px;
    background: url(../images/ico-google-new.png) right center no-repeat;
    padding-right: 82px;
    position: relative;
    padding-left: 9px;
    font-size: 13px;
    background-size: 80px;
    color: #f26522;
    font-weight: 700;
}
.ico-google-new:hover {
    color: #0065b3;
}
.article-member-role {
    width: 100%;
    float: left;
    color: #666;
    font-size: 12px;
    font-style: italic;
}
.article-member-role::before {
    content: '(';
}
.article-member-role::after {
    content: ')';
}
.article-member-role:empty {
    display: none;
}
.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;
}

.article-detail-desc {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 10px;
    font-weight: 700;
}

.article-detail-image {
    width: calc(100% + 56px);
    margin: 0 -28px;
}

.article-detail-image img {
    width: 100%;
}

.article-detail-container {
    margin-top: 10px;
}

.bx-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 65px;
    display: block;
}

.bx-latest {
    width: 150px;
    float: left;
}

.bx-latest .bx-cat-name {
    padding-top: 0;
}

.bx-latest .article {
    margin-bottom: 25px;
    display: block;
}

.bx-latest .bx-cat-title {
    border-bottom: 1px solid #f26c4f;
    width: 100%;
    font-size: 16px;
}

.bx-latest .article-image {
    margin-bottom: 15px;
    border-radius: 6px;
}

.bx-latest .article-meta {
    margin-top: 15px;
    display: none;
}

.bx-latest .article-title {
    font-size: 13px;
    margin-top: 8px;
}

.bx-latest .article-link {
    -webkit-line-clamp: 3;
}

.article-detail-content {
    width: calc(100% - 175px);
    float: right;
}


/* 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: 30px 0;
    line-height: 1.625;
    font-size: 16px;
}

.article-tag {
    clear: both;
    padding-top: 15px;
}

.article-tag span {
    display: block;
    color: #666;
    font-size: 24px;
    width: 105px;
    font-weight: 700;
    padding-bottom: 7px;
    margin-bottom: 20px;
    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: "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;
}

.article-keyword .tag-link:hover {
    color: #f68d41;
    background-color: #eee;
}

.article-keyword .tag-local:hover {
    color: #0066b3;
}

.bx-multiDetail {
    padding-bottom: 30px;
}

.bx-cover-multiDetail {
    margin-left: 30px;
    width: 572px;
    margin-right: 30px;
    float: left;
}

.bx-cover-multiDetail .bx-cat-sublink {
    font-size: 13px;
}

.bx-cover-multiDetail .article-title {
    font-size: 24px;
}

.bx-right-multiDetail {
    width: 192px;
    float: left;
    margin-top: 72px;
    padding-right: 22px;
    height: 390px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.bx-right-multiDetail::-webkit-scrollbar {
    width: 1px;
    background-color: transparent;
}

.bx-right-multiDetail::-webkit-scrollbar-track {
    background-color: transparent;
}

.bx-right-multiDetail::-webkit-scrollbar-thumb {
    background-color: #f26c4f;
}

.bx-right-multiDetail::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
}

.bx-right-multiDetail .article {
    margin-bottom: 22px;
}

.bx-right-multiDetail .article-image {
    margin-bottom: 15px;
}


/* bx-nine */

.bx-nine .bx-cat-content {
    padding: 0 18px 18px;
}

.bx-nine .article {
    width: calc((100% - 22px) / 2);
    margin-left: 22px;
    float: left;
}

.bx-nine .article:first-child {
    margin-bottom: 25px;
    width: 100%;
}

.bx-nine .article:nth-child(-n+2) {
    margin-left: 0;
}

.bx-nine .article:first-child .article-image {
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
}

.bx-nine .article:first-child .article-title {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}


/* 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;
}


/* video */

.bx-video-one .article {
    width: calc((100% - 3 * 30px) / 4);
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
}

.bx-video-one .article-desc {
    display: none;
}

.bx-first-item .article:first-child .article-desc {
    display: block;
}

.bx-videos-detail .article-info,
.bx-first-item .article:first-child .article-info {
    width: 50%;
    float: right;
    padding-top: 15px;
}

.bx-first-item .article:first-child .article-title {
    font-size: 24px;
    line-height: 1.2;
}

.bx-newspapers-list .article:nth-child(4n+1),
.bx-videos-list-detail .article:nth-child(4n+1),
.bx-first-item .article:nth-child(4n+2) {
    margin-left: 0;
    clear: both;
}

.bx-first-item .article:first-child {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
}

.bx-videos-detail .article-video-media,
.bx-first-item .article:first-child .article-image {
    width: 50%;
    float: left;
    margin-bottom: 0;
    margin-right: 15px;
}

.ico-player {
    background: url(../images/ico-player.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 27px;
}

.ico-duration {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #2350a3;
    color: #fff;
    z-index: 2;
    width: 46px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    font-family: "NotoSerif", Arial, Helvetica, sans-serif;
    display: none;
}

.bx-videos-detail .article-info {
    width: calc(50% - 15px);
    padding-top: 0;
}

.embed-ifame iframe {
    width: 100%;
}

.bx-videos-detail {
    margin-bottom: 30px;
}

.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;
}

.bx-videos-detail .article-detail-desc {
    font-weight: 400;
}


/* 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;
}

.bx-error-page a:hover {
    color: #f00;
}

#footer {
    border-top: 1px solid #e1e1e1;
    color: #666;
    margin-top: 40px;
}

.footer-navigation {
    border-top: 1px solid #e1e1e1;
    margin-top: 2px;
    padding-top: 25px;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
}

.name-cat {
    /* width: calc((100% - 4 * 20px) / 5); */
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 40px;
}
.footer-menu .name-cat:first-child,
.footer-menu&gt;li:first-child {
    margin-left: 0;
    clear: both;
}

.footer-menu&gt;li&gt;a {
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.sub-name-cat&gt;li {
    line-height: 1.6;
    padding-top: 5px;
}


/* .bxLeft {
  width: 1030px;
}
.bxRight {
  width: 140px;
} */

.bx-social {
    /* text-align: right; */
    margin-top: 15px;
}

.ico-link {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    color: #999;
    float: left;
    margin-left: 10px;
    font-size: 18px;
}

.bx-social .ico-link:first-child {
    margin-left: 0;
}

.link-fb:hover {
    color: #3a5898;
    border-color: #3a5898;
}

.link-tw:hover {
    color: #3f98fe;
    border-color: #3f98fe;
}

.link-ytb:hover {
    color: #ba0001;
    border-color: #ba0001;
}

.footer-content {
    padding-bottom: 35px;
}

.footer-content p {
    margin: 10px 0;
}

.footer-info {
    width: 449px;
    padding-left: 40px;
    float: right;
}
.footer-logo img {
    width: 132px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.footer-contact {
    width: 336px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 0 40px 30px;
    float: left;
    margin-bottom: 10px;
}

.footer-copyright {
    width: 345px;
    float: left;
    margin-right: 40px;
}
.footer-copyright p {
    font-size: 13px;
    margin: 6px 0 0;
}

.footer-text p:first-child {
    margin-top: 0;
}


/* .footer-text {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
  margin-top: 15px;
} */

.mastercms {
    background: #a4a4a4;
}

.mastercms a {
    display: block;
    padding: 15px 0 13px;
}

.cms:hover {
    color: #fff;
}


/* 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;
}</pre></body></html>