@charset "utf-8";

/* CSS Document */
/*font-size: 16=1rem*/
/*! Animsition */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu>li {
  float: left;
}

.sf-menu li.sfHover>ul, .sf-menu li:hover>ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: calc(100% + 0px);
  /*(100% + 26px)*/
}

.templateux-section-menu-bar {
  padding: 0;
  /*padding: 7em 0;*/
  background-color: transparent;
}

.ct-bgcolor {
  background: #c9ecff;
  /*background: #02aea8;*/
  /*background: rgba(0,124,124,1);*/
}

@media(max-width:767px) {
  .ct-bgcolor {
    background: #eaeaea;
  }
  .ct-bgcolor .col-md-12 {
    min-height: 0;
  }
}


@media (max-width:768px) {
  .templateux-overlap {
    width: 100%;
  }
}

@media (max-width:480px) {
  .templateux-overlap {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

/*---------------------------------------------------------*/
.search_bg, .logo_bg {
  position: relative;
  display: block;
  background-color: #eee;
  padding: 15px 0 0 0;
}

.logo_bg {
  background-color: transparent;
}

.templateux-navbar {
  width: 100%;
  position: relative;
  /*background-color: #0389FF;*/
  /*padding: 10px 0;*/
}

.site-nav {
  position: relative;
  display: block;
  /*padding: 10px 0;*/
  /*height: 60px;*/
}

@media (min-width:768px) {
  .templateux-navbar {
    position: relative;
    /*absolute;*/
    background-color: transparent;
    /*transparent;*/
    padding: 0;
    /*padding: 40px 0*/
  }
}
@media (max-width:768px) {
	.site-nav {
	  position: absolute;
	  right:30px;
	}
}

.templateux-marginbox {
  /*margin-top: 10px;*/
  margin-bottom: 10px;
}

.templateux-logo {
  margin-top: 0px; /*15*/
  margin-bottom: 0px; /*20*/
}

.templateux-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  /*margin: auto;*/
}

/* --- // 上方導覽列 START // -- */
.templateux-navright {
  margin-top: 30px; /*0*/
  /*15*/
  float: right;
}

.nav-top {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-top>li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.nav-top>li>a {
  position: relative;
  display: block;
  font-size: 1.025rem;
  /*1rem*/
  /*font-weight: 600;*/
  line-height: 1.5;
  padding: 0px 0px;
  color: #5a5a5a;
}

@media (min-width:480px) {
  .nav-top>li>a {
    font-size: 0.9375rem;
    /*1rem*/
    line-height: 1.5;
  }

  .templateux-navright {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width:320px) {
  .nav-top>li>a {
    font-size: 0.9375rem;
    /*1rem*/
    line-height: 1.5;
  }

  .templateux-navright {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.nav-top>li>a:hover {
  color: #c54401;
}

.nav-top-list-right {
  float: right;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.nav-top-list-right li {
  display: inline-block;
  float: left;
  /*font-size: 1rem;*/
  /*18*/
}

.nav-top-list-right span {
  position: relative;
  display: inline-block;
  min-width: 1px;
  height: 15px;
  /*background: #333;*/
  /*color: #333;*/
  /*top: 2px;*/
  margin: 0 10px;
}


/*.nav-top-list-right .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem; /*14
    line-height: 1.5;
	letter-spacing: .1em;
	text-transform: uppercase;
    box-shadow: none !important;
	border-radius: 0px;
	transition: .3s all ease;
	color: #5a5a5a;
}*/
.nav-top-list-right .btn_english {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  /*14*/
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: none !important;
  border-radius: 0px;
  transition: .3s all ease;
  /* background: #02aea8; */
  border: 1px solid #5a5a5a;
  /*1px solid #cccccc*/
  color: #5a5a5a;
  /*5a5a5a*/
}

.nav-top-list-right .btn_english:hover {
  color: #FFFFFF;
  background-color: #00829a;
  border: 1px solid #FFFFFF;
}

.nav-top-list-right .btn_login {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  /*16*/
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: none !important;
  border-radius: 0px;
  transition: .3s all ease;
  /*background: #898989;*/
  /*border: 1px solid #cccccc;*/
  color: #5a5a5a;
}

.nav-top-list-right .btn_login:hover {
  /*background: #02aea8;*/
  color: #c54401;
  font-weight: 800;
}

/*.nav-top-list-right > li:nth-child(2) {
    position: relative;
    display: block;
    color: #fff;
    padding: 0 12px;
    background: #15529b;
}*/
.line-span {
  position: relative;
  display: inline-block;
  min-width: 1px;
  height: 20px;
  background: #333;
  color: #333;
  top: 2px;
  margin: 0px;
}

.line-span-txt {
  position: relative;
  display: inline-block;
  top: 0px;
  margin: 0 5px;
  color: #5a5a5a;
  font-weight: 600;
}

.line-span-txt a {
  color: #15529b;
}

.line-span-txt:hover {
  color: #c33c70;
}

.nav-top-p-1 {
  position: relative;
  font-size: 0.875rem;
  color: #5a5a5a;
  margin-right: 0rem;
  margin-left: 1rem;
  /*padding: 0!important;*/
}

.nav-top-p-1:hover, .nav-top-p-1 i:hover {
  color: #c33c70;
}

.nav-top-p-1 i {
  font-size: 1.375rem;
  /*22*/
  color: #5a5a5a;
}

.nav-top-p-1-span {
  position: relative;
  margin-right: .5rem;
  margin-left: .5rem;
  /*padding: 0!important;*/
}

.templateux-search {
  position: relative;
  min-height: 1px;
  margin-top: 0px;
  padding: 0 0;
  float: right;
}

.form-inline {
  position: relative;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width:1024px) {
  .form-inline {
    top: 0px !important;
  }
}

@media (max-width:996px) {
  .form-inline {
    top: 0px !important;
  }
}

@media (max-width:768px) {
  .form-inline {
    top: 0px !important;
  }
}

@media (max-width:576px) {
  .form-inline {
    top: -5px !important;
  }

  .nav-top-list-right {
    margin-top: .5rem !important;
	width: 100%;
    /* margin-bottom: .5rem !important; */
  }

  .form-control {
    width: 77% !important;
  }
}

@media (max-width:360px) {
  .nav-top-list-right {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
  }

  .form-control {
    width: 73.5% !important;
  }
}

@media (max-width:320px) {
  .form-inline {
    top: -6px !important;
  }

  .nav-top-list-right li {
    display: inline-block;
  }

  .nav-top-list-right {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .form-control {
    width: 73.5% !important;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 28px !important;
  padding: 0.175rem 0.175rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  box-shadow: none !important;
  border: 1px solid #cccccc;
}

.form-inline .form-control {
  display: inline-block;
  /*width: 73.5% !important;*/
  vertical-align: middle;
  border-radius: 15px;
}

/*原本*/
/*.btn-outline-search {
	font-size: 1rem;
	line-height: 1.6;
	list-style: none;
	font-weight: 600;
    color: #15529b;
    background-color: transparent;
    background-image: none;
    border-color: #15529b;
	padding: 2px 20px;
	border-radius: 2px;
	letter-spacing: 0em;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}*/
/*新修改*/
.btn-outline-search {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6;
  list-style: none;
  font-weight: 600;
  letter-spacing: .1em;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  color: #5a5a5a;
  
  padding: 0.25rem; /*0.25rem 0.75rem*/
  border-radius: 0em; /*0*/
  background-color: transparent;
  background-image: none;
  /*border-color: #cccccc;*/
  /*border: 1px solid transparent;*/
  text-transform: uppercase;
  box-shadow: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-outline-search a {
  /*color: #FFFFFF;*/
  padding: 0.25rem;
  color: #5a5a5a;
}

.btn-outline-search a:hover {
  color: #c54401;  
  padding: 0.25rem;
  border-radius: 0em;
}

/*.btn-outline-search:hover {
	color: #c33c70;
}*/
[type="search"] {
  outline-offset: -2px;
}

.nav-item:last-of-type .line-span-2 {
  display: none;
}

.line-span-2 {
  position: relative;
  display: inline-block;
  min-width: 1px;
  height: 15px;
  background: #8a8a8a;
  color: #333;
  top: 2px;
  margin: 0 10px;
}

.line-span-3 {
  position: relative;
  display: inline-block;
  min-width: 1px;
  height: 20px;
  background: #959595;
  color: #959595;
  top: 4px;
  margin: 0 0 0 25px;
  transform: skewX(-20deg);
}
@media(max-width:768px) {
  .line-span-3 {
    display: none;
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  /*left: -47px!important;*/
  z-index: 1000;
  display: none;
  float: left;
  min-width: 0rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*.nav-top > li:last-child {
    position: relative;
    display: block;
	color: #fff;
	padding: 0 12px;
	background: #15529b;
}*/
/*.nav-top > li:last-child > a {
    position: relative;
    display: block;
    font-size: 0.9375rem; /*1.025rem
    line-height: 1.5;
    padding: 0px 0px;
    color: #fff;
}*/
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0169ca;
}

/* --- // 上方導覽列 END // -- */
/* --- // MENU列 START // -- */
.hamburger {
  padding: 15px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin-left: 0px !important;
  overflow: visible;
}

.templateux-navbar {
  margin-top: 0px;
  /*10px*/
}

.templateux-logo .templateux-navbar a {
  font-size: 1.375rem;
  /*22*/
  color: #fff;
}

.templateux-navbar .templateux-toggle {
  outline: none !important;
  display: none;
}

.templateux-navbar .templateux-toggle.templateux-toggle-light .hamburger-inner, .templateux-navbar .templateux-toggle.templateux-toggle-light .hamburger-inner:after, .templateux-navbar .templateux-toggle.templateux-toggle-light .hamburger-inner:before {
  background-color: #fff;
}

.templateux-navbar .templateux-toggle.templateux-toggle-light:hover {
  opacity: 1;
}

.templateux-navbar .templateux-menu {
  float: right;
}

.templateux-navbar .templateux-menu a {
  text-decoration: none;
  color: #5a5a5a;
}

.templateux-navbar .templateux-menu a:active, .templateux-navbar .templateux-menu a:focus, .templateux-navbar .templateux-menu a:hover {
  color: #5a5a5a;
}

.templateux-navbar .templateux-menu>li {
  float: none;
  display: inline-block;
  line-height: 1.5;
  padding: 10px 0;
  /*border-left: 1px dashed #fff*/
  ;
  /*----------- MENU 分隔虛線 -------------*/
}

.templateux-navbar .templateux-menu>li:last-child {
  /*border-right: 1px dashed #fff;*/
  /*----------- MENU 分隔虛線 -------------*/
}

.templateux-navbar .templateux-menu>li.active>a {
  color: #5a5a5a;
}

.templateux-navbar .templateux-menu>li>a {
  text-transform: uppercase;
  font-size: 1.063rem;
  /*17*/
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 20px 5px;
}

@media (min-width:992px) {
  .templateux-navbar .templateux-menu>li>a {
    padding: 15px 15px;
    /*20px 15px*/
  }
}

.templateux-navbar .templateux-menu>li>a.sf-with-ul {
  position: relative;
  /*padding-right: 20px;*/
}

/* MENU BAR 的下拉箭頭 CSS */
/*.templateux-navbar .templateux-menu > li > a.sf-with-ul:after {
	font-family: 'icomoon';
	top: 55%; /*50%
	right: 0;
	margin-right: 5px;
	content: "\e313";
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
/* MENU BAR 的下拉箭頭 CSS */
.templateux-navbar .templateux-menu>li>ul {
  padding: 0px 0px;
  /*20px 26px; 如變更左右距離，需至style.css  搜尋.sf-menu ul ul --->值 left: calc(100% + 26px)改變+的數值與變更的質相同*/
  background: #e7e7e7;
  border-top: 5px solid #ff9000;;  /* #15529b */
  z-index: 1000;
}

.templateux-navbar .templateux-menu>li>ul>li>ul {
  padding: 0px 0px;  /*26px*/
}

.templateux-navbar .templateux-menu>li>ul>li>ul>li>ul {
  padding: 0px 0px;
  /*26px*/
}

.templateux-navbar .templateux-menu ul {
  border-radius: 0px;/*4px*/
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.templateux-navbar .templateux-menu ul a {
  font-size: 1rem; /*14*/
  font-weight: 600;
  color: #5a5a5a; /*#999999*/
}

.templateux-navbar .templateux-menu ul a:active, .templateux-navbar .templateux-menu ul a:focus, .templateux-navbar .templateux-menu ul a:hover {
  color: #00829a;
}

.templateux-navbar .templateux-menu ul a.sf-with-ul {
  position: relative;
}

.templateux-navbar .templateux-menu ul a.sf-with-ul:after {
  font-family: 'icomoon';
  top: 50%;
  right: 5px; /*0*/
  content: "\e315";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.templateux-navbar .templateux-menu li.sfHover>a {
  color: white;
}

.templateux-navbar .templateux-menu ul {
  text-align: left;
  min-width: 17em;  /*12*/
  background: #e7e7e7;
}

.templateux-navbar .templateux-menu ul li {
  padding: 0;  /*4px 0*/
  border-bottom: 1px solid #c3c3c3;
}

.templateux-navbar .templateux-menu ul li:last-child {
  border-bottom: none;
}

.templateux-navbar .templateux-menu ul li.sfHover>a {
  /*color: black;*/
  /* MENU LI選取後，停留顏色 */
  color: #5a5a5a;
  /*999999*/
  background: #cccccc;
}

@media (min-width:768px) {
  .templateux-navbar.dark .templateux-logo a {
    color: #000;
  }
}

.templateux-navbar.dark .templateux-menu {
  float: none;  /*right*/
  /*text-align: left;*/
  text-align: center;
  /*text-align: right;*/
}

.templateux-navbar.dark .templateux-menu a {
  text-decoration: none;
  font-family: 'Noto Serif TC', serif, arial;
  font-size: 1.2rem;
  /*color: #FFFFFF;*/
  /*5a5a5a*/
  padding: 0 10px;
  /*15 15*/
  /* 如果要有 MENU BAR 的下拉箭頭，就必須將padding-right設為30px 及 上方第558行 MENU css 設定(icon 箭頭)打開 */
  /*display: inherit;*/
}
@media(min-width:769px) {
  .templateux-navbar.dark .templateux-menu li ul li a{
    font-size: 1.1rem;
    padding:10px 15px;
  }
}

.templateux-navbar.dark .templateux-menu a:active, .templateux-navbar.dark .templateux-menu a:focus, .templateux-navbar.dark .templateux-menu a:hover {
  color: #5a5a5a;
  background: #c9ecff;
}

.templateux-navbar.dark .templateux-menu li.active>a {
  color: #000;
}

.templateux-navbar.dark li.sfHover>a {
  color: #5a5a5a;  /*#999999*/
  /* *********  MENU 碰觸後 字體先變化之 顏色 ********** */
}

.templateux-navbar .templateux-menu li.megamenu>ul>li {
  width: 50%;
}

.templateux-navbar .templateux-menu li.megamenu.col-3>ul>li {
  float: left;
  width: 33.333333%;
}

.templateux-navbar .templateux-menu li.megamenu.col-4>ul>li {
  width: 25%;
}

.templateux-navbar .templateux-menu li.megamenu>ul {
  min-width: 400px;
}

.templateux-navbar .templateux-menu li.megamenu>ul>li {
  float: left;
}

.templateux-navbar .templateux-menu li.megamenu>ul>li.sfHover {
  display: block !important;
}

.templateux-navbar .templateux-menu li.megamenu>ul>li.sfHover>ul {
  display: block !important;
}

.templateux-navbar .templateux-menu li.megamenu>ul>li.column-heading>a {
  font-size: 1rem;
  /*16*/
  color: #000 !important;
  margin-bottom: 10px;
}

.templateux-navbar .templateux-menu li.megamenu>ul>li>a:after {
  display: none;
}

.templateux-navbar .templateux-menu li.megamenu>ul>li>ul {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: relative !important;
}

.templateux-navbar .templateux-menu li.fullwidth>ul {
  left: 0px;
}

#mobile-menu {
  background-color: #eaeaea;
  /*RWD MENU 底色  #15529b */
}

#mobile-menu>div {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
  /*max-height: 350px;*/
}

#mobile-menu ul {
  padding: 0;
  margin: 0;
}

#mobile-menu ul li {
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}

#mobile-menu ul li a {
  font-family: 'Noto Serif TC', serif, arial;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 7px 10px;
  color: #5a5a5a;
  /*fff*/
  display: block;
  position: relative;
  border-bottom: 1px dashed #848484;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
}

#mobile-menu ul li a:hover {
  /*color: #b411fe;
	background: #e7e7e7;*/
  color: #5a5a5a;
  background: #c9ecff;
}

#mobile-menu ul li .arrow-collapse {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  display: inline-block;
  z-index: 120;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  padding: 0 30px;
  /* RWD MENU 箭頭 邊寬距離 */
}

#mobile-menu ul li .arrow-collapse:before {
  font-family: 'icomoon';
  color: #000;
  /*fff*/
  top: 50%;
  left: 50%;
  content: "\e313";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#mobile-menu ul li .arrow-collapse.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mobile-menu ul li ul li a {
  padding-left: 30px;
}

#mobile-menu ul li ul li ul li a {
  padding-left: 60px;
}

#mobile-menu ul li ul li ul li ul li a {
  padding-left: 90px;
}

/* --- // MENU列 END // -- */
