/*--------------copyright by alva start-------------------------------*/
* {
    padding: 0px;
    margin: 0px;
}

ul {
    margin-bottom: 0px;
	list-style:none;
}

body {
    font-family:Arial, sans-serif, "微軟正黑體", "Microsoft JhengHei";
    position: relative;
    font-size: 15px;
	line-height:30px;
	letter-spacing:1px;
	background:#fff;
	color:#1b1b1b;
}

a {
    display: block;
	color:#333;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
	height: 0;
    line-height: 0;
    font-size: 0;
}
td {
	vertical-align:top;
}


/****************************************************************************************************************************************/
/*----header area-------------------------------------------------------------------------------------------------------------------*/
/*header*/
.header {
}
/*dex area*/
#iCarousel {
	position:fixed;
	top:0;
	left:0;
	z-index:-100;
	width:100vw;
	height:100vh;
}
.carousel-inner {
}
.carousel-item {
	height:100vh;
}
/*item1*/
.item1 {
	background:url(../../flash/dex1.png) top center no-repeat fixed;
	background-size:cover;
	width:100%;
	height:100%;
}
/*item2*/
.item2 {
	background:url(../../flash/dex2.png) top center no-repeat fixed;
	background-size:cover;
	width:100%;
	height:100%;
}
/*item3*/
.item3 {
	background:url(../../flash/dex3.png) top center no-repeat fixed;
	background-size:cover;
	width:100%;
	height:100%;
}
/*item4*/
.item4 {
	background:url(../../flash/dex4.png) top center no-repeat fixed;
	background-size:cover;
	width:100%;
	height:100%;
}
.carousel-fade .carousel-inner .item {
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


/*---mobile ibutton----------------------------------------------------*/
.mibutton {
	position: fixed;
	top:3%;
    right:1%;
	width: 50px;
	height: 40px;
	padding: 0 10px;
	z-index: 10;
	cursor:pointer;
	display:none;
}
	.mibutton span {
		display: inline-block;
		width: 29px;
		height: 2px;
		transition: .3s ease all;
		position: absolute;
		left:11px;
		background:#000;
	}
		.mibutton span:nth-child(1) {
			top:10px;
		}
		.mibutton span:nth-child(2) {
			top:18px;
		}
		.mibutton span:nth-child(3) {
			top:26px;
		}
	.mibutton_ani span {
		background:#c9aa0f;
	}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform:rotate(45deg);
					transform:rotate(45deg);
			-webkit-transform-origin:left top;
					transform-origin:left top;
		}
		.mibutton_ani span:nth-child(2) {
			display: none;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-45deg);
					transform:rotate(-45deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
		}
/*---navbar-----------------------------------------------------------------------------------------------------------------------------*/
#navbar {
	text-align:center;
	position:relative;
}
	#navbar:after {
		background:url(../../images/nav_bg.png) top center no-repeat;
		background-size:cover;
		position:absolute;
		content:'';
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	/*navbar*/
	.navbar {
		background:#eeeeee;
		min-height:inherit;
		border-radius:0px;
		margin:0;
		padding:3% 0 0 0;
	}
		/*navlogo*/
		.navlogo {
			position:relative;
			z-index:5;
			display:none;
			-webkit-filter: drop-shadow(0px 8px 1px rgba(18,80,88,.3));
					filter: drop-shadow(0px 8px 1px rgba(18,80,88,.3));
					transition:.2s linear;
		}
			.navlogo:hover {
				-webkit-filter: drop-shadow(0px 7px 1px rgba(255,255,255,.5));
						filter: drop-shadow(0px 7px 1px rgba(255,255,255,.5));
			}
		/*ibutton*/
		.ibutton {
			z-index: 5;
			position: relative;
		}
			.ibutton ul {
			}
				.ibutton li {
					display:inline-block;
					vertical-align:bottom;
					padding:0 1%;
					-webkit-filter: drop-shadow(0px 2px 1px rgba(18,80,88,.3));
					filter: drop-shadow(0px 2px 1px rgba(18,80,88,.3));
					transition:.3s linear;
				}
				li.lilogo {
				}
					.ibutton li:hover {
						transform:translateY(5px);
						-webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
						filter: drop-shadow(0px 0px 5px rgba(255,255,255,.8));
					}
					.ibutton .lilogo:hover {
						transform:translateY(0px);
						-webkit-filter: drop-shadow(0px 7px 1px rgba(255,255,255,.5));
						filter: drop-shadow(0px 7px 1px rgba(255,255,255,.5));
					}
					@keyframes imgflash {
						0% {
							opacity:.6;
						}
						100% {
							opacity:1;
						}
					}
			.ibutton h1 {
				opacity:0.001;
				text-align:center;
				font-weight:bold;
				margin:0;
				font-size:20px;
			}
		/*nav_bottom*/
		.nav_bottom {
			background:url(../../images/nav_bottom.png) top center no-repeat;
			min-height:146px;
		}
		/*scroll*/
		.scroll {
			position:absolute;
			bottom:-14%;
			left:48%;
			transform:translateX(-50%);
			animation:move .8s ease-in infinite alternate;
			z-index:5;
		}
			@keyframes move {
				0% {
					transform:translateY(0px);
				}
				50% {
				}
				100% {
					transform:translateY(10px);
					opacity:.8;
				}
			}
		/*flower01*/
		.flower01 {
			position:absolute;
			bottom:0;
			left:0;
			width:20%;
		}
			.flower01 img {
				width:100%;
			}
		/*flower02*/
		.flower02 {
			position:absolute;
			bottom:2%;
			right:0;
			width:22%;
			overflow:hidden;
		}
			.flower02 img {
				width:100%;
			}
/*space*/
.space {
	min-height:350px;
}
/*bnb_top*/
.bnb_top {
	background:url(../../images/bnb_top.png) bottom center no-repeat;
	min-height:156px;
	background-size:cover;
}
	@media(max-width:1440px) {
		.ibutton li {
			width:9%;
		}
			.ibutton li img {
				width:100%;
			}
		li.lilogo {
			width:20%;
		}
		.nav_bottom {
			min-height: 100px;
			background-size: cover;
		}
		.scroll {
			width:5%;
		}
			.scroll img {
				width:100%;
			}
	}
	@media(max-width:1200px) {
		.nav_bottom {
			min-height: 90px;
		}
		.space {
			min-height: 280px;
		}
	}
	@media(max-width:1015px) {
		li.lilogo {
			width:21%;
		}
		.scroll {
			width: 6%;
			left:47%;
		}
			.scroll img {
				width:100%;
			}
		.flower01 {
			bottom:10%;
		}
		.flower02 {
			bottom:13%;
		}
		.bnb_top {
			min-height:77px;
		}
		.space {
			min-height: 240px;
		}
	}
	@media(max-width:920px) {
		.space {
			min-height: 200px;
		}
		.bnb_top {
			min-height:70px;
		}
		.flower01 {
			bottom: 21%;
		}
		.flower02 {
			bottom: 20%;
		}
		.nav_bottom {
			min-height:65px;
		}
	}
	@media(max-width:768px) {
		.mibutton {
			display:block;
		}
		li.lilogo {
			display:none;
		}
		.ibutton {
			display:none;
		}
		.navlogo {
			display:inline-block;
			width:22%;
		}
			.navlogo img {
				width:100%;
			}
		.nav_bottom {
			min-height:55px;
		}
		.scroll {
			bottom:-18%;
			display:none;
		}
		#navbar {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 9;
		}
		#navbar:after {
			background-size:contain;
		}
		.ibutton {
			padding-top: 3%;
		}
		.ibutton li {
			width: 12%;
		}
		.space {
			min-height: 200px;
			padding-top: 50vh;
		}
	}
	@media(max-width:600px) {
		.navbar {
			padding:2% 0 0 0;
		}
		.navlogo {
			width: 25%;
		}
		.nav_bottom {
			min-height:44px;
		}
		.ibutton li {
			width:14%;
		}
		.flower01 {
			bottom: 0%;
		}
		.flower02 {
			bottom: -4%;
		}
		.bnb_top {
			min-height: 48px;
		}
	}
	@media(max-width:425px) {
		body {
			background: url(../../images/pattern.png) repeat,#fff;
		}
		.navlogo {
			width:30%;
		}
		.ibutton li {
			width: 20%;
			padding: 1%;
			filter: drop-shadow(0px 3px 1px rgba(18,80,88,.3));
			-webkit-filter: drop-shadow(0px 3px 1px rgba(18,80,88,.3));
		}
		.ibutton h1 {
			font-size:12px;
		}
		.flower01 {
			bottom: 7%;
		}
		.flower02 {
			bottom: 6%;
		}
		.space {
			padding-top:45vh;
		}
		.bnb_top {
			min-height: 36px;
		}
		#iCarousel {
			position: absolute;
			top: 0;
			left: 0;
			z-index: -100;
			width: 100%;
			height: 35vh;
		}
		.carousel-item {
			height: 50vh;
		}
		.item1,.item2,.item3,.item4 {
			background-attachment:inherit;
		}
		.nav_bottom {
			min-height: 32px;
		}
		.mibutton {
			display:none;
		}
		.ibutton ul {
			display:none;
		}
	}
	@media(max-width:375px) {
		.navlogo {
			width: 28%;
		}
		.flower01 {
			bottom: 8%;
		}
		.flower02 {
			bottom: 6%;
		}
		.space {
			padding-top:40vh;
		}
		.nav_bottom {
			min-height:32px;
		}
	}
	@media(max-width:350px) {
		.flower01 {
			bottom:10%;
		}
		.flower02 {
			bottom: 8%;
		}
	}
/*---ad1-----------------------------------------------------------------------------------------------------------------------------------*/
#ad1 { 
	background:#eee;
	position:relative;
	padding:2% 0 6%;
}
/*ad1_title*/
.ad1_title {
	padding: 0 1% 3%;
}
	.ad1_title img {
		max-width:100%;
	}
	@media(max-width:900px) {
		.ad1_title img {
			width:auto;
			max-width:95%;
		}
	}
/*************************
*******bbstory ******
**************************/
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.carousel-fade .carousel-control {
	top:45%;
	background-image: none;
}

.bbstory {
	background-image: url(../../images/bbbg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-size: auto;
	min-height: 350px;
}

.bbstory img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

@media(max-width:1200px) {
	.bbstory {
		background-image: url(../../images/bbbg.jpg);
		background-position: center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		min-height: 50px;
	}
}

@media(max-width:991px) {
	.bbstory {
		background-image: url(../../images/bbbg.jpg);
		background-position: center;
		background-repeat: repeat-y;
		background-size: cover;
		margin-top: 40px;
		margin-left: 0px;
		min-height: 50px;
	}
}

@media(max-width:550px) {
	.bbstory {
		background-image: url(../../images/bbbg.jpg);
		background-position: center;
		background-repeat: repeat-y;
		background-size: 100% auto;
	}
}

.bnbsay {
	overflow: auto;
}

.bnbsay {
	padding:0;
}
.bnbsay p a {
	display:inline-block;
	transition:.2s ease-in;
}
	.bnbsay p a:hover {
		color:#65c1c1;
	}
/*************************
*********ssbg******
**************************/
.ssbg {
	
	background-position: center;
	background-repeat: repeat-y;
	background-size: 99% 100%;
}
#carousel-bounding-box {
	border:solid 1px #fff;
	box-shadow:0px 0px 3px rgba(0,0,0,.3);
}

.ssbgin {
    background: url(../../images/ssbg.jpg);
}

.partners ul li img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.partners ul {
	margin: 0;
	padding: 0;
}

.partners ul li {
	display: inline-block;
	float: left;
	width: 16.66666666666667%;
    border: #ffffff 1px solid;
	cursor:pointer;
}

@media(max-width:992px) {
	.partners ul li {
		display: inline-block;
		float: left;
		width: 12.5%;
	}
	.ssbg {
		margin-bottom:5%;
	}
}

@media(max-width:992px) {
	.partners ul li {
		display: inline-block;
		float: left;
		width: 12.5%;
	}
}

@media(max-width:400px) {
	.partners ul li {
		display: inline-block;
		float: left;
		width: 16.66666666666667%;
	}
}

.partners ul li img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
@media(max-width:1200px) {
	.ssbg {
		margin-right: 0px;
		margin-left: 0px;
	}
}
/*flower01*/
.flower01 {
	position:absolute;
	bottom:0;
	left:0;
}
/*flower02*/
.flower02 {
	position:absolute;
	bottom:0;
	right:0;
}
	@media(max-width:1440px) {
		#ad1 {
			padding: 2% 0 9%;
		}
	}
	@media(max-width:991px) {
		#ad1 {
			padding: 4% 0 13%;
		}
		.carousel-inner>.item>a>img {
			width:100%;
		}
		.flower01,.flower02 {
			width:45%;
		}
			.flower01 img,.flower02 img {
				width:100%;
			}
	}
	@media(max-width:500px) {
		#ad1 {
			padding: 7% 3% 15%;
		}
		.ad1_title {
			padding: 0 0 2%;
		}
		.flower01, .flower02 {
			width: 49%;
		}
		.bbstory {
			margin-top:20px;
		}
		.ssbg {
			padding:0;
		}
	}
	@media(max-width:425px) {
		.ad1_title {
			padding: 0 0 5%;
		}
	}
/*---ad2---------------------------------------------------------------------------------------------------------------------------------*/
#ad2 {
	background: url(../../images/bnb_bg.png) top center repeat-x,rgba(197, 166, 24, 0.9);
	background-size:auto;
	text-align:center;
	margin-top:30px;
	padding-bottom:2%;
}
	/*ad2_title*/
	.ad2_title {
		position: relative;
		margin: -10px 0 -76px 0;
	}
	/*ad2_list*/
	.ad2_list {
		background:rgba(255,255,255,.85);
		padding:9% 3% 6%;
		border-radius:5px;
		text-align:left;
	}
		.ad2_list a {
			padding:1%;
			float:left;
			width:33%;
			vertical-align:top;
		}
			.ad2_list a img {
				max-width:100%;
			}
			.ad2_list a:hover {
				animation:imgflash 1.2s;
			}
			@media(max-width:1199px) {
				.ad2_list a img {
					width:100%;
				}
			}
			@media(max-width:800px) {
				.ad2_list a {
					padding: 3% 5%;
					width: 50%;
				}
			}
			@media(max-width:768px) {
				#ad2 {
					padding-bottom:5%;
				}
				.ad2_title img {
					width:70%;
				}
			}
			@media(max-width:600px) {
				.ad2_title {
					margin: -7px 0 -58px 0;
				}
				.ad2_list {
					padding: 12% 3% 6%;
				}
			}
			@media(max-width:500px) {
				#ad2 {
					padding-bottom: 16%;
				}
				.ad2_list {
					padding: 15% 3% 6%;
					margin: -7px 0 -51px 0;
				}
				.ad2_title img {
					width: 75%;
				}
				.ad2_list a {
					padding: 3% 2%;
				}
			}
			@media(max-width:425px) {
				#ad2 {
					padding-bottom: 18%;
				}
				.ad2_list {
					padding: 14% 3% 6%;
				}
				.ad2_title {
					margin: -8px 0 -41px 0;
				}
				.ad2_list a {
					width:100%;
					text-align:center;
					padding: 3% 1%;
				}
				.ad2_list a img {
					width:auto;
					max-width:100%;
				}
				.ad2_title img {
					width: 100%;
				}
			}
			@media(max-width:375px) {
				.ad2_title {
					margin: -5px 0 -35px 0;
				}
			}
			@media(max-width:350px) {
				#ad2 {
					padding-bottom: 20%;
				}
				.ad2_title {
					margin: -5px 0 -33px 0;
				}
			}
/*---ad3---------------------------------------------------------------------------------------------------------------------------------*/
#ad3 {
	background: url(../../images/bnb_bg2_01.png) top center repeat-x, url(../../images/bnb_bg2_02.png) bottom center repeat-x,rgba(21,91,101,.9);
	background-size:auto;
	text-align:center;
	margin-top:30px;
	padding-bottom:2%;
}
	/*ad3_title*/
	.ad3_title {
		position: relative;
		margin: -10px 0 -76px 0;
	}
	/*ad3_list*/
	.ad3_list {
		background:rgba(255,255,255,.85);
		padding:12% 3% 6%;
		border-radius:5px;
		text-align:left;
	}
		.ad3_list a {
			padding:0% 6px 2%;
			float:left;
			width:16.66666666666666%;
			vertical-align:top;
		}
			.ad3_list a img {
				max-width:100%;
			}
			.ad3_list a:hover {
				animation:imgflash 1.2s;
			}
			@media(max-width:1199px) {
				.ad3_list a {
					width:20%;
					padding:0 8px 2%;
				}
			}
			@media(max-width:800px) {
				.ad3_list a {
					width: 25%;
					padding: 0 4px 2%;
				}
			}
			@media(max-width:768px) {
				#ad3 {
					padding-bottom:5%;
				}
				.ad3_title img {
					width:70%;
				}
			}
			@media(max-width:600px) {
				.ad3_title {
					margin: -7px 0 -58px 0;
				}
				.ad3_list {
					padding: 12% 3% 6%;
				}
				.ad3_list li {
					width:33%;
				}
			}
			@media(max-width:500px) {
				#ad3 {
					padding-bottom: 16%;
				}
				.ad3_list {
					padding: 15% 3% 6%;
					margin: -7px 0 -51px 0;
				}
				.ad3_title img {
					width: 75%;
				}
				.ad3_list a {
					width: 33%;
					padding: 0 1% 2%;
				}
			}
			@media(max-width:425px) {
				#ad3 {
					padding-bottom: 18%;
				}
				.ad3_list {
					padding: 14% 3% 6%;
				}
				.ad3_title {
					margin: -5px 0 -41px 0;
				}
				.ad3_list a {
					width:50%;
					padding:3% 1%;
				}
				.ad3_list a img {
					width:auto;
					max-width:100%;
				}
			}
			@media(max-width:375px) {
				.ad3_title {
					margin: -5px 0 -35px 0;
				}
			}
			@media(max-width:350px) {
				#ad3 {
					padding-bottom: 20%;
				}
				.ad3_title {
					margin: -5px 0 -33px 0;
				}
			}
/*************************
*****services_city******
**************************/

#services_city {
	background: url(../../images/allbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: inherit;
	padding: 40px 0px;
	font-size:14px;
}

@media screen and (max-width: 1200px) {
	#services_city {
		background: url(../../images/allbgm.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 40px 0px;
	}
}

@media screen and (max-width: 992px) {
	#services_city {
		background: url(../../images/allbgs.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 40px 0px;
	}
}

@media screen and (max-width: 767px) {
	#services_city {
		background: #fbfbf1;
		padding: 40px 0px;
		min-height: 200px;
	}
}

@media(max-width:992px) {
	.project_five ul li {
		display: inline-block;
		float: left;
		width: 25%;
	}
	.project {
		margin: 40px 0px;
	}
}

.city {
	min-height: 30vh;
}

.city a {
	color: #35c5c5;
}

.city a:visited {
	color: #35c5c5;
}

.city a:hover,
a:focus {
	color: #000000;
}

/*************************
*****services_search******
**************************/

.searchtop {
	background-image: url(../../images/searchtop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 26px;
}

.searchbg {
	background-image: url(../../images/searchbg.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
	min-height: 260px;
	padding-bottom: 40px;
	font-size:14px;
	letter-spacing:0;
}

.searchbg ul {
	list-style-type: disc;
	width:60%;
	margin:0 auto;
}
	.searchbg li {
		list-style-position: inside;
		vertical-align:top;
		width:33%;
		padding:2px 1%;
		letter-spacing:1px;
		float:left;
	}
		.searchbg li a {
			transition:.2s linear;
		}
		.searchbg li a:hover {
			color:#35c5c5;
		}


@media(max-width:1500px) {
	.search ul {
		margin: 0;
		padding-left: 50px;
	}
}
@media(max-width:1200px) {
	.searchbg ul {
		width:100%;
		max-width:100%;
	}
}
@media(max-width:991px) {
	.searchbg ul {
		width:100%;
		max-width:100%;
		transform:translateX(0);
	}
	.searchbg li {
		width:33%;
	}
}
@media(max-width:560px) {
	.searchbg ul {
		padding-left:0%;
	}
	.searchbg li {
		width:50%;
	}
}
@media(max-width:410px) {
	.searchbg ul {
		padding-left:10%;
	}
	.searchbg li {
		width:100%;
	}
}

.search_01 {
	background-image: url(../../images/search_01.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 479px;
}

.search_02 {
	background-image: url(../../images/search_02.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 239px;
}

.search_05 {
	background-image: url(../../images/search_05.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 240px;
}

.search_03 {
	background-image: url(../../images/search_03.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 479px;
}

.search_04 {
	background-image: url(../../images/search_04.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 479px;
}

@media(max-width:767px) {
	.search_03 {
		min-height: 250px;
	}
	.search_04 {
		min-height: 350px;
	}
}

.search a {
	color: #353535;
}

.search a:visited,
.search a:focus {
	color: #353535;
}

.search a:hover {
	color: #35c5c5;
}

/*************************
*******services_100 ******
**************************/

#services_100 {
	background: #edf5e5;
	padding-bottom: 40px;
	font-size:14px;
	padding:2em 0;
}
#services_100 img {
	margin:0 auto;
	max-width:100%;
	text-align:center;
}
.life {
	text-align:center;
	padding-top:2em;
}
.life a {
}
.life p {
	display:block;
	text-align:center;
	line-height:17px;
	padding-top:5px;
	color:#000;
}
.life a:hover img {
	animation: flash 1.5s ease-in-out;
}
.life a:hover p {
	color: #35c5c5;
}
#services_100 a {
	color: #353535;
	margin-bottom:1rem;
}

.h100 {
	padding-bottom: 20px;
}

.h100 ul {
	padding-left: 40px;
	margin: 0;
}

.h100 ul li {
	float: left;
	width: 100%;
}

.hundred p {
	text-align: center;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width:992px) {
	.h100 ul li {
		font-size: 12px;
	}
}

@media screen and (max-width:767px) {
	.h100 ul li {
		font-size: 14px;
	}
}

@media screen and (max-width:350px) {
	.hundred p {
		font-size: 12px;
	}
}

.newsline1 {
	background-image: url(../../images/newsline.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 22px;
}

.animate_flash img {
	max-width: 100%;
}

/*---footer------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	background:#dadada;
	text-align:center;
}
	/*travel*/
	.travel {
		padding:4% 0;
	}
		.travel ul {
		}
			.travel li {
				display:inline-block;
				vertical-align:top;
				padding:0 1%;
				width:20%;
			}
				.travel li:hover {
					animation:imgflash 0.5s ease-in;
				}
	/*footer_list*/
	.footer_list {
		color:#565353;
		padding-bottom:3%;
	}
		/*f_logo*/
		.f_logo {
			display:inline-block;
			vertical-align:bottom;
			width:20%;
		}
		/*f_service*/
		.f_service {
			display:inline-block;
			vertical-align:top;
			text-align:left;
			width:32%;
		}
			/*house*/
			.house {
			}
			.f_service ul {
			}
				.f_service li {
					padding:5% 0 0;
				}
					.f_service a {
						display:inline-block;
						font-size:18px;
						transition:.2s;
					}
						.f_service a:hover {
							color:#ff9d00;
						}
					.f_service li span {
						border-bottom:solid 1px #565353;
						width:85%;
						display:inline-block;
						vertical-align:top;
					}
			i {
				border-bottom:0px;
				width:8%;
				color:#f5a525;
				font-size:20px;
			}
			.fa-chevron-right,.fa-chevron-left {
				color:#fff;
			}
		/*f_info*/
		.f_info {
			display:inline-block;
			vertical-align:top;
			text-align:left;
			width:32%;
		}
			.f_info ul {
			}
				.f_info li {
					padding:5% 0 0;
				}
					.f_info li span {
						border-bottom:dashed 1px #565353;
						display:inline-block;
						width:80%;
						vertical-align:top;
					}
	/*footer_link*/
	.footer_link {
		background:#ebebeb;
		padding:2% 1%;
		color:#909090;
	}
		.footer_link a {
			display:inline-block;
			color:#909090;
			transition:.2s;
		}
			.footer_link a:hover {
				color:#000;
			}
	/*copyright*/
	.copyright {
		background:#2d2d2d;
		color:#fff;
		padding:2%;
	}
	@media screen and (max-width: 992px) {
		.travel {
			padding: 5% 0;
		}
			.travel li {
				padding:0 3%;
			}
				.travel li img {
					width:100%;
				}
		.f_logo {
			padding: 1%;
			display: block;
			margin: 0 auto;
			width: 25%;
		}
			.f_logo img {
				width:100%;
			}
		.house img {
			width:100%;
		}
		.footer_link {
			padding:2%;
		}
		.copyright {
			padding:3%;
		}
		.f_service,.f_info {
			width:45%;
		}
	}
	@media screen and (max-width: 768px) {
		.copyright img {
			width:16%;
		}
	}
	@media screen and (max-width: 650px) {
		.travel li {
			width:22%;
		}
		.f_logo {
			width:33%;
		}
		.f_service, .f_info {
			width: 80%;
			padding:2% 0;
		}
		.f_info li span {
			width:85%;
		}
	}
	@media screen and (max-width: 450px) {
		.travel li {
			width:23%;
			padding:0;
		}
		.f_logo {
			width:50%;
		}
		.f_service, .f_info {
			width: 90%;
			padding:2% 0;
		}
		.footer_link {
			padding: 3%;
		}
		.copyright {
			padding:4%;
			font-size:13px;
		}
	}
	@media screen and (max-width: 375px) {
		i {
			width:10%;
			font-size:18px;
		}
		.f_logo {
			width:53%;
		}
		.copyright img {
			width: 20%;
		}
	}
/* Underline From Center */

.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #35c5c5;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}


/**************************/

.tab-content a {
	color: #35c5c5;
}

.tab-content a:visited {
	color: #35c5c5;
}

.tab-content a:hover,
a:focus {
	color: #000000;
}

@media(max-width:500px) {
	.tab-content {
		font-size: 13px;
	}
}

@media(max-width:320px) {
	.tab-content {
		font-size: 12px;
	}
}


/****************/

.nav-tabs {
	border-bottom: 2px solid #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-width: 0;
}

.nav-tabs > li > a {
	border: none;
	color: #666;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
	border: none;
	color: #35c5c5 !important;
	background: transparent;
}

.nav-tabs > li > a::after {
	content: "";
	background: #35c5c5;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
	transform: scale(1);
}

.tab-nav > li > a::after {
	background: #35c5c5 none repeat scroll 0% 0%;
	color: #fff;
}

.tab-pane {
	padding: 15px 0;
}

.tab-content {
	padding: 20px;
}

@media(max-width:500px) {
	.tab-content {
		padding: 20px 0;
	}
}

@media(max-width:370px) {
	.tab-pane > [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
	}
}

.nav-tabs>li.active>a:focus {
	background-color: transparent;
}

.nav-tabs>li.active>a:hover {
	background-color: transparent;
}

.nav-tabs {
	border-bottom: 1px solid transparent;
}

/*************************
*******container0****two new*****
**************************/

.container0 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container0:before,
.container0:after {
	display: table;
	content: " "
}

.container:after {
	clear: both;
}

.container0:before,
.container0:after {
	display: table;
	content: " "
}

.container0:after {
	clear: both;
}
.center0 .img-responsive {
    margin: 0 auto;
}

@media(min-width:768px) {
	.container0 {
		width: 750px;
	}
}

@media(min-width:992px) {
	.container0 {
		width: 970px;
		/*970*/
	}
}

@media(min-width:1200px) {
	.container0 {
		width: 1170px;
		/*1170*/
	}
}

@media(min-width:1500px) {
	.container0 {
		width: 1450px;
		/*1170*/
	}
}

@media(min-width:1600px) {
	.container0 {
		width: 1550px;
		/*1170*/
	}
}


/*************************
*******container1************
**************************/

.container1 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container1:before,
.container1:after {
	display: table;
	content: " "
}

.container1:after {
	clear: both;
}

.container1:before,
.container1:after {
	display: table;
	content: " "
}

.container1:after {
	clear: both;
}

@media(min-width:768px) {
	.container1 {
		width: 750px;
	}
}

@media(min-width:992px) {
	.container1 {
		width: 950px;
		/*970*/
	}
}

@media(min-width:1200px) {
	.container1 {
		width: 1170px;
		/*1170*/
	}
}

@media(min-width:1920px) {
	.container1 {
		width: 1500px;
		/*1170*/
	}
}

/*************************
*******container2***city***
**************************/
.container2 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container2:before,
.container2:after {
	display: table;
	content: " "
}

.container2:after {
	clear: both;
}

.container2:before,
.container2:after {
	display: table;
	content: " "
}

.container2:after {
	clear: both;
}

@media(min-width:768px) {
	.container2 {
		width: 750px;
	}
}

@media(min-width:992px) {
	.container2 {
		width: 950px;
		/*970*/
	}
}

@media(min-width:1200px) {
	.container2 {
		width: 1000px;
		/*1170*/
	}
}

@media(min-width:1920px) {
	.container2 {
		width: 1300px;
		/*1170*/
	}
}

/*************************
*******container3***city***
**************************/

.container3 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container3:before,
.container3:after {
	display: table;
	content: " "
}

.container3:after {
	clear: both;
}

.container3:before,
.container3:after {
	display: table;
	content: " "
}

.container3:after {
	clear: both;
}

@media(min-width:768px) {
	.container3 {
		width: 750px;
	}
}

@media(min-width:992px) {
	.container3 {
		width: 950px;
		/*970*/
	}
}

@media(min-width:1200px) {
	.container3 {
		width: 1000px;
		/*1170*/
	}
}

/****gotop****/
#gotop {
	position:fixed;
	bottom:0;
	right:1%;
	cursor:pointer;
	display:none;
}
	@media(max-width:768px) {
		#gotop {
			width:8%;
		}
			#gotop img {
				width:100%;
			}
	}
	@media(max-width:500px) {
		#gotop {
			width:10%;
		}
	}
	@media(max-width:425px) {
		#gotop {
			width:11%;
		}
	}
/*---festival--------------------------------------------------------------------------------------------------------------------------*/
.festival {
	margin-bottom:30px;
	padding: 2% 2% 6%;
}
	.festival_ad {
		text-align:center;
		padding:2% 0;
	}
		.festival_ad a {
		}
			.festival_ad a:hover img {
				-webkit-filter: contrast(2);
			}
			.festival_ad img {
				max-width:100%;
				transition:.3s linear;
			}
			@media(max-width:1440px) {
				.festival {
					padding: 2% 2% 9% !important;
				}
			}
			@media(max-width:991px) {
				.festival {
					padding: 4% 2% 13% !important;
				}
			}
			@media(max-width:425px) {
				.festival_ad {
					padding:6% 0;
				}
			}
/*---links---------------------------------------------------------------------------------------------------------------------------------*/
.links {
	background: rgb(220, 220, 220);
    padding: 2%;
    margin:0 2% 4%;
    border-radius: 3px;
}
	.links ul {
		text-align:center;
	}
		.links li {
			display:inline-block;
			vertical-align:middle;
			color:#727272;
		}
			.links li a {
				display:inline-block;
				color:#727272;
				transition:.2s linear;
				vertical-align:top;
			}
				.links li a:hover {
					color:#000;
				}
				@media(max-width:600px) {
					.links {
						margin:0 2% 6%;
					}
					.links li {
						font-size:14px;
					}
					.links li a {
						font-size: 14px;
					}
				}
.note {
	text-align: right;
    padding: 1% 0% 0;
    color: #8e8e8e;
}

/*---mob_button-------------------------------------------------------------------------------------------------------------------------*/
.mob_button {
	text-align:center;
	display:none;
}
	.mob_button ul {
	}
		.mob_button li {
			display: inline-block;
			vertical-align: top;
			padding: 0% 1% 5%;
			width: 22%;
		}
			.mob_button a {
			}
				.mob_button img {
					max-width:100%;
					box-shadow: 1px 2px 3px rgb(195, 195, 195);
				}
				@media screen and (max-width:430px) {
					.mob_button {
						display:block;
					}
					.links {
						display:none;
					}
					.bbstory {
						display:none;
					}
				}
/*---news strat-------------------------------------------------------------------------------------------------------------------------------*/
/*news_title*/
.news_title {
	padding: 0 1% 3% 1%;
}
/*inews*/
.inews {
	padding:0 2%;
	z-index:8;
}
/*inews_list*/
.inews_list {
	position:relative;
	text-align:left;
	border:solid 3px #fff;
	border-radius:12px;
	background: url(../../images/inews_bg_02.png) bottom center no-repeat, url(../../images/inews_bg_01.png) center repeat-y;
	background-size: contain;
    padding: 1em;
    min-height: 340px;
	box-shadow: 3px 2px 3px rgba(0,0,0,.1);
}
	/*inews_deco*/
	.inews_deco {
		text-align:right;
		margin-bottom:2%;
	}
		.inews_deco img {
			max-width:40%;
		}
	.inews_list:after {
		content:'';
		position:absolute;
		right: -6%;
		bottom: -19%;
		background: url(../../images/type.png) top right no-repeat;
		width: 15%;
		height: 25%;
		background-size: contain;
	}
	.inews_list p {
		transition: .2s linear;
	}
	.inews_list td {
		font-size:12px;
		letter-spacing:0;
	}
	.inews_list a {
		transition: .2s linear;
		font-size:15px;
		letter-spacing:1px;
	}
	.inews_list a:hover,.inews_list p:hover {
		color: #e5211b;
	}
/*newsin*/
.newsin {
	text-align: left;
    padding: 0 4%;
    min-height: 500px;
}
	.newsin span {
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
	}
	.newsin p {
		color:#000;
	}
		.inews_list p a {
			font-size:13px;
		}
	.newsin img {
		max-width:100%;
	}
	.newsin a {
		display:inline-block;
		transition: .2s linear;
	}
		.newsin a:hover {
			color: #e5211b;
		}
	@media screen and (max-width:830px) {
		.inews_list:after {
			display:none;
		}
	}
	@media screen and (max-width:500px) {
		.inews {
			padding:0;
		}
		.inews_list {
			min-height:250px;
			padding:2%;
		}
		.news_title {
			padding: 3% 1% 3% 1%;
		}
		.newsin {
			padding:0;
		}
		.inews_list a {
			font-size:14px;
		}
	}
	@media screen and (max-width:430px) {
		.newsin td,.inews_list td {
			display:block;
			width:100%;
			text-align:left;
		}
		.newsin a {
			font-size:14px;
		}
	}
/*---news end-------------------------------------------------------------------------------------------------------------------------------*/

		
		
		

