body {
    background: url("images/bg-pc.jpg") no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    font-family: "Montserrat", sans-serif;
}
.logo {
    margin: 0 auto;
    display: block;
    margin-top: 1rem;
    width: 300px;
}
.text-main p {
    font-weight: 900;
    font-size: 30px;
    color: white;
}
.main {
    margin-top: 12rem;
}
.text-main p:last-child {
    font-size: 40px;
}
.img-main {
    width: 34rem;
    display: block;
    margin: 0 auto;
    margin-top: -105px;
}
.right-main {
    height: 400px;
    width: 400px;
    background: url("images/bg-right.png") no-repeat;
    background-size: 100% 100%;
}
.link-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
.link-footer {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}
.text-download {
    color: white;
    font-weight: 900;
    font-size: 22px;
}
.qr-download {
    height: 89px;
    padding-right: 1rem;
    padding-bottom: 2px;
}
.link-text-left {
    padding-left: 5rem;
}
.social {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
}
.game-hot {
    background: url("images/bg-game-hot.png") no-repeat;
    background-size: 100% 100%;
    padding: 53px 30px 0 30px;
    width: 70%;
    display: block;
    margin: 0 auto;
    height: 180px;
    margin-top: 20px;
}
.game-hot img {
    height: 97px;
    border-radius: 10px;
}
.slick-slider .slick-slide {
    margin: 0 6px; /* khoảng cách trái phải */
}

@media (max-width: 900px) {
    body {
        background: url("images/bg-mb.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .logo {
        margin-top: .5rem;
        width: 150px;
    }
    .main {
        flex-flow: column-reverse;
        margin-top: 6rem;
        gap: 10px !important;
    }
    .right-main {
        width: 100%;
    }
    .text-main p {
        font-size: 18px;
    }
    .text-main p:last-child {
        font-size: 33px;
    }
    .img-main {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-top: -87px;
    }
    .game-hot {
        background: url(images/bg-game-hot-mb.png) no-repeat;
        background-size: 100% 100%;
        padding: 34px 30px 0 30px;
        width: 95%;
        display: block;
        margin: 0 auto;
        height: 110px;
        margin-top: 20px;
    }
    .game-hot img {
        height: 60px;
    }
    .social-mb {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}