@media (min-width: 1920px) {
    .container {
        max-width: 1440px;
    }
}

.cityu-bg-neutral-clean{
    background-color: #f5f5f5;
}
.cityu-h-215{
    height:215px;
}
.cityu-bg-line{
	background: linear-gradient(45deg, #bf165e 0, #bf165e 25%, transparent 25%, transparent 50%, #bf165e 50%, #bf165e 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}


/* temp */
@media (max-width: 1023px) {
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}
.pager ul li.pager-item-number,
      .pager ul li.pager-item-ellipsis {
        display: none;
      }
.pager ul li span {
        display: none;
      }
.pager ul li a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 40px;
        height: 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #343434;
        background-color: #ebeded;
      }
.pager ul li a:hover{
color: rgba(226, 80, 73,1);

}
.pager ul li.is-active a{
background-color:#BF165E;
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));

}
.pager ul li.is-active a:hover {
            color: #343434;
          }
@media (min-width: 960px) {
        .pager ul li.pager-item-number {
          display: block;
        }
  }
@media (min-width: 1024px) {
.pager {
    margin: 40px 0
}
  }