body {

		
 background-image: url('bg.png'); 
}

strong {
	font-weight: 500;
}

a,
a:hover,
a:focus {
	color: #66d6c5;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

h1,
h2 {
	margin-top: 10px;
	font-size: 38px;
	font-weight: 100;

	line-height: 50px;
	/*text-transform: uppercase;*/
	font-family: "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}

h3 {
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 30px;
	text-transform: capitalize;
	font-family: "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}

img {
	max-width: 100%;
}

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.colored-text {
	color: #66d6c5;
}

::-moz-selection {
	background: #66d6c5;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #66d6c5;
	color: #fff;
	text-shadow: none;
}


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 614px;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
	padding-bottom: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.section-container1 {
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}




.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 30px;
	padding-bottom: 5px;
}

.section-description p {
	margin-top: 20px;
	padding: 0 120px;
}

.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}
.btn2{
	width:140px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #AD0000;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
}

.btn-link-2 {
	display: inline-block;
	height: 60px;
	margin: 0 5px;
	padding: 20px 55px 20px 55px;
	background: #D2A342;
	background: rgba(183, 37, 58, 0.9);
	font-size: 1.8em;
	font-weight: 36px;
	line-height: 19px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 30px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
	outline: 0;
	opacity: 1;
	background: rgba(133, 82, 81, 0.7);
	color: #FFF;
	font-family: Roboto, sans-serif;
}


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 360px;
	border-bottom: 2px dotted #FFF;
}

.divider-2 span {
	display: inline-block;
	width: 360px;
	border-bottom: 2px dotted #000;
}

/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background:  rgb(158, 253, 221);
	border: 0;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}

.navbar.navbar-no-bg {
	background: #CC3300;
}

ul.navbar-nav {
	font: bold 15px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li a {
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
	opacity: 0.6;
}

.navbar-inverse ul.navbar-nav li a:hover {
	color: #fff;
	opacity: 1;
}

.navbar-inverse ul.navbar-nav li a:focus {
	color: #fff;
	outline: 0;
	opacity: 1;
}

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}


/***** Top content *****/

.top-content .text {
	color: #fff;
}

.top-content .text h1 {
	color: #fff;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p {
	opacity: 0.8;
}

.top-content .top-big-link {
	margin-top: 35px;
}


/***** Features *****/

.features-box {
	padding-top: 20px;
}

.features-box .features-box-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #f8f8f8;
	font-size: 60px;
	color: #555;
	line-height: 1s0px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
}

.features-box .features-box-icon:hover {
	background: #66d6c5;
}

.features-box h3 {
	margin-top: 15px;
	padding: 10px 0;
	color: #FFFF00;
	text-align: left;
	font: bold 1.6em "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}


/***** More features *****/

.more-features-container {
	padding-bottom: 60px;
}

.more-features-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.more-features-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}

.more-features-box-text:first-child {
	margin-top: 20px;
}

.more-features-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.more-features-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 6px;
	background: #66d6c5;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 32px;
	color: #555;
	line-height: 40px;
	text-align: center;
}

.more-features-box-text-icon i {
	vertical-align: middle;
}

.more-features-box-text h3 {
	float: right;
	width: 86%;
	margin-top: 0;
}

.more-features-box-text-description {
	float: right;
	width: 86%;
}


/***** Great support *****/

.great-support-container {
	padding-bottom: 60px;
}

.great-support-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.great-support-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}

.great-support-box-text:first-child {
	margin-top: 20px;
}

.great-support-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.great-support-box-text h3 {
	margin-top: 0;
}

.great-support-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}


/***** How it works *****/

.how-it-works {
	padding-bottom: 20px;
}

.how-it-works-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.how-it-works-box .how-it-works-box-icon {
	font-size: 30px;
	line-height: 20px;
}

.how-it-works-box h3 {
	margin-top: 15px;
}

.how-it-works-box p {
	opacity: 0.8;
}


/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
	margin-top: 30px;
	text-align: center;
}

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-list .testimonial-text {
	margin-top: 30px;
}

.testimonial-list .nav-tabs {
	margin-top: 30px;
	border: 0;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
	width: 14px;
	height: 14px;
	padding: 0;
	background: #ddd;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover {
	border: 0;
	background: #66d6c5;
}

.testimonial-list .nav-tabs li.active a {
	background: #66d6c5;
}

.testimonial-list .nav-tabs li.active a:focus {
	border: 0;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** About us *****/

.about-us-container {
	padding-bottom: 65px;
}

.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.about-us-box .about-us-photo {
	width: 160px;
	margin: 0 auto;
}

.about-us-box .about-us-photo img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.about-us-box .about-us-social {
	margin-top: 5px;
	font-size: 32px;
	line-height: 36px;
}

.about-us-box .about-us-social a {
	margin: 0 4px;
	color: #ddd;
}

.about-us-box .about-us-social a:hover,
.about-us-box .about-us-social a:focus {
	color: #66d6c5;
}


/***** Footer *****/

footer {
	padding: 40px 0 35px 0;
	background: #f8f8f8;
	border-top: 1px dotted #ddd;
}

.footer-social {
	font-size: 42px;
	line-height: 42px;
}

.footer-social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 5px;
	padding-top: 7px;
	background: #eee;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 32px;
	color: #555;
	line-height: 40px;
	text-align: center;
}

.footer-social a:hover,
.footer-social a:focus {
	background: #66d6c5;
	color: #555;
}

.footer-social a i {
	vertical-align: middle;
}

.footer-copyright {
	margin-top: 15px;
}




.spp-left {
	float: left;
}

.spp-pp1 {
	padding-top: 10px;
}


.container {
	margin-bottom: 8px;
/*	padding-bottom: 8px;*/
}


/***** SPP CSS *****/

.spp_TXT_Wm {
	color: #FFFFFF;
	font: 1.1em/1.7em "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}


.spp_TXT_bm {
	color: #000;
	font: 16px/25px "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}

.spp_TXT_Ws {
	color: #FFF;
	font: 12px "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}

.spp_TXT_WM {
	color: #FFF;
	font: 14px/24px "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
	text-align: center;
}

.font-style {
	font-family: "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}

.spp_TXT_Wlx {
	color: #000000;
	font: 600 1.6em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.spp-c-b {
	color: #333;
	font: bold 1.3em/1.5em "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
	padding-top: 10px;
}

.spp_TXT_W {
	font-size: 16px;
	color: #FFF;
}

.spp_TXT_W_OJ {
	color: #EBE3C3;
	font: bold 1.5em/1.5em "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
}

.spp_left {
	float: left;
}

.spp_TXT_Color1 {
	color: #BD2526;
}

.black{
	color:#000
}

.buy {
	font-size: 1.4em;
	font-family: "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c4c4c4;
	padding: 10px 25px;
	text-decoration: none;
	background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
	background-color: #f9f9f9;
	color: #474747;
	display: inline-block;
	text-shadow: 1px 0px 0px #ffffff;
	-webkit-box-shadow: 2px 1px 0px 0px #ffffff;
	-moz-box-shadow: 2px 1px 0px 0px #ffffff;
	box-shadow: 2px 1px 0px 0px #ffffff;
}

.buy:hover {
	background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
	background-color: #e9e9e9;
}

.buy:active {
	position: relative;
	top: 1px;
	font-size: 2em;
}


.spp-c-yw {
	color: #FC0;
}

.spp-c-bk {
	color: #FFF;
}

.spp-c-wh {
	color: #FFF;
}

.spp-bk {
	color: #000;
}

.spp-line {
	border: 1px solid #666;
}

.bs {
	box-shadow: 0.3px 0.2px 10px #6C9;
	border: 1px solid #87705B;
}

.container .container.tbg1 .col-sm-12.spp_TXT_W table tbody tr td table tr td {
	color: #FFF;
}

.bb {
	font-weight: bold;
	font-size: 1.2em;
}

.bbs {
	font-weight: bold;
	font-size: 1.2em;
	color: #CC3200;
}

nav {
	background-color: white;
}

@media only screen and (max-width: 992px) {
	nav {
	/*	background-color: #eee !important;*/
	}

	nav .dropdown-menu {
		box-shadow: none;
		background-color: #eee;
	}

	nav .dropdown-item,
	nav .dropdown-header {
		padding-left: 0;
	}

	#navbarNav>ul>* {
		border-bottom: 1px solid #ddd;
	}

	ul.navbar-nav {
		height: 100vh;
	}
}

/* 202204 star */

.black{
	color: rgba(0, 0, 0,1);
}

.blue{
	color: rgba(24, 153, 252,0.9);
}

.blueb{
	color: rgba(1, 149, 258, 1);
	font-weight:700;
}

.redb{
	color: rgba(255, 0, 0, 1);
}

.bg-greenp3{
	background-color:rgb(186, 237, 191);
}
.bg-oraglep3{
	background-color:rgba(254, 235, 190, 1);
}

.bg-blue{
	background-color: rgba(1, 149, 258, 1);
}


.orange{
	color:rgb(255, 180, 170);
}

.titleEn{
	font-family: "Helvetica Neue", Helvetica, Arial, 微軟正黑體, "Microsoft Jhenghei";	
}


/* big banner */
::-webkit-scrollbar {
	display: none
}

.bg-black {
	background-color: black
}

.bg-green{
	background-color: rgb(158, 253, 221)
}

.bg-banner{
	background-color: rgb(214, 225, 9)
}

.fancy-frame-br::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
/*	width: 105px;*/
width: 100%;
	height: 100%;
	background-color: rgba(214, 166, 68, 0.1);
/*	clip-path: polygon(100% 0, 0% 100%, 100% 100%)*/
}

.swiper-container {
	max-width: 1140px
}

.swiper-prev,
.swiper-next {
	transform: translateY(-50%);
	z-index: 100;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px
}

.swiper-button-prev,
.swiper-button-next {
	width: 70px;
	height: 70px;
	transform: scale(0.7)
}

.mb-md-120 {
	margin-bottom: 120px
}

@media (max-width: 575.98px) {
	.swiper-pagination {
		transform: translate(0, -250px)
	}

	.mb-md-120 {
		margin-bottom: 60px
	}
}

.card-rect-tag {
	display: inline-block;
	margin-right: 10px;
	padding: 8px 8px;
	line-height: 1
}

img.lazy {
	width: 100%;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px)
}

@media (max-width: 4000px) and (min-width: 1920px) {
	.position-relative-banner {
		min-height: 800px
	}
	.toppadding{
		padding:63px 25px 10px 25px
	}
	.bigbanner{
		padding-right: 0px; 
		padding-left: 0px;
		padding-top:43px;
	}
}

@media (max-width: 1919px) and (min-width: 1601px) {
	.position-relative-banner {
		min-height: 800px
	}
	.toppadding{
		padding:63px 25px 10px 25px
	}
	.bigbanner{
		padding-right: 0px; 
		padding-left: 0px;
		padding-top:43px;
	}
}

@media (max-width: 1600px) and (min-width: 1201px) {
	.position-relative-banner {
		min-height: 680px
	}
	.toppadding{
		padding:63px 25px 10px 25px
	}
	.bigbanner{
		padding-right: 0px; 
		padding-left: 0px;
		padding-top:43px;
	}
}

@media (max-width: 1200px) and (min-width: 995px) {
	.position-relative-banner {
		min-height: 500px
	}
	.toppadding{
		padding:80px 25px 10px 25px
	}
	.bigbanner{
		padding-right: 0px; 
		padding-left: 0px;
		padding-top:43px;
	}
}

@media (max-width: 995px) and (min-width: 770px) {
	.position-relative-banner {
		min-height: 450px
	}
	.toppadding{
		padding:86px 25px 10px 25px
	}
	.bigbanner{
		padding-right: 0px; 
		padding-left: 0px;
		padding-top:82px;
	}
}

@media (max-width: 770px) and (min-width: 480px) {
	.position-relative-banner {
		min-height: 500px
	}
	.toppadding{
		padding:113px 25px 37px 25px
	}
	.p3padding{
		padding:eeit-filtttpx 0px
	}
	.bigbanner{
		padding-right: 0px; 
		padding-left: 0px;
		padding-top:86px;
	}

}

@media (max-width: 480px) {
	.position-relative-banner {
		min-height: 340px
	}
	.toppadding{
		padding:106px 25px 23px 25px
	}
	.p3padding{
		padding:22px 0px 22px 0px
	}
	.bigbanner{
		padding-right: 0px; 
		padding-left: 0px;
		padding-top:82px;
	}


}

/* big banner */

/* QA */
.qa-box {
	position: relative;
	margin-bottom: 10px;
	border: 2px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.trigger:after {
	width: 30px;
	height: 30px;
	content: '\002B';
	font-weight: bold;
	position: absolute;
	top: 16px;
	right: 18px;
	font-size: 2em;
	line-height: 0.813em;
	display: inline-block;
	text-align: center;
}

.trigger:not(.collapsed):after {
	content: "\2212";
}

.trigger {
	color: orange;
	cursor: pointer;
	transition: all 0.2;
}

.trigger:hover {
	color: #fff;
	background-color: orange;
}

/* QA */

/* footer */
img.lazy {
	width: 100%;
	-webkit-filter: blur(15px);
	-moz-filter: blur(15px);
	-o-filter: blur(15px);
	-ms-filter: blur(15px);
	filter: blur(15px);
	line-height: .8;
}

.green-bg{
	background-color:  rgb(158, 253, 221);

}
.title-bg{
background-image: url('title-bg.png'); 
}

.title-bg2{
/*	background-image: url('title-bg-in.png'); */
	}

.blue-bg{
	text-color:  rgb(24, 153, 252);
}

.p2-titlebg{
	background-color:  rgb(253,200,191);
}




@media (min-width: 768px) {
	#free-book-popup .modal-dialog {
		max-width: 700px
	}
}

#free-book-popup .modal-body {
	padding: 25px 40px
}

#free-book-popup h4.title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px
}

#free-book-popup p.description {
	font-size: .875rem;
	line-height: 1.4;
	margin-bottom: 15px
}


.auto-style1 {
	width: 607px;
	height: 279px;
}

/* footer */
.footer {
	padding: 0px;
}

/*menu*/
.dropdown-toggle::after {
	margin-top: 10px;
}

/* box*/

.img_over {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
/*	padding: 1.25rem;*/
}

.tdpadding{
	padding:10px 25px 10px 25px
}



.text-with-hr{
	text-align: center;
	position: relative;
	z-index: 2;
	top:17px;

	
}
.text-with-hr:before{
	position: absolute;
	content: '';
	top:17px;
	left:0px;
	width:100%;
	border-bottom:  2px solid #d0cdcd;
	z-index: -1;
}
.text-with-txtbox{
	position: absolute;
	content: '';
	top:12px;
	left:0px;
	width:100%;
	border-bottom:  2px solid #d0cdcd;
	z-index: -1;
}



.p3-bgB{
	/* background-image: url('p3titleB.png'); 
	background-repeat:repeat-x;*/
	background-color:  rgb(250, 200, 190);

}
.p3-bgB2{
	background-image: url('p3titleB2.png'); 
	background-repeat:repeat-x;

}

.p3-bgG{
	/* background-image: url('p3titleG.png'); 
	background-repeat:repeat-x;
	*/
	background-color:  rgb(158, 253, 221);

}

.p3-bgG2{
	background-image: url('p3titleG2.png'); 
	background-repeat:repeat-x;

}

p3-bluebar{
	background-image: url('bluebar.png'); 
	height:6px;
}


.p3-padding{
    margin-right:-15px;
    margin-left:-15px;
}

/*p3 lingtBox start */
.modal-dialog {
	width: 100%;
	height: 100%;
	max-width: 95%;

}

.modal-content {
	height: auto;
	border-radius: 0;
}
/*p3 lingtBox end */

.div-rounded{
	border-radius:8px;
};

.p4-h2{
	padding-top:-20px;
}
.me-box{
	width: 100%;
	margin:auto;
	text-align: left;
}

.footerline{
	line-height: 18px;
	padding-top: 10px;
	padding-bottom:10px;
}

s {
	/*破折線*/
    text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

	/* 202204 end */