/*# sourceMappingURL=backdoor.css.map */
.wrap-rt {
    transition: all 0.5s ease;
}

.wrap-lf {
    transition: all 0.5s ease;
}

.footer-top-rt-item h3 {
    font-size: 1.6rem;
}

.menu-nav-center {
    max-height: unset;
}

.home_all--title-link .note-sm {
    font-size: 1.6rem;
}

.home_all--title-ic {
    width: 1.4rem;
    height: 1.4rem;
}

.home_all--title-ic img {
    transform: translateY(-0.1rem);
}

.home_more--wrap {
    row-gap: 3.6rem;
}

.menu-nav:hover .menu-nav-bottom-wrap {
    animation: anHienSl 1s linear 0.4s forwards;
}

.menu-nav-center::-webkit-scrollbar{
    width: 0.15rem !important;
}

/* .menu-nav-bottom-wrap {
    min-height: 18rem;
} */

/* .menu-nav-center{
    max-height: calc(100vh - 8.4rem - 18rem - 6.4rem - 4.8rem - 1.2rem - 3.2rem );
} */

.social-list {
    flex-wrap: wrap;
    row-gap: 1.2rem;
}

.content-new{
    display: flex;
    justify-content:space-between;
    column-gap: 1.2rem;
    flex-wrap: wrap;
    row-gap:0.6rem;
    align-items: center;



}

.content-new .note-text{
    /* text-decoration: underline; */

    position: relative;
    padding:0.4rem 12rem 0.4rem 1.2rem;
    border-radius:0.4rem;
    background: #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    
}

.content-new .note-text::before{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 12rem;
        height: 3.2rem;
        background-image: url(../assets/images/ggnew.png);
        background-size: 100% 100%;
        background-repeat:no-repeat;
}

.video_game.cus .video_game--title {
    position: relative;
}

.video_game.cus .video_game--title .title-mn {
    position: relative;
    z-index: 3;
    background: #fff;
    width: fit-content;
    padding:0 0.6rem;
    transform: translateX(2rem);

}

.video_game.cus .video_game--title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #8146a3;
    z-index: 1;
}

.video_game.cus .note-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video_game.cus .video_game--wrap {
    row-gap: 0.6rem !important;
}

.video_game.cus .video_game--box {
    padding: 0;
    border: none !important;
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1200px) {
    .home_more--wrap {
        row-gap: 2.4rem;
    }
}

@media screen and (max-width: 600px) {
}


