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

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .a-tt .section-title {
        font-size: 28px;
    }

    .a-thuong-hieu-tab p {
        font-size: 24px;
        color: #357E9F;
    }

    .a-thuong-hieu-tab .section-title {
        background: linear-gradient(90deg, #1982A7 0%, rgba(31, 136, 173, 0.94) 59.23%, rgba(129, 222, 255, 0.00) 102.46%);
    }

    .a-thuong-hieu-tab .section-title span {
        font-size: 32px !important;
        background: unset;
        text-transform: unset;
    }
}

@media only screen and (max-width : 1200px) {
    .a-tt {
        background-image: unset;
        padding: unset;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 850px) {
    .a-casino-page .row{
        padding: 0 10px !important;
    }
    .a-casino-page .row .a-col-right{
        margin-top: 1rem;
    }
    .a-casino-page .row .a-col-right .box-image{
        width: 100% !important;
    }
    .a-footer .a-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
        padding: 0 10px;
    }
    .a-san-pham .box.active {
        width: calc(50% - 5px) !important;
    }

    .a-san-pham .a-group-sp {
        flex-wrap: wrap;
        gap: 30px;
    }

    .header-bottom {
        background: #1b3565 !important;
    }

    .a-no-hu-page .a-tab-nav {
        grid-template-columns: repeat(4, 1fr);
    }

    .a-tab-content .tabbed-content .a-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .header-button-2 {
        margin-left: 7px !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 550px) {
    .a-san-pham .box.active {
        width: 100% !important;
    }

    .a-tai-app .icon-box p:first-child {
        font-size: 30px;
    }

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

    .a-no-hu-page .a-tab-nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .a-tab-content .tabbed-content .a-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .a-tab-content .stack {
        gap: 1rem;
    }

    .a-thuong-hieu-tab .nav .tab a {
        padding: 15px 30px;
    }

    .a-vipclub .slider .icon-box .icon-box-text {
        padding-top: 12%;
        transform: translateY(-29%);
    }

    .a-popup-thongbao .tab-panels {
        max-height: 300px;
    }

    .a-popup-thongbao .tabbed-content .tab a {
        padding: 7px 0 !important;
    }
    .a-popup-canhbao ul {
        max-height: 400px;
    }
    .a-tinh-nang .col{
        border: unset !important;
    }
    .a-tai-app .col-inner {
        flex-direction: column;
    }
    .a-footer .a-grid {
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
    }
    .a-no-hu-page .a-tab-nav{
        padding: 8px;
    }
    .a-tab-nav .icon-box-text{
        padding-left: 4px !important;
    }
    .a-tab-nav .icon-box-img{
        max-width: 34px;
    }
    .a-tab-content .tabbed-content .section-title span {
        padding: 6px 10px;
    }
    .a-tab-content .tabbed-content .row{
        margin: unset !important;
    }
    .a-cate-km .tabbed-content .nav li a {
        min-width: 110px;
    }
    .a-cate-km .tabbed-content .nav {
        justify-content: flex-start;
    }
    .mfp-container{
        padding: 10px !important;
    }
}

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