@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?yyqpnk');
  src:  url('../fonts/icomoon.eot?yyqpnk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?yyqpnk') format('truetype'),
    url('../fonts/icomoon.woff?yyqpnk') format('woff'),
    url('../fonts/icomoon.svg?yyqpnk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body { 
   -ms-overflow-style: scrollbar !important;
} 

body{
	font-family:"微軟正黑體",Microsoft JhengHei,Meiryo, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.hidden{
	display: none;
}

#wrapper{
	max-width: 1366px;
	min-width: 1124px;
}

.container{
	min-width: 1124px;
}

.header{
	height: 55px;
	background: #ffffff;
	display: block;
	margin: 0px auto;
	width: 100%; 
	position: fixed;
	z-index: 9;
	top: 0px;
} 

.logo{
	float: left;
	position: relative;
	left: -30px;
	top: 8px;
	z-index:10;
} 

.menu{
	margin: 0px auto; 
    height: 55px;
    padding: 0px; 
    position: relative;
	left: 15px;
	width: 1124px;
}

.menu li{
	display: inline-block;
} 

.menu li a{
	padding: 5px 10px; 
	display: block;
	color: #000000;
	font-family: "微軟正黑體";
}

.menu li.volume a,
.menu li.facebook a{
	padding: 0px 5px !important;
}

.index_mute_on{ position: relative;background:url(../img/volume_on.png) no-repeat;width:34px; height:26px;}
.index_mute_off{ position: relative;background:url(../img/volume_off.png) no-repeat; width:34px;height:26px;  }

ul.menu li.search { 
    display: inline-block;
    width: 185px;
    position: relative;
}


.input-medium.search-query {
    background-color: #00964E;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 22px;
    color: #FFF;
    text-indent: 10px;
    width: 135px;
    margin-right: 1px;
}

.btn-search {
    margin-bottom: 1px;
    vertical-align: middle;
    cursor: pointer;
    background: url(../img/btn.png) no-repeat scroll 0px 0px;
    border: none;
    height: 25px;
    width: 30px;
    position: relative;
    border-style: none;
}

.menu li a:hover,
.menu li a:focus,
.menu li.active a{
	color: #11a847;
	text-decoration: none;
}

 



#primary_nav_wrap ul{
	list-style:none;
	position:relative;  
}

#primary_nav_wrap ul a{
	/* display:flex;  */
}

#primary_nav_wrap ul li{
	position:relative;  
}
  

#primary_nav_wrap ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li{
	width: 150px;
    border-top: 1px solid #eaeaea;
    position: relative;
    top: 1px;
}

#primary_nav_wrap ul ul a{
	line-height:120%;
	padding:10px 15px;
	color: #000000;
}

#primary_nav_wrap ul ul a:hover{
	color: #11a847;
}

#primary_nav_wrap ul ul ul{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul{
	display:block
}

.form-search input:focus{
	outline: none;
}


.form-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  font-size: 12px;
}
.form-search ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  font-size: 12px;
}
.form-search :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  font-size: 12px;
}
.form-search :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  font-size: 12px;
}

.btn-base{
	height: 48px;
	padding: 15px;
	display: inline-block;
	min-width: 125px;
	text-decoration: none;
	text-align: center;
}
.btn-green{
	background: url("../img/bg-button.png") repeat;
	color: #ffffff;
}

.btn-green:hover{
	background: url("../img/bg-button-hover.png") repeat;
	color: #ffffff;
	text-decoration: none;
}

.btn-black{
	background: #15171c;
	color: #ffffff;
	text-align: center;
	border: 1px solid #e0e0e1;
	height: 40px !important;
	padding: 10px !important;
	border-radius: 3px;
}

.btn-black:hover{
	text-decoration: none;
	color: #ffffff;
	background: #3c3c3c;
}

.btn-ouline{
	background: transparent;
	color: #484848;
	text-align: center;
	border: 1px solid #e0e0e1;
	height: 40px !important;
	padding: 10px !important;
	border-radius: 3px;
}

.btn-ouline:hover{
	text-decoration: none;
	color: #000000;
	background: #e0e0e1;
}

/*====== #END HEADER ======*/
.slider2{
	max-width: 1366px;
	min-width: 1124px;
	margin-top: 55px;
}
.sicon-control{
	display: inline-block;
	width: 24px;
	height: 40px;
}
.control-angle-left{
	background: url("../img/control-angle-left.png") no-repeat; 
}
.control-angle-left:hover{
	background: url("../img/control-angle-left-hover.png") no-repeat; 
}
.control-angle-right{
	background: url("../img/control-angle-right.png") no-repeat; 
}
.control-angle-right:hover{
	background: url("../img/control-angle-right-hover.png") no-repeat; 
}

/*====== #END SLIDER ======*/

.sub-menu{
	background: url("../img/bg-submenu.png") repeat;
	width: 100%;
	height: 146px;
	display: block;
	padding: 35px 0px;
}

.sub-menu ul {
	display: flex;
}

.sub-menu ul li{
	padding-top: 15px; 
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    width: 1000px;
}

.sub-menu ul li a{
	display: block;
	color: #fff;
}

.sub-item{
	float: left;
}

.sub-label-item{
	float: left;
	padding-top: 20px;
    padding-left: 10px;
}

.icon-sub-1:before {
  content: "\e903";
  font-size: 50px;
}

.icon-sub-2:before {
  content: "\e900";
  font-size: 50px;
}

.icon-sub-3:before {
  content: "\e901";
  font-size: 50px;
}

.icon-sub-4:before {
  content: "\e908";
  font-size: 50px;
}

.icon-sub-5:before {
  content: "\e909";
  font-size: 30px;
  position: relative;
  top: 12px;
}

.icon-sub-6:before {
  content: "\e902";
  font-size: 50px;
}

.icon-sub-7:before {
  content: "\e904";
  font-size: 50px;
}

.sub-menu ul li a:hover,
.sub-menu ul li a.active{
	text-decoration: none;
	color: #f9f814;
}

/*.sub-menu ul li a:after{
	content: "";
    width: 59px;
    height: 55px;
    top: 10px;
    left: 0px;
    position: absolute;
    display: inline-block;
}

.sub-menu ul li.sub1 a:after{ 
    background: url("../img/submenu1.png") no-repeat left center;  
} 
.sub-menu ul li.sub1 a:hover:after,
.sub-menu ul li.sub1 a.active:after{ 
    background: url("../img/submenu1-hover.png") no-repeat left center;  
} 

.sub-menu ul li.sub2 a:after{ 
    background: url("../img/submenu2.png") no-repeat left center;  
} 
.sub-menu ul li.sub2 a:hover:after,
.sub-menu ul li.sub2 a.active:after{ 
    background: url("../img/submenu2-hover.png") no-repeat left center;  
} 

.sub-menu ul li.sub3 a:after{ 
    background: url("../img/submenu3.png") no-repeat left center;  
} 
.sub-menu ul li.sub3 a:hover:after,
.sub-menu ul li.sub3 a.active:after{ 
    background: url("../img/submenu3-hover.png") no-repeat left center;  
} 

.sub-menu ul li.sub4 a:after{ 
    background: url("../img/submenu4.png") no-repeat left center;  
} 
.sub-menu ul li.sub4 a:hover:after,
.sub-menu ul li.sub4 a.active:after{ 
    background: url("../img/submenu4-hover.png") no-repeat left center;  
} 

.sub-menu ul li.sub5 a:after{ 
    background: url("../img/submenu5.png") no-repeat left center;  
} 
.sub-menu ul li.sub5 a:hover:after,
.sub-menu ul li.sub5 a.active:after{ 
    background: url("../img/submenu5-hover.png") no-repeat left center;  
} 

.sub-menu ul li.sub6 a:after{ 
    background: url("../img/submenu6.png") no-repeat left center;  
} 
.sub-menu ul li.sub6 a:hover:after,
.sub-menu ul li.sub6 a.active:after{ 
    background: url("../img/submenu6-hover.png") no-repeat left center;  
} 

.sub-menu ul li.sub7 a:after{ 
    background: url("../img/submenu7.png") no-repeat left center;  
} 
.sub-menu ul li.sub7 a:hover:after,
.sub-menu ul li.sub7 a.active:after{ 
    background: url("../img/submenu7-hover.png") no-repeat left center;  
}*/ 

/*====== #END SUBMENU ======*/
.content{
	min-height: 650px;
	display: block; 
}

.wrapper-box .row-box{
	display: flex;
}
.box-item {
    height: 360px;
    width: 1000px;
    overflow: hidden;
    margin: 0px; 
    float: left;
    position: relative;
}

.box-item span{
	position: absolute;
	z-index: 2;
	color: #ffffff;
	border-top: 2px solid #ffffff;
	width: 150px;
	bottom: 20px;
	left: 40px;
	line-height: 22px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 600;
}

.box-item img {
  margin-left: 0px;
  -webkit-transition: margin 3.5s ease;
     -moz-transition: margin 3.5s ease;
       -o-transition: margin 3.5s ease;
      -ms-transition: margin 3.5s ease;
          transition: margin 3.5s ease;
}
 
.box-item img:hover{
  margin-left: -185px;
  
}

.box-item a:hover span{
	color: #f9f814;
	border-color: #f9f814;
}

.box-item:before {
  content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,.9) 90%);
  opacity: .7;
  width: 100%;
  height: 40px;
}

.toolbar-master{
	border-bottom: 2px solid #11a847;
	padding: 10px 0px;
	display: block;
}

.toolbar-master ul.sub-category{
	list-style: none;
	padding-left: 0px;
	float: right;
	padding-top: 25px;
}

.toolbar-master ul.sub-category li{
	display: inline-block;
	padding-left: 20px;
}

.toolbar-master ul.sub-category li a{
	color: #000000;
}

.toolbar-master ul.sub-category li a:hover{
	color: #11a847;
	text-decoration: none;
}

.session-box{
	padding-top: 30px;
	padding-bottom: 30px;
}

/*====== #END CONTENT ======*/
.news{
	clear: both;
}
.item-news{
	padding: 10px 0px; 
    border-radius: 3px;
    border: 1px solid #cccccc;
    clear: both;
    display: block;
   	min-height: 190px;
    overflow: hidden;
    margin: 10px 0px;
}

.news-thumbnail {
    height: 170px;
    width: 265px;
    overflow: hidden;
    display: block;
}

.news-thumbnail .img-news{
	width: 100%;
}

h4.list-item-heading{
	margin-bottom: 5px;
	text-align:left;
}
 
.list-item-heading a{
	font-weight: 600;
	color: #000000;
}

.list-item-heading a:hover{
	font-weight: 600;
	color: #11a847;
	text-decoration: none;
}

.item-news .caption time{
	font-size: 0.9em;
    line-height: 1.4;
    color: #A7A7A7; 
    display: block;
    margin-bottom: 5px;
}

.wrapper-pagination{
	float: none;
    text-align: center;
    margin: 0px auto;
    position: relative;
}

.pagination li a{
	margin: 5px;
	border-radius: 3px !important;
	color: #484848;
}

.pagination li.active a,
.pagination li a:hover,
.pagination li.active a:hover{
	background: #11a847;
	color: #ffffff;
	border: 1px solid #11a847;
}

.total-pagination{
	/*padding: 33px 0px;
	text-align: right;
	padding: 33px 0px; */
    /* text-align: right; */
    display: inline-block;
     /*float: left; */
    position: relative;
    top: -35px;
    left: -10px;
}

/*====== #END NEWS ======*/

.download .col-xs-3{
	margin-bottom: 15px;
} 

.download .caption-style{ 
	padding: 0px;
	position: relative;
	overflow: hidden;
	color: #484848;
	height: 360px;
}

.download .caption-style a:hover{
	text-decoration: none;
} 

.download .header-h4{
	font-weight: 600;
	color: #484848;
	padding: 10px;
	height: 45px;
	overflow: hidden;
} 

.download .descption{
	color: #484848;
	font-weight: normal;
	padding: 10px;
	height: 81px;
	overflow: hidden;
}

.download .caption-style:hover .caption{
	opacity: 1; 
	top: 0px;
}

.download .caption-style img{
	margin-top: 0px;
	margin-bottom: 15px;
    padding: 10px;
    /* float: left; */
    z-index: 4;
    width: 100%;
    
    overflow: hidden;
}

.download .caption-style .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;

}
.download .caption-style .blur{
	background-color: rgba(27, 161, 94, 0.8);
	height: 360px;
	width: 100%;
	z-index: 5;
	position: absolute;
}

.download .caption-style .caption-text h1{
	text-transform: uppercase;
	font-size: 24px;
}
.download .caption-style .caption-text{
	z-index: 10;
	color: #fff;
	position: relative;
    width: 265px; 
    text-align: center; 
    padding: 150px 0px;
}

.download .caption-style .caption-text a{
	color: #ffffff;
}

.download .caption-style .caption-text a p{
	display: block;
	margin-top: 15px;
}  

/*====== #END DOWNLOAD ======*/

.video .col-xs-3{
	margin-bottom: 30px;
} 

.video .caption-style{ 
	padding: 0px;
	position: relative;
	overflow: hidden;
	color: #484848;
	height: 200px;
}

.video .caption-style a:hover{
	text-decoration: none;
}  

.video .caption-style:hover .caption{
	opacity: 1; 
	top: 0px;
	background-color: rgba(0, 0, 0, 0.6); 
}

.video .caption-style img{
	margin-top: 0px;
	margin-bottom: 15px;
    padding: 0px;
    /* float: left; */
    z-index: 4;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.video .caption-style .caption{
	top: 0px;
	cursor: pointer;
	position: absolute;
	opacity: 1;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;

}
.video .caption-style .blur{
	background-color: rgba(0, 0, 0, 0.5);
	height: 360px;
	width: 100%;
	z-index: 5;
	position: absolute;
}

.video .caption-style .caption-text h1{
	text-transform: uppercase;
	font-size: 24px;
}
.video .caption-style .caption-text{
	z-index: 10;
	color: #fff;
	position: relative;
    width: 265px; 
    text-align: center; 
    padding: 55px 0px;
}

.video .caption-style .caption-text a{
	color: #ffffff;
}

.video .caption-style .caption-text a:hover,
.video .caption-style .caption-text a:focus,
.video .caption-style .caption-text a:visited{
	outline: none;
	text-decoration: none;
}

.video .caption-style:hover .caption-text a{
	color: #11a847;
}

.video .caption-style .caption-text a p{
	display: block;
	margin-top: 15px;
}  

.popup-video .modal-content{
	background: none !important;
}

.popup-video .modal-body{
	padding: 0px;
	width: 700px;
	height: 400px;
}

/*====== #END DOWNLOAD ======*/


.color-green{
	color: #11a847 !important;
}

.question-box{
	padding-bottom: 25px;
}

.question-box .heading{
	padding-bottom: 10px;
}

.question-box table{
	width: 100%;
}

.question-box .textarea{
	width: 100%;
}

.border-bottom{
	border-bottom: 2px solid #e4e6e1; 
}

.ss-required-asterisk{
	color: #c43b1d;
}

.question-box input, 
.question-box textarea,
.question-box select{
	border: 1px solid #e2e2e2;
	box-shadow: none !important;
}
/*====== #END QUESTIONAIRE ======*/


.footer-top{
	background: #f9f814;
	width: 100%;
	min-height: 15px;
	display: block;
	padding: 0px;
	color: #ffffff;
} 

.arrow_box {
	position: relative;
	background: #f9f814;
}
.arrow_box:after {
	bottom: 100%;
	right: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #f9f814;
	border-width: 45px;
	margin-left: -45px;
}
 

.arrow_box a{
	color: #000000;
	position: absolute;
	right: 18px;
	top: -16px;
	z-index: 2;
	font-size: 13px;
}

.arrow_box a:hover{
	text-decoration: none;  
}


.footer-mid{
	background: url("../img/bg-footer-mid.png") repeat;
	width: 100%;
	min-height: 265px;
	display: block;
	padding: 45px 0px;
	color: #ffffff;
	display: none;
	 
}

.footer-mid .container{
	display: flex;
}

.item-widget{
	width: 1000px; 
	display: inline-block;
}

.widget-title{
	color: #49b134;
	font-weight: 600;
	padding-bottom: 15px;
}

.item-widget ul{
	list-style: none;
	padding: 0px;
}

.item-widget ul li a{
	color: #ffffff;
}

.item-widget ul li a:hover{
	color: #f9f814;
	text-decoration: none;
}

.footer-bottom{
	background: url("../img/bg-submenu.png") repeat;
	width: 100%;
	height: 80px;
	display: block;
	padding: 35px 0px;
	color: #ffffff;
}

.clearfix{
	clear: both;
	display: block;
}


/*.tweetdetails {
    background: #333;
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    padding: 10px 50px;
    bottom: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s right;
    -moz-transition: 0.5s right;
    transition: 0.5s right;
}

.tweetdetails.open {
    right: 0
}

.tweetdetails > .toggle {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 20px;
    height: 20px;
    background: red;
    text-indent: -9999px;
}*/


.facebook-widget{
	position: fixed;
	top: 30%;
	right: -250px;
	cursor: pointer;
	width: 300px;
	height: 300px; 
	-webkit-transition: .4s ease-out; 
    -moz-transition: .4s ease-out; 
    -o-transition: .4s ease-out;  
    transition: .4s ease-out; 
    z-index: 999;
}

.facebook-widget:hover{
	right: 0px;
		moz-transition: 1s;
	ms-transition: 1s;
	o-transition: 1s;
	transition: 1s;
	webkit-transition: 1s;
	/* -webkit-transition: .4s ease-out; 
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;  
    transition: .4s ease-out; */ 
	/*-webkit-animation: dude .75s 1 forwards;
	-moz-animation: dude .75s 1 forwards;
	-o-animation: dude .75s 1 forwards;
	animation: dude .75s 1 forwards;*/
}

.button-widget{
	background: url("../img/facebook_widget.png") no-repeat;
	width: 50px;
	height: 300px;
	display: inline-block; 
	float: left;
	position: relative;
	top: 60px;
	right: -5px;
}

.content-widget{ 
	width: 250px;
	height: 407px;
	float: left;
	border: 4px solid #3b5998;
    background: #fafafa; 
}


@-webkit-keyframes dude {
  0% {
    right: -250px;
  }
  100% {
    right: 0px;
  }
}
@-moz-keyframes dude {
  0% {
    right: -250px;
  }
  100% {
    right: 0px;
  }
}
@-o-keyframes dude {
  0% {
    right: -250px;
  }
  100% {
    right: 0px;
  }
}
@keyframes dude {
  0% {
    right: -250px;
  }
  100% {
    right: 0px;
  }
}

@media only screen and (min-width: 1366px) {
	#wrapper{
		max-width: 100%;
	}
	.content{
		margin: 0px auto;
    	max-width: 1124px;
	}
	.slider2{
		max-width: 100%;
	}
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.caption{
	text-align: center;
}

table {
    border-collapse: collapse;
}

table, th, td {
   
}

th, td{
	/*padding: 5px 10px;*/
}
.header.active{
	border-bottom: 0px solid #aaaaaa;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3333);
} 

 
 
