@charset "UTF-8";
/* swiper */
.focus-box .swiper-slide img{width:100%}
.focus-box .swiper-pagination .swiper-pagination-bullet {
	width: 1.18667rem;
	height: 1.18667rem;
	margin: 0 0.312rem;
	background: #fff;
}

/* category-item */
.category-item-info{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.category-item-info a.category-item-photo {
	display: flex;
    flex: 1 0 auto;
    align-items: center;
    margin-bottom: 1rem !important;
}
.category-item-info a.category-item-photo img{
	max-height: 168px;
	width: auto !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.category-item-info .category-item-details .category-item-name {
	text-align: center;
	margin-bottom: 1rem !important;
}
.category-item-info .category-item-details .category-item-name a{
	font-size: .95rem;
}

/* about */
.about-layout{ overflow: hidden;margin-top: 20px; padding: 0.75rem 0; }
.about-layout .about-banner { padding-top: 25px; min-height: 250px; }
.about-layout .about-banner img{ max-width: 100%;}
.about-layout .about-link {margin-top: 3rem !important;padding: 1.25rem !important;background: #fff; color: #040e3f; font-size: 15px;}

.topbar {
    margin-bottom: 0rem;
}


/* < 768px */
@media (max-width: 767px) {
    .swiper-container {
		/*min-height: 555px;*/
	}
}

/* >= 768px */
@media (min-width: 768px) {
    
}
