/* cynet.tw */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
.Montserrat-fonts {font-family: 'Montserrat', sans-serif;}
button,input{cursor:pointer}
header { padding-top: 74px }

/* Header */
	#header {
		background-attachment: scroll,scroll,fixed;
		background-image: url("../img/header/3200.svg"), url("../img/header/overlay.png"), url("../img/header/web-design.jpg");
		background-position: bottom center,top left,center center;
		background-repeat: repeat-x,repeat,no-repeat;
		background-size: 3200px 460px,auto,cover;
		color: #fff;
		padding: 9em 0 13em 0;
		position: relative;
		text-align: center;
	}

	#header a {
		border-bottom-color: rgba(255, 255, 255, 0.35);
		color: #fff;
	}

	#header a:hover {
		border-bottom-color: transparent;
		color: #4eb980;
	}

	#header strong, #header b {
		color: #ffffff;
	}

	#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
		color: #ffffff;
	}

	#header input[type="submit"],
	#header input[type="reset"],
	#header input[type="button"],
	#header .button {
		background: #ffffff;
		color: #544d55;
	}

	#header .logo {
		background: rgba(78,185,128,0.8);
		border-radius: 100%;
		color: #ffffff;
		cursor: default;
		display: inline-block;
		font-size: 2.25em;
		height: 2.35em;
		line-height: 2.35em;
		margin: 0 0.1em 0.75em 0.1em;
		text-align: center;
		width: 2.35em;
	}

	#header .logo.fa-paper-plane-o:before {
		left: -0.075em;
		position: relative;
	}

	#header h1 {
		font-size: 2.5em;
		margin: 0;
		font-weight: 600;
	}

	#header p {
		font-size: 1.5em;
		line-height: 1.8em;
		margin: 1em 1em 0 1em;
	}

/* Icon */
	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

	.icon:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 400;
	}

	.icon > .label {
		display: none;
	}

	.icon:before {
		line-height: inherit;
	}

	.icon.solid:before {
		font-weight: 900;
	}

	.icon.brands:before {
		font-family: 'Font Awesome 5 Brands';
	}
/* Footer */
	#footer {
		background-attachment: scroll;
		background-image: url("../img/header/bottom-3200.svg");
		background-position: top center;
		background-repeat: repeat-x;
		background-size: 3200px 460px;
		margin-top: -360px;
		padding: calc(460px + 4em) 0 4em 0;
		position: relative;
	}

.owl-nav button {
    bottom: 45%;
    opacity: 0.5;
    width: 46px;
    height: 46px;
    z-index: 100;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #ffffff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.owl-nav:hover button{
    opacity: 0.8;
}
.owl-nav button.owl-prev {
    left: 1%;
}
.owl-nav button.owl-next {
    right: 1%;
}
.owl-nav button span {
    font-size: 36px;
	line-height: 46px;
	font-family: "Poppins", sans-serif;
}
.owl-dots {
    z-index: 101;
    position: absolute;
	bottom: 2%;
	width: 100%;
	text-align:center;
}
.owl-dots button {
    opacity: 0.8;
    width: 5%;
    height: 4px;
	margin: 0 3px;
}
#main .owl-dots {
	bottom: -30px;
}

/*---------- 邊距 ----------*/

.padding-top15 { padding-top: 15px }
.padding-top25 { padding-top: 25px!important }
.padding-top30 { padding-top: 30px!important }
.padding-top40 { padding-top: 40px }
.padding-top60 { padding-top: 60px }
.padding-top100 { padding-top: 100px }

.padding-bottom20 { padding-bottom: 20px }
.padding-bottom30 { padding-bottom: 30px }
.padding-bottom40 { padding-bottom: 40px }
.padding-bottom50 { padding-bottom: 50px }
.padding-bottom60 { padding-bottom: 60px!important }
.padding-bottom90 { padding-bottom: 90px!important }

.margin-topminus30 { margin-top: -30px!important }
.margin50 { margin: 50px }
.margin-top0 { margin-top: 0px!important }
.margin-top15 { margin-top: 15px!important }
.margin-top25 { margin-top: 25px!important }
.margin-top30 { margin-top: 30px }
.margin-top40 { margin-top: 40px }
.margin-top50 { margin-top: 50px }
.margin-top55 { margin-top: 55px!important }
.margin-top60 { margin-top: 60px }
.margin-top70 { margin-top: 70px }
.margin-top80 { margin-top: 80px }
.margin-top100 { margin-top: 100px }
.margin-top140 { margin-top: 140px }

.margin-bottom0 { margin-bottom: 0px!important }
.margin-bottom20 { margin-bottom: 20px }
.margin-bottom40 { margin-bottom: 40px }
.margin-bottom60 { margin-bottom: 60px }
.margin-bottom70 { margin-bottom: 70px }
.margin-bottom80 { margin-bottom: 80px }
.margin-bottom100 { margin-bottom: 100px }

.margin-left10 { margin-left: 10px }
.margin-left20 { margin-left: 20px }
.margin-left25 { margin-left: 25px }
.margin-left30 { margin-left: 30px }

.bottom-pad { margin-bottom: 100px }
.bottom-pad-small { margin-bottom: 15px }
.padding-all { padding: 10px!important }

/*---------- 首頁 ----------*/
.owl-header .owl-dots button { background:#fff!important }
.owl-dots button.active { opacity:1!important }

#main {
	padding: 3em 0 0 0;
	position: relative;
	z-index: 1;
}
#cate {
	padding: 3em 0;
}

.home { padding: 15px 0 0 0; }
.home h1 {
	font-weight: 600;
}
.home h2 {
	font-weight: 600;
	font-size: 2.5em;
}
.home .bg-en {
	font-weight: 600;
}

.home-1 { padding: 0 3px 30px 3px; }

.home-2 { padding: 30px 18px 65px 18px; }
.home-2 p span { font-size: 110%; font-weight:700; color:rgba(0,133,178,1) }

.home-3 { padding: 50px 18px; background: rgb(58,58,58);}
.home-3 p span { font-size: 120%; font-weight:700; }
.home-3 p , .home-3 ul li { color: rgb(255, 255, 255);}
.home-3 h2 , .home-3 h3 { color: rgb(255, 255, 255)!important;}

.test-list strong { font-size: 20px!important; }

#news:before { 
	  display: block; 
 	  content: ''; 
 	  margin-top: -75px;
 	  height: 75px;
 	  visibility: hidden; 
	}

.card-more { color:#666;font-weight:700;font-size:80%; }
.tit-h3 { font-weight:700; margin-bottom: 0.6rem; font-size: 1.3em; }

.list-ul li { font-size:1.1em;
	font-weight:300;
	line-height:1.6em;
	margin-top:0;
	margin-bottom:1rem; }
.size-1em p , .size-1em ul li { font-size:1em!important; }

/* Slogan */

.slogan h3 { color: #fff }

.slogan-content { padding: 35px 0 }

h2.slogan-title {
	font-size: 26px!important;
    display: inline-block;
    margin: 10px 0;
    color: #fff!important;
	font-weight: 600;
}
h1.slogan-title {
	font-size: 30px!important;
    display: inline-block;
    margin: 10px 0;
    color: #fff!important;
}
.btn-special {
    font-size: 13px;
	background-color: #fafafa;
	color: rgba(255, 141, 0, 1);
    border-radius: 0px !important;
    padding: 13px 20px;
	margin: 6px 3px 3px 3px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.pro-more {
    font-size: 13px;
	background-color: #fafafa;
	border:1px solid rgba(255, 141, 0, 1);
	color: rgba(255, 141, 0, 1);
    border-radius: 0px !important;
    padding: 15px 30px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.get-started {
    padding-top: 1px;
    vertical-align: middle;
	text-align:center;
	margin: 85px 0;
}
.get-more {
	margin: 45px 0;
	text-align:center;
}

.pattern-overlay , .pattern-overlay-2 { 
   padding: 30px 20px;
   background-color:rgba(255,102,0,1);
}
.pattern-overlay-work { 
   padding: 30px 20px;
   background-color:rgba(0,133,178,1);
}
.pattern-overlay-more { 
   padding: 30px 20px;
   background-color:#eee;
}
.pattern-overlay p , .pattern-overlay-2 p , .pattern-overlay-work p { color: #fff }
.list-unstyled li.one a.one-sub , .list-unstyled li.two a , .list-unstyled li.three a , .list-unstyled li.four a {
  background:rgba(89,171,2,0.1);
  border-left:5px solid rgba(89,171,2,1);
}
/*
.list-unstyled li.one:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  font-size: 1.1em;
  content: "\f1ad";
  position: absolute;
  background:rgba(89,171,2,1);
  color:#fff;
  padding:11.1px 15px;
}
.list-unstyled li.two:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  font-size: 1.1em;
  content: "\f0a1";
  position: absolute;
  background:rgba(89,171,2,1);
  color:#fff;
  padding:11.1px 15px;
}
.list-unstyled li.three:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  font-size: 1.1em;
  content: "\f0ac";
  position: absolute;
  background:rgba(89,171,2,1);
  color:#fff;
  padding:11.1px 15px;
}
.list-unstyled li.four:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  font-size: 1.1em;
  content: "\f086";
  position: absolute;
  background:rgba(89,171,2,1);
  color:#fff;
  padding:11.1px 15px;
}
.list-unstyled li.one ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  font-size: 1.1em;
  content: "\f610";
  position: absolute;
  background:rgba(0,133,178,1);
  color:#fff;
  padding:10px 15px;
}
*/
#pageSubmenu li a , #pageSubmenu2 li a { 
   background-color:rgba(0,133,178,0.1);
   border-left:5px solid rgba(0,133,178,1);
}

/* main-content */

.main-content { padding: 30px 3px; }

div.content-box { clear: both }

div.content-box.big {
    background: #fff;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

div.content-box.big .ch-info-wrap {
    margin: -40px auto 25px;
    position: relative;
    left: auto;
    top: auto;
}

div.content-box.big:hover { background: #fafafa }

div.content-box.big div.content-box-info {
    padding: 0 10px 10px 10px;
    margin: 0;
}
div.content-box.big div.content-box-info h3 {
	text-align: center;
	margin: 25px 0 25px 0;
}
div.content-box.big div.content-box-info p {
	margin: 12px 0;
	font-size:15px;
	letter-spacing:0.6px;
}
div.content-box.big div.content-box-info span {
	font-size: 120%;
	font-weight:700;
	color:rgb(0,133,178);
}
div.content-box.big div.content-box-info strong {
	font-size: 16px;
	border-left: 4px solid rgb(172,0,0);
	display:block;
	padding-left: 8px;
	margin-bottom: 13px;
	line-height: 1.2;
}

div.content-box.big div.content-box-info .why {
	font-size: 130%;
	font-weight:700;
}
div.content-box.big div.content-box-info .ans {
	font-size: 1em;
}
div.content-box.big div.content-box-info .ans strong {
	color: rgb(255, 63, 30);
}
div.content-box.big div.content-box-info .ans span {
	font-size: 1.2em;
	font-weight:700;
}

.service-reasons div.content-box.big {
    transition: none;
    margin-top: 30px;
    border: 1px solid #fff;
}

.main-content h3 {
    color: #283043;
    line-height: 32px;
    margin: 0 0 5px;
}

.main-content p,
.content p { text-align: left }

.author-content,
div.content-box.big,
#cn-tabs .service,
.comment-des,
.contact-box {
    border-style: solid;
    border-width: 1px;
    border-color: #d5d5d5;
}

.btn:focus, .subscribe-btn, .progress .progress-bar, .accordionMod .panel-heading .current, #current:after, .tp-leftarrow.default:hover, .tp-rightarrow.default:hover, .contact-box:hover, .ch-info-wrap, .ch-info .ch-info-back, .content-box-about .ch-info-front, figure.effect-zoe figcaption, h2.form-signin-heading, a.prev,a.next, a.prev,a.next {
    background: rgb(0,133,178);
}
/* Circle items */

.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}
.ch-info-wrap i {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 70px;
    position: relative;
    z-index: 5;
    text-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
.ch-info-wrap {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 10px;
    left: 10px;
}
.ch-info {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
}
.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    opacity: 0;
}
.ch-item:hover .ch-info {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.btn-more { background:rgba(0,133,178,0.9); color:#fff; font-weight:600; display:inline-block; font-size:16px; }
.btn-more:hover , .btn-more:focus { background:rgba(0,133,178,0.6); color:#fff; font-weight:600; }
.btn-green { background:rgba(255, 141, 0, 0.9)!important; }
.btn-green:hover , .btn-green:focus { background:rgba(255, 141, 0, 0.6)!important; }
.btn-good { background:rgba(255, 0, 127, 0.9)!important; }
.btn-good:hover , .btn-good:focus { background:rgba(255, 0, 127, 0.6)!important; }

footer .social li:hover a i { color: #fff }

.footer-top {
    color: #fff;
    padding: 20px 0;
}

#footer a { color: #fff; }

.footer-fa { font-weight:700; font-size:150%; }
.footer-fa i { margin-right: 5px; }

.blog img { color:#fff;height:15px;margin-bottom:4px;margin-left:2px;}

/*---------- contact.html ----------*/

.reply label { margin: 0 0 4px }
.reply label span { color: #e24747 }
.reply input , .reply select { margin: 0 0 20px; font-size:0.9rem!important }
.reply textarea {
	font-size:0.9rem!important;
    min-width: 97.5%;
    min-height: 180px;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    resize: vertical;
    margin: 0 0 18px;
}
.w100 { width:100%!important }
#submit_btn  { font-size:15px!important }
.btn-color {
    color: #fff !important;
	background-color: rgb(0,133,178) !important;
	font-weight: 600;
}
.btn-color:hover {
    color: #fff !important;
	background-color: rgb(255,102,0) !important;
}

.star-divider {
    border-bottom: 1px solid #D5D5D5;
    margin-top: 20px;
    margin-bottom: 70px;
}
.star-divider-small {
    margin-bottom: 30px !important;
    margin-top: -25px !important;
}
.star-divider-icon { text-align: center }
.star-divider-icon i {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 100px;
    color: rgb(12, 132, 16);
    font-size: 18px;
    padding: 11px;
    position: relative;
    top: 19px;
}

.pro3-img img { margin-top: 20px; margin-bottom: 20px; }

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    position: absolute;
    text-align: left;
}
.slide-bg {
    background:rgba(70,140,0,0.7);
	padding: 20px;
	border-radius: 3px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.51);
}
.slide-bg2 {
    background:rgba(0, 178, 0,0.7);
	padding: 20px;
	border-radius: 3px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.51);
}
.slide-text small {
    color: #ffffff;
}
.slide-text a {
    color: #ffffff;
}
.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-bg > h2 {
    padding: 0;
    color: #ffffff;
    font-size: 32px;
    font-style: normal;
    line-height: 42px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-bg2 > h2 {
    padding: 0;
    color: #ffffff;
    font-size: 32px;
    font-style: normal;
    line-height: 42px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border:2px solid #fff;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
	margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    padding: 22px 46px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: rgba(224,33,38,1);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border:2px solid #fff;
	border-radius:36px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: rgba(255,128,0,1);
	border:2px solid #fff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

@media (max-width:991px) {
	.slide-bg > h2 {
     font-size: 28px;
     line-height: 40px;
    }
	.slide-bg > p {
     font-size: 16px;
    }
	.slide-bg2 > h2 {
     font-size: 28px;
     line-height: 40px;
    }
	.slide-bg2 > p {
     font-size: 16px;
    }
}
@media (min-width:768px) {
    .owl-slide-one {
     max-width:340px;right:7%;top:40%;
    }
	.owl-slide-two {
     max-width:360px;right:8%;top:50%;
    }
	.owl-slide-three {
     max-width:320px;left:7%;top:40%;
    }
	.owl-slide-four {
     max-width:320px;right:12%;top:6%;
    }
}
    .test-desc { margin:20px 0;padding:16px; background-color:rgba(0,133,178,0.2) }
	.test-desc2 { margin:20px 0 0 0;padding:16px; background-color:rgba(0,133,178,0.2) }
	.test-img { padding-bottom:30px; }
@media (max-width:991px) {
	.test-desc { padding-top:25px;margin-top:55px }
	.test-desc2 { padding-top:25px;margin-top:25px }
	.test-img { padding-bottom: 0; }
}
@media (max-width:767px) {
	.home-1 {padding-left:0!important;padding-right:0!important;}
	.card-more { display:block;padding-top:6px; }
	.footer-top { padding-bottom:5px; }
	.main-content { padding:30px 0; }
	
	.owl-slide-one {
     bottom:9%;
	 width:89%;
    }
	.owl-slide-two {
     bottom:6%;
	 width:89%;
    }
	.owl-slide-three {
     bottom:9%;
	 width:89%;
    }
	.owl-slide-four {
     bottom:6%;
	 width:89%;
    }
	.owl-slide-two h2 {
     line-height: 42px!important;
    }
	.owl-slide-four h2 {
     display:none;
    }
	.slide-bg , .slide-bg2 {
	 padding: 15px 10px 5px 10px;
	 margin-left:15px;
	 margin-right:15px;
    }
	.slide-bg > h2 {
     font-size: 24px;
     line-height: 30px;
    }
	.slide-bg > p {
     font-size: 16px;
    }
	.slide-bg2 > h2 {
     font-size: 24px;
     line-height: 30px;
    }
	.slide-bg2 > p {
     font-size: 16px;
    }
	.owl-header .owl-nav button.owl-next, .owl-header .owl-nav button.owl-prev {
     display:none;
    }
	.footer-top .col-md-4 { border-bottom:1px solid #fff; margin-bottom:12px; }
	.footer-top .col-md-4:last-child { border-bottom:0; }
}

#about:before , #service:before , #works:before , #contact:before { 
	display: block; 
	content: ''; 
	margin-top: -74px;
	height: 74px;
	visibility: hidden; 
}

.female { color: #FF007F; font-size: 50px;}
.male { color: #006DD9; font-size: 50px;}
.good .card { text-align:center;}

/*
* souvenir
*/

.owl-header .owl-nav button { background: #fff!important;}

.card-money { text-align:center;}
.card-money span { font-size:15px!important; color:rgb(255, 105, 0)!important;}
.card-money s { font-size:13px!important;}

/* 電腦右側選單 */
.cell-me a { background:rgba(255,0,0,0.8);color:#fff;position:fixed;z-index:99999;right:8px;bottom:8px;height:46px;width:46px;border-radius:50%;text-align:center;}
.cell-me i { font-size:1.8em;line-height:46px;}
.cell-me a:hover { background:rgba(255,0,0,0.9);color:#fff;}

.cell-me2 img { height:23px;}
.cell-me2 a { position:fixed;z-index:99998;right:7px;bottom:152px;background:rgba(255,0,0,0.8);height:46px;width:46px;line-height:46px;border-radius:50%;text-align:center;}
.cell-me2 img:hover { opacity:0.9;}

.cell-line img { height:49px;width:49px;}
.cell-line a { position:fixed;z-index:99998;right:7px;bottom:57px;}
.cell-line img:hover { opacity:0.9;}

.cell-fb a { background:rgba(66,103,178,0.8);color:#fff;position:fixed;z-index:9999;right:8px;bottom:108px;height:46px;width:46px;border-radius:50%;text-align:center;}
.cell-fb i { font-size:1.8em;line-height:46px;}
.cell-fb a:hover { background:rgba(66,103,178,0.9);color:#fff;}

/* 手機下方選單 */
.footer-phone {
	border-top:1px solid rgba(238,238,238,1);
	position:fixed;
	bottom:0;
	z-index:999;
}
.footer-phone ul {
	margin: 0 -15px!important;
}
.footer-phone ul li {
	width: 33.33%;
	float: left;
}
.footer-phone ul li a {
	font-weight: 600;
	text-align: center;
	padding:10px;
	display:block;
}
.footer-phone ul li a img {
	height:32px;
	margin:3px auto;
}

.line-phone { background:rgba(0,185,0,0.8);}
.line-phone:hover { background:rgba(0,185,0,0.9);}

.cell-phone { background:rgba(255,0,0,0.8);}
.cell-phone:hover { background:rgba(255,0,0,0.9);}

.fb-phone { background:rgba(66,103,178,0.8);}
.fb-phone:hover { background:rgba(66,103,178,0.9);}

.footer-phone ul li a , .footer-phone ul li a:active { color:#fff;}

.tel{ font-size:22px;}
.bg-gray {background-color:#F8F8F8;}
.bg-white {background-color:#FFF!important;}
.bg-green {background:rgba(89,171,2,1);}
.bg-orange {background:rgba(255,102,0,1);}
.no-padding {padding-left:0!important;padding-right:0!important;}
@media (max-width:767px){
	.breadcrumb-wrapper { background: url(../img/owl/earth_1000.jpg) no-repeat;}
	.breadcrumb-wrapper-about {
      background: url(../img/owl/test2_1000.jpg) no-repeat;
      margin: 0 auto;
      background-position: center center;
      background-size: cover;
	  background-attachment: fixed;
	  width:100%;
}
}
@media (min-width:768px){
	.breadcrumb-wrapper { background: url(../img/owl/earth_1000.jpg) no-repeat;}
	.breadcrumb-wrapper-about {
      background: url(../img/owl/test2_1920.jpg) no-repeat;
      margin: 0 auto;
      background-position: center center;
      background-size: cover;
	  background-attachment: fixed;
	  width:100%;
}
}
.breadcrumb-wrapper h2 , .breadcrumb-wrapper-about h2 {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid rgba(255,255,255,1);
    border-radius: 3px;
    color: rgba(51,51,51,1);
	background-color: rgba(238,238,238,0.7);
    font-size: 22px;
	font-weight:700;
	margin-top:18vh;
}
.iOS{
	overflow-x: hidden;
	overflow: auto;
	width: 100%;
	height:30vh;
}
.breadcrumb-wrapper {
   background: url(../img/owl/dh_img.jpg) no-repeat;
   background-size: 100%;
	 background-attachment: fixed;
	 height:30vh;
}

@supports (-webkit-overflow-scrolling: touch) and (-webkit-touch-callout: none) {
.breadcrumb-wrapper , .breadcrumb-wrapper-about {
     background-attachment: scroll!important;
}
}

.fancybox-button--play { display:none!important}

/* ==========================================================================
Footer
========================================================================== */
footer {
	padding-top: 45px;
	padding-bottom: 45px;
	background:rgba(89,171,2,1);
	font-size:15px;
}
footer p ,footer a {color: rgba(255,255,255,1)!important;}
footer a:hover {color: rgba(255,255,255,1)!important;}

@media (min-width:992px){
    .footer-nav li {width:100%;line-height:38px}
	.footer-keywords li {float:right!important;}
	footer .col-lg-6:nth-child(1) {
       padding-left:3.5em;
	   padding-right:3em;
    }
    footer .col-lg-6:nth-child(2) {
       padding-left:2em;
	   padding-right:3.5em;
    }
}
footer li a {
    color: #3f6184
}
.footer-nav , .footer-menu {margin-top:0!important;margin-bottom:0!important}
footer i {
    margin-right:6px;
}
footer i.fa-map-marker-alt {
    margin-left:3px;
}
.copy {
	background-color:rgba(89,171,2,0.9);
	padding: 5px 0;
	color: #fff;
	font-size: 0.9em;
}
.copy a {
	color: #fff
}
.copy p {
	margin-top:0.8rem;
}
.footer-info p {
	font-size:15px;
}
.footer-info .tel {
	font-size:18px;
	margin-top:0.3em;
}
.footer-info .tel a {
	font-size:28px;
	line-height:32px;
}
.footer-info .address {
	font-size:22px;
	margin-top:0.5rem;
	margin-bottom:1rem;
	padding-bottom:9px;
	border-bottom:2px solid #fff;
}
.footer-info .address strong {font-size:120%; padding-bottom:8px;}
.footer-info hr {border-top:1px solid #fff!important}
hr {border-top:1px solid #999!important}

@media screen and (max-width:991px){
	.footer-menu li{border-bottom:dashed 0px #c7cacc!important;padding:20px 0 0 5px!important;}
	.footer-info {padding-top:20px!important;}
	.footer-keywords {padding-top:30px!important;}
}
@media screen and (max-width:767px){
footer {
	padding-top: 20px;
  }
}
.footer-keywords {
	padding:0;
	list-style:none;
	color:#fff;
}
.footer-keywords li {
	float:left;
	padding:6px 14px;
	margin:6px;
	border:1px solid #fff;
}
.footer-keywords h1, .footer-keywords h2, .footer-keywords h3, .footer-keywords h4, .footer-keywords h5, .footer-keywords h6 {
	margin-bottom:0;
}
.footer-keywords h3 {
	line-height:23px;
	font-size:15px;
}

/* ==========================================================================
側邊選單
========================================================================== */
.col-meun {margin-top:75px; margin-bottom:10px;}
.col-meun a {font-size:1.3em; font-weight:600; line-height:1.1; display:block; color:#fff; padding:18px 0 18px 15px; border-bottom:1px solid #fff;}
.col-meun .col-left:hover , .col-here {background-color:rgba(0,0,0,0.3)!important}
.col-meun a:hover span:nth-child(1) , .col-here span:nth-child(1) {transform: scale(1.3);}
.col-meun .col-left { width:100%; padding:0 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) }
.col-meun .col-left span { display:inline-block;}
.col-meun .col-left span:nth-child(1) { font-size:250%;}
.col-meun .col-left span:nth-child(2) {	text-align:center;padding-left:15px;}
/* ==========================================================================
色塊
========================================================================== */
.box {
	margin-bottom: 5px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.16);
}
.box--notice {
	background: #fff;
	color: #F33;
}
.box--primary {
	background: #007bff;
	color: #fff;
}
.box--success {
	background: #133670;
	color: #fff;
}
.box--warning {
	background: #ff9800;
	color: #fff;
}
.box--about {
	background: rgba(19,54,112,0.9);
	color: #fff;
}
.box--about hr {
	margin-top:2rem;
    margin-bottom:2rem;
}
.about_list {
	margin-left: 60px;
	position: relative;
}
.about_list span {
	position: absolute;
	font-size: 4.3rem;
	left: -55px;
	top: 0;
	line-height:1;
}
.helper__about strong {
	font-size: 1.9rem;
}
.helper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
@media (max-width: 767px) {
	.helper {
		flex-wrap: wrap;
	}
}
.helper__content {
	padding: 25px;
}
.helper__about {
	padding: 35px 25px 25px 25px;
}
@media (min-width: 768px) {
	.helper__content {
		margin-right: 220px;
	}
	.box--notice .helper__content {
		margin-right: 0px;
	}
}
@media (max-width: 767px) {
	.helper__content {
		margin-bottom: 125px;
	}
	.box--notice .helper__content {
		margin-bottom: 0px;
	}
}
.helper__img img {
	width: 200px;
	max-height: 220px;
	object-fit: contain;
	position: absolute;
	right: 15px;
	bottom: 0;
}
.box--notice .helper__img img {
	right: 20px;
	bottom: 20px;
}
.box--notice a {
	background: #F33;
	color: #fff;
	padding:3px 12px;
	border-radius: 15px;
}
.box--notice p.notice-text {
	margin-left : 3em;
    text-indent : -3em ;
}
	
/* ==========================================================================
表格列表
========================================================================== */	
	
.table {
	border-spacing: 0 10px;
	border-collapse: separate;
}
.table thead tr th {
	font-size:120%;
}
.table thead tr th,
.table thead tr td,
.table tbody tr th,
.table tbody tr td {
	vertical-align: middle;
	border: none;
}
.table thead tr th:nth-last-child(1),
.table thead tr td:nth-last-child(1),
.table tbody tr th:nth-last-child(1),
.table tbody tr td:nth-last-child(1) {
	text-align: center;
}
.table tbody tr {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.table tbody tr td {
	background: #fff;
}
.table tbody tr td:nth-child(1) {
	border-radius: 5px 0 0 5px;
}
.table tbody tr td:nth-last-child(1) {
	border-radius: 0 5px 5px 0;
}

.user-info {
	display: flex;
	align-items: center;
}
.user-info__img img {
	margin-right: 15px;
	height: 55px;
	width: 55px;
	border-radius: 45px;
	border: 3px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.active-circle {
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin-right: 5px;
	display: inline-block;
}
.link-success {
	color: #5cb85c !important;
	font-weight:700;
	font-size:15px;
}
.link-danger {
	color: #f00 !important;
	font-weight:700;
	/*cursor: no-drop;*/
	font-size:15px;
}
.table-padding {
	padding:0 5px;
}
/* ==========================================================================
框架
========================================================================== */	

.shadow {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}
.info {
	border-left: 5px solid #007bff;
	border-radius: 0 5px 5px 0;
	background-color:#FFF;
	padding:15px;
	margin-top: 25px;
}
.info h3 {
	font-size:1.3rem!important;
	color:#000!important;
}
.info.info-success {
	border-color: #28a745;
}
.info.info-success table thead tr th {
	text-align:center !important;
}
.info.info-danger {
	border-color: #dc3545;
}
.info.info-danger p {
	padding:30px 0 20px 0;
	color: #dc3545;
}

.sign-up {
	border-radius: 5px;
	background-color:#FFF;
	width:100%;
	text-align:center;
	padding:8px;
}
#myModal-two a {
	border-radius: 5px;
	background-color:rgba(89,171,2,1);
	color:#FFF;
	margin-top: 20px;
	padding:16px 0;
	font-size: 130%;
	font-weight:700;
	text-align:center;
	display:block;
}
.online a {
	border-radius: 5px;
	background-color:rgba(89,171,2,1);
	color:#FFF;
	padding:36px 8px;
	font-size: 130%;
	font-weight:700;
	display:block;
}
.online-stop a {
	border-radius: 5px;
	background-color:rgba(255,0,0,1);
	color:#FFF;
	padding:36px 8px;
	font-size: 130%;
	font-weight:700;
	display:block;
	cursor:no-drop;
}
.down a {
	border-radius: 5px;
	background-color:rgba(89,171,2,1);
	color:#FFF;
	padding:36px 8px;
	font-size: 130%;
	font-weight:700;
	display:block;
}
.online a:hover , .down a:hover { background-color:rgba(89,171,20,0.8); }
.online-stop a:hover { background-color:rgba(255,0,0,0.8); }

.modal-title {
	color:rgba(89,171,2,1);
	font-size: 1.2rem;
	font-weight:700;
}
.modal-form {
	padding:5px 8px;margin:5px 0 20px;background-color:rgba(89,171,2,1);color:#fff;border-radius:5px;font-size:1.1rem;font-weight:700;
}
.modal-form small {
	font-weight:600!important;
}

.process-one {background:rgba(19,54,112,0.8);padding:6em 0;}
.process-two {background:rgba(89,171,2,0.8);padding:6em 0;}
.process-one h2 , .process-two h2 {font-size:2.6rem;position:absolute;font-weight:700;color:#FFF!important;left:9%;top:5%;}
.ui-vertical {
    border-radius:.28571429rem;
    border:1px solid rgba(34,36,38,.15);
	background:rgba(255,255,255,0.9);
}
.ui-vertical .completed {border-bottom:1px solid rgba(34,36,38,.15);padding:3em 2em; }
.ui-vertical .active {padding:3em 2em; }
.ui-vertical .content {
	margin-left: 60px;
	position: relative;
}
.ui-vertical .content .number {
	position: absolute;
	font-size: 4.3rem;
	left: -55px;
	top: 0;
	line-height:1;
}
.process-one .ui-vertical .content .number {
	font-weight:700;color:rgba(89,171,2,1);
}
.process-two .ui-vertical .content .number {
	font-weight:700;color:rgba(19,54,112,1);
}
.ui-vertical .content .title {
	font-weight:700;
	font-size:120%;
}
.ui-vertical .content .title2 {
	font-weight:700;
	font-size:200%;
	padding-top:0.6em;
}
.ui-vertical .content .title3 {
	font-weight:700;
	font-size:120%;
	padding-top:0.6em;
}
.text-red {color:#F00; }

.slogan {
	background:rgba(89,171,2,1);
	color:#fff;
	border-radius:5px;
	float:left;
	margin-top:15px;
	margin-left:8px;
	padding:5px 10px;
	font-size:17.5px;
	font-weight:600;
}
@media (max-width:767px) {
	.slogan {
		font-size:15px;
		margin-left: 5px!important;
	}
}
.top-phone {
	float:right;
	margin-top:15px;
	padding:5px 12px;
}
.top-phone a {
	color:#333;
	font-size:130%;
	font-weight:700;
}

#home-contact {
		padding:0 3px 30px 3px;
	}
@media screen and (max-width: 1280px) {
	/* Header */
	#header {
		background-attachment: scroll,scroll,scroll;
		background-image: url("../img/header/1600.svg"), url("../img/header/overlay.png"), url("../img/header/web-design.jpg");
		background-size: 1600px 230px,auto,cover;
		padding: 6em 0 10em 0;
	}

	#header h1 {
		font-size: 2.1em;
	}

	#header p {
		font-size: 1.25em;
	}
	/* Footer */
	#footer {
		background-image: url("../img/header/bottom-1600.svg");
		background-size: 1600px 230px;
		margin-top: -170px;
		padding: calc(230px + 4em) 0 4em 0;
	}
}

@media screen and (max-width: 736px) {
    /* Header */
	#header {
		background-image: url("../img/header/1280.svg"), url("../img/header/overlay.png"), url("../img/header/web-design.jpg");
		background-size: 1280px 184px,auto,cover;
		padding: 3em 0 7em 0;
	}

	#header .logo {
		font-size: 1.5em;
	}

	#header h1 {
		font-size: 1.7em;
	}

	#header p {
		font-size: 1.2em;
	}
	/* Footer */
	#footer {
		background-image: url("../img/header/bottom-1280.svg");
		background-size: 1280px 184px;
		margin-top: -125px;
		padding: calc(184px + 2em) 0 3em 0;
	}
}

.index-program__card.-index-1::after, .index-program__card.-index-1::before {
	background-image: linear-gradient(180deg,#7846f0,#6035e5);
}
.index-program__card::after, .index-program__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 100%;
}
.index-program__card::before {
	-webkit-animation: bloop 12s linear infinite;
    animation: bloop 12s linear infinite;
}
.index-program__card::after {
	-webkit-animation: bloop 12s linear 1s infinite;
    animation: bloop 12s linear 1s infinite;
}
.index-program__card.-index-1  {
	margin-top: -22.91667vw;
	margin-right: 1.04167vw;
	margin-left: auto;
	padding-top: 9.42708vw;
	width: 30.41667vw;
	height: 28.75vw;
}
.index-program__card  {
	position: relative;
	padding-right: 2.34375vw;
	padding-left: 2.34375vw;
	color: #fff;
}
@-webkit-keyframes bloop{0%{border-radius:100%}10%{border-radius:100% 70%}20%{border-radius:91% 88% 75% 69%}30%{border-radius:100% 100% 85%}40%{border-radius:88% 100% 70%}50%{border-radius:75% 100% 100%}60%{border-radius:87% 78% 75% 84%}70%{border-radius:79% 90% 80% 72%}80%{border-radius:76% 92% 90% 77%}90%{border-radius:83% 77% 99% 88%}to{border-radius:100%}}
@keyframes bloop{0%{border-radius:100%}10%{border-radius:100% 70%}20%{border-radius:91% 88% 75% 69%}30%{border-radius:100% 100% 85%}40%{border-radius:88% 100% 70%}50%{border-radius:75% 100% 100%}60%{border-radius:87% 78% 75% 84%}70%{border-radius:79% 90% 80% 72%}80%{border-radius:76% 92% 90% 77%}90%{border-radius:83% 77% 99% 88%}to{border-radius:100%}}

.seo-process {
	padding: 88px 20px 32px 20px;
	color: #fff;
	background: #26264b;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	border: 2px solid #fff;
	height: 100%;
}
  
.seo-process span {
	font-size: 56px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 8px 0 0;
	border-radius: 15px;
	background-color: transparent;
	position: absolute;
	top: -10px;
	right: 0;
	transition: all 0.2s ease-in-out;
	color: #fff;
}
  
.seo-process h2 {
	margin-bottom: 9px;
	font-weight: 600;
	color: #fff;
}
  
.seo-process .desc {
	color: #9d9d9d;
	padding-bottom: 30px;
	margin-bottom: 32px;
	border-bottom: 2px solid #2f2f2f;
	transition: all 0.2s ease-in-out;
}
  
.seo-process p {
	color: #fff;
}
  
.seo-process svg {
	width: 170px;
	position: absolute;
	top: -55px;
	right: -60px;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
  
.seo-process:hover {
	border: 4px solid #fff;
	box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
	margin: 0 0 -4px;
}
  
.seo-process:hover .desc {
	color: #fff;
	border-bottom: 2px solid rgba(245, 245, 245, 0.322);
}
  
.seo-process:hover svg {
	width: 500%;
	top: -200%;
	right: -50%;
}

.more {
	color: #26264b !important;
    background-color: #fff;
    padding: 6px 13px;
	margin-top: 5px;
    border-radius: 36px;
	font-weight: 700;
	display: inline-block;
}

.seo-process:hover .more {
	background-color: #26264b;
	color:#fff !important;
}

@keyframes floating {
	0% {
	  transform: translate(0%, 0%) rotate(25deg); }
	25% {
	  transform: translate(5%, 15%) rotate(25deg); }
	50% {
	  transform: translate(10%, 5%) rotate(25deg); }
	75% {
	  transform: translate(0%, 15%) rotate(25deg); }
	100% {
	  transform: translate(0%, 0%) rotate(25deg); }
}
  
@keyframes floating-one {
	0% {
	  transform: translate(0%, 0%); }
	25% {
	  transform: translate(0%, 5%); }
	50% {
	  transform: translate(0%, 0%); }
	75% {
	  transform: translate(0%, -5%); }
	100% {
	  transform: translate(0%, 0%); }
}

@keyframes floating-two {
	0% {
	  transform: translate(0%, 0%); }
	25% {
	  transform: translate(0%, -5%); }
	50% {
	  transform: translate(0%, 0%); }
	75% {
	  transform: translate(0%, 5%); }
	100% {
	  transform: translate(0%, 0%); }
}

@keyframes fade-in-right {
	from {
	  opacity: 0;
	  transform: translateX(-100vw) rotate(-15deg); }
	to {
	  opacity: 1;
	  transform: translateX(0) rotate(-15deg); }
}
  
@keyframes grow1 {
	from {
	  opacity: 0;
	  transform: scale(2) rotate(-10deg); }
	to {
	  opacity: 1;
	  transform: scale(1) rotate(-10deg); }
}
  
@keyframes grow2 {
	from {
	  opacity: 0;
	  transform: scale(2) rotate(50deg); }
	to {
	  opacity: 1;
	  transform: scale(1) rotate(50deg); }
}

.a1 {
	z-index: 2;
	position: relative;
	animation: floating-one linear 3s infinite;
}
.a2 {
	z-index: 2;
	position: relative;
	animation: floating-two linear 3s infinite;
}

.article {padding-bottom: 60px; }
.article a {color: #333!important; }
.article p {font-weight: 400!important; font-size: 1.2em!important; margin-bottom: 0; }
.article h3 {font-size: 1.5rem; font-weight: 600; padding: 12px 0;}
.article .more {
	color: #fff;
    background-color: rgb(255,191,0);
    padding: 6px 13px;
    border-radius: 36px;
	font-weight: 600;
 }
.article .post {
	border: 1px solid #ddd;
	height: 100%;
	padding: 8px 8px 18px 8px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.article .post:hover {
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
}

.owl-article .owl-dots button.owl-dot { background-color: rgb(182, 182, 182)!important; width:3%; }
.owl-article .owl-dots button.active { background-color: rgb(64, 64, 64)!important; width:3%; }

.overlay {
    position: fixed;
    top:0;
    width: 100vw;
    height: 100vh;
    background:rgba(0, 0, 0, 0.5);
    z-index: 298;
    display: none;
}
.overlay.active {
    display: block !important;
}