body {
	background: #1c2232;
	font-family: "微軟正黑體";
	font-style: normal;
	font-weight: 300;
	padding-top: 70px;
	overflow-x: hidden;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6,
.navbar-default, .btn {
	font-family: "微軟正黑體", "Arial Black";
	font-weight: 400;
}


h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
    color: #ffffff;
    font-size: 52px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

h2 {
  color: #f0f0f0;
  font-size: 32px;
}

h3 {
  color: #535bd4;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 4px;
}

h4 {
  font-weight: bold;
}

p {
    color: #999;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

hr {
  border-bottom-color: #999;
  width: 100px;
}

.section-btn {
  background-color: #000;
  border: 2px solid transparent;
  border-radius: 100px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 36px;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}

.section-btn:hover {
  background: transparent;
  border-top-color: #ffffff;
  border-right-color: #222;
  border-bottom-color: #ffffff;
  border-left-color: #222;
  color: #ffffff;
}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #535bd4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #3FF;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ffffff;
}

.section-title {
	position: relative;
	padding-bottom: 12px;
	text-align: center;
}

#about,
#divider,
#pricing,
#newsletter {
  padding-top: 100px;
  padding-bottom: 100px;
}
#screenshot
 {
  padding-top: 100px;
  padding-bottom: 0px;
}

#divider,
#pricing {
  text-align: center;
}


/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #1dc9e3;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: none;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #00367f;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 50px;
  margin: 0;
}

.navbar-default .navbar-brand span {
	color: #00367f;
	font-family: "Arial Black", sans-serif;
	font-size: 1.6em;
	padding-left: 2px;
}

.navbar-default .navbar-nav li a {
    color: #656565;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-default .navbar-nav > li a:hover {
    color: #1dc9e3;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #656565;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #1dc9e3;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}
.llogo{
	width: 35%;
	margin-top: -2px;
	margin-left: -10px;
	float: left;
}

/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    background: #535bd4 url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    height: 80vh;
    position: relative;
}

#home .overlay {
  background: #002b47; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #002b47 , #005a8e , #002b47); /* Chrome 10-25, Safari 5.1-6 */ 
  background: linear-gradient(to left, #002b47 , #005a8e , #002b47); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0;
  right: 0;
}

#home img {
  width: 100%;
  height: auto;
}

#home .markbook {
	width: 150px;
	height: 140px;
	z-index: 100;
	float: right;
	margin-top: -25px;
}

#home .home-thumb {
  padding-top: 32px;
  padding-left: 0px;
}

#home .home-thumb h9 {
	font-size: 2.05em;
	color: #fff;
	font-family: 'Noto Sans TC';
	line-height: 1.2em;
	margin-top: -15px;
	font-weight: 900;
	letter-spacing: 2px;
	display: inherit;
	padding-bottom: 10px;
}

#home p,
#newsletter p {
  color: #f0f0f0;
  letter-spacing: 1px;
}

#home .section-btn {
  background: #1dc9e3;
}

#home .section-btn:hover {
  background: transparent !important;
}


/*---------------------------------------
   Divider section              
-----------------------------------------*/

#divider {
  background-color: #1dc9e3;
}

#divider p {
  color: #2F2F2F;
  font-size: 26px;
  line-height: 42px;
}
#divider li {
	color: #474747;
	font-size: 20px;
	line-height: 42px;
}
#divider div.imp{
	background: transparent;
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	box-shadow: none;
	color: #2F2F2F;
	font-size: 20px;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
	text-align: left;
	padding: 10px 10px 15px;
	margin-top: 20px;
}
#divider div.imp ul li {
	color: #2F2F2F;
	font-size: 18px;
	line-height: 22px;
	list-style-type: decimal;
}
#divider div.imp a {
	color: #004CE7;
}
#divider div.imp a:hover{
	color: #2200FF;
}

/*---------------------------------------
   About section              
-----------------------------------------*/

#about img {
  width: 100%;
}

#about .about-thumb {
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

#about .about-overlay h3 {
  padding-bottom: 0px;
}

#about .about-overlay {
  background-color: rgba(250,250,250,0.9);
  border-radius: 2px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  transition: height 450ms;
}

#about .about-thumb:hover .about-overlay {
  height: 100%;
  background-color: #ffffff;
  color: #222;
  padding-top: 30%;
  opacity: 0.9;
}

#about .about-thumb:hover h4 {
  color: #1dc9e3;
}


/*---------------------------------------
    Screenshot section              
-----------------------------------------*/

#screenshot .col-md-3 {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
}

#screenshot img {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#screenshot img:hover {
  box-shadow: 0px 16px 22px 0px rgba(0, 0, 0, 0.3);
  top: -6px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


/*-----------------------------------------
/* our-work
------------------------------------------*/
/*--*/	
.our-work-section{
	margin: 1em 0em 6em;
}
.our-work-section h3{
    font-size:3.5em;
	font-weight:700;
	font-family: 'Asap', sans-serif;
	color:#1ABC9C;
}
.our-work-section span{
	color:#292929;
}	
.some-happy-clients-list ul li a{
	display:inline-block;
}
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-wrapper:hover {
	background:rgba(26, 188, 156, 0.62);
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:22%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 33%;
	display:none;
	float:left;
	overflow:hidden;
}
div#portfoliolist {
	padding: 0px 0px;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li span{
	display: block;
	padding: 8px 32px;
	text-decoration: none;
	color: #1ABC9C;
	cursor: pointer;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "微軟正黑體", "Arial Black";
	margin: 0 0.5em;	
}
#filters li span.active {
	background:#1ABC9C;
	color: #F3F3F3;	
	font-weight: 700;
	font-family: "微軟正黑體", "Arial Black";
}

					  
#filters li {
	display: -webkit-inline-box;
}	
/*--*/



/*---------------------------------------
   Pricing section         
-----------------------------------------*/

#pricing {
	background-color: #3b5998;
}

#pricing .pricing-plan {
  background-color: #ffffff;
  border-radius: 2px;
  margin-bottom: 32px;
}
#pricing .pricing-title h3{
	color: #FFFFFF;
	text-align: left;
}	
#pricing .pricing-title .Mark {
	color: #FFDD00;
	font-weight: 900;
	font-size: 140%;
}
#pricing .pricing-plan .pricing-month {
  padding: 14px 10px 6px 10px;
}

#pricing .pricing-plan .pricing-month h2 {
  font-size: 52px;
  color: #1dc9e3;
}

#pricing .pricing-plan .section-btn {
  background: #1dc9e3;
  position: relative;
  top: 20px;
}

#pricing .pricing-plan .section-btn:hover {
  background-color: #ffffff;
  color: #222;
}

#pricing .pricing-plan .form-control {
	background: transparent;
	border: 1px solid #D7D7D7;
	border-radius: 0px;
	box-shadow: none;
	color: #666666;
	font-size: 20px;
	margin: 10px auto 0px;
	transition: all 0.4s ease-in-out;
	width: 100%;
}


/*---------------------------------------
    Newsletter section              
-----------------------------------------*/

#newsletter {
    background: #535bd4 url('../images/newsletter-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
}

#newsletter .overlay {
  background: #1dc9e3;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

#newsletter .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #eee;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
}

#newsletter .form-control:focus {
  border-color: #ffffff;
}

#newsletter input[type="submit"] {
  background-color: #ffffff;
  border-radius: 100px;
  border: 3px solid #ffffff;
  color: #1dc9e3;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 55px;
}

#newsletter input[type="submit"]:hover {
  background-color: transparent;
  color: #ffffff;
}

#newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

#newsletter .form-control:-ms-input-placeholder {
  color: #ffffff;
}

#newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}


/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

footer span {
  padding-right: 10px;
  padding-left: 10px;
}

footer p {
  padding-top: 16px;
}

/* Footer Area
==========================================*/
#footer{}

.page{position:relative;width:100%;height:auto;margin:0 auto}
.page .pagectr{
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	color: #333333;
}
a{text-decoration:none;outline:none}
a:focus{outline:none}a,a:before,a:after{
	-webkit-transition-property:all;
	-moz-transition-property:all;
	-o-transition-property:all;transition-property:all;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;transition-timing-function:ease-out}


@media (max-width: 940px){#cp table tr td:nth-child(1){padding:10px 5px;width:20%}#cp table tr td:nth-child(2){padding:10px 10px;width:40%}#cp table tr td:nth-child(3){padding:10px 10px;width:40%}#cp table thead tr td{font-size:22px;line-height:30px}#cp table tbody tr td{font-size:16px}#cp .btns #pc2,#cp .btns #op2{width:200px;height:50px;font-size:24px;line-height:50px}#cp .btns #pc2:before,#cp .btns #op2:before{position:absolute;width:40px;height:40px;left:25px;top:0px}}
@media (max-width: 768px){#cp .pagectr{padding:40px 0 80px 0}#cp table{width:92%}#cp table tr td:nth-child(1){padding:8px 5px;width:20%}#cp table tr td:nth-child(2){padding:8px 5px;width:40%}#cp table tr td:nth-child(3){padding:8px 5px;width:40%}#cp table thead tr td{font-size:22px;line-height:30px}#cp table tbody tr td{font-size:16px;line-height:22px}#cp .btns #pc2,#cp .btns #op2{width:130px;font-size:20px;padding:0}#cp .btns #pc2:before,#cp .btns #op2:before{display:none}}@media (max-width: 740px){#cp .tit{width:100%}}@media (max-width: 520px){#cp table tr td{vertical-align:top}#cp table .sbt{display:block}#cp table thead tr td{font-size:18px;line-height:30px}#cp table thead tr td:nth-child(1){display:none}#cp table thead tr td:nth-child(2){padding:8px 5px;width:50%}#cp table thead tr td:nth-child(3){padding:8px 5px;width:50%}#cp table tbody tr td{font-size:15px;line-height:22px}#cp table tbody tr td:nth-child(1){display:none}#cp table tbody tr td:nth-child(2){padding:35px 5px 8px 5px;width:50%}#cp table tbody tr td:nth-child(3){padding:35px 5px 8px 5px;width:50%}}
@media (max-width: 320px){#cp .pagectr{padding:30px 0 60px 0}#cp table{width:90%}}

#ftr{
	background: #f3f3f3;
	border-top: 5px solid #ff7c25;
	padding-top: 10px;
	font-family: "微軟正黑體";
	color: 333333;
}
#ftr .pagectr{height:auto}
#ftr .logo{display:block;position:relative;width:400px;height:auto;padding-bottom:5px;text-align:left}
#ftr .logo img{display:inline-block;position:relative;width:180px;vertical-align:text-top}
#ftr .logo span{display:inline-block;position:relative;width:200px;height:100px;vertical-align:text-top;font-size:24px;line-height:80px;text-align:left;color:#000;padding-top:20px}
#ftr .tel{position:absolute;width:360px;height:40px;right:10px;top:0px;text-align:right;line-height:40px}
#ftr .tel span{color:#fd8d00;font-size:28px;font-weight:bold}
#ftr .fuc{position:absolute;width:360px;height:24px;right:10px;top:45px;text-align:right}
#ftr .fuc a{display:inline-block;position:relative;width:24px;height:24px;margin-left:5px}
#ftr .fuc a:nth-child(4){background:url(../images/ftrfucapp.png) no-repeat center;width:78px}
#ftr .fuc a:nth-child(1){background:url(../images/ftrfucfb.png) no-repeat center}
#ftr .fuc a:nth-child(2){background:url(../images/ftrfucline.png) no-repeat center}
#ftr .fuc a:nth-child(3){background:url(../images/ftrfucyt.png) no-repeat center}
#ftr .cr{position:relative;width:99%;height:auto;font-size:14px;text-align:left;line-height:20px;border-bottom:dotted 1px #333;padding-bottom:10px}
#ftr .cr span{display:inline-block;position:relative;width:auto}
#ftr .cr span:after{content:" │"}
#ftr .cr span:last-child:after{display:none}
#ftr .ntc{position:relative;width:100%;height:auto;text-align:left;font-size:15px;font-weight:bold;line-height:22px;padding-top:10px;list-style-type:disc}
#ftr .ntc li{margin-left:25px;padding-bottom:10px}
#ftr .ntc li:last-child{padding-bottom:0}
#ftr .mng{position:relative;width:100%;height:auto;text-align:right;font-size:15px;padding-bottom:60px}

@media (max-width: 1000px){#ftr .pagectr{width:94%}}

@media (max-width: 768px){#ftr .logo{width:100%;text-align:center;padding-bottom:0}
	#ftr .tel{position:relative;width:100%;height:auto;right:auto;top:auto;text-align:center}
	#ftr .fuc{position:relative;width:100%;height:auto;right:auto;top:auto;text-align:center;padding-bottom:10px}
	#ftr .cr{text-align:center}
	#ftr .cr span:nth-child(2):after{display:none}
	#ftr .ntc{list-style-type:none}
	#ftr .ntc li{margin-left:0}}

@media (max-width: 480px){
	#ftr .pagectr{width:90%}
	#ftr .logo{padding-bottom:0}
	#ftr .logo img{width:150px}
	#ftr .logo span{width:100%;height:30px;font-size:18px;line-height:30px;text-align:center;padding-top:0}
	#ftr .tel{font-size:16px}
	#ftr .tel span{font-size:22px}
	#ftr .cr span{display:block}
	#ftr .cr span:after{
	content: " │";
	display: none;
}
	#ftr .cr span:nth-child(1):after{display:none}
	#ftr .ntc{
	list-style-position: inside;
	margin-left: 10px;
}
	#ftr .ntc li{margin-left:0}
	#ftr .mng{text-align:center}}




/* social */
.social {
  margin: 0em 0;
  float: right;
}
.social i {
width: 30px;
height: 30px;
background: url('../images/social-icons.png') no-repeat 0px 0px;
display: inline-block;
margin:0 5px;
}
a i.facebook{
background-position:-3px -2px;
}
a i.line{
background-position: -43px -3px;
}
a i.dribble{
background-position: -83px -3px;
}
a i.google{
background-position:-120px -2px
}
a i.youtube{
background-position:-167px -3px;
}
a i.facebook:hover{
background-position:-3px -36px;
}
a i.line:hover{
background-position: -43px -36px;
}
a i.dribble:hover{
background-position: -83px -36px;
}
a i.google:hover{
background-position:-120px -36px
}
a i.youtube:hover{
background-position:-167px -36px;
}

/* Footer Area
==========================================*/
#footer{}

.page{position:relative;width:100%;height:auto;margin:0 auto}
.page .pagectr{
	position: relative;
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	color: #333333;
}
a{text-decoration:none;outline:none}
a:focus{outline:none}a,a:before,a:after{
	-webkit-transition-property:all;
	-moz-transition-property:all;
	-o-transition-property:all;transition-property:all;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;transition-duration:0.3s;
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;transition-timing-function:ease-out}


@media (max-width: 940px){#cp table tr td:nth-child(1){padding:10px 5px;width:20%}#cp table tr td:nth-child(2){padding:10px 10px;width:40%}#cp table tr td:nth-child(3){padding:10px 10px;width:40%}#cp table thead tr td{font-size:22px;line-height:30px}#cp table tbody tr td{font-size:16px}#cp .btns #pc2,#cp .btns #op2{width:200px;height:50px;font-size:24px;line-height:50px}#cp .btns #pc2:before,#cp .btns #op2:before{position:absolute;width:40px;height:40px;left:25px;top:0px}}
@media (max-width: 768px){#cp .pagectr{padding:40px 0 80px 0}#cp table{width:92%}#cp table tr td:nth-child(1){padding:8px 5px;width:20%}#cp table tr td:nth-child(2){padding:8px 5px;width:40%}#cp table tr td:nth-child(3){padding:8px 5px;width:40%}#cp table thead tr td{font-size:22px;line-height:30px}#cp table tbody tr td{font-size:16px;line-height:22px}#cp .btns #pc2,#cp .btns #op2{width:130px;font-size:20px;padding:0}#cp .btns #pc2:before,#cp .btns #op2:before{display:none}}@media (max-width: 740px){#cp .tit{width:100%}}@media (max-width: 520px){#cp table tr td{vertical-align:top}#cp table .sbt{display:block}#cp table thead tr td{font-size:18px;line-height:30px}#cp table thead tr td:nth-child(1){display:none}#cp table thead tr td:nth-child(2){padding:8px 5px;width:50%}#cp table thead tr td:nth-child(3){padding:8px 5px;width:50%}#cp table tbody tr td{font-size:15px;line-height:22px}#cp table tbody tr td:nth-child(1){display:none}#cp table tbody tr td:nth-child(2){padding:35px 5px 8px 5px;width:50%}#cp table tbody tr td:nth-child(3){padding:35px 5px 8px 5px;width:50%}}
@media (max-width: 320px){#cp .pagectr{padding:30px 0 60px 0}#cp table{width:90%}}

#ftr{
	background: #f3f3f3;
	border-top: 5px solid #ff7c25;
	padding-top: 40px;
	font-family: "微軟正黑體";
	color: 333333;
}
#ftr .pagectr{height:auto}
#ftr .logo{
	display: block;
	position: relative;
	width: 500px;
	height: auto;
	padding-bottom: 5px;
	text-align: left
}
#ftr .logo img{display:inline-block;position:relative;width:180px;vertical-align:text-top}
#ftr .logo span{
	display: inline-block;
	position: relative;
	width: 280px;
	height: 100px;
	vertical-align: text-top;
	font-size: 24px;
	line-height: 80px;
	text-align: left;
	color: #000;
	padding-top: 20px
}
#ftr .tel{position:absolute;width:360px;height:40px;right:10px;top:0px;text-align:right;line-height:40px}
#ftr .tel span{color:#fd8d00;font-size:28px;font-weight:bold}
#ftr .fuc{position:absolute;width:360px;height:24px;right:10px;top:45px;text-align:right}
#ftr .fuc a{display:inline-block;position:relative;width:24px;height:24px;margin-left:5px}
#ftr .fuc a:nth-child(4){background:url(../images/ftrfucapp.png) no-repeat center;width:78px}
#ftr .fuc a:nth-child(1){background:url(../images/ftrfucfb.png) no-repeat center}
#ftr .fuc a:nth-child(2){background:url(../images/ftrfucline.png) no-repeat center}
#ftr .fuc a:nth-child(3){background:url(../images/ftrfucyt.png) no-repeat center}
#ftr .cr{position:relative;width:99%;height:auto;font-size:14px;text-align:left;line-height:20px;border-bottom:dotted 1px #333;padding-bottom:10px}
#ftr .cr span{display:inline-block;position:relative;width:auto}
#ftr .cr span:after{content:" │"}
#ftr .cr span:last-child:after{display:none}
#ftr .ntc{
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 10px;
	list-style-type: disc;
	margin-left: -30px;
}
#ftr .ntc li{margin-left:25px;padding-bottom:10px}
#ftr .ntc li:last-child{padding-bottom:0}
#ftr .mng{position:relative;width:100%;height:auto;text-align:right;font-size:15px;padding-bottom:60px}

@media (max-width: 1000px){#ftr .pagectr{width:94%}}

@media (max-width: 768px){#ftr .logo{width:100%;text-align:center;padding-bottom:0}
	#ftr .tel{position:relative;width:100%;height:auto;right:auto;top:auto;text-align:center}
	#ftr .fuc{position:relative;width:100%;height:auto;right:auto;top:auto;text-align:center;padding-bottom:10px}
	#ftr .cr{text-align:center}
	#ftr .cr span:nth-child(2):after{display:none}
	#ftr .ntc{list-style-type:none}
	#ftr .ntc li{margin-left:0}}

@media (max-width: 480px){
	#ftr .pagectr{width:90%}
	#ftr .logo{padding-bottom:0}
	#ftr .logo img{width:150px}
	#ftr .logo span{width:100%;height:30px;font-size:18px;line-height:30px;text-align:center;padding-top:0}
	#ftr .tel{font-size:16px}
	#ftr .tel span{font-size:22px}
	#ftr .cr span{display:block}
	#ftr .cr span:after{
	content: " │";
	display: none;
}
	#ftr .cr span:nth-child(1):after{display:none}
	#ftr .ntc{
	list-style-position: inside;
	margin-left: -35px;
	width: 110%;
}
	#ftr .ntc li{margin-left:0}
	#ftr .mng{text-align:center}}




/* social */
.social {
  margin: 0em 0;
  float: right;
}
.social i {
width: 30px;
height: 30px;
background: url('../images/social-icons.png') no-repeat 0px 0px;
display: inline-block;
margin:0 5px;
}
a i.facebook{
background-position:-3px -2px;
}
a i.line{
background-position: -43px -3px;
}
a i.dribble{
background-position: -83px -3px;
}
a i.google{
background-position:-120px -2px
}
a i.youtube{
background-position:-167px -3px;
}
a i.facebook:hover{
background-position:-3px -36px;
}
a i.line:hover{
background-position: -43px -36px;
}
a i.dribble:hover{
background-position: -83px -36px;
}
a i.google:hover{
background-position:-120px -36px
}
a i.youtube:hover{
background-position:-167px -36px;
}




/*---------------------------------------
   Modal Contact           
-----------------------------------------*/

.modal-dialog .modal-content {
	background-color: #1d75ae;
	border: none;
	border-radius: 2px;
	text-align: center;
	padding: 50px 30px 30px;
	position: relative;
	overflow: hidden;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #ffffff;
  font-size: 45px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog .modal-title {
  color: #ffffff;
}
.modal-dialog p {
	color: #ffffff;
	padding-top: 10px;
	margin-bottom: 0px;
}
.modal-dialog a {
  color: #ffffff;
}
.modal-dialog a:hover{
	color: #FDDC00;
}
.modal-dialog form {
  padding: 20px;
}

.modal-dialog form input {
  height: 50px;
}

.modal-dialog form input[type="radio"] {
  height: 20px;
  width: 20px;
  margin: 10px 3px;
}
.modal-dialog input[type="checkbox"] {
  height: 20px;
  width: 20px;
  height: 20px;	
}
.modal-dialog form select {
	margin: 10px 3px 5px;
	color: #2E2E2E;
}
.modal-dialog form div{
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.modal-dialog form div .row1{
  background: transparent;
  border: 0px solid #f0f0f0;
}
.modal-dialog form div .col{
  background: transparent;
  border: 0px solid #f0f0f0;
}
.modal-dialog .ex{
  color: #ffffff;
  font-size: 20px;
}
.modal-dialog form label{
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	/*padding-left: 10px;*/
}

.modal-dialog .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.modal-dialog .form-control:focus {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #ffffff;
}

.modal-dialog form input[type="button"] {
  background: #1dc9e3;
  border: 3px solid transparent;
  border-radius: 100px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}

.modal-dialog form input[type="button"]:hover {
  background: transparent;
  border-color: #1dc9e3;
  color: #ffffff;
}

.modal-dialog .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.modal-dialog .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.modal-dialog .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
     -moz-perspective: 1300px;
          perspective: 1300px;
}

.modal.fade .modal-content{
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
     -moz-transform: translateZ(-3000px) rotateY(90deg);
      -ms-transform: translateZ(-3000px) rotateY(90deg);
          transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.modal.fade.in .modal-content{
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% { -webkit-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
  100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
  50% { -moz-transform: translateZ(-250px) rotateY(60deg); opacity: .5; -moz-animation-timing-function: ease-out;}
  100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
  50% { transform: translateZ(-250px) rotateY(60deg); opacity: 1; animation-timing-function: ease-in;}
  100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}


/*------------------------------------------
sky-form
------------------------------------------*/
.sky-form {
	margin-top: 15px;
	text-align: left;
	border-width: 0px;
}
.row1{
	outline: none;
	overflow: auto;
}
.sky-form.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.sky-form h4{
	background-color: #C3E6F3;
	padding: 10px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 2.4em;
	font-family: "微軟正黑體";
	margin-left: 0px;
	margin-right: 0px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline: none;
	border: none;
	margin-bottom: 4px;
	padding-left: 34px;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
	font-family: "微軟正黑體";
}
.sky-form .hight {
	padding-bottom: 10px;
	}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	outline: none;
	border-width: 3px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 2px;
	left: 2px;
	width: 20px;
	height: 18px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */

.sky-form [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #CBCBCB;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color:#204056;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color:#204056;
}
.sky-form .checkbox input + i:after {
	color:#204056;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color:#204056;
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}



/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
	color: #666;
	border-radius: 100px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 0px;
	margin: 10px 4px 0px 4px;
	font-family: "微軟正黑體", "Arial Black";
	padding: 5px;
}

.social-icon li a:hover {
    background: #1dc9e3;
    color: #ffffff;
    top: -5px;
}


/*---------------------------------------
   Back top         
-----------------------------------------*/

.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  border-radius: 100px;
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #333;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
}

.go-top:hover {
    background: #535bd4;
    color: #ffffff;
}


/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/
@media (max-width: 1200px) {
  .container {
	width: 100%;
  }
}

@media (max-width: 980px) {

  h1 {
    font-size: 38px;
  }
  
  .section-btn {
    padding: 10px 34px 12px;
  }

  #home, #home .overlay {
    height: 60vh;
  }

  #home .home-thumb {
    padding-top: 0px;
  }

  #about {
    text-align: center;
  }

  #about .about-thumb {
    margin-top: 62px;
  }

}

@media (max-width: 768px) {
.llogo{
	width: 30%;
	margin-top: -10px;
	margin-left: -10px;
	float: left;
}
	
.navbar-default .navbar-brand {
	color: #00367f;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 20px;
}	
  h1 {
    font-size: 28px;
  }

  .section-title {
    padding-bottom: 12px;
  }

  #about, #divider,
  #pricing, #newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #screenshot {
    padding-top: 60px;
    padding-bottom: 0px;
  }
	

}

@media (max-width: 767px) {

   body {
    padding-top: 0px;
    text-align: center;
  }
.llogo{
	width: 28%;
	margin-top: -10px;
	margin-left: -10px;
	float: left;
}
  .navbar-default {
    text-align: center;
    padding-top: 0px;
  }

  .navbar-default .navbar-brand {
    line-height: 20px;
  }
.navbar-default .navbar-brand {
	margin-bottom: 18px;
}	
  .navbar-default .navbar-nav li a {
    line-height: 25px;
  }

  #home, #home .overlay {
    height: 100vh;
  }

  #home img {
    position: relative;
    display: inline-block;
  }

  #home .home-thumb {
    padding-top: 32px;
    padding-left: 0px;
  }

  #pricing .pricing-plan {
    margin-bottom: 62px;
  }

}

@media (max-width: 650px) {
.llogo{
	width: 28%;
	margin-top: -10px;
	margin-left: -10px;
	float: left;
}
	
.navbar-default .navbar-brand {
	color: #00367f;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-left: -2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	h1 {
	font-size: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

}
@media(max-width:480px){
.llogo{
	width: 26%;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -20px;
	float: left;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
.navbar-default .navbar-brand {
	color: #00367f;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}	
#home .home-thumb {
    padding-top: 2px;
    padding-left: 0px;
}	
#home .markbook {
	width: 110px;
	height: 140px;
	z-index: 100;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}	
	
}	

@media screen and (min-width: 319px) and (max-width: 360px) {
.llogo{
	width: 26%;
	margin-top: -5px;
	margin-left: -3px;
	margin-right: -20px;
	float: left;
}
.navbar-default .navbar-brand {
	color: #00367f;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-left: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
}	
#home img {
	position: relative;
	display: inline-block;
	padding-top: 35px;
}
#home .home-thumb {
    padding-top: 0px;
    padding-left: 0px;
}	
	
}	
	
	
	
	
	
