/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 850px) {
    .a-logo {
        max-width: 300px;
    }
    .header-bottom .menu-item a {
        padding: 15px 10px;
        border-radius: 0px;
        font-size: 14px;
    }
    .header-main {
        z-index: 999;
    }
    .header-main .menu-item a{
        padding: 0 1rem;
    }
    .header-main .menu-item.active a,
    .header-main .menu-item:hover a {
        background: #2F2F2F !important;
      color: #DCFD5A !important;
      border-radius: 99px !important;
      border: 2px solid #DCFD5A;
    }
    /* a-tin-tuc */
.a-tin-tuc .row{
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
}

.a-tin-tuc .post-item:first-child{
    grid-area: 1/1/span 1/span 2;
}
.a-tin-tuc .post-item:first-child .image-cover{
    padding-top: 36.25% !important;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {



    .a-banner-2 .row {
        border-radius: unset;
    }

    .a-banner-2 .a-img {
        margin-top: -30px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .a-banner .slider .row{
        margin: unset !important;
    }
    .a-banner .slider {
        padding: 0 10px !important;
    }
    .a-banner p:nth-child(1){
        font-size: 30px;
    }
    .a-banner .a-text{
        font-size: 30px;
    }

    .a-banner p:nth-child(2) {
        font-size: 30px;
    }
    .a-banner .a-img-banner{
        margin-bottom: unset !important;
    }
    .a-banner .a-order {
        order: -1;
    }

    .a-banner .button,
    .a-banner-2 .button {
        margin-bottom: unset;
        margin-top: 10px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .a-banner .button span,
    .a-banner-2 .button span {
        font-size: 13px;
    }

    .a-banner-2 p:nth-child(1){
        font-size: 24px;
    }

    .a-banner-2 p:nth-child(2) {
        font-size: 24px;
    }
    .a-copyright {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .a-copyright p {
        text-align: center;
        font-size: 14px;
    }

    .a-copyright p:nth-child(2) {
        display: none;
    }

    .a-order {
        order: -1;
    }

    .a-game .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .a-game .box-text {
        position: unset;
        transform: unset;
        text-align: center;
        width: 100%;
    }

    .a-footer .flexs {
        flex-direction: column;
        gap: 10px;
    }
    .a-kho-game .row{
        grid-template-columns: repeat(2,1fr);
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}