.filter_box {
    position: relative;
    width: 180px;
    height: 230px;
}
.filter_box img {
    display: block;
    border-radius: 6px;
    width: 240px !important;
    height: 180px;
}
.filter_box p {
    position: absolute;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    margin-bottom: 0;
}
.box_mask_footer {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.89%, rgba(0, 0, 0, .8) 90%);
    border-radius: 6px;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.slide-danhmuc .owl-item {
    width: auto !important;
    margin-right: 10px;
}
.slide-danhmuc .owl-item:last-child {
    margin-right: 0 !important;
}
.slide-danhmuc .owl-buttons {
    position: absolute;
    z-index: 999;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: right;
    bottom: -45px;
    top: auto;
}
.slide-danhmuc .owl-controls .owl-buttons div {
    background: #181460 !important;
    margin: 0 3px !important;
    width: 25px;
    height: 25px;
    padding: 0px 9px !important;
}
.slide-danhmuc .owl-controls .owl-buttons div i {
    color: #fff;
    line-height: 24px;
}
@media (min-width: 992px){
  .slide-danhmuc {
    margin-top: 70px;
}  
}