* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul {
    margin-bottom: 15px;
    padding-left: 30px;
}

p {
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 15px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

body {
    color: white;
    background-color: black;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    /*Mới*/
    /*padding-top: 90px;*/
}

.page-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-image: url("../images/b52club-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.page-container {
    padding-left: 15px;
    padding-right: 15px;
}

/*======================================================================================================================
HEADER
======================================================================================================================*/
.header {
    margin-bottom: 15px;
}

.header .logo {
    padding-top: 15px;
    text-align: center;
}

.header .logo img {
    width: 200px;
}

.header .slogan {
    padding-top: 15px;
    text-align: center;
}

.header .slogan img {
    width: 550px;
}

/*b52club.kiwi*/
.hddes {
    margin-top: .3rem;
    text-align: center;
    font-size: 16px;
    color: #ffe49e;
}
.text_uppercase {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    text-underline-offset: 2px;
}
.max-13 {
    max-width: 13px;
    margin-top: -2%;
}
/*b52club.kiwi*/
/*======================================================================================================================
MAIN
======================================================================================================================*/
/*b52club.kiwi*/
ol, ul {
    list-style: none;
}
a, button, input, textarea {
    outline: 0;
}
.mainform{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 555px;
    width: 100%;
}
.tabcontent_form {
    background: url("../images/bg-form.webp") top center no-repeat;
    background-size: 100% 100%;
    margin-top: 3%;
    padding: 0 0 2rem;
}
.tabnav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1.3rem 0 2rem;
    width: 33%;
}
.tabcontent_form a{
    color: #ffe49e;
    text-decoration: underline;
    font-weight: 700;
}
.tabnav li a img {
    display: block;
    width: 100%;
}
.tabcontent_form form {
    width: 75%;
    margin: 0 auto;
}
.tabcontent_form .form-group {
    margin-bottom: 1.4rem;
    position: relative;
}
.icon_field {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 50px;
    left: 24px;
    position: absolute;
    top: 0;
    width: 20px;
}
.icon_user {
    background-image: url("../images/icon-user.webp");
}
.icon_lock {
    background-image: url("../images/icon-lock.webp");
}
.icon_eye {
    background-image: url("../images/icon-eye.webp");
    left: auto;
    right: 22px;
}
.form_field {
    background: url("../images/bg-input.webp") top left no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #fff;
    flex: 1;
    font-size: 16px;
    height: 50px;
    padding: 0 55px;
    text-align: center;
    width: 100%;
}
.btnsubmit button {
    background: 0 0;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 60%;
}
.btnsubmit button img {
    width: 100%;
}
.btnplayweb_des {
    padding: 1% 0 0;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    color: #ffe49e;
}
.btnplayweb_des span, .hddes span, .notebtn span, .notemore span {
    text-decoration: underline;
    font-weight: 700;
    text-underline-offset: 2px;
}
.line-img {
    width: 80%;
    margin: 24px 0;
    opacity: .3;
}
.show-mobile{
    display: none;
}
.show-pc{
    display: block;
}
/*b52club.kiwi*/

.main .banner-center {
    text-align: center;
    margin-bottom: 15px;
}

.main .banner-center img {
    width: 572px;
    cursor: pointer
}

.main .download {
    text-align: center;
    /*margin-bottom: 15px;*/
}

.main .dl-item {
    display: none;
}

.main .download img {
    width: 280px;
}

.main .web-play {
    text-align: center;
    /*margin-bottom: 15px;*/
}

.main .web-play img {
    width: 350px;
}

.main .line {
    text-align: center;
    /*margin-bottom: 15px;*/
}

.main .line img {
    width: 300px;
}

.main .vpn {
    text-align: center;
    margin-bottom: 15px;
}

.main .vpn .link img {
    width: 150px;
}

.main .vpn .text {
    font-size: 12px;
    margin-top: 5px;
}

.main .vpn .text a {
    color: white;
    font-weight: bold;
}

.main .seo {
    width: 100%;
    max-width: 750px;
    margin: 40px auto;
}

.main .seo .seo-title {
    text-align: center;
    margin-bottom: 15px;
    color: #fff60d;
}
/*Mới*/
.topnav {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edec00;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
}

.logo-menu img {
    width: 80px;
    height: auto;
}

.hamburger {
    display: none;
    font-size: 40px;
    cursor: pointer;
    color: #dd3333;
}

#menuItems {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.topnav a {
    padding: 14px 20px;
    color: #b71f1f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
}

#play-menu {
    padding: 15px 30px;
    background-color: #dd3333;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#play-menu:hover {
    background-color: #ff1c1c;
    transform: scale(1.05);
}

#play-menu:active {
    transform: scale(0.98);
}

.topnav a:hover {
    color: #b71f1f;
}

.topnav a.active {
    color: #b71f1f;
}

.topnav a.active:hover {
    background-color: #edec00;
    color: #b71f1f;
}
.close-btn {
    display: none;
}
/*Mới*/
.img-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.img-content img {
    max-width: 100%;
    height: auto;
}

.img-content p {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}
/*Mới*/
/*======================================================================================================================
CONTENT MAIN
======================================================================================================================*/
.main .seo .seo-content p, ul {
    color: silver;
}

.main .seo .seo-content a {
    color: #f89e22;
}

/*======================================================================================================================
MODEL CONTENT
======================================================================================================================*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background: url(../images/b52club-paper.webp) top center no-repeat;
    background-size: 100% 100%;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 100%;
    max-width: 700px;
}

.modal-content .modal-body {
    position: relative;
    color: #000;
    font-size: 14px;
    padding: 1rem;
}

.modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    cursor: pointer;
    background: none;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    max-width: 40px;
}

.modal-content .close:hover,
.modal-content .close:focus,
.modal-content .close:focus-within {
    transform: scale(1.06);
    transition: 100ms ease-in-out;
}

.modal-content .tab {
    height: fit-content;
    object-fit: scale-down;
    width: 100%;
    max-width: 140px;
}

.modal-content .girl {
    position: absolute;
    right: 0;
    max-width: 25%;
    top: calc(15% + 15px);
}

.modal-content .title-modal {
    text-align: center;
    display: block;
    max-width: 340px;
    margin: 0 auto;
    height: fit-content;
    object-fit: scale-down;

}

.modal-content .title-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.modal-content .title-content {
    background: linear-gradient(90deg, #fb7408 0, rgba(255, 255, 255, 0) 90%);
    color: #000;
    font-weight: bold;
    padding: 5px 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.mw-l {
    max-width: 100%;
}

.mw-m {
    max-width: 50%;
}

.mw-s {
    max-width: 40%;
}


.modal-content .modal-body p {
    line-height: 20px;
    text-align: left;
}

.modal-content .modal-body p.pd-custom {
    padding-right: 25%;
}

/*======================================================================================================================
FOOTER
======================================================================================================================*/
/*======================================================================================================================
FOOTER
======================================================================================================================*/
.footer {
    position: relative;
    background: url(../images/b52club-bg-footer.webp) bottom center no-repeat;
    padding: .05rem 0 2rem 0;
    margin-top: 30px;
    text-align: center;
    background-size: cover;
}

.footer .img-layer-footer-left {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 24%;
}

.img-layer-footer-right {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 24%;
}

.footer-padding {
    margin: 0 auto;
    max-width: 750px;
}

.footer .footer-padding p {
    color: #b7b7b7;
}

.footer-top {
    width: 130px;
    margin: 1rem auto .5rem;
    position: relative;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .footer-bottom-mid > p:last-child {
    font-size: 12px;
    color: #737371;
    font-style: italic;
}

.footer-bottom .footer-bottom-left {
    width: 160px;
    max-width: 160px;
    margin-top: -15px !important;
}

.footer-bottom .footer-bottom-left p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-bottom .footer-bottom-left img {
    max-width: 75%;
}

.footer-bottom .footer-bottom-mid {
    max-width: 450px;
    text-align: center;
}

.footer-bottom .footer-bottom-right {
    width: 160px;
    max-width: 160px;
}

.footer-bottom .footer-bottom-right p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer-bottom .footer-bottom-right .icons-info {
    display: flex;
    gap: .8rem;
    justify-content: center;
    align-items: center;
}

.footer-bottom .footer-bottom-right .icons-info .icon_info {
    font-size: 14px;
}

.footer-bottom .footer-bottom-right .icons-info .icon_info span.icon-tele {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/b52club-tele.webp);
    background-size: 100% 100%;
}

.footer-bottom .footer-bottom-right .icons-info .icon_info span.icon-fb {
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(../images/b52club-fb.webp);
    background-size: 100% 100%;
}

/*======================================================================================================================
LEFT BAR
======================================================================================================================*/
.left-bar {
    position: fixed;
    top: 15%;
    left: 2%;
    width: 200px;
}

.left-bar .left-bar__wrapper {

}

.left-bar .left-bar__wrapper .title {
    text-align: center;
}

.left-bar .left-bar__wrapper .title img {
    width: 276px;
}

.left-bar .left-bar__wrapper > .content {
    border: 2px solid #c3ad61;
    border-radius: 1rem;
    background: linear-gradient(180deg, #7d5105 0, #382303 15%, #140c02 40%, #1c1202 70%, #261901 100%);
    margin-top: -.7rem;
    position: relative;
    z-index: 1;
}

.left-bar .left-bar__wrapper > .content .left-bar__item {
    border-bottom: 1px solid #2c220e;
    min-height: 100px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:last-child {
    border-bottom: none;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(1) {
    padding: 15px;
    text-align: center;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(1) img {
    width: 220px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(2) {
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(2) .no {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(2) .no span {
    content: counter(counter);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #fff;
    color: #281701;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(2) .content {
    width: 50%;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(2) .content .top {
    font-weight: bold;
    margin-bottom: 5px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(2) .content .bot img {
    width: 90px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(2) .dl {
    width: 30%;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(2) .dl img {
    width: 50px;
    animation: dl 0.5s linear infinite;
}

@keyframes dl {
    0%, 100% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1);
    }
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(3) {
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(3) .no {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(3) .no span {
    content: counter(counter);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #fff;
    color: #281701;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(3) .content {
    width: 80%;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(3) .content .top {
    font-weight: bold;
    margin-bottom: 5px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(3) .content .bot {
    font-weight: bold;
    font-size: 20px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(3) .content .bot {
    text-transform: uppercase;
    text-decoration: none;
    color: #ffe9a4;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(4) {
    padding: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(4) .no {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(4) .no span {
    content: counter(counter);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #fff;
    color: #281701;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(4) .content .top {
    font-weight: bold;
    margin-bottom: 5px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(4) .content .bot b:nth-child(1) {
    background: linear-gradient(to bottom, #e60000 0, #911d1d 100%);
    border-radius: 5px;
    color: #fff;
    padding: 2px 8px;
    font-weight: bold;
    font-size: 20px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(4) .content .bot b:nth-child(2) {
    border-radius: 5px;
    color: #ffe9a4;
    font-weight: bold;
    font-size: 20px;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(4) .content {
    width: 80%;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(5) {
    padding: 15px;
    text-align: center;
}

.left-bar .left-bar__wrapper > .content .left-bar__item:nth-child(5) b {
    font-weight: bold;
    color: #ffe9a4;
}


.banners_info {
    border: 1px solid #2c2f5b;
    border-radius: 1rem;
    background: url(../images/bg-tlch.webp);
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 1rem;
    padding-top: 1.3rem;
}
.notis_slogan {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 15px;
    position: relative;
    align-items: flex-start;
}
.notis_slogan>img {
    width: 85%;
}
.notis_ttl {
    width: 94%;
    margin: 0 auto;
    margin-right: 11px;
    margin-bottom: -4px;
    padding: 0 0;
}
.banner-lst {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: counter;
    position: relative;
    margin-top: 0;
}
.banner-lst li {
    counter-increment: counter;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 1rem 1rem 1rem 36px;
    position: relative;
}
.banner-lst-box {
    display: flex;
}

.banner-lst-lbl {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    margin-left: 10px;
    margin-top: -4px;
}
.banner-lst-lbl span {
    display: flex;
    justify-content: center;
    align-items: center; /* Căn giữa theo chiều dọc */
    margin-left: 5%;
    flex: 2;
}
.banner-lst li {
    counter-increment: counter;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 1rem 1rem 1rem 36px;
    position: relative;
}
.numberlist2 img {
    max-width: 40px;
}
.banner-lst-lbl {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    margin-left: 10px;
    margin-top: -4px;
}
.flex {
    display: flex;
}
.text-center {
    text-align: center !important;
}
.pd-0 {
    padding: 0 !important;
}
#banners .notis_note {
    color: #c8cd96;
    font-size: 13px;
}
.notis_note {
    color: #c8cd96;
    text-align: center;
    padding: .8rem 1.4rem 1.8rem;
    margin-bottom: 0;
    font-weight: 300;
    font-style: italic;
}
.notis_note span {
    padding-top: .2rem;
}
.notis_note span, .notis_note span>a {
    color: #d8c600;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}
.notis_note span, .notis_note span>a {
    color: #d8c600;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}
/*======================================================================================================================
RIGHT BAR
======================================================================================================================*/
.right-bar {
    position: fixed;
    top: 18%;
    right: 2%;
    width: 200px;
}

.right-bar .right-bar__wrapper .social_list {
    list-style: none;
}

.right-bar .right-bar__wrapper .social_list li {
    margin-bottom: 24px;
}

.right-bar .right-bar__wrapper .social_list img {
    width: 200px;
}

.right-bar .right-bar__wrapper .games_list {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/*======================================================================================================================
RESPONSIVE
======================================================================================================================*/
.hidden-footer-bar {
    display: none;
}

.left-bar-mb {
    display: none;
}
#huongdan{
    display: none;
}
@media screen and (max-width: 1200px) {
    .header .logo img {
        width: 160px;
    }

    .header .slogan img {
        width: 480px;
    }

    .main .banner-center img {
        width: 500px;
    }

    .right-bar {
        width: 200px;
    }

    .left-bar {
        width: 200px;
    }

    .left-bar .left-bar__wrapper > .content .left-bar__item {
        min-height: 80px;
    }
}

@media screen and (max-width: 1024px) {
    /*Mới*/
    .topnav {
        flex-direction: row;
    }

    #play-menu {
        font-size: 16px;
        padding: 12px 25px;
    }

    .topnav .logo-menu img {
        width: 70px;
    }
    /*Mới*/

    .left-bar {
        display: none;
    }

    .right-bar {
        display: none;
    }

    .footer .top-content .logo img {
        width: 180px;
    }

    /*Mới*/
    .topnav {
        flex-direction: row;
    }

    #play-menu {
        font-size: 16px;
        padding: 12px 25px;
    }

    .topnav .logo-menu img {
        width: 70px;
    }
    /*Mới*/
}

@media screen and (max-width: 768px) {
    /*b52club.kiwi*/
    .mainform{
        padding: 0 10px;
    }
    .hddes, .notemore, .btnplayweb_des, .notebtn {
        font-size: 12px;
    }
    .btnsubmit button{
        width: 65%;
    }
    .tabcontent_form{
        padding: 0 0 1.5rem;
    }
    .notebtn {
        padding-top: 8px;
        text-align: center;
        line-height: 1.6;
        color: #ffe49e;
    }
    .show-mobile{
        display: block;
    }
    .show-pc{
        display: none;
    }
    .notemore {
        margin: 24px auto 0;
        font-size: 13px;
        line-height: 1;
        padding-bottom: 12px;
        text-align: center;
        color: #ffe49e;
    }
    #huongdan{
        display: block;
        padding-top: 5rem;
    }
    .container {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 555px;
        width: 100%;
    }
    #huongdan h3 {
        text-align: center;
        text-transform: uppercase;
        line-height: 2.5;
        background: #690b1a;
        color: #fff;
        margin-bottom: 20px;
        width: 100%;
        font-weight: 500;
    }
    #huongdan p, #huongdan ul {
        width: 100%;
    }
    .huongdan_step {
        text-transform: uppercase;
        color: #ffdc53;
        height: 36px;
        font-weight: 700;
        line-height: 36px;
        font-size: 18px;
        padding-left: 15px;
        margin-bottom: .5rem;
    }
    .huongdan_content {
        font-size: 13px;
        line-height: 1.6;
        list-style: disc;
        margin-left: 1.2rem;
        padding-bottom: 1rem;
    }
    .huongdan_content li, ol, ul {
        margin: 0;
        padding: 0;
        color: #fff;
    }
    .footer-bottom .footer-bottom-left{
        margin-top: 0 !important;
    }
    .hidden-footer-bar .footer-bottom .footer-bottom-left img{
        max-width: 60%;
    }
    .footer-bottom .footer-bottom-right .icons-info .icon_info span.icon-tele{
        width: 35px;
        height: 35px;
    }
    .footer-bottom .footer-bottom-right .icons-info .icon_info span.icon-fb{
        width: 35px;
        height: 35px;
    }
    .content-footer-center {
        max-width: 420px;
        text-align: center;
        margin: 0 auto;
    }
    .content-footer-center p{
        line-height: 1.6;
        margin-bottom: .5rem;
        font-size: 10px;
        color: #737371 !important;
        font-style: italic;
    }
    /*b52club.kiwi*/

    /*Mới*/
    .topnav {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #edec00;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: 1000;
    }

    /* Hamburger menu hiển thị trên mobile */
    .hamburger {
        display: block;
        font-size: 30px;
        cursor: pointer;
        color: #dd3333;
    }

    /* Logo menu căn giữa */
    .logo-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Ẩn menu mặc định */
    #menuItems {
        position: fixed;
        top: 0;
        left: -250px; /* Đưa menu ra ngoài màn hình */
        width: 250px;
        height: 100vh;
        background-color: #edec00;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 20px;
        transition: left 0.3s ease;
        z-index: 1001;
    }

    /* Menu mở ra */
    #menuItems.menu-open {
        left: 0; /* Khi menu mở, nó sẽ di chuyển vào màn hình */
    }

    /* Close button */
    .close-btn {
        display: block;
        font-size: 40px;
        cursor: pointer;
        padding: 10px 20px;
        color: #dd3333;
        align-self: flex-start;  /* Nằm bên trái menu */
        margin-bottom: 20px;     /* Tạo khoảng cách giữa nút close và các item khác */
    }

    /* Các liên kết trong menu */
    #menuItems a {
        padding: 10px 20px;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        font-size: 16px;
        color: #dd3333;
        text-decoration: none;
    }

    /* Nút Chơi ngay nằm bên phải */
    #play-menu {
        margin-left: auto;
    }

    .main .seo .seo-content img{
        width: 600px;
        height: auto;
    }
    /*Mới*/

    .modal {
        padding-top: 5%;
    }
    .header .logo img {
        width: 130px;
    }
    .modal-content {
        max-width: 70%;
    }

    .mw-m {
        max-width: 100%;
    }

    .mw-s {
        max-width: 50%;
    }

    .modal-content .title-header {
        margin-bottom: 5%;
    }

    .left-bar {
        display: none;
    }

    .right-bar {
        display: none;
    }

    .left-bar-mb {
        display: block;
        position: fixed;
        top: 15px;
    }

    .left-bar-mb ul {
        list-style: none;
        padding-left: 15px;
    }

    .left-bar-mb ul li {
        margin-bottom: 15px;
    }

    .left-bar-mb ul li img {
        width: 60px;
        transition: .1s ease-in;
    }

    .left-bar-mb ul li:hover img {
        filter: brightness(1.5) drop-shadow(2px 2px 2px #ffefbe);
    }

    .footer {
        display: none;
    }
    .hidden-footer-bar {
        display: block;
        position: relative;
        background: url(../images/b52club-bg-footer.webp) bottom center no-repeat;
        padding: .05rem 15px 2rem 15px;
        margin-top: 30px;
        text-align: center;
        background-size: cover;
    }

    .hidden-footer-bar .img-layer-footer-left {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 24%;
    }

    .img-layer-footer-right {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 24%;
    }

    .hidden-footer-bar .footer-padding {
        margin: 0 auto;
        max-width: 730px;
    }

    .hidden-footer-bar .footer-padding p {
        color: #b7b7b7;
    }

    .hidden-footer-bar .footer-top {
        width: 130px;
        margin: 1rem auto .5rem;
        position: relative;
    }

    .hidden-footer-bar .footer-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }

    .hidden-footer-bar .footer-bottom .footer-bottom-mid > p:last-child {
        font-size: 12px;
        color: #737371;
        font-style: italic;
    }

    .hidden-footer-bar .footer-bottom .footer-bottom-left {
        width: 160px;
        max-width: 160px;
    }

    .hidden-footer-bar .footer-bottom .footer-bottom-left p {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .hidden-footer-bar .footer-bottom .footer-bottom-mid {
        max-width: 450px;
        text-align: center;
    }

    .hidden-footer-bar .footer-bottom .footer-bottom-right {
        width: 160px;
        max-width: 160px;
    }

    .hidden-footer-bar .footer-bottom .footer-bottom-right p {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .hidden-footer-bar .footer-bottom .footer-bottom-right .icons-info {
        display: flex;
        gap: .8rem;
        justify-content: center;
        align-items: center;
    }

    .hidden-footer-bar .footer-bottom .footer-bottom-right .icons-info .icon_info {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .modal {
        padding-top: 5%;
    }

    .modal-content {
        max-width: 65%;
    }

    .mw40 {
        max-width: none;
    }

    .mw-l, .mw-m, .mw-s {
        max-width: 100%;
    }

    .main .web-play img {
        width: 250px;
    }

    .main .vpn .link img {
        width: 150px;
    }

    .main .line img {
        width: 200px;
    }
}
@media screen and (max-width: 500px) {
    /*Mới*/
    .topnav .logo-menu img {
        width: 70px;
    }
    #play-menu {
        font-size: 14px;
        padding: 8px 14px;
    }
    .main .seo .seo-content img{
        width: 300px;
        height: auto;
    }
}
@media screen and (max-width: 370px) {
    /*Mới*/
    .main .seo .seo-content img{
        width: 250px;
        height: auto;
    }
    .img-content p {
        width: 250px;
    }
}
