﻿@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');


html {
    font-size: 14px;
}

.modal-footer a {
    color: #fff !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin-bottom: 60px;
    font-family: "Lexend Deca", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.loading-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loading-background {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.u-loading {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.u-loading__symbol {
    background-color: #4caf50;
    padding: 8px;
    animation: loading 3s infinite;
    border-radius: 5px;
}

.u-loading__symbol img {
    display: block;
    max-width: 100%;
    animation: loading-icon 3s infinite;
}

@keyframes loading {
    0% {
        transform: perspective(250px) rotateX(0deg) rotateY(0deg);
    }

    15% {
        background-color: #71AEA5;
    }

    16% {
        background-color: #E85700;
    }

    50% {
        transform: perspective(250px) rotateX(180deg) rotateY(0deg);
        background-color: #E85700;
    }

    65% {
        background-color: #E85700;
    }

    66% {
        background-color: #71AEA5;
    }

    100% {
        transform: perspective(250px) rotateX(180deg) rotateY(-180deg);
    }
}

@keyframes loading-icon {
    0% {
        transform: perspective(250px) rotateX(0deg) rotateY(0deg);
    }

    15% {
        transform: perspective(250px) rotateX(0deg) rotateY(0deg);
    }

    16% {
        transform: perspective(250px) rotateX(180deg) rotateY(0deg);
    }

    50% {
        transform: perspective(250px) rotateX(180deg) rotateY(0deg);
    }

    65% {
        transform: perspective(250px) rotateX(180deg) rotateY(0deg);
    }

    66% {
        transform: perspective(250px) rotateX(180deg) rotateY(180deg);
    }

    100% {
        transform: perspective(250px) rotateX(180deg) rotateY(180deg);
    }
}

/*#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.4;
    display: none;
}

    #preloader #preloader-inner {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #3498db;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

        #preloader #preloader-inner:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #e74c3c;
            -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
        }

        #preloader #preloader-inner:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #f9c922;
            -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite;
        }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

*/
nav.rank-math-breadcrumb p {
    margin: 0;
    padding: 0;
}

.bg-breadcrumb {
    padding: 10px 15px;
}

.nk-breadcrumbs {
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    list-style-type: none;
}

.load-text img {
    width: 30px;
    height: auto;
}

#main {
    background-color: #171e22;
    margin-top: 24px;
    position: relative;
    padding-bottom: 8em;
}

.nav_head {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
}

.search-box {
    width: 527px;
    position: relative;
}

.search-box button {
    background-color: #000000;
    color: #ffffff;
}

.search-input {
    width: 100%;
    padding: 10px;
    border: 4px solid #000;
    border-radius: 10px 0 0 10px;
    border-right: none;
    outline: none;
    font-size: 20px;
    color: #000;
    background: #fff;
    height: 40px;
}

.search-button {
    text-align: center;
    height: 40px;
    width: 40px;
    outline: none;
    cursor: pointer;
    border: 4px solid #000;
    border-radius: 0 10px 10px 0;
    border-left: none;
    background: none;
    font-size: 20px;
    border-left: 4px solid #000;
}

.ringing-bell {
    position: relative;
    display: inline-block;
    font-size: 28px;
}

.notify-count {
    position: absolute;
    top: 0px;
    right: -16px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 8px;
}

.none-js {
    display: none;
}

.dropdown-notify {
    width: 350px;
    padding: 0;
    position: absolute;
    top: 2.5em;
    right: 0;
    background: rgb(33 33 33 / 98%);
    color: #fff;
    text-align: left;
    -webkit-box-shadow: 3px 3px 15px 1px #000;
    box-shadow: 3px 3px 15px 1px #000;
    padding: 10px;
    display: none;
    z-index: 9;
}

.notify-item {
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    padding: 5px;
}

.notify-item .notify-number {
    width: 15%;
}

.notify-item .notify-number span {
    color: #fff;
    background: red;
    font-size: 20px;
    font-weight: 600;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.notify-item .notify-inner {
    width: 85%;
    padding-left: 10px;
}

.notify-item .notify-description {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.notify-item .notify-description p {
    margin: 0 0 5px 0;
}

.notify-item .notify-date {
    color: #888;
    font-size: 12px;
    font-weight: 400;
}

.sub_head {
    padding: 15px;
    display: flex;
    align-items: end;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.2);*/
    border-top: 1px solid;
    /*justify-content: center;*/
}

.menu {
    margin-bottom: 12px;
}

.nk-nav-logo img {
    height: auto;
}

.nk-nav-logo img {
    max-width: 100%;
}

.menu {
    display: inline-block;
}

.sub_menu ul li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    list-style-type: none;
}

.sub_menu ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

.sub_menu ul li a:hover {
    color: #dd163b;
}

.slider {
    padding: 15px;
}

.about-game {
    justify-content: space-between;
    padding: 15px;
}

.nk-feature-1,
.nk-feature-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 10px;
    background-color: var(--color_palette_2);
    border: 1px solid #293139;
    border-radius: 4px;
}

.nk-feature-1 .nk-feature-icon,
.nk-feature-2 .nk-feature-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 116px;
    height: 50px;
    padding-right: 10px;
    font-size: 3rem;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #293139;
    border-radius: 3px;
}

.nk-feature-1 .nk-feature-icon img,
.nk-feature-2 .nk-feature-icon img {
    max-width: 100%;
    height: auto;
}

.nk-feature-1 .nk-feature-cont,
.nk-feature-2 .nk-feature-cont {
    padding-top: 8px;
    padding-left: 38px;
}

.nk-feature-title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.nk-feature-title a {
    color: #fff;
    text-decoration: none;
}

.text-main-1>a {
    color: #0d6efd !important;
}

.text-main-1 {
    color: #0d6efd !important;
}

h3.nk-decorated-h-2 {
    font-size: 20px;
}

.nk-decorated-h,
.nk-decorated-h-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nk-decorated-h-2::after,
.nk-decorated-h-2::before {
    border-bottom-color: #293139;
}

.nk-decorated-h::before,
.nk-decorated-h-2::before {
    -webkit-box-flex: 20px;
    -ms-flex: 20px;
    flex: 20px;
    width: 20px;
    min-width: 20px;
}

.nk-decorated-h::after,
.nk-decorated-h::before,
.nk-decorated-h-2::after,
.nk-decorated-h-2::before {
    content: "";
    display: block;
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
    border-bottom: 4px solid;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.nk-decorated-h>span,
.nk-decorated-h>a,
.nk-decorated-h-2>span,
.nk-decorated-h-2>a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.nk-news-box-item {
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.15s color, 0.15s background-color;
    -o-transition: 0.15s color, 0.15s background-color;
    transition: 0.15s color, 0.15s background-color;
    background-color: #001219;
}

.nk-news-box-item .nk-news-box-item-img {
    float: left;
    width: 100px;
    margin-right: 20px;
    overflow: hidden;
}

.nk-news-box-item .nk-news-box-item-img img {
    height: 80px;
}

.nk-news-box-item .nk-news-box-item-title {
    margin-top: 5px;
    margin-bottom: 2px;
    overflow: hidden;
    font-size: 1.0rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-main-1>a {
    font-size: 16px;
}

a {
    text-decoration: none;
}

.nk-news-box-item .nk-news-box-item-text {
    max-height: 45px;
    margin-bottom: 13px;
}

.nk-news-box-item .nk-news-box-item-text,
.nk-news-box-item .nk-news-box-item-text p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

nk-news-box-item-text.text-light {
    font-size: 16px;
}

.nk-news-box-item .nk-news-box-item-text p {
    margin: 0;
}

.nk-news-box-item .nk-news-box-item-date {
    margin-top: 5px;
    font-size: .9em;
}

.nk-news-box-item::after {
    content: "";
    display: block;
    clear: both;
}

.nk-news-box .nk-news-box-each-info {
    border-left: 1px solid #293139;
}

.nk-news-box .nk-news-box-list,
.nk-news-box .nk-news-box-each-info {
    float: left;
    width: 100%;
    height: 100%;
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nk-news-box .nk-news-box-each-info .nano-content {
    padding: 20px;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-image {
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    background-position: center center;
    background-size: cover;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-image img {
    width: 100%;
    height: auto;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-title {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-more {
    font-weight: 600;
    text-transform: uppercase;
}

.nk-news-box .nk-news-box-each-info .nk-news-box-item-date {
    float: right;
    margin-top: 5px;
    font-size: .9em;
}

.nk-blog-post {
    margin-bottom: 30px;
    transition: opacity 0.15s ease-in-out;
}

.nk-post-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.nk-post-img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nk-news-box-item-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nk-news-box-item-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nk-news-box-item-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.nk-news-box-item-image:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.nk-post-img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.nk-post-img img.game-image {
    height: 150px;
}

.nk-post-img .nk-post-comments-count,
.nk-post-img .nk-post-comments-count:focus,
.nk-post-img .nk-post-comments-count:hover,
.nk-post-img .nk-post-comments-count:active {
    color: #171e22;
    text-decoration: none;
}

.nk-post-img .nk-post-comments-count {
    position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;
    min-width: 33px;
    height: 29px;
    padding: 0 8px;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    vertical-align: text-top;
    background-color: #fff;
    border-radius: 50%;
}

.nk-post-img .nk-post-comments-count::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -2px;
    left: 65%;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 9px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.nk-post-img .nk-post-categories {
    position: absolute;
    top: 10px;
    left: 0;
}

.nk-post-img .nk-post-update-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 12;
}

.nk-post-categories {
    float: right;
    margin-top: 6px;
    font-size: 1rem;
}

.nk-post-img .nk-post-categories span,
.nk-post-img .nk-post-categories a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nk-post-update-content i {
    margin-right: 4px;
}

.nk-post-update-content span,
.nk-post-categories span,
.nk-post-categories a {
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background-color: #293139;
    border-radius: 4px;
}

.nk-gap,
.nk-gap-1,
.nk-gap-2,
.nk-gap-3,
.nk-gap-4,
.nk-gap-5,
.nk-gap-6 {
    display: block;
    height: 15px;
}

.nk-gap::after,
.nk-gap::before,
.nk-gap-1::after,
.nk-gap-1::before,
.nk-gap-2::after,
.nk-gap-2::before,
.nk-gap-3::after,
.nk-gap-3::before,
.nk-gap-4::after,
.nk-gap-4::before,
.nk-gap-5::after,
.nk-gap-5::before,
.nk-gap-6::after,
.nk-gap-6::before {
    content: "";
    display: block;
    clear: both;
}

.nk-gap::after,
.nk-gap::before,
.nk-gap-1::after,
.nk-gap-1::before,
.nk-gap-2::after,
.nk-gap-2::before,
.nk-gap-3::after,
.nk-gap-3::before,
.nk-gap-4::after,
.nk-gap-4::before,
.nk-gap-5::after,
.nk-gap-5::before,
.nk-gap-6::after,
.nk-gap-6::before {
    content: "";
    display: block;
    clear: both;
}

.nk-post-title {
    margin-bottom: 10px;
    font-size: 14px;
}


.nk-post-title>a.fix-line {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nk-post-title>a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.15s color;
    -o-transition: 0.15s color;
    transition: 0.15s color;
    display: block;
}

.hnc-theloai {
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.hnc-theloai i {
    font-size: 16px;
    vertical-align: -2px;
}

.game-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.view-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.view-btn,
.rate-inner {
    background-color: #293139;
    border-color: #101215;
    padding: 7px 15px;
    font-size: 12px;
    line-height: 1.5;
    height: 40px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.15s all;
    -o-transition: 0.15s all;
    transition: 0.15s all;
    cursor: pointer;
}

.view-btn a {
    text-decoration: unset;
}

.mr-5 {
    margin-right: 4px;
}

.collapse-content {
    padding: 15px;
}

.collapse-content {
    padding: 15px;
    background: transparent;
    border-radius: 4px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    background-color: #001219;
    border-left: 4px solid #dd163b;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.container-randomcode {
    background: #fffaca;
    padding: 20px;
    margin: 15px 0 30px;
    color: #8e0a00;
    border: 1px dashed #ff9800;
    border-radius: 10px;
}

button#viewmore-collapse {
    text-align: center;
    display: block;
    color: #dd163b;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    outline: 0;
    left: 0;
    background: rgb(17 20 24 / 74%);
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    box-shadow: none;
}

button#viewmore-collapse:after {
    display: block;
    bottom: 100%;
    position: absolute;
    height: 30px;
    width: 100%;
    content: "";
    background: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), rgb(17 20 24 / 74%));
    background-image: -o-linear-gradient(hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), to(#030405));
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), rgb(17 20 24 / 74%));
    background-image: -ms-linear-gradient(hsla(0, 0%, 100%, 0) 0, #fff 100%);
    pointer-events: none;
}

.collapse-content-inner p {
    color: #d0d0d0;
}

li {
    list-style-type: none;
}

.nk-footer {
    padding: 16px 0;
    position: relative;
    overflow: hidden;
    color: #eee;
    background-color: transparent;
    z-index: 1;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
}

.hnc-copyright {
    padding: 4px 10px;
}

.hnc-copyright-main {
    text-align: left;
}

.hnc-copyright .nk-social-links {
    text-align: right;
}

.nk-social-links,
.nk-social-links-2,
.nk-social-links-3 {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nk-social-links li {
    display: inline-block;
}

.nk-widget {
    overflow: hidden;
}

footer img {
    max-width: 100%;
    height: auto;
}

footer.nk-footer .nk-widget~.nk-widget {
    margin-top: 10px;
}

.nk-widget .nk-widget-title {
    margin-bottom: 15px;
    font-size: 1.22rem;
    text-transform: uppercase;
}

/*a {
    color: #dd163b;
}*/

.mr-7 {
    margin-right: 12px;
}

.main-product {
    padding: 15px;
}

.bg-dark-2 {
    background-color: #001219;
}

h2.heading-ellipsis span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.nk-decorated-h-3>span,
.nk-decorated-h-3>a {
    padding-right: 20px;
    font-size: 20px;
}

.hnc-single-image {
    position: relative;
}

.hnc-post-badge {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;
    padding: 3px 15px;
    background: #4caf4f;
    border-radius: 0 5px 5px 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.nk-decorated-h-3::after {
    content: "";
    display: block;
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
    border-bottom: 4px solid #dd163b;
}

.nk-decorated-h-3 {
    display: flex;
    align-items: center;
}

.nk-box-1,
.nk-box-rounded-1 {
    padding: 20px;
}

#hnc-image-slider img {
    height: auto;
}

.nk-widget-highlighted .nk-widget-title {
    position: relative;
    padding: 23px 23px;
    margin-bottom: 0;
    background-color: #293139;
    z-index: 1;
}

.nk-widget .nk-widget-title {
    margin-bottom: 15px;
    font-size: 1.22rem;
    text-transform: uppercase;
}

.nk-widget-highlighted .nk-widget-title>span {
    display: inline-block;
    padding-right: 23px;
    background-color: #293139;
}

.nk-widget-highlighted .nk-widget-title::after {
    content: "";
    position: absolute;
    display: block;
    top: 32px;
    right: 1px;
    left: 30px;
    height: 3px;
    background-color: #fff;
    z-index: -1;
}

.nk-widget-highlighted .nk-widget-content {
    padding: 10px;
    background-color: #001219;
    border: 1px solid #001219;
}

.nk-btn-rounded {
    border-radius: 4px;
}

.nk-btn-lg {
    padding: 12px 22px;
}

.detail-product {
    padding: 15px;
}

.product-details {
    margin-bottom: 0;
}

.card {
    background-color: #2b2b2b;
    color: #eee;
    border-radius: 8px;
    padding: 15px;
}

ul.variations-tableInfo {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
}

ul.variations-tableInfo li {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.nk-innercontent img {
    height: auto;
    max-width: 100%;
    border: 0;
}

.mr-10 {
    margin-right: 8px;
}

.table-label i {
    margin-right: 8px;
}

.nk-blockquote-icon::before {
    width: 50px;
    min-width: 50px;
}

.nk-blockquote-icon::before,
.nk-blockquote-icon::after {
    content: "";
    display: table-cell;
    vertical-align: top;
    border-bottom: 2px solid #dd163b;
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
}

.nk-blockquote-icon>span {
    display: table-cell;
    height: 0;
    padding-right: 25px;
    font-size: 96px;
    font-weight: 600;
    line-height: 0;
    color: #fff;
    vertical-align: top;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: skewY(20deg);
}

.nk-blockquote-icon::after {
    content: "";
    display: table-cell;
    vertical-align: top;
    border-bottom: 2px solid #dd163b;
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    width: 100%;
}

.hnc-single-content h2,
.hnc-single-content h3 {
    border-bottom: 2px solid #dd163b;
    padding: 0;
    border-radius: 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hnc-single-content h2 {
    font-size: 16px;
}

/*.hnc-single-content h2:before {
        content: "\f6cd";
    }*/

.hnc-single-content h2:before,
.hnc-single-content h3:before {
    /*content: "";
        font-weight: 900;
        background-image: url('/img/Logo-Dat.png');
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        color: #fff;
        margin-right: 15px;
        background: #dd163b;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        padding: 7px 10px;*/
}

.download-game,
.details-more {
    padding: 15px;
}

.details-more {
    padding-bottom: 0;
}

.download-game {
    padding-top: 0;
}

.bg-dark-2 {
    background-color: #001219;
}

.nk-download-content {
    padding: 0 0 15px 0;
}

.nk-tabs::before {
    content: "";
    display: block;
    clear: both;
}

.nk-tabs .nav-tabs.nav-tabs-fill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -10px -5px;
}

.nk-tabs .nav-tabs.nav-tabs-fill {
    margin: 0 !important;
}

.nk-download ul.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: unset;
}

.nk-tabs .nav-tabs {
    border-bottom: none;
}

.nk-tabs .nav-tabs .nav-link.active,
.nk-tabs .nav-tabs .nav-link.active:focus,
.nk-tabs .nav-tabs .nav-link.active:hover {
    background-color: #dd163b;
    border: none;
    cursor: pointer;
}

.nk-download ul.nav li {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.nk-gap-2 {
    height: 30px;
}

.inner-button .row-button:last-child {
    border-bottom: 0;
}

.inner-button .row-button {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    border-bottom: 1px dashed #606e7b;
    margin: 0;
    padding: 0;
}

.inner-button .row-button .col-button:first-child {
    padding-left: 0;
}

.inner-button .row-button .col-button {
    display: flex;
    align-items: center;
    border-right: 1px dashed #606e7b;
    flex: 2 1;
    padding-left: 5px;
}

.inner-button .row-button .col-button.date-button {
    flex: 1 2;
    justify-content: center;
}

.inner-button .row-button .col-button.list-button {
    padding-top: 10px;
    display: block;
    text-align: center;
}

.link-inner {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.link-inner a.nk-btn.nk-btn-outline {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    border-style: solid;
    transition: all ease 0.3s;
}

img.link-vip {
    position: absolute;
    top: -10px;
    right: -8px;
    width: 22px;
}

.category-main {
    padding: 15px;
}

#hnc-game-filters {
    padding: 15px 40px;
}

#hnc-game-filters {
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #fff;
    background-color: var(--color_palette_2);
    border: 1px solid #293139;
    border-radius: 4px;
}

.row-sm {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#hnc-game-filters .filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hnc-game-filters label {
    display: block;
    margin: 0;
    font-size: 13px;
}

label {
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

#hnc-game-filters .form-control {
    display: block;
    width: 63%;
    height: auto;
    padding: 5px 10px;
    font-size: 13px;
}

.mb-8 {
    margin-bottom: 8px;
}

#hnc-game-filters button.hnc-filter-game {
    width: 100%;
}

.nk-btn-color-main-1:hover,
.nk-btn-color-main-1.hover {
    background-color: #eb3154;
    border-color: #ee526f;
}

.nk-btn-color-main-1 {
    background-color: #dd163b;
    border-color: #a5102c;
    border-style: solid;
    color: #fff;
}

.game-news {
    padding: 15px;
}

#ajaxsearchprores1_1 {
    opacity: 1;
    height: auto;
    width: 528px;
    top: 254.5px;
    left: 50%;
    visibility: visible;
    animation-duration: 300ms;
    transform: translate(-40%, -50%);
}

.none_search {
    display: none;
}

.block_search {
    display: block !important;
}

div.asp_r.asp_r_1.vertical {
    padding: 4px;
    background: rgba(221, 22, 59, 1);
    border-radius: 3px;
    border: 0 none rgba(0, 0, 0, 1);
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 #000;
    visibility: hidden;
    display: none;
}

div.asp_r.asp_r_1 {
    position: absolute;
    z-index: 11000;
    width: auto;
    margin: 12px 0 0 0;
}

div.asp_r.asp_r_1.vertical .results {
    max-height: 100%;
}

div.asp_w.asp_r .results {
    width: auto;
    margin: 0;
    padding: 0;
}

div.asp_r.asp_r_1,
div.asp_r.asp_r_1 *,
div.asp_m.asp_m_1,
div.asp_m.asp_m_1 *,
div.asp_s.asp_s_1,
div.asp_s.asp_s_1 * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal;
}

.asp_res_text {
    overflow: hidden;
    text-overflow: ellipsis;
}

div.asp_w.asp_r .resdrg {
    height: auto;
}

div.asp_w.asp_r.vertical .results .item:last-child {
    border-radius: 0;
    margin-bottom: 0;
}

div.asp_r.asp_r_1.vertical .item {
    position: relative;
    box-sizing: border-box;
}

div.asp_r.asp_r_1 .results .item {
    height: auto;
    background: rgba(23, 30, 34, 1);
}

div.asp_r.asp_r_1.vertical .results .item .asp_content {
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    padding: 8px;
}

div.asp_r.asp_r_1 .results .item div.asp_content {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: "Lexend Deca", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asp_w.asp_r a.asp_res_image_url,
div.asp_w.asp_r a.asp_res_image_url:hover,
div.asp_w.asp_r a.asp_res_image_url:focus,
div.asp_w.asp_r a.asp_res_image_url:active {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
}

div.asp_r.asp_r_1.vertical .results .item .asp_image {
    width: 80px;
    height: 30px;
    margin: 2px 8px 0 0;
}

div.asp_r.asp_r_1 .results .item .asp_image {
    background-size: cover;
    background-repeat: no-repeat;
}

div.asp_w.asp_r .results .item .asp_image {
    overflow: hidden;
    background: transparent;
    padding: 0;
    float: left;
    background-position: center;
    background-size: cover;
    position: relative;
}

div.asp_r.asp_r_1.vertical .item .asp_content h3 {
    display: inline;
}

div.asp_r.asp_r_1 .results .item .asp_content h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: inherit;
    font-weight: 700;
    font-family: "Lexend Deca", sans-serif;
    color: rgba(221, 22, 59, 1);
    font-size: 14px;
    padding-top: 4px;
    line-height: 20px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

div.asp_r.asp_r_1 .results .item .asp_content h3 a {
    margin: 0;
    padding: 0;
    line-height: inherit;
    display: block;
    font-weight: 700;
    font-family: "Lexend Deca", sans-serif;
    color: rgba(221, 22, 59, 1);
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    max-width: 390px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.asp_w.asp_r .results a span.overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.clear {
    clear: both;
}

ul.hnc-nav-menu>li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    display: block;
    margin-top: 0;
    visibility: visible;
}

ul.hnc-nav-menu>li.menu-item-has-children>ul.sub-menu {
    display: block;
    position: absolute;
    z-index: 999;
    opacity: 0;
    transition: all 0.2s;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .85);
    border-bottom: 4px solid #dd163b;
    left: -50px;
    min-width: 200px;
    padding: 9px 0;
    top: 100%;
    /* Position right below the parent */
}

/* Add an invisible bridge for sub-menu */
ul.hnc-nav-menu>li.menu-item-has-children>ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}

.nk-navbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.sub-menu li a {
    display: block;
    padding: 3px 20px;
    padding-right: 64px;
}

span.label-menu {
    font-size: 11px;
    top: -10px;
    background: #dd163b;
    line-height: 15px;
    padding: 2px 5px;
    right: 20px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    border-radius: 0.25rem;
}

.li-tips {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    display: contents !important;
}

/*ul.hnc-nav-menu > li.menu-item-has-children > a:after {
    content: " +";
}*/

img {
    object-fit: cover;
}

.mobile-menu-toggle {
    display: none;
    /* Ẩn nút mở/closed ban đầu */
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.mobile-menu-toggle .close-button {
    display: none;
    /* Ẩn nút đóng ban đầu */
}

/* Khi nút mở được nhấp, ẩn nút mở và hiển thị nút đóng */
.mobile-menu.active .mobile-menu-toggle .open-button {
    display: none;
}

.mobile-menu.active .mobile-menu-toggle .close-button {
    display: inline;
}

.mobile-menu {
    display: none;
}

.nk-decorated-h-3>span {
    padding-right: 20px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
}

.only-mobile {
    display: none;
}

.not-found {
    font-size: 20px;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}

.ma-le {
    margin-left: 50px;
}

.m-cus-head {
    margin-right: 50px;
    margin-left: 150px;
}

.b-1-c {
    border: 1px solid #ccc;
}

.introduce-list ul li {
    list-style-type: circle;
}

.f-12 {
    font-size: 12px;
    color: #0d6efd;
}

.col-blue {
    color: #0d6efd;
}

.link-more-button p {
    color: #fff;
}

.mobile-only-btn {
    display: none;
}

.introduce-list li {
    list-style-type: circle;
}

.pd-5 {
    padding: 3em;
}

.red {
    color: #0d6efd;
}

.green2 {
    color: #0d6efd;
}

@media only screen and (max-width: 48em) {
    .sub-header-img {
        display: none;
    }

    .btn-mobile p {
        font-size: 12px;
        margin-bottom: 0 !important;
    }

    .btn-mobile button {
        font-size: 12px;
    }

    .red {
        font-size: 14px;
        color: #0d6efd;
    }

    .green2 {
        margin-top: 1em;
        font-size: 14px;
        color: #0d6efd;
    }

    .green2 img {
        width: 100px;
        height: auto;
    }

    .modal-header.modal-bank {
        display: block;
        padding: 8px 12px;
    }

    .introduce-list li {
        font-size: 16px;
        font-weight: 700;
    }

    .pd-5 {
        padding: 1rem;
    }

    .mobile-only-btn {
        display: flex;
    }


    .mobile-menu-toggle {
        display: block;
    }

    .nk-nav-logo img {
        max-width: 382px;
    }

    .mobile-menu {
        display: flex;
        justify-content: center;
    }

    .dek-menu {
        display: none !important;
    }

    .dropdown-notify {
        right: 2em;
    }

    .notify-item .notify-description {
        font-size: 12px;
    }

    .notify-item .notify-number span {
        font-size: 12px;
        font-weight: 500;
        width: 30px;
        height: 26px;
    }

    #navbarToggleExternalContent {
        top: 8em;
        left: 30px;
        z-index: 10;
    }

    .nav-li-menu {
        padding: 10px
    }

    .nav-li-menu:hover {
        background-color: #ff0000;
        width: 100%
    }

    .nav-li-menu a {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #fff;
    }

    h2.heading-ellipsis span {
        font-size: 16px;
    }

    .only-mobile {
        display: flex;
        padding: 20px 0px;
    }

    #ajaxsearchprores1_1 {
        width: 86vw;
        max-width: 474px;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    div.asp_r.asp_r_1 .results .item .asp_content h3 a {
        max-width: 210px;
    }

    .no-results {
        display: none !important;
    }

    .only-mobile-button {
        display: none;
    }

    .m-cus-head {
        margin: 0 !important;
    }

    #main-button-contact {
        height: 60px !important;
        width: 60px !important;
        font-size: 20px !important;
    }

    #main-button-contact,
    #main-button-contact~a {
        height: 60px !important;
        width: 60px !important;
        font-size: 20px !important;
    }

    #main-button-contact.open~a:nth-of-type(1) {
        bottom: 60px !important;
    }

    #main-button-contact.open~a:nth-of-type(2) {
        bottom: 120px !important;
    }

    #main-button-contact.open~a:nth-of-type(3) {
        bottom: 180px !important;
    }

    .container-profile {
        flex-direction: column;
        gap: 24px;
    }

    .title-month {
        font-size: 16px;
    }

    #myTabContent table tr {
        font-size: 16px;
        text-wrap: nowrap;
    }

    #user_profile {
        margin: 1rem !important;
    }

    #rightClickDek {
        display: none;
    }

    .page-chuyen-tien {
        flex-direction: column;
    }

    .noi-dung-chuyen {
        width: 100% !important;
        padding: 0 2em;
    }

    #main-button-discord img,
    #main-button-shop-acc img {
        width: 20px !important;
        height: 20px !important;
    }

    #main-button-discord,
    #main-button-shop-acc,
    #main-button-contact {
        height: 50px !important;
        width: 50px !important;
    }

    #main-button-discord~a,
    #main-button-shop-acc~a,
    #main-button-contact~button {
        height: 30px !important;
        right: 53px !important;
    }
}

@media only screen and (min-width: 47em) and (max-width: 1200px) {
    .sub-header-img {
        display: none;
    }

    .container-profile {
        flex-direction: column;
        gap: 24px;
    }

    .title-month {
        font-size: 16px;
    }

    #myTabContent table tr {
        font-size: 16px;
        text-wrap: nowrap;
    }

    #user_profile {
        margin: 1rem !important;
    }

    .only-mobile-button {
        display: none;
    }

    .mobile-only-btn {
        display: flex !important;
    }

    .nk-nav-logo img {
        max-width: 600px;
    }

    .dek-menu {
        display: none !important;
    }

    .mobile-menu {
        display: flex;
        justify-content: center;
    }

    .mobile-menu img {
        height: fit-content;
        width: 26% !important;
    }


    .only-mobile {
        display: flex;
        padding: 20px 0px;
    }

    #ajaxsearchprores1_1 {
        width: 103vw;
        max-width: 526px;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .no-results {
        display: none !important;
    }

    div.asp_r.asp_r_1 .results .item .asp_content h3 a {
        max-width: 210px;
    }
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wave {
    width: 5px;
    height: 100px;
    background: linear-gradient(45deg, cyan, #fff);
    margin: 10px;
    animation: wave 1s linear infinite;
    border-radius: 20px;
}

.wave:nth-child(2) {
    animation-delay: 0.1s;
}

.wave:nth-child(3) {
    animation-delay: 0.2s;
}

.wave:nth-child(4) {
    animation-delay: 0.3s;
}

.wave:nth-child(5) {
    animation-delay: 0.4s;
}

.wave:nth-child(6) {
    animation-delay: 0.5s;
}

.wave:nth-child(7) {
    animation-delay: 0.6s;
}

.wave:nth-child(8) {
    animation-delay: 0.7s;
}

.wave:nth-child(9) {
    animation-delay: 0.8s;
}

.wave:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes wave {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

#showSpin {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 25px;
    z-index: 1000;
    cursor: pointer;
    width: 8%;
}


#main-div {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 200;
}

#main-button-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    font-size: 32px;
    color: #0064f3;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#main-button-contact.close~button {
    visibility: hidden;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button-contact~button {
    font-weight: 600;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(90deg, #00a1f5, #0064f3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 12px;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#main-button-contact~button {
    visibility: visible;
    right: 70px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button-contact~a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 80px;
    width: 80px;
    font-size: 32px;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
}

#main-button-contact~.telegram-color {
    background: linear-gradient(0deg, #017AB1, #01ABE6);
}

#main-button-contact~.whatsapp-color {
    background: linear-gradient(0deg, #00B100, #09db09);
}

#main-button-contact~.messenger-color {
    background: linear-gradient(0deg, #0078FF, #00C6FF);
}

#main-button-contact.open~a {
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button-contact.open~a:nth-of-type(1) {
    bottom: 90px;
}

#main-button-contact.open~a:nth-of-type(2) {
    bottom: 180px;
}

#main-button-contact.open~a:nth-of-type(3) {
    bottom: 270px;
}

.wave-main {
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
    }
}

.open {
    animation-iteration-count: 1;
}

.text-danger-main {
    font-size: 22px;
    font-weight: 700;
}

.fa-arrow-down {
    animation: moveUpDown 1.5s infinite;
    font-size: 26px;
    margin-top: 12px;
}

.top-container {
    color: #dd163b;
    font-weight: 700;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.icon-account {
    font-size: 28px;
    color: #0d6efd;
}

.right-menu-account {
    cursor: pointer;
}

.menu-account {
    top: 2.5em;
    background-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 4;
    right: 0;
}

.items-menu-account {
    display: flex;
    gap: 8px;
    align-items: center;
}

.items-menu-account i {
    color: #0d6efd;
}

.items-menu-account p {
    margin-bottom: 0;
}

.menu-account ul {
    padding: 0;
}

.menu-account ul li {
    padding: 8px;
    font-size: 18px;
    text-wrap: nowrap;
    cursor: pointer;
}

.menu-account ul li:hover {
    background-color: #ccc;
    color: #fff;
}

.menu-account ul li:hover a {
    color: #FF9400;
}

.menu-account ul li:hover i {
    color: #FF9400;
}

#menuMobileAccount,
#menuMobileAccountDek {
    display: none;
}





.items-update {
    border-radius: 10px;
    box-shadow: 0 6px 40px rgba(0, 0, 0, .1);
    border: 1px solid transparent;
    background-color: #02050a;
    border-color: #21262d;
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02), 0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

.container-game-update {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
}

.image-update {
    position: relative;
}

#main_frontEnd .game-update {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.image-update img {
    width: 100%;
    min-width: 140px;
    border-radius: 8px;
    max-height: 4em;
    min-height: 4em;
    object-fit: cover;
    transition: .3s ease-in-out;
    transform: scale(1);
}

.image-update img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hnc-single-content img {
    /*width: 100%;*/
}

.name-game-update a {
    color: #fff;
    font-weight: 700;
    font-size: 18.4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
}

.view-more-game a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.name-game-update a:hover {
    color: #f15a24;
}

.bell-update {
    position: absolute;
    bottom: 0;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #dd163b;
    border-radius: 4px;
}

.bg-bell i {
    margin-right: 4px;
    transform: rotate(12deg);
}

#main_frontEnd .game-update .col-12.col-md-4 {
    margin-bottom: 1em;
}

#loadCategory {
    display: none;
}

#main-div-chat {
    position: fixed;
    right: 20px;
    bottom: 10em;
    z-index: 200;
}

#main-div-shop-acc {
    position: fixed;
    right: 20px;
    bottom: 2em;
    z-index: 200;
}

#main-div-discord {
    position: fixed;
    right: 20px;
    bottom: 6em;
    z-index: 200;
}

#main-div-chat img {
    width: 30px;
}





#main-button-contact-chat {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 32px;
    color: #0064f3;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}



#main-button-contact-chat~a {
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 32px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(90deg, #00a1f5, #0064f3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border: 0;
    position: absolute;
    z-index: -1;
    bottom: 12px;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
}

#main-button-contact-chat~a {
    visibility: visible;
    right: 36px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}



#main-button-shop-acc {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 32px;
    color: #0064f3;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}



#main-button-shop-acc~a {
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 32px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(90deg, #00a1f5, #0064f3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border: 0;
    position: absolute;
    z-index: -1;
    bottom: 7px;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
}

#main-button-shop-acc~a {
    visibility: visible;
    right: 36px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button-shop-acc img {
    object-fit: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}



#main-button-discord {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 32px;
    color: #0064f3;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}



#main-button-discord~a {
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 32px;
    padding: 0 20px;
    color: #fff;
    background: linear-gradient(90deg, #00a1f5, #0064f3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border: 0;
    position: absolute;
    z-index: -1;
    bottom: 7px;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -ms-transition: .2s all linear;
    -o-transition: .2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
}

#main-button-discord~a {
    visibility: visible;
    right: 40px;
    opacity: 1;
    transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button-discord img {
    object-fit: cover;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.thong-bao-cap-nhap {
    color: #dd163b;
}

.icon-header-ho-tro {
    margin-bottom: 12px;
    padding: 0;
}

.image-container-hot {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (9/16*100) */
    overflow: hidden;
}

.nk-news-box-item-img .image-container-hot img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This will maintain the aspect ratio of the image */
}

.category-tag-name {
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    padding: 1px 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    display: inline-block;
}

.main-icon-header {
    display: flex;
    gap: 8px;
}

.main-icon-header .icon-items-header {
    max-width: 30px;
}

.icon-fb-header {
    background-color: #fff;
    border-radius: 50%;
}

.icon-items-header i {
    font-size: 50px;
    color: #1877F2;
}

.hnc-nav-menu {
    padding-left: 0;
}

.sub_head {
    position: relative;
}

.mega-menu-content {
    display: none;
    position: absolute;
    top: 90%;
    /* Slightly adjusted for better bridge */
    left: 0;
    width: 100%;
    background-color: #171e22;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
    padding: 20px;
    z-index: 10;
}

/* Add an invisible bridge to prevent losing hover */
.mega-menu-content::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent;
}

.mega-menu-content .row {
    display: flex;
    justify-content: space-between;
}

.mega-menu-content .col-3 {
    width: 25%;
}

.mega-menu:hover .mega-menu-content {
    display: block;
}

.mega-menu-content ul {
    list-style: none;
    padding: 0;
}

.mega-menu-content ul li {
    margin-bottom: 10px;
}

.mega-menu-content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
}

.mega-menu-content h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.sub-header-img {
    max-width: 30%;
}

.sub_head .menu-list-header {
    width: 100%;
    display: flex;
    justify-content: center;
}

#details_product .hnc-single-content img {
    width: 100%;
}

.san-pham-tuong-tu {
    position: relative;
    border-radius: 5px;
    background: radial-gradient(62.67% 62.67% at 62.67% 100%, rgba(255, 255, 255, 0.15) 0%, rgba(116, 133, 140, 0.15) 100%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .25);
    padding: 16px;
    margin: 15px;
}

.san-pham-tuong-tu .name-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin-bottom: 4px;
}

._2BGZunVy7Z0-h18owewCzo {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex: 1;
    margin-left: 6px;
    color: #fff;
    font-weight: 700;
}

.btnv6_grey_black {
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
}

.btn_medium>span,
input.btn_medium {
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
}

.btnv6_grey_black>span {
    border-radius: 2px;
    display: block;
    background: transparent;
}

.san-pham-tuong-tu .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.san-pham-tuong-tu .row {
    flex-wrap: nowrap;
    overflow: hidden;
}

.san-pham-tuong-tu .prev {
    left: -36px;
}

.san-pham-tuong-tu .next {
    right: -36px;
}

.san-pham-tuong-tu .name-game {
    background-color: #000;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.san-pham-tuong-tu .name-game p {
    margin-bottom: 0;
    margin: 8px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.san-pham-tuong-tu img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-height: 150px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.15s ease-in-out;
}

.san-pham-tuong-tu img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.san-pham-tuong-tu .image-game {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.san-pham-tuong-tu .btn-success {
    background-color: #212c3d;
}

.san-pham-tuong-tu .btn-success:hover {
    background: #66c0f4;
    border-color: #212c3d;
}


.fixed-video {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.video-toggle {
    display: flex;
    align-items: center;
    background-color: #007bff;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
    margin-bottom: 5px;
}

.video-toggle:hover {
    background-color: #0056b3;
}

.video-toggle i {
    margin-right: 8px;
}

.video-iframe {
    display: none;
    margin-top: 5px;
}

.video-iframe iframe {
    width: 100%;
    height: 280px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.close-btn {
    background: #dc3545;
    color: white;
    padding: 5px 10px;
    margin-top: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.game-link-aff {
    display: flex;
    align-items: center;
    background-color: #3C1A59;
    color: white !important;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
    margin-bottom: 12px;
}