<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: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter/Inter-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('./fonts/Inter/Inter-ExtraBold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('./fonts/Inter/Inter-Thin.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    min-width: 1200px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.icoPhoto,
.icoVideo,
.icoVote,
.icoComment {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #405f9e;
    margin-left: 5px;
    display: none;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.text-alight-center {
    text-align: center;
}

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

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 35px;
}

.article {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.article-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.article-image::before {
    padding-top: 75%;
    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-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.article-link{
    font-family: 'Inter-Bold', sans-serif;
    font-size: 14px;
}

.article-link:hover,.item-options-link:hover {
    color: #d11b21 !important;
}

.article-desc {
    font-family: 'Inter-Regular',sans-serif;
    font-size: 14px;
    color: #666666;
}

.article-cat {
    text-transform: uppercase;
    font-family: 'Inter-Regular',sans-serif;
}

/* header */

.logo {
    height: 238px;
}


/* nav */

.header-nav {
    height: 44px;
    background: #ed1c24;
    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;
}

.header-search-mb.active {
    opacity: 1; 
    visibility: visible; 
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.home-item{
    background: url(../images/pc/home.png) left no-repeat;
    background-size: 17px 16px;
    padding-left: 17px;
    padding-top: 16px;
    cursor: pointer;
    margin-right: 10px;
}

.header-search-mb-wrapper {
    position: absolute;
    top: 44px;
    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;
}


.header-search-mb {
    display: flex;
    justify-content: end;
    padding: 10px 0;
}

#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: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    color: #303e82;
    font-weight: 700;
}

.icon-dot {
    background: url(../images/pc/dot.png) right center no-repeat;
    width: 21px;
    height: 4px;
    background-size: contain;
    display: block;
    cursor: pointer;
}

.icon-close {
    background: url(../images/close.png) right center no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
    cursor: pointer;
}

.main-menu-special {
    background: #dedede;
    z-index: 10;
    height: 150vh;
    padding: 30px 60px;
    display: none;
    position: relative;
    transition: all 0.2s ease;
    z-index: 100;
}

.main-menu-special {
    padding: 15px 0;
}

.navigation {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.main-menu-item {
    margin-bottom: 25px;
    flex: 0 0 auto;
    width: 25%;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.navigation-link {
    font-family: 'Inter-Bold',sans-serif !important;
    font-size: 14px;
    color: #222;
    text-transform: uppercase !important;
    transition: all .2s ease-in-out;
}

.navigation-link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 15px;
    margin-right: 10px;
    background: #ed1c24;
}

.link-subrow-cat a{
    font-size: 12px;
    color: #999;
    margin-bottom: 6px;
}

.link-subrow-cat a:hover, .navigation-link:hover {
    margin-left: 3px;
    text-decoration: underline;
}

.header-nav .nav-item {
    font-family: 'Inter-Bold',sans-serif;
    text-transform: uppercase;
    padding: 12px 15px;
}

.nav-item a{
    font-size: 13px;
    color: white;
}

/* .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 {
    border-bottom: 1px solid rgb(223, 156, 156);
} */

.header-nav ul .nav-item{
    display: block;
    position: relative;
}

.header-nav ul .nav-item::before{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
}

.header-nav ul .nav-item:hover::before{
    transform: scale3d(1,1,1);
}


.header-nav ul .nav-item.active::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #fff;
    transition: none;
    transform: none;
    transform-origin: 0 50%;
}


.sub-menu {
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 2;
    display: none;
}

.subcate {
    width: 200px;
}

.sub-menu li a {
    padding: 12px 20px;
    line-height: 1.4;
    color: #333;
    text-transform: capitalize;
    display: flex;
}

.sub-menu li {
    background: #dbdbdb;
    border-top: 1px solid #ebebeb;
    z-index: 2;
}

.sub-menu li:hover{
    background: #ebebeb
}

.nav-item:nth-child(1):hover .sub-menu {
    display: block;
}

.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 {
    position: relative;
}

.dropdown{
    position: relative;
}

.icon-right{
    position: absolute;
    right: 0;
    gap: 15px;
    align-items: center;
}

.icon-search {
    cursor: pointer;
}

/* box-init */

.box-init-left {
    width: 280px;
    margin-right: 35px;
}

.box-init-left .article-image {
    width: 120px;
    float: left;
    margin-right: 20px;
}

.box-init-left .article-content {
    display: block;
}

.box-init-left .article-title {
    min-height: 90px;
    line-height: 1.3;
}

.box-init-left .article{
    display: block;
    column-gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.box-most .article-link, .box-event .box-right .article-link, .box-video .box-video-right .article-link{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-cat.container .box-cat-left .article:nth-child(n+2) .article-image {
    width: 97px;
    float: left;
    margin-right: 20px;
}

.box-init-left .article:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}

.box-init-left .article-desc {
    display: none;
}

.box-init-center{
    width: 540px;
    margin-right: 35px;
    
}

.box-init-center .article .article-link{
    font-size: 30px;
}

.box-init-right{
    width: 865px;
}

.box-init-right .vannghe-cat-content{
    display: grid;
    grid-template-columns: 540px 290px;
    column-gap: 35px;
}


.box-init-right .article:first-of-type {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
}

.box-init-right .article:first-of-type .article-link {
    font-size: 30px;
}

.box-init-right .article:nth-child(n+2) .article-desc {
    display: none;
}

.box-init-right .article:nth-child(2) {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
}

/* .box-init-right .article {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.box-init-right .article:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}

.box-init-right .article .article-link{
    font-size: 16px;
}

.box-init-right .article-desc {
    display: none;
} */

.box-most-tit h2 {
    font-family: 'Inter-ExtraBold';
    text-transform: uppercase;
    font-size: 38px;
    color: #ed1c24;
    cursor: pointer;
}

.box-most-tit span {
    font-family: 'Inter-Thin';
}

.box-most .article-title {
    margin-top: 15px;
}

.box-most .slick-slider .article {
    float: left;
    margin: 0 18px;
    position: relative;
}

.box-most .slick-list {
    margin: 0 -18px !important;
}

.box-most .slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.slick-dots button {
    font-size: 0; /* áº¨n Ä‘i sá»‘ */
}

.slick-dots li button {
    width: 10px; 
    height: 10px; 
    border-radius: 50%; 
    background-color: #cccccc; 
    margin: 0 3px; 
    cursor: pointer;
    border: none;
}

.slick-dots li {
    width: unset !important;
    margin: 0 !important;
}

.slick-dots li.slick-active button {
    background-color: #ff0000; 
}

.slick-dots li button:before {
    content: none !important;
}

.vannghe-title { 
    margin-bottom: 30px;
    align-items: baseline;
}

.vannghe-title.bd{
    padding-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.vannghe-title .cat-link {
    font-family: 'Inter-Bold',sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
}

.vannghe-title .cat-link::before{
    content: '';
    width: 6px;
    height: 20px;
    position: absolute;
    background-color: #ed1c24;
    bottom: 5px;
    left: 0;
}

.vannghe-title.search .cat-link::before{
    bottom: 8px;
}

.vannghe-title .value-search {
    font-family: 'Inter-Bold',sans-serif;
    margin-left: 5px;
}

.box-composed {
    border-top: 1px solid #ebebeb ;
    padding-top: 25px;
}

.cat-options {
    display: flex;
    gap: 25px;
}

.item-options-link {
    font-family: 'Inter-Regular',sans-serif;
}

.auto-nav-more {
    position: relative;
}

.auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
}

.auto-nav-more-list {
    margin-top: 20px;
    position: absolute;
    right: 0;
    opacity: 1;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    padding: 0;
    list-style: none;
    background: white;
    border-radius: 4px;
    z-index: 2;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.auto-nav-more-list .item-options-link {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    padding: 20px 25px;
    border-bottom: 1px solid #f4f1f1;
    text-align: left;
}

.i-dropdown {
    background: url(../images/pc/i-drop.png) left no-repeat;
    background-size: 15px 9px;
    padding-left: 15px;
    cursor: pointer;
}

.box-composed .box-above {
    display: grid;
    grid-template-columns: 570px 270px 270px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
}

.box-composed .box-above .article:first-of-type {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
}

.box-composed .box-above .article:nth-child(n+2) .article-desc {
    display: none;
}

.box-composed .box-above .article:first-child .article-link {
    font-size: 24px;
}

.box-composed .box-above .article:first-child .article-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-under{
    display: flex;
    gap: 35px;
}

.box-list{
    width: 845px;
}

.box-list .article {
    display: grid;
    grid-template-columns: 180px auto;
    grid-column-gap: 35px;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
}

 .box-list .article-link {
    font-size: 20px;
}

.box-list .article-desc, 
.box-event .box-left .article:first-of-type .article-desc, 
.box-art .vannghe-cat-content .article:first-of-type .article-desc,
.box-cat.container .box-cat-left .article:first-child .article-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-list .article-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-list .article:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}

.box-read-right {
    width: 300px;
}

.box-read-most {
    height: fit-content;
}

.box-read-most {
    width: 300px;
    padding: 15px 20px;
    background-color: #fbf8f8;
    border: 1px solid #f2f2f2;
}


.box-read-most-tit {
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.box-read-most-link {
    padding-bottom: 13px;
    font-size: 20px;
    border-bottom: 1px solid #ed1c24;
    font-family: 'Inter-Bold',sans-serif;
}

.box-read-most .article{
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.box-read-most .article-title {
    line-height: 1.3;
}

.box-read-most .article:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}

.box-read-most .article-content {
    gap: 5px;
    min-height: 59px;
}

.box-read-most .article-cat {
    color: #ed1c24;
    font-size: 11px;
}

.box-read-most .article-image {
    width: 78px;
    float: left;
    margin-right: 20px;
}

.qc-1 {
    width: 100%;
    margin-top: 35px;
}

.multimedia-background {
    background-color: #fe9728;
    margin: 0 -35px;
    padding: 20px 35px;
    border-radius: 8px;
}

.multimedia-tit {
    align-items: baseline;
}

.multimedia-link {
    font-family: 'Inter-Bold', sans-serif;
    font-size: 30px;
    color:#ffffff;
}

.multimedia-link span {
    font-family: 'Inter-Thin', sans-serif;
    text-transform: uppercase;
    color: #f3fc06;
}

.multimedia-option-link {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
}

.multimedia-option-link::before {
    content: '';
    width: 1px;
    height: 15px;
    background: #d5740b;
    border-left: 1px solid #ffa02b;
    position: absolute;
    bottom: 0;
    left: 18px;
}

.multimedia-option li:first-child .multimedia-option-link::before {
    content: none;
}

.box-multimedia .vannghe-cat-content {
    display: grid;
    grid-template-columns: 570px 270px 270px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
}

.box-multimedia .vannghe-cat-content .article:first-of-type {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
}

.box-multimedia .vannghe-cat-content .article:nth-child(n+2) .article-desc{
    display: none;
}

.box-multimedia .vannghe-cat-content .article .article-desc{
    color: black;
}

.box-multimedia .vannghe-cat-content .article:first-child .article-link{
    font-size: 28px;
}

.box-multimedia .vannghe-cat-content .article:nth-child(n+2) .article-link{
    font-size: 16px;
}

.box-left {
    width: 845px;
}

.box-event .box-left {
    display: grid;
    grid-template-columns: 570px auto;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
}

.box-event .box-left .article:first-of-type {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
}

.box-event .box-left .article:first-of-type .article-link {
    font-size: 24px;
}

.box-event .box-left .article:nth-child(n+2) .article-link {
    font-size: 18px;
}


.box-event .box-left .article:nth-child(n+2) .article-desc{
    display: none;
}

.box-right {
    width: 300px;
    /* display: none; */
}

.box-event .box-right .article {
    display: grid;
    grid-template-columns: 102px auto;
    grid-column-gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.box-event .box-right .article:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}

.box-event .box-right .article .article-desc{
    display: none;
}

.box-longform {
    background-color: #fef3f3;
    padding: 30px 0 35px 0;
}

.longform-link {
    font-size: 26px;
    font-family: 'Inter-Bold',sans-serif;
    text-transform: uppercase;
}

.longform-tit {
    background: url(../images/pc/long-form.png) left no-repeat;
    background-size: 30px 24px;
    padding-left: 40px;
    cursor: pointer;
}

.box-longform .slick-slider .article {
    float: left;
    margin: 0 18px;
    position: relative;
}

.box-longform  .slick-list {
    margin: 0 -18px !important;
}

.box-longform .article-image::before {
    padding-top: 150.9%;
}

.box-longform .slick-slider .vannghe-cat-content{
    position: relative;
}

.box-longform .vannghe-cat-content .article:first-child{
    position: relative;
}

.box-longform .article .article-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.box-longform .article .article-title {
    padding: 0 15px 50px 15px;
    text-align: center;
}

.box-longform .article .article-link {
    color: white;
    font-size: 20px;
}

.box-longform .article {
    position: relative;
}


.box-longform .article::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape-1.png);
    background-position: center bottom 30px;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

/* .box-longform .article::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape.png);
    background-position: center top 130px;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
} */


.box-longform  .article .article-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    z-index: 1;
}

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

.ic-arrow {
    width: 62px;
    height: 62px;
    content: "/f054";
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.agency-prev {
    left: -95px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agency-next {
    right: -95px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.l-prev {
    background: url(../images/pc/prev.png) left no-repeat;
    background-size: 20px 37px;
    padding-left: 20px;
    padding-top: 37px;
    cursor: pointer;
}

.l-next {
    background: url(../images/pc/next.png) left no-repeat;
    background-size: 20px 37px;
    padding-left: 20px;
    padding-top: 37px;
    cursor: pointer;
}

.box-art .vannghe-cat-content {
    display: grid;
    grid-template-columns: 570px 270px 270px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
}

.box-art .vannghe-cat-content .article:first-of-type {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
}

.box-art .vannghe-cat-content .article:first-of-type .article-link {
    font-size: 24px;
}

.box-art .vannghe-cat-content .article:nth-child(n+2) .article-desc {
    display: none;
}

.box-art {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
}

.box-video .article-image::before {
    padding-top: 56%;
    content: '';
    display: block;
}

.box-video-left {
    width: 783px;
}

.box-video-left .article {
    gap: 0;
}

.box-video-left .article{
    position: relative;
}

.box-video-left .article-link {
    color: white;
    font-size: 26px;
}

.box-video-left .article-title{
    margin-left: 35px;
    margin-bottom: 30px;
    background: url(../images/pc/play-red.png) no-repeat left top 10px / 21px 21px;
    background-size: 13px 17px;
    padding-left: 35px;
    cursor: pointer; 
}

.box-video-left .article-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.box-video-left .article-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    background-image: url(../images/play.png); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: 53px 73px; 
    pointer-events: none;
    z-index: 1;
}

.box-video-right {
    width: 397px;
    background-color: #f3f3f3;
    padding: 35px;
    height: 438px;
    overflow: auto;
}

.box-video-right .article {
    display: grid;
    grid-template-columns: 150px auto;
    grid-column-gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.box-video-right .article:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}

.box-video-right::-webkit-scrollbar {
    width: 1px;
}
  
.box-video-right::-webkit-scrollbar-track {
    background: #f3f3f3;
}
  
.box-video-right::-webkit-scrollbar-thumb {
    background: #ed1c24;
    border-radius: 10px;
}

.box-footer {
    background-color: #f3f3f3;
    padding: 30px 0;
    border-top: 3px solid #ed1c24;
}

.social-item {
    width: 30px;
    height: 30px;
    background: #c8c8c8;
    border-radius: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-item a {
    color: #fff;
    transform: translateY(2px);
}

.social-item a:hover {
    color: #ed1c24;
}

.social-item i {
    font-size: 17px;
}

.social {
    gap: 10px;
    margin-top: 20px;
}

.box-footer-left {
    width: 395px;
    margin-right: 30px;
}

.box-footer-content .box-footer-right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box-footer-right div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.f-b{
    font-family: 'Inter-Bold',sans-serif;
}

.gray-66{
    color: #666666;
}

.red-ed1{
    color: #ed1c24;
}

.line{
    text-decoration: underline;
}

.i-h{
    transition: all .2s ease-in-out;
}

.i-h:hover {
    color: #ed1c24;
}

.master-cms {
    height: 60px;
}

.master-cms a {
    color: #9d9d9d;
}

#goTop.show {
    opacity: 1;
    visibility: visible;
}

#goTop {
    display: flex;
    align-items: center;
    background: url(../images/go-top.png) no-repeat ; 
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 10%;
    right: 10%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

/* category */

.category-tit {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.category-link {
    font-size: 38px;
    font-family: 'Inter-Bold',sans-serif;
    text-transform: uppercase;
}

.list-cat-sub{
    gap: 20px;
    text-transform: uppercase;
    background-color: #fbf4f4;
    padding: 15px 0;
    flex-wrap: wrap;
}

.list-cat-sub .cat-sub-link.active {
    color: #ed1c24;
    font-family: 'Inter-Bold',sans-serif;
}

.cat-sub-link{
    font-size: 12px;
}

.box-cat {
    display: flex;
    gap: 35px;
}

.box-cat-left {
    width: 845px;
}

.box-cat-right {
    width: 300px;
}

.box-cat .box-cat-left .vannghe-cat-content {
    display: grid;
    grid-template-columns: 545px auto;
    grid-column-gap: 35px
}

.box-cat .box-cat-left .vannghe-cat-content .article:first-of-type {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 1;
}

.box-cat .box-cat-left .vannghe-cat-content .article:first-of-type .article-link{
    font-size: 30px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-cat .box-cat-left .vannghe-cat-content .article:nth-child(n+2){
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.box-cat .box-cat-left .vannghe-cat-content .article:nth-child(n+2) .article-title {
    min-height: 73px;
}

.box-cat .box-cat-left .vannghe-cat-content .article:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}

.box-cat .box-cat-left .vannghe-cat-content .article:nth-child(n+2) .article-desc{
    display: none;
}

.cate {
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.cat-line {
    font-size: 30px;
    text-transform: none;
    border-top: 1px solid #ed1c24;
    padding-top: 27px;
}

.see-more .current {    
    color: #ed1c24;
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    border: 2px solid #ebebeb;
    display: flex;
    align-items: center;
}

.see-more a {
    background: #ed1c24;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.see-more {
    display: flex;
    justify-content: center;
    gap: 35px;
}

/* detail */

.detail-title {
    font-size: 36px;
    font-family: 'Inter-Bold';
}

.article-about {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
    position: relative;
    height: 51px;
}

.article-auther {
    display: flex;
    gap: 15px;
}

.auther-name {
    font-family: 'Inter-Bold';
    font-size: 13px;
    color: #0f79d5;
}

.auther-mail {
    color: #9f9696;
    font-size: 13px;
}

.follow {
    padding-right: 97px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../images/google-news-noi-that-abig.png) no-repeat;
    background-position: calc(100% - 12px) 10px;
    border-radius: 3px;
    background-color: #ebebeb;
    position: absolute;
    right: 0;
}

.follow-link {
    color: #aaaaaa;
    border-radius: 5px;
    font-family: 'Inter-Bold', sans-serif;
}

.regular {
    font-family: 'Inter-Regular', sans-serif;
}

.article-detail-cat {
    border-radius: 2px;
    width: fit-content;
}

.detail-cat {
    color: #ed1c24;
    text-transform: uppercase;
    font-family: 'Inter-Bold', sans-serif;
}

.article-detail-date {
    color: #d9d9d9;
    padding-left: 10px;
}

.vannghe-detail-desc {
    font-size: 18px;
    font-family: 'Inter-Bold', sans-serif;
    color: #333333;
}

.vannghe-detail-grid {
    display: grid;
    grid-template-columns: 60px auto;
}

.vannghe-detail-grid-left {
    width: 60px;
}

.vannghe-detail-grid-right {
    width: 765px;
}

.article-detail-button {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 60px;
}


.hna-btn-size,
.hna-btn-copy-link,
.hna-btn-comment,
.article-detail-button&gt;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;
}

.hna-btn-size {
    height: 110px !important;
    position: relative;
}

.hna-btn-size-plus {
    position: absolute;
    top: 2px;
}

.hna-btn-size-plus,
.hna-btn-size-minus {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 26px;
    font-size: 12px;
}

.hna-btn-size-minus {
    position: absolute;
    bottom: 2px;
}

.hna-btn-size-text&gt;span {
    font-size: 20px;
}

/* .vannghe-detail-body * {
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333;
} */

.vannghe-detail-body p,.vannghe-detail-body h2, .vannghe-detail-body h3,.vannghe-detail-body h4, .vannghe-detail-body h5, .vannghe-detail-body h6 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
}

.vannghe-detail-body table {
    margin-bottom: 20px;
}

.vannghe-detail-body p strong, .vannghe-detail-body p b,.vannghe-detail-body p h2, .vannghe-detail-body p h3, .vannghe-detail-body p h4 {
    font-family: 'Inter-Bold',sans-serif;
}

.part-tags {
    display: flex;
    gap: 35px;
    padding: 30px 0 25px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: 25px;
}

.tags-title {
    background: url(../images/pc/tag.png) no-repeat left top 3px ;
    padding-left: 35px;
    background-size: 24px 29px;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.tags-title p {
    font-family: 'Inter-Regular', sans-serif;
    font-size: 20.78px;
    color: #333333;
}

.tags-content .tags-link {
    display: inline-flex;
    align-items: center;
    padding: 9px 20px 9px 20px;
    border-radius: 30px;
    background: #ebebeb;
    font-family: 'NotoSans-Regular', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.box-relate .cat-link {
    font-size: 22px;
    padding-bottom: 1px;
    border-bottom: 1px solid #ed1c24;
    text-transform: uppercase;
    font-family: 'Inter-Bold', sans-serif;
}

.box-relate .cat-title {
    padding-bottom: 35px;
}

.box-relate .vannghe-cat-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.box-relate .vannghe-cat-content  .article-title {
    line-height: 1.2;
}

.box-relate .vannghe-cat-content  .article-link{
    font-size: 16px;
}

#user-comment {
    background-color: #eeeeee;
    padding: 35px;
}

#user-comment .box-comment .content {
    display: grid;
    grid-template-columns: 47px auto;
    gap: 25px;
    border-radius: 4px;
    margin-top: 20px;
}

#user-comment .box-comment .content img {
    border-radius: 50px;
}

#user-comment .box-comment textarea {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    border: 0;
    border-radius: 4px;
    font-family: inherit;
    align-items: center;
}

#user-comment button {
    padding: 10px 46px;
    font-size: 14px;
    background: #f75454;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}


.motgame-heading {
    font-size: 26px;
    font-family: 'Inter-Bold', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.detail-orther  {
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
}

.vannghe-same-topic {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 15px 20px;
}

.vannghe-same-topic .cat-link {
    padding-bottom: 10px;
    font-family: 'Inter-Bold', sans-serif;
}

.vannghe-same-topic  .cat-link a {
    color: #ed1c24 ;
}

.vannghe-same-topic .vannghe-cat-content .article {
    margin-bottom: 10px;
}

.vannghe-same-topic .vannghe-cat-content .article-link {
    font-weight: 400;
    font-family: 'Inter-Bold', sans-serif;
}

.vannghe-same-topic .vannghe-cat-content .article-title {
    position: relative;
    padding-left: 15px;
}

.vannghe-same-topic .vannghe-cat-content .article-title::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #ED1C24;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.vannghe-same-topic .vannghe-cat-content .article-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 8px;
    bottom: -20px;
    width: 1px;
    left: 3px;
    background-color: #E5E5E5;
}

.vannghe-same-topic .vannghe-cat-content .article:last-child .article-title::after {
    content: none;
}



.box-cat.video .box-cat-left .article:first-child .article-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 53px 73px;
    pointer-events: none;
    z-index: 1;
}

.box-cat.video .box-cat-left .article:nth-child(n+2) .article-image::after,.box-news.video .article .article-image::after, .video-list .article-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 35px;
    pointer-events: none;
    z-index: 1;
}

.mobile-version {
    display: flex;
    justify-content: end;
    padding-bottom: 10px;
    display: none;
}

@media screen and (max-width: 800px) {
	.mobile-version {
        display: block;
    }
}

.mobile-version  a{
    color: white;
    background: #ed1c24;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    height: fit-content;
}


.hna-site-link.hna-btn-signin{
    color: white;
    font-family: 'Inter-Bold', sans-serif;
}

.__API_WIDGET {
    color: white;
}

.menu-item.hna-menu-signin{
    position: relative;
}

.menu-item.hna-menu-signin .name {
    font-family: 'Inter-Bold', sans-serif;
}

.hna-menu-signin-more {
    display: none;
    position: absolute;
    right: 0;
    z-index: 10000;
    box-shadow: 1px 2px 2px #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.menu-item.hna-menu-signin:hover .hna-menu-signin-more {
    display: block;
}

.hna-menu-signin-more a {
    width: 100%;
    float: left;
    white-space: nowrap;
    padding: 0 20px;
    background: #fff;
    line-height: 32px;
    text-transform: none;
    font-size: 14px;
    text-align: left;
    color: #000;
    box-shadow: 0px 2px 7px #ebebeb;
}


.hna-site-link.hna-btn-signin span {
    display: none;
}

.hna-site-link.hna-btn-signin .fa-regular.fa-user {
    font-size: 15px !important;
}

.hna-ico-user img{
    display: none;
}

.source {
    text-align: end;
    font-family: 'Inter-Bold', sans-serif;
}

.content-processing .vannghe-cat-content {
	visibility: hidden;
}

.content-processing .vannghe-cat-content {
	visibility: visible;
}


.box-init {
    visibility: hidden;
}
.content-loaded .box-init {
    visibility: visible;
}

/* .logo, .header-nav ,footer {
    filter: grayscale(1);
}

.header-nav {
    filter: grayscale(1);
    z-index: 100;
}

#main {
    filter: grayscale(1);
  } */

  @media screen and (max-width: 1400px) {
    .ic-arrow {
        display: none !important;
    }
}

.slick-slide img {
    z-index: 1;
}</pre></body></html>