@charset "utf-8";
/* CSS Document	*/

/* base
*****************************************************************/
	body {
		font-family: Arial, '微軟正黑體',Helvetica, sans-serif;
		margin: 0;
		padding: 0;
	}

	p {
		margin: 0 0 20px 0;	
	}

	p, ul {
		font-size-adjust:0.488;
		font-weight:200;
		font-style:normal;
	}

	img {
		max-width: 100%;
		border: 0;
	}
	
	*:focus { outline: 0;}
	
	a { text-decoration: none;}

	h1, #pixels {
		font-size-adjust:0.40;
		font-weight:700;
		font-style:normal;
	}

	h2 {
		font-size-adjust:0.531;
		font-weight:500;
		font-style:normal;
	}

	.loading {
		width: 60px;
		height: 60px;
		/* background: rgba(255, 101, 0, .3); */
		border-radius: 50%;
		border: solid 2px #ff6500;
		border-color: #ff6500 #ff6500 transparent transparent; 
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 99;
		margin: auto;
		transform: rotateZ(0deg);
		animation: MOV 1s both linear infinite;
	}

	@keyframes MOV {
		0% { transform: rotateZ(0deg); }
		0% { transform: rotateZ(360deg); }
	}

	.main { opacity: 0; }

	#header h1, #pixels {
		color: #48941A;
	}

	.float-left {
		float: left;	
		margin: 0 0 0 20px;
	}

	.float-right {
		float: right;
		margin: 0 20px 0 0;
	}

	.center {
		font-size: 2.5em;
		padding: 80px 0 0 0;
		text-align: center;
	}

/* Nav
*****************************************************************/
	
	header {
		display: block;
		width: 85%;
		margin: auto;
		position: absolute;
		left: 0; right: 0;
		z-index: 99;
	}
	header .logo {
		padding-top: 68px;
	}
	.logo .orange-logo { display: block; }
	.logo .white-logo { display: none; }
	header #nav {
		margin-right: 37px;
		padding: 86px 0 0;
	}

	#nav {
		font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
		list-style: none;
		z-index: 1;
		border-bottom: 1px solid #ffd1a8;
		position: absolute;
		top: 0;
		right: 0;
	}
	.menu-original {
		position: absolute;
	}
		.menu-original a {
			color: #ef6e28;
		}
	.menu-fixed {
		background: #ef6e28;
		position: fixed;
	}
	.menu-fixed a {
		color: #fff;
	}
	.nav {
		display: inline-block;
		border-bottom: 1px solid #ccc;
	}
	.nav li {
		font-weight: bold;
		display: block;
		padding-bottom: 9px;
		margin-bottom: -2px;
	}
	.nav li {
		position: relative;
		float: left;
		border-bottom: 3px solid transparent;
	}
	.nav li a {
		font-size: 17px;
		text-align: center;
		display: block;
		text-decoration: none;
		min-width: 63px;
		margin: 0 17px;
	}
	.nav li:hover, .nav li.active {
		border-bottom: 3px solid #f38031;
	}
	.header-fixed {
		width: 100%;
		height: 69px;
		color: #fff !important;
		background: #ef6e28;
		position: fixed;
		box-shadow: 0 3px 5px rgba(189, 90, 36, 0.6);
	}
	.header-fixed .head {
		width: 900px;
		height: 69px;
		margin: auto;
		position: relative;
	}
	.header-fixed .logo {
		width: 8%;
		max-width: 145px;
		min-width: 105px;
		height: 69px;
		padding-top: 0;
		margin-left: 5px;
		float: left;
		position: absolute;
		top: 0; bottom: 0;
	}
	.header-fixed .logo img {
		width: 100%;
		max-width: 100%;
		margin: auto;
		position: absolute;
		top: 0; bottom: 0;
		left: 0;
	}
	.header-fixed .logo .orange-logo { display: none; }
	.header-fixed .logo .white-logo { display: block; }
	header.header-fixed #nav {
		display: block;
		text-align: center;
		float: right;
		margin-right: 0;
		padding: 0;
		border: none;
	}
	header.header-fixed #nav.nav li {
		display: inline-block;
		float: none;
		position: relative;
		padding: 8px 0;
	}
	header.header-fixed #nav.nav li+li:before {
		content: '‧';
		color: #fff;
		position: absolute;
		left: -2px;
	}
	header.header-fixed #nav a {
		color: #fff;
		font-weight: normal;
		margin: 0 40px;
	}
	header.header-fixed #nav.nav li {
		border-width: 1px;
	}
	header.header-fixed #nav.nav li:hover, header.header-fixed #nav.nav li.active {
		border-color: #fff;
	}

	@media screen and (max-width: 1200px) {
		header {}
		header .logo {
			padding-top: 100px;
		}
		header #nav {
			position: relative;
			padding: 0;
		}
	}
	@media screen and (max-width: 900px) {
		header #nav {
			display: none;
			opacity: 0;
		}
		header.header-fixed {
			background: transparent !important;
			box-shadow: none !important;
		}
		header.header-fixed #nav {}
		.header-fixed .logo { display: none; }
	}
	@media screen and (max-width: 480px) {
		header .logo {
			padding-top: 30px;
		}
	}

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

#header, #first, #second {
	width: 100%;
}

/* banner */
	#first {
		background-color: #fbfaf5;
		background-attachment: fixed;
		background-size: cover;
		color: white;
		min-height: 100%;
		height: 100vh;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	#first .bn-item {
		/*position: relative;*/
		height: 100vh;
	}
	#first .bn-item .photo {
		display: block;
	}
	#first .bn-item .mobile {
		display: none;
	}
	#first .slick-prev, #first .slick-next {
		display: none !important;
		opacity: 0;
	}
	#first .bn-txt {
		background: url(../images/banner/b-top1.png) 50% 0 no-repeat;
		background-attachment: fixed;
		background-size: cover;
		min-height: 600px;
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		z-index: 2;
	}
	#first .bn-txt img {
		width: 85%;
	}
	#first .bn-txt .text {
		position: absolute;
		top: 52vh;
		left: 6%;
	}
	#first:before {
		content: ' '; display: block;
		background: url(../images/banner/b-top2.png) left bottom no-repeat;
		background-attachment: fixed;
		background-size: cover;
		min-height: 600px;
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		z-index: 3;
	}
	#first:after {
		content: ' '; display: block;
		background: url(../images/service-brand_area_topbg.png) bottom center no-repeat;
		background-size: cover;
		width: 100%;
		height: 92px;
		position: absolute;
		bottom: 0;
		left: 0; right: 0;
		z-index: 6;
	}
	@media screen and (max-width: 900px) {
		#first {
			background-attachment: initial;
			background-size: initial;
			overflow: hidden;
		}
		#first .bn-txt {
			background: url(../images/banner/b-top1-mobile.png) 50% 0 no-repeat;
			background-attachment: fixed;
			background-size: cover;
		}
		#first .bn-txt .text {
			text-align: center;
			right: 6%;
		}
	}
	@media screen and (max-width: 1025px) {
		#first .bn-item .photo {
			display: none;
		}
		#first .bn-item .mobile {
			display: block;
		}
	}
	@media screen and (max-width: 1370px) {
		#first .bn-item img {
			width: initial;
			max-width: initial;
			width: 100%;
			min-height: 100%;
		}
	}

/* brand */
	#second {
		background: url(../images/service-brand_area_bg.jpg) bottom no-repeat #ff7b37;
		background-attachment: fixed;
		color: white;
		min-height: 600px;
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
		position: relative;
	}
	#second .bg {
		background: url(../images/video-slides_area_bg.jpg) 50% 0 no-repeat;
		background-attachment: fixed;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		width: 900px;
		z-index: 200;
	}
	.service-brand_area {
		background: url(../images/service-brand_area_bg.png) top center repeat-x;
		padding-top: 86px;
		overflow: hidden;
	}
	.service-brand_area .title {
		margin-bottom: 106px;
	}
	.service-brand_area .service-brand {
		-webkit-transition: height .5s;
		-moz-transition: height .5s;
		-ms-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
		overflow: hidden;
	}
	.service-brand .service-brand_list {
		display: block;
		padding: 0;
		margin: 0;
		font-size: 0;
		list-style: none;
	}
	.service-brand_area .hidden-some-main {}
	.service-brand_list .brand-item {
		display: inline-block;
		width: 25%;
		list-style: none;
		position: relative;
		margin-bottom: 40px;

	}
	.service-brand_list .brand-item + .brand-item:nth-child(1):after {
		background: transparent !important;
	}
	.service-brand_list .brand-item + .brand-item:after {
		content: ' '; display: block;
		background: #fff;
		width: 1px;
		height: auto;
		position: absolute;
		top: 0; bottom: 0;
		left: 0;
	}
	.service-brand_list .brand-item img {
		width: 100%;
		max-width: 100%;
	}
	@media screen and (min-width: 1000px) {
		#second:before {
			content: ' '; display: block;
			background: url(../images/point.png) no-repeat top center;
			position: absolute;
			width: 20px;
			height: 20px;
			top: 30px;
			left: 60px;
			z-index: 6;
		}
		#second:after {
			content: ' '; display: block;
			width: 1px;
			background: #fff;
			height: auto;
			position: absolute;
			top: 50px; bottom: 0;
			left: 70px;
			z-index: 6;
		}
		.service-brand_list .brand-item {}
	}
	@media screen and (max-width: 900px) {
		#second {
			background: url(../images/service-brand_area_bg.jpg) center bottom no-repeat #ff7b37;
			background-attachment: initial;
		}
		.service-brand_area {
			padding-bottom: 25px;	
		}
		.service-brand_area, .service-brand_area .title, .service-brand_area .service-brand {
			padding-top: 0;
			margin-top: 0;
			margin-bottom: 0;
		}
		.service-brand_area .hidden-some-main {
			height: auto;
		}
		.service-brand_list .brand-item {
			width: 50%;
			margin-bottom: 5px;
		}
		.service-brand_list .brand-item + .brand-item:nth-child(3n):after {
			background: transparent !important;
		}
		.service-brand_list .brand-item:before {
			content: ' '; display: block;
			background: #fff;
			width: 90%;
			height: 1px;
			margin: auto;
			position: absolute;
			bottom: 0;
			left: 0; right: 0;
		}
	}

/* video */
	#third {
		background: url(../images/video-slides_area_bg.jpg) 50% 0 no-repeat fixed #e6e6e6;
		padding: 100px 0 0 0;
		position: relative;
		overflow: hidden;
	}
	.video-slides {
		font-size: 0;
		text-align: center;
	}
	.slick-slide {
		text-align: center;
	}
	.slick-slide img {
		margin: auto;
	}
	.video-slides_area {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.video-slides_area .title {}
	.videos-item , .videos-item a {
		display: inline-block;
		position: relative;
		background: #333;
	}
	.slick-active .videos-item , .videos-item a:hover {
		background: #ef6e28;
	}
	.videos-item a:before {
		content: ' '; display: block;
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
		background: url(../images/videos-item.png);
		z-index: 1;
	}
	.videos-item a:after {
		content: ' ';
		display: block;
		width: 80px; height: 80px;
		margin: -40px 0 0 -40px;
		background: url(../images/play-icon.png) center no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 9;
	}
	.video-slides/*big*/ .videos-item a:after {
		width: 100px; height: 100px;
		margin: -50px 0 0 -50px;
	}
	.multiple-videos/*small*/ .videos-item a:after {
		width: 80px; height: 80px;
		margin: -40px 0 0 -40px;
	}

	.video-slides_area .video-slides {}
	.video-slides_area .video-slides .videos-item {
		margin: 0 10px;
		cursor: pointer;
	}
	.video-slides_area .video-slides .slick-slide {}

	.video-slides_area .multiple-videos {
		height: 0;
		text-align: center;
		-webkit-transition: height .5s;
		-moz-transition: height .5s;
		-ms-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
		overflow: hidden;
	}
	.video-slides_area .multiple-videos .slick-list {
		margin: auto;
		width: 94%;
	}
	.multiple-videos .slick-arrow {
		width: 42px;
		height: 73px;
	}
	.multiple-videos .slick-prev { left: 0; }
	.multiple-videos .slick-next { right: 0; }
	.multiple-videos .slick-prev:before { content: url(../images/video-multiple-videos_arrows_prev.png); }
	.multiple-videos .slick-next:before { content: url(../images/video-multiple-videos_arrows_next.png); }
	.videos-list {
		text-align: left;
		font-size: 0;
		padding: 0;
		margin: 0;
	}
	.videos-list .videos-item {
		width: 23%;
		/*max-width: 363px;*/
		display: inline-block;
		list-style-type: none;
		margin: 0 1% 1%;
		cursor: pointer;
	}
	.videos-list .videos-item a:after {
		bottom: 4px;
	}
	.video-slides_area .hidden-some-main {
		width: 90%;
		margin: auto;
	}
	.video-slides_area .more-btn {}
	@media screen and (max-width: 1200px) and (min-width: 1000px) {
		.video-slides_area .hidden-some-main {
			width: 85%;
		}
		.multiple-videos .slick-prev { zoom: 0.6; }
		.multiple-videos .slick-next { zoom: 0.6; }
	}
	@media screen and (min-width: 1000px) {
		#third:before {
			content: ' '; display: block;
			width: 1px;
			background: #ff8400;
			height: auto;
			position: absolute;
			top: 0; bottom: 60px;
			left: 70px;
			z-index: 6;
		}
		#third:after {
			content: ' '; display: block;
			background: url(../images/video-slides_bottom.png) no-repeat bottom left;
			width: 75px;
			height: 56px;
			position: absolute;
			left: 57px;
			bottom: 0;
			z-index: 6;
		}
		.video-slides_area:before {
			content: ' '; display: block;
			background: url(../images/video-slides_bottom.png) no-repeat bottom right;
			width: 18px;
			height: 18px;
			position: absolute;
			right: 40px;
			bottom: 0;
			z-index: 6;
		}
		.video-slides_area:after {
			content: ' '; display: block;
			background: #ff8400;
			width: auto;
			height: 1px;
			position: absolute;
			right: 60px; left: 135px;
			bottom: 11px;
			z-index: 6;
		}
		.multiple-videos .slick-disabled { display: none !important; opacity: 0; }
	}
	@media screen and (max-width: 1000px) and (min-width: 900px) {
		.video-slides_area .multiple-videos .slick-list {
			width: 90%;
		}
		.multiple-videos .slick-prev { zoom: 0.8; }
		.multiple-videos .slick-next { zoom: 0.8; }
	}
	@media screen and (max-width: 900px) {
		#nav { display: none !important; }
		.video-slides_area .video-slides {
			width: 81%;	
			margin: auto;
		}
		.slick-slide img {
			width: 100%;
		}
		.video-slides/*big*/ .videos-item a:after {
			width: 80px; height: 80px;
			margin: -40px 0 0 -40px;
		}
	}
	@media screen and (max-width: 900px) and (min-width: 401px) {
		#third {
			height: auto;
		}
		.videos-list .videos-item {
			width: 46%;
			margin: 5px 2%;
			float: left;
		}
		.multiple-videos .slick-prev { zoom: 0.4; }
		.multiple-videos .slick-next { zoom: 0.4; }
	}
	@media screen and (max-width: 400px) {
		#third {
			height: auto;
			min-height: auto;
			padding: 15px 0;
		}
		.video-slides_area .video-slides .videos-item {
			margin: 0;
		}
		.video-slides_area .hidden-some-main {
			padding-left: 5%;
			padding-right: 5%;
		}
		.videos-list .videos-item {
			width: 46%;
			margin: 2%;
			float: left;
		}
		.multiple-videos .slick-prev { left: -5%; zoom: 0.4; }
		.multiple-videos .slick-next { right: -5%; zoom: 0.4; }
	}

/* viewpoints */
	#fifth {
		background: url(../images/viewpoints_area_bg.jpg) repeat-y;
		margin: 0 auto;
		padding: 0 0 380px;
		position: relative;
	}
	#fifth .viewpoints_area {
		background: url(../images/viewpoints_area_topbg.jpg) top center no-repeat #f4e6dd;
		padding: 111px 0 0 0;
		overflow: hidden;
	}

	.viewpoints_area:before {
		content: ' '; display: block;
		background: url(../images/viewpoints_area_img.png) left bottom no-repeat;
		background-size: contain;
		width: 100%;
		max-width: 1815px;
		height: 438px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	#sop_fade_pic {
		position: relative;
	}
	#sop_fade_pic .ad {
		position: absolute;
	}
	#sop_fade_pic .control {
		position: absolute;
		top: 0; bottom: 0;
		left: 0; right: 0;
	}
	#sop_fade_pic .control a.btn1 { left: 0; }
	#sop_fade_pic .control a.btn2 { left: 33.33%; }
	#sop_fade_pic .control a.btn3 { right: 0; }
	#sop_fade_pic .control a {
		color: transparent;
		font-size: 0;
		
		display: inline-block;
		width: 33.33%;
		position: absolute;
		top: 0; bottom: 0;
	}
	#sop_fade_pic .control a.on {
		font-size: 0;
		color: transparent;
	}
	#sop_fade_pic img {
		width: 100%;
		border: none;
	}
	@media screen and (max-width: 999px) {
		#fifth {
			padding: 0 0 150px;
		}
		#fifth .viewpoints_area {
			min-height: auto;
			padding: 10px 0 0;	
		}
		#fifth .viewpoints_area {
			background: none !important;
		}
	}
	@media screen and (max-width: 600px) {
		#fifth {
			padding: 0 0 50px;
		}
	}

/* Light Box */
	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		padding-top: 50px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: #663500;
		background-color: rgba(102, 53, 0, 0.6);
		z-index: 99;
	}
	 	
	.modal .modal-content-auto {
		position: relative;
		background-color: #fefefe;
		width: 80%;
		height: 80%;
		margin: auto;
		padding: 0;
		border: 10px solid #fff;
		top:10%;
		top:5vh;
		left: 0;
		right: 0;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
		-webkit-animation-name: animatetop;
		-webkit-animation-duration: 0.2s;
		animation-name: animatetop;
		animation-duration: 0.2s;
	}
	.modal .modal-content-auto	iframe {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.modal .modal-content {height: 238px; width: 700px;}

	.modal .modal-content-auto {margin:auto;}

	/* Add Animation */
	@-webkit-keyframes animatetop{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
	@keyframes animatetop{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
	.modal .zanimatetop{-webkit-animation-name:zoomIn;animation-name:zoomIn;}

	/* The Close Button and select */
	.modal .close_btn {
		color: #fff;
		height:40px;
		width:40px;	
		position:absolute;
		right:-50px;
		top:-10px;
		background:#e3380f;
	}
	.modal .close_btn:before {
		content: '';
		position: absolute;
		top: 18px;
		left: 0;
		width: 40px;
		height: 1px;
		background-color: currentColor;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}
	.modal .close_btn:after {
		content: '';
		position: absolute;
		top: 18px;
		left: 0;
		width: 40px;
		height: 1px;
		background-color: currentColor;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}
	.modal .close_btn:hover,.close_btn:focus {
		text-decoration: none;
		cursor: pointer;
	}
	.modal .modal-center {
		width:100%;
		border-radius: 0px;
		border-radius: 0 0 10px 10px;
		color: #000000;
		text-align:center;
	}
	.modal .Setin { padding:0;width:auto;margin:0 auto; }
	
	@media screen and (max-width: 900px) {
		.modal .modal-content-auto {
			width: 90%;	
			height: auto;
			top:30%;
			top:30vh;
		}
		.modal .modal-content-auto	iframe {
			height: 100%;
		}
		.modal .close_btn {
			right: -10px;
			top: -50px;
		}
	}
	@media screen and (max-width: 900px) and (min-width: 481px) {
		.modal .modal-center {
			padding: 200px 0;
		}
	}
	@media screen and (max-width: 480px) {
		.modal .modal-center {
			padding: 100px 0;
		}
	}

/* contact us */
	#sixth {
		color: white;
		background: url(../images/contact_area_bg.png) 50% 0 no-repeat;
		margin-top: -70px;
		position: relative;
		z-index: 6;
	}
	#sixth .contact {
		max-width: 1430px;
		margin: auto;
		padding: 186px 0 10px;
		overflow: hidden;
	}
	.contact .info {
		position: relative;
	}
	.contact .map {
		width: 50%;
		padding: 0 4%;
		float: left;
	}
	.contact #map {
		background:url(../images/map.jpg) no-repeat center;
		background-size:contain;
		width: 100%;
		height: 360px;
	}
	.contact .info-txt {
		font-size: 28px;
		font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
		background: url(../images/contanc-line_area.png) left center no-repeat;
		width: 42%;
		margin-top: 3%;
		float: left;
		text-shadow: 0 2px 0 #a6a6a6;
	}
	.contact .info-txt	ul {
		padding: 0 0 0 10%;
		margin: 10% 0;
	}
	.contact .info-txt li {
		display: block;
		padding-bottom: 10px;
	}
	@media screen and (min-width: 1921px) {
		#sixth {
			background-color: #ff8055;
		}
	}
	@media screen and (min-width: 1000px) {
		#sixth {
			min-height: 987px;
		}
	}
	@media screen and (max-width: 1220px) {
		.contact .info-txt {
			margin-top: 0;
		}
	}
	@media screen and (max-width: 999px) {
		.contact .info {
			width: 90%;
			margin: auto;
		}
		.contact .map, .contact .info-txt {
			font-size: 18px;
			float: none;
			width: auto;
			padding: 0;
			margin: 0;
		}
		.contact .map {}
		.contact #map {
			height: 160px !important;
		}
		#sixth .contact {
			padding: 95px 0 10px;
		}
	}
	@media screen and (max-width: 400px) {
		.contact .info-txt {
			background: none;
		}
		.contact .info-txt ul {
			padding: 0;
		}
	}

/* content	*/
	.content {
		margin: 0 auto;
		max-width: 1260px;
		width: 65%;
	}

	.content .text, .content .float-right {
		padding: 100px 0 0 0;
		position: relative;
		max-width: 350px;	
	}
	@media screen and (min-width: 901px) {}
	@media screen and (max-width: 400px) {
		.content,
		.video-slides_area, .contact {
			text-align: center;
			width: auto;
		}
	}

/* title */
	.title {
		padding: 15px 0 15px 73px;
	}
	.title p {
		line-height: 59px;
		display: block;
		padding: 0;
		margin: 0;
	}
	.title b {
		font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
		font-size: 45px;
		padding: 0 27px 0 0;
	}
	.title span {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 40px;
		padding: 0 27px;
	}
	.title b + span {
	}
	.title.white-icon {
		color: #fff;
		background: url(../images/title_icon_white.png) center left no-repeat;
	}
	.title.white-icon span {
		border-left: 2px solid #fff;
	}
	.title.orange-icon {
		color: orange;
		background: url(../images/title_icon_orange.png) center left no-repeat;
	}
	.title.orange-icon p {
		background: -webkit-linear-gradient(left,#ff6500 0,#ff7b00 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.title.orange-icon span {
		border-left: 2px solid #ff6a00;
	}
	@media screen and (max-width: 900px) and (min-width: 401px) {
		.title {
			background-size: 55px !important;
			padding-top: 0;
			padding-bottom: 0;
		}
		.title b { font-size: 30px; }
		.title span { font-size: 24px; }
	}
	@media screen and (max-width: 400px) {
		.title {
			background-size: 15% !important;
			padding: 0 0 0 12%;
			display: inline-block;
			margin: auto;
		}
		.title b { font-size: 20px; padding: 0 10px 0 0; }
		.title span { font-size: 14px; padding: 0 10px; }
	}

.more-btn {
	text-align: center;
	padding: 80px 0 85px;
	clear: both;
	position: relative;
	z-index: 2;
	}
	.more-btn .hide-more-btn {
		display: none;
	}
	.hidden-some-main {
		overflow: hidden;
	}
	@media screen and (max-width: 1200px) {}
	@media screen and (max-width: 1200px) {
		.more-btn { padding: 35px 0 55px; }
	}
	@media screen and (max-width: 1000px) {
		.more-btn { padding: 15px 20px; }
	}
	@media screen and (max-width: 900px) {
		.more-btn {
			padding: 5px 20px 15px;
		}
	}
.visible-mobile { display: none !important; }
	@media screen and (max-width: 900px) {
		.hidden-mobile { display: none !important; }
		.visible-mobile { display: block !important; }
		.hidden-some-main {}
	}
