.bm-menu {
    background: rgba(26, 44, 67, 1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
    position: fixed;
    bottom: 0px;
    z-index: 1000000000000;
    width: 100vw;
}
.bm-menu ul{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
}
.bm-menu ul li a {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    font-weight: 400;
}
.bm-menu ul li a img {
    width: 35px;
    height: 25px;
    object-fit: contain;
}
.bm-menu ul li a.active {
    color: #FFB100;
}

@media only screen and (max-width: 900px) {
    .w-sm-50 {
        width: 50% !important;
    }
    .pt-sm-2 {
        padding-top: 1rem !important;
    }
    .header-top {
        background: rgba(0, 0, 0, 1);
  }
    .header-top .header-top_content {
        gap: 5px;
    }
    .modal-bg {
        border-radius: 0px;
        min-height: 100vh;
    }
    .h-main-banner {
        height: auto;
    }
    .calendar-home .single-4 button.slick-next.slick-arrow,
    .calendar-home .single-4 button.slick-prev{
        display: none !important;
    }
    .logo-b {
        width: 18px;
        height: 18px;
    }
    .text-16 {
        font-size: 14px !important;
    }
    .text-14 {
        font-size: 12px !important;
    }
    .text-12 {
        font-size: 10px;
    }
    .custom-p {
        padding-left: 4px;
        padding-right: 8px;
    }
    .date-box {
        border-radius: 6px;
    }
    .single-4 .slick-slide {
        margin: 0 10px;
        z-index: 100;
    }
    .match-head {
        border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }
    .match-border {
        border-radius: 10px;
    }
    .mc-block {
        display: block !important;
    }
    .pc-block {
        display: none !important;
    }
    .slick-slide {
        margin: 0 3px !important;
    }

    /* the parent */
    .slick-list {
        margin: 0 -5px !important;
    }
    .card-img-top-custom-h {
        height: 100px;
    }
    .font-14 {
        font-size: 10px;
    }
    .b-logo {
        width: 1.5rem;
        height: 1.5rem;
    }
    .cc-mobile {
        padding-right: 4px;
        padding-left: 4px;
    }
    .blv-av-c {
        width: 1rem;
        height: 1rem;
    }
    .rounded-lg {
        border-radius: 10px;
    }
    .rounded-lg-start {
        border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    }
    .mc-pb-7 {
        padding-bottom: 70px;
    }
    .nav {
        flex-wrap: nowrap !important;
    }
    .nav-cate {
        position: fixed;
        top: 60px;
        margin: 0px !important;
        z-index: 10000;
        background: rgba(5, 19, 37, 1);
        width: 100%;
        left: 0px;
        overflow-x: auto;
        justify-content: start !important;
    }
    .nav-cate::-webkit-scrollbar {
        display: none;
    }
    ul.nav-cate li button.tab-button {
        color: #fff;
        font-size: 10px !important;
        font-weight: 700;
        width: 80px;
        height: 24px;
        position: relative;
    }
    ul.nav-cate li button.tab-button img {
        width: 12px;
        padding: 0 !important;
    }
    ul.nav-cate li button.tab-button.active {
        color: rgba(0, 0, 0, 1);
    }
    ul.nav-cate li button.tab-button.hot:before {
        content: "";
        background: url(../images/hot_icon.png);
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        top: -12px;
        right: -15px;
    }
    .header-top {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 100000;
        height: 60px;
    }
    .header-top .logo-header {
        height: 32px;
    }
    .top-button {
        padding: 6px 10px;
        font-size: 12px;
        align-items: center;
    }
    .top-button img{
        height: 12px;
    }
    .banner-main {
        margin-top: 106px;
        background: none !important;
    }
    .mc-d-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .calendar-item .avatar-caster {
        width: 32px;
        height: 32px;
    }
    .calendar-item {
        padding: 5px 10px;
        height: 128px;
    }
    .ca .single-5 .slick-next img, .ca .single-5 .slick-prev img{
        width: 10px;
    }
    .ca .single-5 .slick-prev {
        left: -10px;
    }
    .ca .single-5 .slick-next {
        right: -10px;
    }
    .m-head-nav .head-nav {
        background: transparent;
        box-shadow: none;
        justify-content: flex-start !important;
        gap: 4px;
        padding: 5px !important;
        border: none;
    }
    .m-head-nav .head-nav .nav-item .nav-link{
      width: 74px;
    }
    .m-head-nav .head-nav{
        width: 100%;
        overflow: auto;
    }
    .m-head-nav .head-nav li a p{
        font-size: 12px !important;
        font-weight: 300;
    }
    .bg-main {
        min-height: 100vh;
        margin-top: 60px;
    }
    .mobile-news {
        margin-top: 64px;
    }
    .text-xs-12 {
        font-size: 12px;
    }
    .head-news-mobile {
        padding: 0px;
        padding-top: 0px !important;
        background: linear-gradient(175.28deg, #636363 4.74%, #13191F 74.02%);
        height: 40px;
    }
    .head-news-mobile .category-event_blog.schedule-page {
        padding: 0 !important;
    }
    .head-news-mobile .category-event_blog.schedule-page li a {
        width: 80px;
        height: 24px;
    }
    .single-blog .title-blog {
        font-size: 16px;
    }
    .single-blog .time-blog {
        font-size: 12px;
    }

    .head-news-mobile-tab {
        background: #1489EC;
        padding: 10px 10px;
        justify-content: space-around;
        font-size: 14px;
    }
    .category-event_blog {
        justify-content: center !important;
        width: 100%;
        overflow: auto;
    }
    .category-event_blog::-webkit-scrollbar {
        display: none;
    }
    .category-event_blog li a {
        width: 80px;
        height: 24px;
        font-size: 12px;
        font-weight: 700;
        padding: 0;
        line-height: 2;
    }
    .head-news-mobile-tab a {
        background: transparent;
        color: #fff;
    }
    .sport-mb-view {
        padding-bottom: 5rem !important;
    }
    .sport-mb-view .category-event_blog {
        justify-content: start !important;
    }
    .head-news-mobile-tab a.booking-button {
        color: #FFA800;
        font-weight: 700;
    }
    .head-news-mobile .head-nav {
        background: transparent;
        box-shadow: unset;
        margin-top: 0px !important;
        gap: 4px;
    }
    .head-news-mobile .head-nav li a {
        padding: 10px 20px;
        color: #74829B;
        font-weight: 500;
        border-radius: 20px;
        background: linear-gradient(180deg, #EFF3F9 0%, #FFFFFF 100%);
        box-shadow: 0px -2px 1px 0px #7990BB inset;
        font-size: 10px;
    }
    .head-news-mobile .head-nav li a.active {
        color: #fff !important;
        background: #1489EC;
        border-bottom: 0px !important;
    }
    .item-new-first-img {
        height: 234px !important;
    }
    .item-new-first {
        position: relative;
        height: auto !important;
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }
    .single-blog .blog-left, .single-blog .blog-right .head-nav, .single-blog .comment {
        box-shadow: none !important;
    }
    .blog-item-mobile {
        padding: 5px 10px;
        width: 94%;
    }
    .blog-item-mobile h3 {
        font-size: 13px !important;
    }
    .single-blog {
        margin-top: 40px !important;
    }
    .single-blog .blog-left, .single-blog .blog-right .head-nav, .single-blog .comment-content {
        border-left: 0;
        border-bottom: 0;
    }
    .single-blog .head-nav {
        background: transparent;
    }
    .comment, .comment-content{
        background: rgba(26, 44, 67, 1) !important;
        box-shadow: -2px 2px 2px 0px rgba(246, 140, 31, 1) !important;

    }
    .mt-sm-2 {
        margin-top: 1rem !important;
    }
    .custom-mobile-comment {
        display: block !important;
        margin-bottom: 10px;
    }
    .comment-item-content {
        text-align: left;
    }
    .comment-content-account {
        font-size: 12px;
    }
    .time_comment {
        bottom: -16px;
    }
    .comment-item {
        padding-bottom: 5px;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
    .blog-right .head-nav{
        padding: 0px;
    }
    .blog-right .blog-item-mobile {
        padding: 0px;
    }
    .blog-right  .blog-item.mt-2.blog-item-mobile.container .row {
        background: transparent;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        border-radius: 10px;
        padding-top: 5px;
        padding-bottom: 5px;

    }
    .single-blog .blog-right .head-nav {
        background: transparent !important;
    }
    a.info-demo div.text-12 {
        font-size: 12px !important;
    }
    .mobile-comment {
        position: fixed;
        bottom: 0px;
        background: rgba(26, 44, 67, 1);
        width: 100vw;
        z-index: 1000000000001;
        height: 73px;
    }
    .mobile-comment .input-comment-mb {
        height: 41px;
        border: none;
        width: 85%;
    }
    .mobile-comment form {
        position: relative;
        background: white;
        box-shadow: -1px 1px 1px 0px rgba(246, 140, 35, 1);
        border-radius: 3px;
        width: 70%;
    }
    .mobile-comment input:focus-visible {
        outline: none;
    }
    .mobile-comment .send-mb {
        position: absolute;
        border: none;
        font-weight: 800;
        right: 0;
        top: 58%;
        transform: translate(-50%, -58%);
        color: white !important;
        background: rgba(246, 140, 31, 1);
        border-radius: 12px;
        width: 50px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-comment .main-comment{
        padding: 15px;
        padding-right: 30px;
     }
     .mobile-comment .main-comment input{
        width: 100%;
        height: 30px;
        border: none;
        background: #fff;
        outline: none;
        border-radius: 6px;
        padding-left: 10px;
        padding-right: 40px;
        font-size: 14px;
     }
     .mobile-comment .input-comment  {
         position: relative;
     }
     .send-mb {
         position: absolute;
         right: 10px;
         top: 50%;
         transform: translateY(-50%);
         outline: none;
         background: transparent;
         border: 0;
     }
     .read-more {
        padding-bottom: 10px;
     }
     .blog_relate ul li a {
        margin-bottom: 10px;
        font-size: 12px;
     }
     .send-mb img {
        height: 16px;
        top: 50%;
        /* transform: translateY(-50%); */
     }
     #avatar-preview {
        height: 72px;
        width: 72px;
     }
     .custom-input-acc {
        font-size: 14px;
     }
     .blog-footer .item p {
        font-size: 14px;
     }
     .blog-footer .item img {
        height: 14px;
     }
     .blog-footer .news-share p {
        font-size: 10px;
     }
     .blog-footer .item img {
        width: 25px;
        height: 25px;
     }
     /* Live Room*/
    .header-live .icon-back{
        height: 17px;
        width: 17px;
        margin-top: 3px;
    }
    .btn-follow-live {
        background: linear-gradient(266.54deg, #FF620E 40.18%, #F69138 76.02%, #F9E764 98.6%);
        border: none;
        border-radius: 5px;
        font-weight: 500;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 21px;
    }
    .btn-follow-live span {
        font-size: 10px;
        color: rgba(5, 5, 5, 1);
    }
    .btn-follow-live.followed {
        font-weight: 500;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 21px;
        border-radius: 5px;
    }
    .btn-follow-live.followed span {
        font-size: 10px;
        color: white;
    }
    .btn-follow-live img {
        width: 14px;
    }
    .viewer-rooms {
        height: 8px !important;
        width: 12px;
    }
    .body-live .nav-tabs {
        border: none;
    }
    .icon-level {
        height: 18px;
    }
    .group-share-room .share-room {
        background : rgba(246, 140, 31, 1);
        height: 59px;
        width: 164px;
        border-radius: 5px;
        left: -6.5rem;
        top: 2.7rem;
    }
    .group-share-room .share-room:before {
        background: url("/images/vector-live-mobile.png") no-repeat;
        top: -16px;
        left: 64%;
        width: 21px;
        height: 16px;
    }
    .share-room-icon img {
        width: 25px;
        height: 25px;
    }
    .share-room-link input {
        width: 70%;
        background: rgba(42, 63, 92, 1);
        font-size: 11px;
    }
    .share-room-link button {
        width: 30%;
        background: rgba(26, 44, 67, 1);
        font-size: 10px;
    }
    .body-live .header-tab {
        height: 46px;
        background: rgba(26, 44, 67, 1);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
    }
    .header-tab-item {
        color: white;
    }
    .header-tab-item.active {
        color: rgba(246, 140, 31, 1);
        padding-bottom: 3px;
        border-bottom: 2px solid rgba(246, 140, 31, 1);
    }
    .body-live .border-title-live {
        position: absolute;
        width: 28%;
        border-radius: 2px;
        bottom: 1px;
        height: 4px;
        background: white;
    }
    .comment-live {
        height: 100%;
        box-shadow: none;
    }
    #msg_content {
        height: 315px;
    }
    .comment-footer {
        position: fixed !important;
        bottom: 0;
        width: 100%;
        z-index: 99999;
        background: rgba(26, 44, 67, 1);
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
        height: 58px;
        padding: 5px;
    }
    #form-cmt {
        background: transparent;
        height: 35px;
    }
    .comment-footer #form-cmt input {
        background:rgba(5, 19, 37, 1);
        border-radius: 4px;
        height: 100%;
        width: 100%;
    }
    .comment-footer #form-cmt {
        width: 60%;
        padding-left: 9%;
        background: rgba(5, 19, 37, 1);
        border-radius: 4px;
    }
    .comment-footer .gift-show-btn img {
        width: 46px;
        height: 46px;
    }
    .comment-footer .submit_comment {
        width: 55px;
        height: 31px;
        color: white;
        border-radius: 4px;
        border: 1px solid rgba(207, 209, 210, 1);
        margin-left: .5rem;
        margin-right: .5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .comment-footer .emoij-show-btn {
        position: absolute;
        top: 61%;
        transform: translate(-50%, -58%);
        left: 53px;
    }
    .comment-footer .emoij-show-btn img {
        width: 25px;
        height: 25px;
    }
    .content-comment {
        border: none;
        background: rgba(5, 19, 37, 1);
    }
    .view-emoij {
        bottom: 3rem;
    }
    .view-sticker {
        bottom: 58px;
        background: #000000;
        right: 0;
        padding: 20px;
        border-top-right-radius: 22px;
        border-top-left-radius: 22px;
        height: 304px;
        width: 100%;
        overflow-y: auto;
    }
    .view-sticker .sticker-title {
        color: #B4B4B4 ;
    }
    .view-sticker .sticker-title {
        color: #B4B4B4 ;
    }
    .view-sticker .sticker-img {
       width: 82px;
        height: 82px;
        object-fit: cover;
    }
    .marquee-notify-live marquee {
        font-size: 12px;
    }
    .comment-item span {
        font-size: 14px;
        font-weight: 500;
    }
    .comment-item img {
        max-width: 65px;
    }
    .content-cmt {
        color: rgba(255, 255, 255, 1);
    }
    .show-gift {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        background: black;
        border-radius: 10px 10px 0px 0px;
        z-index: 100;
    }
    .show-gift .img-logo-gift img {
        width: 5rem;
        padding: .5rem;
        position: absolute;
        right: 40px;
    }
    .qty_gift .btn-submit-gift {
        width: 49.94px;
        height: 24px;
        border: none;
        border-radius: 12px;
        color: white;
        padding: 0;
        background: rgba(26, 44, 67, 1);
    }
    .show-gift .img-logo-close img {
        width: 2rem;
        padding: .5rem;
        position: absolute;
        right: 10px;
    }
    .show-gift button {
        background: none;
        color: white;
        padding: .5rem;
        border-radius: 0;
        width: 100%;
    }
    .show-gift .space-item {
        color: #505B71;
        padding: .5rem;
    }
    .show-gift .nav-tabs .nav-link.active {
        background: none;
        color: rgba(246, 140, 35, 1);
        border: none;
        border-bottom: 1px solid rgba(246, 140, 35, 1);
    }
    .show-gift .nav-tabs {
        border: none;
    }
    .show-gift .tab-content .tab-pane {
        height: 228px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .show-gift .gift-item {
        /*border: 1px solid #505B71;*/
        /*border-radius: 3px;*/
    }
    .show-gift .gift-item.active {
       background: rgba(42, 63, 92, 1);
        border-radius: 4px;
        /*width: 25%;*/
    }
    .show-gift .gift-image {
        width: 67px;
        height: 69px;
    }
    .gift-footer {
        height: 40px;
        padding: 10px;
    }
    .gift-footer .qty_gift {
        height: 24px;
        width: auto;
        position: relative;
        left: auto;
        bottom: auto;
    }
    .show-gift .btn-send-gift-coin {
        border: none;
        box-shadow: 0px 1.5px 2px 0px #EFA72280;
        box-shadow: 0px 2px 3px 0px #FFFFFF59 inset;
        box-shadow: 0px -2px 4px 0px #EFA722CC inset;
        border: 0.5px solid;
        border-image-source: linear-gradient(180deg, rgba(239, 167, 34, 0) 0%, #EFA722 54.17%, rgba(239, 167, 34, 0) 100%);
        background: #EFA722;
        border-radius: 20px;
        color: white;
        z-index: 100;
    }
    .qty_gift .qty_gift-item {
        width: 25px;
    }
    .show-gift .btn-send-gift-diamond {
        border: none;
        background: linear-gradient(180deg, #5BACF2 0%, #1489EC 100%);
        color: white;
        border-radius: 20px;
    }
    .show-gift .show-qty input {
        border: none;
        background: transparent;
        width: 100%;
        color: white;
        font-size: 14px;
    }
    .show-gift .show-qty button {
        border: none;
        padding: 0;
    }
    /*.swal2-title {*/
    /*    */
    /*}*/
    div:where(.swal2-container) {
        z-index: 999999 !important;
    }
    .btn-confirm-swal, .btn-cancel-swal {
        width: 40%;
    }
    .swal2-actions {
        width: 100%;
    }
    .bg-main-live {
        background: rgba(5, 19, 37, 1);
        margin-top: 0;
    }
    .logo-login {
        margin-top: 80px;
    }

     .news-share {
        bottom: 150%;
     }
     .top-mobile {
        position: fixed;
        bottom: 115px;
        right: 10px;
     }
    .single-blv .slick-track {
        margin-left: auto;
    }
    .video-js .vjs-tech {
        height: 101% !important;
    }
    .video-js {
        width: 100%;
        height: 220px;
    }
    .w-20 {
        width: 50%;
    }
    .mb-none {
        display: none !important;
    }
    .support_mobile {
        position: fixed;
        top: 74%;
        left: 85%;
        background: rgba(246, 140, 31, 1);
        border-radius: 50%;
        padding: 7px;
        z-index: 99999;
        display: flex;
    }

     /*Wheel*/
    #wheelModal .modal-content .btn-close-wheel {
        top: 17%;
        left: 90%;
        width: 1.5rem;
    }
    #wheelModal .modal-content .img-logo-wheel {
        top: 18%;
        width: 38%;
    }
    #wheelModal .modal-content .img-title-wheel {
        top: 28%;
        width: 22rem;
    }
    .wheel_main .spin_button {
        top: 49%;
        width: 62px;
        height: 75px;
    }
    .wheel_main canvas {
        width: 21rem;
        height: 21rem;
        top: 48%;
    }
    #wheelModal .modal-content .img-info-wheel {
        width: 22rem;
        top: 80%;
    }
    .wheel_main .img-footer-wheel {
        top: 70%;
        width: 17rem;
    }
    .wheel_main .turn-spin {
        top: 74.5%;
        font-size: 16px;
    }
    #wheelModal .btn-wheel {
        top: 82%;
        width: 20rem;
    }
    #wheelModal .btn-wheel button {
        height: 2rem;
        width: 10rem;
    }
    #giftModal .modal-content .notify_gift {
        bottom: 42%;
    }
    #giftModal .modal-body .notify_gift p {
        font-size: 13px;
    }
    #giftModal .modal-content .btn_give_gift {
        left: 50%;
        transform: translate(-50%, -58%);
        bottom: 15%;
    }
    #infoModal .modal-dialog {
        min-width: 0;
    }
    #infoModal .modal-dialog .infoWheelItem {
        font-size: 12px;
    }
    #infoModal .btn-wheel button {
        font-size: 10px;
    }
    #infoModal .historyGift .table tr td {
        font-size: 10px !important;
    }
    #infoModal .modal-body {
        padding: 0;
    }
    #infoModal .btn-close-wheel-info {
        width: 1.5rem;
    }
    #wheelModal .modal-content {
        background: url("/images/wheel/backgroupMobile.png");
    }
    #infoModal .bk-footer-info {
        width: 104%;
        top: 9px;
    }
    .vongquay_icon {
        bottom: 10%;
        width: 4rem;
    }
    #infoModal .btn-close-wheel-info {
        right: 0;
        z-index: 25;
        top: 0;
    }
    .modal {
        z-index: 100000;
    }
    /*#wheelModal {*/
    /*    z-index: 100000;*/
    /*}*/
    /*#infoModal {*/
    /*    z-index: 100001;*/
    /*}*/
    /*End Wheel*/
    /*Lì Xì*/
    #giftLuckyModal .notify-img-money {
        width: 159%;
    }
    #giftLuckyModal .notify_gift_name {
        top: -197%;
    }
    #giftLuckyModal .notify_gift_name .gift-title-lucky-money {
        font-size: 14px;
    }
    #giftLuckyModal .notify_gift_name .gift-name-lucky-money {
        font-size: 16px;
    }
    #giftLuckyModal .btn_give {
        top: 175%;
        left: 50.2%;
        width: 4rem;
    }
    .mualixi-gif {
        height: auto;
    }
    /*End Lì Xì*/
    #infoModal .historyGift .collapseGift {
        height: 20rem;
    }
    .match-item {
        width: auto;
        height: 110px;
    }
    .icon-room-live {
        width: 56px;
        font-size: 7px;
        /*height: 10px;*/
    }
    .match-item .logo-team {
        width: 36px;
        height: 36px;
    }
    .match-item-footer {
        height: 26px;
    }
    .match-item .match-item-center {
        padding: 19px 5px 5px 5px;
        height: 111px;
    }
    .collapse-mobile {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 100000;
        top: 60px;
        padding: 15px;
        /*height: 467px;*/
        background: rgba(26, 44, 67, 0.9);
    }
    .header-top .header-top_content .btn-recruitment, .header-top .header-top_content .btn-download {
        width: 85px;
        height: 25px;
    }
    .header-top .header-top_content .btn-recruitment {
        border-radius: 5px;
        background: url(/images/bg-btn-ko-chon.png) no-repeat;
        background-size: cover;
        border: 1px solid white;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 700;
    }
    .header-top .header-top_content .btn-download {
        font-size: 12px;
    }
    .avatar-header {
        width: 40px;
        height: 40px;
    }
    .header-mobile-top {
        position: relative;
    }
    .header-mobile-top .level-img-mobile {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -58%);
        bottom: -4px;
        width: 23px;
        height: 9px;
    }
    .header-top .header-top_content ul li a {
        font-size: 18px;
        color: white;
    }
    .menu-navbar-mobile .nav-link.active {
        color: rgba(246, 140, 31, 1) !important;
    }
    .header-top .header-top_content ul li a {
        margin-top: 12px;
    }
    .menu-navbar-mobile .nav-item span {
        position: relative;
    }
    .menu-navbar-mobile .nav-item span.hot::before {
        content: "";
        background: url(../images/hot_icon.png);
        width: 43px;
        height: 34px;
        background-repeat: no-repeat;
        position: absolute;
        background-size: contain;
        top: -23px;
        right: -32px;
    }
    .nav-cate .tab-button span {
        width: 14px;
        height: 14px;
        font-size: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-cate .tab-button {
        margin: 6px 8px;
    }
    .calendar-item .avatar-team {
        width: 45px;
        height: 45px;
    }
    .calendar-item .icon-room-live:before {
        display: none;
    }
    .calendar-item {
        position: relative;
    }
    .calendar-item .icon-room-live {
        right: 1px;
        top: 9px;
    }
    /*.description-new-first {*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box !important;*/
    /*    -webkit-line-clamp: 3;*/
    /*    -webkit-box-orient: vertical;*/
    /*    height: auto;*/
    /*}*/
    .text-sm-10 {
        font-size: 10px;
    }
    .text-sm-12 {
        font-size: 12px;
    }
    .text-sm-13 {
        font-size: 13px;
    }
    .text-sm-14 {
        font-size: 14px;
    }
    .text-sm-15 {
        font-size: 15px;
    }
    .text-sm-16 {
        font-size: 16px;
    }
    .text-sm-17 {
        font-size: 17px;
    }
    .text-sm-18 {
        font-size: 18px;
    }
    .text-sm-19 {
        font-size: 19px;
    }
    .text-sm-20 {
        font-size: 20px;
    }
    .about-acc {
        box-shadow: 2px 3px 4px 0px rgba(246, 140, 35, 1);
        border-radius: 10px;
        background: rgba(26, 44, 67, 1);
    }
    .acc-main {
        box-shadow: 2px 3px 4px 0px rgba(246, 140, 35, 1);
        border-radius: 10px;
        background: rgba(26, 44, 67, 1);
    }
    .acc-sub {
        border-bottom: .5px solid #818080;
        /*border-radius: 10px;*/
        height: 50px;
    }
    .header-account {
        background: rgba(1, 1, 1, 1);
        height: 60px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000000;
    }
    .header-live {
        background: rgba(5, 19, 37, 1);
        height: 60px;
    }
    .notify-message {
        font-weight: 300;
        font-size: 14px;
        color: rgba(0, 132, 255, 1);
    }
    .is-driver-live {
        width: 100%;
        height: 1px;
        background: rgba(143, 143, 143, 1);
    }
    .live-view .icon-level {
        width: 20px;
        height: 10px;
    }
    .tab-rank .avatar-top-1 {
        left: 31.5px;
        top: 49%;
        width: 30px;
        height: 30px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        position: absolute;
    }
    .tab-rank .avatar-top-2 {
        left: 28.5px;
        top: 51%;
    }
    .tab-rank .avatar-top-3 {
        left: 30.5px;
        top: 21.5px;
    }
    .body-live #nav-tabContent {
        min-height: 56vh;
    }
    .login-form .input {
        border: 1px solid white;
        font-size: 18px;
        font-weight: 300;
    }
    .login-form .input input {
        font-size: 18px;
        font-weight: 300;
    }
    .register button, .login-form .login button {
        height: 36px;
        width: 137px;
        font-size: 18px;
        font-weight: 700;
        color: black;
        padding: 0;
    }
    .rank-mb-view .category-event_blog li a  {
        width: 110px;
        font-size: 12px !important;
    }
    .h-90 {
        height: 90%;
    }
    .object-fit-cover {
        object-fit: cover;
    }
    .viewer-detail {
        width: 218px;
        position: absolute;
        background: #1F1C23;
        top: 4rem;
        z-index: 9999;
        left: 10rem;
    }
    .viewer-detail .nav-link {
        font-size: 12px;
    }
    .viewer-detail .tab-content .name-viewer {
        font-size: 12px;
    }
    .viewer-detail .avatar-viewer {
        height: 18px;
        width: 18px;
        border-radius: 50%;
    }
    .description-new-first {
        min-height: fit-content;
    }
    #show-rank-gift {
        max-height: 27rem;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .video-js {
        border-radius: 0 !important;
    }
    .blog-item-mobile .img-blog-second {
        height: 102px;
    }
    .calendar-item .isLive {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .event-page .item-pc-blog {
        height: 13rem;
    }
    .event-page .item-pc-blog .rounded-lg {
        object-fit: contain;
    }
    .section-news-mobile {
        display: block;
    }
    .section-news-mobile .icon-new {
        width: 25px;
    }
    .section-news-mobile .new-content .img-new {
        object-fit: cover;
        height: 101px;
        width: 100%;
        border-radius: 5px;
    }
    .section-news-mobile .new-content .new-content-detail {
        width: 176px;
    }
    .section-news-mobile .new-content {
        background: rgba(26, 44, 67, 1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 1px 3px 0px rgba(208, 200, 200, 0.1);
        border-radius: 4px ;
        padding: 10px;

    }
    .section-news-mobile .new-content .new-content-detail .icon-sub-time {
        width: 13px;
    }
    .pc-none {
        display: block;
    }
    .about-title-mb {
        border-bottom: 2px solid rgba(246, 140, 31, 1);
    }
    .about-title ul li a {
        font-size: 12px;
        font-weight: 500;
    }
    .live-other-room .match-item {
        width: 100%;
        height: 110px;
    }
    .memberNewModal .modal-body {
        padding: 5.5rem;
    }
    .memberNewModal .modal-content {
        background: url("/images/bgModalMember.webp") no-repeat;
        background-size: contain;
        border: none;
    }
    .memberNewModal .modal-content .closeModalMemberBtn {
        border: none;
        background: none;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 96px;
        top: 60px;
    }
}



@media only screen and (max-width: 375px) {
    #wheelModal .modal-content .img-title-wheel {
        top: 23%;
    }
    #wheelModal .modal-content .img-logo-wheel {
        top: 12%;
    }
    .wheel_main .img-footer-wheel {
        top: 72%;
    }
    .wheel_main .turn-spin {
        top: 77.6%;
        font-size: 16px;
    }
    #wheelModal .btn-wheel {
        top: 88%;
    }
    #wheelModal .modal-content .img-info-wheel {
        top: 85%;
    }
    #wheelModal .modal-content .btn-close-wheel {
        top: 10%;
    }
}
@media only screen and (min-width: 360px) {
    .video-js {
        height: 201px;
    }
}
@media only screen and (min-width: 375px) {
    .video-js {
        height: 209px;
    }
}
/*12 pro*/
@media only screen and (min-width: 390px) {
    .video-js {
        height: 217px;
    }
}
@media only screen and (min-width: 412px) {
    .video-js {
        height: 232px;
    }
}
@media only screen and (min-width: 414px) {
    .video-js {
        height: 231px;
    }
}
/*12 pro max*/
@media screen and (min-width: 420px) {
    .video-js {
        height: 240px;
    }
}
@media only screen and (min-width: 430px) {
    .video-js {
        height: 240px;
    }
}
@media only screen and (min-width: 440px) {
    .video-js {
        height: 245px;
    }
}





/*PC*/
@media only screen and (max-width: 1366px) {
    .header-top .header-top_content ul li a {
        padding-right: 0;
    }
    .header-top .logo-a {
        width: 17%;
    }
    .header-top .menu-top {
        width: 60%;
    }
    .header-top .header-top_content .menu-top ul li {
        margin-left: 19px;
    }
}
@media only screen and (min-width: 1366px) {
    .header-top .header-top_content ul li a {
        padding-right: 0;
    }
    .header-top .logo-a {
        width: 20%;
    }
    .header-top .menu-top {
        width: 60%;
    }
    .header-top .header-top_content .menu-top ul li {
        margin-left: 26px;
    }
}
@media only screen and (max-width: 1280px) {
    .header-top .header-top_content ul li a {
        font-size: 16px;
    }
    .header-top .header-top_content .menu-top ul li {
        margin-left: 19px;
    }
}



