﻿@charset "utf-8";
a:focus, button:focus, input:focus, .tab-pane:focus, [role="tabpanel"]:focus, .panel-collapse:focus, .tabPanel:focus {
    outline-width: 2px!important;
    outline-style: solid!important;
    outline-color: Highlight!important;
    -webkit-box-shadow: inset 0px 0px 0px 5px #edac73!important;
    -moz-box-shadow: inset 0px 0px 0px 5px #edac73!important;
    box-shadow: inset 0px 0px 0px 5px #edac73!important;
}
@media (-webkit-min-device-pixel-ratio:0) {
a:focus, button:focus, input:focus, .tab-pane:focus, [role="tabpanel"]:focus, .panel-collapse:focus, .tabPanel:focus {
    outline: auto 6px -webkit-focus-ring-color!important;
    outline-offset: -3px!important;
}
}
.sr-only {
    display: none;
}
#container {
    position: relative;
}
.navbar-guide {
    position: absolute;
    left: 0;
    top: 20px!important;
    display: block;
    z-index: 999;
}
.oversea-homepage.navbar-guide {
    top: 90px!important;
}

@media only screen and (max-width: 667px) {
.homepage .navbar-guide, .landing-page .navbar-guide {
    top: 90px!important;
}
}
.navbar-guide i {
    margin-bottom: 5px;
    display: block;
}

@media only screen and (max-width: 900px) {
.navbar-guide i {
    margin-bottom: 0px;
    display: none;
}
}
.navbar-guide > a {
    color: #fff;
    width: 40px!important;
    border-radius: 0 5px 5px 0px;
    background-color: #000;
    display: block;
    font-size: 1em;
    line-height: 1.2em;
    padding: 8px;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
.navbar-guide > a:hover {
    background-color: #730101;
    text-decoration: none;
}
.eng-page.navbar-guide {
	 -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	left: -34px;
	top: 70px!important;	
}
.eng-page.navbar-guide > a {
	padding: 12px;
	display: inline!important;
	border-radius: 5px 5px 0px 0px;
	width: auto!important;
}
.eng-page.navbar-guide i {
    margin-bottom: 0px;
    display: inline!important;
}
.megamenu-banner .banner-caption {
    height: 70px;
    display: block;
}
.megamenu-banner .banner-caption strong {
    display: block;
}
.megamenu-banner .banner-caption > p {
    word-wrap: break-word;
    word-break: normal;
    white-space: pre;
    margin-bottom: 0;
}
.carousel-control {
    background-color: transparent!important;
    background-image: none!important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
    filter: alpha(opacity=60);
    opacity: .6;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control.left, .carousel-control.right, .carousel-control.left:hover, .carousel-control.right:hover, .carousel-control.left:focus, .carousel-control.right:focus {
    background-color: transparent!important;
    background-image: none!important;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top: -60px;
}
.new-header {
    position: fixed;
    width: 100%;
    display: block;
    table-layout: auto;
    top: 0 !important;
    border-bottom: 0;
    margin: 0!important;
    border-top: 3px solid #cd0202;
    z-index: 999 !important;
    -webkit-box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.35);
    box-shadow: 0px 4px 16px -5px rgba(0,0,0,0.35);
}
.new-header.full-height {
    height: 70px;
}
.new-header .navbar {
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    height: 70px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.52s;
    -webkit-transition: all 0.52s;
    -ms-transition: all 0.52s;
    -o-transition: all 0.52s;
    transition: all 0.52s;
}
.new-header a.navbar-brand {
    margin: 14px 0 0 0;
    padding: 0;
    -moz-transition: all 0.52s;
    -webkit-transition: all 0.52s;
    -ms-transition: all 0.52s;
    -o-transition: all 0.52s;
    transition: all 0.52s;
}
.new-header a.navbar-brand img {
    height: 40px;
    margin-left: 30px;
    width: auto !important;
    -moz-transition: all 0.52s;
    -webkit-transition: all 0.52s;
    -ms-transition: all 0.52s;
    -o-transition: all 0.52s;
    transition: all 0.52s;
}
.new-header {
    border-top: none;
}
.new-header .navbar {
    background-color: #cd0202;
}
.new-header.compact-height, .new-header.compact-height .navbar {
    height: 50px;
    -webkit-box-shadow: 0px 5px 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 0 0 rgba(0,0,0,0.2);
    box-shadow: 0px 5px 0 0 rgba(0,0,0,0.2);
}
.new-header.compact-height a.navbar-brand {
    margin: 9px 0 0 0;
    padding: 0;
}
.new-header.compact-height a.navbar-brand img {
    margin-left: 0px;
    height: 34px;
}
.new-header.compact-height .navbar-default .navbar-nav > li > a {
    font-size: 1.125em;
    line-height: 50px;
    -moz-transition: all 0.52s;
    -webkit-transition: all 0.52s;
    -ms-transition: all 0.52s;
    -o-transition: all 0.52s;
    transition: all 0.52s;
}
.new-header.compact-height .navbar-default .navbar-nav > li.menu-icon > a {
    padding: 3px 0 0 0;
    height: 50px;
    position: relative;
}
.new-header.compact-height .navbar-default .navbar-nav > li.dropdown > a:hover:after, .new-header.compact-height .navbar-default .navbar-nav > li.dropdown:hover > a:after, .new-header.compact-height .navbar-default .navbar-nav > .open > a:after, .new-header.compact-height .navbar-default .navbar-nav > .open > a:focus:after {
    top: 30px;
}
.new-header.compact-height .btn-mobile-nav {
    line-height: 50px;
    -moz-transition: all 0.52s;
    -webkit-transition: all 0.52s;
    -ms-transition: all 0.52s;
    -o-transition: all 0.52s;
    transition: all 0.52s;
}
.component-control {
    position: relative;
}
.mm-page.mm-slideout {
    margin-top: 0!important;
}
.mm-opened .new-header {
    margin-top: 0px!important;
    top: -70px!important;
}
.mm-opened .homepage .new-header, .mm-opened .landing-page .new-header {
    top: 0px!important;
}
caption {
    display: none;
    width: 100%!important;
}
img.hncb-award-thumb {
    width: 120px;
    height: auto;
}
.well-bank, .laptop-station {
    display: block;
    width: 100%;
    padding-top: 52.25%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.laptop-station {
    padding-top: 42.25%;
}
.keyboard-alert {
    font-size: 0.875em;
    color: #000!important;
}
.keyboard-alert ul{
    margin:0 0 0 20px;
    padding: 0;
}
.keyboard-alert ul li{
    margin:0;
    padding: 0;
}
a.accordion-toggle {
    text-decoration: none;
    border-bottom: none;
}
.warning-wrapper a {
    text-decoration: underline;
}
@media only screen and (max-width: 1160px) {
.new-header a.navbar-brand img {
    margin-left: 10px;
}
.new-header.compact-height a.navbar-brand img {
    margin-left: 0px;
}
}

@media only screen and (max-width: 990px) {
.new-header a.navbar-brand img {
    margin-left: 50px;
}
.new-header.compact-height a.navbar-brand img {
    margin-left: 50px;
}
}

@media only screen and (max-width: 767px) {
.new-header .navbar-header {
    position: absolute;
}
}

@media only screen and (max-width: 600px) {
.new-header.compact-height .navbar-default .navbar-nav > li > a {
    height: 50px;
}
}

@media only screen and (max-width: 540px) {
.new-header a.navbar-brand {
    margin: 20px 0 0 0;
}
.new-header a.navbar-brand img {
    margin-left: 48px;
    height: 32px;
}
.new-header.compact-height a.navbar-brand {
    margin: 9px 0 0 0;
}
.new-header.compact-height a.navbar-brand img {
    margin-left: 48px;
    height: 32px;
}
}

@media only screen and (max-width: 430px) {
.new-header a.navbar-brand img {
    margin-left: 42px;
}
.new-header.compact-height a.navbar-brand img {
    margin-left: 42px;
}
}

@media only screen and (max-width: 375px) {
.new-header a.navbar-brand {
    margin: 20px 0 0 0;
}
.new-header a.navbar-brand img {
    margin-left: 38px;
    height: 28px;
}
.new-header.compact-height a.navbar-brand {
    margin: 11px 0 0 0;
}
.new-header.compact-height a.navbar-brand img {
    margin-left: 38px;
    height: 28px;
}
}
.megamenu-facebook-full {
    display: none;
}
.megamenu-facebook-short {
    display: block;
}
.navbar-default .navbar-nav > li.acc-key-top > a {
    background-color: transparent!important;
    padding-left: 0 !important;
    padding-right: 3px!important;
}

@media only screen and (max-width: 600px) {
.navbar-default .navbar-nav > li.acc-key-top > a {
    padding-left: 0 !important;
    padding-right: 3px!important;
    width: auto;
}
}
.acc-key-main {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
    display: inline-block;
    background-color: #fff;
    padding: 12px 0px;
    width: 140px;
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    z-index: 990;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: absolute;
    width: 140px;
    height: auto;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    clip: auto;
}
.taiwanpay.acc-key-main {
    left: 20px;
    right: auto;
    margin-left: 0;
    margin-right: 0;
}
.acc-key-main:focus {
    opacity: 1
}
.acc-key {
    position: absolute;
    z-index: 99;
}
.acc-key.acckey-left {
    top: 55px;
    left: 35px;
}
.acc-key.acckey-right {
    top: 46px;
    right: 5px;
}
.acc-key.acckey-center {
    top: -30px;
    left: 0px;
}
.acc-key.acckey-center.acckey-home {
    top: 30px;
    left: 50px;
}
.acc-key.acckey-center.oversea-acckey-center {
    top: auto;
    left: auto;
    position: relative;
}
.acc-key.acckey-center.oversea-acckey-center a {
    color: #fff;
}
.acc-key.acckey-bottom {
    left: 5px;
}
.acc-key.acckey-bottom a {
    color: #fff;
}
/*#accesskey-c {
    padding-top: 50px;
    margin-top: -50px;
}*/

@media only screen and (max-width: 900px) {
.acc-key.acckey-center {
    left: 50px;
}
}

@media only screen and (max-width: 767px) {
.acc-key.acckey-bottom {
    margin-top: 7px;
}
}
#accesskey-c {
    padding-top: 60px;
    margin-top: -60px;
}
.breadcrumbs-wrapper {
	padding-left: 20px;
}
.acc-key-new {
    position: absolute;
    z-index: 9;
    left: 13px;
    top: 8px;
}
.acc-key-single {
    position: absolute;
    z-index: 9;
    left: 13px;
    top: 0px;
}
/*.content-nav {
	top: 75px;
}*/

/******* No Script Condition********/

.js-only {
    display: block;
}
.no-js-only {
    display: none;
}
.no-js .js-only {
    display: none;
}
.no-js .no-js-only {
    display: block;
}

/******* No Script ********/

.no-js .preloader {
    display: none;
}
/*.no-js .navbar-nav > li.active > .dropdown-menu.megamenu {
	display: block!important;
	position: relative;
}
.no-js .megamenu-trigger {
	position: relative!important;

}*/
.no-js .content-nav .dropdown .dropdown-menu, .no-js .footer-tools .go-top {
	display: block!important;
}
.no-js .content-container {
    padding-left: 250px;
}
.no-js .new-header {
    position: relative;
}
.no-js .wrapper {
    margin-top: 0px!important;
}
.no-js .navbar-guide {
	top: 120px!important;
}
.no-js .tab-content > .tab-pane {
    display: block;
}
.no-js .nav-tabs li.active a, .no-js .nav-tabs li.active a:focus, .no-js .nav-tabs li.active a:active {
    color: #252525!important;
    border: none;
    background-color: #f4f4f4!important;
    cursor: pointer;
}
.no-js .panel-group.accordion .panel-default .panel-collapse.collapse {
    display: block!important;
}
.no-js .accordion .panel-heading [data-toggle="collapse"]:after, .no-js .accordion .panel-heading [data-toggle="collapse"].collapsed:after {
    content: "";
}
.no-js #superslides:before, .no-js #superslides:after {
	display: table;
	content: "";
}
.no-js #superslides:after {
	clear: both;
}
.no-js #superslides > ul.slides-container {
	display: block;
	position: relative;
    text-align: center!important;
    padding: 40px 0 200px 0;
}
.no-js #superslides > ul.slides-container li {
	display: inline-block!important;
	position: relative;
    width: 360px;
	height: auto;
    background-color: #f4f4f4;
}
.no-js #superslides > ul.slides-container li img {
    width: 360px;
	height: auto!important;
	display: block!important;
}
.no-js .slide-content {
	top: auto;
    left: auto;
	width: 360px;
    position: relative;
    padding: 20px;
    margin: 0!important;
    background-color: #f4f4f4;
}
.no-js .slide-content h2.banner-title, .no-js .slide-content h3, .no-js .slide-content p {
	text-shadow: none;
	color: #000 !important;
    font-size: 1em!important;
}
.no-js .slide-content.h-center {
	left: auto;
	right: auto;
	text-align: center;
}
.no-js .slide-content.h-left {
	left: auto;
	text-align: center;
}
.no-js .slide-content.h-right {
	left: auto;
	right: auto;
	margin-left: 0px;
	text-align: center;
}
.no-js .slide-action {
	padding: 0!important;
    margin:0!important;
}
.no-js .slide-action .btn.btn-slide-more {
    font-size: 0.965em;
    padding: 6px 10px;
    margin:0!important;
}
.no-js .slides-navigation {
    display: none;
}
.no-js .scroll-more {
    display: none;
}
.no-js .scroll-item {
    width: 250px;
    display: inline-block;
}
.no-js .horizontal-scroller.owl-carousel {
    display: block!important;
    width: 100%;
}
.no-js .horizontal-scroller.owl-carousel:before, .no-js .horizontal-scroller.owl-carousel:after {
    display: table;
    content: "";
}
.no-js .horizontal-scroller.owl-carousel:after {
    clear: both;
}
.no-js #landing-banners.banners-wrapper {
	display: block;
	position: relative;
    text-align: center!important;
    padding: 40px 0 200px 0;
}
.no-js #landing-banners.banners-wrapper .scroller-item {
	display: inline-block!important;
	position: relative;
    width: 360px;
	height: auto;
    background-color: transparent;
}
.no-js #landing-banners.banners-wrapper .scroller-item .landing-banner-box{
    background-size: 360px auto;
    background-position: center top;
    background-color: #f4f4f4;
    width: 360px;
    height: 300px;
    display: block!important;
    position: relative!important;
}
.no-js #landing-banners.banners-wrapper .scroller-item a.slide-content.landing{
    position: absolute;
    bottom:0;
    left:0;
    right: auto;
    width: 360px;
    margin: 0 auto 0!important;
	background-color:transparent;
}
a.slide-content.landing:hover {
	background-color:transparent;
    text-decoration: underline;
}

.no-js #landing-banners.banners-wrapper .scroller-item .slide-content.landing h2, .no-js #landing-banners.banners-wrapper .scroller-item .slide-content.landing p{
	text-shadow: none;
	color: #000 !important;
    font-size: 1em!important;
    padding:0;
    text-align: center!important;
	display: block;
    border: none;
}
.no-js #landing-banners.banners-wrapper .scroller-item .slide-content.landing h2{
    font-size: 1.2em!important;
    margin-bottom: 8px;
}
.no-js .features-wrapper .horizontal-scroller.owl-carousel, .no-js .news-wrapper .horizontal-scroller.owl-carousel {
    text-align: center;
}
.no-js .feature-tab-pane .scroll-item {
    width: 180px;
}
.no-js .features-wrapper .scroll-item.full-width, .no-js .news-wrapper .scroll-item {
    width: 320px!important;
    display: inline-block!important;
    text-align: center;
}
.no-js ul#news-tabs {
    display: table!important;
    margin: 0 auto!important;
    text-align: center!important;
}
.no-js ul#news-tabs li.news-tab {
    display: inline-block!important;
}
.no-js ul#news-tabs li.news-tab a {
    display: block!important;
}
.no-js ul#news-tabs li.news-tab a, .no-js ul#news-tabs li.news-tab.active a, .no-js ul#news-tabs li.news-tab a:hover, .no-js ul#news-tabs li.news-tab a:active, .no-js ul#news-tabs li.news-tab a:focus {
    border-color: transparent;
    background-color: #efefef!important;
    color: #252525;
}
.no-js .box-panel-overlay, .no-js .news-share {
    display: none;
}
.no-js .modal.fade {
    position: relative!important;
    display: block!important;
    opacity: 1;
    overflow: visible;
    padding: 30px 0 0 0!important;
    top: auto!important;
    bottom: auto!important;
    left: auto!important;
    right: auto!important;
    width: 100%!important;
    height: auto!important;
    margin: 0!important;
    z-index: 2;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.no-js .modal.fade:before, .no-js .modal.fade:after {
	display: table;
	content: "";
}
.no-js .modal.fade:after {
	clear: both;
}
.no-js .modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.no-js .toggle-content, .no-js .panel-collapse.collapse  {
	display: block!important;
}
.no-js .carousel-inner .item {
    display: block!important;
}

@media only screen and (max-width: 1560px) {
.no-js .content-container {
    padding-left: 100px;
}
.no-js .acc-key.acckey-center {
    left: 100px;
}
}

@media only screen and (max-width: 1360px) {
.no-js .content-container {
    padding-left: 160px;
}
.no-js .acc-key.acckey-center {
    left: 160px;
}
}

@media only screen and (max-width: 767px) {
.no-js .content-container {
    padding-left: 0px;
}
.no-js .acc-key.acckey-center {
    left: 0px;
}
.no-js .content-nav {
    display: none!important;
}
.no-js .acc-key.acckey-left {
    display: none!important;
}
.no-js .tabs-left, .no-js .tabs-right {
    padding-bottom: 15px;
    padding-top: 0px;
}
.no-js .nav-tabs.silver-tabs.tabs-left li a {
    border-radius: 4px!important;
}
.no-js #main-menu {
    display: block;
    background-color: #efefef;
}
.no-js .no-js-mobile-menu.hidden {
    display: block!important;
    text-align: center;
    font-size: 1.075em;
    padding: 8px 0;
    background-color: #686868;
    color: #fff;
}
.no-js ul#mobile-menu {
    padding: 15px;
    margin: 0;
}
.no-js ul#mobile-menu ul {
    padding: 0 0 10px 0px;
    margin: 0;
}
.no-js ul#mobile-menu li {
    list-style: none;
    padding: 0px!important;
    margin-left: 0!important;
    display: block;
}
.no-js ul#mobile-menu li a, .no-js #mobile-menu li span {
    list-style: none;
    padding: 5px 0 5px 40px;
    margin-left: 0!important;
    display: block;
}
.no-js ul#mobile-menu > li > a, .no-js ul#mobile-menu > li > span {
    border-top: 3px solid #dedede;
    padding: 12px 0;
}
.no-js ul#mobile-menu > li > ul > li > a, .no-js ul#mobile-menu > li> ul > li > span {
    border-top: 1px solid #dedede;
    padding: 10px 0 10px 20px;
}
}
.well-branch {
    border: 1px solid #dedede;
    position: relative;
    min-height: 240px
}

@media only screen and (max-width: 990px) {
.well-branch {
    min-height: 10px
}
}
.well-branch .branch-code {
    margin-left: -5px;
    padding: 4px;
}
.well-branch h5 {
    border: none!important;
    color: #e24d41;
    margin: 0 0 5px 0;
}
.well-branch h5 small {
    margin-left: 6px;
}
.well-branch p {
    margin: 0;
}
.well-branch .btn-branch-link {
    bottom: 5px;
    right: 5px;
}
.btn-square.btn-content .square-content span.square-icon {
	margin-top: -50px;
}
.btn-square.btn-content .square-content span.square-label {
	margin-top: 20px;
    font-size: 0.875em;
}
.content-nav ul.dropdown-menu{
	width: 180px;
}
.content-nav ul.dropdown-menu li a{
	white-space: pre-line;
}
.text-red {
    font-weight: bold!important;
}
.features-wrapper{
    position: relative;
}
.features-tabs-instruction {
    position: absolute;
    z-index: 20;
    width: 420px;
    left: 10px;
    margin-top: -160px;
}
a.news-share {
    border-bottom: none!important;
}
/*08152019 - START*/ 
.warning-title {
    color: #fff;
    font-size: 1.45em;
}
h3.modal-title {
    color: #fff!important;
}
h3.panel-title {
	margin-bottom: 0 !important;
	color: #7a6d44;
    font-size: 1.25em !important;
	border-left: none!important;
	padding-left: 0px!important;
}
h3.panel-title:hover, h3.panel-title a:hover, h3.panel-title a:focus, h3.panel-title a:active {
	color: #7a6d44 !important;
}
h3.sub-title {
    font-size: 1.25em !important;
    border-left: 4px solid #7a6d44!important;
	padding-left: 6px;
}
/*08152019 - END*/ 
h2.branch-title {
	color: #fff;
	margin-bottom: 3px;
	padding: 12px;
	background-color: rgba(0,0,0,.75)!important;
}
h2.branch-title small{
	margin-left: 12px !important;
}
.scroll-link-box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.modal-dialog .btn.btn-lg.btn-block {
    white-space:pre-wrap;
    word-break: break-all;
}
/*08272019*/
.label-circle {
vertical-align: middle!important;
}

/*09032018*/
.no-js .js-only {
    display: none!important;
}
.no-js .no-js-only {
    display: block!important;
}
.chart-number-difference.chart-green {
	color: #024922;
}
.feature-chart-info .chart-label {
	background-color: rgba(0,0,0,.65);
}
.feature-chart-box-icon i {
    color: #555!important;
}
div.btn-square.btn-content {
    cursor: default;
}
div.btn-square.btn-content .square-content span.square-icon i, div.btn-square.btn-content .square-content span.square-label {
	color: #999!important;
}
div.btn-square.btn-content:hover {
	border: 1px solid #dedede;
}
div.btn-square.btn-content:hover div.square-title {
	color: #999;
	transform: scale(1);
}
h3.step-subtitle {
	font-size: 2.125em;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #898989;
}
span.circle-number-bordered {
	font-size: 1.325em!important;
}
/*02082021*/
legend {
    display: none;
}
.newsletter-subscription .btn-subscription {
	color: #707070!important;
}
/*05072021*/
.slide-content div.banner-title {
  font-size: 2.875em;
  font-weight: normal;
  letter-spacing: 0;
  color: #7a6d44;
}
.alert-title {
  font-size: 1.45em;
  font-weight: normal;
  color: #ffffff;
  display: block;
}
.search-item {
  font-size: 1.125em;
  font-weight: bold;
  color: #cd4938;
  display: block;
}
#sitemap .sitemap-nav ul > li a:after, .well-branch h5 {
  color: #da3c16!important;
}
.warning-wrapper.warning-wrapper-red {
	background-color: #da3a3a!important;
}
.table.table-comparison thead th, .table.table-comparison-alt thead th,
.table.table-comparison thead th:nth-child(3), .table.table-comparison-alt thead th:nth-child(3),
.table.table-hncb th, .table.table-vertical-bordered .table.table-hncb th{
	background-color: #767676 !important;
}
.content-body h2, .btn.btn-filter, .mfp-close, .member-content .row-borderd .col-md-7, .member-content .row-borderd .col-md-3, .circle-icon-title {
	color: #767676;
}
/*05222021*/
.text-red, label, label.control-label, .input-group .input-group-addon, h2.tab-title, .table.table-vertical-bordered tr th i, .table.table-comparison tbody tr th i, .table.table-comparison-alt tbody tr th i, .comparison-title, .comparison-feature-title, .well-branch h5{
	color: #D52E21!important;
}
h2 span.circle-number, .well.instructon-flow .flow-order, .order-section::before{
	background-color: #D52E21!important;
}
.label-circle.label-circle-blue {
	background-color: #018295!important;
}
.label-circle.label-circle-orange {
	background-color: #E03400!important;
}
.label-circle.label-circle-green {
	background-color: #39863C!important;
}
.pagination-holder a.jp-disabled, a.jp-disabled:hover {
	color: #767676;
}

/*05282021*/
.checkbox-list label {
  color: #7a6d44!important;
  font-weight: bold;
}
ul#features-tabs li.feature-tab span.feature-title strong{
color: #000;
}
ul#features-tabs li.feature-tab:first-child a, .feature-tab-content .feature-tab-pane:first-child, #homepage-features .panel.panel-default:first-child, .feature-tab-content.tab-content .tabPanel:first-child {
background-color: #8dc6eb !important;
}
ul#features-tabs li.feature-tab:nth-child(2) a, .feature-tab-content .feature-tab-pane:nth-child(2), #homepage-features .panel.panel-default:nth-child(2), .feature-tab-content.tab-content .tabPanel:nth-child(2) {
background-color: #f6c065 !important;
}
ul#features-tabs li.feature-tab:nth-child(3) a, .feature-tab-content .feature-tab-pane:nth-child(3),#homepage-features .panel.panel-default:nth-child(3), .feature-tab-content.tab-content .tabPanel:nth-child(3) {
background-color: #73dda0 !important;
}
ul#features-tabs li.feature-tab:nth-child(4) a, .feature-tab-content .feature-tab-pane:nth-child(4),#homepage-features .panel.panel-default:nth-child(4), .feature-tab-content.tab-content .tabPanel:nth-child(4) {
background-color: #bec6b5 !important;
}
ul#features-tabs li.feature-tab:nth-child(5) a, .feature-tab-content .feature-tab-pane:nth-child(5),#homepage-features .panel.panel-default:nth-child(5), .feature-tab-content.tab-content .tabPanel:nth-child(5){
background-color: #bf91d0 !important;
}
ul#features-tabs li.feature-tab:first-child  span.feature-icon{
color: #3598db !important;
}
ul#features-tabs li.feature-tab:nth-child(2) span.feature-icon{
color: #f4b03e !important;
}
ul#features-tabs li.feature-tab:nth-child(3) span.feature-icon {
color: #2ecd71 !important;
}
ul#features-tabs li.feature-tab:nth-child(4) span.feature-icon {
color: #919d7f !important;
}
ul#features-tabs li.feature-tab:nth-child(5) span.feature-icon {
color: #9b58b5 !important;
}
/* 2022無障礙版新聞活動專區新增css */
.newstab-return {
  display: none;
}
.js .container--has-focus .newstab-return {
  display: block;
}
.newstab-return-trigger {
  background-color: #cd4938;
  color: #fff;
  padding: 3px 15px;
  font-size: 1em;
  margin-top: 10px;
  display: inline-block;
  border-radius: 3px;
  border-color: transparent;
}
.newstab-return-trigger:hover, .newstab-return-trigger:focus, .newstab-return-trigger:active {
  background-color: #cd4938;
  color: #fff;
  text-decoration: none;
}
.newstabs-wrapper {
  position: relative;
  width: 100%;
  padding: 64px;
  background-color: #f4f4f4;
  display: block;
}
.news-wrapper.with-tabs .newstabs-wrapper {
  padding-top: 0;
}
.newstabs-wrapper .newstabs {
  text-align: center;
  margin: 0 auto 0;
  padding: 0 32px;
  display: block;
}
.newstabs-wrapper .newstab {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 6px 20px;
  font-size: 1.125em;
  overflow: hidden;
  border-radius: 3px;
  border-color: transparent;
  margin-bottom: 5px;
}
.newstabs-wrapper .newstab:focus, .newstabs-wrapper .newstab:hover, .newstabs-wrapper .newstab[aria-selected="true"] {
  background-color: #cd4938;
  color: #fff;
}
.newstabs-wrapper [role="tabpanel"] {
  padding: 32px 0;
  margin: 0;
}
.newstabs-wrapper [role="tabpanel"].is-hidden {
  display: none;
}
.no-js .newstabs-wrapper [role="tabpanel"].is-hidden {
  display: block;
}
.newstabs-wrapper .square-content div.square-title {
  font-size: 1em !important;
}
.newstabs-wrapper .newsletter-subscription {
  position: relative;
  top: auto;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 32px auto 0;
}
.newstabs-wrapper .newsletter-subscription .btn-subscription {
  padding: 12px 26px;
  border: 1px solid #ababab;
  border-radius: 3px;
}
.newstabs-wrapper .newsletter-subscription .btn-subscription:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .newstabs-wrapper {
    padding: 32px;
  }
  .newstabs-wrapper .newstabs {
    padding: 0px;
  }
  .newstabs-wrapper [role="tabpanel"] {
    padding: 16px 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .newstabs-wrapper .newstab {
    padding: 3px 10px;
    font-size: 0.875em;
  }
}
