.site_header {
  background: #455A64;
  min-height: 3.5rem;
  z-index: 1030;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25); }

.bg-ku {
  background-color: #0094a9; }

.accommodation-footer {
  padding: 2.5rem  1.5rem; }

.ku-footer {
  color: #fff; }

.accommodation-bg {
  background: url("../img/accommodation-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative; }
  .accommodation-bg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.25); }

.list-course {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0; }
  .list-course-item {
    flex: 1 1 auto;
    width: auto;
    min-height: 3rem;
    border: 2px solid #E0E0E0;
    display: flex;
    margin: 0 .5rem;
    padding: 2.5rem;
    border-radius: .25rem;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.75rem;
    color: #4F4F4F;
    transition: all .25s ease-out; }
    .list-course-item:hover {
      border-color: #0094a9;
      text-decoration: none !important;
      color: #0094a9; }
    .list-course-item.active {
      border-color: #0094a9;
      text-decoration: none !important;
      background: #0094a9;
      color: #ffffff;
      transition: all .5s ease-out; }

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