﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;500;600&display=swap');

/*html *{font-size: 1rem;}*/
body{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
	color: #153157;
}
.font-montserrat{
	font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}
.preload{
	position: fixed;
	background: #FFF center center no-repeat;
	/*background-image: url(../images/loading.svg), url(../images/logo-icon.png);*/
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.process{
	position: fixed;
	background: rgba(256, 256, 256, 0.8) center center no-repeat;
	/*background-image: url(../images/loading.svg), url(../images/logo-icon.png);*/
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
/*
*{transition: all .50s linear;}
*:hover{transition: all .50s linear;}
*/
a{
	text-decoration: none !important;
	outline: none;
	color: #153157;
}
a:hover{color: #41AAE5;}

img{max-width: 100%;}
input, select, textarea{outline: none;}

/*=[hover effect]==============================*/
/*
*:hover, *:focus , * {
	transition: all .20s linear
}
*/
.pageWrapper{
	position:relative;
	min-height: 90vh;
	/*max-width: 1440px;*/
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.wrapper{
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #FFF;
	overflow: hidden;
}

/*=[header]=========*/
header{
	padding: 15px 20px;
	background: #153157;
}
header .logo{
	width: 60px;
}
header .txt1{
	display: inline-block;
	padding-top: 30px;
	text-align: right;
	color: #FFF;
	line-height: 1;
}

/*=[section]=========*/
.section-title{
	position: relative;
	text-align: center;
	padding: 80px 0;
}
.section-title .main-txt{
	position: relative;
	font-size: 2.8rem;
	font-weight: 600;
	z-index: 2;
}

/*=page index=======*/
.home .section1 .wrapper{
	text-align: center;
	padding: 80px 20px 20px;
}
.home .section1 form{
	display: block;
	max-width: 400px;
	padding: 0 20px;
	margin: 40px auto;
	box-sizing: border-box;
}
.home .section1 input.user{
	background: url(../images/profile.png) #FFF left 15px center no-repeat;
	padding: 15px 50px;
	border: 1px #FFF solid;
}
.home .section1 input.pwd{
	background: url(../images/lock.png) #FFF left 15px center no-repeat;
	padding: 15px 50px;
	border: 1px #FFF solid;
}
.home .section1 .txt1{
	font-size: 1.4em;
	margin: 10px 0 20px;
}

/*=page index=======*/
.index .section1 .wrapper{
	text-align: center;
	padding: 80px 20px 20px;
}
.index .section1 form{
	display: block;
	max-width: 400px;
	padding: 0 20px;
	margin: 40px auto;
	box-sizing: border-box;
}
.index .section1 input.user{
	background: url(../images/profile.png) left 15px center no-repeat;
	padding: 15px 50px;
}
.index .section1 input.pwd{
	background: url(../images/lock.png) left 15px center no-repeat;
	padding: 15px 50px;
}

/*=page app=======*/
.app section .txt1{
	font-size: 1.6em;
	margin: 10px 0 20px;
}
.app section .txt2{
	margin: 10px 0;
}
.app section .tool-bar{
	padding: 20px;
}
.app .section2 .wrapper{
	text-align: center;
	padding: 40px 20px 80px;
}
.app .section2 .logo{
	display: inline-block;
	width: 100px;
	margin-bottom: 40px;
}
.app .section2 .items{
	max-width: 300px;
	margin: 40px auto;
}
.app .section2 .btn-item{
	display: inline-block;
	margin-bottom: 8px;
}
.app .section3 .wrapper{
	text-align: center;
	padding: 40px 20px 20px;
}
.app .section3 .search-form{
	padding: 10px 20px;
}
.app .section4 .wrapper{
	text-align: center;
	padding: 20px;
}
.app .section4 .scan-wrap{
	background: #FFF;
}
.app .section5 .wrapper{
	text-align: center;
	padding: 20px 20px 80px;
}
.app .section5 .items{
	margin: 20px 10px 100px;
}
.app .section5 .items ol{
	padding: 0 0 0 30px;
	margin: 0;
}
.app .section5 .item{
	position: relative;
	text-align: left;
	padding: 10px;
	line-height: 2;
}
.app .section5 .item:after{
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	width: calc(100% + 30px);
	border-top: 1px #153157 solid;
	z-index: 1;
}


/*=page about=======*/


/*=[footer]=========*/
footer{
	position: fixed;
	left: 0;
	bottom: 20px;
	z-index: 8;
	width: 100%;
	text-align: center;
}
footer .txt{font-size: .8em}
footer .txt2{display: none;}
footer.no-fixed{position: static; padding: 20px 0;}

.home footer .txt2, .index footer .txt2{display: block;}

#scrollup{
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index:20;
	display: none;
	width: 60px;
	height: 60px;
	background: url(../images/btn-totop.jpg) center center no-repeat;
	background-size: 100% auto;
	cursor:pointer;
	transition: bottom .3 ease;
}
#scrollup.bottom{
	bottom: 65px;
}

/*=[.owl-carousel]=========*/
.owl-carousel .owl-dots{
	position: absolute;
	width: 100%;
	bottom: -100px;
	left: 0;
	z-index: 20;
	text-align: center;
	box-sizing: border-box;
}
.owl-carousel.no-dots .owl-dots{
	display: none;
}
.owl-carousel .owl-dot{
  	display: inline-block;
}
.owl-carousel .owl-dot span{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	border-radius: 50%;
	border: 2px #41AAE5 solid;
}
.owl-carousel .owl-dot.active span{
  	background: #41AAE5;
}
.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 51px;
	margin: auto;
	z-index: 20;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	left: -30px;
	width: 23px;
	height: 51px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: -30px;
	width: 23px;
	height: 51px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
}

/*=[common]=========*/
label{
	color: #000;
}
input, textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px #14142B solid;
	border-radius: 20px;
	resize: none;
}
input[type=radio],input[type=checkbox]{
	width: initial;
	margin-bottom: 0;
}
input[type=submit]{
	padding: 15px 0;
	display: inline-block;
	min-width: 160px;
	max-width: 160px;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
	color: #D85A53;
	background: transparent;
	border: 1px #D85A53 solid;
	cursor: pointer;
}
input[type=submit].active{
	color: #FFF;
	background: #D85A53;
}
input[type=submit].btn{
	min-width: 90%;
	margin-bottom: 0;
}

.switch-pwd{
	position: absolute;
	right: 20px;
	top: 14px;
	z-index: 1;
	color: #333;
	font-size: 28px;
}
/*
select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/select-arrow.png) #FFF right center no-repeat;
	background-size: auto 100%; 
}
*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(21, 49, 87, 0.5);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(21, 49, 87, 0.5);
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(21, 49, 87, 0.5);
}

.no-radius{
	border-radius: 0!important;
}

.mobile{display: none !important;}

.cover{
	position: fixed;
	width: 100%;
	height: calc(100vh - 78px);
	bottom: 0;
	left: 0;
	background: rgba(0,0,0, 0.9);
	z-index: 10;
	display: none;
}
.cover.show{display: block;}

.logout-box{
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
	text-align: center;
	width: 90%;
	color: #FFF;
}
.logout-box p{
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

.line{border-top:1px #DDD solid;}

.tableBorder{
	border-collapse: collapse;
    width:100%;
    border-collapse: collapse;
}
.tableBorder th{
	padding: 20px 10px;
	border-bottom: 1px #CCC solid;
	text-align:left;
}
.tableBorder td{
	padding: 20px 10px;
	border-bottom: 1px #CCC solid;
	text-align:left;
}

.btn{
	padding: 15px 0;
	display: inline-block;
	min-width: 90%;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
	color: #D85A53;
	background: transparent;
	border: 1px #D85A53 solid;
}
.btn:hover{
	color: #FFF;
	background: #D85A53;
}
.btn.active{
	color: #FFF;
	background: #D85A53;
}
.btn.w100{
	min-width: 90%;
}

.fixed-btns{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	width: 100%;
	z-index: 10;
	text-align: center;
	padding: 0 20px;
}
.fixed-btns.no-fixed{
	position: static;
	margin-bottom: 70px;
}
.fixed-btns2{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
	padding: 20px;
	background: #FFF;
}
.fixed-btns2 select{
	padding: 15px 0;
	display: inline-block;
	min-width: 90%;
	border-radius: 5px;
	margin-top: 20px;
	color: #D85A53;
	background: transparent;
	border: 1px #D85A53 solid;
	background: none;
	appearance: none;
}
.fixed-btns2 select{padding-left: 50px;}

.grad-filter {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: -50px;
	z-index: 2;
	background-image: linear-gradient(to bottom, rgba(256,256,256,0), rgba(256,256,256,1));
}

.pages{
	margin: 60px 0;
	text-align: center;
}
.pages a{
	display: inline-block;
	color: #8F8F8F;
	margin: 0 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.2rem;
}
.pages a.current, .pages a:hover{
	color: #41AAE5; 
}


.tabs a{
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	margin: 0 5px;
	text-decoration: none;
}
.tabs a.current{
	color: #D85A53;
}


.w3-col-right{
	float: right;
}

.breadcrumb{}

.img-zoom{
	width: 100%;
	overflow: hidden;
}
.img-zoom img{
	transition: all 0.3s ease;
}
.img-zoom:hover img{
	transform: scale(1.2);
}
.img-fit-cover {
	height: 200px;
	object-fit: cover;
}
.img-full{width: 100%; max-width: 100%;}
.color-red{color: #D85A53;}
.color-white{color: #FFF;}
.bg-dark{background: #153157;}
.col-reverse{float: right !important;}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*=[EFF]=========*/
.fadein{
	opacity: 0;
	transition: all .5s;
}
.fadein.in{
	opacity: 1;
}

.scrollimation{
	opacity: 0;
	margin-top: 30px;
	transition: all 0.5s;
}
.scrollimation:nth-child(1) {
	transition-delay: .1s
}
.scrollimation:nth-child(2) {
	transition-delay: .3s
}
.scrollimation:nth-child(3) {
	transition-delay: .5s
}
.scrollimation:nth-child(4) {
	transition-delay: .7s
}
.scrollimation:nth-child(5) {
	transition-delay: .9s
}
.scrollimation:nth-child(6) {
	transition-delay: 1.1s
}
.scrollimation:nth-child(7) {
	transition-delay: 1.3s
}
.scrollimation.in{
	opacity: 1;
	margin-top: 0;
}

.fixed-bottom{display: none;}

@media screen and (max-width: 1024px) {
	.pad{ display: none !important;}
	.mobile-block{display: block !important;}
}

@media screen and (max-width: 767px) {
	.desktop{display: none !important;}
	.mobile{display: block !important;}
	.mobile-center{text-align: center;}
	.mobile-block{display: block;}

	.section-title{
		padding: 80px 0 40px;
	}
	.section-title .txt{
		font-size: 2rem;
		line-height: 2rem;
	}
	.section-title2{
		position: relative;
		margin: 20px auto;
	}
	.section-title2 .small-txt{
		padding: 12px;
		font-size: 1.6rem;
		line-height: 1.6rem;
		min-width: 100%;
	}
	.section-title2 .txt{
		display: inline-block;
		vertical-align: middle;
		font-size: 2.4rem;
	}

	.alert-box{width: 90%;}

	.owl-carousel .owl-dot span{
	  width: 10px;
	  height: 10px;
	}
	.owl-carousel .owl-nav .owl-prev{
		left: 10px;
	}
	.owl-carousel .owl-nav .owl-next{
		right: 10px;
	}

	.fixed-bottom{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		display: block;
	}
	.fixed-bottom .btn-fixed{
		display: block;
		padding: 15px;
		color: #FFF;
		background: #541a86;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 600;
	}
	.fixed-bottom .btn-fixed2{
		display: block;
		padding: 15px;
		color: #FFF;
		background: #ffb100;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 600;
	}
	a.btn-info{display: none;}
}
