/*home style*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #home {
        background-image: url("/assets/images/homepage.png");
        background-size: cover; /* Đảm bảo ảnh sẽ hiển thị full màn hình */
        /*background-position: center center; !* Đưa ảnh vào giữa màn hình *!*/
        background-repeat: no-repeat; /* Không lặp lại ảnh */
    }

    .welcome {
        font-family: Hiragino Kaku Gothic StdN;
        font-size: 64px;
        font-weight: 900;
        line-height: 96px;
        letter-spacing: 0em;
        text-align: left;
        text-align: center;
        color: #F4C030;
    }

    .welcome__text {
        height: 96px;
        width: 339px;
        left: 26px;
        top: 173px;
        border-radius: nullpx;
    }

    .welcome-ja {
        font-family: Hiragino Kaku Gothic StdN;
        font-size: 40px;
        font-weight: 800;
        line-height: 60px;
        letter-spacing: 0em;
        text-align: center;
    }

    .welcome-ja__text {
        height: 60px;
        left: 116px;
        top: 269px;
        border-radius: nullpx;
        width: 100%;
        color: #F4C030;
    }

    .home > .btn {
        background-color: #FF8686;
    }

    .custom-bg-color {
        background-color: #036EB8 !important;
    }

    .btn-primary .active {
        background-color: #007bff;
        border-color: #007bff;
    }

    /*# sourceMappingURL=app.min.css.map */
    .table-fixed {
        overflow-y:scroll;
        height:700px;
    }

    .table-fixed thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
