@charset "utf-8";
/* CSS Document */
/* Body */
body { color: #333; padding: 0px !important; margin: 0px !important; text-align: left; font-size: 13px; clear: both; float: left; width: 100%; left: 0px; top: 0px; right: 0px; bottom: 0px; background-color: #eeeeee; font-family: "微軟正黑體"; }
/* Anchors */
a { outline: none !important; -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; outline: 0;cursor:pointer; }
a img { border: 0px; text-decoration: none; }
a:link, a:visited { color: #000; text-decoration: none; }
a:hover, a:active { color: #000; text-decoration: none; }
img { border: 0; margin:0; padding: 0; line-height: 0px; }
html { font-size: 12px; line-height: normal; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
font, input { }


._left{ float: left; }
._right{ float: right; }

/*HTML5 定義*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0px; padding: 0px; display: block; }
figure { margin:0; padding: 0; line-height: 0px; }

/*特效定義*/
._textshadow{text-shadow: 0px 0px 5px rgba(0,0,0,0.8);}
._textshadow_1{text-shadow: 0px 0px 3px rgba(0,0,0,0.6);}

/*圖片特效定義*/
._box_shadow_1{box-shadow: 0px 0px 3px rgba(0,0,0,0.6);}

/*圖片特效*/
.thumb { overflow: hidden; display: block; position: relative;}
.thumb img { width: 100%; height: auto; transition:0.5s;  -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -webkit-transition: 0.5s all ease; }
.thumb:hover img { transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); }

/*圓角特效*/
._border_8{-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
._border_5{-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

/*頁面上方header*/
.page_home .top_header_page{position: absolute;}
.top_header_page { transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out 0s; width: 100%; z-index: 1000; clear: both; float: left; border-bottom: 0; box-shadow: none; top: 0px;  margin-top: 0px;  }
.top_header_box { display: block; clear: both; position: relative; float: left; margin: 0px; padding: 0px; width: 100%; z-index: 1; }
.c-page-on-scroll .top_header_page { margin-top: -10px; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out 0s; padding-top: 0px; padding-bottom: 0px;  }
.page_home .top_header_page_bg{ background-image: url(../files/top_bg.png); background-repeat: no-repeat; background-position: center top; height: 5px; display: inline-block; clear: both; float: left; width: 100%; }

/*頁面上方公司LOGO和選單*/
.top_navigation_page{ clear: both; float: left; width: 100%; margin: 0px; background-color: #FFF; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }
.c-page-on-scroll .top_navigation_page{padding-top: 0px; padding-bottom: 0px;}
.top_navigation_box{ width: 80%; display: block; margin-right: 10%; margin-left: 10%; clear: both; float: left; }
.top_navigation_left_box{ float: left; width: 35%;  }
.top_navigation_right_box{ float: right; width: 65%;  }

/*公司LOGO名稱*/
.company_page{ width: 100%; background-color: #cd2561; clear: both; }
.company_box { position: relative; width: 100%; z-index: 100; text-align: center; }
.company_box .logopic { margin: 0px; position: relative; width: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; }
.company_box .logopic .logo_link{   }
.company_box .logopic .logo_link img{  position: relative; -moz-transition: 0.8s; -o-transition: 0.8s; -webkit-transition: 0.8s; transition: 0.8s; height: 85px; width: auto; margin-top: 5px; }
.c-page-on-scroll .logopic .logo_link img{height: 60px;}

.company_box .logopic .logo_title{ clear: both; display: block; }
.company_box .logopic strong{ font-size: 24px; color: #333; line-height: 26px; margin-top: 8px; clear: both; width: 100%; }
.company_box .logopic strong span{ font-size: 18px; color: #666; clear: both; display: block; font-weight: normal; }

/*頁面上方選單區*/
.top_icon_page { clear: both; width: 100%; float: left; display: block; background-color: #eeeeee; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dddddd; }
.top_icon_box { display: block; clear: both; position: relative; right: 0px; float: left; width: 80%; margin-top: 0px; margin-right: 10%; margin-bottom: 0px; margin-left: 10%; padding: 0px; height: 30px; }
.top_icon_left_box { float: left;  }
.top_icon_left_box span{ white-space: nowrap; font-size: 13px; line-height: 30px; color: #666666; }

/*頁面上方文字選單*/ 
#topmenuicon { float: right; margin: 0px; padding: 0px; }
#topmenuicon ul { padding: 0px; border:none; list-style:none; white-space: nowrap; margin: 0px; }
#topmenuicon ul a { display: block; white-space: nowrap; font-size: 14px; line-height: 30px; }
#topmenuicon li { float: left; white-space: nowrap; display: block; margin: 0px; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 2px; }
#topmenuicon li a, 
#topmenuicon li a:link, 
#topmenuicon li a:visited { padding-right: 8px; padding-left: 8px; margin: 0px; display: block; color: #999999;   }
#topmenuicon li a:hover { color: #333; }
#topmenuicon li img{ margin-right: 8px; }
#topmenuicon li i.fa{ font-size: 18px; line-height: 30px; }

/*手機選單*/
nav.mm-menu { display: none; z-index: 10000;}
#mobile_menu{z-index: 10000;}
.header{ text-align: center; display: none;}
.header{ background: #777; font-size: 16px; font-weight: bold; color: #FFF; line-height: 40px; -moz-box-sizing: border-box; box-sizing: border-box; height: 40px; float: left; position: absolute; left: 0px; top: 0px; padding: 0; margin: 0px; z-index: 10000; }
.header.fixed { position: fixed; top: 0; left: 0; }
.footer.fixed { position: fixed; bottom: 0; left: 0; }
.header a { background-image: url(../images/phone_menu.png); display: block; width: 30px; height: 30px; position: absolute; top: 8px; left: 0px; z-index: 400; background-color: #eb6877; background-repeat: no-repeat; background-position: center center; float: left; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 8px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.page{ width: 100%; height: 100%; position: relative; }

.c-page-on-scroll .header a{ }


/*首頁內容分佈區*/
.home_content_page{ width: 100%; clear: both; position: relative; display: block; float: left; }
.home_content_box{ position: relative; clear: both; width: 100%; display: block; float: left; }
.home_left_box{ width: 48%; display: block; float: left; margin-right: 2%; }
.home_right_box{ width: 48%; display: block; float: right; margin-left: 2%; }
.home_one_box{ width: 100%; position: relative; margin: 0px; float: left; padding: 0px; }

.home_4_1_box{ width: 23%; display: block; float: left; margin-right: 2.66%; }
.home_4_2_box{ width: 23%; display: block; float: left; margin-right: 1.33%; margin-left: 0%; }
.home_4_3_box{ width: 23%; display: block; float: left; margin-right: 0%; margin-left: 1.33%; }
.home_4_4_box{ width: 23%; display: block; float: left; margin-left: 2.66%; }

/*內頁兩欄分佈區*/
#sub_content_page{ width: 100%; clear: both; position: relative; display: block; float: left; padding-top: 0px; padding-bottom: 50px; margin: 0px; padding-right: 0px; padding-left: 0px; }
#sub_content_box{ position: relative; clear: both; width: 80%; display: block; margin-top: 0px; margin-right: 10%; margin-bottom: 0px; margin-left: 10%; padding: 0px; }
.sub_left_box{ width: 76%;  float: left; padding: 0px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; }
.sub_right_box{ width: 300px; float: right; padding: 0px; margin: 0px; }

/*內頁大標題*/
.sub_page_category_box{ clear: both; font-weight: bold; color: rgba(226, 100, 114, 1); font-size: 24px; border-left-width: 10px; border-left-style: solid; border-left-color: rgba(226, 100, 114, 1); padding-left: 10px; }
.sub_page_category_box span{ color: #666; font-size: 15px; font-weight: normal; margin-left: 10px; padding-left: 10px; border-left-width: 1px; border-left-style: solid; border-left-color: #999; }

.sub_page_category_box1{ clear: both; font-weight: bold; color: rgba(226, 100, 114, 1); font-size: 20px; border-left-width: 10px; border-left-style: solid; border-left-color: rgba(226, 100, 114, 1); padding-left: 10px; }
.sub_page_category_box1 span{ color: #666; font-size: 13px; font-weight: normal; margin-left: 10px; padding-left: 10px; border-left-width: 1px; border-left-style: solid; border-left-color: #999; }

.category_title{ color: #5A810A; padding-top: 15px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: normal;  font-size: 24px; font-weight: bold; margin: 0px; clear: both; width: 100%; }
.category_subtitle{ color: #333; font-size: 15px; line-height: 1.68em; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #CCC; border-bottom-color: #CCC; padding-top: 5px; padding-bottom: 5px; margin-top: 5px; margin-bottom: 20px; }

/*內頁小標題*/
.sub_page_title{ border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #666;  padding-top: 8px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; background-image: url(../images/sub_title.png); background-repeat: no-repeat; background-position: left 11px; clear: both; display: block; margin: 0px; width: 100%; float: left; position: relative; }
.sub_page_title:before { content:"\f14a"; padding-right: 6px; font-family: "FontAwesome"; font-size: 14px; line-height: 23px; font-weight: 400; color: #666; }
.sub_page_title span{ padding-left: 5px; }

/*內頁_內文說明*/
.sub_page_txt{ border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #666;  padding-top: 8px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; background-image: url(../images/sub_title.png); background-repeat: no-repeat; background-position: left 11px; clear: both; display: block; margin: 0px; width: 100%; float: left; position: relative; }
.sub_page_txt:before { content:"\f007"; padding-right: 6px; font-family: "FontAwesome"; font-size: 14px; line-height: 23px; font-weight: 400; color: #666; }
.sub_page_txt span{ padding-left: 5px; }

/*內頁一欄分佈區*/
#sub1_content_box{ width: 1000px; float: left; clear: both;}
#sub_one_box{ clear: both; width: 100%; }

/*背景圖設定*/
.advertising_main_box img.advertising_photo_bg{ z-index: 12; bottom: 0px; position: absolute; }

/*網頁按鈕*/
/*.btn{ display: inline-block; font-weight: 700; text-transform: uppercase; position: relative; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.btn:active { background: #3a3535; }
.btn { font-size: 15px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); letter-spacing: -0.4px; background-color: #FFF; padding-top: 9px; padding-right: 15px; padding-bottom: 9px; padding-left: 15px; margin: 0px;  }
.btn:hover { background: #2f2a29; border-color: #2f2a29; color: #FFF; }
.btn__lg { border: 2px solid rgba(255, 255, 255, 0.2); font-size: 15px; padding-top: 10px; padding-right: 18px; padding-bottom: 11px; padding-left: 18px; }
*/
a.small_btn{ display: inline-block; font-weight: 700; text-transform: uppercase; position: relative; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
a.small_btn:active { background: #3a3535; }
a.small_btn { font-size: 15px; color: #fff; border: 1px solid #00789F; letter-spacing: -0.4px; background-color: #09C; padding-top: 5px; padding-right: 15px; padding-bottom: 7px; padding-left: 15px; }
a.small_btn:hover { background: #2f2a29; border-color: #2f2a29; color: #FFF; }


/*網頁路徑*/
#path_link{ width: 100%; float: left; display: block; line-height: normal; padding: 0px; clear: both; margin-top: 5px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
#path_link h2{ margin: 0px; font-size: 15px; color: #666; float: left; font-weight: normal; line-height: 1.76em; padding: 0px; }
#path_link h2 i{ color: rgba(226, 100, 114, 1); }
#path_link h2 a{ padding-right: 8px; padding-left: 8px; }
#path_link h2 sapn{ padding-right: 10px; padding-left: 10px; margin-right: 10px; margin-left: 10px; }
#path_link h2 strong{ color: #999; padding-right: 8px; padding-left: 8px; }
#path_link .sub_search_box{ margin: 0px; float: right; padding-top: 5px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; }

#path_link h2 a, #path_link h2 a:link, #path_link h2 a:visited{  }
#path_link h2 a:hover { }

/*頁數區塊*/
.page_icon_list { text-align:center; font-size:11px; line-height:0; clear: both; margin: 0px; padding-top: 30px; padding-right: 0px; padding-bottom: 30px; padding-left: 0px; display: block; width: 100%; float: left; }
.page_icon_list .ux { text-decoration: none; list-style-type: none; padding: 0; text-align: center; margin: 0; }
.page_icon_list li { border:1px solid #ccc; padding: 8px; margin-top: 0px; margin-right: 5px; margin-bottom: 0px; margin-left: 5px; font-size: 12px; line-height: 1.6em; display: inline; }
.page_icon_list li { display: inline; margin-bottom: 10px; }
.page_icon_list li.active{ background-color: rgba(226, 100, 114, 1);}
.page_icon_list li:hover{ background-color: rgba(226, 100, 114, 1);}
.page_icon_list li:hover a{ color:#FFF;}
.page_icon_list span { color:#FFF;   }

.previous { padding: 8px; clear: both; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #CCC; border-bottom-color: #CCC; font-size: 15px; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; float: left; width: 100%; }
.previous a{ margin: 0px; padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px;  }
.previous a:hover { color: #004986;}

.clearbox_photo_box{ float: left; margin-right: 5px; margin-left: 5px; }
.clearbox_photo_box .zoom{ margin: 0px; clear: both; float: left; padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px; }
.clearbox_photo_box .zoom a{ margin: 0px; padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; display: block; }
.clearbox_photo_box figure{ padding: 0px; margin: 0px; clear: both; float: left; }
.clearbox_photo_box figure img{ padding: 5px; border: 1px solid #DDD; margin-top: 0px; margin-right: 15px; margin-bottom: 0px; margin-left: 0px; background-color: #FFF; }


/*與我們連絡*/
.contact_page_box{ padding: 0px; float: left; margin: 0px; width: 100%; position: relative; }
.contact_page_box .group_box{ margin-top: 5px; margin-bottom: 5px; padding: 0px; width: 100%; clear: both; float: left; margin-right: 0px; margin-left: 0px; }
.contact_page_box .content_box{ padding-top: 10px; padding-bottom: 10px; clear: both; margin: 0px; float: left; width: 100%; }

.contact_page_box .form_icon_page { margin: 0px; padding: 0px; }
.contact_page_box .form_icon_page a{ }
.contact_page_box .form_icon_page a i{  font-size: 18px;margin-right: 5px; }
.contact_page_box .form_icon_page span{ margin-right: 5px; margin-left: 5px; }

/* ____________表單按鈕____________ */
.submit { font-family:sans-serif !important; cursor: pointer; color:#363636; font-size:12px; margin: 5px; padding-right: 4px; padding-left: 4px; }
.smt1 { background-image: url(../images/submit_bt2_bg.png); background-repeat: no-repeat; height: 38px; width: 138px; color: #FFF; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: transparent; }
.smt2 { background-image: url(../images/submit_bt2_bg.png); background-repeat: no-repeat; height: 38px; width: 138px; color: #FFF; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: transparent; }
.smt3 { background-image: url(../images/submit_bt3_bg.png); background-repeat: no-repeat; height: 30px; width: 112px; color: #FFF; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-color: transparent; }

.submit_box{ padding: 20px; text-align: center; clear: both; }
.submit_box .submit_bt{ font-family:sans-serif !important; background-image: url(../images/submit_bt2_bg.png); background-repeat: no-repeat; height: 38px; width: 138px; color: #FFF; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;background-color: transparent; }

.push_button_page{ clear: both; text-align: center; float: left; width: 100%; }
.push_button_box{ text-align: center; margin-top: 10px; margin-bottom: 10px; }

.push_button{ cursor: pointer; background-color: #E0E0E0; display: block; float: left; padding-right: 10px; padding-left: 10px; border: 1px solid #CCC; margin-right: 10px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px; padding-top: 5px; padding-bottom: 5px; }
.push_button i{ padding-right: 5px; }
.push_button:hover{ color: #FFF; background-color: #004986; border: 1px solid #476609; }

.push_button_xl{cursor: pointer; background-color: #E0E0E0; border: 1px solid #CCC; margin-right: 10px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; }
.push_button_xl i{ padding-right: 5px; }
.push_button_xl:hover{ color: #FFF; background-color: #004986; border: 1px solid #476609; }

.push_back_xl{ background-color: #E0E0E0; cursor: pointer; border: 1px solid #CCC; margin-right: 10px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px;}
.push_back_xl i{ padding-right: 5px; }
.push_back_xl:hover{ color: #FFF; background-color: #004986; border: 1px solid #476609; }

.push_del_button{ cursor: pointer; background-color: #E0E0E0; display: block; float: left; padding-right: 10px; padding-left: 10px; border: 1px solid #CCC; padding-top: 5px; padding-bottom: 5px; margin: 0px; }
.push_del_button i{ padding-right: 5px; }
.push_del_button:hover{ color: #FFF; background-color: #004986; border: 1px solid #476609; }


/*無資料內容*/
.no_data{ clear: both; width: 98%; display: block; background-color: #fff0eb; border: 1px solid #ffd7cd; background-image: url(../images/warning_24.png); background-repeat: no-repeat; background-position: 5px 50%; padding: 0px; margin-top: 5px; margin-right: 1%; margin-bottom: 5px; margin-left: 1%; float: left; }
.no_data p{ margin: 0px; padding-top: 8px; padding-right: 0px; padding-bottom: 8px; padding-left: 30px; }

/*更多內容*/
.all_more_page{ display:block; padding-top:5px; padding-bottom:5px; margin: 0px; padding-right: 0px; padding-left: 0px; position: absolute; top: 0px; right: 0px; z-index: 1; }
.all_more_box{ clear:both; margin-right: auto; margin-left: auto; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; text-align: center; }
.all_more_box a{}

/*更多內容*/
.title_more_page{ display:block; margin: 0px; position: absolute; right: 0px; padding: 0px; bottom: 10px;z-index: 1; }
.title_more_box{ clear:both; margin-right: auto; margin-left: auto; text-align: center; padding: 0px; }
.title_more_box a{ text-transform: uppercase; -moz-transition: 0.6s; -o-transition: 0.6s; -webkit-transition: 0.6s; transition: 0.6s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color:#FFF; display: block; background-color: #666; margin-right: auto; margin-left: auto; clear: both; text-align: center; white-space: nowrap; margin-top: 0px; margin-bottom: 0px; border: 0px solid #CCC; overflow: hidden; padding-top: 0px; padding-right: 8px; padding-bottom: 0px; padding-left: 8px; font-size: 11px; font-weight: normal; line-height: 25px; height: 25px; }

/*文章更多內容*/
.txt_more_box{ -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; clear: both; float: left; padding: 0px; background-image: url(../images/black_alpha_4.png); background-color: #999; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
.txt_more_box a{ color: #FFF; display: block; padding-top: 4px; padding-right: 30px; padding-bottom: 4px; padding-left: 10px; position: relative; margin: 0px; line-height: normal; font-size: 12px; text-align: left; } 
.txt_more_box a:before { -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; position: absolute; content:"\f105"; font-family: FontAwesome; color: #999; text-align: right; right: 3px; background-color: #FFF; margin: 0px; padding-top: 1px; padding-right: 5px; padding-bottom: 1px; padding-left: 5px; top: 3px; }

/*首頁產品 Owl Carousel*/
.owl-theme .owl-controls{ margin-top:10px; text-align:center; -webkit-tap-highlight-color:transparent;  }
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default;}

.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;display: none;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.owl-theme .owl-controls .owl-nav div {position: absolute;}
.owl-theme .owl-controls .owl-nav i{ display: none; }

/*預設輪播左右按鈕*/
.owl-theme .owl-controls .owl-nav .owl-prev{ opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=8); right:30px; top: -35px; height: 25px; width: 25px; margin: 0px; padding: 0px; background-color: #666; background-image: url(../images/owl-prev_s.png); background-position: center center; background-repeat: no-repeat; }
.owl-theme .owl-controls .owl-nav .owl-prev:hover{ opacity: 1; -moz-opacity: 1; filter:alpha(opacity=10); background-image: url(../images/owl-prev_s.png); background-repeat: no-repeat; }
.owl-theme .owl-controls .owl-nav .owl-next{ opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=8); right:0px; top: -35px; height: 25px; width: 25px; margin: 0px; padding: 0px; background-image: url(../images/owl-next_s.png); background-color: #666; background-position: center center; background-repeat: no-repeat; }
.owl-theme .owl-controls .owl-nav .owl-next:hover{ opacity: 1; -moz-opacity: 1; filter:alpha(opacity=10); background-image: url(../images/owl-next_s.png); }

/*====================== toTop =========================*/
.toTop { font-family: FontAwesome; border-radius: 50%; width: 35px; height: 35px; text-align: center; right: 25px; bottom: 25px; color: rgb(255, 255, 255); line-height: 35px; overflow: hidden; font-size: 30px; text-decoration: none; display: none; position: fixed; z-index: 20; -moz-border-radius: 50%; -webkit-border-radius: 50%; background-color: #CCC; }
.toTop::before { content: "\f106"; transition:0.3s; display: inline-block; -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease; -o-transition: 0.3s all ease; }
.toTop::after {content: "\f106"; transition:0.3s; left: 0px; top: 0px; width: 100%; height: 100%;  display: inline-block; position: absolute;  transform: translate(0px, 36px); -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease; -o-transition: 0.3s all ease; }
.toTop:hover { color: rgb(255, 255, 255); text-decoration: none; background-color: #c21453; }
.toTop:hover::before { transform: translate(0px, -36px); }
.toTop:hover::after { transform: translate(0px, 0px); }
.toTop:visited { color: rgb(255, 255, 255); }
.toTop:focus { color: rgb(255, 255, 255); }
.toTop:active { color: rgb(255, 255, 255); }


/* CSS Document */
.c-bs-grid-reset-space .row,
.c-bs-grid-reset-space div[class^="col-"],
.c-bs-grid-reset-space div[class*=" col-"] { margin: 0; padding: 0; }
.c-bs-grid-small-space .row { margin-left: -5px; margin-right: -5px; }
.c-bs-grid-small-space .row div[class^="col-"],
.c-bs-grid-small-space .row div[class*=" col-"] { padding-left: 5px; padding-right: 5px; }
.c-bg-img-center { background-repeat: no-repeat; background-position: center; background-size: cover; }

/*圖片遮罩*/
.c-content-overlay { overflow: hidden; position: relative; }
.c-content-overlay .c-overlay-object { position: relative; z-index: 1; }
.c-content-overlay .c-overlay-wrapper { opacity: 0; filter: alphaopacity=0; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; z-index: 3; transition: all 0.2s; background: rgba(0, 0, 0, 0.4); }
.c-content-overlay .c-overlay-wrapper:after { content: ""; display: table; clear: both; }
.c-content-overlay .c-overlay-wrapper:before { display: inline-block; content: ''; vertical-align: middle; height: 100%; }
.c-content-overlay .c-overlay-wrapper .c-overlay-content { text-align: center; display: inline-block; vertical-align: middle; padding: 0; height: auto; width: 95%; }
.c-content-overlay .c-overlay-wrapper .c-overlay-content i { display: inline-block; width: 44px; height: 44px; border-radius: 40px; text-align: center; padding: 14px 6px 8px 6px; color: #fff; font-size: 16px; background: #000000; opacity: 0.7; filter: alphaopacity=70; margin: 0 5px; }
.c-content-overlay .c-overlay-wrapper .c-overlay-content i:hover { opacity: 1; filter: alphaopacity=100; }
.c-content-overlay .c-overlay-wrapper.c-overlay-padding { left: 10px; width: calc(100% - 20px); height: calc(100% - 20px); }
.c-content-overlay:hover { cursor: pointer; }
.c-content-overlay:hover .c-overlay-wrapper { top: 0; opacity: 1; filter: alphaopacity=100; }
.c-content-overlay:hover .c-overlay-wrapper.c-overlay-padding { top: 10px; }

@media (max-width: 991px) {
/* 991px */
.c-mega-menu-onepage-dots { right: 20px; }
}

.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link:hover > a,
.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link.c-active > a,
.c-mega-menu-onepage-dots.c-theme .c-onepage-dots-nav > li.c-onepage-link.active > a { background: rgba(99, 140, 11, 0.9); }
 
/* 大圖數字*/
.tparrows.c-tparrows-hide { display: none; }
.tp-bullets.simplebullets.round > .bullet { -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; width: 12px; height: 12px; background-color: #333; background-image: none; }
.tp-bullets.simplebullets.round > .bullet.selected,  .tp-bullets.simplebullets.round > .bullet:hover {background: rgba(99, 140, 11, 0.9);}

#home{ width: 100%; height: 100%; position: relative; clear: both; float: left; z-index: 10;}
#home{background: url(../css/bg_2.jpg) cnter 50% no-repeat;background-size: cover;height: auto;}
#home:before { /*background: url("../images/video_bg.png") center 50%;*/ width: 100%; height: 100%; display: block; position: absolute; z-index: 1; content: ""; }

.home_one_page{ width: 100%; height: 100%; position: relative; clear: both; float: left; z-index: 10;}
.home_one_page{background-size: cover;  background-attachment: fixed; background-repeat: no-repeat; height: auto;}
.home_one_page:before{ /*background: url("../images/video_bg.png") center 50%;*/ width: 100%; height: 100%; display: block; position: absolute;  content: ""; overflow: hidden; }

#map{ width: 100%; height: 100%; position: relative;}
#map{ background-size: cover; background-attachment: fixed; background-image: url(../files/home_banner_bg_1.jpg1); background-repeat: no-repeat;  }
.map_page iframe{ height: 500px; width: 100%; margin: 0px; padding: 0px; clear: both; float: left; }
.map_page{ height: 500px; width: 100%; margin: 0px; padding: 0px; clear: both; float: left; }
.map_box{ height: 500px; width: 100%; margin: 0px; padding: 0px; clear: both; float: left; }

#footer{ width: 100%; height: 100%; position: relative; color: #FFF; }
#footer{background: url(../css/bg_2.jpg) cnter 50% no-repeat;background-size: cover;height: auto;clear: both; float: left;}
#footer:before { /*background: url("../images/video_bg.png") center 50%;*/ width: 100%; height: 100%; display: block; position: absolute; z-index: 1; content: ""; }

/*全畫面背景*/
#page_full_screen {width: 100%; height: 100%; position: relative; clear: both; float: left;}
#page_full_screen { background-position: 50% 90.4216968477532%; background: url("../files/about_bg_01.jpg") fixed; background-size: cover;clear: both; -webkit-background-size: cover;float: left; /*height: auto;*/  }
#page_full_screen::before { /*background: url("../files/about_bg_011.jpg") center 50%;*/ width: 100%; height: 100%; display: block; position: absolute; z-index: 1; content: ""; }

/*視覺差背景*/
.parallax { width: 100%; height: 100%; position: relative; clear: both; float: left; }
.parallax-2{  background-attachment: fixed; background-position: 50% 90.4216968477532%;width: 100%; height: 100%; clear: both; float: left; }

/*視覺差背景====================== Parallax =========================*/
.parallax>div.link { cursor:pointer; }
.parallax>div { position:relative; background-position:top; background-repeat:no-repeat; background-size:cover; -webkit-background-size:cover; }
.parallax p { position:relative; display:block; }
::i-block-chrome, .parallax > div { background-attachment: scroll !important;}
.parallax { position: relative; }
.parallax > div {text-align: center;  }
.parallax-1{  background-attachment: fixed; background-position: 50% 90.4216968477532%; width: 100%; height: 100%; clear: both; float: left; }

/*頁面標題*/
.page_title_box{ float: left; display: block; padding-top: 8px; line-height: normal; clear: both; width: 80%; text-align: left; padding-bottom: 8px; position: relative; margin-top: 60px; margin-bottom: 40px; z-index: 10; margin-right: 10%; margin-left: 10%; }
.page_title_box strong{ text-transform: uppercase; font-size: 22px; color: #59493f; line-height: 1.58em; font-weight: bold; border-left-width: 10px; border-left-style: solid; border-left-color: rgba(226, 100, 114, 1); padding-left: 8px; }
.page_title_box span{ font-size: 15px; color: #666; line-height: 1.58em; font-weight: 400; text-transform: none; border-left-width: 1px; border-left-style: solid; border-left-color: #999; margin-left: 8px; padding-left: 8px; }
.page_title_box p{  font-size: 15px; color: #333; line-height: 1.58em; display: block; clear: both; font-weight: 400; text-transform: none; }

.page_title_box a.more_box{ font-size: 13px; text-align: right; float: right; right: 10px; bottom: 15px; position: absolute; }
.page_title_box a.more_box i{ font-size: 13px; text-align: right; float: right; color: #FFF; background-color: rgba(226, 100, 114, 1); padding-right: 5px; padding-left: 20px; padding-top: 2px; padding-bottom: 2px; margin-top: 2px; margin-left: 5px; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}

.page_sub_title_box{ float: left; display: block; padding-top: 8px; line-height: normal; clear: both; width: 60%; text-align: center; padding-bottom: 8px; position: relative; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #CCC; border-bottom-color: #CCC; margin-right: 20%; margin-left: 20%; margin-top: 60px; margin-bottom: 40px; z-index: 10; }
.page_sub_title_box strong{ text-shadow: 0px 0px 3px rgba(0,73,134,0.8); font-family: 'Open Sans', sans-serif; text-transform: uppercase; font-size: 30px; color: #004986; display: inline-block; clear: both; line-height: 1.58em; font-weight: bold; }
.page_sub_title_box span{ text-shadow: 0px 0px 0px rgba(90,129,10,0.0);font-family: 'Open Sans', sans-serif; font-size: 15px; color: #333; line-height: 1.58em; display: block; clear: both; font-weight: 400; text-transform: none; }

/*頁腳*/
.footer_page{ position: relative; display: block; clear: both; width: 100%; float: left; background-color: #333333; ; margin: 0px; padding-top: 30px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; z-index: 1; background-image: url(../files/footer_bg.png); background-repeat: no-repeat; background-position: center top; }
.footer_box{ display: block; clear: both; float: left; width: 80%; margin-right: 10%; margin-left: 10%; padding-bottom: 40px; }
.footer_icon_page{ width: 100%; float: left; text-align: right; margin-left: 2%;  }
.footer_icon_page i{ font-size: 36px; color: #999; }
.footer_nav_page{ clear: both; float: left; width: 100%; padding-top: 15px; padding-bottom: 15px; }
.footer_nav_box{}
ul.footer_nav{ list-style-image: none; list-style-type: none; margin: 0px; padding: 0px; clear: both; }
ul.footer_nav li{ padding: 5px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #898989; }
ul.footer_nav li a{ color: #FFF; font-size: 12px; }
ul.footer_nav li a strong{ color: #FFF; font-size: 16px; margin-right: 8px; font-weight: normal; }
ul.footer_nav li a i{  padding-right: 10px;font-size: 16px; }

.footer_nav_box .address_page{ width: 100%; float: left; font-size: 15px; }
.footer_nav_box .address { border:none; list-style:none; font-style: normal; display: block; clear: both; padding: 0px; width: 100%; margin: 0px; float: left; }
.footer_nav_box .address li { color: #FFF; line-height: 32px; width: 100%; padding: 0px; clear: both; display: block; float: left; font-weight: normal; margin-top: 2px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; }
.footer_nav_box .address li a, 
.footer_nav_box .address li a:link, 
.footer_nav_box .address li a:visited { color: #FFF; font-weight: normal; margin: 0px; padding: 0px; }
.footer_nav_box .address li a:hover { color: #FFF; }
.footer_nav_box .address li strong { color: #666; white-space: nowrap; display: block; float: left; font-weight: normal; background-repeat: no-repeat; }
.footer_nav_box .address li strong.address_title{ background-image: url(../images/location-icon.png); text-indent: -9000px; height: 32px; width: 32px; float: left; }
.footer_nav_box .address li strong.address_tel_title { background-image: url(../images/phone-icon.png); text-indent: -9000px; height: 32px; width: 32px; float: left;}
.footer_nav_box .address li strong.address_fax_title { background-image: url(../images/print-icon.png); text-indent: -9000px; height: 32px; width: 32px; float: left;}
.footer_nav_box .address li strong.address_email_title { background-image: url(../images/email-icon.png); text-indent: -9000px; height: 32px; width: 32px; float: left; margin-right: 5px; }
.footer_nav_box .address li .address_txt_box { color: #FFF; padding-right: 5px; padding-left: 40px; line-height: 1.6em; padding-top: 5px; }
.footer_nav_box .address li .address_tel_box { color: #FFF; padding-right: 5px; padding-left: 40px; line-height: 1.6em; padding-top: 5px; }
.footer_nav_box .address li .address_fax_box { color: #FFF; padding-right: 5px; padding-left: 40px; line-height: 1.6em; padding-top: 5px; }
.footer_nav_box .address li a.address_email_box{ color: #FFF; padding-right: 5px; padding-left: 5px; line-height: 1.6em; padding-top: 5px; }
.footer_nav_box .address li .address_cmpanyname_title{ font-size: 18px; color: #FFF; }
.footer_copyright_page{ background-color: #333333; clear: both; float: left; width: 100%; }
.footer_copyright_box{ width: 80%; margin-right: 10%; margin-left: 10%; text-align: center; padding-top: 5px; padding-bottom: 5px; }

/*主選單*/
.c-theme{ margin: 0px; }
.c-theme.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: rgb(0, 0, 0);
}

.c-theme.navbar-default .navbar-nav > .active > a, 
.c-theme.navbar-default .navbar-nav > .active > a:hover, 
.c-theme.navbar-default .navbar-nav > .active > a:focus { color: #FFF; background-color: #c21452; }

.c-theme.navbar-default .navbar-nav > .active > a em, 
.c-theme.navbar-default .navbar-nav > .active > a:hover em, 
.c-theme.navbar-default .navbar-nav > .active > a:focus em{ color: #FFF;}

.main-menu{ margin-top: 0px; text-align: center;width: 100%; }
.main-menu ul{ text-align: center; clear: both; float: left; width: 100%; margin: 0px; padding: 0px; }
.main-menu .navbar-nav > li > a:hover { background: none; }
.main-menu li > a { color: rgb(68, 68, 68); }
.main-menu li { position: relative; margin-right: 5px; margin-left: 5px; display: inline-block!important; float: none!important; }
.main-menu li a { transition:0.3s; text-transform: uppercase; font-size: 16px; font-weight: 500; border-bottom-color: transparent; border-bottom-width: 2px; border-bottom-style: solid; -webkit-transition: .3s all; -o-transition: .3s all; letter-spacing: 1px; }
.main-menu li a:hover { color: #eb6877; }
.nav > li > a:focus {  background-color: #FFF; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #39F; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparen.t; }

.navbar-custom .nav li > a { color: rgb(0, 0, 0); position: relative; }
.navbar-right .dropdown-menu { left: 0px; right: auto; }
.navbar-custom .dropdown-menu { display: block; visibility: hidden; position: absolute; opacity: 0; }
.main-menu .navbar-nav li a em{ letter-spacing: 0px;font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999; clear: both; display: block; font-style: normal; line-height: normal; margin-top: 4px; text-transform: uppercase; }
.dropdown-menu > ul { background: rgba(226, 100, 114, 1); list-style: none; padding: 15px; box-shadow: 0px 2px 0.09px rgba(0,0,0,0.15); width: 220px; margin-top: -5px; margin-right: auto; margin-bottom: 0px; margin-left: auto; float: left; }
.nav .open > a { background-color: transparent; }
.nav .open > a:focus { background-color: transparent; }
.dropdown-menu > ul > li{ clear: none; width: 100%; float: left; }
.dropdown-menu > ul > li > a { padding: 8px 0px; color: rgba(240, 207, 211, 1); line-height: normal; font-size: 15px; font-weight: 400; text-decoration: none; border-bottom-color: rgba(0, 0, 0, 0.1); border-bottom-width: 1px; border-bottom-style: solid; display: block; }
.dropdown-menu > ul > li > a:hover { color: rgba(255, 255, 255, 1); }

@media all and (max-width:1366px) {
.main-menu .navbar-nav > li > a { padding-top: 8px; padding-bottom: 8px; }
}

@media all and (min-width:1000px) {

.navbar-nav .dropdown-menu { background: none; border: 0px currentColor; transition:visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); border-image: none; display: block; visibility: hidden; z-index: 1; opacity: 0; box-shadow: none; transform: scale(0.8); -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -moz-transform: scale(0.8); -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); }
.navbar-nav .megamenu.dropdown div.dropdown-menu { background: none; border: 0px currentColor; transition:visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); border-image: none; display: block; visibility: hidden; z-index: 1; opacity: 0; box-shadow: none; transform: scale(0.8); -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); -webkit-transform: scale(0.8); -o-transform: scale(0.8); -moz-transform: scale(0.8); -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99); }
.navbar-nav .dropdown:hover div.dropdown-menu { color: rgb(119, 119, 119); visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); }
.navbar-nav .megamenu.dropdown:hover div.dropdown-menu { color: rgb(119, 119, 119); visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); }
.navbar-nav .dropdown-backdrop { visibility: hidden; }}

.c-page-on-scroll .main-menu{ margin-top: 0px; }




/*頁尾最新消息區*/
.home_news_page{/* -webkit-background-size: cover; background-size: cover;background-attachment: fixed; background-image: url(../images/home_banner_bg_1.jpg); background-position: center center;*/ width: 100%; clear: both; float: left; margin: 0px; padding: 0px; }
.home_news_box{ width: 100%; clear: both; padding-top: 0px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; margin: 0px; float: left; }
.home_news_box ul{ margin: 0px; list-style:none; border:none; width: 100%; float: left; display: block; padding: 0px; clear: both; position: relative; }
.home_news_box ul a{ }
.home_news_box li{  /*border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC;width: 25%;*/ float: left; display: block; clear: both; width: 100%; margin-bottom: 8px; }
.home_news_box li a, 
.home_news_box li a:link, 
.home_news_box li a:visited{}
.home_news_box li a:hover {}
.home_news_box li:hover {  }

.home_news_one_box { padding-top: 0px; padding-bottom: 0px; width: 100%; clear: both; margin-right: auto; margin-left: auto;  }
.home_news_one_box .photo_box{ display: block; float: left; width: 15%; overflow: hidden; }
.home_news_one_box .photo_box img{ background-color: #FFF; height: auto; width: 100%; margin-top: 3px; }
.home_news_one_box .txt_box{ float: left; display: block; width: 83%; margin-top: 0px; margin-right: 0%; margin-bottom: 5px; margin-left: 2%; padding: 0px; }
.home_news_one_box .title{ padding-right: 3px; color: #FFF; font-size: 15px; line-height: 1.4em; margin: 0px; padding-top: 0px; padding-bottom: 3px; padding-left: 0px; font-weight: normal; }
.home_news_one_box .title a{ color: #FFF; }
.home_news_one_box .title a:hover { color: #F99; }
.home_news_one_box .txt{ padding-right: 3px; padding-left: 0px; color: #CCC; font-size: 13px; line-height: 1.3em; margin-top: 0px; margin-bottom: 5px; padding-top: 0px; padding-bottom: 0px; }
.home_news_one_box .date{ padding-right: 3px; padding-left: 0px; color: #999; font-size: 11px; line-height: 1.3em; }
.home_news_one_box .date:before{ content:"\f017"; font-family: FontAwesome; color: #999; margin-right: 5px; font-size: 11px; font-weight: normal; }

/*頁尾與我們聯絡*/
.home_contact_box_0{ width: 95%; clear: both; display: block; float: left; margin: 0px; padding: 0px; }
.home_contact_box_0 .content_box{ padding-top: 0px; padding-bottom: 0px; line-height: normal; width: 100%; display: block; clear: both; float: left; position: relative; z-index: 10; }
.home_contact_box_0 .title_box{ float: left; display: block; padding-top: 8px; line-height: normal; clear: both; width: 100%; text-align: left; padding-bottom: 8px; position: relative; }
.home_contact_box_0 .title_box strong{ text-transform: uppercase; font-size: 18px; color: #FFF; display: block; }
.home_contact_box_0 .title_box span{ font-size: 13px; color: #666; border-left-width: 1px; border-left-style: solid; border-left-color: #999; font-weight: 100; margin-right: 10px; margin-left: 10px; padding-right: 10px; padding-left: 10px; line-height: normal; display: inline; }
.home_contact_box_0 .contact_txt_box{ width: 100%; color: #333; text-align: left; clear: both; float: left; font-size: 15px; line-height: 1.68em; padding: 0px; margin: 0px; }
.home_contact_box_0 .contact_txt_box .form-control{ margin-bottom: 10px; }
.home_contact_box_0 .all_more_page{ position: relative; float: right; }
.home_contact_box_0 .all_more_page .btn { color: #000; font-size: 13px; }
.home_contact_box_0 .all_more_page .btn:hover { color: #FFF; }

.home_contact_box_0 p{ margin: 0px; padding: 0px; font-size: 15px; }

.home_contact_box_0.black .title_box strong{ color: #0a4ea1;  }
.home_contact_box_0.black .all_more_page .btn { color: #FFF; font-size: 13px; background-color: #0a4ea1; }
.home_contact_box_0.black .all_more_page .btn:hover { color: #FFF; }

.footer_page .title_box{ float: left; display: block; padding-top: 8px; line-height: normal; clear: both; width: 100%; text-align: left; padding-bottom: 8px; position: relative; }
.footer_page .title_box strong{ text-transform: uppercase; font-size: 18px; color: #FFF; display: block; }
.footer_page .title_box span{ font-size: 13px; color: rgba(255,255,255,0.66); border-left-width: 1px; border-left-style: solid; border-left-color: #FFF; font-weight: 100; margin-right: 10px; margin-left: 10px; padding-right: 10px; padding-left: 10px; line-height: normal; display: inline; }

ul.dropdown-menu_box{ padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; }
ul.dropdown-menu_box li{ list-style-image: none; list-style-type: none; }
ul.dropdown-menu_box li a{ color: #FFF; font-size: 13px; }

/*公司簡介內頁*/
#about_page_box{ width: 100%; padding-top: 0px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; clear: both; margin: 0px; float: left; }
#about_page_box .group_box{ width: 100%; float: left; margin-top: 5px; margin-bottom: 5px; padding-bottom: 10px; clear: both; }
#about_page_box .group_box .title{ border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #999; margin-top: 8px; margin-bottom: 0px; font-size: 24px; padding-top: 6px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; background-image: url(../images/profile_group_box_title.png); background-repeat: no-repeat; background-position: 0px 10px; color: #333; font-weight: bold; line-height: 1.68em; margin-right: 0px; margin-left: 0px; }
#about_page_box .group_box .main_title{}
#about_page_box .group_box .source{}
#about_page_box .content_box{ padding-top: 20px; padding-bottom: 10px; clear: both; padding-right: 0px; padding-left: 0px; margin: 0px; float: left; width: 100%; }
#about_page_box .content_box .txt_box{ color: #333; margin: 0px; text-align: left; vertical-align: top; padding: 0px; font-size: 15px; clear: both; float: left; width: 100%; line-height: 1.68em; }
#about_page_box .content_box p{ font-size: 15px; line-height: 1.68em; }

#about_page_box .content_box h3._title{ border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; padding-bottom: 5px; color: rgba(226, 100, 114, 1); margin-top: 0px; padding-top: 0px; font-size: 22px; }
#about_page_box .content_box h4._sub_title{ color: #F66; }
#about_page_box .content_box ._qa_q{ color: #333; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; }
#about_page_box .content_box ._qa_a{ color: #666; }

.table_style_1 {  }
.table_style_1 th{ background-color: rgba(226, 100, 114, 1); color: #FFF; padding-top: 5px; }
.table_style_1 td{}
.table_style_1 tr.color_th{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFF; }
.table_style_1 tr.color_1{background-color: rgba(241, 207, 210, 1);border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFF;}
.table_style_1 tr.color_2{background-color: rgba(226, 100, 114, 0.1);border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFF;}

@media(max-width:767px){.table_style_1 { width: 800px; }}


@media(min-width:768px) and (max-width:991px){.table_style_1 { width: 800px; }}


@media(min-width:992px) and (max-width:1199px){.table_style_1 { width: 800px; }}


@media(min-width:1200px){}

.table_style_2 { background-color: #FFF; }
.table_style_2 th{ background-color: #ED9CA5; color: #FFF; padding: 5px; border-right-width: 2px; border-right-style: solid; border-right-color: #FFF; }
.table_style_2 td{ border-left-width: 1px; border-left-style: solid; border-left-color: #FFF; padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; }
.table_style_2 tr.color_th{ border-right-width: 1px; border-right-style: solid; border-right-color: #FFF; }
.table_style_2 tr.color_1{background-color: rgba(241, 207, 210, 1);border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFF;}
.table_style_2 tr.color_2{background-color: rgba(226, 100, 114, 0.1);border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFF;}



.list-group.article_list_page{   }
.article_list_page .list-group-item{ font-size: 15px; padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 30px; background-color: rgba(0, 0, 0, 0); position: relative; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: dashed; border-left-style: none; border-top-color: #dddddd; border-right-color: #dddddd; border-bottom-color: #dddddd; border-left-color: #dddddd; }
.article_list_page .list-group-item:hover{background-color: rgba(0, 0, 0, 0); }
.article_list_page a span{ margin-right: 8px; margin-left: -28px; }

.rwd_video{ width: 80%; }
.knowledge_photo{width: 80%;}
.knowledge_photo img{ width: 100%; height: auto; }

/*頁面標題*/
.area_title_box{ float: left; display: block; padding-top: 8px; clear: both; width: 70%; text-align: center; padding-bottom: 8px; position: relative; margin-right: 15%; margin-left: 15%; margin-top: 0px; margin-bottom: 20px; z-index: 10; }
.area_title_box strong{ font-size: 38px;/*text-shadow: 0px 0px 3px rgba(0,73,134,0.8);*/ text-transform: uppercase; color: #333; clear: both; font-weight: bold; }
.area_title_box span{ font-size: 18px;/*text-shadow: 0px 0px 0px rgba(90,129,10,0.0);*/ color: #555; display: block; clear: both; font-weight: 400; text-transform: uppercase; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #E2BECA; border-bottom-color: #E2BECA; border-right-color: #F7BBBC; border-left-color: #F7BBBC; padding-top: 5px; padding-bottom: 5px; }

@media screen and (max-width: 1680px){.area_title_box strong{ font-size: 32px; }.area_title_box span{font-size: 16px;}}
@media screen and (max-width: 1280px){.area_title_box strong{ font-size: 32px; }.area_title_box span{font-size: 15px;}}
@media screen and (max-width: 980px){.area_title_box{width: 90%;margin-right: 5%; margin-left: 5%; margin-bottom: 10px;}}
@media screen and (max-width: 736px){.area_title_box{width: 90%;margin-right: 5%; margin-left: 5%; }.area_title_box strong{ font-size: 24px; line-height: 32px; }.area_title_box span{font-size: 15px;line-height: 22px;}}
@media screen and (max-width: 480px){.area_title_box strong{ font-size: 20px; line-height: 32px; font-weight: bold; }.area_title_box span{ font-size: 13px; line-height: 22px; font-weight: normal; }}
.area_line{ width: 60px; border-top-width: 2px; border-top-style: solid; border-top-color: #66C; margin-right: auto; margin-left: auto; margin-top: 5px; }

.footer_logo_page{ clear: both; }
.footer_logo_page p.footer_logo_txt{ font-size: 13px; line-height: 26px; padding-top: 5px; padding-bottom: 5px; }
.footer_logo_page ul.footer_txt_list{ border-top-width: 1px; border-top-style: solid; border-top-color: #898989; margin: 0px; padding: 0px; }
.footer_logo_page ul.footer_txt_list li{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #898989; list-style-image: none; list-style-type: none; display: block; margin: 0px; clear: both; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; }
