@charset "utf-8";

body {
	font-family: "Microsoft Yahei", sans-serif!important;
}

/*
Maybe i love you
Namct
*/

.banner {
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 500px;
	display: block;
	position: relative;
}

.sologan {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 6%;
}
.sologan p {
	margin: 0;
}
.sologan p img {
	max-width: 100%;
}
.introduct {
	background: url('../img/bg-middle.jpg') top center repeat;
}
.bg-middle {
	background: url('../img/bg-bottom-intro.jpg') bottom center repeat-x;
	min-height: 19px;
}
.text {
	margin-top: 85px;
/*	font-family: 'Microsoft JhengHei', sans-serif;*/
}
.text p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.text .mt20 {
	margin-top: 50px;
}
.text p > span {
	color: #f71a64;
}
.introduct .col-sm-4 img {
	max-width: 100%;
}
.img .map {
    margin-top: -179px;
    position: relative;
    right: -50px;
}
.img .bus {
	margin-top: -70px;
	position: relative;
	margin-bottom: 60px;
}
.what-willer h2 {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 50px;
}
.list-item {
	overflow: hidden;
	margin-bottom: 10px;
}
.list-item .thumb {
	float: left;
	width: 36%;
}
.list-item .thumb img {
	max-width: 100%;
}
.list-item .description {
	float: left;
	width: 64%;
	padding-left: 10px;
	padding-right: 20px;
/*	font-family: 'Microsoft JhengHei', sans-serif;*/
}
.list-item .description p {
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.list-item .note {
	font-size: 15px;
	color: #dc0303;
	font-weight: 600;
}
.img-show img {
	max-width: 100%;
}
.btn-booking {
	margin-top: 30px;
}
.btn-booking a {
	font-size: 25px;
	color: #fff;
	background: url('../img/btn-viewmore.png') top center no-repeat;
	display: block;
	background-size:100%;
	text-align: center;
	min-height: 85px;
	line-height: 75px;
	font-weight: 600;
/*	font-family: 'Microsoft JhengHei', sans-serif;*/
}
.btn-booking a:hover {
	text-decoration: none;
}
.bg-topSeatype {
	background: url(../img/bg-rec.png) top center repeat-x;
	min-height: 16px;
	z-index: 1;
	position: absolute;
	width: 100%;
}
.luxiria-box {
	background: url('../img/bg-luxuria.jpg') top center repeat;
}
.cont-luxia {
    background: url(../img/seat-type.jpg) top center no-repeat;
    min-height: 520px;
    width: 100%;
    background-size: 100%;
}
.cont-luxia h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #f71a64;
	margin-top: 45px;
/*	font-family: 'Microsoft JhengHei', sans-serif;*/
}
.about-willer {
	padding-bottom: 90px;
	padding-top: 80px;
}
.about-us {
	text-align: center;
/*	font-family: 'Microsoft JhengHei', sans-serif;*/
}
.about-us h2 {
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.about-us p {
	font-size: 18px;
	color: #333;
	margin-top: 35px;
	margin-bottom: 0;
	padding: 0 30px;
	font-weight: 400;
}
.company-img {
	padding: 0;
	margin-top: 55px;
}
.company-img p {
	margin: 0;
}
.company-img p img {
	max-width: 100%;
}
.company-img .col-sm-6 {
	float: left;
}
.seat-type {
	background: url('../img/bg-seat.jpg') top center repeat;
	padding: 80px 0;
/*	font-family: 'Microsoft JhengHei', sans-serif;*/
}
.about-seat {
	text-align: center;
}
.about-seat h2 {
	font-size: 40px;
	color: #f39531;
	font-weight: bold;
}
.about-seat p {
	color: #f5e4d1;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 35px;
	padding: 0 30px;
}
.seat-img {}
.seat-img img {
	max-width: 100%;
}
.price {
	padding-top: 70px;
	padding-bottom: 70px;
/*	font-family: 'Microsoft JhengHei', sans-serif;*/
}
.cont-price {
	text-align: center;
	padding: 0 110px;
}
.cont-price div p {
	font-size: 22px;
	color: #333;
	line-height: 28px;
}
.cont-price .text1 {
	margin-bottom: 40px;
}
.cont-price div p span {
	font-size: 30px;
	color: #fa0707;
	font-family: "Microsoft Yahei", sans-serif;
}
.cont-price div p span.font40 {
	font-size: 40px;
	font-family: "Microsoft Yahei", sans-serif;
	font-weight: 800;
}
.btn-viewmore {
	margin-top: 30px;
}
.btn-viewmore a {
	background: url('../img/btn-viewmore.png') top center no-repeat;
	min-height: 85px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 80px;
}
.btn-viewmore a:hover {
	text-decoration: none;
}

.footer {
	background: #333;
	padding: 20px 0;
	text-align: center;
}
.footer .copyright {
    color: #d8d8d8;
    font-size: 13px;
	margin: 0;
}


@media(max-width:1350px) {
	.banner {
		min-height:inherit;
		padding: 200px 0;
	}
	.sologan p img {
		max-width: 70%;
	}
}
@media(max-width:1220px) {
	.img .map {
		right: 0;
		margin-top: -159px;
	}
}
@media(max-width:1130px) {
	.banner {
		padding: 150px 0;
	}
	.sologan p img {
		max-width: 70%;
	}
	.img .map img {
		max-width: 100%;
	}
	.img .bus img {
		max-width: 100%;
	}
	.introduct {
		padding-bottom: 50px;
	}
	.about-us {
		padding: 0 15px;
	}
	.cont-price {
		padding: 0 30px;
	}
}
@media(max-width:1024px) {
	.btn-booking a {
		font-size: 20px;
		min-height: inherit;
		line-height: 66px;
	}
	.cont-luxia {
		min-height: 440px;
	}
}
@media(max-width:991px) {
	.cont-luxia {
		margin-left: 15px;
		margin-right: 15px;
	}
	.cont-luxia {
		min-height: inherit;
		padding: 0 0 293px;
		background-size: auto 100%;
	}

}

@media(max-width:900px) {
	.img .map {
		margin-top: -117px;
	}
}

@media(max-width:850px) {
	.btn-booking a {
		line-height: 52px;
	}
}

@media(max-width:768px) {
	.btn-booking a {
		line-height: 49px;
	}
	.img .map {
		margin-top: -126px;
	}
	.what-willer h2, .about-us h2, .about-seat h2 {
		font-size: 35px;
	}
	.about-seat p {
		padding: 0;
	}
	.about-us p {
		padding: 0;
	}
	.img .map {
		margin-top: 80px;
	}
	.introduct {
		padding-bottom: 30;
	}
}
@media(max-width:767px) {
	.introduct .container, .what-willer .container, .luxiria-box .container, .about-willer .container, .seat-type .container, .price .container {
		width: auto;
	}
}

@media(max-width:700px) {
	.what-willer .col-sm-7, .what-willer .col-sm-5 {
		max-width:100%;
		flex: inherit;
	}
	.img-show, .btn-booking {
		text-align: center;
	}
	.btn-booking {
		max-width: 498px;
		margin: 25px auto;
	}
	.btn-booking a {
		line-height: 85px;
		min-height: 85px;
		background-size: cover;
		display: block;
		width: auto;
	}
	.cont-luxia {
		padding: 0 0 216px;
	}
}
@media(max-width:575px) {
	.img .map {
		margin-top: 0;
		text-align: center;
	}
	.introduct {
		padding-bottom: 0;
	}
	.company-img .col-sm-6 {
		margin-bottom: 15px;
	}
	.cont-luxia {
		padding: 0 0 180px;
	}
	.banner {
		padding: 100px 0;
	}
	.sologan p img {
		max-width: 100%;
	}
	.text {
		margin-top: 30px;
	}
	.cont-price div p {
		line-height: 33px;
	}
	.cont-price {
		padding: 0 15px;
	}
	.btn-booking a, .btn-viewmore a {
		line-height: 60px;
		min-height: 60px;
		background-size: 70%;
		font-size: 18px;
	}
	.cont-luxia h2 {
		margin-top: 25px;
		font-size: 18px;
	}

}


@media(max-width:480px) {
	.btn-booking a, .btn-viewmore a {
		line-height: 50px;
		min-height: 50px;
	}
	.cont-luxia h2 {
		font-size: 19px;
		line-height: 25px;
	}
	.price {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.cont-luxia {
		padding: 0 0 118px;
	}
	.cont-luxia h2 {
		font-size: 17px;
	}
}
@media(max-width:375px) {
	.btn-booking a, .btn-viewmore a {
		line-height: 44px;
		min-height: 44px;
		font-size: 15px;
	}
	.cont-luxia h2 {
		font-size: 16px;
		padding-bottom: 24px;
	}
	.about-willer {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.seat-type {
		padding: 40px 0;
	}
	.what-willer h2, .about-us h2, .about-seat h2 {
		font-size: 30px;
	}
	.about-seat p, .cont-price div p, .about-us p, .list-item .description p, .text p {
		font-size: 17px;
	}
	.cont-luxia {
		padding: 0 0 79px;
	}
}

@media(max-width:320px) {
	
	.cont-luxia h2 {
		font-size: 14px;
	}
	.banner {
		padding: 65px 0;
	}
	.what-willer h2, .about-us h2, .about-seat h2 {
		font-size: 25px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.list-item .thumb {
		float: none;
		width: 100%;
		text-align: center;
	}
	.list-item .description {
		float: none;
		width: 100%;
		padding: 0;
	}
	.list-item {
		margin-bottom: 30px;
		border-bottom: solid 1px #ccc;
	}
	.list-item:last-child {
		border: none;
	}
	.btn-booking a, .btn-viewmore a {
		line-height: 35px;
		min-height: 35px;
		font-size: 12px;
	}
	.about-seat p, .cont-price div p, .about-us p, .list-item .description p, .text p {
		font-size: 15px;
	}
	.cont-price div p span.font40 {
		font-size: 30px;
	}
	.company-img {
		margin-top: 30px;
	}
	.about-willer {
		padding-bottom: 30px;
		padding-top: 20px;
	}
}