@charset "UTF-8";

/* CSS Document */




.carousel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
}
 @media only screen and (min-width : 741px) and (max-width :960px) {

.carousel {
	margin: 0px 0px 0px 0px;
}
}
 @media only screen and (min-width : 601px) and (max-width :740px) {

.carousel {
	margin: 0px 0px 0px 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.carousel {
	margin: 0px 0px 0px 0px;
}
}

.swiper-container {
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

.swiper-slide img {
	width: 100%;
	font-size: 0;
}

.gallery-top {
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}

.gallery-top2 {
	height: auto;
	width: 100%;
    margin-bottom: 5px;
}

.gallery-thumbs {
	height: auto;
	box-sizing: border-box;
	padding: 1px 0px 0px 0px;
	font-size: 0;
}

.gallery-thumbs2 {
	height: auto;
	box-sizing: border-box;
	padding: 1px 0px 0px 0px;
	font-size: 0;
}
.gallery-thumbs .swiper-slide {
	width: 20%;
	opacity: 0.5;
	border-bottom: 4px solid transparent;
	box-sizing: border-box;
}

.gallery-thumbs2 .swiper-slide {
	width: 20%;
	opacity: 0.5;
	border-bottom: 4px solid transparent;
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-bottom: 4px solid #054363;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	font-size: 0;
}

.gallery-thumbs2 .swiper-slide-thumb-active {
	opacity: 1;
	border-bottom: 4px solid #054363;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	font-size: 0;
}
