@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter/Inter-Regular.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('./fonts/Noto_Sans/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('./fonts/Noto_Sans/NotoSans-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
    font-weight: 700;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'NotoSans-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    min-width: 1200px;
}

.icoPhoto,
.icoVideo,
.icoVote,
.icoComment {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #405f9e;
    margin-left: 5px;
    display: none;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
    transition: all .2s ease-in-out;
}

.al {
    display: flex;
    align-items: center;
}

.container {
    width: 1110px;
    margin: 0 auto;
}

.container-800 {
    width: 800px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

img,svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.alight-item-center {
    display: flex;
    align-items: center;
}

.article {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.article-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.article-image::before {
    padding-top: 60%;
    content: '';
    display: block;
}

.article-image:hover {
    opacity: .85;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.article-cat {
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    color: #303e82;
    text-transform: uppercase;
    background: #f4c82d;
    padding: 3px 12px;
    border-radius: 0 20px 20px 20px;
}

.article-title{
    margin-bottom: 5px;
}

.article-link {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    font-family: 'NotoSans-Bold',sans-serif;
}

.article-desc {
    line-height: 1.6;
    color: #555;
}

.article-date {
    font-size: 13px;
    color: #999;
}

.box-list.longform .article-meta, .header-story .article-meta{
    display: block;
}

.article-meta {
    display: none;
}

.article-tag {
    font-size: 12px;
    color: #4f65cf;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
    font-family: 'NotoSans-Bold',sans-serif;
    /* display: none; */
}

.article-tag.has-bg {
    color: #303e82 !important;
    background: #f4c82d;
    padding: 5px 12px;
    border-radius: 20px;
}

.box-init-left .article:first-child .article-meta {
    display: block;
}

.box-init-left .article:first-child .article-desc {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-tag:nth-child(2) {
    color: #999;
}

.article-tag:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #e7e7e7;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

/* site-header */

.header-story {
    padding: 20px 0;
    display: flex;
    width: 80%;
}

.header-content {
    background: #202850;
    overflow: hidden;
}

.header-story .article-image {
    width: 120px;
    float: left;
    margin-right: 20px;
}

.header-story .article-image::before {
    padding-top: 100%;
    content: '';
    display: block;
}

.header-story .mekong-cat {
    gap: 40px;
}

.header-story .article-cat {
    margin: 0 0 15px -42px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.header-story .article-title{
    line-height: 1.3;
}

.header-story .article-link{
    color: white;
    font-family: 'NotoSans-Regular', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.header-story .article {
    display: block;
    width: 380px;
}

.header-logo img {
    margin-top: -16px;
}

.header-logo {
    width: 190px;
    height: 160px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #303e82;
}

/* nav */

.header-nav {
    height: 50px;
    background: #f4c82d;
    padding: 0;
    position: relative;
    transition: all 0.3s ease; 
}

.header-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}


.dropdown .menu-item {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #d79e1b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item{
    height: 50px;
} 

.header-search-mb.active {
    opacity: 1; 
    visibility: visible; 
}


.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.header-search-mb-wrapper {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: white;
    z-index: 9999;
    transition: opacity 0.25s ease, visibility 0.25s ease; 
    display: flex;
    align-items: center;
}

.header-search-mb-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.main-menu-special {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: white;
    z-index: 9999;
    transition: opacity 0.25s ease, visibility 0.25s ease; 
    display: flex;
    align-items: center;
}

.main-menu-special.active {
    opacity: 1;
    visibility: visible;
}

.header-search-mb {
    display: flex;
    justify-content: end;
    padding: 20px 0;
}

.icon-search {
    background: #303e82;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.icon-search.active, .dropdown .menu-item.active  {
    background-color: white; 
}

#frmSearch {
    position: relative;
    overflow: hidden;
    font-size: 13px;
    width: 350px;
    height: 40px;
    float: right;
    padding: 0 16px;
    background: #f4f4f4;
    border: 0 none;
    border-radius: 20px;
}

#frmSearch input[type="text"] {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
}

#frmSearch button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 8px;
    background: #f4c82d;
    border-radius: 20px;
    margin-right: 6px;
}

.main-menu-special {
    padding: 15px 0;
}

.navigation {
    margin-top: 30px;
}

.main-menu-item {
    margin-bottom: 25px;
    flex: 0 0 auto;
    width: 25%;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
    width: 79%;
    flex-wrap: wrap;
}

.topic-list{
    width: 255px;
    display: flex;
    flex-direction: column;
}

.topic-list a {
    font-size: 12px;
    line-height: 24px;
    color: #555;
    min-height: 40px;
    border: 1px solid #e7e7e7;
    padding: 7px 7px 7px 18px;
    margin-bottom: 15px;
    border-radius: 30px;
}

.hot {
    font-size: 12px;
    line-height: 18px;
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    background: #f4c82d;
    padding: 3px 10px;
    border-radius: 20px;
}

.topic-list .topic-event {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #f4c82d;
    text-transform: uppercase;
    background: #303e82;
    line-height: 24px;
    min-height: 40px;
    border: 1px solid #e7e7e7;
    padding: 7px 7px 7px 18px;
    margin-bottom: 15px;
    border-radius: 30px;
}

.navigation-link {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
}

.navigation-link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 15px;
    margin-right: 10px;
    background: #f4c82d;
}

.link-subrow-cat {
    margin-bottom: 6px;
}

.link-subrow-cat a{
    font-size: 12px;
    color: #999;
}

.link-subrow-cat a:hover, .navigation-link:hover {
    margin-left: 3px;
    text-decoration: underline;
}

.header-nav .nav-item {
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    padding: 15px 20px 14px;
    color: #303e82;
    transition: all .2s ease-in-out;
}

.nav-item a{
    font-size: 13px;
    color: #303e82;
}

.nav-item.home{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item.home:hover{
    background: #fff;
}

.header-nav .nav-item:hover {
    background: white;
}

.sub-menu {
    background: white;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    display: none;
    width: 100%;
    padding: 16px 0;
}

.nav-item:nth-child(2):hover .sub-menu {
    display: block;
}

.nav-item:nth-child(3):hover .sub-menu {
    display: block;
}

.nav-item:nth-child(4):hover .sub-menu {
    display: block;
}

.nav-item:nth-child(5):hover .sub-menu {
    display: block;
}

.nav-item:nth-child(6):hover .sub-menu {
    display: block;
}

.nav-item:nth-child(7):hover .sub-menu {
    display: block;
}

.nav-item:nth-child(8):hover .sub-menu {
    display: block;
}

.nav-item:nth-child(9):hover .sub-menu {
    display: block;
}

.nav-item:nth-child(10):hover .sub-menu {
    display: block;
}

.nav-item.active {
    background-color: white;
}

.header-menu-list-lv2 a {
    font-size: 14px;
    color: #999;
    margin-right: 20px;
    font-family: 'NotoSans-Regular',sans-serif;
    text-transform: none;
}

.subcate {
    padding-left: 20px;
    border-left: 3px solid #f4c82d;
}

.header-menu-list-lv2 a:hover, .header-story .article-link:hover {
    text-decoration: underline;
}

.header-story .article-link:hover {
    color: white;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-25{
    margin-bottom: 25px;
}

.mt-30{
    margin-top: 30px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-40{
    margin-bottom: 40px;
}

.box-init-left, .box-report .index-left {
    width: 825px;
}

.box-init-right, .box-report .index-right {
    width: 255px;
}

.box-init .box-init-left .mekong-cat {
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(3, 255px);
    display: grid;
    display: -ms-grid; /* IE 10 */
    display: -ms-inline-grid; /* IE 11 */
}

.box-init .box-init-left .mekong-cat .article:first-of-type {
    display: grid;
    grid-row: 1;
    grid-column: 1 / 4;
    grid-template-columns: auto 540px;
    gap: 37px;
}

.box-init .box-init-left .mekong-cat .article:first-of-type .article-content{
    order:-1
}

.box-init .box-init-left .mekong-cat .article:first-of-type .article-link, .box-company .mekong-cat .index-above .article:first-child .article-link{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.box-company .mekong-cat .index-above .article:first-child .article-desc {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis
}

.box-init  .box-init-left .mekong-cat .article:nth-child(n+2) .article-desc{
    display: none;
}

.box-init  .box-init-right .mekong-cat .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.box-init  .box-init-right .mekong-cat .article:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

.box-init  .box-init-right .mekong-cat {
    padding: 15px 20px 20px 20px;
    border-top: 3px solid #f4c82d;
}

.box-report .cat-title {
    position: relative;
    margin-bottom: 25px;
}

.box-report .cat-link {
    font-size: 22px;
    color: #303e82;
    display: inline-block;
    padding: 8px 22px;
    background: #f4c82d;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.cat-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


.box-report .cat-title:after, .box-report .cat-title:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid #f4c82d;
    position: absolute;
}

.box-report .cat-title:before {
    top: 35%;
}

.box-report .cat-title:after {
    bottom: 35%;
}

.box-report .index-left .article-link {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.box-report .index-left .article-tag:nth-child(1) {
    color: #303e82 !important;
    background: #f4c82d;
    padding: 5px 12px;
    border-radius: 20px;
}


.box-report .index-left .article-tag:nth-child(2){
    color: #fff;
}

.box-report .index-right .article:nth-child(n+2) .article-image{
    display: none;
}

.box-report .index-right .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.box-report .index-right .article:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

.box-report .index-left {
    padding-bottom: 30px;
    background: #303e82;
    position: relative;
    border-radius: 0 0 50px 0;
}

.box-report .index-left:after {
    content: "";
    width: 100%;
    height: 420px;
    right: 100%;
    position: absolute;
    bottom: 0;
    background: #303e82;
}

.dark {
    background-color: #202850;;
}

.cat-title.basic .cat-link {
    color: #fff;
    background: #202850;
    font-size: 28px;
    z-index: 1;
    padding: 0 38px;;
    position: relative;
}

.cat-title.decorate .cat-link {
    font-size: 28px;
    color: #303e82;
    z-index: 1;
    padding: 0 38px;
    background: #fff;
    position: relative;
}

.px-40  {
    padding: 40px 0 ;
}

.px-30  {
    padding: 30px 0 ;
}

.cat-title.basic:after, .cat-title.decorate:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid #f4c82d;
    position: absolute;
    top: 50%;
}

.cat-title.basic, .cat-title.decorate {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}


.box-event .mekong-cat .index-left .article{
    width: 540px;
    margin-right: 15px;
}

.box-event .mekong-cat .index-left .article .article-link{
    font-size: 22px;
    color: white;
}

.box-event .mekong-cat .article .article-link:hover, .box-event .mekong-cat .article .article-tag:hover{
    color: #d79e1b !important;
}

.article-link:hover {
    color: #303e82;
}

.article-tag:hover {
    color: inherit;
}

.box-event .mekong-cat .index-right {
    width: 555px;
    padding-left: 15px;
}

.box-event .mekong-cat .index-right{
    display: grid;
    grid-template-columns: 250px 250px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.box-event .mekong-cat .index-right .article:nth-child(n+5) {
    display: none;
}

.box-event .mekong-cat .index-right .article .article-link {
    color: white;
}

/* .box-event .mekong-cat .index-right .article:nth-child(n+3) .article-image {
    display: none;
} */

.box-event .mekong-cat .index-right .article .article-desc {
    display: none;
}

.box-event .mekong-cat .index-left .article .article-desc {
    color: #dbdbdb;
    display: none;
} 

.box-event .mekong-cat .index-left .article:first-child .article-meta {
    display: block;
}

.box-company .index-above .article:first-child .article-meta {
    display: block;
}


/* .box-event .mekong-cat .index-right .article:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
} */

/* .box-event .mekong-cat .index-right .article:nth-child(odd) {
    padding-right: 15px;
}

.box-event .mekong-cat .index-right .article:nth-child(even) {
    padding-left: 15px;
} */


.box-company .mekong-cat .index-above {
    display: grid;
    grid-template-columns: 825px 255px;
    grid-column-gap: 30px
}

.box-company .mekong-cat .index-above .article:first-child {
    display: grid;
    grid-template-columns: auto 540px;
    grid-column-gap: 30px
}

.box-company .mekong-cat .index-above .article:first-child .article-content{
    order: -1;
}

.box-company .mekong-cat .index-above{
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.box-company .mekong-cat .index-under {
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.box-company .mekong-cat .index-above .article:nth-child(n+2) {
    display: block;
}

.box-company .mekong-cat .index-above .article:nth-child(n+2) .article-content{
    margin-top: 15px;
}

.box-company .mekong-cat .index-above .article:nth-child(n+3) .article-desc, .box-company .mekong-cat .index-under .article-desc{
    display: none;
}

.box-company .index-above .article:nth-child(n+2) .article-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-left {
    width: 400px;
    margin-right: 20px;
    display: grid;
    gap: 8px;
}

.infor {
    color: rgba(255, 255, 255, .4);
    width: 118px;
    font-size: 12px;
    line-height: 1.4;
}

.infor-label {
    width: 70%;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.footer-right {
    width: 705px;
    border-left: 1px solid #303e82;
    padding-left: 20px;
    display: flex;
    gap: 20px;
}

.footer-about .d-flex{
    padding-bottom: 8px;
}

.footer-about:last-child .infor {
    width: 150px;
}

.footer-about:last-child .infor-label {
    width: 55%;
}

.yellow {
    color: #f4c82d;
    font-size: 12px;
}

.yellow:hover {
    color: #fff;
}

/* category */

.cat-mekong {
    background: linear-gradient(to bottom, #eee, rgba(255, 255, 255, 0) 60%);
    min-height: 30px;
    padding: 18px 0 8px;
    border-bottom: 1px solid #e7e7e7;
}

.category-title {
    margin-bottom: 10px;
}

.category-breadcrumb {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb-item {
    font-size: 13px;
    text-transform: uppercase;
}

.breadcrumb-item::before {
    content: "";
    display: inline-block; 
    width: 6px;
    height: 6px;
    background: #e7e7e7;
    border-radius: 50%;
    margin: 5px 20px 2px 15px;
}

.breadcrumb-link {
    color: #303e82;
    font-weight: 700;
    font-family: 'NotoSans-Bold', sans-serif;
}

.category-breadcrumb:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-right: 10px;
    background: #f4c82d;
}

.box-list .box-init-left .read-more .article {
    display: grid;
    grid-template-columns: 350px auto;
    column-gap: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}

.box-list .box-init-left .relate .article{
    display: flex;
    gap: 0;
    flex-direction: row;
}

.box-list .box-init-left .relate .article-content {
    width: 100%;
}

.box-list .box-init-left .relate .article{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.box-list .box-init-left .relate .article:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

.box-list .box-init-left .relate .article:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #f4c82d;
    border-radius: 50%;
    margin: 10px 15px 0 0;
}

.box-list .box-init-left .relate .article-meta {
    display: block;
}

.box-list .box-init-left .read-more .article:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

.box-list .box-init-left .read-more .article .article-link {
    font-size: 22px;
    line-height: 1.6;
}

.box-focus {
    padding: 18px 20px;
    background: #202850;
    border-radius: 30px 0 0 0;
}

.focus-link {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    color: #fff;
    background: #202850;
    text-transform: uppercase;
}

.focus-link:hover, .box-focus .article-link:hover,.box-focus .article-tag:hover, .box-multimedia .article-link:hover{
    color: #d79e1b !important;
}

.tit-focus{
    line-height: 1;
    margin-bottom: 15px;
    justify-content: start;
}

.box-focus .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);;
}

.box-focus .article:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

.box-focus .article-link {
    color: white;
}

.box-focus .article-image{
    margin-left: -20px;
    margin-right: -20px;
}

.box-focus .article:nth-child(n+2) .article-image {
    display: none;
}

.read-most{
    /* padding: 15px 20px 20px 20px; */
    border-top: 3px solid #f4c82d;
}

.read-link {
    color: #303e82;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.read-most .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.read-most .article:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

.tit-read{
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 20px 10px 20px;
}

.read-most .mekong-cat {
    padding: 15px 20px 15px 20px;
}

.multi-link {
    font-family: 'Montserrat',sans-serif;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}

.box-list  .multi-link  {
    color: #303e82;
}

.motgame-heading {
    font-family: 'Montserrat',sans-serif;
    font-size: 28px;
    color: #303e82;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.box-comment img {
    display: none;
}

.multi-link:before, .motgame-heading span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 24px;
    margin-right: 20px;
    background: #f4c82d;
}

.box-multimedia .index-left {
    width: 730px;
}

.box-multimedia .index-left .article .article-link {
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.box-multimedia .index-right {
    width: 350px; 
}

.box-multimedia .index-right .scroll {
    height: 450px;
    overflow: auto;
    margin-bottom: 20px;
}

.box-multimedia .index-right .article {
    display: grid;
    grid-template-columns: 140px auto;
    column-gap: 30px;
    padding-bottom: 30px;
}

.box-multimedia .index-right .article-link{
    color: #fff;
    font-family: 'NotoSans-Regular',sans-serif;
    font-weight: 400;
}

/* Width of the scrollbar */
.box-multimedia .index-right .scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track (the area where the scrollbar is) */
.box-multimedia .index-right .scroll::-webkit-scrollbar-track {
    background: #202850;
}

/* Handle (the draggable part of the scrollbar) */
.box-multimedia .index-right .scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
}

.btn-view-more {
    font-size: 12px;
    color: #303e82 !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #f4c82d;
    border-radius: 20px;
    font-family: 'NotoSans-Bold', sans-serif;
}

.btn-view-more:hover {
    background: #d79e1b;
}

.btn-more {
    font-size: 14px;
    color: #999 !important;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 6px 22px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.view-more {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.view-more .current {
    border: 1px solid #e7e7e7;
    padding: 6px 22px;
    color: #999;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.view-more a {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: #999 !important;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 6px 22px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.detail-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'NotoSans-Bold',sans-serif;
    padding-top: 40px;
}

.detail-image img{
    width: 100%;
}

.detail-image figcaption {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    text-align: center;
    padding: 10px 15px;
    background: #f3f3f3;
}

.mekong-detail-grid {
    display: grid;
    grid-template-columns: 60px auto;
}

.mekong-detail-grid-left {
    width: 60px;
}

.article-detail-button {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 60px;
}

.article-detail-button > div, .article-detail-button > a, .hna-btn-follow {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 32px;
    cursor: pointer;
    color: #555;
}

.article-detail-button > div,.article-detail-button > a,.hna-btn-follow {
    color: #303e82;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.hna-btn-size {
    height: 110px !important;
    position: relative;
}

.hna-btn-size-text > span {
    font-size: 20px;
}

.hna-btn-size-plus,.hna-btn-size-minus {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 26px;
    font-size: 12px;
}

.hna-btn-size-plus {
    position: absolute;
    top: 2px;
}

.hna-btn-size-minus {
    position: absolute;
    bottom: 2px;
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.mekong-detail-grid-right {
    width: 765px;
}

/* .mekong-detail-body * {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #222;
} */

.mekong-detail-body p,.mekong-detail-body h2, .mekong-detail-body h3,.mekong-detail-body h4, .mekong-detail-body h5, .mekong-detail-body h6 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #222;
}

.mekong-detail-body table {
    margin-bottom: 30px;
}

.mekong-detail-body p strong, .mekong-detail-body p b,.mekong-detail-body p h2, .mekong-detail-body p h3, .mekong-detail-body p h4 {
    font-family: 'Montserrat',sans-serif;
}

.mekong-detail-desc {
    font-family: 'NotoSans-Bold', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 30px;
}

.detail__content #abody * {
    font-size: 18px;
    line-height: 28px;
    color: #222;
}

.icon-zalo{
    background: url(../images/zalo.png) left no-repeat;
    background-size: 15px 15px;
    padding-left: 15px;
    padding-top: 15px;
    cursor: pointer;
}

.lt {
    display: flex;
}

.mekong-tag-share {
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
}


.auther {
    display: flex;
    margin-bottom: 10px;
}

.source::before {
    content: "|";
    color: #c4c4c4;
    font-weight: 400;
    padding: 0 15px;
}

.source{
    font-size: 13px;
    color: #999;
}

.name-auther {
    font-size: 13px;
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'NotoSans-Bold', sans-serif;
}

.box-tags{
    padding: 10px 5px 5px 5px;
    background: #303e82;
    border-radius: 10px;
    margin-bottom: 40px;
}

.tags-title {
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    background: #f4c82d;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 18px;
}

.tags-link {
    margin-bottom: 5px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 18px;
}

.text-note:before {
    content: "▪";
    color: #aaa;
    margin-right: 6px;
}

.text-note {
    margin-right: 20px;
    font-size: 13px;
    color: #555;
}

.menu-item .fa-solid.fa-bars {color: white; font-size: 18px;}
.menu-item.active .fa-solid.fa-bars {color: #202850}
.icon-search .fa-solid.fa-magnifying-glass{color: white; font-size: 14px;}
.icon-search.active .fa-solid.fa-magnifying-glass{color: #202850 !important}

.btn-xemthem {
    background: #fff;
    color: #999;
    border: 1px solid #e7e7e7;
    padding: 6px 22px;
    border-radius: 20px;
    text-transform: uppercase;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
}

.__MB_ARTICLE_PAGING {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.box-report .article-desc{
    display: none;
}

.box-list-above {
    padding: 40px 0;
}

.article.bonus {
    display: grid;
    grid-template-columns: 350px auto;
    column-gap: 30px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
}

.hidden {
    display: none !important;
}

.required {
    color: red;
    font-size: 10px;
}


.orderbytime {
    position: relative;
}

.orderbytime::after {
    content: '';
    background: #4e3169;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: -8px;
}

.key-word {
    font-size: 18px;
    color: #999;
    display: flex;
    align-items: center;
}

.box-title a {
    font-size: 28px;
    color: #303e82;
    font-weight: 700;
    margin-left: 5px;
    font-family: 'NotoSans-Bold',sans-serif;
}

.box-title {
    padding: 30px 0;
}


.nav-item:nth-child(8),.nav-item:nth-child(9) {
    display: none;
}

.box-multimedia .article-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-about .detail-tag:nth-child(n+3) {
    display: none;
}

.detail-about .article-meta {
    display: block;
}

.detail-about .detail-tag:nth-child(1) {
    color: #303e82 !important;
    background: #f4c82d;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #4f65cf;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
    font-family: 'NotoSans-Bold',sans-serif;
}

.detail-about .detail-tag:nth-child(2) {
    font-size: 12px;
    color: #4f65cf;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
    font-family: 'NotoSans-Bold', sans-serif;
}

.bonus {
    display: grid;
    grid-template-columns: 350px auto;
    column-gap: 30px;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    width: 825px;
}

.bonus .article-link {
    font-size: 22px;
    line-height: 1.6;
}

.mobile-version {
    display: flex;
    justify-content: end;
    padding-bottom: 10px;
    display: none;
}

.mobile-version  a{
    color: white;
    background: #303e82;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
    .mobile-version {
        display: block;
    }
}


.wrap-heading .heading  {
    width: 50%;
    float: right;
    margin-left: 20px;
}

.story.cms-relate  {
    float: right;
    width: 50%;
    clear: both;
    margin-left: 20px;
}


.__PL_MEDIA_OLD_FIX .story.cms-relate {
    float: right;
    width: 25%;
    clear: both;
    margin-left: 20px;
    margin-right: 25%;
}

.__PL_MEDIA_OLD_FIX .wrap-heading .heading {
    width: 25%;
    float: right;
    margin-left: 20px;
    margin-right: 25%;
}

.box-list.longform .mekong-cat{
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(4, 255px);
    display: grid;
}


.bx-author-share a {
    display: inline-block;
    margin-left: 10px;
    background-image: url(../images/ico-author-share.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 94px;
    opacity: .4;
}

.bx-author-email {
    background-position: -74px -27px;
}

.bx-author-twitter {
    background-position: -25px -27px;
}

.bx-author-facebook {
    background-position: 0 -27px;
}

.bx-author-rss {
    background-position: -50px -27px;
}

.article-detail.longform .article-date::before {
    content: "|";
    color: #c4c4c4;
    font-weight: 400;
    padding-right: 15px;
}


.box-qc img {
    height: auto;
}