@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;
}

ol,
ul {
    list-style: none;
}

.lt {
    display: flex;
}

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;
}

.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;
}


.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;
}

.name-auther {
    font-size: 13px;
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'NotoSans-Bold', sans-serif;
}

.multi-link:before, .motgame-heading span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 24px;
    margin-right: 20px;
    background: #f4c82d;
}


.text-note {
    margin-right: 20px;
    font-size: 13px;
    color: #555;
    font-family: 'Inter-Regular', sans-serif;
}

.text-note:before {
    content: "▪";
    color: #aaa;
    margin-right: 6px;
}

.box-comment img {
    display: none;
}

.box-list.longform {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
    margin-top: 40px;
}

.box-list.longform .mekong-cat {
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(4, 255px);
    display: grid;
}

.dark {
    background-color: #202850;;
}

.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;
}

.mekong-tag-share {
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
}

.name-auther {
    font-size: 13px;
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'NotoSans-Bold', sans-serif;
}

.motgame-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #303e82;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#user-comment .box-comment textarea {
    font-family: 'Inter-Regular', sans-serif;
}

.source {
    font-size: 13px;
    color: #999;
    font-family: 'Inter-Regular', sans-serif;
}

.source::before {
    content: "|";
    color: #c4c4c4;
    font-weight: 400;
    padding: 0 15px;
}

.box-list .multi-link {
    color: #303e82;
}

.multi-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

.px-30 {
    padding: 30px 0;
}

footer {
    font-family: 'Inter-Regular', sans-serif;
}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background: #f3f3f3;
    font-family: 'NotoSans-Regular', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    text-align: center;
    padding: 10px ;
}


._MB_EMAG_DETAIL  .mastercms_paragraph:first-of-type {
    margin-top: 0 !important;
}

.MASTERCMS_TPL_TABLE_FOR_EMAG tbody tr:nth-child(even) td{
    line-height: 1.5;
    color: #555;
    text-align: center;
    padding: 10px 15px;
    background: #f3f3f3;
    font-size: 13px;
}