
@charset "utf-8";

/* Home */

#banner {
	height: 500px;
}

/* Doorway */

#doorway-wrapper {
	margin-left: -800px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	width: 1600px;
	height: 440px;
	z-index: 2;
}
.residential #doorway-wrapper,
.enterprise #doorway-wrapper {
	display: none;
} 
#doorway-slides {
	overflow: visible;
	width: 3200px;
	height: 500px;
	margin: 0 0 0 -800px;
	padding: 0;
	list-style: none;
}
#doorway-slides li {
	width: 1600px;
	float: left;
	margin: 0;
	padding: 0;
}
#doorway-slides a {
	display: block;
	width: 1600px;
	height: 500px;
}
#doorway-slides .doorway-residential a {
	background: #fff url(../images/banners/home-residential.jpg) center 0 no-repeat;
}
#doorway-slides .doorway-enterprise a {
	background: #fff url(../images/banners/home-enterprise.jpg) center 0 no-repeat;
}
#doorway-slides h2 {
	font-family: 'Arvo', "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	position: absolute;
	top: 180px;
	font-size: 72px;
	font-weight: normal;
	width: 400px;
	height: 72px;
	line-height: 72px;
}
.tc #doorway-slides h2 {
	font-family: "微軟正黑體", "Microsoft JhengHei", 'Arvo', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#doorway-slides .doorway-residential h2 {
	color: #00578e;
	left: 320px;
	text-align: left;
	background: url(../images/common/arrow-orange-left.png) left center no-repeat;
	padding-left: 40px;
}
#doorway-slides .doorway-enterprise h2 {
	color: #fff;
	right: 320px;
	text-align: right;
	background: url(../images/common/arrow-orange-right.png) right center no-repeat;
	padding-right: 40px;
}
.en #doorway-slides h2 {
	font-size: 60px;
}
.en #doorway-slides .doorway-enterprise h2 {
	top: 144px;
	height: 144px;
}
.dw-residential .doorway-enterprise h2,
.dw-enterprise .doorway-residential h2 {
	display: none;
}

/* Banner */
#banner-close {
	display: none;
	width: 71px;
	height: 71px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -99999px;
	background: url(../images/common/close-btn-corner.png) 0 0 no-repeat;
	z-index: 4;
}
.residential #banner-close,
.enterprise #banner-close {
	display: block;
}
#banner-wrapper {
	height:500px;
	position: absolute;
	display: none;
	z-index: 1;
}
.residential #banner-wrapper,
.enterprise #banner-wrapper {
	display: block;
} 
.banner-container {
	height:500px;
	background: url(../images/home-banner-bg.png) 0 0 repeat-x;
}
.flexslider {
	display: none;
	position: relative;
}
.residential #slider-residential,
.enterprise #slider-enterprise {
	display: block;
} 
.banner-caption {
	height: 441px;
}
.caption-text {
	background-color: #f68a33;
	color: #fff;
	font-size: 18px;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 90px;
	width: 260px;
}
.caption-text.orange {
	background-color: #f68a33;
	color: #fff;
}
.caption-text.white {
	background-color: #fff;
	color: #00508c;
}
.caption-text.blue {
	background-color: #00508c;
	color: #fff;
}
.caption-text h2 {
	font-size: 21px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 1em;
}
.caption-text p {
	margin-bottom: 0.5em;
}
#slider .slide-img {
	margin: 0 auto;
	display: block;
}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -50px; text-align: center; margin-left: 0;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: url(../images/common/slider-bullets.png) 0 0 no-repeat; cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a:hover { background: url(../images/common/slider-bullets.png) 0 -15px no-repeat; }
.flex-control-paging li a.flex-active { background: url(../images/common/slider-bullets.png) 0 -15px no-repeat; cursor: default; }

.flex-direction-nav {
	z-index: 10;
}
.flex-direction-nav li {
	position: absolute;
	top: 50%;
	background: url(../images/common/slider-nav-bg.png) 0 0 repeat;
	margin-top: -75px;
	opacity: 0.7;
	z-index: 10;
}
.flex-direction-nav li:first-child {
	left: 0;
}
.flex-direction-nav li:last-child {
	right: 0;
}
.flex-direction-nav li:hover {
	opacity: 1;
}
.flex-direction-nav li a {
	display: block;
	width: 35px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -99999px;
}
.flex-direction-nav li a.flex-prev {
	background-image: url(../images/common/arrow-orange-left.png);
}
.flex-direction-nav li a.flex-next {
	background-image: url(../images/common/arrow-orange-right.png);
}
/* Highlight */

#highlight {
	margin-bottom: 24px;
}
#home-highlight {
	background: url(../images/home-highlight-footer.png) 0 bottom no-repeat;
	overflow: hidden;
	padding-bottom: 16px;
}
#home-highlight img {
	display: block;
}
.tc #home-highlight .block {
	background: url(../images/home-highlight-bg.jpg) 0 0 no-repeat;
	float: left;
	position: relative;
	width: 325px;
	height: 210px;
}
.en #home-highlight .block {
	background: url(../images/home-highlight-bg_en.jpg) 0 0 no-repeat;
	float: left;
	position: relative;
	width: 325px;
	height: 210px;
}
.home-highlight-hover-block {
	display: block;
	width: 325px;
	height: 210px;
}
#home-highlight h2 {
	color: #00508c;
  	font-family: 'Arvo', "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  	font-size: 20px;
  	font-weight: normal;
	position: absolute;
	left: 0px;
	top: 5px;
	width: 325px;
	height: 30px;
}
.tc #home-highlight h2 {
  	font-weight: bold;
}
#home-highlight #home-promotion {
	background-position: 0px 30px;
}
#home-highlight #home-latestnews {
	background-position: -325px 30px;
}
#home-highlight #home-quicklinks {
	background-position: -650px 30px;
	width: 310px;
}
#home-quicklinks h2 {
	width: 310px;
}
.tc #home-highlight .entry-content {
	background: url(../images/home-highlight-bg.jpg) 0 0 no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 325px;
	height: 0;
	display: none;
}
.en #home-highlight .entry-content {
	background: url(../images/home-highlight-bg_en.jpg) 0 0 no-repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 325px;
	height: 0;
	display: none;
}
#home-highlight #home-promotion .entry-content {
	background-position: 0px bottom;
}
#home-highlight #home-latestnews .entry-content {
	background-position: -325px bottom;
}
#home-highlight #home-quicklinks .entry-content {
	background-position: -650px bottom;
	width: 310px;
}
.tc #home-highlight .home-highlight-hover .entry-content {
	display: block;
	height: 110px;
}
.en #home-highlight .home-highlight-hover .entry-content {
	display: block;
	height: 110px;
}
#home-highlight .entry-content p {
	margin: 10px;
	color: #fff;
}
#home-highlight .entry-content ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#home-highlight .entry-content li {
	float: left;
	width: 130px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#home-highlight .entry-content li.col-1 {
	clear: left;
}
#home-highlight .entry-content li.col-2 {
	width: 160px;
}
#home-highlight .entry-content a {
	color: #fff;
	font-weight: normal;
	line-height: 14px;
	display: block;
}
#home-highlight .entry-content a:hover {
	color: #ff8c1a;
}

.home .ui-tabs-panel .three-cols {
  background: url(../images/common/tab-3col-vr-330.png) 302px 15px repeat-y;
  /*margin: 10px 20px 0 20px;*/
  margin: 10px 0 5px 20px;
}
.home .ui-tabs-panel .three-cols li {
  float: left;
  /*width: 272px;*/
  width: 269px;
  padding-left: 35px;
  background-position: 15px 6px;
}
.home .ui-tabs-panel .three-cols li.col-a { width: 269px; }
.home .ui-tabs-panel .three-cols li.col-b { width: 283px; }
.home .ui-tabs-panel .three-cols li.col-c { width: 255px; }

#home-summary {
	width: 962px;
	margin-left: -1px;
	margin-bottom: 20px;
	background: url(../images/common/tab-bg.png) 0 0 repeat-y;
	overflow: hidden;
}
#home-summary .summary-header {
	background: url(../images/common/tab-header-full.png) 0 top no-repeat;
	height: 5px;
}
#home-summary .summary-body {
	background: url(../images/common/tab-3col-vr-330.png) 302px 0 repeat-y;
	margin: 10px 0 5px 20px;
	overflow: hidden;
}
#home-summary .summary-body .col {
	float: left;
	width: 294px;
	padding-left: 0;
	padding-right: 20px;
}
#home-summary .summary-body .col-a { width: 294px; }
#home-summary .summary-body .col-b { width: 308px; }
#home-summary .summary-body .col-c { width: 280px; }

#home-summary .summary-body h3 {
	background-color: #efefef;
	margin: 0;
	padding: 8px 20px 8px 15px;
	height: 45px;
	line-height: 45px;
	color: #00508c;
	font-family: 'Arvo', "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	font-size: 20px;
}
#home-summary .summary-body h3 img {
	float: right;
}
#home-summary .summary-body .more {
	text-align: right;
	padding-right: 10px;
}
#home-summary .summary-body .more.fix-bottom {
	position: relative;
	right: 0;
	bottom: 0;
}
#home-summary .summary-footer {
	background: url(../images/common/tab-footer.png) 0 bottom no-repeat;
	height: 5px;
}
#home-summary .summary-list {
	position: relative;
	padding: 0;
	margin: 0 0 10px 10px;
	height: 210px;
	overflow: auto;
}
#home-summary .summary-list ul {
	margin: 0;
	padding: 20px 5px 10px 0;
}
#home-summary .summary-body li {
	background: url(../images/common/tab-bullet.png) 5px 6px no-repeat;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 1em;
}
#home-summary .summary-body li:last-child {
	margin-bottom: 0;
}

#special-notice-wrapper {
	position: absolute;
	top: 350px;
	left: 0;
	width: 0;
	overflow: hidden;
	z-index: 1000;
}
#special-notice {
	position: relative;
	float: right;
	background-color: #f68a33;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	   -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	        box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	behavior: url(../css/pie/PIE.htc);
	z-index: 1001;
}
#special-notice .inner {
	min-height: 100px;
	height: 100%;
	margin-right: 24px;
	background-color: #fff;
	overflow: hidden;
}
#special-notice .content {
	padding: 24px;
	color: #00508c;
}
#special-notice .close-btn {
	background: none;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 11px;
	height: 11px;
}
#special-notice .label {
	position: absolute;
	top: 30px;
	right: 5px;
	width: 13px;
	height: 100px;
	background: url(../images/common/special-notice_tc.png) 0 0 no-repeat;
}
.en #special-notice .label {
	background: url(../images/common/special-notice_en.png) 0 0 no-repeat;
}