.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide p {
	font: 14px "微軟正黑體", "Lato", sans-serif;
	/*height: 160px;*/
}

.container_12 {

}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	-moz-background-size: 50% auto;
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
}

.container_12 .grid_4 {
	width: 280px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 0px;
	right: auto;
}

.swiper-button-prev {
	background-image: url(../images/sw_prev.png);
}

.swiper-button-next {
	background-image: url(../images/sw_next.png);
}

.swiper-pagination-bullet-active {
	background: #525252;
}

@media only screen and (min-width: 992px) {
	.container_12 .grid_4.news_box {
		width: 32.3%;
		margin: 0 0 0 0;
	}

	.container_12 .grid_4.news_box:nth-child(3) {
		width: 32.3%;
		margin: 0 1.5% 0 1.5%;
	}

	.container_12 .grid_4.news_box:last-child {
		width: 32.3%;
		margin: 0 0 0 0;
	}
}

