.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link img {
    display: block;
}

.img-icon {
    height: 32px;
    width: 32px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    margin-bottom: 2px;
}

.img-play {
    position: absolute;
    height: 65px;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    top: -30px;
    left: 6px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 9;
    margin: 0 auto;
}

#bottm-menu {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 75px;
    max-width: 95%;
    margin: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 10px;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center;
    margin: auto;
    font-size: 18px;
    color: var(--menuColor);
}

#bottm-menu a:hover {
    color: var(--generalActive);
}

#bottm-menu {
    display: flex;
    background: var(--topbarBg);

}

#footerBar {
    display: none;
}

@media only screen and (max-width: 800px) {
    html #footerBar {
        display: block;
    }

    .right-panel,
    #showDetailGame,
    .popular-game,.section-promotions {
        margin-bottom: 100px !important;
    }
}