@charset "utf-8";
/* CSS Document */

/*--NAV-starts--*/
.navbar-default
{
	background-color: #FFF;
	border-bottom:1px solid #edf0f2;
	margin: 0;
}
.navbar-default .navbar-brand
{	
	padding: 5px 0 0 0;
	height: 60px;
}
.navbar-default .navbar-brand:hover { color: #ffa400; }
.navbar-default .nav li a
{
	color: #515769;
	font-size: 1.1em;
	line-height: 35px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-default .nav li a:hover
{
	color: #80838b;
}
.navbar-default .nav li a:focus { color: #393939; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #17bed2;
}
.navbar-default .navbar-toggle
{
	border: none;
	padding-top: 18px;
}
.navbar-default .navbar-toggle .icon-bar
{
	background: #515769;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }

@media only screen and ( max-width: 768px ) {
	.navbar-default .navbar-brand {	margin-left: 20px; }
	.navbar-default .navbar-nav	{ margin: 0; }
	.navbar-default .navbar-collapse
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	
}
@media only screen and ( max-width: 680px ) {
	.navbar-default .navbar-nav li a { border-bottom: 1px solid #f6f6f6; line-height: normal; height: 40px; }
}


/*--banner-starts--*/
.banner{
	background:url(../images/login_bk.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:600px;
	position:relative;
}
.banner-top {
	position: absolute;
	width: 35%;
	padding: 2em 30px;
	background: rgba(228, 232, 246, 0.56);
	top: 20.5%;
	left: 13.5%;
}
.banner-top h1 {
	font-family:sans-serif,"微軟正黑體";
	font-size: 2.3em;
	font-weight: 600;
	margin: 0;
	color: #333333;
}
.banner-bottom{
	margin-top:3%;
}
.bnr-left {
	width:22%;
	float:left;
}
.bnr-right {
	width:78%;
	float:right;
}
.bnr-left p {
	font-family:sans-serif,"微軟正黑體";
	color: #333333;
	font-size: 1.1em;
	font-weight: 700;
	margin-top: 10%;
}

.bnr-one{
	margin-top:3.3%;
}
.bnr-one:nth-child(1){
	margin-top:0;
}
.bnr-right input[type="text"] {
	width: 95%;
	color: #9E9E9E;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 10px 10px;
	border: none;
	-webkit-appearance: none;
}

.bnr-btn {
	margin: 5% 0 0 22.2%;
}
.bnr-btn input[type=submit]{
	color: #403F45;
	padding: 7px 13px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	border: none;
	background: #ffeb00;
	outline: none;
}
.bnr-btn input[type=submit]:hover{
	background:#403F45;
	color:#fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
@media (max-width:1024px){
	.banner-top {
	width: 45%;
}	
}
@media (max-width:980px){
	.banner-top {
	width: 45%;
}	
}
@media (max-width:860px){
	.banner-top {
	width: 55%;
}	
}
@media (max-width:720px){
	.banner-top {
	width: 60%;
}	
}
@media (max-width:640px){
	.banner-top {
	width: 65%;
}	
}
@media (max-width:480px){
	.banner-top {
	width: 80%;
}	
}

/* For loginMS Wrapper */
.loginMS{
    background:#fff;
    padding:10px 0;
}
.loginMS-wrapper {
    float:right;
	padding-right:5px;
}
.loginMS-wrapper .loginMS-contact{
    float:right;
   
}
.loginMS-wrapper .loginMS-contact span{
    font-family:sans-serif,"微軟正黑體";
	color:#89888f;
    margin-right:20px;
	 font-size: 1em;
}
.loginMS-wrapper .loginMS-contact a{
    font-family:sans-serif,"微軟正黑體";
	color:#17bed2;
    margin-right:20px;
	 font-size: 1em;
}
.loginMS-wrapper .loginMS-contact a:hover{
	text-decoration:underline;
}
@media(max-width:480px){
	.loginMS-wrapper .loginMS-contact span{
  	 font-size: 0.85em;
}
.loginMS-wrapper .loginMS-contact a{
	 font-size: 0.85em;
}	
}

/* 同業帳號申請 */
.memBlock01 {
	margin: 10px;
}

/* 最新消息輪播圖*/
.newsimgBlock {
	margin-top: 0px;
}
.coverflow{
   max-width: 100%;
   overflow: hidden;
}
.carousel-control{
    background-image:none !important;
    filter:none !important;
} 
.carousel .carousel-control {
 opacity: 0;
/* Firefox */
-moz-transition-property: opacity;
-moz-transition-duration: 0.2s;
-moz-transition-delay: 0.2s;
      /* WebKit */
-webkit-transition-property: opacity;
-webkit-transition-duration: 0.2s;
-webkit-transition-delay: 0.2s;
 /* Opera */
-o-transition-property: opacity;
-o-transition-duration: 0.2s;
-o-transition-delay: 0.2s;

transition-property: opacity;
transition-duration: 0.2s;
transition-delay: 0.2s;
}
.carousel:hover .carousel-control,
.carousel:hover .carousel-indicators{
     opacity: 1.0;
 }
 	
.carousel-indicators {
  bottom: 3px;
}

/*--四大分類主題功能--*/
.AGTmain{
	padding:1em 0 1em 0;
}
.AGTmain-top{
	text-align:center;
}
.AGTmain-bottom{
	margin-top:3%;
}
.AGTmain-left{
	padding: 10px 0;
	text-align:center;
}
.icon1 {
	font-size: 2em;
	padding: 18px 0 10px 0px;
	color:#17bed2;
}
.hi-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	border:2px solid #17bed2;
	background-color:#FFF;
  	line-height: 3.5em;
  	font-size: 2.5em;
}
.AGTmain-left h4{
	margin-top: 15px;
}
.AGTmain-left h4 a{
	font-family:sans-serif,"微軟正黑體";
	font-size: 1.15em;
	font-weight: 700;
	color: #515769;
}
.AGTmain-left h4 a:hover{
	color: #81848f;
}
@media(max-width:480px){
.hi-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	border:2px solid #17bed2;
	background-color:#FFF;
  	line-height: 3.5em;
  	font-size: 2em;
}
.AGTmain-left h4 a{
	font-size: 1em;
}
}

/*--footer--*/
.footer{
	margin-top:20px;
	border-top:#edf0f2 solid 1PX;
	padding: 2em 0 0.5em;
    background-color: #FFF;
}
.footer-menu ul li{
	display:inline-block;
	padding:8px 0 0 0;
}
.footer-menu ul li a {
    font-family: sans-serif,Verdana,"微軟正黑體";
	color: #51576c;
    font-size: 1.1em;
    margin: 0.3em 0.5em;
    text-decoration: none;
}
.footer-menu ul li a:hover {
	text-decoration:underline;
}

.footer-top2 p {
  font-family: sans-serif,Verdana,"微軟正黑體";
  color: #81848f;
  letter-spacing:0.01em;
  font-size: 1em;
}

.footer-top2 {
    padding: 0em 0 0;
    margin: 0.5em 0 0;
}

@media(max-width:768px){
.footer {
    padding: 2em 0;
}

}
@media(max-width:480px){
.footer-menu ul li a {
    font-size: 1em;
}
.footer-top2 p {
   font-size: 0.9em;
}
.footer-top2 {
    padding: 0.em 0 0;
    margin: 0.5em 0 0;
}
.footer {
    padding: 2em 0;
}
}


/*回頂部按鈕*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 3%;
	overflow: hidden;
	width:40px;
	height:25px;
	border: none;
	text-indent: 100%;
	background: url("../images/top-arrow.png") no-repeat 0px 0px;
}
#toTopHover {
	width:40px;
	height:25px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

a.price {
	font-size: 15px;
	display: inline-block;
	color: #fff !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	background: #00bce4;
	padding: 11px 30px;
	border-radius: 35px;
}

a.price:hover {
	background: #333;
}

a.book {
	font-size: 13px;
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	background: #00bce4;
	padding: 3px 10px;
	border-radius: 35px;
}

a.book:hover {
	color: #fff;
	background: #333;
}