html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  th, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Oswald', 'Noto Sans TC',sans-serif;
    position: relative;
    font-size: 16px;
	line-height:30px;
	letter-spacing:2px;
	color: #1a1a1a;
	background: url(../../images/pattern.png) repeat,#fff;
	line-height:1.3;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
	margin-bottom: 0px;
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    display: block;
	color:#1a1a1a;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
a:focus, a:hover {
    color: #1a1a1a;
    text-decoration: none;
}
img {
	max-width:100%;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position:fixed;
	bottom: 30%;
    right: 0%;
	cursor:pointer;
	display:none;
	z-index:12;
	transition:.3s ease-in-out;
}
	#gotop:hover {
		transform: translateY(-10px);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:11%;
		}
		#gotop img {
			width:100%;
		}
	}
/*---header--------------------------------------------------------------------------------------------------------------------------------------*/
header {
	background:url(../../images/pattern.png) repeat, #b5ebe2;
	padding:0 1em;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	box-shadow:0px 2px 10px rgba(0,0,0,.3);
	z-index:30;
}
	/*logo*/
	.logo {
		display: inline-block;
		width: 25%;
		vertical-align:middle;
		text-align:left;
	}
		.logo a {
		}
			.logo img {
				max-width:100%;
			}
	/*nav*/
	nav {
		display: inline-block;
		width:70%;
		vertical-align:middle;
		text-align:right;
	}
	#mobmenu {
		display:none;
	}
		ul.first_menu {
			display: inline-block;
			width: 80%;
			vertical-align:middle;
		}
			ul.first_menu>li {
				text-align:left;
				display:inline-block;
				vertical-align:middle;
				width:13%;
				padding: 2em 1%;
				position:relative;
			}
				ul.first_menu>li:after {
					content:'/';
					color:#fff;
					font-size:20px;
					position:absolute;
					right: 8%;
					top: 35%;
				}
					ul.first_menu>li:last-child:after {
						display:none;
					}
				ul.first_menu>li a {
				}
					h1 {
						font-size:18px;
						transition:.3s ease all;
					}
					h2 {
						font-size:12px;
						color:#c24747;
						margin-top:10px;
					}
					ul.first_menu li a:hover h1 {
						color:#c24747;
					}
					/*hover*/
					ul.first_menu>li:hover {
					}
		/*submenu*/
		.submenu {
			background:#c24747;
			position:absolute;
			bottom: -330px;
			left: 0;
			width: 245px;
			height: 320px;
			padding: 1em 0 1em 1em;
			opacity: 0;
			visibility: hidden;
			-webkit-transition: .3s ease-in-out;
			transition: .3s ease-in-out;
		}
			.submenu ul {
				list-style:decimal;
				padding-left:1.5em;
				color: #f7d863;
				line-height: 35px;
			}
				.submenu li {
				}
					.submenu a {
						transition:.3s ease all;
					}
					.submenu a:hover {
						color:#fff;
					}
		.submenu:before {
			content: '';
			width: 180px;
			height: 100%;
			border-style: solid;
			border-width: 320px 200px 0 0px;
			border-color: #c24747 transparent transparent transparent;
			position: absolute;
			top: 0;
			right: -200px;
		}
		/*sub*/
		.sub {
			position:relative;
		}
			.sub:after {
				content:'';
				position:absolute;
				left:-15px;
				top:0;
				height:100%;
				width:1px;
				background:#000;
			}
			.fa-angle-double-right {
				font-size:12px;
			}
		/*lastmenu*/
		.lastmenu {
			position: absolute;
			top: 0;
			right: -200px;
			width: 200px;
			height:100%;
			background: #c24747;
			padding: 1em;
			opacity: 0;
			visibility: hidden;
		}
			.lastmenu ul {
				list-style: disc;
				color: #000;
				font-size: 14px;
				line-height: 28px;
			}
				.lastmenu li {
				}
					.lastmenu a {
					}
		/*language*/
		.language {
			display:inline-block;
			width:140px;
			vertical-align:middle;
			text-align: center;
			border: solid 1px #000;
			padding: 10px 0;
			cursor:pointer;
			position:relative;
		}
		b.switch {
			font-weight:normal;
		}
		.fa-globe {
			color:#c24747;
			font-size:20px;
		}
		/*#google_translate_element*/
		#google_translate_element {
			display:inline-block;
			vertical-align:top;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			opacity: 0;
			width: 100%;
		}
		.goog-te-gadget {
			font-size:0 !important;
		}
		.goog-logo-link {
			display:none;
		}
		.goog-te-combo {
			cursor:pointer;
		}
		.goog-te-gadget .goog-te-combo {
			padding:8px 0;
			margin:0 !important;
			width:100%;
		}
		select {
			font-size: 10pt;
		}
		/*menu show on*/
		.show {
			opacity:1;
			visibility:visible;
			bottom: -320px;
		}
		a.fail {
			cursor: default;
			color:#000 !important;
		}
#mobmenu i {
	font-size:13px;
}
/*****/
ul.lev1 {
	background: #c24747;
}
	ul.lev1>li {
		padding:10px 0;
	}
.lev3 {
	background: #ae3434;
}
.lev3 .sub {
	margin-left: 6em;
}
.lev3 .sub:after {
	width:0;
}
/*mobile*/
.mobile {
	display:none;
}
#nav-icon {
	width:100px;
	height:70px;
	position:fixed;
	top: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 34px;
	background: #1b1b1b;
	border-radius: 9px;
	opacity: 1;
	left: calc(50% - 17px);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 30px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon span:nth-child(2) {
	top: 40px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon span:nth-child(3) {
	top: 50px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#nav-icon.open span {
	background:#fff;
}
#nav-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 53px;
}
	@media screen and (max-width:1500px) {
		header {
			padding:0;
		}
		nav {
			display: inherit;
			width: auto;
		}
		#desk ul.first_menu {
			display:none;
			padding-bottom:1em;
			text-align:center;
			display:none;
			height:0;
			width:0;
		}
		.language {
			width: 115px;
			position: fixed;
			top: 3%;
			right: 3%;
		}
		#mobmenu {
			display:none;
			height:100vh;
			overflow-y:scroll;
			width:100%;
		}
		.logo {
			display: block;
			width: 100%;
			vertical-align: middle;
			text-align: center;
			padding:1% 0;
		}
		.mobile {
			display:block;
		}
		ul.first_menu {
			width:100%;
		}
		ul.first_menu>li {
			width: 16%;
			display: block;
			width: 100%;
			text-align: center;
			padding: 1em 0;
		}
		ul.first_menu>li:after {
			display:none;
		}
		li.hasmenu a {
			position:relative;
		}
		li.hasmenu a:before {
			content: '+';
			position: absolute;
			top:15%;
			right: 45%;
			color: #000;
			font-size: 20px;
		}
		h2 {
			margin-top:5px;
		}
		.submenu {
			position:relative;
			bottom:0;
			width:100%;
			height:auto;
			margin:1% 0;
			display:none;
			padding:1em 0;
			opacity:1;
			visibility:visible;
			transition:none;
		}
		.submenu:before {
			display:none;
		}
		.submenu a:before {
			display:none;
		}
		.submenu ul {
			list-style:none;
		}
		.lastmenu {
			position: relative;
			top: 0;
			right: 0;
			width: 230px;
			height: 100%;
			background: #c24747;
			padding: 0 0 0 4em;
			opacity: 1;
			visibility: visible;
			margin: 0 auto;
			text-align: left;
			display:none;
		}
		.lastmenu ul {
			list-style: disc;
		}
		.show {
			display:none;
		}
	}
	@media screen and (max-width:1300px) {
		.logo img {
			width:260px;
		}
	}
	@media screen and (max-width:580px) {
		b.switch {
			font-size:0;
		}
		.fa-globe {
			font-size:25px;
		}
		.language {
			border:0;
			width:auto;
			padding:0;
			top: 27px;
		}
	}
/***main*********************************************************************************************************************************************/
main {
	position:relative;
}
/*carousel-fade*/
.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;
}
/*dex*/
.dex {
	position:relative;
	z-index:-5;
	margin-top:106px;
}
/*abt_mask*/
.abt_mask {
	background:url(../../images/abt_mask_01.png) bottom right no-repeat;
	background-size:cover;
	min-height:313px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
/*about*/
.about {
	background:#fafae3;
	text-align:center;
	padding-top:1em;
	position:relative;
	z-index:3;
}
	.about img {
		max-width:100%;
		width:44%;
		padding:0 1em;
		margin-bottom:-2%;
	}
	/*abt_text*/
	.abt_text {
		display:inline-block;
		width:40%;
		padding:2em 1em 0 4em;
		vertical-align:top;
	}
		.title {
			text-align:left;
			padding-bottom:30px;
			margin-bottom:30px;
			position:relative;
		}
			.title:after {
				content:'';
				background:#e6b705;
				width:80px;
				height:5px;
				position:absolute;
				bottom:0;
				left:0;
			}
			h3 {
				color:#155765;
				font-size:25px;
				display:inline-block;
				position:relative;
				padding-right:2em;
			}
			h4 {
				color:#c24747;
				font-size:40px;
				display:inline-block;
			}
		.abt_text span {
			display:block;
			text-align:left;
			line-height: 1.5;
			padding-right: 13em;
		}
/*history*/
.history {
	text-align:center;
	padding-bottom:3em;
}
	/*abt_bottom*/
	.abt_bottom {
		background:url(../../images/abt_mask_02.png) top center no-repeat;
		background-size:cover;
		min-height:319px;
		-webkit-filter: drop-shadow(0px 6px 5px #33333326);
		filter: drop-shadow(0px 6px 5px #33333326);
	}
	.history img.circle {
		width: 41%;
		padding: 0 2%;
		max-width:100%;
		vertical-align:top;
		margin-top: -3%;
	}
	/*his_in*/
	.his_in {
		display: inline-block;
		vertical-align: top;
		width: 40%;
		text-align: left;
		padding: 0 3em;
		margin-top: -1%;
	}
		.his_in span {
		}
		/*time_line*/
		.time_line {
			margin-top:4em;
			position:relative;
		}
			.time_line:before {
				content:'';
				background:#fff;
				border:solid 1px #155765;
				width:13px;
				height:13px;
				border-radius: 100%;
				position:absolute;
				top: -6px;
				left: 157px;
			}
			.time_line:after {
				content:'';
				background:#fff;
				border:solid 1px #155765;
				width:13px;
				height:13px;
				border-radius: 100%;
				position:absolute;
				bottom: -6px;
				left: 157px;
				z-index:-1;
			}
			.time_line ul {
				position:relative;
				padding:1em 0;
			}
				.time_line ul:after {
					content:'';
					height:100%;
					width:1px;
					background:#155765;
					position:absolute;
					top:0;
					left: 163px;
				}
				.time_line li {
					position:relative;
				}
					.time_line li:before {
						content:'';
						background:#4787c2;
						width: 9px;
						height: 9px;
						border-radius: 100%;
						position: absolute;
						top: 9px;
						left: 159px;
						z-index: 3;
					}
					.time_line li img {
						width:154px;
						max-width:100%;
					}
					.time {
						position: absolute;
						top: 0;
						right: -175px;
						text-align: left;
						width: 100%;
					}
				.time_line li:nth-of-type(1) {
					margin-bottom:60px;
				}
				.time_line li:nth-of-type(2) {
					margin-bottom:50px;
				}
				.time_line li:nth-of-type(3) {
					margin-bottom:10px;
				}
				.time_line li:nth-of-type(4) {
					margin-bottom:20px;
				}
				.time_line li:nth-of-type(5) {
					margin-bottom:10px;
				}
				.time_line li:nth-of-type(6) {
					margin-bottom:5px;
				}
				.time_line li:nth-of-type(7) {
					margin-bottom:10px;
				}
				@media screen and (max-width:1630px) {
					.abt_text span {
						padding-right:6em;
					}
				}
				@media screen and (max-width:1410px) {
					.abt_text span {
						padding-right:1em;
					}
					.abt_mask {
						min-height:230px;
					}
					.history img.circle {
						width:45%;
					}
					.his_in {
						padding:0 1em;
					}
				}
				@media screen and (max-width:1150px) {
					.abt_mask {
						min-height: 186px;
					}
					.about img {
						width:635px;
						max-width:90%;
					}
					.abt_text {
						display: block;
						width: 760px;
						padding: 4em 0em 3em 0em;
						vertical-align: top;
						margin: 0 auto;
						max-width: 90%;
					}
					.abt_bottom {
						min-height:195px;
					}
					.his_in {
						display: block;
						vertical-align: top;
						width: 760px;
						margin-top: -1%;
						margin: 0 auto;
						max-width: 90%;
						padding: 2em 0 0 5em;
					}
					.history img.circle {
						width: auto;
						max-width: 60%;
						margin-top:-7%;
					}
				}
				@media screen and (max-width:800px) {
					.abt_mask {
						min-height: 130px;
					}
					.dex {
						margin-top: 103px;
					}
					.abt_bottom {
						min-height: 130px;
					}
					.history img.circle {
						max-width:70%;
					}
				}
				@media screen and (max-width:670px) {
					.dex {
						margin-top: 100px;
					}
					.abt_mask {
						min-height: 120px;
					}
					.history img.circle {
						max-width: 90%;
					}
					.his_in {
						padding: 2em 0 0 0em;
					}
				}
				@media screen and (max-width:545px) {
					.abt_mask {
						min-height: 90px;
					}
					.dex {
						margin-top: 98px;
					}
					.abt_bottom {
						min-height: 90px;
					}
					.time {
						right: inherit;
						width: auto;
						left: 176px;
					}
					.time_line li:nth-of-type(6) {
						margin-bottom: 15px;
					}
				}
				@media screen and (max-width: 545px) {
					.dex {
						margin-top: 82px;
					}
				}
				@media screen and (max-width:450px) {
					.logo img {
						width: 240px;
					}
					.dex {
						margin-top: 77px;
					}
					.abt_mask {
						min-height: 75px;
					}
					.abt_text {
						padding: 3em 0em 2em 0em;
					}
					.history img.circle {
						padding:0;
					}
					.time {
						font-size:15px;
						left:155px;
					}
					.time_line {
						margin-top: 3em;
					}
					.time_line li img {
						width:135px;
					}
					.time_line ul:after {
						left:142px;
					}
					.time_line:before,.time_line:after {
						left:136px;
					}
					.time_line li:before {
						left:138px;
					}
					.abt_text span {
						padding-right: 0em;
					}
					h3 {
						font-size:22px;
					}
					h4 {
						font-size: 32px;
						display:block;
					}
					#nav-icon {
						width:75px;
					}
				}
				@media screen and (max-width:380px) {
					.abt_mask {
						min-height: 65px;
					}
					.about img {
						padding:0;
					}
					.time {
						font-size:14px;
					}
					.time_line li:nth-of-type(6) {
						margin-bottom: 20px;
					}
					.logo img {
						width: 225px;
					}
					.dex {
						margin-top: 70px;
					}
				}
				@media screen and (max-width:345px) {
					.abt_mask {
						min-height: 55px;
					}
					.time_line li:nth-of-type(5) {
						margin-bottom: 32px;
					}
				}
/*---business------------------------------------------------------------------------------------------------------------------------------------*/
.business {
	background:url(../../images/business_bg.jpg) repeat;
	position:relative;
}
	/*product*/
	.product {
		position: absolute;
		top:0em;
		right: 0;
		width: 60%;
		height:100%;
	}
	.product2 {
		display:none;
	}
	.product .item {
		height:100%;
	}
	.product img {
	}
	.product .carousel-inner {
		height:100%;
	}
	.product .item:nth-of-type(1) {
		background:url(../../flash/product1.png) right center no-repeat fixed;
		background-size:52%;
	}
	.product .item:nth-of-type(2) {
		background:url(../../flash/product3.png) right center no-repeat fixed;
		background-size:52%;
	}
	.product .item:nth-of-type(3) {
		background:url(../../flash/product4.png) right center no-repeat fixed;
		background-size:52%;
	}
	.product .item:nth-of-type(4) {
		background:url(../../flash/product5.png) right center no-repeat fixed;
		background-size:52%;
	}
	.product .item:nth-of-type(5) {
		background:url(../../flash/product6.png) right center no-repeat fixed;
		background-size:52%;
	}
	/*pro_item*/
	.pro_item {
		background:url(../../images/business_mask.png) top left no-repeat;
		background-size:cover;
		min-height:1120px;
		z-index: 2;
		position: relative;
	}
		/*items*/
		.items {
			text-align:left;
			display: inline-block;
			padding: 8em 1em 2em 14em;
			z-index:5;
			position:relative;
		}
			.items ul {
				list-style: decimal;
				color:#4787c2;
				line-height:2;
				padding-left:1em;
			}
				.items li p {
					color:#1a1a1a;
					border-bottom: solid 1px #1a1a1a;
				    display: inline-block;
					vertical-align:top;
				}
		/*mail_link*/
		.mail_link {
			text-align:center;
			margin-top:130px;
			padding-top:95px;
			position:relative;
			transition:.3s ease-in-out;
		}
			.mail_link:before {
				content:'';
				width:18px;
				height:18px;
				border:solid 1px #155765;
				border-radius:100%;
				background:transparent;
				position:absolute;
				top:-10px;
				left:calc(50% - 9px);
			}
			.mail_link:after {
				content:'';
				width:1px;
				height:87px;
				background:#155765;
				position:absolute;
				top:0;
				left:50%;
				transition:.3s ease-in-out;
			}
			.mail_link a {
				width: 240px;
				margin: 0 auto;
				background:#155765;
				color:#fff;
				padding:16px 0;
				transition:.3s ease-in-out;
			}
			.mail_link:hover {
				padding-top:85px;
			}
			.mail_link:hover a {
				background:#c24747;
			}
			.mail_link:hover:after {
				height:70px;
			}
			@media screen and (max-width:1440px) {
				.pro_item {
					min-height:1010px;
				}
				main {
					padding-bottom:6em;
				}
			}
			@media screen and (max-width:1300px) {
				.contact {
					margin-top:95px;
				}
			}
			@media screen and (max-width:1200px) {
				.product {
					width:48%;
				}
				.product .item:nth-of-type(1),.product .item:nth-of-type(2),.product .item:nth-of-type(3),.product .item:nth-of-type(4),.product .item:nth-of-type(5),.product .item:nth-of-type(6) {
					background-size:48%;
				}
			}
			@media screen and (max-width:1024px) {
				.product2 {
					display:block;
				}
				.product {
					position:relative;
					display:none;
				}
				.pro_item {
					min-height: auto;
				}
				.product .item {
					background-attachment: inherit;
					background:none !important;
				}
				.product2 {
					width:100%;
					padding: 1em 0em;
				}
				.items {
					text-align: left;
					display: block;
					padding: 5em 4em 4em 7em;
					width: 90%;
					margin: 0 auto;
				}
				.mail_link {
					margin:0;
				}
			}
			@media screen and (max-width:940px) {
				.contact {
					margin-top:85px;
				}
			}
			@media screen and (max-width:700px) {
				.items {
					padding: 5em 3em 4em 3em;
				}
			}
			@media screen and (max-width:500px) {
				.items {
					padding: 2em 0em 4em 0em;
				}
				.items ul {
					padding-left:2em;
				}
			}
/*---footer----------------------------------------------------------------------------------------------------------------------------------*/
.ft_top {
	background: url(../../images/ft_mask.png) bottom left no-repeat;
	background-size:cover;
	min-height:162px;
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	z-index:3;
}
footer {
	background: url(../../images/ft_bg.jpg) repeat;
	text-align:center;
	font-family: 'Noto Sans TC',sans-serif;
	padding-top:1em;
	z-index: 3;
    position: relative;
}
/*ft_list*/
.ft_list {
	width:1200px;
	max-width:95%;
	margin:0 auto;
}
	/*ft_logo*/
	.ft_logo {
		display:inline-block;
		width:22%;
		vertical-align:top;
	}
		.ft_logo>img {
			max-width:100%;
		}
		/*ft_btn*/
		.ft_btn {
		}
			.ft_btn ul {
			}
				.ft_btn li {
					position:relative;
					display:inline-block;
					width:20%;
					padding:4% 1%;
				}
				.ft_btn a {
					position:relative;
				}
					img.ftbtn {
						transition:.3s ease-in-out;
					}
					img.ftbtn1 {
						position:absolute;
						top:0;
						left:50%;
						transform:translateX(-50%);
						opacity:0;
						transition:.3s ease-in-out;
					}
					.ft_btn a:after {
						content:'';
						background: url(../../images/ft_btns1.png) bottom left no-repeat;
						background-size:contain;
						width:147px;
						height:41px;
						position:absolute;
						bottom: -60px;
						left:5px;
						-webkit-filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, 0.3));
						filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, 0.3));
						opacity:0;
						transition:.2s ease-in-out;
					}
					.ft_btn li:nth-of-type(2) a:after {
						background: url(../../images/ft_btns2.png) bottom left no-repeat;
						background-size:contain;
					}
					.ft_btn li:nth-of-type(3) a:after {
						background: url(../../images/ft_btns3.png) bottom left no-repeat;
						background-size:contain;
					}
					.ft_btn a:hover img.ftbtn {
						opacity:0;
					}
					.ft_btn a:hover img.ftbtn1 {
						opacity:1;
					}
					.ft_btn li a:hover:after {
						opacity:1;
						bottom: -48px;
					}
	/*ft_info*/
	.ft_info {
		display: inline-block;
		vertical-align: top;
		width: 34%;
		padding: 0 1em;
		text-align: left;
		font-size:14px;
		line-height:1.5;
	}
		.ft_info ul {
		}
			.ft_info li {
			}
			.ft_info i {
				color:#873232;
				vertical-align:top;
				text-align:center;
				width:10%;
				padding-top:5px;
			}
			.ft_info p {
				display:inline-block;
				vertical-align:top;
				text-align:left;
				width:85%;
			}
	/*ft_icon*/
	.ft_icon {
		text-align:right;
		margin: 4em 5em 1em 0;
	}
		.share {
			display:inline-block;
			color:#155765;
			font-size:12px;
			width:15%;
			vertical-align:bottom;
			padding-bottom:5px;
		}
		.icons {
			display:inline-block;
			width:366px;
			vertical-align:bottom;
		}
			.icons a {
				display: inline-block;
				padding:5px;
				transition:.3s linear;
			}
			.icons img {
				max-width:100%;
			}
			.icons a:hover {
				transform:translateY(-5px);
				opacity:.7;
			}
	/*copyright*/
	.copyright {
		background:#155765;
		text-align:right;
		color:#2bb4d1;
		padding:1em 12em 1em 0;
		font-size:14px;
	}
		.copyright a {
			color:#2bb4d1;
			display:inline-block;
			transition:.3s linear;
		}
			.copyright a:hover {
				color:#fff;
			}
			@media screen and (max-width:1230px) {
				.copyright {
					padding: 1em 6em 1em 0;
				}
			}
			@media screen and (max-width:990px) {
				.ft_logo {
					width: 285px;
					display: block;
					margin: 0 auto;
				}
				.ft_info {
					width: 43%;
					padding: 2em 1em 0;
				}
			}
			@media screen and (max-width:768px) {
				.ft_info {
					width:48%;
				}
				.copyright {
					padding: 1em 0em 1em 0;
				}
				.ft_icon {
					text-align: right;
					margin: 3em 0em 1em 0;
				}
			}
			@media screen and (max-width:540px) {
				.ft_info {
					width: 100%;
					padding: 1em 1em 0;
				}
				.share {
					width:20%;
				}
				.copyright {
					font-size:12px;
				}
			}
			@media screen and (max-width:440px) {
				.share {
					width: 85px;
				}
				.icons {
					width:100%;
				}
				.icons a {
					width:10%;
					padding:2px;
				}
				.ft_icon {
					margin: 1em 0em 1em 0;
				}
			}
/*---contact-----------------------------------------------------------------------------------------------------------------------------------*/
.contact {
	position:relative;
	margin-top:105px;
}
.contact2 {
	margin:0 !important;
}
.contact_space {
	min-height:45px;
	background: url(../../images/pattern.png) repeat, #b5ebe2;
}
	/*contact_info*/
	.contact_info {
		background:url(../../images/contact_mask.png) center left no-repeat;
		background-size:cover;
		display:inline-block;
		width:1113px;
		vertical-align:top;
	}
		/*contacts*/
		.contacts {
			text-align:center;
			padding: 8em 0em 0 6em;
			width: 580px;
			margin: 0 auto;
		}
			/*intit*/
			.intit {
				text-align:left;
				background:#c24747;
				padding: 4em 2em 2em;
				position:relative;
			}
				.intit:after {
					content:'';
					background:url(../../images/intit_mask.png) top left no-repeat;
					background-size:cover;
					width:152px;
					height:100%;
					position:absolute;
					top:0;
					right:-152px;
				}
				.intit:before {
					content:'';
					background:url(../../images/intit_mask.png) top left no-repeat;
					background-size:cover;
					width:152px;
					height:100%;
					position:absolute;
					top:0;
					left:-152px;
					transform:rotate(-180deg);
				}
			h5 {
				color:#fff;
				font-size:25px;
				display:inline-block;
			}
			h6 {
				color:#1a1a1a;
				font-size:40px;
				position:relative;
				display:inline-block;
				padding: 0 0 20px 0em;
				float:right;
			}
				h6:after {
					content:'';
					position:absolute;
					bottom:0;
					right:0;
					height:5px;
					width:245px;
					background:#e6b705;
				}
			.intit span {
				color:#fff;
				display:block;
				font-size:14px;
				padding-top:20px;
			}
			/*conta_logo*/
			.conta_logo {
				padding: 3em 1em 2em;
				text-align:left;
			}
				.conta_logo img {
					max-width:100%;
				}
			/*conta_list*/
			.conta_list {
				display:block;
				width:100%;
				padding: 1em 1em 3em;
			}
	/*map*/
	.map {
		position:absolute;
		top:0;
		right:0;
		width: 63%;
		z-index: -1;
		height: 100%;
	}
		iframe {
			width:100%;
			height:100%;
		}
/****services_order******/
#services_order {
	padding-bottom: 11em;
    line-height: 2;
    z-index: 10;
    position: relative;
}
#services_order p {
	text-align:center;
	color: #c14624;
	margin-bottom:1em;
}

.form-group {
	padding-top: 5px;
	padding-bottom: 5px;
}

#services_order .ripple input[type="submit"] {
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	background: #b64424;
	color: #fff;
	padding: 8px 20px;
	border-radius: 2px;
	font-size: 14px;
	border: 1px #fff solid;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 5px;
	max-width:45%;
	width:200px;
}

#services_order .ripple input[type="submit"]:hover {
	border: 1px #b64424 solid;
	color: #fff;
	border-radius: 30px;
}

#services_order .ripple input[type="reset"] {
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	color: #b64424;
	padding: 8px 20px;
	border-radius: 2px;
	font-size: 14px;
	border: 1px #b64424 solid;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 5px;
	max-width:45%;
	width:200px;
}

#services_order .ripple input[type="reset"]:hover {
	border: 1px #b64424 solid;
	color: #b64424;
	border-radius: 30px;
}

#services_order label {
	color: #424040;
	text-align:left;
}

#services_order input {
	padding: 2px 0;
	line-height: 26px;
	border-radius: 2px;
	border: 1px #767676 solid;
	background: transparent;
	color: #313131;
}

#services_order input:hover {
	border-color: #d25c3c;
	outline: 0
}
.ripple {
	text-align:center;
}
#services_order input:focus {
	border-color: #fb6452;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

#services_order textarea {
	padding: 2px 0;
	line-height: 26px;
	border-radius: 2px;
	border: 1px #767676 solid;
	background: transparent;
	color: #313131;
}

#services_order textarea:hover {
	border-color: #fb6452;
	outline: 0;
}

#services_order textarea:focus {
	border-color: #fb6452;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}
	@media screen and (max-width:500px) {
		#services_order {
			padding-bottom: 3em;
		}
	}
	@media screen and (max-width:425px) {
		#services_order {
			padding-bottom: 1em;
		}
	}
/*---mail--------------------------------------------------------------------------------------------------------------------------------------*/
.mail {
	box-shadow: inset 3px 10px 40px rgba(0,0,0,.1);
    background: #fff;
	padding:3em 2em;
}
	/*mail_tit*/
	.mail_tit {
		text-align:center;
		padding:2em 0 2em;
	}
		span.ch {
			color:#155765;
			font-size:24px;
			padding:5px 3px;
		}
		span.en {
			color:#c24747;
			font-size:32px;
			padding:5px 3px;
		}
		@media screen and (max-width:1290px) {
			.contact_info {
				width:920px;
			}
			.contacts {
				padding: 8em 3em 0 4em;
				width: 540px;
			}
			#services_order {
				padding-bottom:5em;
			}
		} 
		@media screen and (max-width:1031px) {
			.contact_info {
				width: 100%;
				background: url(../../images/contact_mask.png) top left no-repeat,url(../../flash/dex4.jpg) center center no-repeat;
				background-size:cover;
			}
			.contacts {
				padding: 8em 3em 0 4em;
				width: 620px;
			}
			.map {
				position: relative;
				top: 0;
				right: 0;
				width: 100%;
				z-index: 1;
				height: 400px;
			}
			.containn {
				padding:0;
			}
		}
		@media screen and (max-width:860px) {
			.contacts {
				width:70%;
			}
		}
		@media screen and (max-width:750px) {
			.contacts {
				width:70%;
				padding: 5em 4em 0 4em;
			}
			h5 {
				display:block;
			}
			h6 {
				display:block;
				float:none;
				padding: 10px 0 20px 0em;
			}
			h6:after {
				right:inherit;
				left:0;
			}
		}
		@media screen and (max-width:700px) {
			.intit {
				padding:4em 2em 3em;
				border-radius: 55px 0px 55px 0px;
			}
			.contacts {
				width: 85%;
				padding: 5em 0em 0 0em;
			}
			.intit:before,.intit:after {
				display:none;
			}
		}
		@media screen and (max-width:530px) {
			h5 {
				font-size:22px;
			}
			h6 {
				font-size:35px;
			}
			.map {
				height:300px;
			}
			.mail_tit {
				padding: 1em 0 1em;
			}
			.contacts {
				padding: 3em 0em 0 0em;
			}
			.conta_logo {
				padding: 3em 1em 1em;
			}
		}
		@media screen and (max-width:450px) {
			.contact {
				margin-top:75px;
			}
		}
		@media screen and (max-width:430px) {
			.intit {
				padding:2em 2em 2em;
				border-radius: 55px 0px 55px 0px;
			}
			.contacts {
				width:90%;
			}
			.conta_list {
				display: block;
				width: 100%;
				padding: 1em 1em 2em;
			}
			.conta_logo {
				padding: 5em 1em 1em;
			}
			.mail {
				padding:3em 1em;
			}
			#services_order {
				padding-bottom: 3em;
			}
		}
		@media screen and (max-width:380px) {
			.contact {
				margin-top:65px;
			}
			h6:after {
				width:100%;
			}
		}

/*---album-----------------------------------------------------------------------------------------------------------------------------------*/
/*************************
******service_album******
**************************/
#service_album {
	min-height: 500px;
	min-height: 500px;
    width: 1200px;
    margin: 0 auto;
    max-width:100%;
    padding: 2em 0;
	position: relative;
    z-index: 4;
}
#service_album table {
	transition:.3s linear;
	border:0px;
}
#service_album table:hover {
}
#service_album a {
	color:#1a1a1a;
	display:inline;
	transition:.3s linear;
}

#service_album a:visited,
#service_album a:focus {
	color: rgba(51,51,51,1);
}

#service_album a:hover {
	color: #c24747;
}

#service_album td {
	font-size: 15px;
	letter-spacing: 2px;
}

.table1 table {
	min-width: 23%;
}

.table2 td {
	max-width: 200px;
	height: 70px;
    padding: 10px 0;
    letter-spacing: 2px;
}

table.tablelist {
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border: solid 1px #155765;
    color: #155765;
    border-radius: 2px;
    padding: 10px 20px;
    letter-spacing: 2px;
	transition:.3s linear;
	 margin:5px;
}
button:hover, html input[type=button]:hover {
	background:#155765;
	color:#fff;
}

@media(max-width:992px) {
	.contactm {
		margin-bottom: 20px
	}
	.table1 table {
		width: 100%;
		max-width:100%;
	}
	table.tablelist {
		width:30%;
	}
}

@media(max-width:768px) {
	table.tablelist {
		width:45%;
	}
	.table-responsive {
		width:30%;
		margin:5px !important;
	}
	.table-responsive img {
		max-width:100%;
	}
}
@media(max-width:560px) {
	.table-responsive {
		width: 50%;		
		padding: 1%;
		display: inline-block;
		margin:0px !important;
	}
}

@media(max-width:480px) {
	#service_album .col-xs-12 {
		padding:0;
	}
	.table2 td {
		height:60px;
	}
	#service_album {
		padding:0;
	}
}

@media(max-width:330px) {
	table.tablelist {
		width:90%;
	}
}

.example-image-link img:hover {
	opacity: 1;
	-webkit-animation: flash_example 3s;
	animation: flash_example 3s;
}

@-webkit-keyframes flash_example {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}

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

.albumimg:hover {
	opacity: 1;
	-webkit-animation: flash_albumimg 3s;
	animation: flash_albumimg 3s;
}

@-webkit-keyframes flash_albumimg {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}
.row {
	margin:0;
}
/****************************************/
.album {
	background: url(../../images/album_mask.png) 54% top no-repeat,url(../../images/inbg_pro.jpg) center center no-repeat;
    background-size: cover,cover;
    margin-top:87px;
}
.inbg {
}
.inbg_pro {
}
.inbg_eng {
	background: url(../../images/album_mask.png) 54% top no-repeat,url(../../images/inbg_eng.jpg) center center no-repeat;
    background-size: cover,cover;
}
/*sidemenu*/
.sidemenu {
	height:100vh;
	position: fixed;
    top: 85px;
    left: 0;
	width:360px;
	background:#ffffec;
	text-align:left;
	padding:0 2em 2em 4em;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	z-index:2;
}
	.sidemenu:after {
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 47px 0 47px 27px;
		border-color: transparent transparent transparent #c24747;
		position:absolute;
		top:70px;
		left:0;
	}
	.sidemenu a:hover {
		color:#c24747;
	}
	/*sm_tit*/
	.sm_tit {
		padding:55px 0em 30px 0em;
	}
		span.tit1 {
			color:#155765;
			font-size:18px;
			display:block;
		}
		span.tit2 {
			color:#c24747;
			font-size:12px;
			position:relative;
			display:block;
			padding:8px 0 16px;
		}
			span.tit2:after {
				content:'';
				width:58px;
				height:6px;
				background:#c24747;
				position:absolute;
				bottom:0;
				left:0;
			}
	/*dropmenu*/
	.dropmenu {
		line-height:2;
	}
		.dropmenu ul {
			list-style: decimal;
		}
			.dropmenu li {
			}
				.dropmenu a {
				}
	/*sm_open*/
	.sm_open {
		padding: 8px 0 8px 1em;
		display:none;
	}
		.sm_open ul {
			list-style: disc;
		}
			.sm_open li {
			}
				.sm_open a {
				}
	/*sm_sub*/
	.sm_sub {
		position:relative;
	}
		.sm_sub:after {
			content:'';
			height:100%;
			width:1px;
			position:absolute;
			top:0;
			left:-17px;
			background:#000;
		}
		.sm_sub a {
		}
/*album_inn*/
.album_inn {
	display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 7em 0 10em 24em;
}
#service_album {
}
.album_inn .intit {
	width: 560px;
    display: inline-block;
    margin-left: 4em;
    z-index: 0;
	padding: 4em 3em 4em;
}
.space {
	display:none;
	min-height:450px;
}
.spacepro {
	background:url(../../images/inbg_pro.jpg) center center no-repeat;
	background-size:cover;
}
.spaceeng {
	background:url(../../images/inbg_eng.jpg) center center no-repeat;
	background-size:cover;
}
@media screen and (max-width:1440px) {
	.sidemenu {
		display:none;
	}
	.album_inn {
		padding: 7em 3em 10em 8em;
		margin-top: -20%;
	}
	.albuminn {
		padding:0;
	}
	.album {
		background:none;
	}
	.space {
		display:block;
	}
}
@media screen and (max-width:920px) {
	.sidemenu {
		display:none;
	}
	.album_inn {
		padding: 7em 5em 7em 5em;
		margin-top: -25%;
	}
	.albuminn {
		padding:0;
	}
	.album_inn .intit {
		width: 470px;
		padding: 4em 0em 4em;
	}
}
@media screen and (max-width:820px) {
	.album {
		margin-top:85px;
		background:none;
	}
	.album_inn {
		padding: 5em 2em 7em 2em;
	}
	.album_inn .intit {
		width: 52%;
		padding: 3em 0em 4em;
		margin-left: 9em;
	}
}
@media screen and (max-width:700px) {
	.album_inn .intit {
		width: 70%;
		padding: 2em 2em 2em;
		margin-left: 0;
	}
	.space {
		min-height: 365px;
	}
	.album_inn {
		margin-top: -36%;
	}
}
@media screen and (max-width:530px) {
	.album_inn .intit {
		width:100%;
		padding: 2em 2em 2em;
		margin-left: 0;
	}
	.album_inn {
		padding: 0em 2em 5em;
		width:100%;
		margin:-39% auto 0;
	}
	.album {
		margin-top: 80px;
	}
	.space {
		min-height: 320px;
	}
}
@media screen and (max-width:450px) {
	.album {
		margin-top: 70px;
	}
	.album_inn {
		margin: -30% auto 0;
	}
	.space {
		min-height: 250px;
	}
}
#about,#project,#mail{
	transform:translateY(-100px);
}
	@media screen and (max-width:900px) {
		#about,#project,#mail{
			transform:translateY(-80px);
		}
	}
	@media screen and (max-width:500px) {
		#about,#project,#mail{
			transform:translateY(-70px);
		}
	}
	@media screen and (max-width:380px) {
		#about,#project,#mail{
			transform:translateY(-50px);
		}
	}
.code {
	cursor:pointer;
	text-align:center;
	background:url(../../images/pattern.png) repeat,#e3e3e3;
	padding: 5px;
}
#inputCode {
	padding:5px;
}
.check {
	position:relative;
	width: 160px;
    display: inline-block;
}
.mind {
	font-size:13px;
	color:rgba(153,153,153,1);
	position:absolute;
	bottom:-25px;
	left:3px;
}
@media screen and (max-width:430px) {
	.check {
		width:100%;
	}
	#inputCode {
		display:block;
		width:100%;
		margin-top:35px;
	}
}





















































