.clearfix {
  *zoom: 1;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.en .site-nav > .nav-list > li {
  background: url(../img/nav/nav-en.png) 0 0 no-repeat;
}
.en .site-nav > .nav-list > li.nav-home {
  width: 92px;
  left: 0px;
  background-position: 0px 0px;
}
.en .site-nav > .nav-list > li.nav-home:hover,
.en .site-nav > .nav-list > li.nav-home.current {
  background-position: 0px -50px;
}
.en .site-nav > .nav-list > li.nav-profile {
  width: 92px;
  left: 92px;
  background-position: -92px 0px;
}
.en .site-nav > .nav-list > li.nav-profile:hover,
.en .site-nav > .nav-list > li.nav-profile.current {
  background-position: -92px -50px;
}
.en .site-nav > .nav-list > li.nav-projects {
  width: 104px;
  left: 184px;
  background-position: -184px 0px;
}
.en .site-nav > .nav-list > li.nav-projects:hover,
.en .site-nav > .nav-list > li.nav-projects.current {
  background-position: -184px -50px;
}
.en .site-nav > .nav-list > li.nav-news {
  width: 76px;
  left: 288px;
  background-position: -288px 0px;
}
.en .site-nav > .nav-list > li.nav-news:hover,
.en .site-nav > .nav-list > li.nav-news.current {
  background-position: -288px -50px;
}
.en .site-nav > .nav-list > li.nav-contact {
  width: 108px;
  left: 364px;
  background-position: -364px 0px;
}
.en .site-nav > .nav-list > li.nav-contact:hover,
.en .site-nav > .nav-list > li.nav-contact.current {
  background-position: -364px -50px;
}
.zh-hant .site-nav {
  width: 436px;
}
.zh-hant .site-nav > .nav-list {
  width: 436px;
}
.zh-hant .site-nav > .nav-list > li {
  background: url(../img/nav/nav-zh-hant.png) 0 0 no-repeat;
}
.zh-hant .site-nav > .nav-list > li.nav-home {
  width: 78px;
  left: 0px;
  background-position: 0px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-home:hover,
.zh-hant .site-nav > .nav-list > li.nav-home.current {
  background-position: 0px -50px;
}
.zh-hant .site-nav > .nav-list > li.nav-profile {
  width: 94px;
  left: 78px;
  background-position: -78px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-profile:hover,
.zh-hant .site-nav > .nav-list > li.nav-profile.current {
  background-position: -78px -50px;
}
.zh-hant .site-nav > .nav-list > li.nav-projects {
  width: 66px;
  left: 172px;
  background-position: -172px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-projects:hover,
.zh-hant .site-nav > .nav-list > li.nav-projects.current {
  background-position: -172px -50px;
}
.zh-hant .site-nav > .nav-list > li.nav-news {
  width: 94px;
  left: 238px;
  background-position: -238px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-news:hover,
.zh-hant .site-nav > .nav-list > li.nav-news.current {
  background-position: -238px -50px;
}
.zh-hant .site-nav > .nav-list > li.nav-contact {
  width: 100px;
  left: 332px;
  background-position: -332px 0px;
}
.zh-hant .site-nav > .nav-list > li.nav-contact:hover,
.zh-hant .site-nav > .nav-list > li.nav-contact.current {
  background-position: -332px -50px;
}
.site-nav {
  width: 484px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 15px;
}
.site-nav > ul {
  *zoom: 1;
  display: block;
  width: 484px;
  height: 50px;
  position: relative;
  z-index: 1001;
}
.site-nav > ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-nav > ul > li {
  position: absolute;
  top: 0px;
  height: 50px;
  list-style: none;
  display: block;
}
.site-nav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
}
.site-nav > ul > li ul {
  position: relative;
  z-index: 1000;
  display: block;
  margin-top: -40px;
  width: 174px;
  height: auto;
  background: #1d5ca5;
  opacity: 0;
  visibility: hidden;
  text-indent: 0px;
  -webkit-transition: .2s opacity;
  -moz-transition: .2s opacity;
  -ms-transition: .2s opacity;
  -o-transition: .2s opacity;
  transition: .2s opacity;
}
.site-nav > ul > li ul li {
  list-style: none;
  display: block;
  width: 174px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 1px;
  border-top: 1px #afc7e0 solid;
  background: url(../img/nav/sub-nav-bg.png) left top repeat-y;
}
.site-nav > ul > li ul li:first-child {
  border-top: 0;
}
.site-nav > ul > li ul li:hover a,
.site-nav > ul > li ul li.current a {
  font-weight: bold;
}
.site-nav > ul > li ul li a {
  display: block;
  width: 150px;
  padding: 5px 11px;
  height: 100%;
  color: #fff;
  margin: 0 auto;
}
.site-nav > ul > li > ul > li ul li {
  width: 172px;
}
.site-nav > ul > li > ul > li ul li a {
  display: block;
}
.site-nav > ul > li > ul > li:hover > ul,
.site-nav > ul > li > ul > li > ul:hover {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.site-nav > ul > li:hover > ul,
.site-nav > ul > li > ul:hover {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.site-header,
.site-header >.inner,
.site-nav,
.site-nav .nav-list,
.site-nav .nav-list .nav,
.site-nav .nav-list .nav .sub-nav-list {
  z-index: 1000;
}
html {
  height: 100%;
  *overflow-y: hidden;
}
body {
  position: relative;
  font: 12px Helvetica, Arial, "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei";
  color: #444444;
  height: 100%;
  min-height: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body a,
body input,
body select,
body textarea {
  font: 12px Helvetica, Arial, "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei";
  color: #444444;
}
.site-container {
  width: 100%;
  height: 100%;
  background: #ccc;
  background-size: cover;
  background-position: center center;
}
.site-container.profile {
  background-image: url(../img/background/profile.jpg);
}
.site-container.projects {
  background-image: url(../img/background/projects.jpg);
}
.site-container.projects-detail {
  background: #ccc;
}
.site-container.news {
  background-image: url(../img/background/news.jpg);
}
.site-container.contact {
  background: none;
}
.site-header {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 86px;
  top: 0px;
  left: 0px;
  background: url(../img/general/semi-white.png) repeat;
  background: rgba(255,255,255,0.5);
}
.site-header .site-title {
  width: 270px;
  height: 86px;
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.75);
}
.site-header .site-title a {
  display: block;
  border: 0;
}
.site-header .site-title a img {
  border: 0;
}
.site-header .alt-lang {
  position: absolute;
  right: 18px;
  top: 28px;
}
.pager .pager-list {
  text-align: right;
}
.pager .pager-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  margin: 0 3px;
}
.pager .pager-list li a {
  display: block;
  line-height: 14px;
  font-size: 12px;
  padding: 0 4px;
}
.pager .pager-list li.page {
  color: #444444;
  text-align: center;
}
.pager .pager-list li.page a {
  color: #444444;
}
.pager .pager-list li.page.on {
  color: #c9a600;
}
.pager .pager-list li.page.on a {
  color: #c9a600;
}
.pager .pager-list li.prev {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 7px;
  height: 13px;
  background: url(../img/general/prev-off.png) left top no-repeat;
}
.pager .pager-list li.prev.on {
  background: url(../img/general/prev-on.png) left top no-repeat;
}
.pager .pager-list li.next {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 7px;
  height: 13px;
  background: url(../img/general/next-off.png) left top no-repeat;
}
.pager .pager-list li.next.on {
  background: url(../img/general/next-on.png) left top no-repeat;
}
.footer-nav {
  float: left;
  width: 500px;
}
.footer-nav .nav-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  before: " | ";
}
.footer-nav .nav-list li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.footer-nav .nav-list li:before,
.footer-nav .nav-list li >.before {
  content: " | ";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 3px 0 5px;
  color: #666;
  height: 30px;
  line-height: 30px;
}
.footer-nav .nav-list li:first-child:before,
.footer-nav .nav-list li:first-child >.before {
  display: none;
}
.site-footer {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: url(../img/general/semi-white.png) repeat;
  background: rgba(255,255,255,0.5);
}
.site-footer .title {
  font-size: 22px;
  color: #c9a600;
  font-weight: bold;
}
.site-footer .footer-copyright {
  float: right;
  text-align: right;
  min-width: 330px;
  height: 45px;
  line-height: 45px;
  padding-right: 20px;
}
.site-footer .footer-copyright p {
  height: 45px;
  line-height: 45px;
  color: #666;
  font-size: 12px;
}
.site-footer .footer-copyright p a {
  color: #666;
}
.site-footer.home {
  background: none;
}
.site-footer.home .footer-copyright {
  float: none;
  width: auto;
  padding-left: 270px;
  padding-right: 0;
}
.site-footer.home .footer-copyright p {
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.8);
  padding-right: 20px;
}
.site-footer.projects {
  background: none;
  before: " ";
}
.site-footer.projects .footer-copyright {
  float: none;
  width: auto;
  padding-left: 270px;
  padding-right: 0;
}
.site-footer.projects .footer-copyright p {
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.8);
  padding-right: 20px;
}
.site-footer.projects:before,
.site-footer.projects >.before {
  content: "";
  display: block;
  width: 270px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/general/semi-light-white.png) repeat;
  background: rgba(255,255,255,0.35);
}
.form {
  position: relative;
}
.form .error {
  background: #f5e7a3 !important;
}
.form .error-message {
  color: #c9a600;
  margin: 10px 0;
  display: none;
}
.form .error-message.show {
  display: block;
}
.form .error-message p {
  color: #c9a600;
  font-weight: bold;
}
.form .form-buttons .form-button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  line-height: 21px;
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
.form .form-header .title {
  font-size: 12px;
  font-weight: bold;
  color: #c9a600;
}
.form .form-header .msg {
  font-weight: normal;
  color: #444444;
  font-size: 12px;
  line-height: 18px;
}
.form .form-header .msg .required-msg {
  font-weight: normal;
  color: #c9a600;
}
.form .form-content {
  position: relative;
  padding-top: 20px;
}
.form .form-content .field-row {
  margin-bottom: 8px;
}
.form .form-content .field-row .label,
.form .form-content .field-row .input,
.form .form-content .field-row .required-sign {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.form .form-content .field-row .label {
  width: 108px;
  vertical-align: top;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
}
.form .form-content .field-row .label.placeholder-replace {
  display: none;
}
.form .form-content .field-row .input {
  width: 295px;
}
.form .form-content .field-row .input input {
  border: 0;
  margin: 0;
  padding: 0;
}
.form .form-content .field-row .input .type-text,
.form .form-content .field-row .input .type-verify {
  width: 265px;
  padding: 0 5px;
  height: 27px;
  line-height: 27px;
  border: 0 #f0f0f0 solid;
  background: #f0f0f0;
}
.form .form-content .field-row .input .type-verify {
  width: 54px;
}
.form .form-content .field-row .input .type-select {
  width: 158px;
  height: 27px;
  line-height: 27px;
  border: 0 #f0f0f0 solid;
  background: #f0f0f0;
}
.form .form-content .field-row .input .type-textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 265px;
  height: 97px;
  padding: 5px;
  border: 0 #f0f0f0 solid;
  background: #f0f0f0;
}
.form .form-content .field-row.verify-row .label {
  width: auto;
  height: 24px;
  line-height: 24px;
}
.form .form-content .field-row.verify-row .required-sign {
  display: inline;
}
.form .form-content .field-row.verify-row .input {
  width: 190px;
}
.form .form-content .field-row .required-sign {
  color: #c9a600;
  display: none;
}
.form .form-content .field-row .reload-verify-image {
  cursor: pointer;
}
.site-content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 86px 0 45px;
  overflow: hidden;
}
.site-content .page-content-container {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.site-content .center-before {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.site-content .center-before + .page-content {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: auto;
}
.site-content .page-path {
  padding-left: 30px;
}
.site-content .page-path .path-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0px;
  font-size: 16px;
  color: #000;
  before: " ";
}
.site-content .page-path .path-list li a {
  font-size: 16px;
  color: #000;
}
.site-content .page-path .path-list li:before,
.site-content .page-path .path-list li >.before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 11px;
  background: url(../img/general/path-arrow.png) left top no-repeat;
}
.site-content .page-path .path-list li:first-child:before,
.site-content .page-path .path-list li:first-child >.before {
  display: none;
}
.site-content .section-header {
  position: relative;
  height: 58px;
}
.site-content .section-header .back {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  font-size: 12px;
  background: url(../img/general/back-arrow.png) left center no-repeat;
}
.site-content .section-header .pager {
  position: absolute;
  right: 0;
  top: 12px;
}
.site-container.home .site-header {
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.8);
}
.site-content.home .home-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.site-content.home .home-background.width img {
  width: 100%;
  height: auto;
}
.site-content.home .home-background.height img {
  height: 100%;
  width: auto;
}
.site-content.home .banner-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.site-content.home .banner-container .banner-list {
  width: 100%;
  white-space: nowrap;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.site-content.home .banner-container .banner-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-position: center center;
}
.site-content.home .banner-container .controls .control {
  display: block;
  width: 46px;
  height: 72px;
  position: absolute;
  z-index: 1000000;
  top: 50%;
  margin-top: -36px;
  cursor: pointer;
}
.site-content.home .banner-container .controls .control.prev {
  left: 24px;
  background: url(../img/general/arrow-left.png) left top no-repeat;
}
.site-content.home .banner-container .controls .control.next {
  right: 24px;
  background: url(../img/general/arrow-right.png) left top no-repeat;
}
.site-content.home .page-content-container {
  overflow-x: hidden;
  background: url(../img/general/semi-white.png) repeat;
  background: rgba(255,255,255,0.5);
}
.site-content.home .page-content {
  width: 270px;
  height: 100%;
}
.site-content.home .left-deco {
  position: relative;
  z-index: 100;
  width: 270px;
  height: 100%;
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.8);
}
.banner-nav {
  position: absolute;
  z-index: 100;
  left: 18px;
  bottom: 10px;
}
.banner-nav .banner-nav-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 8px;
}
.banner-nav .banner-nav-list li a {
  display: block;
  width: 9px;
  height: 9px;
  cursor: pointer;
  background: url(../img/general/gallery-nav.png) left top no-repeat;
  background-position: -9px 0;
}
.banner-nav .banner-nav-list li a:hover,
.banner-nav .banner-nav-list li a.current {
  background-position: 0 0;
}
.site-content.profile .page-content {
  width: 540px;
  height: 334px;
  padding: 30px;
  background: #fff;
}
.site-container.projects .site-header {
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.8);
}
.site-container.projects .page-content-container {
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.75);
}
.site-content.projects .page-content {
  width: 100%;
  height: 100%;
}
.site-content.projects .category-nav {
  float: left;
  width: 270px;
}
.site-content.projects .category-nav .section-header {
  padding: 20px 30px 10px;
}
.site-content.projects .category-nav .main-category-list li {
  list-style: none;
}
.site-content.projects .category-nav .main-category-list li a {
  display: block;
  padding: 12px 30px;
  font-size: 13px;
  color: #444444;
}
.site-content.projects .category-nav .main-category-list li a:hover,
.site-content.projects .category-nav .main-category-list li a:active,
.site-content.projects .category-nav .main-category-list li a:focus,
.site-content.projects .category-nav .main-category-list li a.current {
  color: #c9a600;
  background: url(../img/general/semi-white.png) repeat;
  background: rgba(255,255,255,0.5);
}
.site-content.projects .category-content {
  margin-left: 270px;
  min-height: 100%;
  background: url(../img/general/semi-white.png) repeat;
  background: rgba(255,255,255,0.5);
}
.site-content.projects .project-container {
  width: 988px;
  height: 456px;
  margin: 0 auto;
  padding-top: 90px;
  overflow: hidden;
  position: relative;
}
.site-content.projects .project-container .project-list-container {
  width: 820px;
  height: 456px;
  margin-left: 80px;
  overflow: hidden;
  position: relative;
}
.site-content.projects .project-container .project-list-container .project-scroller-list {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.site-content.projects .project-container .project-list-container .project-scroller-list > li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 820px;
  height: 456px;
  margin-right: 0;
}
.site-content.projects .project-container .controls .control {
  display: block;
  position: absolute;
  top: 90px;
  cursor: pointer;
}
.site-content.projects .project-container .controls .control.prev {
  width: 84px;
  height: 420px;
  left: 0;
  background: url(../img/projects/prev-on.png) center center no-repeat;
}
.site-content.projects .project-container .controls .control.prev.on {
  cursor: pointer;
  background: url(../img/projects/prev-on.png) center center no-repeat;
}
.site-content.projects .project-container .controls .control.next {
  width: 84px;
  height: 420px;
  right: 0;
  background: url(../img/projects/next-on.png) center center no-repeat;
}
.site-content.projects .project-container .controls .control.next.on {
  cursor: pointer;
  background: url(../img/projects/next-on.png) center center no-repeat;
}
.site-content.projects .project-scroller-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.projects .project-list {
  white-space: normal;
  width: 870px;
}
.site-content.projects .project-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 240px;
  margin-right: 50px;
  margin-bottom: 50px;
}
.site-content.projects .project-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-content.projects .project-list li .title {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #444444;
}
.site-content.projects-detail .page-content {
  position: relative;
}
.site-content.projects-detail .category-nav .back {
  display: block;
  padding-left: 28px;
}
.site-content.projects-detail .category-content {
  padding: 0 20px;
}
.site-content.projects-detail .project-header {
  padding-top: 30px;
}
.site-content.projects-detail .project-header .name .title,
.site-content.projects-detail .project-header .name .location {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 18px;
}
.site-content.projects-detail .project-header .name .title {
  color: #444444;
}
.site-content.projects-detail .project-header .name .title + .location {
  padding-left: 40px;
  background: url(../img/projects/title-deco.png) 15px center no-repeat;
}
.site-content.projects-detail .project-header .name .location {
  color: #c9a600;
}
.site-content.projects-detail .project-header .info {
  padding-top: 8px;
}
.site-content.projects-detail .project-header .info .category,
.site-content.projects-detail .project-header .info .date {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 13px;
}
.site-content.projects-detail .project-header .info .category {
  color: #444444;
}
.site-content.projects-detail .project-header .info .category + .date {
  padding-left: 30px;
  background: url(../img/projects/title-deco.png) 10px center no-repeat;
}
.site-content.projects-detail .gallery-container {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.site-content.projects-detail .gallery-container .gallery-list-container {
  width: 887px;
  height: 100%;
  margin-left: 327px;
  position: relative;
}
.site-content.projects-detail .gallery-container .gallery-list-container >.inner {
  width: 887px;
  margin-left: -37px;
  position: relative;
}
.site-content.projects-detail .gallery-container .gallery-list {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  white-space: nowrap;
}
.site-content.projects-detail .gallery-container .gallery-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  white-space: normal;
  position: relative;
  height: 500px;
  margin-right: 20px;
  background: url(../img/general/semi-white-85.png) repeat;
  background: rgba(255,255,255,0.85);
  opacity: 0.7;
  filter: alpha(opacity= 70 );
}
.site-content.projects-detail .gallery-container .gallery-list li.current {
  opacity: 1;
  filter: alpha(opacity= 100 );
}
.site-content.projects-detail .gallery-container .controls {
  width: 100%;
}
.site-content.projects-detail .gallery-container .controls .control {
  display: block;
  width: 500px;
  height: 540px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  cursor: pointer;
}
.site-content.projects-detail .gallery-container .controls .control.prev {
  width: 260px;
  background: url(../img/projects/prev-on.png) right center no-repeat;
}
.site-content.projects-detail .gallery-container .controls .control.next {
  width: 800px;
  left: 1220px;
  background: url(../img/projects/next-on.png) left center no-repeat;
}
.site-content.projects-detail .gallery-nav {
  position: absolute;
  left: 290px;
  top: 90px;
}
.site-content.projects-detail .gallery-nav .gallery-nav-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 8px;
}
.site-content.projects-detail .gallery-nav .gallery-nav-list li a {
  display: block;
  width: 9px;
  height: 9px;
  cursor: pointer;
  background: url(../img/general/gallery-nav.png) left top no-repeat;
  background-position: -9px 0;
}
.site-content.projects-detail .gallery-nav .gallery-nav-list li a:hover,
.site-content.projects-detail .gallery-nav .gallery-nav-list li a.current {
  background-position: 0 0;
}
.site-content.news .page-content-container {
  text-align: center;
}
.site-content.news .page-content-container > * {
  text-align: left;
}
.site-content.news .page-content {
  width: 740px;
  height: 352px;
  padding: 24px 30px;
  background: #fff;
}
.site-content.news .news-list {
  width: 772px;
}
.site-content.news .news-list li {
  *zoom: 1;
  display: block;
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 350px;
  margin-right: 36px;
  margin-bottom: 12px;
}
.site-content.news .news-list li:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.news .news-list li .thumbnail {
  float: left;
  width: 155px;
  height: 155px;
}
.site-content.news .news-list li .item-content {
  float: right;
  width: 185px;
  height: 155px;
}
.site-content.news .news-list li .item-content .date {
  color: #c9a600;
}
.site-content.news .news-list li .item-content .title {
  margin: 8px 0;
}
.site-content.news .news-list li .item-content .read-more {
  color: #c9a600;
}
.site-content.news-detail .page-content {
  width: 840px;
  height: 432px;
  padding: 24px 30px;
  background: #fff;
}
.site-content.news-detail .scrollpane {
  width: 840px;
  height: 377px;
  overflow: auto;
}
.site-content.news-detail .content-container {
  *zoom: 1;
  display: block;
  padding-right: 10px;
}
.site-content.news-detail .content-container:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.news-detail .content-container .gallery {
  float: right;
  width: 280px;
}
.site-content.news-detail .content-container .gallery + .item-content {
  float: left;
  width: 520px;
}
.site-content.news-detail .content-container .gallery li {
  list-style: none;
  margin-bottom: 10px;
}
.site-content.news-detail .content-container .item-content .date {
  color: #c9a600;
}
.site-content.news-detail .content-container .item-content .title {
  color: #444444;
  font-weight: normal;
  font-size: 18px;
  margin: 10px 0 20px;
}
#map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.site-container.contact .site-header {
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.75);
}
.site-container.contact .site-footer {
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.8);
}
.site-content.contact {
  width: 361px;
}
.site-content.contact .page-content-container {
  overflow-x: hidden;
  background: url(../img/general/semi-white2.png) repeat;
  background: rgba(255,255,255,0.9);
}
.site-content.contact .page-content {
  width: 301px;
  height: 100%;
  padding: 0 30px;
}
.site-content.contact .page-content .section-header {
  padding-top: 20px;
}
.site-content.contact .page-content .contact-info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #ccc solid;
}
.section-title {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  display: block;
}
.en .section-title {
  background: url(../img/general/en/items.png) left top no-repeat;
}
.en .section-title.profile {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 44px;
  background-position: -13px -129px;
}
.en .section-title.projects {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 44px;
  background-position: -13px -178px;
}
.en .section-title.news {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 44px;
  background-position: -13px -227px;
}
.en .section-title.contact {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 44px;
  background-position: -13px -277px;
}
.en .form-button {
  background: url(../img/general/en/items.png) left top no-repeat;
}
.en .form-button.submit {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 81px;
  height: 29px;
  background-position: -13px -352px;
}
.en .form-button.reset {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 81px;
  height: 29px;
  background-position: -104px -352px;
}
.zh-hant .section-title {
  background: url(../img/general/zh-hant/items.png) left top no-repeat;
}
.zh-hant .section-title.profile {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 44px;
  background-position: -13px -129px;
}
.zh-hant .section-title.projects {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 44px;
  background-position: -13px -178px;
}
.zh-hant .section-title.news {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 44px;
  background-position: -13px -227px;
}
.zh-hant .section-title.contact {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 44px;
  background-position: -13px -277px;
}
.zh-hant .form-button {
  background: url(../img/general/zh-hant/items.png) left top no-repeat;
}
.zh-hant .form-button.submit {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 81px;
  height: 29px;
  background-position: -13px -352px;
}
.zh-hant .form-button.reset {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 81px;
  height: 29px;
  background-position: -104px -352px;
}
.alt-lang {
  background: url(../img/general/en/items.png) left top no-repeat;
}
.alt-lang.en {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 28px;
  height: 29px;
  background-position: -723px -9px;
}
.alt-lang.zh-hant {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 28px;
  height: 29px;
  background-position: -763px -9px;
}
