/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700|Work+Sans:300,400,500,600,700");
/* :: 2.0 Import All CSS */
@import url(../css/classy-nav.css);
@import url(../css/animate.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #191919;
  line-height: 1.3;
  font-weight: 500; }

p {
  color: #595959;
  font-size: 1em;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #191919;
}

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }



/* :: 4.0 Header Area CSS */
.header-area {
	position: relative;
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-area .top-social-info a {
	display: inline-block;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.875em;
	border-left: 1px none rgba(163,163,163,1.00);
	border-right: 1px solid rgba(163,163,163,1.00);
	border-bottom: 1px none rgba(163,163,163,1.00);
	border-top: 1px none rgba(163,163,163,1.00);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 0px;
	color: #666666;
}
.header-area .top-social-info a:hover {
	color: #E26900;
	border-left: 1px none rgba(230,111,0,0.50);
	border-right: 1px solid rgba(216,126,42,0.30);
	border-bottom: 1px none rgba(230,111,0,0.50);
	border-top: 1px none rgba(230,111,0,0.50);
}
.header-area .nikki-main-menu {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
.header-area .nikki-main-menu .classy-navbar {
	padding-top: 0;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;	
}
.header-area .nikki-main-menu .classy-navbar .nav-brand {
        max-width: 70px; }
.header-area .nikki-main-menu .classynav ul li a {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Arial, "微軟正黑體";
	color: #3b3b3b;
}
.header-area .nikki-main-menu .classynav ul li a:hover, .header-area .nikki-main-menu .classynav ul li a:focus {
	color: #16A3B0;
	background: rgba(255,255,255,1.0);

}
.header-area .nikki-main-menu .classynav ul li ul li a {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	letter-spacing: 0;
}
.header-area .breakpoint-on .classynav {
    padding-top: 60px; }
.header-area .is-sticky .nikki-main-menu {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 9999;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.slider-section{  position: relative; z-index: 1; }



@media (max-width: 575.98px) {
.header-area .top-social-info {
      margin: 15px 5px 0;
	  float: left;
}		
.slider-section {
    height: 150px; width: 100%;
}
.header-area .nikki-main-menu .classy-navbar {
	height: 45px;
}	
.header-area .nikki-main-menu .classynav ul li a {
          padding: 0 10px; 
		font-size: 0.938em;
	
}
}
@media (min-width: 576px) and (max-width: 1200px)  {
.header-area .top-social-info {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0;
}
.slider-section {
    height: 200px; width: 100%;
}
.header-area .nikki-main-menu .classy-navbar {
      height: 60px;
}	
.header-area .nikki-main-menu .classynav ul li a {
          padding: 0 10px; 
		font-size: 1em;
}
}

@media (min-width: 1200px) {
.header-area .top-social-info a {
	padding: 0 5px;
	border-left: 1px none rgba(255,255,255,1);
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px none rgba(255,255,255,1);
	border-top: 1px none rgba(255,255,255,1);
	color: #FFFFFF; 
}
.header-area .nikki-main-menu .classy-navbar {
          height: 60px;
}
.header-area .nikki-main-menu .classynav ul li a {
          padding: 0 10px;
		font-size: 1.063em;
	
}	
.slider-section {
     height: 300px; width: 100%;


}
}


@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#gotop {
	font-family: Arial, "微軟正黑體";
	display: none;
	position: fixed;
	border-radius: 20%;
	right: 10px;
	bottom: 10px;
	padding-right: 0.95em;
	padding-left: 0.95em;
	padding-bottom: 0.85em;
	color: #FFFFFF;
	cursor: pointer;
	z-index: 1;
	border: 1px solid rgba(255,255,255,0.80);
	font-size: 0.85em;
	text-align: center;
	padding-top: 0.85em;
	background-color: rgba(0,76,92,0.70);
}
.text-green {
	color: #007039;
}
.text-orange {
	color: #e75029;
}
.bg-orange {
	background: rgba(255,118,57,1.00);
}
.bg-greenlake {
	background: rgba(66,186,207,1.00);
}
.text-greenlake {
	color:#16A3B0;
}
.font {
	font-family:  Arial, "微軟正黑體", Verdana, sans-serif;
}
@media (max-width: 575.98px)  {
.logo {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 3px;

}
.footer-top {
	font-size: 70%;
	font-weight: lighter;
}
.font {
	font-size: 0.938em;
	line-height: 1.2em;
	font-weight: 300;
}
.btn-of {

}
.btn-of :hover {

}
.tabA {
	color: #878787;
	font-size: 0.938em;
	font-weight: normal;
	display: block;
	padding-right: 5px;
	padding-left: 23px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 1px;
	transition: all 0.0s linear;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 5px center;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	background-image: url("../images/my-initiate.svg");

}
.tabA:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border: 1px dashed #EBEBEB;
	color: #353535;
	background-image: url("../images/my-initiate-o.svg");
}
.tabA.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #929292;
	color: #000000;
	border-top-color: #929292;
	border-right-color: #929292;
	border-left-color: #929292;
	background-image: url("../images/my-initiate-o.svg");

}
.tabB {
	color: #878787;
	font-size: 0.938em;
	font-weight: normal;
	display: block;
	padding-right: 5px;
	padding-left: 26px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 1px;
	transition: all 0.0s linear;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: 5px center;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	background-image: url("../images/my-collab.svg");
	
}
.tabB:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border: 1px dashed #EBEBEB;
	color: #353535;
	background-image: url("../images/my-collab-o.svg");
}
.tabB.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #929292;
	color: #000000;
	border-top-color: #929292;
	border-right-color: #929292;
	border-left-color: #929292;
	background-image: url("../images/my-collab-o.svg");
}
.tabC {
	color: #878787;
	font-size: 0.938em;
	font-weight: normal;
	display: block;
	padding-right: 5px;
	padding-left: 23px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 1px;
	transition: all 0.0s linear;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 5px center;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	background-image: url("../images/my-collect.svg");
}
.tabC:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border: 1px dashed #EBEBEB;
	color: #353535;
	background-image: url("../images/my-collect-o.svg");
}
.tabC.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #929292;
	color: #000000;
	border-top-color: #929292;
	border-right-color: #929292;
	border-left-color: #929292;
	background-image: url("../images/my-collect-o.svg");
}
.tabD {
	color: #878787;
	font-size: 0.938em;
	font-weight: normal;
	display: block;
	padding-right: 5px;
	padding-left: 23px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 1px;
	transition: all 0.0s linear;
	text-align: center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 5px center;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	background-image: url("../images/my-all.svg");
}
.tabD:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border: 1px dashed #EBEBEB;
	color: #353535;
	background-image: url("../images/my-all-o.svg");
}
.tabD.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #929292;
	color: #000000;
	border-top-color: #929292;
	border-right-color: #929292;
	border-left-color: #929292;
	background-image: url("../images/my-all-o.svg");
}
.search_box {
	width: 10em;

}
}
@media (min-width: 576px) and (max-width: 1200px) {
.logo {
	margin-right: 8px;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.footer-top {
	font-size: 90%;
}
.font {
	font-size: 0.938em;
	line-height: 1.2em;
	font-weight: 400;
}
.btn-of {
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border: 1px solid #C3C3C3;
	border-radius: 20px;
}
.btn-of :hover {

}
.tabA {
	color: #878787;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	padding-right: 18px;;
	padding-left: 42px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 0em;
	transition: all 0.0s linear;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 15px center;
	background-image: url("../images/my-initiate.svg");
}
.tabA:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	color: #353535;
	background-image: url("../images/my-initiate-o.svg");
}
.tabA.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #2b3139;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url("../images/my-initiate-o.svg");
}
.tabB {
	color: #878787;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	padding-right: 18px;;
	padding-left: 45px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 0em;
	transition: all 0.0s linear;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 15px center;
	background-image: url("../images/my-collab.svg");
}
.tabB:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	color: #353535;
	background-image: url("../images/my-collab-o.svg");
}
.tabB.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #2b3139;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url("../images/my-collab-o.svg");
}
.tabC {
	color: #878787;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	padding-right: 18px;;
	padding-left: 42px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 0em;
	transition: all 0.0s linear;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 15px center;
	background-image: url("../images/my-collect.svg");
}
.tabC:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	color: #353535;
	background-image: url("../images/my-collect-o.svg");
}
.tabC.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #2b3139;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url("../images/my-collect-o.svg");
}
.tabD {
	color: #878787;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	padding-right: 18px;;
	padding-left: 42px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 0em;
	transition: all 0.0s linear;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 15px center;
	background-image: url("../images/my-all.svg");
}
.tabD:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	color: #353535;
	background-image: url("../images/my-all-o.svg");
}
.tabD.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #2b3139;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url("../images/my-all-o.svg");
}
.search_box {
	width: 11em;

}
}
@media (min-width: 1200px) {

.logo {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
 }
.footer-top {
	font-size: 90%;
	line-height: 90%; 
}
.font {
	font-size: 1em;
	line-height: 1.35em;
}
.btn-of {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	border: 1px solid #C3C3C3;
	border-radius: 20px;
}
.btn-of :hover {
	border: 1px solid #C3C3C3;
	color: #44B5BF;
}
.btn-of :active {
	border: 1px solid #C3C3C3;
	color: #44B5BF;
}

.tabA {
	color: #878787;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	padding-right: 20px;;
	padding-left: 50px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 0em;
	transition: all 0.0s linear;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 20px center;
	background-image: url("../images/my-initiate.svg");
}
.tabA:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	color: #353535;
	background-image: url("../images/my-initiate-o.svg");
}
.tabA.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #2b3139;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url("../images/my-initiate-o.svg");
}
.tabB {
	color: #878787;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	padding-right: 20px;;
	padding-left: 53px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 0em;
	transition: all 0.0s linear;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-size: 34px auto;
	background-position: 20px center;
	background-image: url("../images/my-collab.svg");
}
.tabB:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	color: #353535;
	background-image: url("../images/my-collab-o.svg");
}
.tabB.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #2b3139;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url("../images/my-collab-o.svg");
}
.tabC {
	color: #878787;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	padding-right: 20px;;
	padding-left: 50px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 0em;
	transition: all 0.0s linear;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 20px center;
	background-image: url("../images/my-collect.svg");
}
.tabC:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	color: #353535;
	background-image: url("../images/my-collect-o.svg");
}
.tabC.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #2b3139;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url("../images/my-collect-o.svg");
}
.tabD {
	color: #878787;
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	padding-right: 20px;;
	padding-left: 50px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-right: 0em;
	transition: all 0.0s linear;
	text-align: center;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 20px center;
	background-image: url("../images/my-all.svg");
}
.tabD:hover {
	display: block;
	transition: all 0.3s linear;
	text-align: center;
	border-bottom: 2px solid #CFCFCF;
	background-color: #FFFFFF;
	color: #353535;
	background-image: url("../images/my-all-o.svg");
}
.tabD.active {
	transition: all 0.3s linear;
	margin-top: 0;
	text-align: center;
	border-bottom: 2px solid #2b3139;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url("../images/my-all-o.svg");
}
.search_box {
	width: 23em;
}
}
#footer {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-top: 1rem;
}

.footer-top {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0.3rem;
	line-height: 1.5em;
	background-image: -webkit-linear-gradient(270deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 50.26%);
	background-image: -moz-linear-gradient(270deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 50.26%);
	background-image: -o-linear-gradient(270deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 50.26%);
	background-image: linear-gradient(180deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 50.26%);
	border-top: 1px solid #E7E7E7;
	-webkit-box-shadow: inset 1px 1px #FFFFFF;
	box-shadow: inset 1px 1px #FFFFFF;
	padding-top: 0.3em;
}
.web-link {
	padding: 0em;
	width: 100%;
}

.web-link:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 43.01%,rgba(255,248,239,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 43.01%,rgba(255,248,239,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 43.01%,rgba(255,248,239,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 43.01%,rgba(255,248,239,1.00) 100%);
	border: 1px dotted #929292;
}
