/*--------------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:#f7f4d7;
		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(88,18,74,.3));
					filter: drop-shadow(0px 8px 1px rgba(88,18,74,.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(88,18,74,.3));
					filter: drop-shadow(0px 2px 1px rgba(88,18,74,.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:226px;
		}
		/*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:16%;
		}
			.flower01 img {
				width:100%;
			}
		/*flower02*/
		.flower02 {
			position:absolute;
			transform: rotateY(180deg);
			bottom:2%;
			right:0;
			width:14%;
			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: 158px;
			background-size: cover;
			margin-top: -1px;
		}
		.scroll {
			width:5%;
		}
			.scroll img {
				width:100%;
			}
	}
	@media(max-width:1200px) {
		.nav_bottom {
			min-height: 130px;		    
		}
		.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:105px;
		}
	}
	@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:80px;
		}
		.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:69px;
			margin-top: -2px;
		}
		.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 2px 1px rgba(18,80,88,.3));
			-webkit-filter: drop-shadow(0px 2px 1px rgba(18,80,88,.3));
		}
		.ibutton h1 {
			font-size:12px;
		}
		.flower01 {
			bottom: 7%;
		}
		.flower02 {
			bottom: 6%;
		}
		.space {
			padding-top:40vh;
		}
		#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: 48px;
		}
		.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:44px;
		}
	}
	@media(max-width:350px) {
		.flower01 {
			bottom:10%;
		}
		.flower02 {
			bottom: 8%;
		}
	}
/*---ss1-----------------------------------------------------------------------------------------------------------------------------------*/
#ss1 { 
	background:#eee;
	position:relative;
	padding:2% 0 6%;
    margin-top: -1px;
}
/*ss1_title*/
.ss1_title {
	padding: 0 1% 3%;
}
	.ss1_title img {
	  max-width: 100%;
	}
	@media(max-width:1080px) {
		.ss1_title img {
			width:45%;
		}
	}
	@media(max-width:900px) {
		.ss1_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;
	z-index:1;
}

.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 {
	z-index:1;	
	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) {
		#ss1 {
			padding: 2% 0 9%;
		}
	}
	@media(max-width:991px) {
		#ss1 {
			padding: 4% 0 13%;
		}
		.carousel-inner>.item>a>img {
			width:100%;
		}
		.flower01,.flower02 {
			width:20%;
		}
			.flower01 img,.flower02 img {
				width:100%;
			}
	}
	@media(max-width:500px) {
		#ss1 {
			padding: 7% 3% 15%;
		}
		.ss1_title {
			padding: 0 0 2%;
		}
		.flower01, .flower02 {
			width: 25%;
		}
		.bbstory {
			margin-top:20px;
		}
		.ssbg {
			padding:0;
		}
	}
	@media(max-width:425px) {
		.ss1_title {
			padding: 0 0 5%;
		}
	}
/*---ss2---------------------------------------------------------------------------------------------------------------------------------*/
#ss2 {
	background:url(../../images/hosue_01.png) top center, url(../../images/hosue_02.png) top center;
	background-repeat:no-repeat, repeat;
	background-size:auto;
	text-align:center;
	margin-top:30px;
	padding-bottom:2%;
}
	/*ss2_title*/
	.ss2_title {
		position: relative;
		margin: 31px 0 -123px 0;
	}
	/*ss2_list*/
	.ss2_list {
		background:url(../../images/prebk.png), rgba(255,255,255,.85);
		background-repeat:no-repeat, repeat;
		padding:12% 3% 6%;
		border-radius:5px;
		text-align:left;
	}
		.ss2_list a {
			padding:1% 1%;
			float:left;
			width:33%;
			vertical-align:top;
		}
			.ss2_list a img {
				max-width:100%;
			}
			.ss2_list a:hover {
				animation:imgflash 1.2s;
			}
			@media(max-width:1199px) {
				.ss2_list a img {
					width:100%;
				}
				.ss2_title {
				margin: 31px 0 -124px 0;
			}
			}
			@media(max-width:800px) {
				.ss2_list a {
					padding:1%;
					width: 50%;
				}
			}
			@media(max-width:768px) {
				#ss2 {
					padding-bottom:5%;
				}
				.ss2_title img {
					width:70%;
				}
				.ss2_title {
				margin: 31px 0 -93px 0;
			}
			}
			@media(max-width:600px) {
				.ss2_title {
					margin: -13px 0 -58px 0;
				}
				.ss2_list {
					padding: 12% 3% 6%;
				}
				.ss2_title {
				margin: 31px 0 -59px 0;
			}
			}
			@media(max-width:500px) {
				#ss2 {
					padding-bottom: 16%;
				}
				.ss2_list {
					padding: 15% 3% 6%;
					margin: -13px 0 -51px 0;
				}
				.ss2_title img {
					width: 75%;
				}
				.ss2_list a {
					padding: 1%;
				}
			}
			@media(max-width:425px) {
				#ss2 {
					padding-bottom: 18%;
				}
				.ss2_list {
					padding: 14% 3% 6%;
				}
				.ss2_title {
					margin: -13px 0 -83px 0;
				}
				.ss2_list a {
					width:100%;
					text-align:center;
					padding:1%;
				}
				.ss2_list a img {
					width:auto;
					max-width:100%;
				}
				.ss2_title img {
					width: 100%;
				}
			}
			@media(max-width:375px) {
				.ss2_title {
					margin: -5px 0 -79px 0;
				}
			}
			@media(max-width:350px) {
				#ss2 {
					padding-bottom: 20%;
				}
				.ss2_title {
					margin: -5px 0 -73px 0;
				}
			}
/*---ss3---------------------------------------------------------------------------------------------------------------------------------*/
#ss3 {
	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%;
}
	/*ss3_title*/
	.ss3_title {
		position: relative;
		margin: -10px 0 -76px 0;
	}
	/*ss3_list*/
	.ss3_list {
		background:rgba(255,255,255,.85);
		padding:12% 3% 6%;
		border-radius:5px;
		text-align:left;
	}
		.ss3_list a {
			padding:0% 6px 2%;
			float:left;
			width:16.66666666666666%;
			vertical-align:top;
		}
			.ss3_list a img {
				max-width:100%;
			}
			.ss3_list a:hover {
				animation:imgflash 1.2s;
			}
			@media(max-width:1199px) {
				.ss3_list a {
					width:20%;
					padding:0 8px 2%;
				}
			}
			@media(max-width:800px) {
				.ss3_list a {
					width: 25%;
					padding: 0 4px 2%;
				}
			}
			@media(max-width:768px) {
				#ss3 {
					padding-bottom:5%;
				}
				.ss3_title img {
					width:70%;
				}
			}
			@media(max-width:600px) {
				.ss3_title {
					margin: -7px 0 -58px 0;
				}
				.ss3_list {
					padding: 12% 3% 6%;
				}
				.ss3_list li {
					width:33%;
				}
			}
			@media(max-width:500px) {
				#ss3 {
					padding-bottom: 16%;
				}
				.ss3_list {
					padding: 15% 3% 6%;
					margin: -7px 0 -51px 0;
				}
				.ss3_title img {
					width: 75%;
				}
				.ss3_list a {
					width: 33%;
					padding: 0 1% 2%;
				}
			}
			@media(max-width:425px) {
				#ss3 {
					padding-bottom: 18%;
				}
				.ss3_list {
					padding: 14% 3% 6%;
				}
				.ss3_title {
					margin: -5px 0 -41px 0;
				}
				.ss3_list a {
					width:50%;
					padding:3% 1%;
				}
				.ss3_list a img {
					width:auto;
					max-width:100%;
				}
			}
			@media(max-width:375px) {
				.ss3_title {
					margin: -5px 0 -35px 0;
				}
			}
			@media(max-width:350px) {
				#ss3 {
					padding-bottom: 20%;
				}
				.ss3_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;
	margin-top: 30px;
	background-color: #fbfbf1;
}

@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 url(../../images/orange.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 40px;
	font-size:14px;
}
.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 h1 {
	font-size: 20px;
	color: #858585;
	font-weight: 700;
}

#services_100 a {
	color: #353535;
}

#services_100 a:visited,
#services_100 a:focus {
	color: #353535;
}

#services_100 a:hover {
	color: #35c5c5;
}

.h100 {
	padding-bottom: 20px;
}

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

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

.hundred p {
	text-align: center;
}

.animate_Flashing img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-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:#52beb8;
		padding:2% 1%;
		color:#909090;
	}
		.footer_link a {
			display:inline-block;
			color:#000;
			transition:.2s;
		}
			.footer_link a:hover {
				color:#fff;
			}
	/*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*********/
.sort1 {
	color:#eb9025;
}
.sort2 {
	color:#0c91da;
}
.sort3 {
	color:#1da48f;
}
.sort4 {
	color:#4eaa2e;
}
.sort5 {
	color:#aca304;
}
.sort6 {
	color:#fb7c80;
}
.nav-tabs>li {
    float: none;
    margin: 2% 3px 0;
    border-radius: 20px;
    border: solid 1px #00b7ee;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}
.nav-tabs>li:nth-of-type(4),.nav-tabs>li:nth-of-type(5) {
	border: solid 1px #58ccba;
}
.nav-tabs>li:nth-of-type(6),.nav-tabs>li:nth-of-type(7) {
	border: solid 1px #74cc56;
}
.nav-tabs>li:nth-of-type(8),.nav-tabs>li:nth-of-type(9) {
	border: solid 1px #d1c836;
}
.nav-tabs>li:nth-of-type(10) {
	border: solid 1px #eb9025;
}
.nav-tabs>li:nth-of-type(11),.nav-tabs>li:nth-of-type(12),.nav-tabs>li:nth-of-type(13),.nav-tabs>li:nth-of-type(14) {
	border: solid 1px #fb7c80;
}

.nav-tabs > li > a {
	border: none;
	color: #00b7ee;
	font-weight:bold;
	letter-spacing:1px;
	font-size:15px;
	margin:0;
	padding:6px 10px;
}
.nav-tabs>li:nth-of-type(4) a,.nav-tabs>li:nth-of-type(5) a {
	color: #58ccba;
}
.nav-tabs>li:nth-of-type(6) a,.nav-tabs>li:nth-of-type(7) a {
	color: #74cc56;
}
.nav-tabs>li:nth-of-type(8) a,.nav-tabs>li:nth-of-type(9) a {
	color: #d1c836;
}
.nav-tabs>li:nth-of-type(10) a {
	color: #eb9025;
}
.nav-tabs>li:nth-of-type(11) a,.nav-tabs>li:nth-of-type(12) a,.nav-tabs>li:nth-of-type(13) a,.nav-tabs>li:nth-of-type(14) a {
	color: #fb7c80;
}

.nav-tabs > li > a::after {
	content: "";
    background: #32c0ea;
    height: 100%;
    position: absolute;
    width: 0;
    left: 0px;
    top: 0;
	z-index:-1;
    transition: all 300ms ease 0s;
}
.nav-tabs>li:nth-of-type(4) a:after,.nav-tabs>li:nth-of-type(5) a:after {
	background: #58ccba;
}
.nav-tabs>li:nth-of-type(6) a:after,.nav-tabs>li:nth-of-type(7) a:after {
	background: #74cc56;
}
.nav-tabs>li:nth-of-type(8) a:after,.nav-tabs>li:nth-of-type(9) a:after {
	background: #d1c836;
}
.nav-tabs>li:nth-of-type(10) a:after {
	background: #eb9025;
}
.nav-tabs>li:nth-of-type(11) a:after,.nav-tabs>li:nth-of-type(12) a:after,.nav-tabs>li:nth-of-type(13) a:after,.nav-tabs>li:nth-of-type(14) a:after {
	background: #fb7c80;
}


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

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

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
	width:100%;
}

.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;
	}
	.nav-tabs > li > a::after {
		transition:none;
	}
}

@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;
	text-align:center;
}

/*******nav-tabs2*********/
.nav-tabs2>li {
    float: none;
    margin: 2% 3px 0;
    border-radius: 20px;
    border: solid 1px #d6d9da;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
}

.nav-tabs2 > li > a {
	border: none;
	color: #818384;
	font-weight:bold;
	letter-spacing:1px;
	font-size:15px;
	margin:0;
	padding:6px 10px;
}
.nav-tabs2>li: a {
	color: #58ccba;
}
.nav-tabs2 > li > a::after {
	content: "";
    background: #d6d9da;
    height: 100%;
    position: absolute;
    width: 0;
    left: 0px;
    top: 0;
	z-index:-1;
    transition: all 300ms ease 0s;
}

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

.nav-tabs2 > li.active > a,
.nav-tabs2 > li > a:hover {
	border: none;
	color: #5f5e5e !important;
	background: transparent;
	margin:0;
}

.nav-tabs2 > li.active > a::after,
.nav-tabs2 > li:hover > a::after {
	width:100%;
}

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

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

.tab-content2 {
	padding: 20px;
}

@media(max-width:500px) {
	.tab-content2 {
		padding: 20px 0;
	}
	.nav-tabs2 > li > a::after {
		transition:none;
	}
}

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

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

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

.nav-tabs2 {
	border-bottom: 1px solid transparent;
	text-align:center;
}

/*************************
*******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;
	z-index:8;
}
	@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;
					}
				}


/*---legal_top------------------------------------------------------------------------------------------------------------------------------*/
.legal_top {
	background:url(../../images/legal_top.png) bottom center no-repeat;
	background-size:cover;
	min-height:154px;
}
/*section_legal*/
#section_legal {
	background: url(../../images/line.png) top center repeat;
}
	/*legal_title*/
	.legal_title {
	}
	/*legal_mark*/
	.legal_mark {
		border-bottom:solid 1px #959595;
		width:960px;
		max-width:100%;
		margin:0 auto;
		padding:4% 0 1% 0;
	}
		/*city_title*/
		img.city_title {
			vertical-align:middle;
			width:17%;
		}
		.legal_mark ul {
			list-style:none;
			padding:0;
			margin:0;
			display:inline-block;
			vertical-align:middle;
			width:82%;
			padding:0 0 0 1%;
		}
			.legal_mark li {
				font-size:16px;
				color:#545454;
				position:relative;
				vertical-align:middle;
				padding-left:24px;
			}
				.legal_mark li:before {
					content:'';
					width:20px;
					height:20px;
					border-radius:100%;
					position:absolute;
					top:4px;
					left:0;
					background:#32c0ea;
				}
				.legal_mark li:nth-of-type(2):before {
					background:#58ccba;
				}
				.legal_mark li:nth-of-type(3):before {
					background:#74cc56;
				}
				.legal_mark li:nth-of-type(4):before {
					background:#d1c836;
				}
				.legal_mark li:nth-of-type(5):before {
					background:#eb9025;
				}
				.legal_mark li:nth-of-type(6):before {
					background:#fb7c80;
				}
/*legal_bottom*/
.legal_bottom {
	background:url(../../images/legal_bottom.png) top center no-repeat;
	background-size:cover;
	min-height:146px;
}
	@media screen and (max-width:650px) {
		img.city_title {
			width: 25%;
			display: block;
			padding-bottom: 1%;
		}
		.legal_mark ul {
			width:100%;
		}
		.legal_mark li {
			padding: 0% 0 1% 4%;
		}
		.legal_mark li:before {
			width:16px;
			height:16px;
			top:6px;
		}
	}
	@media screen and (max-width:500px) {
		img.city_title {
			width: 35%;
			padding-bottom: 2%;
		}
		.nav-tabs>li {
			margin: 4% 3px 0;
		}
		.legal_mark li {
			padding: 0% 0 1% 5%;
			font-size:14px;
		}
	}
	@media screen and (max-width:425px) {
		.legal_mark li {
			padding: 0% 0 1% 6%;
		}
		img.city_title {
			width:40%;
		}
	}
	@media screen and (max-width:375px) {
		.nav-tabs>li {
			width:47%;
		}
	}
				
/*---news strat-------------------------------------------------------------------------------------------------------------------------------*/
/*news_title*/
.news_title {
	padding: 0 1% 1% 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 p a {
			font-size:13px;
		}
	.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;
	}
	.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-------------------------------------------------------------------------------------------------------------------------------*/
		
		

