.scrollCategoryMobile {
  background: #fff;
  padding: 0.75rem 0rem 1.25rem;
  margin: 0rem 1rem;
  border-bottom: 1px solid var(--white-3, #ECF2F7);
}
.scrollCategoryMobile button {
  border-radius: 6.25rem;
  background: var(--white-3, #ECF2F7);
  width: 100%;
  text-align: left;
  border: unset;
  padding: 0px;
  display: flex;
  height: 2.5rem;
  align-items: center;
  padding: 0px 1rem 0px 1.25rem;
}
.scrollCategoryMobile button span {
  display: block;
  position: relative;
  color: var(--main-1, #293A8E);
  font-family: "Semi";
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  text-align: left;
  width: 100%;
}
.scrollCategoryMobile button span svg {
  position: absolute;
  top: 2px;
  right: 0px;
}
.scrollCategoryMobile button:hover {
  background: var(--white-3, #ECF2F7);
}
.scrollCategoryMobile button:focus {
  background: var(--white-3, #ECF2F7);
}
.scrollCategoryMobile button:active {
  background: var(--white-3, #ECF2F7) !important;
}

.scrollCategoryMobile {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: none;
}

.scrollCategoryMobileTop {
  animation-name: exampletop;
  animation-duration: 0.3s;
  top: 0px;
}

@keyframes exampletop {
  from {
    top: 53px;
  }
  to {
    top: 0px;
  }
}
.scrollCategoryMobileBottom {
  animation-name: examplecategory;
  animation-duration: 0.3s;
  top: 53px;
}

@keyframes examplecategory {
  from {
    top: 0px;
  }
  to {
    top: 53px;
  }
}
@media screen and (max-width: 768px) {
  .scrollCategoryMobile {
    display: block;
  }
  .containerNewsHot .scrollCategory {
    display: none;
  }
  .newsHot {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbContainer {
    display: none;
  }
  .containerNewsHot .listPostCategory .itemPostCategory h2 {
    font-size: 1.5rem;
  }
}
#exampleScrollCategory .modal-dialog {
  width: 95%;
  max-width: 95%;
  margin-top: 4rem;
}
#exampleScrollCategory .modal-dialog .modal-content {
  position: relative;
  border-radius: 1.25rem;
}
#exampleScrollCategory .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: -35px;
  right: 0px;
  opacity: 1;
  background: unset;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body p {
  border-radius: 6.25rem;
  background: var(--main-1);
  position: relative;
  padding: 0.56rem 2.3rem 0.56rem 1.25rem;
  margin-bottom: 0.5rem;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body p span {
  color: var(--white-1);
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body p svg {
  position: absolute;
  top: 10px;
  right: 12px;
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body a {
  color: var(--black-1, #061020);
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  display: block;
  border-top: 1px solid var(--black-4, #BABABA);
}
#exampleScrollCategory .modal-dialog .modal-content .modal-body a:last-child {
  border-bottom: 1px solid var(--black-4, #BABABA);
  margin-bottom: 1rem;
}

/*# sourceMappingURL=categoryAllMobile.css.map */
