﻿body{
	font-family:"Arial", "微軟正黑體", serif;
}
a, a:hover{
	text-decoration: none;
	color: #9a815c;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu ul li span,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family:"微軟正黑體", serif;
  font-weight: 400;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display:  none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {

  position: absolute;
  top: 0;
  left: 0;
  height: 0.1875em;
  background: #9a815c;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  font-size: 1em;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a,
#cssmenu > ul > li > span.link {
  padding: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > span.link,
#cssmenu > ul > li.active > span.link {
  color: #9a815c;
}
#cssmenu > ul > li.has-sub > a,
#cssmenu > ul > li.has-sub > span.link {
  padding-right: 1.5625em;
}
#cssmenu > ul > li.has-sub > a::after,
#cssmenu > ul > li.has-sub > span.link::after {
  position: absolute;
  top: 1.5em;
  right: 0.625em;
  width: 0.25em;
  height: 0.25em;
  border-bottom: 0.0625em solid #000000;
  border-right: 0.0625em solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after,
#cssmenu > ul > li.has-sub:hover > span.link::after {
  border-color: #9a815c;
}
/* 桌面模式下隱藏 submenu-button，只顯示「v」符號 */
#cssmenu .submenu-button {
  display: none;
}
#cssmenu ul ul {
  position: absolute;
  left: -624.9375em;
}
#cssmenu li:hover > ul {
  left: auto !important;
}
#cssmenu a.link:focus + ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a,
#cssmenu ul ul li span._sublink {
  padding: 1.25em 1.875em;
  width: 16em;
  background: #ffffff;
  text-decoration: none;
  color: #4a5568;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #9a815c;

}
#cssmenu ul ul li.has-sub > a::after,
#cssmenu ul ul li.has-sub > span._sublink::after {
  position: absolute;
  top: 1.5em;
  right: 1em;
  width: 0.25em;
  height: 0.25em;
  border-bottom: 0.0625em solid #4a5568;
  border-right: 0.0625em solid #4a5568;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover > a::after,
#cssmenu ul ul li.has-sub:hover > span._sublink::after {
  border-color: #9a815c;
}
/* 子選單箭頭已移除，這些規則不再需要 */
@media all and (max-width: 64em), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 64em), only screen and (max-width: 64em), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 64em), only screen and (max-width: 64em), only screen and (min-resolution: 192dpi) and (max-width: 64em), only screen and (min-resolution: 0em) and (max-width: 64em) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 0.0625em solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    font-size: 0.75em;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 1.25em 1.25em 1.25em 1.875em;
    font-size: 0.75em;
    color: #000000;
    background: none;
	  box-shadow: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 2.5em;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu > ul > li.has-sub > span.link::after {
    display: none;
  }
  #cssmenu ul ul li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > span._sublink::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
	display: block;
    color: #000000;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: -3.125em;
    padding: 1.75em 1.25em;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: block;
    width: 0.9375em;
    height: 0.125em;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 1.5625em;
    right: 1.25em;
    display: block;
    width: 0.9375em;
    height: 0.4375em;
    border-top: 0.125em solid #000000;
    border-bottom: 0.125em solid #000000;
  }
  /* mobile 模式下顯示 submenu-button */
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -0.2em;
    display: block;
    /*border-left: 0.0625em solid rgba(120, 120, 120, 0.15);*/
	height: 2.75em;
    width: 3.25em;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 1.3125em;
    left: 1.625em;
    display: block;
    width: 0.0625em;
    height: 0.6875em;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 1.3125em;
    top: 1.625em;
    display: block;
    width: 0.6875em;
    height: 0.0625em;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened::after {
    display: none;
  }
}

.bg-white{
	background: #fff;
	border-bottom: 1px solid #9a815c;

}

.st1{
	color: #fff !important; 
}

@media screen and (max-width: 48em){
	.st1{
		display: none;
	}
}

@media screen and (min-width: 62em){
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer-area {
	background: #9a815c; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #9a815c 66%, #b37642 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #9a815c 66%, #b37642 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #9a815c 66%, #b37642 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a815c', endColorstr='#b37642',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 3.125em 0;
	font-family:"Arial", "微軟正黑體", serif;
}










.bottom-menu {
	border-left: 0.0625em solid rgba(255,255,255,0.2);
	/*padding-left: 1.25em;*/
}

.bottom-menus {
	border-left: 0.0625em solid rgba(255,255,255,0.2);
	padding-left: 0.5em;
}

@media screen and (max-width: 48em) {
	.bottom-menu {
		display: none;
	}
}

.bottom-menu li:first-child a, .bottom-menu li:first-child span {
  padding-top: 1.5em;
  color: #fff;
  font-size: 1em;

}

.bottom-menu a, .bottom-menu span {
  line-height: 2em;
  color: #ccc;
  font-size: 0.8125em;
}

.bottom-menu li{
	list-style: none;
}

.footer-social p{
	float: left;
	padding-left: 0.4375em;
	font-size: 0.75em;
	line-height: 26px;
	margin-bottom: 0.5em;
}

.footer-menu{
	margin-top: 1.25em;
}

.bottom-menu a{
	clear: both;
}

.bottom-menu a:hover {
  color: #e2a62c;
  text-decoration: none;
}

.footer-social img{
	padding-right: 0.4375em;
}

.footer-bottom {
  padding-top: 5em;
}

.footer-text {
  color: #8a90ff;
  font-size: 0.75em !important;
}

.newslisthr{
	border-bottom: 0.0625em solid rgba(255,255,255,.2);
	margin-bottom: 1.25em;
}

.newslisthrleft{
	border-right: 0.0625em solid rgba(255,255,255,.2);
	margin: 0 0.625em;
}

.logos img{
	padding-right: 1.25em;
}

.noborder{
	border-left: none;
}

.desktop{
	display: block;
}

.mobile{
	display: none;
}

.addlogin{
  line-height: 2.625em;
  padding-left: 2em !important;
  padding-right: 2em !important;
  border-radius: 50px;
  border: 0.0625em solid transparent;
  color: #fff !important;
  display: inline-block;
  font-weight: 500;
  position: relative;
  background: #9a815c;
  cursor: pointer;

}

.addlogin:hover{
  color: #9a815c !important;
  background: none;
}

@media screen and (max-width: 30em) {
	.desktop{
		display: none;
	}

	.mobile{
		display: block;
	}
	.navbar-brand img {
		width: 2em;
	}
	.header-spacers{
		height: 4em !important;
	}
}

@media screen and (max-width: 1024px){
.navbar-brand {
    z-index: 9999;
}
}

 footer ul {
    padding: 0 !important;
    margin: 0 !important;
}

a.back-to-top {
    /*display: none;*/
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top em {
    display: block;
    font-size: 1.375em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #9a815c;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.view em{
	line-height: 10px;
}

.view{
	margin-top: 5px;
	margin-right: 10px;
	color: #9a815c;
}
