.header-main {
    background: url(/wp-content/uploads/2026/05/image-1.webp) bottom center no-repeat;
    background-size: 100% 100%;
}
.header-button a {
    background: url(/wp-content/uploads/2026/05/dang-ky-1.webp) center center no-repeat !important;
    border: none;
    width: 150px;
    height: 45px;
    line-height: 45px;
}
.header-button, .btngame {
    animation: zoom-in-zoom-out .8s ease infinite;
}
@keyframes zoom-in-zoom-out{
    0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.1, 1.1);
}
100% {
    transform: scale(1, 1);
}
}
.img-gt {
    border: solid #f2d602;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
}
.img-bai .box-image:hover {
    margin-top: -5px;
    filter: drop-shadow(0 0 10px);
}
.img-bai .box-image {
    transition: all .3s;
}
.content-home {
    background: #2b2b2b;
    padding: 20px;
    border: solid #f2d602;
}
.post-item .box {
    border: solid 1px #f2d602;
}
footer {
    background: #000;
    padding-top: 30px;
}
.ux-menu-link__link {
    justify-content: center;
    min-height: auto;
    font-size: 14px;
    font-weight: bold;
}
.ux-menu-link__link:hover{
    color:#f2d602 !important;
}
.infoFooter {
    text-align: center;
    font-size: 14px;
}
.infoFooter * {
    margin-bottom: 10px;
}
.absolute-footer {
    background: #000;
    border-top: solid 1px #ccc;
}
.copyright-footer {
    color: #fff;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
.breadcrumb * {
    margin-bottom: 0;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1.page-title {
    text-align: center;
    font-size: 24px;
}
.mobile-nav>li>a {
    color: #fff;
}