.tab_3 .nav-item .bg-highlightbg{
	color:#ffffff;
	background-color:#BF165E;
}
.cityu-front-books-primo {
    background-image: url(/sites/default/files/2024-09/gczy_primo_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 0;
    position: relative;
}
.cityu-front-books-primo:before{
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;
    z-index: 3;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transform: skew(86deg, 0deg);
}
search-carousel{
	    --width-param: 1000px;
}
.swiper-card .swiper{
	margin: 0 50px;
}
.swiper-card .swiper-slide{
	height: auto;
}

.swiper-card .swiper-slide > *{
	height:100%;
}

.swiper-card .swiper-slide img{
	aspect-ratio: 18 / 23;
    object-fit: cover;
}

.swiper-card .swiper-prev,
.swiper-card .swiper-next{
	position: absolute;
	top:50%;
	z-index: 10;
	font-size:3.25rem;
	color: rgba(255, 255, 255, 1);
}

.swiper-card .swiper-prev{
	left:0;
}

.swiper-card .swiper-next{
	right: 0;
}

.search-form-tab button {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}