@charset "UTF-8";
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1299.98px) {}

@media (min-width: 992px) {
    .medium-up {
        display: block;
    }
    .medium-down {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .medium-up {
        display: none !important;
    }
    .medium-down {
        display: block;
    }
    .post-navigation .nav-previous a,
    .post-navigation .nav-next a {
        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-right {
        flex-direction: row;
    }
    .category {
        width: 600px;
        height: 80px;
    }
    .navbar-brand img {
        width: 185px;
    }
    .category ul li {
        font-size: 1rem;
        margin: 0 0 0 15px;
    }
    .category ul li img {
        width: 32px;
        margin-right: 0px;
    }
    .playnow-wrapper {
        padding-right: 15px;
    }
    #banner {
        margin-top: -25px;
    }
    #game {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .pc {
        display: block;
    }
    .mobile {
        display: none !important;
    }
    .ios_download {
        display: none;
    }
    .android_download {
        display: none;
    }
    #slide_banner .owl-item .banner-left img {
        display: inline-block !important;
        width: 100%;
    }
    #slide_banner .owl-item .banner-right img {
        display: inline-block !important;
        /* width: auto !important; */
    }
    .banner-left figure {
        width: 100%;
    }
    .banner-left figure img {
        width: 100% !important;
    }
}

@media (max-width:767.98px) {
    .pc {
        display: none !important;
    }
    .pc_download {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    .ios_download {
        display: block;
    }
    .android_download {
        display: block;
    }
    .navbar-wrapper {
        justify-content: start;
        padding-top: 10px;
        position: relative;
    }
    .playnow-btn {
        width: 108px;
        height: 34px;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 30%;
        justify-content: center;
        text-align: center;
        transform: translateY(-50%);
    }
    .hot-link-footer {
        width: 100%;
        position: fixed;
        left: 0;
        background-image: url('../images/BgSoftMobile.png');
        background-position: center;
        background-repeat: no-repeat;
        /* background-size: cover;
        background-color: #22063e; */
        bottom: 0;
        padding: 0;
        border-top: 2px solid #d300ff;
        z-index: 1000;
    }
    .tabs-bottom {
        width: 100%;
        text-align: center;
        display: flex;
        list-style: none;
        padding: 7px 0 3px 0;
        justify-content: space-evenly;
    }
    .tabs-bottom li {
        padding: 0 5px;
        font-size: .5rem;
        letter-spacing: 1px;
        color: #fff;
        font-weight: bold;
    }
    .tabs-bottom li.active {
        color: #ab9156;
    }
    .tabs-bottom li img {
        width: 70px;
        display: block;
        margin-bottom: 3px;
    }
    .navbar-brand img {
        width: 200px;
    }
    .navbar-wrapper {
        justify-content: start;
        padding-top: 10px;
    }
    #banner {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .category {
        display: none;
    }
    #slide_banner {
        padding: 0 1rem;
    }
    #slide_banner .owl-nav button img {
        width: 40px;
    }
    .banner-right figure img {
        display: inline-block !important;
        width: 250px !important;
    }
    .banner-right .download-btn img {
        display: inline-block;
        width: auto;
    }
    .banner-right .download-inner img {
        display: inline-block;
        width: auto;
    }
    .banner-right .download-btn img {
        display: inline-block;
        width: 170px;
    }
    .banner-right .download-inner img {
        display: inline-block;
        width: 100px;
    }
    #game {
        margin-top: 0;
    }
    .post.hentry {
        margin-bottom: 0rem;
    }
    .wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
        object-fit: cover !important;
    }
    .wp-show-posts-single .wp-show-posts-inner .wp-show-posts-entry-title {
        font-size: 1.35rem;
        line-height: 1.5;
        padding: 0;
        min-height: 0;
    }
    .page-content .box-wrapper {
        padding: 40px 20px 40px 20px !important;
    }
    .post-navigation .nav-links {
        justify-content: center;
        flex-flow: wrap;
    }
}

@media (min-width: 576px) {
    .mobile-landscape {
        display: block;
    }
    .mobile-portrait {
        display: none !important;
    }
}

@media (max-width:575.98px) {
    .mobile-landscape {
        display: none !important;
    }
    .mobile-portrait {
        display: block;
    }
    .navbar-brand img {
        width: 200px;
    }
    .banner-right figure img {
        width: 200px !important;
    }
    .banner-right .download-wrapper {
        width: 240px;
    }
}

@media (max-width:375.98px) {}