@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id RWDfullscreen01 */
/* load db RWDPreloader001 */
body{overflow-y:scroll}
.RWDPreloader001 {position: fixed; top:0;left:0;right:0;bottom:0; z-index:10000;background:white; text-align: center;}
.RWDPreloader001 .status {width:100%; height:100px; position:absolute; left:0; top:50%; margin-top:-100px; padding-top:15px;	text-align: center; text-transform: uppercase; border-radius:11px;}
.RWDPreloader001 .status img{margin-bottom: 22px;}
/*END*/
/* load db RWDMenuIcon001 */
.RWDMenuIcon001{
    background-color: white;
/*
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
*/
	opacity: 0 ;
	transform: scaleY(0);
    transform-origin: 50% 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*language{*/
.mobile_language{display:none;}
.web_language{width:107px;font-size:12px;color:#7c7c7c;margin-top:37px;position:relative;cursor:pointer;}
.web_language .lang_text{padding: 0px 6px;background-color: #fff;border: 1px solid #7c7c7c;position: absolute;width: 107px;line-height: 22px;}
.web_language .btnToggle {cursor: pointer;display: block;height: 24px;position: absolute;right: 0;top: 0;width: 24px;}
.web_language .btnToggle .line {background-color: #7c7c7c;display: block;height: 2px;position: absolute;transition: all 0.3s ease-out 0s;width: 14px;margin:0px;}
.web_language .btnToggle .line_01 {right: 6px;top: 5px;}
.web_language .btnToggle .line_02 {right: 6px;top: 10px;}
.web_language .btnToggle .line_03 {right: 6px;top: 15px;}
.web_language.is-opened .btnToggle .line_01 {top: 10px;transform: rotate(45deg);transform-origin:50% 50% 0;-ms-transform: rotate(45deg);-ms-transform-origin:50% 50% 0;-webkit-transform: rotate(45deg);-webkit-transform-origin:50% 50% 0;-moz-transform: rotate(45deg);-moz-transform-origin:50% 50% 0;-o-transform: rotate(45deg);-o-transform-origin:50% 50% 0;}
.web_language.is-opened .btnToggle .line_02 {opacity: 0;}
.web_language.is-opened .btnToggle .line_03 {top: 10px;transform: rotate(135deg);transform-origin:50% 50% 0;-ms-transform: rotate(135deg);-ms-transform-origin:50% 50% 0;-webkit-transform: rotate(135deg);	-webkit-transform-origin:50% 50% 0;-moz-transform: rotate(135deg);-moz-transform-origin:50% 50% 0;	-o-transform: rotate(135deg);-o-transform-origin:50% 50% 0;}          	
.web_language.is-opened{color:#ffffff;}
.web_language.is-opened .lang_text{background-color:#7c7c7c;}
.web_language.is-opened .line {background-color:#ffffff;}
.web_language .lang_options{display:none;top:30px;position: absolute;z-index:10;width:107px;}
.web_language.is-opened .lang_options{display:block}
.web_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:12px;}
.web_language .web_language_menu a{color:#494949;}
.web_language .web_language_menu:last-child{border-bottom:0px;}

.mobile_language{text-align:center;}
.mobile_language .lang_text{background-color:#eaeaea;font-size:14px;line-height:35px;color:#494949;}
.mobile_language .lang_options{display:none;}

.mobile_language .web_language_menu{background-color:#eaeaea;border-bottom:1px solid #b5b5b5;line-height:29px;text-align:center;font-size:14px;}
.mobile_language .web_language_menu a{color:#494949;}
.mobile_language .web_language_menu:last-child{border-bottom:0px;}

.mobile_language.is-opened .lang_text{background-color:#494949;color:#FFFFFF;}
.mobile_language.is-opened .lang_options{display:block;}
@media (min-width: 768px){
  .web_language{margin-left:0px;}
}
@media (min-width: 1025px){
  .web_language{margin-left:30px;}
}
@media (max-width: 800px){
  .web_language{display:none;}
  .mobile_language{display:block;}
}
/*language}*/


.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand{padding-top:30px;padding-left: 0;height:auto;}
.navbar-nav > li > a {
	display: block;
	font-size: 1em;
	font-weight: 300;
	margin: 0;
	padding-top:11px;
	padding-bottom:11px;
	vertical-align:middle;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	outline:none;
}

.navbar-nav > li > a i {font-size: 16px; text-align: center;padding: 20px 0 10px 0; color:#ccc;}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#fff;}

.RWDMenuIcon001 .pull-right{ float:none !important; }

@media (min-width: 1200px){
.RWDMenuIcon001  .pull-right {
    float: right !important;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 88px;
}
.navbar-nav > li > a i {
    display: block;
}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: #43B6B1;
	color:#fff;
}

.navbar-default .navbar-toggle {
    margin-top: 22px;
}



.RWDMenuIcon001 ul.nav li ul {
  position:absolute;
  z-index: 99;
    display:none;
    background: #fff;
    list-style-type: none;
    margin: 0px;
    padding:10px 0px;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    width:200%;
}


@media (max-width:1199px){
.RWDMenuIcon001 ul.nav li ul {
  width:100%;
 position: relative;
}
}

.RWDMenuIcon001 ul.nav li ul li >ul{
box-shadow: none;
    margin: 0;
    position: relative;
    width: 100%;
}
.RWDMenuIcon001 ul.nav li ul li{background: #fff; list-style-type: none;margin: 5px 10px;}


.RWDMenuIcon001 i img{height:100%;;max-height:46px;}
.RWDMenuIcon001 .imghover{position:relative;padding-top:0px;}


@media (max-width: 767px){
  .RWDMenuIcon001 ul.nav li ul {
    position: relative;z-index: auto;
    width:100%;
  }
}
/*END*/
/* load db RWDfullScreenSlider */
.RWDfullScreenSlider{
	width:100%;
        height:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
}
@media(min-width:1200px){
	.RWDfullScreenSlider{
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}
}
.paralaxMask {
    width: 100%;
    height: 100%;
    min-height:200px;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.15);
}
.RWDfullScreenSlider .maskParent {display:table;position: relative; height:100%;width:100%;}

#fullScreenSliderWrapper{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	text-align:center;
	margin:auto;
}
.btn.homeBtn {position:relative; background:rgba(255,255,255,0.25);}

#logoBig img{width:300px; margin:auto; position: relative}
.RWDfullScreenSlider #flexHome {margin: 0;}
.RWDfullScreenSlider #flexHome h1, .RWDfullScreenSlider #flexHome .flex-control-nav{text-align: center; margin-bottom: 44px;}
.RWDfullScreenSlider .flexslider .slides > li{height:80px;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.RWDfullScreenSlider #flexHome h1 {font-size:22px;}
	#logoBig {padding:0 11px;}
}


#flexHome {
	background: transparent;
	margin-top:0;
}
#flexHome .flex-control-nav	{
	text-align:left;
	margin-bottom:-44px;

}
#flexHome h1 {
    color: #fff;
     margin: 0;
      font-family: 微軟正黑體,'Open Sans', sans-serif;
      background: none;
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 32px;
	line-height:1em;
	text-transform:uppercase;
	padding:0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	text-align:left;
	display: inline-block;
       font-style: normal;
       position: relative;
    letter-spacing: 0.1em;
}
#flexHome h1:after  {content:''}
#flexHome h2 {text-align:left; display: inline-block;}
.flexslider .slides > li {height:110px;}

.flex-control-nav{position:static; margin-top:22px;}
.flex-control-nav li {margin-left: 0; margin-right:11px;}
.flex-control-nav{display:none;}

@media(max-width:400px){
	.flexslider .slides > li {height:120px;}
	.RWDfullScreenSlider .flexslider .slides > li{height:60px;}
	#flexHome h2 {font-size: 12px;}
}

@media(min-width:768px){
	.newsText{margin-bottom: 0;}
	#flexHome h1 {font-size:40px;}
	#flexHome {
		margin-top:44px;
	}
	.flex-control-nav{display:block;}
	.flexslider .slides > li {height:160px;}
	.RWDfullScreenSlider .flexslider .slides > li{height:80px;}
}
@media(min-width:992px){
	#flexHome h1 {font-size: 50px;}
	#flexHome {
		margin-top:66px;
	}
	.flexslider .slides > li {height:200px;}
	.RWDfullScreenSlider .flexslider .slides > li{height:100px;}
}

@media(min-width:1200px){
	#flexHome h1 {
		font-size: 80px;
	}
	#flexHome {
		margin-top:88px;
	}
	.flexslider .slides > li {
		height:250px;
	}
}
.RWDfullScreenSlider  .flexslider {
    box-shadow: none;
}
.slides .txt div {
	background:#444;
	color:#FFFFFF;
}
.flexslider .flex-direction-nav a {
	background-color:#43B6B1;
}

.flexslider .flex-control-paging li a:hover, #sliderWrapper .flex-control-paging li a.flex-active{
	background: #fff;
	border:2px solid #fff;
}
.flexslider .flex-control-paging li a {
	background: transparent;
	border:2px solid rgba(255,255,255,0.5);
}
.flexslider .flex-control-nav {
	background:transparent;
}
.flexslider h1 {
	color:#fff;
	background-color:#43B6B1;
}
.flexslider h2 {
	color:#fff;
	background-color:#333;
}
.flexslider .caption p {
	background-color:#fff;
	color:#555
}

/*** flexHome ***/
#flexHome  h1 {	color:#fff;
	background:none;
	}
#flexHome  h2 {	color:#fff;
	background:none;
}
.RWDfullScreenSlider .flex-control-nav {display:none;}
.btn:hover {
    color: #43B6B1;
    border-color: #eee;
    text-shadow: none;
    background: #fff;
}

.RWDfullScreenSlider .btn {
	text-transform:uppercase;
	padding:15px 20px;
	font-size:18px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
color: #fff;
    border: 2px solid #fff;
    position: relative;
    background: rgba(255,255,255,0.25);
}

.RWDfullScreenSlider .btn i {
	margin-right:0.5em;
}
.RWDfullScreenSlider .btn:hover {
	color:#43B6B1;
	border-color:#eee;
	text-shadow:none;
	background:#fff
}
.RWDfullScreenSlider .bgbanner{width:100%;height:100%;position: absolute;z-index:-1}

.RWDfullScreenSlider  .bx-viewport,.RWDfullScreenSlider  .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.RWDfullScreenSlider .bxslider,.RWDfullScreenSlider  .bxslider li{
    height: 100% !important;
   list-style: none;
  margin:0px;padding:0px;
}
.RWDfullScreenSlider .bxslider li{

    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.RWDfullScreenSlider .bx-wrapper .bx-viewport{
    border: none !important;
}
/*END*/
/* load db scrollDown001 */
.scrollDown001 {text-align: center;}
.scrollDown001 .scrollLink{display:inline-block;}

/*END*/
/* load db RWDnews003 */
/*subject area*/
.RWDnews003 .section-subject{text-align:center;margin-bottom:50px;}
.RWDnews003 h1.main-title{font-size:48px;margin:0px;color:#414141;font-weight: 300;}
.RWDnews003 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#8ab933;font-weight: 300;}
.RWDnews003 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDnews003 .box-icon.box-icon-color {color:#8ab933;}
.RWDnews003 .box-icon.box-icon-side>i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 48px;
}
.RWDnews003 .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width:48px;
    
}

.RWDnews003 .fa img{max-width:48px;}
.RWDnews003 .box-icon a.box-icon-title >h2{
    color: #414141;
}
.RWDnews003 .box-icon a.box-icon-title:hover>h2 {
    color: #8ab933;
}
.RWDnews003 .box-icon .box-icon-title>h2 {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
        -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    display: block;
}

.RWDnews003 .box-icon>a, .box-icon .box-icon-title {
    text-decoration: none !important;
    display: block;
}
.RWDnews003 .box-icon.box-icon-side {
    padding-left: 70px;
    position: relative;
}
.RWDnews003 .box-icon {
    margin: 30px 0;
}

.RWDnews003 .box-icon p {
    margin: 15px 0;
color:#666;
}


.RWDnews003 .box-icon a.box-icon-more:hover, section.dark .box-icon a.box-icon-more:hover {
    color: #8ab933;
}
.RWDnews003 .box-icon a.box-icon-more {
    color: #111;
}
.RWDnews003 .box-icon a.box-icon-more {
    display: block;
    text-align: right;
    position: relative;
    color: #000;
}
.RWDnews003 .box-icon>a, .box-icon .box-icon-title {
    text-decoration: none !important;
    display: block;
}
.RWDnews003 .font-lato {
    font-weight: 300;
    font-family: 'Lato',Arial,Helvetica,sans-serif !important;
}
.RWDnews003 .weight-300 {
    font-weight: 300 !important;
}
.RWDnews003 .box-icon p.date{
color:#333
}
/*END*/
/* load db RWDparalaxSlice */
.RWDparalaxSlice .maskParent {
    position: relative;
    height: 100%;
    width: 100%;
}
.RWDparalaxSlice .paralaxMask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.15);
}
.RWDparalaxSlice .paralaxText {
    padding-top: 66px;
    padding-bottom: 66px;
    text-align: center;
    position: relative;
}
.RWDparalaxSlice .paralaxText blockquote,.RWDparalaxSlice .paralaxText h1,.RWDparalaxSlice  .paralaxText h2,.RWDparalaxSlice  .paralaxText h3,.RWDparalaxSlice  .paralaxText p,.RWDparalaxSlice .paralaxText i {
    color: #fff;
}
.RWDparalaxSlice .paralaxText blockquote {
    padding: 0.5em 0;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
    border: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
}
@media (min-width: 768px)
.RWDparalaxSlice .paralaxText blockquote {
    font-size: 44px;
    line-height: 44px;
}

.RWDparalaxSlice {
overflow-x:hidden;
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
min-height:100%;
}
@media(min-width:1200px){
	.RWDparalaxSlice {
		background-attachment: fixed;
		background-position: 50% 0;
 background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
}
/*END*/
/* load db RWDedictor001 */
/*subject area*/
.RWDedictor001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDedictor001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDedictor001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor001 h3 {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;    
}

.RWDedictor001 .mt30 {
    margin-top: 3em;
}

/*END*/
/* load db RWDparalaxSlice */
.RWDparalaxSlice .maskParent {
    position: relative;
    height: 100%;
    width: 100%;
}
.RWDparalaxSlice .paralaxMask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.15);
}
.RWDparalaxSlice .paralaxText {
    padding-top: 66px;
    padding-bottom: 66px;
    text-align: center;
    position: relative;
}
.RWDparalaxSlice .paralaxText blockquote,.RWDparalaxSlice .paralaxText h1,.RWDparalaxSlice  .paralaxText h2,.RWDparalaxSlice  .paralaxText h3,.RWDparalaxSlice  .paralaxText p,.RWDparalaxSlice .paralaxText i {
    color: #fff;
}
.RWDparalaxSlice .paralaxText blockquote {
    padding: 0.5em 0;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-left: 0;
    border: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
}
@media (min-width: 768px)
.RWDparalaxSlice .paralaxText blockquote {
    font-size: 44px;
    line-height: 44px;
}

.RWDparalaxSlice {
overflow-x:hidden;
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
min-height:100%;
}
@media(min-width:1200px){
	.RWDparalaxSlice {
		background-attachment: fixed;
		background-position: 50% 0;
 background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
}
/*END*/
/* load db RWDteam003 */
.RWDteam003 header.section-header {
    margin-bottom: 80px;
}

.RWDteam003 .weight-300 {
    font-weight: 300 !important;
}
/*subject area*/
.RWDteam003 .section-subject{text-align:center;margin-bottom:50px;}
.RWDteam003 h1.main-title{font-size:48px;margin:0px;color:#414141;font-weight: 300;}
.RWDteam003 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#8ab933;font-weight: 300;}
.RWDteam003 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDteam003 .size-13 {
    font-size: 13px !important;
    line-height: 17px !important;
}
.margin-bottom-60{ margin-bottom:60px !important; }
.margin-top-80 {
    margin-top: 80px !important;
}          	
          
	/** FLIP BOXES
						 **************** */
						.box-flip {
							margin: 0 auto;
							position: relative;
							-webkit-perspective: 600px;
							-moz-perspective: 600px;
							perspective:600;
							width: 100%;
							
						}

						.box-flip .front,
						.box-flip .back {
							text-align: center;
						}
							
						.box-flip .front {
							width: 100%;
							/*position: absolute;*/
                                                        position:relative;
							top: 0;
							z-index: 1;
							text-align: center;

							-webkit-transform-style: preserve-3d;
							   -moz-transform-style: preserve-3d;
								  -webkit-transform: rotateX(0deg) rotateY(0deg);
									 -moz-transform: rotateX(0deg) rotateY(0deg);
										  transform: rotateX(0deg) rotateY(0deg);


							-webkit-backface-visibility: hidden;
							   -moz-backface-visibility: hidden;
								-ms-backface-visibility: hidden;
								 -o-backface-visibility: hidden;
									backface-visibility: hidden;

							-webkit-transition: all .4s ease-in-out;
							   -moz-transition: all .4s ease-in-out;
								-ms-transition: all .4s ease-in-out;
								 -o-transition: all .4s ease-in-out;
									transition: all .4s ease-in-out;

						  
						}

						.box-flip .back {
							width: 100%;
							position: absolute;
							top: 0;
							z-index: 2;

							-webkit-transform-style: preserve-3d;
							   -moz-transform-style: preserve-3d;
								  -webkit-transform: rotateY(-180deg);
									 -moz-transform: rotateY(-180deg);
									  -ms-transform: rotateY(-180deg);
										transform: rotateY(-180deg);

							-webkit-backface-visibility: hidden;
							   -moz-backface-visibility: hidden;
								-ms-backface-visibility: hidden;
								 -o-backface-visibility: hidden;
									backface-visibility: hidden;

							-webkit-transition: all .4s ease-in-out;
							   -moz-transition: all .4s ease-in-out;
								-ms-transition: all .4s ease-in-out;
								 -o-transition: all .4s ease-in-out;
									transition: all .4s ease-in-out;
						}



						.box-flip.flip .front {
							width: 100%;
							z-index: 1;

							-webkit-transform: rotateX(0deg) rotateY(-180deg);
                                                        -moz-transform: rotateX(0deg) rotateY(-180deg);
                                                        -ms-transform:  rotateX(0deg) rotateY(-180deg);
                                                        transform: rotateX(0deg) rotateY(-180deg);

						}
						.box-flip.flip .back {
							width: 100%;
							z-index: 2;

							-webkit-transform: rotateY(0deg);
							   -moz-transform: rotateY(0deg);
								-ms-transform: rotateY(0deg);
								 -o-transform: rotateY(0deg);
									transform: rotateY(0deg);
						}
						.box-flip .box1 {
							width: 100%;
							background-color:rgba(0,0,0,0.05);
							min-height: 50px;
							margin: 0 auto;
							padding: 20px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}
							section.dark  .box-flip .box1 {
								background-color:rgba(255,255,255,0.05);
							}
						.box-flip .box2 {
							width: 100%;
							background-color: #333;
							min-height: 50px;
							margin: 0 auto;
							padding: 20px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}
						.box-flip hr {
							border-color:rgba(0,0,0,0.1);
						}
						.box-flip .box-icon-title>i {
							color:#111;
							background-color:rgba(0,0,0,0.07);
						}
						section.dark .box-flip .box-icon-title>i {
							color:#fff;
						}

						.box-flip.box-color h1,
						.box-flip.box-color h2,
						.box-flip.box-color h3,
						.box-flip.box-color h4,
						.box-flip.box-color h5,
						.box-flip.box-color h6,
						.box-flip.box-color p,
						.box-flip.box-color .box-icon-title>i {
							color:#fff;
						}

						.box-flip .btn-lg.btn-translucid {
							font-size:14px;
						}


						.box-flip .box-default,
						.box-flip .box-default p,
						.box-flip .box-default h1,
						.box-flip .box-default h2,
						.box-flip .box-default h3,
						.box-flip .box-default h4,
						.box-flip .box-default h5 {
							color:#000 !important;
						}
						@media all and (max-width: 992px) {
							.box-flip {
								margin-bottom:30px;
							}

						}
						.box-default {
							color:#111;
							background-color:#c6c6c6 !important;
						}

						/**	17. Social icons
						*************************************************** **/
						.social-icon {
							margin: 0 5px 5px 0;
						    width: 40px;
						    height: 40px;
							text-shadow: 1px 1px 1px rgba(0,0,0,.3);
						    border-color: transparent; 
						    overflow: hidden;
							display:inline-block;
							text-decoration:none !important;
							text-align: center;
							cursor: pointer;
							font-style: normal;
							letter-spacing: 0em !important;
							color: #eaeaea !important; 

							-webkit-border-radius: 3px;
							   -moz-border-radius: 3px;
									border-radius: 3px;
						}
							.social-icon:hover>i {
								color:#fff;
							}
						.social-icon i {
							display: block;
							position: relative;
						    width: 40px;
						    height: 40px;
							margin-top:6px;
							font-size: 28px;
						}

						.social-icon:hover i:first-child { 
							margin-top: -38px; 
						}
						.social-icon:hover i:last-child { 
							margin-top:4px;
						}


						body:not(.device-touch) .social-icon {
							-webkit-transition: all .3s ease;
							-o-transition: all .3s ease;
							transition: all .3s ease;
						}

						body:not(.device-touch) .social-icon i {
							-webkit-transition: all .3s ease;
							-o-transition: all .3s ease;
							transition: all .3s ease;
						}


						/* medium */
						a.social-icon>i[class*=" icon-"],
						a.social-icon>i[class^=icon-] {
							font-size:20px;
						}

						/* small */
						a.social-icon.social-icon-sm,
						a.social-icon.social-icon-sm>i {
							width:30px;
							height:30px;
							margin-top:3px;
							font-size: 17px;
							line-height:23px;
						}
						a.social-icon.social-icon-sm>i:last-child {
							padding-top:7px;
						}
						a.social-icon.social-icon-sm>i[class*=" icon-"],
						a.social-icon.social-icon-sm>i[class^=icon-] {
							font-size:17px;
						}					
						.social-facebook:hover { background-color: #3B5998 !important; }
						.social-facebook { background-color: #3B5998; }
						.social-twitter:hover { background-color: #00ACEE !important; }
						.social-twitter { background-color: #00ACEE; }
						.social-linkedin:hover { background-color: #0E76A8 !important; }
						.social-linkedin { background-color: #0E76A8; }
.box-icon .box-icon-title>h2 {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
}
.box-icon .box-icon-title>img+h2,
.box-icon .box-icon-title>img+h3,
.box-icon .box-icon-title>img+h4,
.box-icon .box-icon-title>img+h5 {
	font-size:16px;
	line-height:16px;
	margin-top:20px;
}
.nomargin {
    margin: 0 !important;
}
h4 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 0 0 14px 0;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db web_search */
/**
* 網站搜尋
**/
.web_search {border:1px solid transparent;}
.web_search .searchkey{float:left;position:relative;}
.web_search .searchkey input{border: medium none;line-height:30px;height:30px;padding:0px 5px;width: 149px;margin:0 5px}
.web_search .btn{display: inline-block;padding:0px 10px;line-height: 30px;font-size:13px;float:left;text-align: center;cursor:pointer;}

.web_search {background-color:#1a1a1a;}
.web_search {border-color:#1a1a1a;}
.web_search input{color:#909090;}
.web_search input{background:#1a1a1a;}
.web_search .btn{background:transparent;}
.web_search .btn{color:#7b7b7b;}
.web_search .btn:hover{color:#ffffff;}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load file model/lib/RWDnews005/css/model.css */
.RWDnews005 header.section-header{margin-bottom:80px}.RWDnews005 .margin-bottom-60{margin-bottom:60px}.RWDnews005 .weight-300{font-weight:300 !important}.RWDnews005 .section-subject{text-align:center;margin-bottom:50px}.RWDnews005 .main-title{margin:0px;color:#414141;font-size:48px;font-weight:300}.RWDnews005 .sub-title{margin:18px 0 0;color:#8ab933;font-size:22px;font-weight:300}.RWDnews005 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDnews005 .size-13{font-size:13px !important;line-height:17px !important}.RWDnews005 .margin-bottom-40{margin-bottom:40px !important}.RWDnews005 .margin-top-80{margin-top:80px !important}.RWDnews005 a{text-decoration:none}.RWDnews005 .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.RWDnews005 .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.RWDnews005 .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px)}.RWDnews005 .owl-carousel .owl-wrapper-outer{position:relative;width:100%;z-index:0}.RWDnews005 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.RWDnews005 .owl-carousel .owl-item{float:left}.RWDnews005 .owl-controls .owl-page,.RWDnews005 .owl-controls .owl-buttons div{cursor:pointer}.RWDnews005 .owl-controls{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.RWDnews005 .owl-carousel.featured .owl-controls .owl-prev{margin-right:3px}.RWDnews005 .owl-carousel .owl-wrapper,.RWDnews005 .owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.RWDnews005 .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.RWDnews005 .owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.RWDnews005 .owl-fade-in{-webkit-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.RWDnews005 .owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.RWDnews005 .owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.RWDnews005 .owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.RWDnews005 .owl-goDown-in{-webkit-animation:goDown .6s ease both;animation:goDown .6s ease both}.RWDnews005 .owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.RWDnews005 .owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}.RWDnews005 .owl-carousel{overflow:hidden;margin-bottom:20px;position:relative}.RWDnews005 .owl-carousel.owl-padding-10{margin-left:-10px;margin-right:-10px;width:auto}.RWDnews005 .owl-carousel.owl-padding-10 .owl-item{padding:0 10px}.RWDnews005 .owl-carousel img{display:inline-block}.RWDnews005 .owl-carousel.buttons-autohide .owl-buttons{filter:Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .owl-carousel.buttons-autohide:hover .owl-buttons{filter:Alpha(Opacity=100);opacity:1}.RWDnews005 .owl-theme .owl-controls .owl-buttons div{color:#121212;background:#fff;border:#fff 1px solid;opacity:1;filter:Alpha(Opacity=100);border-radius:3px}.RWDnews005 .controlls-over .owl-controls .owl-prev{position:absolute;top:50%;margin-top:-28px;right:auto;left:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-controls .owl-next{position:absolute;top:50%;margin-top:-28px;left:auto;right:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-pagination{text-align:center;width:60%;margin:auto;bottom:-20px;left:0;right:0;z-index:1}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page{margin-bottom:0px;position:relative;display:inline-block}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:first-child{-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;border-top-left-radius:10px;border-bottom-left-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:last-child{-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border-top-right-radius:10px;border-bottom-right-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page span{background:gray}.RWDnews005 .bottom-pagination .owl-controls .owl-page{margin-bottom:-40px !important}.RWDnews005 .owl-carousel .owl-item div{position:relative;text-align:center}.RWDnews005 .owl-carousel .owl-caption{padding:10px;position:absolute !important;left:0;top:0;right:0;margin-top:0;max-width:100%;background:rgba(0,0,0,.3);display:block;color:#fff}.RWDnews005 .owl-carousel .owl-caption p{color:#fff;font-size:13px;line-height:20px;padding:0;margin:0}.RWDnews005 .owl-carousel .owl-caption h1,.RWDnews005 .owl-carousel .owl-caption h1 a,.RWDnews005 .owl-carousel .owl-caption h2,.RWDnews005 .owl-carousel .owl-caption h2 a,.RWDnews005 .owl-carousel .owl-caption h3,.RWDnews005 .owl-carousel .owl-caption h3 a{color:#fff;font-size:21px;line-height:21px;font-weight:bold;margin-bottom:10px}.RWDnews005 .owl-carousel .owl-caption a{color:#fff;font-weight:bold}.RWDnews005 .owl-carousel.controls-hover-only .owl-controls{filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .slider:hover .owl-carousel.controls-hover-only .owl-controls,.RWDnews005 .owl-carousel.controls-hover-only:hover .owl-controls{filter:alpha(opacity=100);opacity:1}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;border-radius:99em;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;border-radius:30px}@media only screen and (max-width: 600px){.owl-pagination{display:none}}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-image:none !important;border:0;color:#ccc;font-size:34px;line-height:55px;height:auto !important;width:56px !important;text-align:center;background-color:rgba(0,0,0,.2);border-radius:3px;-webkit-transition:all .4s;transition:all .4s}.RWDnews005 h4,.news005_h4{font-size:18px;letter-spacing:normal;margin:0 0 14px 0}.RWDnews005 h4 a,.news005_h4 a{color:#121212}.RWDnews005 h4:hover,.news005_h4:hover{color:#888}.RWDnews005 .margin-top-20{margin-top:20px !important}.RWDnews005 ul>li>i{margin-right:10px}@media only screen and (max-width: 600px){.RWDnews005 .owl-theme .owl-controls .owl-buttons div{background:rgba(0,0,0,0);border:#fff 0px solid}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-color:rgba(0,0,0,0)}}
/*END*/