/* Danh Mục Drop - Drop JS*/

.hdanhmucdrops,
.hdanhmucdropsjs {
    position: relative;
    width: 270px;
    z-index: 10;
    padding: 0px 10px;
}

.hdanhmucdrops {
    background: #00994b;
}

.hdanhmucdropsjs {
    z-index: 9;
    box-shadow: 0px 0px 10px 0px #00000080;
}

.hdanhmucdrops>.nicescl {
    display: none;
    top: 100%;
    position: relative;
}

.hdanhmucdrops .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-family: 'SVN-Avobold';
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.hdanhmucdrops .title span {
    margin: 0px 15px;
}

.hdanhmucdrops ul,
.hdanhmucdropsjs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
}


/* .hdanhmucdrops ul>li,
.hdanhmucdropsjs ul>li {
    padding: 0px 10px;
} */

.hdanhmucdrops ul>li.line {
    width: 100%;
    margin: 0 auto;
}

.hdanhmucdrops ul>li:first-child a,
.hdanhmucdropsjs ul>li:first-child a {
    border: none;
}

.hdanhmucdrops .nicescl,
.hdanhmucdropsjs .nicescl {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
}

.hdanhmucdrops .nicescl {
    top: 100%
}

.hdanhmucdropsjs .nicescl {
    top: 0%;
}

.hdanhmucdrops ul.content,
.hdanhmucdropsjs ul.content {
    overflow: auto;
    font-size: 14px;
}

.singletext-icon {
    width: 5px;
    height: 9px;
    background: url(../images/b1.png) center / auto no-repeat;
    margin-right: 10px;
}

.hdanhmucdrops ul li,
.hdanhmucdropsjs ul li {
    border-bottom: 1px solid #ccc;
}

.hdanhmucdrops ul li:last-child,
.hdanhmucdropsjs ul li:last-child {
    border-bottom: none
}

.hdanhmucdrops li a,
.hdanhmucdropsjs li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-family: Roboto;
    font-size: 15px;
    color: #0c0c0c;
    text-transform: capitalize;
    text-decoration: none;
    padding: 3px 10px 2px;
}

.hdanhmucdrops li a span.text-split,
.hdanhmucdropsjs li a span.text-split {
    -webkit-line-clamp: 1;
}

.hdanhmucdrops li a i,
.hdanhmucdropsjs li a i {
    margin-right: 10px;
    color: #333;
}

.hdanhmucdrops ul ul,
.hdanhmucdropsjs ul ul {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: 100%;
    display: none;
    position: absolute;
    left: calc(100% - 7px);
    left: -moz-calc(100% - 7px);
    left: -webkit-calc(100% - 7px);
    z-index: 9999;
}

.hdanhmucdrops ul ul li,
.hdanhmucdropsjs ul ul li {
    position: relative;
}

.hdanhmucdrops ul>li:hover>ul,
.hdanhmucdropsjs ul>li:hover>ul {
    display: block;
    -webkit-animation: scale-up-hor-left .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-hor-left .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
}

.hdanhmucdrops ul ul ul,
.hdanhmucdropsjs ul ul ul {
    left: 100%;
    top: 0 !important
}

.hdanhmucdrops i.right,
.hdanhmucdropsjs i.right {
    position: absolute;
}

.hdanhmucdrops i.right,
.hdanhmucdropsjs i.right {
    right: 0;
    font-size: 16px;
}

.hdanhmucdrops i.left,
.hdanhmucdropsjs i.left {
    font-size: 6px;
    margin-right: 10px;
}

.hdanhmucdrops li:hover>a,
.hdanhmucdrops li:hover>a i,
.hdanhmucdropsjs li:hover>a,
.hdanhmucdropsjs li:hover>a i {
    color: #ec2d3f;
}

.hdanhmucdrops .fa-angle-right:before,
.hdanhmucdropsjs .fa-angle-right:before {
    font-size: 15px;
}

@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.box-app-slide {
    float: right;
    width: calc(100% - 290px);
}


/* Width */

.hdanhmucdrops ::-webkit-scrollbar,
.hdanhmucdropsjs ::-webkit-scrollbar {
    width: 1px;
}


/* Track */

.hdanhmucdrops ::-webkit-scrollbar-track,
.hdanhmucdropsjs ::-webkit-scrollbar-track {
    background: #bababa;
}


/* Handle */

.hdanhmucdrops ::-webkit-scrollbar-thumb,
.hdanhmucdropsjs ::-webkit-scrollbar-thumb {
    background: #ec2d3f;
}


/* Handle on hover */

.hdanhmucdrops ::-webkit-scrollbar-thumb:hover,
.hdanhmucdropsjs ::-webkit-scrollbar-thumb:hover {
    background: #fff;
}