@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;
}

* {
    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;
}

.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;
}

.mb-20{
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: black;
    transition: all .2s ease-in-out;
}

.al {
    display: flex;
    align-items: center;
}

.container {
    width: calc(100% - 24px);
    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: 10px;
}

.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.5;
    font-weight: 700;
    font-family: 'NotoSans-Bold', sans-serif;
}

.article-desc {
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}

.article-date {
    font-size: 13px;
    color: #999;
}

.article-tag {
    font-size: 10px;
    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;
}

.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;
}

/* header */
.banner-slider {
    float: left;
}

.banner-agency {
    overflow: hidden;
}

.banner-slider img {
    width: 100%;
    height: auto;
}

.header-content {
    position: relative;
    height: 104px;
    overflow: hidden;
}

.ic-arrow {
    width: 28px;
    height: 50px;
    content: "/f054";
    background-color: #303e82;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.agency-next {
    right: 0px;
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agency-next:hover, .agency-prev:hover {
    background: #d79e1b;
}

.agency-prev {
    left: 0px;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.slick-dots {
    display: none !important;
}

.header-content {
    background: #202850;
    overflow: hidden;
}

.header-story .article-image {
    width: 80px;
    float: left;
    margin-right: 15px;
}

.header-story .article-image::before {
    padding-top: 100%;
    content: '';
    display: block;
}

.header-story .mekong-cat {
    gap: 30px;
}

.header-story .article-cat {
    margin: 0 0 10px -25px;
    position: relative;
    z-index: 2;
}

.header-story .article-title {
    margin: 0 
}


.header-story .article-link {
    color: white;
    font-family: 'NotoSans-Regular', sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-story .article {
    display: block;
}

.header-story .article {
    padding: 12px 40px 12px 0px;
}

/* nav */
.logo {
    max-width: 200px;
    height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.header-nav {
    height: 50px;
    background: #303e82;
    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;
    position: absolute;
    left: 0;
}

.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;
}

.icon-search {
    background: #303e82;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 12px;
}

.icon-search.active, .dropdown .menu-item.active  {
    background-color: white; 
}

#frmSearch {
    position: relative;
    overflow: hidden;
    font-size: 13px;
    width: 100%;
    height: 40px;
    float: right;
    padding: 0 16px;
    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: 5px 8px;
    background: #f4c82d;
    border-radius: 20px;
    margin-right: 6px;
}

.sub-col-cat {
    padding-top: 5px;
    /* display: none;
    width: 100%;
    float: left; */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.25s ease;
}

.sub-col-cat.show {
    max-height: 500px; /* Đặt giá trị lớn hơn để phù hợp với nội dung menu */
    opacity: 1;
}

.navigation-link {
    font-size: 16px;
    color: inherit;
    display: block;
    float: left;
    width: calc(100% - 50px);
    font-style: normal;
}

.sub-menu-button {
    display: flex;
    width: 50%;
    height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    justify-content: end;
}

.sub-menu-button .fa-solid.fa-chevron-down {
    color: #999;
}

.sub-menu-button .fa-solid.fa-chevron-down.rotated{
    color: #f4c82d;
}

.main-menu-special .main-menu-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 8px 0 8px 12px;
    border: 0 none;
    border-bottom: 1px solid #e7e7e7;   
}

.main-menu-item:last-of-type{
    border: 0 !important;
}

.link-subrow-cat {
    width: 100%;
    padding-bottom: 10px;
}

.link-subrow {
    font-size: 13px;
    color: #999;
}

.navigation-link {
    font-family: Montserrat, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #303e82;
    text-transform: uppercase;
}

.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.topic-list{
    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;
}

/* .box-qc {
    padding-top: 15px;
} */

.box-init{
    border-bottom: 10px solid #f7f7f7;
}

.box-init .box-init-left .mekong-cat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.box-init .box-init-left .mekong-cat .article:first-of-type {
    display: grid;
    grid-row: 1;
    grid-column: 1 / 4;
    grid-template-columns: 100%;
    margin-bottom: 20px;
}

.box-init .box-init-left .mekong-cat .article:first-of-type .article-tag{
    display: block;
}

.box-init .box-init-left .mekong-cat .article:first-of-type .article-image {
    margin: 0 -12px;
}

.box-init .box-init-left .mekong-cat .article:nth-child(2) {
    display: grid;
    grid-row: 2;
    grid-column: 1 / 4;
    grid-template-columns: 100%;
    margin-bottom: 20px;
}

.box-init .box-init-left .mekong-cat .article:nth-child(3){
    padding-right: 10px;
    margin-bottom: 20px;
}

.box-init .box-init-left .mekong-cat .article:nth-child(4){
    padding-left: 10px;
    margin-bottom: 20px;
}

.box-init .box-init-left .mekong-cat .article:nth-child(n+2) .article-desc{
    display: none;
}


.box-init .box-init-left .mekong-cat .article:nth-child(1) .article-link, .box-init .box-init-left .mekong-cat .article:nth-child(2) .article-link{
    font-size: 20px;
}

.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-init  .box-init-right {
    margin-bottom: 20px;
}

.btn-direct {
    display: flex;
    align-items: center;
    height: 30px;
    margin: 15px 0;
}

.btn-direct a {
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    color: #b3b3b3;
    text-align: center;
    padding: 5px 0;
    width: 50%;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-direct a:last-of-type {
    margin-left: 10px;
}

.btn-direct i {
    margin-right: 6px;
}


.box-report .cat-title {
    position: relative;
    margin-bottom: 20px;
}

.box-report .cat-link {
    font-size: 18px;
    color: #303e82;
    display: inline-block;
    padding: 8px 20px;
    background: #f4c82d;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.cat-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.box-report {
    padding: 20px 0;
}

.box-report.cate {
    padding-top: 0px;
}

.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: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.box-report .index-left .article-title {
    margin-bottom: 10px;
}

.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: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
}

.box-report .index-right {
    margin-top: 20px;
}

.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: 106.5%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: #303e82;
    border-radius: 0 0 50px 0;
    z-index: -5;
    margin: 0 -3.3%;
}

.box-report.cate {
    border-bottom: 10px solid #f7f7f7;
}

.box-event, .box-company {
    padding: 20px 0;
}

.dark {
    background-color: #202850;;
}

.cat-title.basic .cat-link {
    color: #fff;
    background: #202850;
    font-size: 22px;
    z-index: 1;
    padding: 0 38px;;
    position: relative;
}

.cat-title.decorate .cat-link {
    font-size: 22px;
    color: #303e82;
    z-index: 1;
    padding: 0 38px;
    background: #fff;
    position: relative;
}

.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: 0 -12px;
    margin-bottom: 20px;
}

.box-report .mekong-cat .index-left .article:first-of-type .article-image,.box-event .mekong-cat .index-left .article:first-of-type .article-image, .box-company .mekong-cat .index-above .article:first-of-type .article-image {
    margin: 0 -12px;
}

.box-report .mekong-cat .index-left .article:first-of-type .article-meta {
    padding-bottom: 20px;
}

.box-event .mekong-cat .index-left .article:first-of-type .article-link{
    font-size: 20px;
    color: white;
}

.box-event .mekong-cat .index-left .article .article-title {
    margin-bottom: 8px;
}

.box-event .mekong-cat .index-left .article .article-tag {
    display: block;
}

.box-event .mekong-cat .index-left .article {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.box-event .mekong-cat .index-right {
    display: grid;
    grid-template-columns: 50% 50%;
}

.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:nth-child(1), .box-event .mekong-cat .index-right .article:nth-child(2) {
    padding-bottom: 12px;
}

.box-event .mekong-cat .index-right .article:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 12px;
}

.box-event .mekong-cat .index-right .article:nth-child(odd) {
    padding-right: 10px;
}

.box-event .mekong-cat .index-right .article:nth-child(even) {
    padding-left: 10px;
}

.box-event .mekong-cat .index-right .article:nth-child(n+5) {
    display: none;
}

.box-company .index-above .article:first-child .article-tag {
    display: block;
}

.box-company .index-above .article {
    padding-bottom: 20px;
}

.box-company .index-above .article .article-link{
    font-size: 20px;
}

.box-company .index-above .article:nth-child(2) .article-desc,.box-company .index-under .article .article-desc{
    display: none;
}

.box-company .index-under {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.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;
}

.view-more {
    padding-bottom: 20px;
    gap: 20px;
}

.view-more.cate {
    padding-bottom: 0px;
}

.view-more .current {
    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;
}

.see-more {
    margin-top: 20px;
}

.btn-xemthem {
    font-size: 14px;
    color: #999 !important;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 6px 22px;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
}

.footer-infor  {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 18px 12px 10px;
    background: #202850;
}

.infor {
    color: rgba(255, 255, 255, .4);
    width: 40%;
    font-size: 12px;
    line-height: 1.4;
}

.infor-label {
    width: 60%;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.footer-infor .d-flex {
    margin-bottom: 8px;
}

.yellow {
    color: #f4c82d;
    font-size: 12px;
}

.yellow:hover {
    color: #fff;
}

.footer-right {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #303e82;
}

.cat-mekong{
    display: flex;
    background: linear-gradient(to bottom, #eee, rgba(255, 255, 255, 0) 90%);
    min-height: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.cat-mekong .breadcrumb-link {
    font-size: 13px;
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'NotoSans-Bold', sans-serif;
}

.cat-mekong .category-title {
    height: 50px;
    display: flex;
    flex-wrap: wrap;
}

.box-list, .box-multimedia {
    padding: 20px 0;
}

.box-multimedia {
    margin: 30px 0;
}

.box-list .article {
    column-gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.box-list .box-init-left .article {
    display: grid;
    grid-template-columns: 150px auto;
}

.box-list .article:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

.article.bonus {
    column-gap: 20px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    display: grid;
    grid-template-columns: 150px auto;
     padding-bottom: 0px; 
     margin-bottom: 0px; 
    border-bottom: 0px solid #e7e7e7;
}

.multi-link {
    font-family: 'Montserrat',sans-serif;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.motgame-heading{padding-bottom: 12px;}

.motgame-heading span{
    font-family: Montserrat;
    font-size: 22px;
    color: #303e82;
    text-transform: uppercase;
    display: inline;
}

.multi-link:before,.motgame-heading span::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 10px;
    background: #f4c82d;
}

.multi-title {
    margin-bottom: 20px;
}

.box-multimedia .index-left .article-link {
    font-size: 20px;
    color: white;
}

.box-multimedia .index-left {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}


.box-multimedia .index-right {
    height: 330px;
    overflow: auto;
    margin-bottom: 20px;
}

.box-multimedia .index-right .article {
    display: grid;
    grid-template-columns: 150px auto;
    column-gap: 20px;
    padding-bottom: 20px;
    border: 0;
    margin-bottom: 0
}

.box-multimedia .index-right .article:last-child{
    padding-bottom: 0;
}

.box-multimedia .index-right .article-link {
    color: white;
    font-family: 'NotoSans-Regular', sans-serif;
    font-weight: 400;
}

/* Width of the scrollbar */
.box-multimedia .index-right::-webkit-scrollbar {
    width: 8px;
}

/* Track (the area where the scrollbar is) */
.box-multimedia .index-right::-webkit-scrollbar-track {
    background: #202850;
}

/* Handle (the draggable part of the scrollbar) */
.box-multimedia .index-right::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
}

.cat-mekong.detail .breadcrumb-item:last-child:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e7e7e7;
    border-radius: 50%;
    margin: 5px 20px 5px 12px;
}

.cat-mekong.detail {
    margin-top: 0px;
}


.detail-title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'NotoSans-Bold',sans-serif;
    line-height: 30px;
}

.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;
}


.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-desc {
    font-family: 'NotoSans-Bold', sans-serif;
    font-size: 16px;
    line-height: 26px  !important;
    font-weight: 700;
    margin-bottom: 18px;
}

/* .mekong-detail-grid-right * {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin-bottom: 18px;
} */

.mekong-detail-grid-right  p,.mekong-detail-grid-right  h2, .mekong-detail-grid-right  h3,.mekong-detail-grid-right  h4, .mekong-detail-grid-right  h5, .mekong-detail-grid-right  h6 {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin-bottom: 18px;
}

.mekong-detail-body table {
    margin-bottom: 18px;
}

.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;
}

.name-auther {
    font-size: 13px;
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'NotoSans-Bold', sans-serif;
}

.auther {
    display: flex;
    margin-bottom: 10px;
    justify-content: end;
}

.source::before {
    content: "|";
    color: #c4c4c4;
    font-weight: 400;
    padding: 0 15px;
}

.source{
    font-size: 13px;
    color: #999;
}

.box-tags{
    padding: 10px 5px 5px 5px;
    background: #303e82;
    border-radius: 10px;
    margin-bottom: 18px;
}

.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;
}

#user-comment .box-comment textarea {
    font-size: 16px !important;
}

#user-comment button {
    font-size: 13px;
    color: #fff;
    background: #303e82;
    padding: 8px 18px;
    border: none;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

#user-comment .content-button {
    display: flex;
    justify-content: flex-end;
}

#user-comment .content img{
    display: none;
}

.box-list .multi-link {
    color: #303e82;
}

.menu-item .fa-solid.fa-bars {
    color: white;
    font-size: 18px;
}

.fa-solid.fa-magnifying-glass {
    color: #f4c82d;
    font-size: 14px;
}

.icon-search.active .fa-solid.fa-magnifying-glass {
    color: #202850;
}

.menu-item.active .fa-solid.fa-bars {
    color: #202850;
}

.slick-list {
    width: calc(100% - 24px);
    margin: 0 auto !important;
}

.__MB_ARTICLE_PAGING {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.detail-about .article-tag:nth-child(n+3) {
    display: none;
}

.detail-about .article-tag:nth-child(1) {
    color: #303e82 !important;
    background: #f4c82d;
    padding: 5px 12px;
    border-radius: 20px;
}

.detail-about .article-tag:nth-child(2) {
    font-size: 12px;
    color: #4f65cf;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
    font-family: 'NotoSans-Bold', sans-serif;
}

.detail-about .article-tag:nth-child(2)::before{
    content: none;
}



.box-list .box-init-left .relate.detail .article{
    display: flex;
    gap: 0;
    flex-direction: row;
}

.box-list .box-init-left .relate.detail .article-content {
    width: 100%;
}

.box-list .box-init-left .relate.detail  .article{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.box-list .box-init-left .relate.detail {
    padding: 18px 0;
    margin-bottom: 18px;
    border-bottom: 10px solid #f7f7f7;
    border-top: 10px solid #f7f7f7;
}

.box-list .box-init-left .relate.detail .article:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e7e7e7;
}

.box-list .box-init-left .relate.detail .article:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #f4c82d;
    border-radius: 50%;
    margin: 10px 15px 0 0;
}

.relate.detail {
    margin-bottom: 20px;
}

.view-more {
    display: flex;
    justify-content: center;
}

.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;
}

.note {
    display: none;
}

.pc-version {
    display: flex;
    justify-content: end;
    padding-bottom: 10px;
}

.pc-version  a{
    color: white;
    background: #4f65cf;
    padding: 5px 12px;
    border-radius: 20px;
}


.bx-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: none !important;
    margin-bottom: 30px !important;
}

.bx-pager-link.active {
    background: #ed1c24 !important;
}

.bx-pager-link {
    background: #cccccc !important;
}

.key-word {
    color: #999;
    display: flex;
    align-items: center;
}

.box-title a {
    font-size: 20px;
    color: #303e82;
    font-weight: 700;
    margin-left: 5px;
    font-family: 'NotoSans-Bold',sans-serif;
}

.box-title.tag {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.box-title.tag + .box-list {
    padding-top: 0;
    padding-bottom: 20px;
}

@media screen and (max-width: 500px) {
    .cat-link {
        font-size: 18px !important;
    }
}

/* @media screen and (max-width: 400px) {
    .cat-mekong .breadcrumb-link {
        font-size: 10px;
    }
} */

.breadcrumb-dot::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #e7e7e7;
    border-radius: 50%;
    margin: 5px 20px 6px 15px;
}


.detail-about .detail-tag:nth-child(n+3) {
    display: none;
}

.detail-about .detail-tag:nth-child(1) {
    color: #303e82 !important;
    background: #f4c82d;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 10px;
    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: 10px;
    color: #4f65cf;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
    font-family: 'NotoSans-Bold', sans-serif;
}

.box-list.__MB_LIST_ITEM .box-list-above {
    padding-top: 18px;
    border-top: 10px solid #f7f7f7;
}

.box-list.__MB_LIST_ITEM {
    padding-top: 0px;
}

.box-list.__MB_LIST_ITEM .box-report{
    padding-top: 0px;
}

.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;
}

.hidden {
    display: none !important;
}