/* reset & default */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; background: transparent; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body { 
	color: #333; 
	font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal; font-size: 100%; 
	line-height: 1; background: #D3D4D5; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #D3D4D5 36%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(36%,#D3D4D5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#D3D4D5 36%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#D3D4D5 36%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#D3D4D5 36%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#D3D4D5 36%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D3D4D5',GradientType=0 ); /* IE6-9 */
}
textarea {font-family: inherit; overflow: auto; vertical-align: top; resize: none}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;}
table {border-spacing: 0;}
sup {vertical-align: text-top; top: 0; line-height: 1em;}
sub {vertical-align: text-bottom;}
h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.65em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.25em;}
a {color: #3399cc; text-decoration: underline;}
a:hover {color: #3399cc; text-decoration: none;}
a:active {color: #3399cc;}
:focus {outline: 0;}
img { max-width:100%; display:inline-block;}


/* common */
.width-1 {}
.list-1 {}
.color-1 {}
.float-l {float: left;}
.float-r {float: right;}
.hide {display: none;}
.invisible {visibility: hidden;}
.loading {}
.version-2 { display: none;}
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}
.no-bgd { background: none !important;}
.fck {overflow: hidden; line-height: 16px;}
	.fck ul, .fck ol {margin: 0 0 10px 0;}
		.fck ul li {margin: 0; padding: 0 0 10px 0; list-style: inside; list-style-type: disc;}
		.fck ol li {margin: 0; padding: 0 0 10px 0; list-style: inside; list-style-type: decimal !important;}
.align-c { text-align: center;}
.no-pad { padding: 0 !important;}
.red {color: #ed3023;}
.bold {font-weight: bold;}
.col-l-line {border-left: 1px solid #d3d3d3;}
.m-icons { position: absolute; top: 35px; right: 15px; display: none;}
.icon-nav { cursor: pointer; padding: 10px 35px 16px 0px; }
.icon-nav span { position: relative; display: block; width: 100%; height: 4px; margin-top: -2px; background-color: #6a757b; font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.icon-nav.active span { background-color: transparent;}
.icon-nav span:before,
.icon-nav span:after { position: absolute; left: 0; width: 100%; height: 100%; background: #6a757b; content: '';  -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s;}
.icon-nav span:before { -webkit-transform: translateY(-250%); transform: translateY(-250%);}
.icon-nav span:after { -webkit-transform: translateY(250%); transform: translateY(250%); }
.icon-nav.active span:before { -webkit-transform: translateY(0) rotate(45deg);  transform: translateY(0) rotate(45deg);}
.icon-nav.active span:after { -webkit-transform: translateY(0) rotate(-45deg);  transform: translateY(0) rotate(-45deg);}
.btn-type-1 { display: inline-block; padding: 12px 20px; font-size: 1em; color: #fff; text-decoration: none; background: #6a747a; text-align: center; min-width: 150px;}
.btn-type-1:hover { color: #fff; background: #ef2b1f;}
.company {text-align: right; margin-top: -15px;}


/* alert */
.alert-layer {display: block; position: absolute; top: -1500px; left: -15000px; overflow: hidden; padding: 3px 5px; background: #edd540; color: #424242; }
	.alert-layer .message {margin: 0; padding: 0 0 0 5px;}
.alert-incom { color: #ff0000 !important; font-size: 0.75em !important; padding: 10px 0 0 !important;}


/* form */
.icons { background: url(../images/wi-icons.png) no-repeat; display: inline-block; border-bottom:1px }
.icon-up { background-position: 0 -180px; width: 15px; height: 11px; margin-right: 5px;}
.icon-down { background-position: -30px -180px; width: 15px; height: 11px; margin-right: 5px;}
.icon-share { background-position: -120px -120px; width: 20px; height: 20px;}
.icon-print { background-position: -180px -120px; width: 23px; height: 20px;}
.icon-eyeplus {background-position: -60px -120px; width: 38px; height: 30px;}
.icon-sub { background-position: 0 -120px; width: 33px; height: 25px;}

.icon-performance { background-position: 0 5px; width: 55px; height: 38px;}
a.active .icon-performance, a:hover .icon-performance {background-position:0 -55px;}
.icon-fundfact { background-position: -90px 0; width: 30px; height: 38px;}
a.active .icon-fundfact , a:hover .icon-fundfact{background-position:-90px -60px;}
.icon-fundmanagers { background-position: -150px 0; width: 38px; height: 38px;}
a.active .icon-fundmanagers, a:hover .icon-fundmanagers{background-position:-150px -60px;}
.icon-wheretobuy { background-position: -210px 4px; width: 62px; height: 38px;}
a.active .icon-wheretobuy, a:hover .icon-wheretobuy{background-position:-210px -60px;}
.icon-relatedinfor { background-position: -300px 0; width: 45px; height: 38px;}
a.active .icon-relatedinfor, a:hover .icon-relatedinfor{background-position:-300px -60px;}

.icon-feature { background-position: 0 -450px; width: 33px; height: 30px; }
a.active .icon-feature, a:hover .icon-feature {background-position:0 -510px;}
.icon-details { background-position: -55px -450px; width: 33px; height: 30px; }
a.active .icon-details, a:hover .icon-details {background-position:-55px -510px;}
.icon-videos { background-position: -60px -450px; width: 18px; height: 30px; }
a.active .icon-videos, a:hover .icon-videos {background-position:-60px -510px;}
.icon-qa { background: url(../images/icon-qa.gif) no-repeat; width: 28px; height: 28px; }
/*a.active .icon-qa, a:hover .icon-qa {background-position:-173px -510px;}*/
.icon-where2buy { background-position: -240px -450px; width: 35px; height: 26px; }
a.active .icon-where2buy, a:hover .icon-where2buy {background-position:-240px -510px;}
.icon-awards { background-position: -120px -450px; width: 23px; height: 30px; }
a.active .icon-awards, a:hover .icon-awards {background-position:-120px -510px;}
.icon-relatednews { background-position: -170px -450px; width: 33px; height: 30px; }
a.active .icon-relatednews, a:hover .icon-relatednews {background-position:-170px -510px;}
.icon-downloads { background-position: -360px -450px; width: 20px; height: 26px; }
a.active .icon-downloads, a:hover .icon-downloads {background-position:-360px -510px;}
.icon-contact { background-position: -235px -450px; width: 45px; height: 30px;}
a.active .icon-contact, a:hover .icon-contact {background-position:-235px -510px;}

.icon-eyes { background-position: 0px -210px; width: 45px; height: 25px;}
.icon-search { background-position: -90px -210px; width: 27px; height: 27px;}

.icon-phone { background-position: 0 -269px; width: 18px; height: 18px; float: left; margin-right: 5px;}
.icon-web { background-position: -30px -270px; width: 18px; height: 18px; margin-top: 3px;}


/* structure */
.header { width: 100%; padding: 20px 0 0; position: relative;}
	.header .clearfix { width: 100%;}
		.header .logo { float: left;}
		.btn-globalhome { position: absolute; top: 15px; right: 15px; text-decoration: none; color: #666; font-size: 0.875em;}
		.btn-globalhome:hover { color: #ed1b2d}
		.btn-fb { position: absolute; top: 15px; right: 95px; text-decoration: none; color: #666; font-size: 0.875em;}
		.btn-fb:hover { color: #ed1b2d}
		.btn-line { position: absolute; top: 15px; right: 180px; text-decoration: none; color: #666; font-size: 0.875em;}
		.btn-line:hover { color: #ed1b2d}
		.head-options { float: right; text-align: right;}
		.nav-top { overflow: hidden; border-bottom: 1px solid #ebebeb; padding-bottom: 10px; margin-bottom: 10px; display: inline-block;}
		.nav-top li { float: left; margin-left: 15px;}
		.nav-top li:first-child { margin-left: 0;}
			.nav-top li a { color: #333333; text-decoration: none; font-size: 0.625em; }
			.nav-top li a:hover { color: #ed1b2d; }

	.search-top { display: inline-block; float: right; height: 32px;}
		.search-top input { display: none; max-width: 165px; border-left: 2px solid #cccccc; margin-left: 10px; padding: 5px 10px;}
		.search-top a { display: inline-block; margin-left: 15px; color: #333; text-decoration: none; line-height: 24px; vertical-align: top;}
			.search-top a i { float: left; margin-left: 10px;}
			.search-top a span { display: none;}

	.nav { width: 100%; padding: 20px 0 10px; overflow: hidden;}
		.nav li { float: left; text-align: center; overflow: hidden;}
		.nav li a { font-size: 0.875em; line-height: 1.125em; color: #666; text-decoration: none; display: inline-block; font-weight: bold; position: relative; padding-left: 15px; margin-left: 15px;}
		.nav li a:hover, .nav li.active a  { color: #ed3023;}
		.nav li a:before { content: ''; position: absolute; bottom: 0; left: 0; width: 2px; height: 100px; background: #ed3023; display: block;}
		.nav li:first-child a { margin-left: 0; padding-left: 0}
		.nav li:first-child a:before { display: none;}

.breadcrum { width: 100%; overflow: hidden; margin-bottom: 15px; font-size: 0.75em; color: #999;}
	.breadcrum a { color: #999; text-decoration: none;}
	.breadcrum a:hover { text-decoration: underline;}

.scrollTop { padding: 30px 0 15px; text-align: right; font-size: 0.875em;}
	.scrollTop strong { padding-right: 20px; cursor: pointer; color: #999}

.main { width: 100%; background: #fff; overflow: hidden;}
.banner { width: 100%; overflow: hidden; position: relative;/*box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);*/}
	.banner img { width: 100%; display: block;}
		.banner .caption { position: absolute; top: 0; bottom: 0; right:0px; padding: 25px 0px; width: 50%;}
			.banner .caption h1 { font-size: 1.8em; line-height: 1.3em; color: #ed1b2e; font-weight: 500; text-transform: uppercase; padding:15px 0; }
			.banner .caption h1 span { font-size: 0.7em; line-height: 1.3em; color: #68727b;}
			.banner .caption p { color: #ed1b2e; font-size: 1.2em; line-height: 1.5em;}

.wrapper-sticky.sticky { position: fixed; top: 0; left: 0; right: 0; z-index: 1111 }	
.sticky-bar { width: 100%; /*background: url(../images/bgd-sticky2.jpg) no-repeat; background-size: cover;*/ background:#FFF; padding: 20px; border-bottom:1px #D92627 solid;}
	.sticky-nav { width: 100%; text-align: center;}
		.sticky-nav > li {padding: 0 18px; text-align: center; display: inline-block;}
		.sticky-nav > li:first-child { padding-left: 0; border-left: 0;}
		.sticky-nav > li.last { float: right; border-left:none; padding: 15px 0 0;}		
		.sticky-nav > li > a { display: inline-block; text-align: center; color: #455560; text-decoration: none; font-size: 0.875em; line-height: 27px;}
		.sticky-nav > li > a.active, .sticky-nav > li > a:hover { color: #D92627}
		.sticky-nav > li > a > span { display: inline-block; text-align: center;font-size: 16px;}
		.sticky-nav > li > a > i { float: left; margin-right: 8px;}
	.select-m { display: none;}
		.customBtn.btn { border-radius: 0; border:none; padding-right: 30px; font-size: 0.875em; min-width: 260px; text-align: left; float: none;}
			.customBtn.btn .caret { border:none; background: url(../images/caret-2.png); width: 10px; height: 9px; position: absolute; top: 11px; right: 10px;}
		.btn-group .dropdown-menu { width:100%; height:100%; background: #fff; background: rgba(255,255,255,0.9); box-shadow: none; border-radius: 0; border:none; padding: 0; margin: 1px 0; right: 0;}
		.btn-group .dropdown-menu li { border-top:1px solid #dde1e4;}
		.btn-group .dropdown-menu li:first-child { border-top:none;}
		.btn-group .dropdown-menu li a { text-decoration: none; font-size: 1em; padding: 6px 14px;}

.list-detail { width: 100%; overflow: hidden; margin: 30px 0;}
	.list-detail li {margin-bottom: 15px; overflow: hidden;}
	.list-detail li img { float: left; padding-right: 10px; width: auto }
	.list-detail li a { color: #455560; line-height: 1.25em; font-size:1em; text-decoration: none; display: table; vertical-align: middle;}
		.list-detail li a>span { vertical-align: middle; display: table-cell;}
		.list-detail li a:hover span { text-decoration: underline;}
		.list-detail li a:hover img { opacity: 0.5; filter: alpha(opacity=50)}

.short-desc { background: #bac2c8; width: 100%; padding: 45px 25px 20px; margin-bottom: 40px;}
	.short-desc h5 { font-size: 1.5em; color: #333; padding-bottom: 25px; font-weight: bold;}
	.short-desc p { font-size: 1em; line-height: 1.25em; padding-bottom: 25px;}

	.key-benefit { text-align: center;}
		.key-benefit p { font-size: 1.125em;}
.data-number { width: 100%; overflow: hidden; font-size: 0;}
	.data-number li { display: inline-block; font-size: 16px; vertical-align: top; width: 25%; background: #ebebeb; padding: 20px 0 20px 30px;}
		.data-number li span { display: block; font-size: 1.875em; line-height: 1.125em;}
		.data-number li span:first-child { font-size: 1em; padding-bottom: 5px;}

.twoCols { width: 100%; overflow: hidden; margin-bottom: 60px;}
	.twoCols li { float: left; width: 50%; background: #ff9933; padding: 40px 20px; color: #fff; height: 170px;}
	.twoCols li:first-child { background: #7baabe; padding: 59px 20px;}
		.twoCols li p { padding-bottom: 0; font-size: 1.875em;}
		.twoCols li p:first-child { font-size: 1em;}
.tool-chart { display: block; width: 100%; margin-bottom: 30px;}
.list-time { float: left;}
	.list-time li { float: left; margin-right: 25px;}
		.list-time li a { text-decoration: none; color: #333; font-weight: bold; padding: 5px; border-radius: 50%; display: inline-block; width: 34px; height: 34px; line-height: 25px; text-align: center;}
		.list-time li a.active { background: #adadad; color: #fff;}
.datepicker { float: right;}
	.datepicker input { background: #efefef url(../images/caret.png) 95% 12px no-repeat; padding: 5px 25px 5px 10px; display: inline-block; max-width: 180px;}
	.datepicker span { display: inline-block; padding: 0 8px; color: #6a747a; font-weight: bottom: 0;}

.items { width: 100%; overflow: hidden; margin-bottom: 35px;}
	.items > .row { margin: 0;}
	.items h2 { font-size: 1.5em; line-height: 1.125em; color: #ed3023; font-weight: bold; background: #ededed; padding: 15px; margin-bottom: 35px;}
	.items p { font-size: 1em; line-height: 1.25em; padding-bottom: 15px;}
	.items > p { padding: 0 20px 20px;}
	.items a { text-decoration: none; color: #333;}
	.items a:hover { color: #ef2b1f}
	
	.items .thumb img { width: 100%; display: block;}
	.items .thumb h4 { color: #ed3023; font-size: 1em; font-weight: bold; line-height: 1.25em; min-height: 42px;}
	.items .slider { width: 100%; overflow: hidden;}	
	.items .slider .deactive { display: none;}	

.block { width: 100%; overflow: hidden; margin-bottom: 35px;}
	.block > .row { margin: 0;}
	.block h2 { font-size: 1.5em; line-height: 1.125em; color: #ed3023; font-weight: bold; background: #ededed; padding: 15px; margin-bottom: 35px;}
	.block h4 a {}
	.block h5 { font-size: 1em; line-height: 1.25em; padding-bottom: 35px; margin-top: 10px; font-weight: bold;}
	.block h6 { font-size: 1em; line-height: 1.25em; font-weight: bold; padding-bottom: 10px;}
	.block p { font-size: 1.15em; line-height: 1.5em; padding-bottom: 15px;}
	.block > p { padding: 0 20px 20px;}
	.block a { text-decoration: none; color: #333;}
	.block a.btn-type-1, .block a.btn-type-1:hover { color: #fff;}
	.block a:hover { color: #ef2b1f}
	.block h3 {display: inline-block; position: relative; padding-bottom: 10px; font-size: 1.5em; font-weight: bold; color: #333; margin-bottom: 20px; margin-left:6%;}
	.block h3:before { content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 35px; height: 2px; background: #ef2b1f}
	
	.block .thumb img { width: 100%; display: block;}
	.block .thumb h4 { color: #ed3023; font-size: 1em; font-weight: bold; line-height: 1.25em; min-height: 42px;}
	.block .slider { width: 100%; overflow: hidden;}	
	.block .slider .deactive { display: none;}	

	.block .slider > li {vertical-align: top}
	.block p.align-c a { font-weight: bold; display: inline-block; margin-top: 30px;}

.subscribe { background: #ed3023; padding: 60px 0; width: 100%; overflow: hidden;}
	.subscribe p { float: left; width: 45%; font-size: 1.1875em; color: #fff; line-height: 1.5em; padding: 0 15px;}
	.subscribe .subscribeFrm { float: right; width: 55%; overflow: hidden;}
		.subscribeFrm input { background: #fff; padding: 16px 25px; float: left; width: 70%; margin-right: 5%; color: #333; font-size: 1em; line-height: 1.25em;}
		.subscribeFrm input::-webkit-input-placeholder {   color: #333;}
		.subscribeFrm input:-moz-placeholder { color: #333;}
		.subscribeFrm input::-moz-placeholder { color: #333;}
		.subscribeFrm input:-ms-input-placeholder { color: #333;}
		.subscribeFrm a { width: 20%; margin-right: 5%; padding: 20px; min-width: 0;}
		.subscribeFrm a:hover { background: #ac1e14}

.foot { background: #6a747a; width: 100%; padding: 70px 0 20px 0; overflow: hidden;}
	.foot ul { float: left; overflow: hidden;}
		.foot ul li { display: inline-block; font-weight: normal; margin-bottom: 5px;}
			.foot ul li a { color: #fff; display: inline-block; position: relative; text-decoration: none; font-size: 0.875em; line-height: 1.25em; padding-left: 10px; margin-left: 5px;}
			.foot ul li a:hover { text-decoration: underline; }
			.foot ul li a:before { content: ''; position: absolute; top: 0; left: 0; border-left: 1px solid #b0b5b8; display: block; bottom: 0;}
			.foot ul li:first-child a:before { display: none;}
	.foot p { float: right; color: #fff; font-size: 0.875em; padding: 0 15px; line-height: 1.25em;}
	.foot p.float-l { float: left;}

.popup { display: none; padding: 0 0px; text-align: center;}
	.popup h4 { font-size: 1.5em; line-height: 1.25em; font-weight: bold; padding-bottom: 25px;}
	.popup p { font-size: 1em; line-height: 1.25em; padding-bottom: 25px;}
		p.small { font-size: 0.875em; color: #999;}
		.popup p.small { padding-bottom: 0;}

.popup-link {display: inline-block;	position: relative;	width: 24%;	height:30px; line-height: 30px;}
	.popup-link, .popup-link:link, .popup-link:visited {background: #e1e3e4; color: #455560; text-decoration: none;}
	.popup-link:hover, .popup-link:active {background: #ed1b2e; color: #fff; text-decoration: none;}
		.popup-link span {display:inline-block; font-size: 0.3em; padding-bottom: 5px;}

.vjs-error-display { display: none;}


/* bootstrap reset */
	.highcharts-tooltip {opacity: 0.75;}
    .highcharts-range-selector { background: #fff;}

	.panel-default>.panel-heading, .panel-group .panel { padding: 0; background: none; border:none; border-radius: 0; box-shadow: none;}
	.panel-default>.panel-heading+.panel-collapse>.panel-body { border:none;}
	.panel-title>a { display: block; padding: 15px 30px; color: #fff; font-size: 1em; text-decoration: none; background: #7f7f7f url(../images/icon-minus.png) 98% 15px no-repeat;} 
	.panel-title>a.collapsed { background: #b2b2b2 url(../images/icon-plus.png) 98% 15px no-repeat; }
	.panel-body { font-size: 1em; line-height: 1.5em; }
		.panel-body p { padding-bottom: 15px;}
		.panel-body p span {text-decoration: underline !important; color: #ed3023 !important;}
		.panel-body ol { list-style: decimal; margin-left: 25px;}
		.panel-body ol li { margin-bottom: 15px;}
		.panel-body ul {  width: 100%; overflow: hidden;}
		.panel-body ul li { margin-bottom: 15px; position: relative; padding-left: 15px;}
		.panel-body ul li:before { content: '.'; position: absolute; top: 0; left: 0; display: block; font-size: 2em; line-height: 0;}
		.panel-body a, .panel-body a:link, .panel-body a:visited {text-decoration: underline !important; color: #000 !important;}
		.panel-body a:hover, .panel-body a:active {text-decoration: underline !important; color: #ed3023 !important;}

	.slc-top .btn { border:none; background: none; font-size: 12px;}
	.slc-top .caret { background: url(../images/caret.png); width: 9px; height: 8px; border:none; margin-left: 5px;}
	.slc-top .dropdown-menu { border:none; background: #fff; background: rgba(255,255,255,0.9); padding: 0; margin: 0; min-width: 0; right: auto; box-shadow: none;}
	.slc-top .dropdown-menu>li>a { font-size: 0.75em; text-align: center; text-decoration: none;}
	.slc-top .btn-default:hover, .slc-top .btn-default:focus, .slc-top .btn-default:active, .slc-top .btn-default.active, .slc-top .open>.dropdown-toggle.btn-default { background: none; box-shadow: none;}

	h2.resp-accordion { color: #333; padding: 10px 0;}
	#esTab h2.resp-tab-active { background: none;}
	#esTab h2.resp-tab-active span.resp-arrow { background-image: url(../images/icon-minus-2.png)}
	#esTab .resp-arrow { background-image: url(../images/icon-plus-2.png)}
	#esTab h2.resp-accordion:first-child { border-top: none}
	#esTab h2.resp-accordion { border-bottom: 2px solid #ed3023}

	.bx-wrapper .bx-viewport { left: 0; box-shadow: none; border:none; margin-bottom: 30px;}
	
	.tooltip { top: 0; left: 15px; right: 15px; bottom: 25px; opacity: 1; background: #ededed; background: rgba(237,237,237,0.9); padding: 15px 0; display: none;} 
	.customScroll { width: 100%; height: 100%; overflow: hidden;}
	.customScroll h6 { font-size: 1.125em; padding-bottom: 15px;}
	.customScrollPopup { width: 100%; height: 550px; overflow: hidden;}

	#ttt { background: url(../images/wttt.png) no-repeat 0px 0px; display: block; position: fixed; width: 200px; height: 40px; -webkit-transition-property: none; -moz-transition-property: none; -o-transition-property: none; transition-property: none; bottom: 0px; left: 50%; margin-left: -100px; }
#ttt:hover, #ttt:active { background-position: 0px -40px; }
#anchor1{ position: relative;}
#anchor1 .btn1 { position: absolute; width: 27%; height: 11%; left: 35%; top: 68%;  }
#anchor1 .btn2 { position: absolute; width: 27%; height: 11%; left: 65%; top: 68%; }




/* responsive */
@media screen and (max-width: 1169px) { 
	body { background: none;}
	.breadcrum  { display: none;}
	.header { padding-top: 10px;}
	.block img { width: 100%;}
	.data-number li, .twoCols li { width: 50%;}
	.twoCols li:first-child, .twoCols li { padding: 40px 20px;}
	.twoCols li img { width: auto;}
	.nav { padding-top: 0;}
	.header .logo { padding-left: 15px}
	.search-top { float: none; display: block; width: 100%; text-align: right; margin-bottom: 10px;}

	.subscribe p { float:  none; width: 100%; padding-bottom: 20px; text-align: center;}
	.subscribe .subscribeFrm { float: none; width: 100%; text-align: center; padding: 0 5%;}
	.subscribeFrm input { display: inline-block; float: none; }
	.subscribeFrm a { margin-right: 0; width: auto;}


	.foot { padding-top: 30px;}
	.foot ul { float: none; width: 100%; text-align: center; margin-bottom: 20px}
	.foot p { float: none; text-align: center;}

	.sticky-nav > li { padding: 0 20px;}
	.sticky-nav > li > a { font-size: 0.75em;}

	.items > .row { margin: 0 -15px;}

	.block > .row { margin: 0 -15px;}	

	.banner .caption { position: relative; width: 100%; padding: 15px; text-align: left;}
}
@media screen and (max-width: 479px) {
	body { font-size: 14px;}
	.banner .caption .banner-pg {display: none;}
	#footer { margin-bottom: 69px;}
	.wrapper-sticky .container { width: auto;}
	.subscribeFrm input { width: 100%; margin-bottom: 20px;}
	.subscribe { padding: 30px 0;}
	.data-number li, .twoCols li { width: 100%; font-size: 14px; padding: 20px 0 0 15px}
	.data-number li:last-child { padding-bottom: 20px;}
	.twoCols li:first-child, .twoCols li { padding: 20px 15px; height: auto}
	.twoCols li p { font-size: 1.25em;}	
	
	.sticky-nav { display: none;}
	.select-m { display: block; text-align: center;}
	.wrapper-sticky, .wrapper-sticky.sticky { top: auto; bottom: 0; left: 0; right: 0; position: fixed; z-index: 99}
	.sticky-bar .dropdown-menu { top: auto; bottom: 100%;}

	.short-desc { padding: 25px 15px 10px; margin-bottom: 20px;}

	.panel-title>a, .panel-title>a.collapsed { padding: 15px; background-position:95% 15px}
	
	.block .bx-wrapper h5 { padding: 0 15px 15px;}
	.block.events-promotions h5 { padding-bottom: 15px;}
	.block .bx-wrapper p { padding: 0 15px 15px;}
	h2.resp-accordion, .resp-tab-content { padding: 10px 15px;}

	.icon-sub { background-position: 0 -165px; ; background-size: 250px 300px; width: 60px; height: 34px;}
	.icon-eyeplus { background-position: -90px -165px; ; background-size: 250px 300px; width: 47px; height: 34px; }
	.icon-share { background-position: -165px -165px; ; background-size: 250px 300px; width: 30px; height: 34px; }

	.rating-info > span span { font-size: 1.5em;}
	.block .slider .deactive { display: block;}	

	.search-top input { max-width: 100px;}
	.video-js { width: 300px !important;}
	.btn-globalhome{ display:none;}
	
	.btn-fb { display:none;}
	.btn-line { display:none;}

	.popup-link { width: 48%; margin-bottom: 5px;}
	.sticky-bar { display:none}
	.list-detail li a { font-size:1.2em; }
	
	
	
/*.menu {
  position: relative;
  top: 0;
  left: 180px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 60px;
  cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
  width: 40px;
  height: 8px;
}

.bar {
  position: relative;
  transform: translateY(25px);
  background: #E01B2D;
  transition: all 0ms 300ms;
}
.bar::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 15px;
  background: #E01B2D;
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: #E01B2D;
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate {
  background: rgba(255, 255, 255, 0);
}
.bar.animate::after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  background: #CCC;
}
.bar.animate::before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  background: #CCC;
}*/


.menu-toggle {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
  background: #FFF;
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
  background: #FFF;
}

.one,
.two,
.three {
  width: 100%;
  height: 5px;
  background: #E01B2D;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

nav ul {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  list-style: none;
  margin: 4em auto;
  text-align: center;
}
nav ul.hidden {
  display: none;
}
nav ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 2em;
  line-height: 2.5;
  width: 100%;
  display: block;
  border-bottom:1px #FFF solid;
  font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav ul a:hover {
  background-color: rgba(255, 255, 255, 1);
  color:#E01B2D;
}

.menu-section.on {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(224, 27, 45, 1);
  position: fixed;
  top:0;
}
#anchor1 .btn1 { position: absolute; width: 44%; height: 22%; left: 5%; top: 70%;  }
#anchor1 .btn2 { position: absolute; width: 44%; height: 22%; left: 50%; top: 70%; }

}
@media screen and (min-width: 480px) and (max-width: 767px) {
	body { font-size: 15px;}
	#footer { margin-bottom: 69px;}
	.header .logo { width: 200px; padding-left: 15px; float: none;}
	.wrapper-sticky .container { width: auto;}
	
	.data-number li, .twoCols li { width: 100%; font-size: 14px;}
	.twoCols li:first-child, .twoCols li { padding: 20px 20px; height: auto }
	.number-info li { margin-left: 40px;}
	.btn-back { right: 0; left: auto;}
	.sticky-nav { display: none;}
	.select-m { display: block; text-align: center;}
	.wrapper-sticky, .wrapper-sticky.sticky { top: auto; bottom: 0; left: 0; right: 0; position: fixed; z-index: 99}
	.sticky-bar .dropdown-menu { top: auto; bottom: 100%;}
	.rating-info > span:last-child { width: 100%; float: none; overflow: hidden; display: block;}
	.block .bx-wrapper h5 { padding: 0 15px}
	.block .bx-wrapper p { padding: 0 15px 15px;}
	h2.resp-accordion, .resp-tab-content { padding: 10px 15px;}
	.short-desc { padding: 25px 25px 0; }
	.block .slider .deactive { display: block;}
	.video-js { width: 440px !important;}
	.sticky-bar { display:none}
	.list-detail li a { font-size:1.2em; }
	
	.btn-globalhome{ display:none;}
	.btn-fb { display:none;}
	.btn-line { display:none;}
	
	.menu-toggle {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
  background: #FFF;
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
  background: #FFF;
}

.one,
.two,
.three {
  width: 100%;
  height: 5px;
  background: #E01B2D;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

nav ul {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  list-style: none;
  margin: 4em auto;
  text-align: center;
}
nav ul.hidden {
  display: none;
}
nav ul a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 2em;
  line-height: 2.5;
  width: 100%;
  display: block;
  border-bottom:1px #FFF solid;
  font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav ul a:hover {
  background-color: rgba(255, 255, 255, 1);
  color:#E01B2D;
}

.menu-section.on {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(224, 27, 45, 1);
  position: fixed;
  top:0;
}
#anchor1 .btn1 { position: absolute; width: 44%; height: 22%; left: 5%; top: 70%;  }
#anchor1 .btn2 { position: absolute; width: 44%; height: 22%; left: 50%; top: 70%; }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.btn-back { right: 0; left: auto;}
	
	.sticky-bar { padding: 10px 15px;}
	.sticky-nav > li { padding: 0 10px; font-size: 12px;}
	.sticky-nav > li.last { width: auto;}
	.sticky-nav .customBtn.btn { min-width: 165px;}
#anchor1 .btn1 { position: absolute; width: 44%; height: 22%; left: 5%; top: 70%;  }
#anchor1 .btn2 { position: absolute; width: 44%; height: 22%; left: 50%; top: 70%; }

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.sticky-nav > li > a { font-size: 0.75em }
	.sticky-nav > li { padding: 0 20px }		
}
@media screen and (min-width: 1170px) and (max-width: 1200px) {	
	.banner .caption { width: 50%; padding: 15px;}
	.banner .caption h1 { font-size: 1.5em; padding-bottom: 10px;}
}
@media screen and (max-width: 767px) { 
	.header { margin-bottom: 10px; }
	.header.active { margin-bottom: 0 }
	.m-icons { display: block;}
	.head-options { display: none;}
	.nav { display: none;}
	.header.active { height: auto;}
	.search-top { float: none; text-align: left;}
		.search-top a { float: left;}
		.search-top a span { display: inline-block; margin-left: 5px;}
		.icon-search { margin-left: 15px;}
		.search-top input { float: left;}
	.header.active .head-options, .header.active .nav { display: block; float: none; width: 100%; text-align: center; margin-bottom: 0; }
	.nav-top { width: 100%; text-align: center; margin-top: 20px;}
	.nav-top li { width: 33.33%; margin-left: 0;}
	.nav li { float: none; width: 100% !important; text-align: left !important; margin-bottom: 15px; padding: 0 15px;}
	.nav li a { margin-left: 0; padding-left: 0}
	.nav li a:before { display: none;}
}




/*---------------------------------------------custom-------------------------------------------------*/	

/*feature*/	
.icon-feature { background-position: 0px -450px;}
a.active .icon-feature, a:hover .icon-feature {background-position:0px -510px;}
.feature { overflow: hidden; margin: 50px 15px; background: #fff;}
.feature .col-l { float: left; width: 100%; padding-left:15px; padding-right: 15px; background: #fff;}
.feature .col-r { float: left; width: 32.33%; height:auto; padding:20px; background: #ededed;}

#feature-list h2 {display: inline-block; position: relative; padding-bottom: 10px; font-size: 1.5em; font-weight: bold; color: #333; margin-bottom: 20px;}
#feature-list h2:before { content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 35px; height: 2px; background: #ef2b1f}
#feature-list p {line-height: 2em; font-size: 1.15em; padding-bottom: 25px;}
#feature-list h4 {font-size: 1.2em; font-weight: bold;}
#feature-list .list-detail {margin: 25px 0px 30px 0px;}
#feature-list .list-detail li {margin-bottom: 15px; overflow: hidden; padding-left: 0px;}
#feature-list .list-detail li img { float: left; width: 72px; padding-right: 10px; width: auto;}

.download-list {}
.download-list h2 {display: inline-block; position: relative; padding-bottom: 10px; font-size: 1.7em; font-weight: bold; color: #333;}
.download-list h2:before { content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 35px; height: 2px; background: #ef2b1f}
.download-list p {padding-top: 20px; line-height: 1.25em;}
.download-list .list-detail {font-weight: bold;}
@media screen and (max-width: 479px) {
	.pg {display: none;}
}
@media screen and (max-width: 991px) {
	.feature .col-l, .feature .col-r { width: 100%; padding: 0px;}
	.download-list {margin-top: 50px;}
}
@media screen and (min-width: 768px) {
	#feature-list .list-detail {margin: 25px 0px 0px 0px;}
	#feature-list .list-detail li {height: auto; min-height: 120px;}
	#feature-list .list-detail li a {position: absolute; width: 100%; height: auto; min-height: 120px; left: 0; top: 0;}
	#feature-list .list-detail li a img { float: none; position: absolute; width: 82px; left: 50%; margin-left: -41px; top: 5px;}
	#feature-list .list-detail li a span { position: absolute; width: 100%; height: auto; left: 0; top: 90px; text-align: center;}
}

/*event*/	
.icon-event { background-position: -100px -450px;}
a.active .icon-event, a:hover .icon-event {background-position:-100px -510px;}

/*promo*/	
.icon-promo { background-position: -150px -450px;}
a.active .icon-promo, a:hover .icon-promo {background-position:-150px -510px;}

/*where2buy*/	
.icon-where2buy { background-position: -200px -450px;}
a.active .icon-where2buy, a:hover .icon-where2buy {background-position:-200px -510px;}

/*about*/
.icon-about { background-position: -250px -450px;}
a.active .icon-about, a:hover .icon-about {background-position:-250px -510px;}
.about h4 { font-size: 1.25em; font-weight: bold; color: #333; margin-bottom: 20px; padding-left: 15px;}
	.about h4 span { display: inline-block; position: relative; padding-bottom: 10px;}
	.about h4 span:before { content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 35px; height: 2px; background: #ef2b1f}
	.about .col-md-6{padding-bottom: 20px;}
	.about .col-md-6 h6 {font-weight: bold; font-size: 1.2em; padding-bottom: 10px;}
	.about .address {color: #455560;}

	.about.block .download { width: 33.3%;}
	.about.block .download h6 { font-size: 18px; }
	.about.block .download h6 span {position: relative; display: inline-block; padding-bottom: 5px;}
	.about.block .download h6 span:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #ef2b1f}

	.download { width: 100%; font-size: 0;}
		.download.mobile { display: none;}
			.download h6 { font-size: 18px; color: #333; }
			.download a { display: inline-block; width: 50%; color: #333; text-decoration: none; font-size: 16px; line-height: 1.125em; vertical-align: top; margin-top: 20px;}
				.download a img { float: left; margin-right: 5px;}
				.download a span { display: inline-block; padding-top: 10px;}
				.download a span.long { padding-top: 0; display: inline;}
@media screen and (max-width: 1169px) { 
	.about .row {padding-left: 15px; padding-right: 15px;}
}
@media screen and (max-width: 479px) {
	.download.mobile { display: block; font-size: 14px; padding: 0 15px;}
	.download.mobile a { display: block; width: 100%; overflow: hidden;}
	.download.mobile a span.long { padding-top: 10px;}
}
@media screen and (max-width: 991px) {
	.about .col-md-3 {padding-bottom: 20px;}
	.about .col-md-3 h6 {padding-bottom: 10px;}
	.about .phone {padding-bottom: 5px;}
}
.icon-phone { background-position: 0 -269px; width: 18px; height: 18px; float: left; margin-right: 5px;}

.popup .btnbuy {
	position: absolute;
	width: 30%;
	height: auto;
	left: 18%;
}
.popup .btnopen {
	position: absolute;
	width: 30%;
	height: auto;
	left: 52%;
}
.popup .btnorder {
	position: absolute;
	width: 35%;
	height: auto;
	left: 32.5%;
}
.popup .btnopen2 {
	position: absolute;
	width: 35%;
	height: auto;
	left: 32.5%;
}
#popup2-1 .btnbuy, #popup2-1 .btnopen {top: 93.5%;}
#popup2-1 .link {
	position: absolute;
	/*background: #fc0;
	opacity: 0.5;*/
}
#popup2-1 .link11 {width: 93.3%; height: 2.2%; left: 3%; top: 11.4%;  }
#popup2-1 .link12 {width: 93.3%; height: 2.2%; left: 3%; top: 13.5%; }
#popup2-1 .link21 {width: 93.3%; height: 3%; left: 3%; top: 23%; }
#popup2-1 .link22 {width: 93.3%; height: 3%; left: 3%; top: 26%;}
#popup2-1 .link31 {width: 66%; height: 1.6%; left: 31%; top: 31.2%; }
#popup2-1 .link32 {width: 66%; height: 1.6%; left: 31%; top: 32.9%; }
#popup2-1 .link33 {width: 49%; height: 3.5%; left: 3%; top: 44.6%;}
#popup2-1 .link41 {width: 93.3%; height: 2%; left: 3%; top: 73.7%;  }
#popup2-1 .link42 {width: 93.3%; height: 2%; left: 3%; top: 75.7%; }
#popup2-1 .link43 {width: 93.3%; height: 2%; left: 3%; top: 77.7%;}
#popup2-1 .link44 {width: 93.3%; height: 2%; left: 3%; top: 79.7%; }
#popup2-1 .link45 {width: 93.3%; height: 3.5%; left: 3%; top: 86%;  }
#popup2-1 .link46 {width: 93.3%; height: 2.2%; left: 3%; top: 81.5%;  }
#popup2-1 .link47 {width: 49%; height: 4.5%; left: 3%; top: 47.3%;  }
#popup2-1 .link48 {width: 66%; height: 1.6%; left: 31%; top: 34.5%;  }
#popup2-1 .link49 {width: 66%; height: 1.6%; left: 31%; top: 36.2%;  }
#popup2-1 .link50 {width: 66%; height: 1.6%; left: 31%; top: 37.8%;  }
#popup2-1 .link51 {width: 49%; height: 4%; left: 3%; top: 51.9%;  }
#popup2-1 .link52 {width: 49%; height: 3.7%; left: 3%; top: 55.9%;  }

#popup2-2 .btnbuy, #popup2-2 .btnopen {top: 93%;}
#popup2-2 .link {
	position: absolute;
	width: 22%;
	height: 12%;
}
#popup2-2 .link11 {left: 29.7%; top: 40.7%;}
#popup2-2 .link12 {left: 52.9%; top: 40.7%;}
#popup2-2 .link13 {left: 76%; top: 40.7%;}
#popup2-2 .link21 {left: 0%; top: 60.1%;}
#popup2-2 .link22 {left: 23.1%; top: 60.1%;}
#popup2-2 .link23 {left: 46.2%; top: 60.1%;}
#popup2-2 .link31 {left: 29.6%; top: 79.1%;}
#popup2-2 .link32 {left: 52.7%; top: 79.1%;}
#popup2-2 .link33 {left: 75.8%; top: 79.1%;}
#popup2-2 .linkbtn {
	position: absolute;
	width: 17%;
	height: auto;
	top: 66.9%;
}
#popup2-2 .linkbtn1 {left: 25.5%;}
#popup2-2 .linkbtn2 {left: 48.8%;}

#popup3-1 .btnorder {top: 54%;}
#popup3-2 .btnopen2 {top: 50%;}
#popup3-4 .btnbuy, #popup3-4 .btnopen {top: 90%;}

