@charset "utf-8";

/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 3000px)  {
	
	.ellipsis {
	padding: 0px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size:16px !important;
	}
	.info-image{ height:165px; padding:0}
	.s-image{ height:170px; padding:0 0 0 0}
	.entry-image-index{ height:180px;}
	.entry-image-index-c{height:180px;}
	.image-size{ height:500px}
	.row-custom {
		margin:0 -15px;	
	}
	.info_image_1{ height:200px !important; width:100% !important;}
	.content-wrap {
		position: relative;
		padding: 80px 0;
	}
	
	#page-title .breadcrumb {
    position: relative !important;
    top: 0 !important;
	left:15px ;
	font-family:'微軟正黑體', Arial;
    right: 0 !important;
    margin:   0 !important;
	}

	div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 40px  !important;
    padding-bottom: 40px !important;
	}
	
	.modal-dialog {
    width: 900px !important;
    margin: 30px auto;
	}
	
	div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
	}
	.login-body{  padding: 40px;}
}



/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.info_image_1{ height:200px !important; width:100% !important;}
	.info-image{ height:200px; padding:0}
	.s-image{ height:200px; padding:0 0 10px 0;    width: 100% !important; }
	.entry-image-index{ height:200px;}
	.entry-image-index-c{height:200px;}
	.image-size{ height:350px}
	div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
	}
	
	.login-body{  padding: 40px;}
	
	.row-custom {
		margin:0 -15px;
		
	}
}


/* Portrait tablets and small desktops */
@media (min-width: 781px) and (max-width: 991px) {
	.info-image{ height:200px; padding:0}
	.s-image{ height:200px; padding:0 0 10px 0;    width: 100% !important; }
	.entry-image-index{ height:200px;}
	.entry-image-index-c{height:200px;}
	.image-size{ height:400px}
	.info_image_1{ height:200px !important; width:100% !important;}
	.row-custom {
		margin:0 -15px;
		
	}
	
	#header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#fff;
	border-bottom:#eaeaea 1px solid;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	}
	
	
	#top-search a, #top-cart > a, #side-panel-trigger a, #top-account a{ color:#666 !important;}
	#primary-menu-trigger, #page-submenu-trigger {color:#666 !important;}
	
	.portfolio-image-wh{height:250px!important}
	.portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
	}
	
	.modal-dialog {
    width: 700px !important;
    margin: 30px auto;
	}
	
	div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
	}
	
	.login-body{  padding: 20px;}
	
	
	#logo {
	display: block;
    height: 60px;
    position: fixed  !important;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions 
    min-height: 10em;*/
    width: 50%;
	z-index:200;
	top:0
	}
	
	#top-bar {
    height: 60px;

	}
	#header, #header-wrap, #logo img {
    height: 60px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
	}
}


/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 780px) {
	
	.info-image{ height:300px; padding:0}
	.s-image{ height:170px ; padding:0 0 0px 0}
	.info_image_1{ height:150px !important; width:100% !important;}
	.entry-image-index{ height:200px;}
	.entry-image-index-c{height:200px;}
	.image-size{ height:350px !important}
.entry-title h2, .post-grid .entry-title h2 {
    font-size: 22px !important;
    font-weight: 600;
}
#page-title .breadcrumb {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin:  0 !important;
		font-family:'微軟正黑體', Arial;
	}
.entry-image, .entry-image-1 > a, .entry-image-1 .slide a, .entry-image-1 img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
	.small-thumbs .entry-image-1, .ievent .entry-image-1 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
	}
	
	#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #slider + #header.transparent-header, #header.transparent-header.floating-header + #slider, #header.transparent-header + #google-map {
    top: 100px;
    margin-bottom: 100px;
}
	
	#top-search a, #top-cart > a, #side-panel-trigger a, #top-account a{ color:#666 !important;}
	#primary-menu-trigger, #page-submenu-trigger {color:#666 !important;}
	#top-search form input{ color:#333}
	
	#header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#fff;
	border-bottom:#eaeaea 1px solid;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	}
	
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, .ei-slider {
    height: 350px !important;
    margin: 0px 0 -60px 0;
	}
	
	.container, #header.full-header .container, .container-fullwidth {
    width: 100% !important;
	}
	
	div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.login-body{  padding: 30px;}

	#logo {
	display: block;
    height: 100px;
    position: fixed  !important;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions 
    min-height: 10em;*/
    width: 50%;
	z-index:200;
	top:0
	}
	
	#top-bar {
    height: 60px;

	}
	
	#header, #header-wrap, #logo img {
    height: 60px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
	}

}



/* Portrait phones and smaller */
@media (max-width: 480px) {
	
	.countdown-large .countdown-section {
    display: inline-block;
    width: 25%;
    margin: 10px 0 0;
    border: 0;
	}
	
	
	.info-image{ height:200px; padding:0}
	.s-image{ height:100px !important; padding:0 0 10px 0}
	.entry-image-index{ height:200px;}
	.entry-image-index-c{height:100px;}
	.info_image_1{ height:120px !important; width:120px !important;}
	#top-bar {
    height: 60px;
	}
	.image-size{ height:200px}
	.promo:not(.promo-full) {
    padding: 10px 10px !important;
	}
	.ellipsis {
	padding: 0px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:16px !important;
	}
	.content_other_list{
	width: 32.3%;
    margin-left: .5%;
    margin-right: .5%;
	padding:0 0 0 .5%
	}
	
	
	.content-wrap .header-stick {
    margin-top: 0px !important;
}
	
	
.small-thumbs .entry-image-1, .ievent .entry-image-1 {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
	}
	.content-wrap {
		position: relative;
		padding: 0 0 80px 0;
	}
	#page-title .breadcrumb {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin:  0 !important;
		font-family:'微軟正黑體', Arial;
	}
	#content {
    top: 0px !important;
	}

	#top-search a, #top-cart > a, #side-panel-trigger a, #top-account a{ color:#666 !important;}
	#primary-menu-trigger, #page-submenu-trigger {color:#666 !important;}
	#top-cart{ display:block !important}
	#gotoTop {
		/*display: block;*/
		
	}
	#top-search a {
    right: 55px;
	}
	
	#top-cart{right: 20px;}
	
	
	#top-search form input{ color:#333}
	
	
	#header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#fff;
	border-bottom:#eaeaea 1px solid;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	}
	
	
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, .ei-slider {
	height: 350px !important;
    margin: 0px 0 -60px 0;
	}

	
	#header, #header-wrap, #logo img {
    height: 56px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
	}
	
	#logo {
    position: fixed  !important;
	height: 60px  !important;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions
    min-height: 10em; */
    width: 50%;
	z-index:200;
	top:0
	}
	
	#primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 5px;
    margin-top: 0;
    left: 0;
    z-index: 1;
	}
	
	#top-search a, #top-cart, #side-panel-trigger, #top-account {
    position: absolute;
    top: 0;
    left: auto;
    right: 20px;
    margin: 20px 0;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
	}
	
	#top-cart.top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 11;
    margin-top: -24px;
	}
	
	#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #slider + #header.transparent-header, #header.transparent-header.floating-header + #slider, #header.transparent-header + #google-map {
    top: 40px;
    margin-bottom: 0;
}

#slide-number {
    position: absolute;
    opacity: 0;
    top: auto;
    right: 20px;
    bottom: 40px;
    z-index: 20;
    width: 36px;
    height: 40px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 20px  !important;
    padding-bottom: 20px !important;
}


.container, #header.full-header .container, .container-fullwidth {
    width: 100% !important;
}


.login-body{  padding: 30px;}

.full-screen:not(.force-full-screen) .container.vertical-middle {
    width: 100%!important;
}
}


.flex-control-nav.flex-control-thumbs li, .flex-control-nav.flex-control-thumbs li { overflow:hidden; height:60px !important}
.flex-control-nav.flex-control-thumbs li, .flex-control-nav.flex-control-thumbs li img{ height:100%}


.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #F00 !important;
	font-family:"微軟正黑體", Arial;
}

.sp-quantity {
    width:124px;
    height:42px;
    font-family:"ProximaNova Bold", Helvetica, Arial;
}
.sp-minus {
    width:40px;
    height:40px;
    border:1px solid #e1e1e1;
    float:left;
    text-align:center;
	background-color: #EEE;
}
.sp-input {
    width:40px;
    height:40px;
    border:1px solid #e1e1e1;
    border-left:1px solid #DDD;
    float:left;
	background-color: #EEE;
}
.sp-plus:focus {
	background-color: #D8D8D8;
}
.sp-minus:focus {
	background-color: #D8D8D8;
}
.sp-plus {
    width:40px;
    height:40px;
    border:1px solid #e1e1e1;
    border-left:1px solid #DDD;
    float:left;
    text-align:center;
	background-color: #EEE;
}
.sp-input input {
    width:30px;
    height:38px;
    text-align:center;
    font-family:"ProximaNova Bold", Helvetica, Arial;
    border: none;
	background-color: #EEE;
}
.sp-input input:focus {
    border:1px solid #e1e1e1;
    border: none;
}
.sp-minus a, .sp-plus a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.edit_qty{
	border: 0;
    width: 38px;
    height: 38px;}
.button{ font-family: "微軟正黑體", Arial}	
.button.button-desc {
    text-align: left;
    padding: 24px 34px;
    font-size: 22px;
    height: auto;
    line-height: 1;
    font-family: "微軟正黑體", Arial
}

.size-12 {font-size:12px}
.size-14 {font-size:14px}
.size-16 {font-size:16px}
.size-18 {font-size:18px}
.size-21 {font-size:21px}
.size-24 {font-size:24px}
.size-32 {font-size:32px}
.size-48 {font-size:48px}
.size-64 {font-size:64px}
.size-80 {font-size:80px}
.size-96 {font-size:96px}
@media all and (max-width: 1024px) {
    .size-12 {font-size:12px}
    .size-14 {font-size:14px}
    .size-16 {font-size:16px}
    .size-18 {font-size:18px}
    .size-21 {font-size:21px}
    .size-24 {font-size:24px}
    .size-32 {font-size:28px}
    .size-48 {font-size:32px}
    .size-64 {font-size:36px}
    .size-80 {font-size:40px}
    .size-96 {font-size:44px}
}
}


body {
	line-height: 1.5;
	color: #555;
	font-family: "微軟正黑體", Arial;
}

#primary-menu{ font-family:"微軟正黑體", Arial;font-weight:bold;}
#primary-menu > ul > li.sub-menu > a > div {
	font-family:"微軟正黑體", Arial;
	font-size:15px;
}
#primary-menu ul li > a {
	font-family:"微軟正黑體", Arial;
	font-size:15px;
	font-weight:500

}
#primary-menu ul ul li > a {
    font-family:"微軟正黑體", Arial;
	font-size:15px;
	font-weight:500
}
.feature-box.fbox-plain.fbox-small h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}
#content p {
    line-height: 1.8;
	font-family:"微軟正黑體", Arial;
	color:#666;
	font-size:14px;
}

#content p.info_content{
    line-height: 30px;
    font-family: "微軟正黑體", Arial;
    color: #333;
    font-size: 17px;
	font-weight:400;
}
#page-title.page-title-parallax .breadcrumb{	font-family:"微軟正黑體", Arial;}


div.zabuto_calendar .table th, div.zabuto_calendar .table td {
    padding: 2px 2px  !important;
    text-align: center;
}
.calendar-dow-header th{ height:50px; vertical-align: middle !important; font-family:"微軟正黑體", Arial }
tr.calendar-month-header th{ height:50px; vertical-align: middle !important; font-family:"微軟正黑體", Arial }

div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event {
    background-color: #900 !important;
	color:#FFF
}

div.zabuto_calendar .badge-event, div.zabuto_calendar div.legend span.badge-event {
    background-color: #fff !important;
    color: #888 !important;
    text-shadow: none;
	font-family:"微軟正黑體", Arial
}


#primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content{ width:200px !important}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
     padding:0px 20px !important; 
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 0px !important;
}

div.zabuto_calendar .badge-today, div.zabuto_calendar div.legend span.badge-today {
    background-color: #600 !important;
    color: #fff;
    text-shadow: none;
}
.titlex{font-family: "微軟正黑體", Arial;
    font-size: 14px;
    /* position: absolute; */
    z-index: 999;
    text-align: center;
    /* display: table; */
    /* table-layout: auto; */
    margin: 10px auto;
    height: 10px;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-size: 17px;
    font-weight: 500;
	font-family: "微軟正黑體", Arial;  
	
}


.top-cart-title h4 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-weight:600
}
.top-cart-item-desc a {
    text-align: left !important;
    font-size: 15px !important;
    width: auto !important;
    height: auto !important;
    color: #333;
    font-weight: 600;
}	
.title-block > span {
    display: block;
    margin-top: 4px;
    color: #483f3f;
    font-weight: 600;
}

.lead {
    margin-bottom: 20px;
	font-size:16px;
	font-weight: 500;
	line-height:30px;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: "微軟正黑體", Arial;  
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}


#primary-menu ul li > a i {
    position: relative;
    top: 0px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    margin-right: 0px;
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6, #logo, #primary-menu ul li > a, #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a, #top-search form input, .entry-link, .entry.entry-date-section span, .button.button-desc, .counter, label, .nav-tree li a, .wedding-head .first-name, .wedding-head .last-name, .font-primary {
    font-family: "微軟正黑體", Arial;
}

.faqs .toggle .togglet, .faqs .toggle .toggleta {
    font-size: 20px;
}

.sub-menu-link li a{font-size: 17px;}
.sub-menu-link li {padding: 7px 0;
    border-bottom: 1px #eaeaea solid;}
	
.sub-menu-link li:last-child {
   padding: 7px 0;
	border-bottom: 0px #eaeaea solid;
}

.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #2b675b;
    font-family: "微軟正黑體", Arial;
    font-style: normal;
}
.top-links li > a {
    display: block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 44px;
    color: #666;
	font-family:"微軟正黑體", Arial;
}
.faqs .toggle .togglet, .faqs .toggle .toggleta {
    font-size: 19px;
	font-family:"微軟正黑體", Arial;
}

.sub-menu-link li a {
    font-size: 17px;
	font-family:"微軟正黑體", Arial;
}
#logo {
    position: relative;
    font-family: "微軟正黑體", Arial;
    line-height: 100%;
    margin-right: 29px;
}

.sale-flash {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    background-color: #1ABC9C;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    z-index: 5;
	font-family:"微軟正黑體", Arial
}

.entry {
    position: relative;
    margin: 0px 0 20px;
    padding: 0px 0 20px;
    border-bottom: 2px solid #F5F5F5;
}

.small-thumbs .entry-image, .ievent .entry-image {
    float: left;
    width: 230px;
    margin: 0 30px 0 0;
}


.small-thumbs .entry-image-1, .ievent .entry-image-1 {
    float: left;
    width: 300px;
    margin: 0 20px 0 0;
}

.si-share {
    position: relative;
    padding-left: 5px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
	font-family:"微軟正黑體", Arial
}

.small-thumbs .entry-title h2, .ievent .entry-title h2 {
    font-size: 24px;
    font-weight: 600;
}

.si-share div {
    float: none;
}
.worker-con{font-family:"微軟正黑體", Arial; font-size:17px; font-weight:400}


.feature-box h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
	margin-top:10px;
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: 15px !important;
    margin: -10px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
	font-family:"微軟正黑體", Arial
}

.portfolio-filter li a {
    display: block;
    position: relative;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 15px;
    color: #666;
    border-left: 1px solid rgba(0,0,0,0.07);
	font-family:"微軟正黑體", Arial
}

.toggle .togglec {
    display: block;
    position: relative;
    padding: 10px 0 0 24px;
	font-family:"微軟正黑體", Arial;
	color:#000;
	line-height:25px
}

p.faq_con{ font-size:16px !important}

.tagcloud a {
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid #E5E5E5;
    font-size: 13px !important;
    color: #666;
    border-radius: 2px;
	font-family:"微軟正黑體", Arial;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: normal;
    color: #777;
	font-family:"微軟正黑體", Arial;
}

.strlen--1{
	width:100%;
	max-width:500px;
	line-height:1.5;
	margin:1em 0;
	/*border:#F00 1px solid;
	padding:5px;
	
	text-align:justify;*/
	/*多行文字限制*/
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.strlen--2{
	width:100%;
	max-width:500px;
	line-height:1.5;
	margin:1em 0;
	/*border:#F00 1px solid;
	padding:5px;
	
	text-align:justify;*/
	/*多行文字限制*/
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.strlen--3{
	width:100%;
	max-width:500px;
	line-height:1.5;
	margin:1em 0;
	/*border:#F00 1px solid;
	padding:5px;
	
	text-align:justify;*/
	/*多行文字限制*/
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.strlen--3-{
	width:100%;
	/*max-width:500px;*/
	line-height:1.5;
	margin:1em 0;
	/*border:#F00 1px solid;
	padding:5px;
	
	text-align:justify;*/
	/*多行文字限制*/
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.entry-image-1, .entry-image-1 > a, .entry-image-1 .slide a, .entry-image-1 img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.nav-font{
	font-size:18px !important;
	font-weight:bold !important;
	}
.feature-box.media-box .fbox-media{margin: 0 0 40px;}

.news-carousel .rounded-skill {
    position: absolute;
    margin: 0 !important;
    top: 30px;
    right: 30px;
    color: #999;
    font-weight: 600;
}

.label {
    line-height:1;
	font-family:"微軟正黑體", Arial
}

.entry-title h2{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 1px;
}