
  * a,
  * a:hover,
  * a:focus,
  * a:visited,
  * a:active {
    color: black;
    text-decoration: none;
  }
  .aside-anchor::after {
    width: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #808080;
    left: 0;
    right: 0;
    height: 1px;
    border-radius: 1px;
  }
  .aside-anchor::before {
    border-radius: 1px;
    content: "";
    position: absolute;
    background-color: #E2EBE3;
    bottom: 0;
    left: 0;
    height: 1px;
    z-index: 1;
    width: 50%;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  .aside-anchor:hover:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .aside-anchor {
    padding-bottom: 15px;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    font-weight: 500;
  }
  .notice-link {
    font-size: 14px;
    color: #ff0000 !important;
    border-bottom: 1px solid red;
    margin-left: 0.3rem;
  }

  footer, header {
    height: 30px;
    text-align: center;
    color:#fff;
    background-color: rgb(1,47,121);
}

.blog-slider {
    background-image: url("../img/bg-page.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}


@media (min-width: 576px) {
    .blog-slider {
        height: 150px;
    }
}

@media (min-width: 768px) {
    .blog-slider {
        height: 200px;
    }
}
  