@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import 'https://fonts.googleapis.com/earlyaccess/notosanstc.css';

/* 根據bootstrap所做的調整 */
/*google字型*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');


body{ font-family: "Noto Sans TC","Microsoft JhengHei","微軟正黑體","Roboto","Open Sans",sans-serif;line-height:32px;color: #222;text-align: justify;
    letter-spacing:1px;font-size: 16px;}
form{height: 100%;}
a { color:#9d691a;text-decoration: none;}
a:hover{ color: #000;text-decoration: none;}
a:focus{text-decoration: none;color: saddlebrown;}
a:after{color: #000;}
ul,li{list-style: none;padding: 0;margin: 0;}
p {margin: 0 0 8px;}
img{max-width: 100%;}
:focus {outline: #ccc auto 3px;}
hr{border-top: 1px solid #ccc;}
.container{position: relative;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {letter-spacing:2px;margin-top: 0;
    font-weight:400; margin-bottom: 8px; font-family: "Noto Sans TC","Microsoft JhengHei","微軟正黑體","Roboto","Open Sans",sans-serif;}
h1{font-size: 3.3em;line-height:2em;}
h2{font-size: 2.2em;line-height: 1.8em;font-weight: 600;}
h3{font-size: 1.6em;line-height: 2em;}
h4{font-size: 1.2em;line-height: 1.8em;}
h5{font-size: 1.1em;line-height: 1.7em;}
h6{font-size: 1em;line-height: 1.4em;}

@media screen and (max-width: 991px){
body{font-size: 15px;letter-spacing: 0;line-height:28px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 5px;letter-spacing:1px;}
h1{font-size: 3em;line-height:2em;}
h2{font-size: 2.2em;line-height: 1.5em;}
h3{font-size: 1.5em;line-height: 1.5em;}
h4{font-size: 1.3em;line-height: 1.5em;}
h5{font-size: 1.1em;line-height: 1.5em;}
h6{font-size: 1em;line-height: 1.4em;}
}
@media screen and (max-width: 767px){
body{font-size: 15px;letter-spacing: 0;line-height:28px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 5px;letter-spacing: 0;}
h1{font-size: 2.3em;line-height:2em;}
h2{font-size: 1.7em;line-height: 1.5em;font-weight: 700;}
h3{font-size: 1.5em;line-height: 1.5em;}
h4{font-size: 1.2em;line-height: 1.5em;}
h5{font-size: 1.1em;line-height: 1.8em;}
h6{font-size: 1em;line-height: 1.4em;}
p {margin: 0 0 5px;}
}


/** 文字/區塊對齊 **/
.tright{text-align: right!important;}
.tleft{text-align:left!important;}
.center{text-align: center!important;float: none;}
img.center{display: block;margin: auto;}
.list-line li{display: inline-block;padding:15px;}
.bold{font-weight: bold;}
.vertical-middle-zone{height: 100%;}
.vertical-middle{   position: relative;top:10%;
  margin: 0 auto;
  transform: translateY(50%);}
.sameHeigh-row{ display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; }
.sameHeigh{    -webkit-flex: 1; 
    -ms-flex: 1; 
    flex: 1; }
.ctext{max-width: 500px;padding: 0 20px;}

@media screen and (max-width: 767px){
.vertical-middle{   position: relative;
  top: 50%;
  margin: 0 auto;
  transform:;}    
.list-line li{padding:5px;font-size: 14px;}
.sameHeigh-row{display: block; }
}
/**space-rwd 空間**/
.space-md{height: 60px;clear: both;overflow: auto;}
.space-lg{height: 100px;clear: both;overflow: auto;}

@media screen and (max-width: 767px){
.space-md{height:30px;}
.space-lg{height:50px;}
}

/**width% **/
.w10{width: 10%!important;}
.w15{width: 15%!important;}
.w20{width: 20%!important;}
.w30{width: 30%!important;}
.w40{width: 40%!important;}
.w50{width: 50%!important;}
.w60{width: 60%!important;}
.w70{width: 70%!important;}
.w80{width: 80%!important;}
.w90{width: 90%!important;}
.w100{width: 100%!important;}

/**padding **/
.nopadding{padding: 0!important;}
.padding-tb-lg{padding-top: 60px;padding-bottom: 60px;}
.padding-tb-md{padding-top: 50px;padding-bottom: 50px;}
.padding-tb-sm{padding-top: 40px;padding-bottom: 40px;}

@media screen and (max-width: 991px){
.padding-tb-lg{padding-top: 40px;padding-bottom: 40px;}
.padding-tb-md{padding-top: 30px;padding-bottom: 30px;}
.padding-tb-sm{padding-top: 20px;padding-bottom: 20px;}
}

@media screen and (max-width: 767px){
.padding-tb-lg{padding-top: 30px;padding-bottom: 30px;}
.padding-tb-md{padding-top: 20px;padding-bottom: 20px;}
.padding-tb-sm{padding-top: 20px;padding-bottom: 20px;}
}


/**margin **/
.bottommargin-lg { margin-bottom: 80px !important; }
.bottommargin { margin-bottom: 40px !important; }
.bottommargin-sm { margin-bottom: 30px !important; }


@media screen and (max-width: 991px){
.bottommargin-lg { margin-bottom: 60px !important; }
.bottommargin { margin-bottom: 30px !important; }
.bottommargin-sm { margin-bottom: 15px !important; }    
 
}
@media screen and (max-width: 767px){
.bottommargin-lg { margin-bottom: 40px !important; }
.bottommargin { margin-bottom: 20px !important; }
.bottommargin-sm { margin-bottom: 15px !important; }      
}

/* ----------------------------------------------------------------
	content-warp 內文寬度
-----------------------------------------------------------------*/
@media screen and (max-width: 991px){
    .container{max-width: 860px;margin: auto;}
}
.content-warp-lg{max-width: 980px;margin: auto;text-align: justify;}
.content-warp-md{max-width: 880px;margin: auto;text-align: justify;}
.content-warp-sm{}

/**form 表單**/
input[type="radio"], input[type="checkbox"]{ zoom: 1.5;}
input{border-radius: 3px;padding:3px 10px;border: 1px solid #ddd;}
select.form-control{border-radius:2px;box-shadow: none;}
input[type="radio"],input[type="checkbox"]{height: auto;}
.input-group{position: relative;display: table;border-collapse: separate;}
.form-control{height: 40px;border-radius: 2px;box-shadow: none;}

/** background color 背景色彩 **/
.bg-grad{background-color: rgba(35, 84, 172, 0.21);
    background: radial-gradient(ellipse at top,transparent 10%,transparent 60%,rgba(35, 84, 172, 0.21) 100%);}
.bg-gray-light{background-color: #f0f0f0;}

/** font color 文字色彩 **/
.maincolor{color:#DD0B20;}

.darkgray{color: darkgray;}
.gold{color:  #c0a27d;}
.white{color: #fff!important;}


/* ----------------------------------------------------------------
	table 表格
-----------------------------------------------------------------*/
table{max-width: 100%!important;}
table tr td{padding: 10px;text-align: center;}    
.table {width: auto;max-width: 100%;}
.table-striped{background: #fff;}
table.table-bordered{border: 2px solid #ddd;background: #fff;}
table.table-bordered td{border: 1px solid #ddd;}
table.main-table thead tr{background: #c4dda1;
    border-top-left-radius: 8px;border-top-left-radius: 8px;font-weight: 600;
}

table.main-table{width: 100%;}
table.main-table tr td{padding:8px 10px; border-bottom: 1px solid #c4dda1;text-align: left;color: #333;}
@media screen and (max-width: 767px){
.table-responsive{border: none;}
.table-responsive table.table-bordered{border: 2px solid #ddd;}
table tr td{padding: 5px;}    
}
/* ----------------------------------------------------------------
	BUTTON
-----------------------------------------------------------------*/
.button {
    font-size: 16px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 30px;
	height: 44px;
	line-height: 44px;
	background-color:#9a7845;
	color: #FFF;
	letter-spacing: 1px;
    border-radius: 4px;
	border: none;
/*box-shadow: 0 10px 15px -12px rgba(0, 0, 0, 0.5);*/ 
}

.button:hover {color:#9a7845;    background-color: #fff!important;}
.button.border-radius{border-radius:4px!important;}
.button-rounded{border-radius:4px!important;}
.button-shadow{box-shadow: 0 5px 5px 12px rgba(0, 0, 0, 0.5);}

.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}

.button.button-small {
	padding: 0 20px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.button.button-large {
	padding: 0 26px;
	font-size:1em;
	height: 46px;
	line-height: 46px;
}

.button.button-xlarge {
	padding: 0 60px;
	font-size:1em;
	letter-spacing: 2px;
	height: 44px;
	line-height: 44px;
}
@media screen and (max-width: 991px){
.button{	padding: 0 24px;
	font-size:0.9em;
	letter-spacing:1px;
	height: 30px;
	line-height: 30px;}    
.button.button-xlarge {
	padding: 0 30px;
	font-size:0.9em;
	letter-spacing:1px;
	height: 34px;
	line-height: 34px;}    
}
@media screen and (max-width: 767px){
.button.button-xlarge {
	padding: 0 34px;
	font-size:0.9em;
	letter-spacing:1px;
	height: 34px;
	line-height: 34px;}    
.button-xlarge i {top:2px;
	margin:0 0 0 5px;font-size: 0.7em;
}    
}
.button i {transition: all 0.1s;position:absolute;right:10px!important;top: 50%;transform:translateY(-50%);margin: 0!important;}
.button:hover i{right:8px!important;transition: all 0.1s;margin: 0!important;}
.button.button-small i {transition: all 0.1s;position:absolute;right: 3px!important;top: 50%;transform: translateY(-50%);margin: 0!important;}
.button.button-small:hover i{right:2px!important;transition: all 0.1s;}
.button.button-xlarge i {transition: all 0.1s;position:absolute;right: 20px;top: 50%;transform:translateY(-50%);}
.button.button-xlarge:hover i{right:15px;transition: all 0.1s;}

/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
}

.button.button-border:hover {
	background-color: #444;
	color: #FFF;
	border-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}



/* Buttons - 3d
-----------------------------------------------------------------*/

.button.button-3d {
	border-radius: 3px;
	border-bottom: 3px solid rgba(0,0,0,0.15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.button.button-3d:hover {
	background-color: #1ABC9C !important;
	opacity: 0.9;
}


/* Buttons - Colors
-----------------------------------------------------------------*/
.button-light { background-color:#bacad2; }
.button-3d.button-light:hover,
.button-light:hover { background-color: #bacad2 !important;opacity: 0.8; }

.button-red { background-color: #C02942; }
.button-3d.button-red:hover,
.button-reveal.button-red:hover { background-color: #C02942 !important; }

.button-teal { background-color: #53777A; }
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover { background-color: #53777A !important; }

.button-yellow { background-color: #ECD078; }
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover { background-color: #ECD078 !important; }

.button-green { background-color: #59BA41; }
.button-3d.button-green:hover,
.button-reveal.button-green:hover { background-color: #59BA41 !important; }

.button-brown { background-color: #774F38; }
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover { background-color: #774F38 !important; }

.button-aqua { background-color: #40C0CB; }
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover { background-color: #40C0CB !important; }

.button-lime { background-color: #AEE239; }
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover { background-color: #AEE239 !important; }

.button-purple { background-color: #5D4157; }
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover { background-color: #5D4157 !important; }

.button-leaf { background-color: #A8CABA; }
.button-3d.button-leaf:hover,
.button-leaf:hover { background-color: #A8CABA!important;opacity: 0.9!important; }

.button-pink { background-color: #ff635c; }
.button-3d.button-pink:hover,
.button-pink:hover { background-color: #C02942 !important; }

.button-dirtygreen { background-color: #1693A5; }
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover { background-color: #1693A5 !important; }

.button-blue { color: #fff;background-color: #16345c;}
.button-3d.button-blue:hover,
.button-blue:hover { background: #16345c !important;color: #fff; }
.button-3d.button-blue:focus,
.button-blue:focus {color: #fff;}
.button-blue i{color: #fff!important;}

.button-amber { background-color: #EB9C4D; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover { background-color: #EB9C4D !important; }

.button-black { background-color: #111; }
.button-3d.button-black:hover,
.button-reveal.button-black:hover { background-color: #111 !important; }

.button-white { background-color: #ccc;color: #333; }
.button-3d.button-white:hover,
.button-reveal.button-white:hover { background-color: #F9F9F9 !important; }

.button-grey { background-color: #888; }
.button-3d.button-grey:hover,
.button-grey:hover { background-color: #666 !important; }

/* Buttons - No Hover
-----------------------------------------------------------------*/

.button.button-nohover:hover {
	opacity: inherit !important;
	background-color: inherit !important;
	color: inherit !important;
	border-color: inherit !important;
}

/* ----------------------------------------------------------------
	title 標題樣式
-----------------------------------------------------------------*/
.banner-title {font-weight: 300;text-align: right;font-style:italic;color: #fff;}
.main-title{letter-spacing: 7px;color: #888;text-align: center;}
.color-title{color: #36a4b5;}
.title-c{border-top:2px solid #ddd;padding-top: 10px;}
.fancy-title-style1 {position: relative;color: #333;}
.fancy-title-style1 .title{display: inline-block;font-weight:500;letter-spacing: 3px;display: block;line-height: 1em;}
.fancy-title-style1 span{text-transform:uppercase;font-size:110%;font-weight:300;color:#c3a17f;}
.fancy-title-style1:after{content: '';display: block;margin-top:15px;width: 40px;border-top: 2px solid #c3a17f;  }
.fancy-title-style1.center:after{margin:15px auto 0;}

.fancy-title-style1.dark, .fancy-title-style1.dark span{color: #333!important;}
.fancy-title-style1.dark:after{border-top: 0px solid #333;}

.title-border{padding: 5px 15px;border-top-left-radius:3px;
border: 1px solid #CCC;margin-bottom: 15px;border-top-right-radius:3px;box-shadow: inset 0 -1px 0 0 #FFF;
    box-shadow: 0px 3px 4px 0px #EEE, inset 0 -1px 0 0 #FFF; background: linear-gradient(to bottom, #fefefe 0%, #e8edef 100%);border-top: 3px solid #019CE5;}
.title-line-c{border-bottom: 2px solid #d5bf9f;padding-bottom:5px;margin-bottom: 15px;position: relative;display: block;margin-left: 5px;margin-right: 5px;    padding-left: 10px;}
.title-line-c:before {content: '';display: block;width:50%;height: 2px;position: absolute;left: 0;bottom: -2px;
    background:#9a7845;}
.title-line-c i{color:#9a7845;font-size: 80%; }


.title-line-o{width:100%;text-align:center;margin-bottom: 15px;}
.title-line-o{position:relative;display:inline-block;}
.title-line-o:before, .title-line-o:after{content:"";display:block;width:40%;height:4px;border-top:1px solid #ccc;position:absolute;bottom:20%;}
.title-line-o:before{left:0;}
.title-line-o:after{right:0;}
.title-line-o span{
	display:block;
	width:4px;height:4px;
	border:2px solid #12549d;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	bottom:4px;
	left:50%;
	margin-left:-4px;
}
.title-color-g{font-weight: bold;
    color: #FFF;
    padding: 5px 20px;
    background: #1b5ba1;
    background: -moz-linear-gradient(left, #1b5ba1 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1b5ba1), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, #1b5ba1 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, #1b5ba1 0%, rgba(255,255,255,0) 100%);}
.title-sq{position: relative;padding-left: 15px;font-weight: bold;color: #8db938;}
.title-sq:before{content: '';display: block;width:5px;height: 18px;position: absolute;left: 0;
    background: #8db938;top: 50%;transform: translateY(-50%);}
@media screen and (max-width: 767px){
.fancy-title-style1 .title{font-weight: 600;}
    .title-line-c{margin-bottom: 10px;}    
}
@media screen and (max-width: 480px){

.fancy-title-style1.center:after {
    margin: 10px auto 0;}
.fancy-title-style1 span{text-transform:uppercase;font-weight:400;letter-spacing: 1px;}    
}


/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#back-to-top {position: fixed;bottom:15px;right: 20px;z-index: 9999;border-radius: 100px;
width:auto;height:auto;text-align: center;background:#9a7845;line-height: 15px;color: #fff;padding:14px 15px;cursor: pointer;text-decoration: none;transition: opacity 0.2s ease-out;
opacity: 0;text-align: center;}
#back-to-top i{display: block;}
#back-to-top:hover {}
#back-to-top.show {opacity:1;}

/* ----------------------------------------------------------------
	carousel
-----------------------------------------------------------------*/
/* 首頁大圖輪播*/
#myCarousel{}
.carousel-inner{height: 100%;}
.carousel-control.right,.carousel-control.left{background-image: none;}
.carousel-control i{line-height: 40px;color: #fff;}
.carousel-control{text-shadow: none;width: 40px;
   background-color: none;height: 40px;top:50%;margin-top: -30px;border-radius: 400px;}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{margin-left: -15px;margin-top: -15px;font-size: 22px;line-height:30px;}

.carousel-indicators li{width: 15px;height: 15px;margin:10px;}
.carousel-indicators .active{width: 15px;height: 15px;margin: 10px;}
.carousel-indicators {
    }
.carousel-indicators li{    border: 2px solid #c0a27d;}
.carousel-indicators .active{    background-color: #c0a27d;}

@media screen and (max-width: 991px){
.carousel-control{background-color: transparent;}
.carousel-indicators {bottom: -10px;}
.carousel-indicators li{width: 10px;height: 10px;margin: 2px;}
.carousel-indicators .active{width: 10px;height:10px;margin: 2px;}    
}
@media screen and (max-width: 480px){
    .carousel-control.right, .carousel-control.left{display: none;}    
.carousel-indicators {bottom:-15px;} 
.carousel-indicators li{}    
.carousel-indicators .active {}    
}
/* ----------------------------------------------------------------
	Header style1 :menu right
-----------------------------------------------------------------*/
.header-style1{background:#fbf9f2;transition: all 0.3s linear;box-shadow: 0 3px 19px rgb(0 0 0 / 20%);}

/* logo */
.header-style1 .logo{display:block;height:100px; padding:10px 0;transition: all 0.3s linear;float: left;}
.header-style1 .logo img{width:auto;max-height: 100%; display: block;}

@media screen and (max-width: 991px){ 
.header-style1{text-align: center;height:90px;}    
.header-style1 .logo{margin: auto;text-align: center;float: none;display: inline-block;height: 80px;padding:10px 0;}
}


/* 主選單 NAVIGATION */
.header-style1 .navigation{float:right;display: inline-block;}
.header-style1 .navigation ul {padding: 0px;margin: auto;list-style: none;float:none;display: block;}
.header-style1 .navigation ul li {margin: 0;display: inline-block;float: left;}
.header-style1 .navigation ul li a {display: block;line-height:100px;color: #333;
    letter-spacing: 1px;transition: all 0.3s;font-size: 18px!important;padding: 0 25px;
text-transform: uppercase;font-weight: 500;    text-align: center;}
.header-style1 .navigation ul li a:hover {
    color:#9d691a;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    }
@media screen and (max-width: 991px){
    
}
/* 主選單下拉 第二層 dropdownmenu */
.header-style1 ul.dropdownmenu{ display:none;position: absolute;background-color:#f2f2f2;
    z-index:9999;padding: 0;transition:all ease 0.5s;opacity: 0;min-width: 160px;
     left:-10px;box-shadow: 0 10px 20px -3px rgba(0,0,0,0.3);}
.header-style1 ul.dropdownmenu li{width: 100%;padding:0;margin: 0;}
.header-style1 ul.dropdownmenu li a {line-height:50px!important;float: none;text-decoration: none;
    display: block;text-align: left;border-top:1px solid #ccc;white-space:nowrap;
       /*background:linear-gradient(to top,#fbfbfb 0,#ffffff 100%);*/ }
.header-style1 ul.dropdownmenu li:first-child a{border-top: none;}
.header-style1 ul.dropdownmenu li:last-child a{}
.header-style1 ul.dropdownmenu li a:hover {color: #fff;
background:#0075bf;
}

.header-style1 .dropdown:hover ul.dropdownmenu {
    display: block; -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;margin-top:0px;}  

/* 主選單下拉式 第二層 dropdownmenu--假如有子選單時顯示箭頭  */
.header-style1 .navigation li.has-child a:after{}
.header-style1 .navigation li.has-child ul li a:after{content:"";}    

/* 手機版選單右推開 mobimenu */
.smobitrigger,.mnuclose {display: none}
@media screen and (max-width:991px) {
.panellogo a{background:transparent;display:inline-block;}
.panellogo img {    height: 80px;padding:15px 0;}    
    .smobitrigger,
    .mnuclose {display: inline-block;}
    .smobitrigger {color: #fff;font-size: 20px;line-height: 12px;padding: 10px;position: absolute;top: 20px;    right: 15px;}
    .mnuclose {font-size: 14px;padding: 20px 20px;float: right;    position: absolute;
    right: 0;}
.smobitrigger .icon-bar{background-color:#888; display: block;width: 30px;height:2px;border-radius: 1px;}
 .smobitrigger .icon-bar+.icon-bar{margin-top:8px;}    
.mnuclose span {text-shadow: none;text-decoration: none;font-weight: 100;color: #888;opacity: 0.2;
    font-size: 20px;}
a.mnuclose{text-decoration: none;} 
.navigation{float: left;}    
.navigation ul {overflow-y: auto;background-color:#d0c5af;}
    .navigation ul li,
    .navigation ul li a {color: #3b3b3b!important;
    width: 100%;
    display: block;
    line-height: 68px!important;
    border-top: 1px solid rgba(255,255,255,0.1);}
    .navigation ul li a {padding: 0 50px!important;color: #fff;text-align: left;
      
    }
    .navigation ul li a:hover,.navigation ul li a:focus,.navigation ul li a:after{
         color: #fff;background: #9d691a!important;

    }
    .mobimenu {
        list-style: none;
        padding: 20px;
        margin: 0px;
        width: 280px;
        position: fixed;
        height: 100%;
        top: 0px;
        left: -280px;
    }
    .mnuopn {
        left: 0px!important;
    }
    .ovrActv {
        position: fixed;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        z-index: 9998;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
.navigation li ul.dropdownmenu{width: 100%;display: none!important;position: relative;opacity: 1;margin-top: 0;
    min-width: 100px;border-bottom: 1px #fafafa solid;padding-bottom: 6px;}
.navigation li ul.dropdownmenu li a{margin: 0;border-bottom: none;padding:6px 20px 6px 40px;white-space: normal;
    line-height: 1.6em;
    }

}

/* right-link */
.header-style1 .right-link{float: right;position: relative;}
.header-style1 .right-link ul {border-left: 1px solid #eee;border-right: 1px solid #eee;}
.header-style1 .right-link ul li{position: relative;display: block;}
.header-style1 .right-link ul li a{display: block;line-height: 80px;padding: 0 30px;
font-size:22px;color:#0075bf;cursor: pointer;}
.header-style1 .right-link ul li a:hover{background:#0075bf;color: #fff;}
.header-style1 .right-link ul.dropdownmenu{ background-color:#fff;border: none;}
.header-style1 .right-link ul.dropdownmenu li a{line-height:50px;font-size: 15px;color: #333;}
.header-style1 .right-link ul.dropdownmenu li a:hover{color: #fff;}

.header-tel{float:right;color:#fff;font-size:18px;line-height:100px;background-image:url(../images/icon-tel.png);background-repeat:no-repeat;background-size:15px auto;animation:enlarge 1s ease-in-out infinite alternate;-webkit-animation:enlarge 1s ease-in-out infinite alternate;margin-left:20px;}
.header-tel a{color:sienna;transition: all 0.3s linear;}
.header-tel a:hover{color:brown;font-size: 110%;transition: all 0.3s linear;}

/* fixed-header */
.fixed-header .top{height: 2px;}
.fixed-header {position: fixed;top: 0;left: 0;width: 100%; z-index: 99999;height: 63px;
transition: all 0.3s linear;}
.fixed-header .navigation ul li a{line-height: 60px;transition: all 0.3s linear;padding: 0 20px;}
.fixed-header .logo{padding: 10px 0;transition: all 0.3s linear;height: 60px;}
.fixed-header .right-link ul li a{line-height: 60px;}

.fixed-header .header-tel{line-height: 60px;}
@media screen and (max-width: 991px){ 
    .header-style1 .container{width: 100%;}    
    .header-style1 .right-link{position: absolute;right: 0;top:0;}
    .header-style1 .right-link ul{border: none;}    
.header-style1 .right-link ul li a{line-height: 60px;font-size: 15px;}
.header-style1 .right-link ul.dropdownmenu li a{line-height:40px!important;font-size: 1em;text-align: center;padding: 0;}
    .header-style1 ul.dropdownmenu{min-width: 100px;right: 0;left: auto;}    
     .fixed-header .smobitrigger {top: 10px;   }
}
/* ----------------------------------------------------------------
	Banner
-----------------------------------------------------------------*/
.sqbg{background-image: url(../images/raster.png);position: absolute;width: 100%;height: 100%;}
.pagebanner{position: relative;height:auto;padding:70px 0;}
.banner-title {line-height: 50px;}
.banner-big{height: 460px;background-size: cover;color:#fff;background-position: right;}
.banner-big h1{color: #004898; letter-spacing:2px;font-weight:900;line-height: 1em;}
.banner-big h2{color: #004898;}
.banner-big p{line-height:1.5;}
.topbanner2 {height: 280px;}
@media screen and (max-width:1230px) {
   
}
@media screen and (max-width:991px) {
   .pagebanner{position: relative;height:auto;padding:60px 0;}
    .pagebanner{background-size: cover!important;background-position: left!important;}
    .banner-title{text-align: center;}
    .propbanner {background-position: center!important;}
    .propbanner .banner-title{font-size: 16px;    line-height: 1.8;}
}
    
@media screen and (max-width:767px) {  
 .banner-big{height:220px;background-size:cover;background-position:center;}
 .banner-big .container{padding: 0 30px;} 
    .banner-big .vertical-middle{top:30px;    transform: unset;}
}
@media screen and (max-width:480px) {
.banner-big{height:200px;background-size:cover;background-position:right;}
    .banner-big .hidden-xxs{display: none;}
}
      

/* ----------------------------------------------------------------
	sidemenu
-----------------------------------------------------------------*/

.sub-left {
    width: 180px;
    display: inline-block;
    float: left;
}


.sub-right {
    width: calc(100% - 240px);
    display: inline-block;
    float: right;
}
.sub-left .sidemenu{margin-bottom: 30px;}
.sidemenutitle{text-align: center;background: #8db938;padding: 10px;color: #fff;
font-weight: 600;letter-spacing: 3px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.sub-left .sidemenu ul {}   
.sub-left .sidemenu ul li{ border: none;border-bottom: 1px solid #eee;display: block;margin-bottom: 0;}    
.sub-left .sidemenu ul li a{padding: 12px 10px;display: block;color: #333;transition: all 0.2s linear;
    text-align: left;line-height: 1.5;font-size:95%;} 
.sub-left .sidemenu ul li a:hover{background:#fff;transition: all 0.2s linear;}
.sub-left .sidemenu ul li.active{background:transparent;}    
ul.menu-cate{margin-top: 10px; margin-bottom: 30px;margin-left: 0;margin-right: 0;border-left: 1px solid #eee;
    border-right: 1px solid #eee;background: #fff;}    

ul.group{border-bottom: 2px solid #ccc;margin-bottom: 0;}


.sub-left .sidemenu ul.common li a{color: #888;}
.sub-left .sidemenu ul.common li a:hover{background: #eee;}
.sub-left .sidemenu ul.common li span{display: block;font-weight: bold;color:#000;}
/* ----------------------------------------------------------------
	Footer 
-----------------------------------------------------------------*/
.ftzone{padding:30px 0;}
.fborder{border-right: 1px solid #444;}
.feature-box{width: auto;display: inline-block;float: none;text-align: left;}
.footer{background:#8b7d68;color: #fff;line-height:2;}
.footer .padding-tb-sm{padding-top: 15px;padding-bottom: 15px;}
.footer h4{font-weight:400;}
.footer .logo{max-width: 180px;margin: 10px auto;}
.footer a{color: #8daccf; -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;font-size: 100%;}
.footer a:hover{color: #fff; text-decoration: none;
 -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
.footer .widget_links{display:block;width: 33.3%;float: left;}
.footer .widget_links ul li a:before{font-family: 'Glyphicons Halflings';
font-size: 7px;margin-right: 5px;}
.footer .widget_links ul li a{padding: 5px 5px 5px 0;display: block;}
.copyrights{padding: 15px 0;letter-spacing: 1px;color: #333;font-size: 0.9em;border-top: 1px solid rgba(0,0,0,0.2);
text-align:left;text-align: center;}
.footer .fas{ width: 30px;
    padding-left: 5px;}

   

@media screen and (max-width: 991px){
.copyrights {letter-spacing: 0;font-size: 0.8em;}   
    .footer{text-align: center;}
}
@media screen and (max-width: 767px){
img.footerlogo {max-width:200px;}
}
/* ----------------------------------------------------------------
	Video Youtube RWD
-----------------------------------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-rwd {
    position: relative;
    padding-bottom:100%;
    padding-top:100%;
    height: 100%;
    overflow: visible;
}
.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
	禮儀服務
-----------------------------------------------------------------*/
.service-block{color: #fff;}
.service-block .fancy-title-style1{color: #fff;}
/* ----------------------------------------------------------------
	ABOUT
-----------------------------------------------------------------*/
.titlezone h1{color:  #c0a27d;float: left;line-height: 1em;}
.titlezone h1 span{display: block;color: #717071;font-size:0.5em;padding-top: 15px;}
.sqtitle {background: #c0a27d;width: 110px;height: 87px;line-height: 87px;text-align: center;
color: #fff;float:left;margin-right: 30px;font-size: 1.2em;}
.aboutpro{display: table;vertical-align: middle;width: 100%;color: #fff;}
.tbrow{display: table-row;width: 100%;vertical-align: middle;}
.tbleft,.tbright{display: table-cell;vertical-align: middle;}
.tbleft{text-align: left;width:40%;padding-right: 40px;}


.history-zone{margin:20px 20px;}
.history-block{border-left: 1px dashed #ccc;padding:20px 30px;position: relative;
margin-left: 200px;}
.history-block p{transform:translateX(0);opacity: 1;}

.history-block .year{
    position: absolute;left: -200px;font-weight: bold;font-size: 22px;
letter-spacing: 2px;}
.yeardot{position: absolute;width: 20px;height: 20px;background: #fff;
border: 3px solid #888;left: -10px;top:25px;border-radius: 400px;}
@media screen and (max-width: 991px){
    .sqtitle{    width: 80px;
    height: 63px;
    line-height: 63px;}
}
@media screen and (max-width:767px){
    .tbrow{display: block;}
.tbleft,.tbright{display: block;float: none;margin: auto;padding: 15px;}
    .tbright h2 span{display: block;}    
    .history-block{     padding: 10px 0px 10px 10px;   margin-left: 90px;}
    .history-zone{margin:0px;}
    .history-block .year{    left: -80px;font-size: 24px;letter-spacing: 3px;}
    
}


/* ----------------------------------------------------------------
	textlist
-----------------------------------------------------------------*/
.textlist_title{ color:#905c0e;font-weight: 500;}
ul.textlist{display:block;margin: auto;margin-bottom: 10px;
padding-bottom: 10px;}
ul.textlist li{padding-left: 15px;margin-bottom: 5px;}
ul.textlist li:before{content: "▪";color:coral;margin-left: -16px;}

/* ----------------------------------------------------------------
	timeline / history /process
-----------------------------------------------------------------*/
.process-hori ul {}
.process-hori ul li {   float: left;display: inline-block;vertical-align: middle;
    position: relative;
    width:21%;margin: 0 2%;
    text-align: center;
line-height: 2;color: #fff;}
.process-hori ul li div{padding:0 20px 20px;height: 220px;margin-bottom: 30px;border-radius: 3px;}
.process-hori ul li h1{line-height: 1.3;padding-top: 35px;font-size: 2.6em;}
.process-hori ul li h2{background: #fff;border-radius: 100px;display: inline-block;text-align: center;
padding:0 15px;color: #000;margin-top: -40px;font-weight: bold;border: 2px solid #eee;}
.process-hori ul li h3{border-bottom: 1px solid #fff;padding-bottom: 5px;font-size: 1.4em;}

.process-hori .content{text-align: left;padding: 10px;font-size: 1.1em;}
.process-hori-block{border-bottom: 1px #fafafa solid;}

.process-hori ul li .arr{position: absolute;right: -20%;top:35%;z-index: 999;display: block;
}
.process-hori ul li .arr span{border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid #888;
display:inline-block;}

@media screen and (max-width: 991px){
    .process-hori ul li{margin-bottom:10px;}
    .process-hori ul li div{padding: 0 10px;height: 190px}    
.timeline-left{padding:3px;text-align: center;}
.timeline-right{padding:10px;border-left-width: 5px;}
}
@media screen and (max-width: 767px){
.process-hori ul li{width:100%;    margin:0 20px;color: #333;border-left: 2px solid rgba(1,114,199,1);}  
   
.process-hori ul li div{padding: 0px 20px;height: auto;margin-bottom: 0;background-color: transparent!important;
    border-radius: 0;} 
    .process-hori ul li h2{  left: -15px;position: absolute;top: 0px;background: rgba(1,114,199,1);color: #fff;
    margin: 0;
    padding: 0 5px;
    line-height: 1;
    margin-right: 5px;}  
    .process-hori ul li h3{text-align: left;border-bottom: none;color: rgba(1,114,199,1);font-weight: 500;}    
.process-hori .content{    margin: 0;padding:0 5px 20px;} 
    .process-hori ul li .arr{display: none;}


}
/* ----------------------------------------------------------------
	panel
-----------------------------------------------------------------*/
.panel-heading {
    padding:5px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #DD0B20;color: #fff;
}

/* ----------------------------------------------------------------
	owl-carousel-item
-----------------------------------------------------------------*/
.owl-carousel .item img{border: 1px solid #eee; padding: 0px;background: #fff;}
.owl-carousel .item:hover img{opacity: 0.9;transition: all  0.2s linear;border: 1px solid #ddd;
}
.owl-carousel .item{margin:5px;}
/* ----------------------------------------------------------------
	category-item 水平區塊列表
-----------------------------------------------------------------*/
.c-num{position: absolute;z-index: 999;top: 0px;}

.category-item{margin-bottom:30px;text-align: left;position: relative;}
.category-item:hover .category-item-dsc{transition: all  0.2s linear;}
.category-item img{border: 1px solid #eee; padding: 0px;}
.category-item:hover img{opacity: 0.8;transition: all  0.2s linear;}
.category-item:hover p{background: rgba(0,0,0,0.8);transition: all  0.2s linear;}
.category-item-dsc{padding:15px 0;transition: all  0.2s linear;    line-height: 1.4;min-height: 170px;}

.category-item-dsc ul li{color: #666;}
.category-item-dsc ul li i{margin-right: 5px;}
.category-item h4{font-weight:600;letter-spacing: 2px;}
.category-item .more{position:relative;right: 0;bottom: 0;color:#3e90d4;font-weight: bold;font-size: 85%;transition: all  0.2s linear;}
.category-item .more a{color:#3e90d4;}
.category-item .more i{margin: 0 5px;transition: all  0.2s linear;}
.text-box{background-color: #fff; padding: 20px 20px; min-height:200px;}
.category-item p{position: absolute;background: rgba(0,0,0,0.4);bottom: 0;margin: 0;padding: 10px;
width: 100%;color: #fff;}
/* ----------------------------------------------------------------
	category-item  水平分類列表
-----------------------------------------------------------------*/
/*.category1*/
.category1{ padding: 55px;box-shadow: inset 0 -1px 0 0 #FFF;box-shadow: 0px 3px 4px 0px #EEE;
background: #fff;max-width: 1040px;margin: auto;margin-top: -130px;}
.category1 h3{margin-bottom: 50px;}
.category-item1{display: table;position: relative;width: 100%;margin-bottom:60px;transition: all 0.1s linear;}

.category-item1 h3{font-weight:500;padding-bottom:10px;display: inline-block;border-bottom: 2px solid #222 ;
font-size: 1.5em;margin-bottom: 15px;}
.category-item1 h4{font-weight:500;color:#222;}
.category-item1 h5 {line-height: 2;}
.category-item1 h5 span{font-size: 0.9em;color: #888;}
.category-item1 .pic{width:40%;display:table-cell;float: left;}
.category-item1 .pic img{}
.category-item1 .dsc{width: 60%;float: left;word-wrap:break-word;padding:0 0 0 5%;vertical-align: middle;}
.category-item1 .dsc i{}
.category-item1 .button i{margin:0;}
.category-item1 .more{position: absolute;right: 0;bottom: 0;padding: 10px;color:#3e90d4;font-weight: bold;font-size: 85%;}
.category-item1 .more i{margin: 0 5px;}


@media screen and (max-width: 1230px){
.category-item1 .pic{width:35%;}
.category-item1 .dsc{width: 65%;}    
}
@media screen and (max-width: 991px){
    .category-item1    {margin-bottom: 30px;}

.category-item1{margin-bottom: 20px;width: 50%;float: left;height: 380px;    padding: 0 3%;}  
.category-item1 .pic{width:100%;display: block;float: none;margin: auto;margin-bottom: 10px;}
    .category-item1 .pic img{border: none;}    
.category-item1 .dsc{width: 100%;display: block;padding: 0;font-size: 100%;min-height:none;}      
    
}
@media screen and (max-width: 767px){
.category-item-dsc{min-height:0;}  
.category-item1 h4{font-weight:500;}    

    .category1{padding:20px 15px;} 
    .category1 h3{font-size: 1.3em;}  
     
.category-item1 .pic{width:100%;display: block;float: none;margin: auto;margin-bottom: 10px;}
    .category-item1 .pic img{border: none;}    
.category-item1 .dsc{width: 100%;display: block;padding: 0;font-size: 100%;min-height:none;}  
.category-item1 .button{width: 50%;margin: 5px 0;}
.category-item1 .dsc i{margin:0 5px;font-weight: bold;color: #019CE5;}    
}
@media screen and (max-width: 480px){
    .category-item1 {width: 100%;height: auto;}
    .category1 h3{font-size: 1.1em;margin-bottom: 20px;}    
    .category-item1 h3{font-size: 1.3em;}    
}
/*.category2*/
.category2{ margin: auto;}
.category-item2{display:flex;float: left; position: relative;width: 25%;}
.category-item2 h3{font-weight:700;border-bottom:1px solid #dbe6f0;}
.category-item2 p{font-size: 110%;}

.category-item2 a{display: block;padding:15px 8%;transition: all 0.2s linear;border-radius:2px;}
.category-item2 a:hover{transition: all 0.2s linear;background:#fafafa;}
.category-item2 .pic{margin-bottom: 15px;}
.category-item2 .pic img{box-shadow: 0px 3px 4px 0px #EEE, inset 0 -1px 0 0 #FFF;}
.category-item2 .dsc{color: #666;font-size: 90%;}
.category-item2 i{color:#1672C0;margin-right: 5px;}
.category-item2 .more{position: absolute;right: 0;bottom: 0;padding:3px 8px 3px 12px;color:#fff;font-size: 90%;background: #ccc; opacity: 0.5;text-align: center;}
.category-item2 .more i{color:#fff;}

@media screen and (max-width: 991px){  
 .category-item2{display:inline-block;float: left; position: relative;width:50%;}
.category-item2 a{display: block;padding:20px;}    
}
@media screen and (max-width: 480px){
.category-item2 a{display: block;padding:8px;}    
    .category-item2 h3{font-size: 15px;}   
    .category-item2 p{line-height: 1.5;}    

}
/*產品頁*/
.tname{color: #222;font-weight: bold;}
.tintro{padding:0 20px 20px;color: #888;}
.cate-title h4{font-weight: 700;}
.cate-title h3{font-weight: 700;position: relative;padding-left: 20px;}
.cate-title h3 span{font-weight: 300;padding-left: 10px;color: #b59b76;}
.cate-title h3:before {
    content: '';
    display: block;
    width: 6px;
    height: 70%;
    position: absolute;
    left: 0;
    background:#952630;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    margin-left:0px;
}
.s-product-list {margin-left: -15px;margin-right: -15px;}
.s-product-list .item {
    float: left;
    width:25%;
    padding: 0px 15px 20px;
}
  
.s-product-list .item .pic{  border: 1px solid #eee;}
.s-product-list .item .pic:hover{opacity: 0.8;}
.s-product-list .info {
    margin-top: 10px;
    display: block;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
}

.t-block{}
.t-block .tb-left{}

.t-block .tb-right{ background: #e6ddbd;border: 1px dashed brown;
padding: 30px;display: block;}
.t-block .tb-right a{display: inline-block;width: 50%;font-size: 120%;
float: left;
padding: 10px 0 10px 30px;transition: 0.2s;}
.t-block .tb-right a:hover{background: #fff;border-radius:40px;transition: 0.2s;}
@media screen and (max-width: 1024px){  
    .s-product-list .item {
    float: left;
    width:33.33%;}
}
@media screen and (max-width: 768px){  
.s-product-list .item {
    float: left;
    width:50%;}
    .s-product-list{margin-left: -10px;margin-right: -10px;}
    .t-block .tb-right a{padding: 10px 0 10px 10px;}
    .t-block .tb-right{margin: 15px;}
}
/* ----------------------------------------------------------------
	iconbox
-----------------------------------------------------------------*/
.iconbox{transition: 0.4s;top:0;padding: 30px;}
.iconbox h3{margin-top: 15px;margin-bottom: 10px;}
.iconbox p{font-weight: 300;padding: 0 10px;}
.iconbox:hover{top: -10px;z-index: 1;transition: 0.4s;}    
.iconbox-left {text-align: left;    padding:0 0 0 50px;position: relative;margin:0 10px;}
.iconbox-left .iconimg{position: absolute;top:0;left: 0;width:34px;}
@media screen and (max-width: 991px){
.iconbox-left {text-align: left;    padding:0 0 0 40px;position: relative;margin:0 10px;}    
.iconbox-left .iconimg{position: absolute;top:0;left: 0;width:30px;}
}
@media screen and (max-width: 767px){
.iconbox{transition: 0.4s;padding: 15px;}  
.iconbox p{padding: 0;}
    .fborder{border: none;}
    .iconbox-left{margin-bottom: 20px;border-bottom: 1px solid #333;padding:0 0 10px 40px;}    
}
/* ----------------------------------------------------------------
	iconbox-brand logo
-----------------------------------------------------------------*/
.logoListWrap{max-width: 880px;margin: auto;position: relative;}
.logoListWrap ul{display: block;position: relative;float: none;text-align: center;}
.logoListWrap ul li{display:block;position: relative;display: inline-block;
    float:none;margin:3px;width:164px;padding: 15px;
    background: #FFF;border: 1px solid #ddd;}
.logoListWrap ul li img{
    display: inline-block;}
@media screen and (max-width: 991px){
    .logoListWrap{max-width: 600px;}
    .logoListWrap ul li{width:113px;}  
}
@media screen and (max-width: 767px){
 .logoListWrap ul li{width:23%;margin: 1%;} 
}
@media screen and (max-width: 480px){
.logoListWrap{max-width: 300px;}   
    .logoListWrap ul {float: none;text-align: center;}    
 .logoListWrap ul li{width:30%;margin: 1%;padding: 5px;    float: none;} 
}
/* ----------------------------------------------------------------
	feature
-----------------------------------------------------------------*/
.bg-grid{
    background: -moz-linear-gradient(to right bottom, #fff, #ddd);
    background: -webkit-linear-gradient(to right bottom, #fff, #ddd);
    background: -ms-linear-gradient(to right bottom, #fff, #ddd);
    background: linear-gradient(to right bottom, #fff, #ddd);
}
@media screen and (max-width: 767px){
    .bg-grid {padding: 20px;}
    .bg-grid .vertical-middle{transform: none;}
}
.pic-border{border: 1px solid #CCC;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 0 #FFF;
    box-shadow: 0px 3px 4px 0px #EEE, inset 0 -1px 0 0 #FFF;
    padding: 2px;}
.boxshadow {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.iconbox img{max-width: 110px;}

/*------------------------------------------
OTHERS
---------------*/
@media screen and (max-width: 991px){
    .ask span{display: block;}
}
.success{margin-bottom: 30px;}
.success ul li{position: relative;list-style: disc;font-weight: 500;font-size: 1.1em;line-height: 1.4;margin-bottom: 10px;}
.success ul{margin: 0 10%;}
.success h3{margin-bottom: 15px;border-bottom: 3px solid #ddd;text-align: center;padding-bottom: 10px;
font-weight: 500;}
.success ul li:before {}
.success ul li span{display: block;font-weight: 300;font-size: 1em;}
.rad-prg {width: 120px;margin: auto;margin-bottom: 20px;}

.info-list ul li h4{background:#d5bf9f;color: #844f00;padding: 5px 15px;font-weight: 500;border-radius: 3px;}
.info-list ul li p{padding: 5px 15px;}

.tableblock {display: table;width: 100%;}
.tableblock ul{display: table-row;width: 100%;}
.tableblock ul li{display: table-cell;width: 50%;}


@media screen and (max-width: 991px){
    .info-list ul li p{height: auto;}
.tableblock ul li{display: block;width: 100%;}
}


.text-list ul {padding:40px 10%;display: block;}
.text-list ul li{color: #fff;font-size: 1.2em;margin-bottom: 10px;display: block;width: 100%;}

/*Capability頁*/
.cate-de ul li.ttl{    background: #8db938;text-align: center;color: #fff;}
.cate-de ul li.ttl:before{content:none;}
.cate-de ul li.ttls{background: #e2fbcd;text-align: center;color: #333;margin-bottom: 15px;}
.cate-de ul li.ttls:before{content:none;}
.cate-de ul li{font-size: 1.2em;padding: 5px;color: #888;}
.cate-de ul li:before{    content: "▪";
    color: rgb(141, 185, 57);
  }

/* ----------------------------------------------------------------
	contact 聯絡我們
-----------------------------------------------------------------*/
.cblock{background: rgba(255,255,255,0.5);padding:50px 50px;
margin: auto;border: 1px solid #dbc8ab  ;display: inline-flex;width: 100%;min-height: 240px;}
.cblock span{color: brown;font-weight: 600;}
.cblock .cleft{padding: 20px;}
.cblock .cright{}
.cblock h3{color:#7d3a0c;font-weight: 700;}
.cblock2{padding:0 50px;}
@media screen and (max-width: 991px){
 .cblock{   min-height:50px;
     padding:20px 20px;display: block;text-align: center;}
    .cblock .cleft{padding: 0;text-align: center;margin-bottom: 15px;}
}


/* ----------------------------------------------------------------
	news 最新消息
-----------------------------------------------------------------*/
.ngrid{grid-template-columns: repeat(2, 1fr);display: grid;gap:30px;padding: 0 15px;}
.ngrid:before{display: none;}
.newsblock{
max-width: 1100px;
    background: rgba(255,255,255,0.5);
    padding: 50px 50px;
    margin: auto;
    border: 1px solid #dbc8ab;
}
.newsblock .num{color: brown;}

@media screen and (max-width: 991px){
.newsblock{padding: 20px;text-align: justify;}
}
@media screen and (max-width: 767px){
.ngrid{grid-template-columns: repeat(1, 1fr);display: grid;gap:30px;padding: 0 15px;}    
    
}