
.selectDanhMuc {
  display: none;
}

@media screen and (max-width: 992px) {
  .selectDanhMuc {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    min-width: 180px;
    width: 100%;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .selectDanhMuc .dropDownDanhMuc {
    border-radius: 25px;
    padding: 0px 20px;
    height: 46px;
    display: flex;
    align-items: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
    font-family: Barlow;
    border: 1px solid rgb(148, 148, 148);
    cursor: pointer;
  }
  .selectDanhMuc .dropDownDanhMuc .angleDropDown {
    height: 46px;
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .selectDanhMuc .dropDownContent {
    display: none;
    position: absolute;
    top: 38px;
    z-index: 10000000;
    flex-direction: column;
    width: 100%;
    min-width: 180px;
    padding-bottom: 5px;
    border-radius: 0px 0px 25px 25px;
    border-right: 1px solid rgb(148, 148, 148);
    border-left: 1px solid rgb(148, 148, 148);
    border-bottom: 1px solid rgb(148, 148, 148);
    background-color: #262626;
    overflow: hidden;
  }
  .selectDanhMuc .dropDownContent .disableItem {
    pointer-events: none;
    cursor: default;
    color: #227df9 !important;
  }
  .selectDanhMuc .dropDownContent .dropDownItem {
    background-color: #262626;
    padding: 0px 20px;
    height: 46px;
    display: flex;
    align-items: center;
    color: rgb(99, 99, 99);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
  }
  .selectDanhMuc .dropDownContent .dropDownItem a {
    text-decoration: none;
    color: white;
  }
}/*# sourceMappingURL=binhLuan.css.map */