@font-face {
    font-family: 'NotoSans-Regular';
    src: url('./fonts/Noto_Sans/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'UTM-AvoBold';
    src: url('./fonts/UTMAvo/UTM_AvoBold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url('./fonts/Merriweather-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('./fonts/Merriweather-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter/Inter-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('./fonts/Inter/Inter-Thin.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSerif-Bold';
    src: url('./fonts/NotoSerif-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSerif-Regular';
    src: url('./fonts/NotoSerif-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('./fonts/Noto_Sans/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Thin';
    src: url('./fonts/Noto_Sans/NotoSans-Thin.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('./fonts/Noto_Sans/NotoSans-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Nova-Thin';
    src: url('./fonts/mark/MarkSimonsonProximaNovaThin.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('./fonts/PlayfairDisplay-Bold.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('./fonts/PlayfairDisplay-VariableFont_wght.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Steelfish';
    src: url('./fonts/steelfish_rg.ttf');
    font-weight: 400;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    min-width: 1200px;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.clearfix:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

.fw {
    width: 100%;
}

.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;
}

.pt-5 {
    padding-top: 5px;
}

.pt-12 {
    padding-top: 12px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.b {
    font-family: 'Inter-Bold', sans-serif;
}

.article-image {
    position: relative;
    display: block;
    overflow: hidden;
    transition: opacity 0.3s ease;
    margin-bottom: 15px;
}

.article-image::before {
    padding-top: 66.67%;
    content: '';
    display: block;
    background: url(../images/no-ava.png) center center no-repeat;
    background-size: contain;
}

.article-image:hover {
    opacity: .85;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-link {
    font-family: 'Merriweather-Bold', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.article-link:hover,
.item-options-link:hover {
    color: #996622;
}

.article-date {
    font-size: 12px;
    color: #b4b4b4;
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 400;
}

.article-meta {
    margin-top: 5px;
    align-items: baseline;
}

.date-::before {
    content: "-";
    color: #aaaaaa;
    font-weight: 400;
    padding-right: 2px;
    font-family: 'Inter-Regular', sans-serif;
    margin-left: 4px;
}

.article-desc {
    margin-top: 5px;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
}

.article-cat {
    text-transform: uppercase;
    font-family: 'Inter-Regular', sans-serif;
    color: #cc9933;
    line-height: 1.4;
    font-size: 12px;
    font-weight: 400;
}

.article-content {
    display: flex;
    flex-direction: column;
}

.cat-title {
    align-items: baseline;
}

.cat-link {
    font-family: 'PlayfairDisplay-Bold', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
}

.bd {
    position: relative;
}

.cat-link.bd::after {
    content: '';
    background: #cc9933;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.item-options-link {
    font-size: 14px;
    font-weight: 400;
    font-family:  'Inter-Regular', sans-serif;
    margin-left: 30px;
}

.auto-nav-more {
    position: relative;
    margin-top: 5px;
    padding-left: 20px !important;
}

.auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
}

.auto-nav-more-list {
    position: absolute;
    right: 0;
    top: 20px;
    opacity: 1;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    padding: 0;
    list-style: none;
    background: #faf2e1;
    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 {
    margin-left: 0;
}

.auto-nav-more-list .item-options {
    padding-left:0
}

.auto-nav-more-list .item-options{
    border-bottom: 1px solid #cc9933;
    padding: 10px 10px;
}

.auto-nav-more-list .item-options:last-child {
    border-bottom: 0;
}

.auto-nav-more-list .item-options-link {
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
}

.i-dropdown {
    background: url(../images/i-drop.png) left no-repeat;
    background-size: 13px 9px;
    width: 13px;
    height: 8px;
    cursor: pointer;
    display: block;
}

/* header */

.header-top {
    margin-top: 5px;
}

.header-date {
    background: url(../images/calendar.png) left 0px no-repeat;
    background-size: 13px 15px;
    padding-left: 20px;
    display: inline-block;
    font-family: 'Inter-Regular', sans-serif;
    color: #666666;
    margin-right: 25px;
    font-size: 12px;
}

.header-phone {
    background: url(../images/phone.png) left 1px no-repeat;
    background-size: 11px 13px;
    padding-left: 20px;
    display: inline-block;
    font-family: 'Inter-Regular', sans-serif;
    color: #666666;
    margin-right: 25px;
    font-size: 12px;
}

.header-email {
    background: url(../images/letter.png) left 2px no-repeat;
    background-size: 17px 12px;
    padding-left: 25px;
    display: inline-block;
    font-family: 'Inter-Regular', sans-serif;
    color: #666666;
    font-size: 12px;
}

#frmSearch {
    height: 30px;
    width: 180px;
    border: 1px solid #e6e6e6;
    border-radius: 35px;
    display: flex;
    align-items: center;
}

#frmSearch input {
    outline: none;
    border: 0;
    padding: 0 10px;
    background: transparent;
    width: 150px;
}

#frmSearch button {
    cursor: pointer;
    outline: none;
    border: 0;
    background: none;
}

#frmSearch input::placeholder {
    color: #666666;
    font-size: 12px;
    font-family: 'Inter-Regular', sans-serif;
}

.header-socical a {
    margin-right: 10px;
}

.header-logo {
    margin-top: 20px;
    margin-bottom: 25px;
}

.header-nav {
    height: 44px;
    background: #cc9933;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
}

.header-nav {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 999;
}

.header-nav.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    /* Hiá»ƒn thá»‹ láº¡i khi cuá»™n xuá»‘ng */
    transform: translateY(0);
    /* Trá»Ÿ vá» vá»‹ trÃ­ bÃ¬nh thÆ°á»ng */
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.home-item {
    background: url(../images/home.png) left 0px no-repeat;
    background-size: 17px 15px;
    width: 17px;
    height: 15px;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
}

.dropdown .menu-item {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #d79e1b;
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-item {
    position: relative;
    display: block;
}

.nav-item {
    position: relative;
    text-decoration: none;
    color: #333;
}


.nav-item:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '';
    background: #996622;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.nav-item:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.nav-item:hover:after {
    animation: hover-fill 0.5s forwards;
}

.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: 44px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 9999;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    display: flex;
    align-items: center;
    display: none;
}

.main-menu-special.active {
    opacity: 1;
    visibility: visible;
}

.header-search-mb {
    display: flex;
    justify-content: end;
    padding: 20px 0;
}

.navigation {
    margin-top: 30px;
}

.main-menu-item {
    margin-bottom: 20px;
    flex: 0 0 auto;
    width: 25%;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
    width: 79%;
    flex-wrap: wrap;
}

.navigation-link {
    font-family: 'Inter-Bold', sans-serif;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
}

.link-subrow-cat {
    margin-bottom: 6px;
}

.link-subrow-cat a {
    font-size: 14px;
    color: #999;
}

.header-nav .nav-item {
    font-family: 'UTM-AvoBold', sans-serif;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-item a {
    font-size: 13px;
    color: white;
    position: relative;
    z-index: 1;
}

.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;
}

.icon-dot {
    background: url(../images/dot.png) center no-repeat;
    background-size: 33px 9px;
    width: 33px;
    height: 9px;
    display: inline-block;
    cursor: pointer;
}

.icon-close {
    background: url(../images/close.png) center no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    background-size: contain;
    display: block;
    cursor: pointer;
}

.nav {
    position: relative;
    height: 100%;
}

.nav ul {
    height: 100%;
}

.icon-right {
    position: absolute;
    right: 0;
    height: 100%;
}

.sub-menu {
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 2;
    display: none;
}

.subcate {
    width: 230px;
}

.nav-item:hover>.sub-menu {
    display: block;
}

.nav-item.active {
    background-color: #996622;
}

.nav-item .nav-item-link {
    padding: 0 15px;
    border-left: 1px solid #b98b2f;
}

.header-menu-list-lv2 a {
    font-size: 14px;
    color: #999;
    font-family: 'Inter-Bold', sans-serif;
    text-transform: none;
}

.sub-menu li a {
    padding: 12px 20px;
    line-height: 1.4;
    color: #996622;
    display: flex;
    white-space: nowrap;
}

.sub-menu li {
    background: #dbdbdb;
    border-top: 1px solid #ebebeb;
    z-index: 2;
}

.sub-menu li:hover {
    background: #ebebeb;
}

.header-flash {
    display: inline-block;
    background-size: 13px 18px;
    padding-left: 30px;
    background: url(../images/ico-flash.png) left 3px no-repeat;
    width: 100%;
    position: relative;
}

.header-flash .cat-content {
    padding-right: 30px;
}

.header-flash .article-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
    font-family: 'Merriweather-Regular', sans-serif;
}

.header-flash .ic-arrow {
    padding: 0 5px;
    border-radius: 3px;
    background-color: white;
    z-index: 1;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.header-flash .agency-prev {
    position: absolute;
    right: 18px;
    border: 1px solid #ebebeb;
}

.header-flash .agency-prev:hover,
.header-flash .agency-next:hover {
    background-color: #e0cdb366;
}

.header-flash .agency-next {
    position: absolute;
    right: 0px;
    top: 0;
    border: 1px solid #ebebeb;
}

.box-coverage .box-left,
.box-section .box-left {
    width: calc(100% - 300px);
}

.box-coverage .box-right,
.box-section .box-right {
    width: 300px;
    margin-left: 30px;
}

.box-coverage .box-left .article:nth-child(n+2) .article-desc,
.box-coverage .box-left .article:nth-child(n+2) .article-meta {
    display: none;
}

.box-coverage .box-left .article:nth-child(-n+3) {
    width: 520px;
    float: right;
}

.box-coverage .box-left .cat-content {
    display: block;
}

.box-coverage .box-left .article:nth-child(4),
.box-coverage .box-left .article:nth-child(5) {
    width: 300px;
}

.box-coverage .box-left .article:nth-child(4) .article-link,
.box-coverage .box-left .article:nth-child(5) .article-link {
    font-size: 16px;
}


.box-coverage .box-left .article:nth-child(2) .article-image,
.box-coverage .box-left .article:nth-child(3) .article-image {
    display: none;
}

.box-coverage .box-left .article:first-child .article-link {
    font-size: 26px;
}

.box-coverage .box-left .article:first-child .article-desc, .box-block .box-left .article:first-child .article-desc, .box-block-2 .box-left .article:first-child .article-desc, .box-video-left .article:first-child .article-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-coverage .box-left .article-date,
.box-coverage .date-::before {
    color: black;
}

.box-coverage .box-left .article:nth-child(2) .article-title,
.box-coverage .box-left .article:nth-child(3) .article-title {
    position: relative;
    padding-left: 25px;
}

.box-coverage .box-left .article:nth-child(2) {
    margin-top: 15px;
}

.box-coverage .box-left .article:nth-child(3) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.box-coverage .box-left .article:nth-child(2) .article-title::before,
.box-coverage .box-left .article:nth-child(3) .article-title::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #cc9933;
    border-radius: 100%;
}

.box-coverage .box-left .article:nth-child(5),
.box-coverage .box-right .article {
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding-top: 25px;
}

.box-coverage .box-right .article-image {
    float: right;
    width: 120px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.box-coverage .box-right .article-content {
    min-height: 90px;
}

.box-coverage .box-right .article:first-child {
    border-top: 0px solid #ebebeb;
    margin-top: 0px;
    padding-top: 0px;
}

.box-attention {
    background-color: #faf2e1;
    margin: 0 -30px;
    padding: 15px 0 30px;
    border: 1px solid #f6ebd6;
}

@media screen and (max-width: 1300px) {

    .box-attention,
    .box-video {
        margin: 0px;
    }

}

.box-attention .slick-arrow {
    display: none !important;
}

.box-attention .slick-slider .article {
    float: left;
    margin: 0 13px;
    position: relative;
}

.box-attention .slick-list {
    margin: 0 -13px !important;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    transform: translateY(50%);
}

.slick-dots button {
    font-size: 0;
    /* Ẩn đi số */
}

.slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin: 0 3px;
    cursor: pointer;
    border: none;
}

.slick-dots li {
    width: unset !important;
    margin: 0 !important;
}

.slick-dots li.slick-active button {
    background-color: #cc9933;
}

.slick-dots li button:before {
    content: none !important;
}

.box-list {
    border-right: 1px solid #ebebeb;
}

.box-list .article-image {
    width: 330px;
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
}

.box-list .article-content {
    min-height: 220px;
    padding-right: 30px;
}

.box-list .article {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.box-list .article:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border: 0px solid #ebebeb;
}

.box-list .article-link {
    font-size: 20px;
}

.box-list .cat-content .article-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}


.box-read-most .article-image {
    float: left;
    width: 120px;
    margin-bottom: 0px;
    margin-right: 15px;
}

.box-read-most .article-content {
    min-height: 90px;
}

.box-read-most .article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.box-read-most .article:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border: 0px solid #ebebeb;
}

.border-top {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}

.bt {
    position: relative;
}

.bt::before {
    content: '';
    background: #b7b7b7;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -15px;
    left: 0;
}

.box-block .box-left,
.box-block-2 .box-left {
    width: calc(100% - 300px);
    margin-right: 15px;

}

.box-block .box-right,
.box-block-2 .box-right {
    width: 285px;
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
}

.box-block .box-left .article:first-child {
    width: 585px;
    float: left;
    padding-right: 15px;
    border-right: 1px solid #ebebeb;
}

.box-block .box-left .article:first-child .article-link,
.box-block-2 .box-left .article:first-child .article-link,
.box-video .box-video-left .article-link {
    font-size: 22px;
}

.box-block .box-left .article:nth-child(n+2) {
    width: 280px;
    float: right;
}

.box-block .box-left .article:nth-child(n+2) .article-meta,
.box-block .box-left .article:nth-child(n+2) .article-desc,
.box-block-2 .box-left .article:nth-child(n+2) .article-meta,
.box-block-2 .box-left .article:nth-child(n+2) .article-desc,
.box-block-2 .box-right .article:nth-child(n+2) .article-image,
.box-video .box-video-right .article-desc,
.box-video .box-video-right .article-meta,
.box-block-2 .box-right .article-desc,
.box-block-2 .box-right .article-meta {
    display: none;
}

.box-block .box-left .article:nth-child(3),
.box-block-2 .box-left .article:nth-child(3),
.box-block-2 .box-right .article:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.box-block .box-right .article-image {
    width: 102px;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}

.box-block .box-right .article-content {
    min-height: 76px;
}

.box-block .box-right .article, .box-video .box-video-right .article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.box-block .box-right .article:last-child, .box-video .box-video-right .article:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}

.box-block .box-right .article-title,
.box-read-most .article-title,
.box-video .box-video-right .article-title {
    margin-top: -5px;
}

.box-block-2 .box-left .article:first-child {
    width: 590px;
    float: right;
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
}

.box-block-2 .box-left .article:nth-child(n+2) {
    width: 275px;
    float: left;
}

.box-block-2 .box-right .article:nth-child(n+2) .article-link,
.box-block .box-right .article-link {
    font-family: 'Merriweather-Regular', sans-serif;
}

.box-video {
    background-color: #f6f6f6;
    margin: 0 -30px;
    padding: 10px 0 20px;
}

.box-video .cat-link {
    font-size: 26px;
}

.box-video .cat-title {
    background: url(../images/camera.png) left no-repeat;
    background-size: 27px 25px;
    padding-left: 35px;
    display: inline-block;
}

.box-video .link-video-1 {
    font-family: 'PlayfairDisplay-Regular', sans-serif;
}

.box-video .link-video-2 {
    color: #cc9933;
}

.box-video .item-options-link {
    color: #cc9933;
    font-size: 12px;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    text-transform: uppercase;
    margin-left: 10px;
}

.box-video .item-options:first-child .item-options-link {
    margin-left: 0px;
}

.box-video .cat-content {
    width: 100%;
}

.box-video .box-video-left {
    width: 815px;
    margin-right: 30px;
}

.box-video .box-video-right {
    width: calc(100% - 845px);
}

.box-video .article-image::before {
    padding-top: 58%;
    content: '';
    display: block;
}

.box-video-left .article-image::after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 92px;
    height: 92px;
    background: url(../images/play.png) left no-repeat;
    background-size: 92px 92px;
    pointer-events: none;
    z-index: 1;
}

.box-video-right .article-image::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 13px;
    height: 23px;
    background: url(../images/ico-play.png) left no-repeat;
    background-size: 13px 23px;
    pointer-events: none;
    z-index: 1;
}

.box-video .box-video-right .article-image {
    width: 165px;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
}

.box-video .box-video-right .article-content {
    min-height: 96px;
    margin-right: 10px;
}

.box-video .box-video-right {
    height: 580px;
    overflow-y: scroll;
}


.box-video-right::-webkit-scrollbar {
    width: 1px;
}

.box-video-right::-webkit-scrollbar-track {
    background: #f6f6f6;
}

.box-video-right::-webkit-scrollbar-thumb {
    background: #cc9933;
    border-radius: 10px;
}

.footer-back {
    background-color: #f5f5f5;
    padding: 30px 0;
}

.footer-back .container {
    position: relative;
}

.f-logo {
    margin-right: 30px;
}

.f-c p{
    color: #333333;
}

.b {
    font-family: 'Inter-Bold', sans-serif;
}

.y {
    color: #cc9933;
}

.btn-send {
    color: white;
    background-color: #cc9933;
    padding: 5px 15px;
    border-radius: 3px;
    margin-right: 2px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-send:hover {
    background-color: #f0deba;
    color: #cc9933;
}

.f-r {
    position: absolute;
    right: 0;
}

.master-cms {
    height: 60px;
    background-color: white;
}

.master-cms a {
    color: black;
}

.category-tit {
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
}

.category-link {
    color: #e92c3a;
    font-family: 'PlayfairDisplay-Bold',sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.cat-sub {
    font-family: 'PlayfairDisplay-Bold',sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
}

.box-navigation .home, .box-navigation .cate, .box-navigation .sub-cate {
    color: #727272;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

.box-navigation .cate, .box-navigation .sub-cate {
    margin-left: 5px;
}

.box-navigation .sub-cate.detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 30%;
}

.box-navigation h1:has(.sub-cate) {
    line-height: 0.5;
}

.box-navigation .home:hover, .box-navigation .cate:hover, .box-navigation .sub-cate:hover {
    text-decoration: underline;
}


.box-navigation .home{
    background: url(../images/ico-dot.png) left 3px no-repeat;
    background-size: 7px 7px;
    padding-left: 15px;
    display: inline-block;
}

.box-block-2.cate .box-right,.box-block-2.cate .box-left .article:first-child {
    border:0
}

.box-section.cate .container{
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}

.box-section.cate .box-list .article-content {
    padding-right: 0;
}

.box-section.cate .box-list{
    padding-right: 30px;
}

.see-more {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.see-more .current {
    color: #cc9933;
    padding: 13px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    width: fit-content;
    cursor: pointer;
    background: #e1e1e1;
    display: flex;
    align-items: center;
}

.see-more a {
    color: white;
    padding: 13px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    width: fit-content;
    cursor: pointer;
    background: #cc9933;
    display: flex;
    align-items: center;
}


#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;
}

.detail-title {
    font-family: 'Merriweather-Bold';
    font-size: 30px;
    color: black;
}

.detail-desc {
    font-size: 16px;
    color: #000000;
    font-family: 'Inter-Bold', sans-serif;
}

.box-half-left {
    width: calc(100% - 300px);
    padding-right: 30px;
    border-right: 1px solid #ebebeb;
}

.box-half-right {
    margin-left: 30px;
}

.detail-grid {
    display: grid;
    grid-template-columns: 60px auto;
}

.detail-grid-left {
    width: 60px;
}

.detail-grid-right {
    width: 756px;
}

.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>a,
.hna-btn-follow {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    border-radius: 32px;
    cursor: pointer;
    color: #555;
    margin-bottom: 8px
}

.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>span {
    font-size: 20px;
}

.detail-body p,.detail-body p,.detail-body h2, .detail-body h3,.detail-body h4, .detail-body h5, .detail-body h6 {
    margin-bottom: 20px;
    font-size: 16px;
}

.detail-body table {
    margin-bottom: 20px;
}

.detail-body p strong, .detail-body p b,.detail-body p h2, .detail-body p h3, .detail-body p h4 {
    font-family: 'Inter-Bold',sans-serif;
}

.part-tags, .box-relate {
    align-items: baseline;
    border-top: 1px solid #ebebeb ;
    padding-top: 25px;
}

.tags-title {
    background: url(../images/tag.png) no-repeat left top 0 ;
    padding-left: 35px;
    background-size: 27px 21px;
    display: flex;
    height: 21px;
    gap: 10px;
    font-size: 20px;
    color: black;
}

.tags-title p {
    font-family: 'Inter-Bold',sans-serif;
    font-size: 16px;
    color: black;
    margin-right: 15px;
}

.tags-content .tags-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px 6px 10px;
    background: #f7efdf;
    border: 1px solid #f1eadb;
    font-family: 'Inter-Regular',sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.box-relate .cat-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box-relate .cat-content > * {
    /* flex: 1 1 calc(33.333% - 30px);  */
    margin-right: 30px; 
    margin-top: 30px; 
}

.box-relate .cat-content > :nth-child(3n) {
    margin-right: 0; 
}

.box-relate .article:nth-child(n+4) .article-image{
    display: none;
}

.box-relate .article:nth-child(n+4) .article-link {
    font-family: 'Merriweather-Regular', sans-serif;
}

.box-relate .article:nth-child(n+4) {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}

.box-relate .article {
    width: calc((100% - 60px) / 3);
}

.motgame-heading {
    font-size: 22px;
    font-family: 'Merriweather-Bold', sans-serif;
    text-transform: uppercase;
}

.cat-link.detail {
    font-size: 22px;
}

.box-list.detail {
    border: 0
}

.same-topic {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.same-topic .cat-link {
    font-family: 'Inter-Bold', sans-serif;
}

.same-topic .cat-link a {
    color: #cc9933;
}

.same-topic .cat-content .article {
    margin-bottom: 10px;
}

.same-topic .cat-content .article-link {
    font-weight: 400;
    font-family: 'Inter-Bold', sans-serif;
}

.same-topic .cat-content .article-title {
    position: relative;
    padding-left: 15px;
}

.same-topic .cat-content .article-title::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #cc9933;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.same-topic .cat-content .article-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 8px;
    bottom: -20px;
    width: 1px;
    left: 3px;
    background-color: #E5E5E5;
}

.same-topic .cat-content .article:last-child .article-title::after {
    content: none;
}

.same-topic .article-title {
    margin-bottom: 0px !important;
}


  
.box-gold  input{
    display: none;
  }
  
.box-gold  input + .box-gold label {
    display: inline-block;
    border: 1px solid #999;
    background: #eee;
    padding: 4px 12px;
    border-radius: 4px 4px 0 0;
    position: relative;
    top: 1px;
  }
  
  /* .box-gold input:checked + label {
    background: #fff;
    border-bottom: 1px solid transparent;
  } */
  
  .box-gold .tab-content{
    position: relative;
  }

  .box-gold .js-widget-slide{
    position: absolute;
    top: 0;
    width: 100%;
  }

  /* .box-gold .tab1, .box-gold .tab2 {
    font-family: 'PlayfairDisplay-Bold', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
  } */

  .box-gold-tit {
    display: inline-block;
    background-size: 20px 23px;
    padding-left: 20px;
    background: url(../images/ti-gia.png) left 0px no-repeat;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.box-gold-tit .cat-link {
    padding: 0 10px;
    cursor: pointer;
    opacity: 0.5;
}

.box-gold-tit .cat-link.active {
    opacity: 1;
}

.box-gold-tit .cat-link.first {
    border-right: 1px solid #ebebeb;
}