@media print, screen and (min-width: 770px){
    .menucol-mobi{display: none;}
}
@media print, screen and (max-width: 769px){
    .mncolft_bd{overflow: hidden;}/*ngan chan cuon trang*/
    .mncol-mobi {
        background: #fff;
        border-radius: 10px 10px 0 0;
        bottom: 0;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15);
        display: flex;
        left: 0;
        padding: 10px 0 0;
        position: fixed;
        width: 100%;
        z-index: 100;
        -webkit-overflow-scrolling: touch;
        align-items: stretch;
        justify-content: space-between;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
    .mncoltree {
        margin: 0;
        padding: 0px 0px 10px 0px;
        list-style: none;
        display: grid;
        grid-gap: 0px;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        width: 100%;
        align-items: center;
        justify-items: center;
    }
    .mncoltree li {
        display: block;
        width: 100%;
    }
    .mncoltree >li >a, .dmcl_show,.callshowmb {
        align-items: center;
        border: none;
        color: #707070;
        display: flex;
        flex-flow: column;
        font-size: 12px;
        font-weight: 700;
        justify-content: center;
        padding: 5px;
        position: relative;
        gap: 5px;
    }
    .mncoltree >li >a >.icon_home, .icon_cate, .mncoltree >li >a >.icon_zalo, .mncoltree >li >a >.icon_mess, .mncoltree >li >a >.icon_map {
        height: 25px;
        margin: auto;
        width: 25px;
        align-items: center;
        display: grid;
        justify-content: center;
        grid-gap: 0px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .is_actmnf a, .is_actmnf .dmcl_show, .is_actmnf a svg path, .is_actmnf .dmcl_show svg .cls-2, .is_actmnf .dmcl_show svg .cls-1 {
        color: #d70018 !important;
        stroke: #d70018;
    }
    .icon_callphone {
        -webkit-animation: zoommb 3.3s infinite ease-in-out;
        animation: zoommb 3.3s infinite ease-in-out;
    }
    ..icon_callphone img {
        -webkit-animation: rlacmb 5.3s infinite ease-in-out;
        animation: rlacmb 5.3s infinite ease-in-out;
    }
    .mbbl1 {
        display: flex;
        gap: 5px;
        width: 100%;
        margin-bottom: 15px;
        justify-content: space-between;
    }
    .popcallmb {
        position: fixed;
        bottom: 15px;
        left: 50%;
        min-height: 15%;
        transform: translate(-50%, -50%);
        background-color: white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 999;
        padding: 15px;
        width: calc(100% - 200px);
        border-radius: 10px;
        display: none;
    }
    .popcallmb:before{
        border: 10px solid transparent;
        border-top-color: #fff;
        content: "";
        left: 50%;
        position: fixed;
        bottom: -20px;
        z-index: 999;
    }
    .ppclmb {
        width: 20px;
        height: 20px;
        line-height: 15px;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        text-align: center;
        border: 1px solid #333;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
    .hgnmb {
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }
    .listcang {
        display: grid;
        grid-gap: 5px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        width: 100%;
        align-items: center;
        justify-items: center;
    }
    .listcang a {
        border: 2px solid #d2d2d2;
        padding: 5px 10px;
        border-radius: 15px;
        color: #1e1e1e;
    }
    .overajmb {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 48%);
        z-index: 9;
        animation: rlsearchtk 0.5s forwards;
    }
    @keyframes rlacmb{
        0% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
        10% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        }
        20% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        }
        30% {
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        }
        40% {
            -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        }
        50% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
        100% {
            -webkit-transform: rotate(0) scale(1) skew(1deg);
        }
    }
    @keyframes zoommb{
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        10%, 20% {
            -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        }
        30%, 50%, 70%, 90% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        }
        40%, 60%, 80% {
            -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }
    /*********/
    .menumb-wrapper {
        background-color: #f5f5f5;
        height: calc(100% - 216px);
        overflow: hidden;
        position: fixed;
        top: 138px;
        width: 100%;
        z-index: 10;
        display: none;
        padding-top: 20px !important;
    }
    .activshow{
        display: grid;grid-gap: 0px;
        grid-template-columns: 80px repeat(1, minmax(0, 1fr));
        padding: 5px 0px;
    }
    .actshmb{
        display: block;
    }
    .idmntree {
        list-style: none;
        padding: 0;
        margin: 0;
        height: 100%;
        overflow: auto;
        display: grid;align-content: baseline;
        grid-gap: 0px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    /*.idmntree >li:nth-child(Even) {
        background-color: orangered;
    }*/
    .actrrsh {
        background-color: #ff45002b;
    }
    .treembload {
        display: grid;
        align-content: baseline;
        grid-gap: 0px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding:5px 2px;
        position: relative;
    }
    .arrten:after {
        border-bottom: 6px solid transparent;
        border-right: 6px solid #f50303;
        border-top: 6px solid transparent;
        content: "";
        height: 14px;
        position: absolute;
        right: 0;
        top: calc(50% - 9px);
        width: 14px;
        z-index: 2;
    }
    .mntree-child {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        align-content: baseline;
        box-shadow: 0 0.5em 1em -0.125em hsla(0,0%,4%,.1), 0 0 0 1px hsla(0,0%,4%,.02);
        padding: 0px 5px;overflow: auto;
    }
    .box-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;gap:15px;overflow: auto;
        border-bottom: 2px solid #8b0000;
    }
    .box-title a{
        line-height: 1.5;
        color: #d00016;
        padding: 0;
    }
    .box-title a:nth-child(1) {
        font-size: 16px;
        font-weight: 700;
    }
    .box-title a:nth-child(2) {
        font-size: 14px;
    }
    .mtr-1 >.hshchild{
        border-bottom: 1px solid #fb0000;
        padding-bottom: 5px;

    }
    .groushow {
        overflow-x: auto;
    }
    .groumn-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
        width: calc(100% + 200px);margin-bottom: 5px;
    }
    .groumntr {
        width: 70px;
        padding: 1px;
        display: grid;
        grid-gap: 5px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        border-radius: 5px;
        justify-items: center;
        align-items: center;
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15);
    }
    .itsmb{width: 90px;}
    .th_grou,.trl_thum {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        /*background: #fff;*/
        vertical-align: top;
        overflow: hidden;
    }
    .trl_thum {
        width: 50px;
        left: 15%;
    }
    .th_grou:before,.trl_thum:before {
        content: "";
        display: block;
        padding-top: 40px;
    }
    .itsmb .th_grou:before, .itsmb .trl_thum:before {
    padding-top: 68px;
}
    .trl_thum:before {
        padding-top: 50px;
    }
    .th_ingrou,.trl_thin {
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: none;
        overflow: hidden;
        left: 50%;
        width: 100%;
    }
    .th_ingrou >a {
        overflow: hidden;
    }
    .inf_grou >.td_grou,.td_groupri {
        font-size: 12px;
        margin: 0;
    }
    .td_grou >a,.td_groupri >a {
        text-align: center;
        color: #444;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .inf_grou {
        white-space: normal;
    }
    .td_groupri >a >strong {
        color: #d00016;
    }
    .h3trl {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #444;
        display: -webkit-box;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        overflow: hidden;
        text-align: center;
        white-space: pre-wrap;
        margin: 0;
    }
    .grtrpri {
        border: 1px solid #d1d5db;
        border-radius: 10px;
        padding: 5px 10px;
    }
    .td_groupri {
        height: 20px;
        line-height: 20px;
    }
    .footer-bt {
        margin-bottom: 10px;
    }
}