/* 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');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Oswald:wght@600&display=swap');
.Montserrat-fonts {font-family: 'Montserrat', sans-serif;}
button,input{cursor:pointer}
header { padding-top: 74px }

/* 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;
}
#main {
	padding: 1.5em 0.5em;
	position: relative;
}
#main-two {
	padding: 2em 0 3.2em 0;
	position: relative;
	background: rgba(242,178,33,1);
}
#main-two p {
	padding: 0.6em 0;
	font-size: 1.25em;
}
#main-two strong {
	font-weight: 600;
	font-size: 1.25em;
}
.main-table .title-blue {
	font-size: 3rem;
	color:#fff;
}
.main-table .title-blue span {
	background-color: #333;
	font-size: 20px;
	font-weight: 600;
}

#join .main-cate , #join #main-two {
	background: #fff!important;
}
#join .title-blue {
	color:rgba(242,178,33,1)!important;
}
#join .title-blue span {
	background-color: #333;
}

.page-top { 
	margin-top: 78px;
}
@media (max-width:767px) {
	.page-top { 
		margin-top: 68px!important;
	}
}
.page-top .main-table { 
	padding-bottom: 30px;
}
.page-top .main-table .title-blue { 
	font-size: 2.5rem;
}
.page-top .main-table .title-blue span { 
	font-size: 18px;
}

/*---------- 邊距 ----------*/

.padding-0 { padding-top: 0!important }
.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 }

.home-0 { padding: 0; }

.home-1 { padding: 80px 0; }

.home-2 { padding: 30px 18px 65px 18px; }
.home-2 p span { font-size: 110%; font-weight:700; color:rgba(0,133,178,1) }

.home-5 { padding: 2.5em 0.1em;}
.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;}

#main h2 { color: rgb(0,133,178); margin-bottom: 10px; }

.card-text { color: rgb(255,191,0); font-weight:700; }
.test-list strong { font-size: 20px!important; }

.collapse-card a {
	color: rgba(165,39,21,1);
}
.collapse-card strong {
	font-size: 110%;
}

.collapse-card__heading::after {
	color:rgb(255,191,0)!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: 24px;
    display: inline-block;
    margin: 10px 0;
    color: #fff!important;
	font-weight: 600;
}
h1.slogan-title {
	font-size: 30px;
    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);
}
#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: 15px 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 10px;
    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: 10px 0 25px 0;
	font-size:32px;
	font-weight:700;
	color: rgb(226,68,126);
}
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: 110%;
	font-weight:700;
	color: rgb(165,39,21);
}
div.content-box.big div.content-box-info span a {
	color: rgb(165,39,21);
}
div.content-box.big div.content-box-info strong {
	font-size: 16px;
	border-left: 4px solid rgb(255,191,0);
	display:block;
	padding-left: 8px;
	margin-bottom: 13px;
	line-height: 1.5;
}

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(255,191,0);
}
/* 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(226,68,126,0.9); color:#fff; font-weight:600; display:inline-block; font-size:16px; }
.btn-more:hover , .btn-more:focus { background:rgba(226,68,126,0.8); 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 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; }
.reply textarea {
    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;
  color: #ffffff;
  background: rgba(3,3,3,0.6);
  background: -webkit-linear-gradient(to right, rgba(3,3,3,0), rgba(3,3,3,0.5), rgba(3,3,3,0.7), rgba(217,109,0,0.6));
  background: linear-gradient(to right, rgba(3,3,3,0), rgba(3,3,3,0.5), rgba(3,3,3,0.7), rgba(217,109,0,0.6));
  width: 100%;
}
.slide-bg {
	padding: 20px;
	text-align: center;
	margin: 0 auto;
}
.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-bg > h2 , .slide-bg3 > h2 {
	letter-spacing: 5px;
	display: block;
	font-weight: 600;
}
.slide-bg h3 {
	margin-bottom: 16px;
	font-size: 56px;
    font-weight: 600;
}
.slide-text small {
    color: #ffffff;
}
.slide-text a {
    color: #ffffff;
}
.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;
}
.owl-header {
	width: 100vw;
	height: 76vh;
	overflow: hidden;
}
 .owl-header img {
	min-width: 100%;
	height: 76vh;
	object-fit: cover;
}

@media (min-width:1200px) {
    .owl-title-one h1 {
		font-size: 46px;
		font-weight: 600;
		line-height: 60px;
		margin-bottom: 10px;
	}
	.owl-title-one h2 {
		font-size: 23px;
		font-weight: 600;
		line-height: 42px;
		margin-bottom: 12px;
	}
	.owl-title-two h1 {
		font-size: 46px;
		font-weight: 600;
		line-height: 64px;
		margin-bottom: 10px;
	}
	.owl-title-two h2 {
		font-size: 32px;
		font-weight: 600;
		line-height: 42px;
		margin-bottom: 12px;
	}
}
@media (min-width:768px) and (max-width:1199px) {
    .owl-title-one h1 {
		font-size: 40px;
		font-weight: 600;
		line-height: 56px;
		margin-bottom: 10px;
	}
	.owl-title-one h2 {
		font-size: 20px;
		font-weight: 600;
		line-height: 32px;
	}
	.owl-title-two h1 {
		font-size: 40px;
		font-weight: 600;
		line-height: 56px;
		margin-bottom: 10px;
	}
}
@media (min-width:768px) {
    .owl-slide-one {
		right:0;
		top:20%;
		padding: 12px 0;
    }
	.owl-slide-two {
		right:0;
		top:0;
		height: 100%;
    }
	.owl-slide-three {
     max-width:340px;left:6%;top:26%;
    }
	.owl-slide-four {
     max-width:320px;right:12%;top:6%;
    }
	.slide-bg > h2 , .slide-bg2 > h2 , .slide-bg3 > h2 {
		font-size: 38px;
		/*line-height: 62px;*/
	}
	.slide-bg > h1 {
		font-size: 28px; line-height:36px;
	}
}
@media (max-width:767px) {
	.reply input , .reply select { margin: 0 0 16px; }
	.home-1 {padding-left:0!important;padding-right:0!important;}
	.card-more { display:block;padding-top:6px; }
	.slide-bg {
		padding: 20px 5px;
	}
	.owl-slide-one {
		right:0;
		top:20%;
		padding: 12px 0 12px 12px;
    }
	.owl-slide-two {
		right:0;
		top:0;
		height: 100%;
    }
	.owl-slide-three {
	 left:1%;
	 top:6%;
	 width: 50%;
    }
	.owl-slide-four {
     bottom:6%;
    }
	.slide-bg > h2 , .slide-bg2 > h2 , .slide-bg3 > h2 {
		line-height: 46px; margin-left: 2px;
	}
	.slide-bg > h3 {
		font-size: 32px;
	}
	.slide-bg > h1 {
		font-size: 22px; line-height:30px;
	}
	.owl-title-one h1 {
		font-size: 30px;
		font-weight: 600;
		line-height: 42px;
		margin-bottom: 5px;
	}
	.owl-title-one h2 {
		font-size: 15px;
		font-weight: 600;
		line-height: 26px;
	}
	.owl-title-two h1 {
		font-size: 30px;
		font-weight: 600;
		line-height: 42px;
		margin-bottom: 5px;
	}
	.owl-title-two h2 {
		font-size: 20px;
		font-weight: 600;
		line-height: 26px;
	}

	.slide-bg > p {
     font-size: 16px;
    }
	.slide-bg2 > p {
     font-size: 16px;
    }
	.owl-header .owl-nav button.owl-next, .owl-header .owl-nav button.owl-prev {
     display:none;
    }
}

#about:before , #service:before , #evaluation: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 {
	position:fixed;
	bottom:0;
	z-index:199;
	width: 100%;
}
.footer-phone ul li {
	width: 33.33333%;
	float: left;
	background-color: rgba(3,3,3,0.9);
}
.footer-phone ul li a {
	font-weight: 600;
	text-align: center;
	padding:10px 10px 6px 10px;
	display:block;
	font-size:15px;
}

.footer-phone i { height:25px;font-size:32px; }

.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:rgba(255,255,255,0.8)!important;}
.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/night-market.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/night-market.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(242,178,33,1);
	font-size:16px;
}
footer p ,footer a {color: rgba(3,3,3,1)!important;}
footer a:hover {color: rgba(255,255,255,1)!important;}

@media (min-width:992px){
	.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;
	width: 20px;
	text-align: center;
}
.copy {
	background-color:rgba(3,3,3,0.9);
	padding: 5px 0;
	color: #fff;
	font-size: 0.85em;
}
.copy a {
	color: #fff
}
.copy p {
	margin-top:0.8rem;
}
.footer-info p {
	font-size:16px;
}
.footer-info .tel {
	font-size:20px;
	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 #333!important}
hr {border-top:1px solid #ddd!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:10px;
		padding-bottom:30px;
	}
}
.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;color:#666;}
.col-meun .col-title {text-align:center;padding:0;margin:0 auto;font-size:1.3em;font-weight:600;line-height:1.1;background:rgba(226,68,126,1);color:#fff;display:inline-block;width:100%;border-bottom: 1px solid #fff;}
.col-meun .col-left h3 { font-size:1.3em;font-weight:600;color:rgba(226,68,126,1); padding:10px 0;border-bottom:1px solid rgba(226,68,126,1);text-align:center;}
.col-meun .col-left h3.border-top { border-top:1px solid rgba(226,68,126,1);margin-top:.5rem;}
.col-meun .col-left a { font-size:105%;display:inline-block; color:#666;margin:6px 1%;padding:3px;letter-spacing:1px;width:48%;text-align:center;vertical-align: middle;}
.col-meun .col-left a:hover , .col-meun .col-left a.active {font-size:108%!important;font-weight:600; text-decoration: underline;}
.col-meun .col-left { width:100%; padding:0 8px; }

.col-meun .col-left a.col-about { display:block;width:100%;margin-top:0!important;margin-bottom:0!important;}
.col-meun .col-left a.col-about h3 { margin-bottom:0!important;}

.col-meun .col-title:hover {background:rgba(226,68,126,0.8);}
.col-meun .col-active {background:rgba(255,191,0,1);}
.col-meun .col-title a { display:block; color:#fff;padding:20px 15px 16px 15px;}

.col-meun .col-copy { padding:20px 5px;width: 100%; }
.col-meun .col-copy p { font-size:0.9em; }

/* ==========================================================================
色塊
========================================================================== */
.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: #333;
	margin: 30px 0;
}
.box--notice img {
	height: 38px;
	position: relative;
	top:-7px;
}
.box--notice .box-title:first-child {
	margin-top: 15px;
}
.box--notice .box-title {
	margin-top: 26px;
	margin-bottom: 5px;
}
.box--notice span {
	font-weight: bold;
	font-size: 110%;
	color: #ED780A;
}
.box--primary {
	background: #007bff;
	color: #fff;
}
.box--success {
	background: #133670;
	color: #fff;
}
.box--warning {
	background: #ff9800;
	color: #fff;
}
.box--about {
	background: rgba(3,3,3,0.8);
	color: #fff;
}
.box--about P {
	margin-bottom: 1.8rem;
}
.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;
	width: 100%;
}
@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 ;
}

.about-indent {
    margin-left: 2em;
}
.about-indent li {
    text-indent : -4em ;
	list-style: none;
	font-size: 1.2em;
}
	
/* ==========================================================================
表格列表
========================================================================== */	
	
.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;
}

.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(0,105,140,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;
}
#myModal button.close {
    font-size: 2.2rem;
}

.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%;}

.text-red {color:#F00; }

.slogan {
	background:rgba(0,105,140,1);
	color:#fff;
	margin-top:15px;
	margin-left:10px;
	padding:5px 12px;
	font-size:130%;
	font-weight:700;
}
.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 12em 0;
	}

	#header h1 {
		font-size: 2em;
	}

	#header p {
		font-size: 1.15em;
	}
	/* 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.25em;
	}

	#header p {
		font-size: 1em;
	}
	/* Footer */
	#footer {
		background-image: url("../img/header/bottom-1280.svg");
		background-size: 1280px 184px;
		margin-top: -125px;
		padding: calc(184px + 2em) 0 3em 0;
	}			
}

.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;
}

.top-phone {
	float:right;
	margin-top:15px;
	padding:8px;
}
.top-phone a {
	color:rgb(3,3,3);
	font-size:125%;
	font-weight:700;
	text-align: center;
	display: inline-block;
}
.phone-style {
	margin-top:3px!important;
}
.phone-style span {
	font-size:130%;
	line-height: 1;
}

@media (max-width:991px) {
    .top-phone {
		margin-right:46px;
		font-size: 88%;
	}
}

#evaluation #cate {
	padding-top: 2em;
	padding-bottom: 3.2em;
}

@media screen and (min-width:1200px){
    #contact-form {
        padding: 50px 80px 20px 80px;
    }
}

@media (max-width:1199px) and (min-width:768px){
    #contact-form {
        padding: 36px 50px;
    }
}

@media screen and (max-width:767px){
	#contact-form {
		padding:36px;
	}
}

.title-buy {
	padding: 42px 0 20px 0;
}
.title-buy .section-title span , .title-blue span {
	color: #fff;
	background-color: rgb(255,191,0);
	padding: 6px 13px;
	border-radius: 36px;
	position: relative;
	top:1px;
	font-size: 17px;
}
.title-blue span a {
	color: #fff!important;
}
.title-buy .section-title span {
	top: -8px!important;
}
.title-about {
	background-color:rgba(226,68,126,1);
}
.title-about h2 , .title-about p {
	color:rgba(255,255,255,1);
}
.section-title {
	font-weight: 600;
}
.title-blue span {
	top:-3px;
}
.title-top {
	margin-top: 60px;
}

.owl-store .owl-nav {
	display: block!important;
}
.owl-store .owl-nav button {
    background: #ffffff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
	color: #ffffff!important;
    background: #000!important;
}

/*
* 產品頁
*/
.title-blue {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0;
}
.main-cate {
	padding-top: 1.2em;
	background: rgba(242,178,33,1);
}

.counter-style { padding-bottom: 1em!important; padding-top: 1em!important;}
.counter-style span { font-family: "Josefin Sans", Sans-serif; font-size: 56px; line-height: 70px}
.counter-style p { font-size: 20px; font-weight: 600; margin-bottom: 1.8rem;}

.box-title { color:rgba(255,191,0,1);}

.d-flex {
	display:-webkit-box!important;
	display:-webkit-flex!important;
	display:-ms-flexbox!important;
	display:flex!important
}

.align-items-center {
	-webkit-box-align:center!important;
	-webkit-align-items:center!important;
	-ms-flex-align:center!important;
	align-items:center!important
}

.light {
	animation: light 1.5s ease-in-out infinite alternate;
	font-weight: bold;
    display: inline-block;
    border: 6px solid #fff;
    padding: 30px;
}

.light b { font-size: 130%;}

@keyframes light {
	0%,
	100% {
	  text-shadow: 0 0 20px #ff0, 0 0 100px #ff0, 0 0 20px #ff0;
	}
	50% {
	  text-shadow: 0 0 50px #fff, 0 0 150px #fff, 0 0 50px #fff;
	}
}

.a1 {
	z-index: 2;
	position: relative;
	animation: fadeInFromTop .5s linear forwards, floating-one ease 4s infinite;
}
.a2 {
	z-index: 2;
	position: relative;
	animation: fadeInFromTop .5s linear forwards, floating-two ease 4s infinite;
}

.square {
	border: 5px solid #fff;
	position: absolute;
	display: block;
	animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite;
}
.square-1 {
	width: 35px;
	height: 35px;
	left: 1%;
	top: 4%;
}
.square-2 {
	width: 30px;
	height: 30px;
	left: 5%;
	bottom: 10%;
}
.square-3 {
	width: 30px;
	height: 30px;
	right: 5%;
	bottom: 10%;
}
.square-4 {
	width: 35px;
	height: 35px;
	left: 33%;
	top: 15%;
}
.square-5 {
	width: 30px;
	height: 30px;
	left: 10%;
	top: 56%;
}
.square-6 {
	width: 30px;
	height: 30px;
	right: 2%;
	top: 8%;
}
.square-7 {
	width: 35px;
	height: 35px;
	left: 45%;
	top: 65%;
}
.square-8 {
	width: 30px;
	height: 30px;
	left: 66%;
	top: 38%;
}
.square-9 {
	width: 30px;
	height: 30px;
	right: 12%;
	bottom: 28%;
}

@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%, 1%); }
	50% {
	  transform: translate(0%, 0%); }
	75% {
	  transform: translate(0%, -1%); }
	100% {
	  transform: translate(0%, 0%); }
}

@keyframes floating-two {
	0% {
	  transform: translate(0%, 0%); }
	25% {
	  transform: translate(0%, -1%); }
	50% {
	  transform: translate(0%, 0%); }
	75% {
	  transform: translate(0%, 1%); }
	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); }
}
  
@keyframes fadeInFromTop {
	from {
	  opacity: 0;
	  transform: translateY(-20px); }
	to {
	  opacity: 1;
	  transform: translateY(0); }
}

.single-pricing {
	padding: 88px 20px 40px 20px;
	margin-top: 23px;
	color: #fff;
	background: #26264b;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	border: 1px solid #fff;
  }
  
  .single-pricing span {
	font-size: 66px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 8px 0 0;
	border-radius: 15px;
	background-color: transparent;
	position: absolute;
	top: -10px;
	right: 0;
	transition: all 0.2s ease-in-out;
  }
  
  .single-pricing h2 {
	margin-bottom: 5px;
	font-weight: 600;
  }
  
  .single-pricing .desc {
	color: #9d9d9d;
	padding-bottom: 30px;
	margin-bottom: 32px;
	border-bottom: 2px solid #2f2f2f;
	transition: all 0.2s ease-in-out;
  }
  
  .single-pricing .price {
	font-size: 2rem;
	margin-bottom: 8px;
  }
  
  .single-pricing p {
	color: #fff;
  }
  
  .single-pricing p:last-of-type {
	margin-bottom: 25px;
  }
  
  .single-pricing svg {
	width: 170px;
	position: absolute;
	top: -55px;
	right: -60px;
	z-index: -1;
	transition: all 0.5s ease-in-out;
  }
  
  .single-pricing:hover {
	border: 4px solid #fff;
	box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.16);
	margin: 19px 0 -4px;
  }
  
  .single-pricing:hover .desc {
	color: #fff;
	border-bottom: 2px solid rgba(245, 245, 245, 0.322);
  }
  
  .single-pricing:hover svg {
	width: 500%;
	top: -200%;
	right: -50%;
  }

  .header-center {
	width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
  }
  .header-center .vertical-text {
    word-break: keep-all;
    white-space: nowrap;
    writing-mode: vertical-rl;
	font-weight: 600;
	font-size: 32px;
	padding-top: 16px;
  }