.mncolft_bd{overflow: hidden;}
.as-menu-cate{    
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15);
    display: block;
    /*height: 400px;
    overflow: auto;*/
    width: 250px;
}
.blmncol {
    height: 100%;
    overflow: hidden;
    /*overflow-y: auto;*/
    width: 100%;/*display: none;*/
}
.clmncol {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    background-color: #fff;
    min-height: 400px;
    overflow: hidden;
    width: 250px;
}
.clmncol >li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;padding-left: 5px;
}
.clmncol >li >a {
    padding: 7px 5px;
    text-decoration: none;
    color: #000;
    /*white-space: nowrap;*/
    font-size: 14px;
    width: calc(100% - 63px);
    line-height: 24px;
}
.clmncol >.label-tree.showsub:hover, .clmncol >.label-tree:hover, .clmncol >li:hover >a {
    background: #eee;
}
.clmncol >.label-tree:after {
    font-family: FontAwesome;
    content: "\f105";
    width: 39px;
    text-align: center;
    line-height: 39px;
    color: #bdbdbd;
}
.showsub >.colflex {
    display: flex !important;
}
.showsub >.act-shw {
    display: grid;
}
.act-shw {
    overflow: auto;
    grid-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: none;
    background-color: #fff;
    flex-wrap: wrap;
    left: 250px;
    height: 423px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    width: calc(100% - 250px);
    z-index: 100;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15);
}
.hshcolum{
   width: 100%; 
}
.colflex >.hshcolum {
    width: 24%;max-height: 425px;
}
.hshchild {
    color: #363636;
    font-weight: 700;
    font-size: 14px;
}
.hsh-childmn {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hsh-childmn >li {
    width: 100%;
    display: grid;
    grid-gap: 15px;align-content: space-between;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.hsh-childmn >li >a {
        color: #910606;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 4px 0px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.hsh-childmn >li >a >strong{
    color: #d00016;
}
.hsh-childmn >li >a:hover, .hsh-childmn >li:hover {
    background-color: #f3f4f6;
}
.hshcontain{display: none;}
.actmncol{display: block;}
@media print, screen and (max-width: 769px){
    .as-menu-cate{display: none;}
    .slide-banner{width: 100% !important;}
}
/*****menu header**************/
.danhmuc_cate_menu {
    display: flex;
    flex-direction: column;align-items: baseline;
}
.title-menu-cate {
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    height: 35px;
    width: 100%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.title-menu-cate:hover,.title-menu-cate:focus {
    color: #000;background-color: #fff;
}
.title-menu-cate .fa-list-alt{margin-right: 5px;}
.tv_cate_menu_box {
    position: relative;
    display: none;
}
.dmdek {
    font-size: 15px !important;
}
.desktopne {
    display: block;
    position: absolute;
    top: 45px;
    z-index: 999;
    min-width: 250px;
    animation: righttoleft 0.5s ease;
    width: 100%;
}
.head-bot {
    position: relative;
    width: 100%;height: 40px;
}
.overlaymn {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 48%);
        z-index: 9999;
        animation: righttoleft 0.5s forwards;
    }
.tv_cate_menu_box .overlaymn {
        animation: lefttoright 0.5s forwards;
    }
.close_dm {
    display: none;
    color: #000;
    cursor: pointer;
}
/* CSS đáp ứng cho màn hình di động */
@media (max-width: 768px) {
    
    .danhmuc_cate_menu {
        position: relative;
    }

    .title-menu-cate {
            display: block;
    width: auto;
    font-size: 25px;
    }
    .tv_cate_menu_box{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 80%;
        background-color: #fff;
        z-index: 9999;
        transition: left 0.5s;
        transform: translateY(0);
        overflow-y: auto;
    }
    .mobilene {
       
        display: block;
    }
    .close_dm {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 6px;
        float: left;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }
}
.arrow-cate{top: 1px;
    right: 1px;
    position: absolute;
    z-index: 99;
    display: block;
    border-left: 1px solid #d70018;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #d70018;}
/*** end  others menu list cố định không bị ẩn **/
/* Hiệu ứng */
@keyframes righttoleft {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes lefttoright {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}