.imageslide {
	width: 100%;
	height: auto;
}
.imageslide img {
	width: 100%;
	height: auto;
}
.img-gallery {
	width: 100%;
	height: auto;
}
.bluetext {
	color: #1e2a5e;
}
.text-header-en {
	width: 100%;
	height: auto;
	font-family: 'NewCenturySchlbk';
  font-weight: 500;
  font-style: normal;
	font-size: 3.5em;
	text-align: center;
}
.text-header-ch {
	width: 100%;
	height: auto;
}
.text-header-ch img {
	width: 350px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.content-text {
	width: 100%;
	height: auto;
}
.content-text p {
	width: 100%;
	height: auto;
	font-size: 1.4em;
	line-height: 1.4;
}
.content-text ul li {
	width: 100%;
	height: auto;
	font-size: 1.3em;
	line-height: 1.4;
}
.vatrefund {
	width: 150px;
	height: auto;
	float: right;
	margin-top: -95px;
}
.vatrefund-more {
	display: none;
}
.text-space {
	letter-spacing: 2px;
}
.line {
	width: 50%;
	height: 2px;
	background-color: #c8c8c8;
	margin-left: auto;
	margin-right: auto;
}
.text-header {
	width: 100%;
	height: auto;
	font-size: 2em;
	line-height: 1.4;
	font-weight: bold;
}
.text-sub-header {
	width: 100%;
	height: auto;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
}
.text-sub-header a {
	color: #1e2a5e;
}
.text-sub-header a:hover {
	text-decoration: none;
}
.text-content {
	width: 100%;
	height: auto;
	font-size: 1.3em;
	line-height: 1.3;
}
.text-content a {
	color: #1A1A1A;
}
.text-content a:hover {
	text-decoration: none;
}
.social-icon {
	width: 60%;
	height: auto;
}
.map {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

/*XL Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*LG Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.text-header-en {
		font-size: 2.8125em;
	}
	.text-header-ch img {
		width: 250px;
	}
	.content-text p {
		font-size: 1.1875em;
		line-height: 1.4;
	}
	.content-text ul li {
		font-size: 1.1875em;
		line-height: 1.4;
	}
	.vatrefund {
		width: 100px;
		margin-top: -90px;
	}
	.text-content {
		font-size: 1.1875em;
		line-height: 1.4;
	}
	.social-icon {
		width: 70%;
	}
}

/*MD Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.text-header-en {
		font-size: 2.5em;
	}
	.text-header-ch img {
		width: 220px;
	}
	.content-text p {
		font-size: 1.1875em;
		line-height: 1.4;
	}
	.content-text ul li {
		font-size: 1.1875em;
		line-height: 1.4;
	}
	.vatrefund {
		display: none;
	}
	.vatrefund-more {
		display: block;
		width: 90px;
		height: auto;
		position: absolute;
		bottom: 15px;
		right: 0;
	}
	.text-header {
		font-size: 1.625em;
		line-height: 1.4;
	}
	.text-content {
		font-size: 1.1875em;
		line-height: 1.4;
	}
	.social-icon {
		width: 85%;
	}
}

/*SM Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.text-header-en {
		font-size: 1.75em;
	}
	.text-header-ch img {
		width: 180px;
	}
	.content-text p {
		font-size: 1.125em;
		line-height: 1.4;
	}
	.content-text ul li {
		font-size: 1.125em;
		line-height: 1.4;
	}
	.vatrefund {
		display: block;
		width: 100px;
		margin-top: -90px;
	}
	.vatrefund-more {
		display: none;
	}
	.text-header {
		font-size: 1.1875em;
		line-height: 1.4;
	}
	.text-sub-header {
		font-size: 1.1875em;
		line-height: 1.4;
	}
	.text-content {
		font-size: 1em;
		line-height: 1.3;
	}
	.social-icon {
		width: 100%;
	}
	.img-gallery {
		width: 50%;
	}
}

/*XS Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.text-header-en {
		font-size: 1.25em;
	}
	.text-header-ch img {
		width: 130px;
	}
	.content-text p {
		font-size: 1em;
		line-height: 1.4;
	}
	.content-text ul li {
		font-size: 1em;
		line-height: 1.4;
	}
	.vatrefund {
		display: none;
	}
	.vatrefund-more {
		display: none;
	}
	.text-header {
		font-size: 1em;
		line-height: 1.4;
	}
	.text-sub-header {
		font-size: 1em;
		line-height: 1.4;
	}
	.text-content {
		font-size: 0.875em;
		line-height: 1.3;
	}
	.social-icon {
		width: 40%;
	}
	.img-gallery {
		width: 70%;
	}
}
