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

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

ol,
ul {
    list-style: none;
}

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

.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: 95.83%;
    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-15 {
    margin-top: 15px;
}

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

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

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

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

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

.article-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

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

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

.top-header{
    position: relative;
}

.header-btn {
    display: flex;
    gap: 15px;
    position: absolute;
    left: 2%;
    bottom: 20px;
}

.i-video{
    background: url(../images/video.png) left no-repeat;
    background-size: 24px 16px;
    padding-left: 24px;
    padding-top: 16px;
    cursor: pointer;
    position: relative;
}

.i-sub {
    background: url(../images/sub.png) left no-repeat;
    background-size: 21px 13px;
    padding-left: 21px;
    padding-top: 13px;
    cursor: pointer;
}

.i-video::before {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ebebeb;
    position: absolute;
    top: 2px;
    left: -8px;

}

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

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

.sub-menu-button {
    display: flex;
    width: 30%;
    height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
    justify-content: end;
}

.sub-col-cat {
    display: none;
}

.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-child {
    border-bottom: 0px solid #e7e7e7;
}

.link-subrow-cat {
    width: 100%;
    padding: 10px 0;
}

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

.link-subrow {
    font-size: 13px;
    color: #999;
}

.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#frmSearch {
    position: relative;
    overflow: hidden;
    font-size: 13px;
    width: 100%;
    height: 50px;
    float: right;
    padding: 0 20px;
    background: #f4f4f4;
    border: 0 none;
    border-radius: 50px;
}

#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;
    display: none;
    position: relative;
    transition: all 0.2s ease;
    z-index: 100;
}

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

.navigation-link {
    font-family: 'Inter-Bold',sans-serif;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
}

.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: 14px;
    color: black;
    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 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%;
}

/* .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-menu {
    width: 100%;
    display: flex;
    align-items: center;
    list-style-type: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0px 5px 0px 5px;
}

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

.icon-search {
    width: 16px !important;
}

.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 {
    gap: 15px;
    width: 30px;
    justify-content: center;
}

.icon-search {
    cursor: pointer;
}


/* box-init */

.box-init .vannghe-cat-content .article:first-child .article-link {
    font-size: 26px;
    line-height: 1.2;
}

.box-init .vannghe-cat-content .article:nth-child(n+2) {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 15px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
}


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

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

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

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

/* @media screen and (max-width: 500px) {
    .box-most .slick-slider .article {
        margin: 0 14px;
    }
} */

/* 
.box-most .slick-list{
    margin: 0 -14px !important;
} */

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

.slick-slider.vannghe-cat-content{
    margin-top: 15px;
}

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

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

.box-most-tit {
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
}

.vannghe-title {
    margin-bottom: 10px;
    align-items: center;
}

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

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

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

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

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

.cat-options {
    display: flex;
    gap: 25px;
    width: 50px;
    justify-content: end;
}

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

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

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

.auto-nav-more-list {
    margin-top: 20px;
    position: absolute;
    top: 0;
    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);
    width: 200px;
}

.auto-nav-more-list .cat-sub-link ,.auto-nav-more-list .item-options{
    display: flex;
    justify-content: flex-start;
    padding: 15px 20px;
    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;
    padding-top: 9px;
    cursor: pointer;
}


.box-multimedia {
    background-color: #fe9728;
    padding: 5px 0px 15px 0;
}

.multimedia-link {
    font-family: 'Inter-Bold', sans-serif;
    font-size: 36px;
    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 #fe9e82;
    position: absolute;
    bottom: 0;
    left: 18px;
}

.multimedia-option li:nth-child(n+5){
    display: none;
}

@media screen and (max-width: 400px) {
    .multimedia-option li:nth-child(n+4){
        display: none;
    }
}

.multimedia-option li:first-child .multimedia-option-link {
    padding-left: 0px;
}

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

.multimedia-option {
    margin-top: 5px;
    padding: 15px 0;
    position: relative;
}

.multimedia-option::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d5740b;
    border-bottom: 1px solid #fe9e82;
    position: absolute;
    bottom: 0;
}

.multimedia-option::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fe9e82;
    border-top: 1px solid #d5740b;
    position: absolute;
    top: 0;
}

.box-multimedia .vannghe-cat-content {
    display: grid;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.box-multimedia .vannghe-cat-content .article:first-of-type {
    display: grid;
    grid-row: 1;
    grid-column: 1 / 3;
    grid-template-columns: 100%;
}

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

.box-event .vannghe-cat-content {
    display: grid;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.box-event .vannghe-cat-content .article:first-of-type {
    display: grid;
    grid-row: 1;
    grid-column: 1 / 3;
    grid-template-columns: 100%;
}

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


.box-longform {
    background-color: #fef3f3;
    padding: 10px 0 20px 0;
}

.longform-link {
    font-size: 22px;
    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 7px;
    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 {
    text-align: center;
    padding: 0 15px 50px 15px;
}

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

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

@media screen and (max-width: 500px) {
    .box-longform .slick-slider .article {
        margin: 0 5px;
    }
    .box-longform .article::before {
        background-position: center top 50%;
    }
}

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

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

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

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

.agency-next {
    right: 15px;
    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 35px;
    padding-left: 20px;
    padding-top: 37px;
    cursor: pointer;
}

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

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

.box-video .vannghe-cat-content .article {
    margin-bottom: 15px;
}

.box-video {
    background-color: #f3f3f3;
    padding: 15px 0 15px 0;
}


.box-video .vannghe-cat-content .article:nth-child(n+2) {
    display: grid;
    grid-template-columns: 182px auto;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

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


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

.box-video .vannghe-cat-content .article:first-child .article-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.box-video .vannghe-cat-content .article:first-child .article-link {
    color: white;
}

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

.box-video .vannghe-cat-content .article:first-child .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: 30px;
    pointer-events: none;
    z-index: 1;
}

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


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

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

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

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

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

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

.box-read-most .article {
    display: grid;
    grid-template-columns: 150px auto;
    grid-column-gap: 15px;
}

.box-read-most .article-link,
.box-video .article:nth-child(n+2) .article-link,
.box-art .article:nth-child(n+2) .article-link,
.box-composed .article:nth-child(n+2) .article-link,
.box-init .article:nth-child(n+2) .article-link, .box-longform .article-link, 
.box-list .article .article-link, .box-most .article-link{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}


.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-content .box-footer-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 500px) {
    .box-footer-left {
        flex-direction: column;
    }
}

.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: 5%;
    right: 10%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

/* category */

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

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

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

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

.cate {
    padding-top: 5px;
    border-top: 1px solid #ebebeb;
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 0;
}

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

.box-list .article {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 15px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
}

.see-more .current {    
    color: #ed1c24;
    padding: 10px 20px;
    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 20px;
    border-radius: 50px;
    text-transform: uppercase;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.see-more {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

/* detail */

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

.article-auther {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

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

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

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

.box-left{
    width: 100%;
}

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

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

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

.article-detail-cat {
    /* padding: 8px 15px;
    background-color: #ed1c24; */
    border-radius: 2px;
}

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

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

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

/* .vannghe-detail-body * {
    margin-bottom: 15px;
    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: 15px;
    font-size: 16px;
    color: #333333;
}

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

.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: 20px;
    padding: 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;
    /* width: 24px;
    height: 29px; */
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

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

.tags-content .tags-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 15px 6px 15px;
    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: 10px;
    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(2, 1fr);
    gap: 28px;
}

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


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

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

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

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

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

#user-comment .content-button {
    display: flex;
    justify-content: flex-end;
}

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

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

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

.box-cat-list.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-list.video .box-cat-left .article:nth-child(n+2) .article-image::after,
.box-item-list.video .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;
}

.detail-orther .box-list .article:first-child{
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0px solid #ebebeb;
}

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

.pc-version a {
    color: white;
    background: #ed1c24;
    padding: 5px 12px;
    border-radius: 20px;
}

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

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


.bx-pager-link {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
    margin: 0 3px;
    cursor: pointer;
    border: none;
    display: block;
}


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

.hna-menu-signin-more.active {
    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;
}

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

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

.menu-item.hna-menu-signin img{
    display: none;
}

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

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

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


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

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

#main {
    filter: grayscale(1);
  } */</pre></body></html>