@import url(global.css);
/* ================ General Layout Style ================ */
body,
html {
  font-size: 18px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  color: #444444;
  background-color: #a49e84;
  position: relative;
  overflow: auto;
  min-width: 0; }

html {
  -webkit-text-size-adjust: 100%; }

a {
  text-decoration: underline;
  transition: color 0.15s ease-in;
  color: #36801c; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none; }

h1 {
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 2.5em;
  text-transform: uppercase; }

h2 {
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1.55em;
  color: #36801c;
  margin-top: 1.3em; }
  h2:first-child {
    margin-top: 0; }

h3 {
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1.24em;
  margin: 2.2em 0 1.2em;
  line-height: 1.4em; }
  h3:first-child {
    margin-top: 0; }

h4 {
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1em; }

p {
  margin: 1.4em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

img {
  max-width: 100%; }

ol {
  padding-left: 30px;
  margin: 1.6em 0; }
  ol > li {
    list-style: decimal;
    padding-left: 20px;
    margin-top: 1.4em; }
    ol > li:first-child {
      margin-top: 0; }

ul {
  padding-left: 10px;
  margin: 1.6em 0; }
  ul > li {
    padding-left: 10px;
    margin-top: 1.4em;
    position: relative; }
    ul > li:first-child {
      margin-top: 0; }
    ul > li:before {
      position: absolute;
      left: -10px;
      top: 0.4em;
      content: "";
      width: 10px;
      height: 10px;
      background: url("../img/li.png") center top no-repeat;
      background-size: 100%; }
    ul > li > ul {
      padding-left: 10px;
      margin: 0.5em 0 1em; }
      ul > li > ul > li {
        padding-left: 10px;
        margin: 0.5em 0;
        position: relative; }
        ul > li > ul > li:first-child {
          margin-top: 0; }
        ul > li > ul > li:before {
          background: url("../img/li.png") center bottom no-repeat;
          background-size: 100%; }

.reset {
  padding-left: 0;
  padding-bottom: 0;
  margin: 0; }
  .reset > li {
    list-style: none;
    padding: 0;
    margin-top: 0; }
    .reset > li:before {
      background: none; }
  .reset > ul,
  .reset > ol {
    padding-left: 0;
    padding-bottom: 0;
    margin: 0; }
    .reset > ul > li,
    .reset > ol > li {
      list-style: none;
      padding: 0;
      margin-top: 0; }
      .reset > ul > li:before,
      .reset > ol > li:before {
        background: none; }

hr {
  border: 0;
  border-top: 1px solid #dedede;
  margin: 40px 0; }
  hr:last-child {
    margin-bottom: 20px; }

.section-divider {
  height: 1px;
  border: 0;
  width: 100%;
  visibility: hidden;
  margin: 30px 0; }

.green {
  color: #36801c; }

.gold {
  color: #8d8567; }

.visibility-hidden {
  visibility: hidden; }

.absolute-position {
  position: absolute;
  top: 0;
  right: 0; }

/* ================ Common Element ================ */
/* ------------- header ------------- */
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 7; }
  #header:before {
    position: absolute;
    content: "";
    background: #ffffff;
    border-radius: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 130px;
    height: 130px;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -510px;
    z-index: -1; }

.wrapper-header {
  position: relative;
  z-index: 1;
  background-color: #ffffff; }
  .wrapper-header a {
    color: #444444;
    display: block; }
    .wrapper-header a:hover {
      color: #8d8567; }
  .wrapper-header .form-search-ctn input {
    outline: none;
    border: 0;
    -webkit-appearance: none; }
  .wrapper-header .form-search-ctn input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #000000;
    padding: 7px 0;
    box-sizing: border-box; }
  .wrapper-header .form-search-ctn input[type='submit'] {
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background: #ffffff url("../img/search.png") center top no-repeat;
    background-size: 16px;
    margin-top: 7px;
    cursor: pointer;
    transition: background-position 0.3s ease-in; }
    .wrapper-header .form-search-ctn input[type='submit']:hover {
      background-position: center bottom; }
  .wrapper-header .form-search-ctn:hover .header-searchbar {
    width: 125px;
    opacity: 1;
    filter: alpha(opacity=100); }
    .wrapper-header .form-search-ctn:hover .header-searchbar .cuebox {
      color: #444444; }
  .wrapper-header .center-container {
    padding: 0 10px; }
  .wrapper-header .top-header-ctn {
    width: 100%;
    padding-top: 8px; }
    .wrapper-header .top-header-ctn a {
      text-decoration: none; }
  .wrapper-header .logo {
    margin-top: 4px;
    margin-bottom: -78px;
    line-height: 1px; }
  .wrapper-header .header-searchbar {
    position: relative;
    right: 0;
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: width 0.3s, opacity 0.3s ease-out; }
    .wrapper-header .header-searchbar .cuebox {
      height: 30px;
      line-height: 30px;
      border-bottom: 1px solid #000000;
      font-style: italic;
      box-sizing: border-box;
      color: transparent;
      transition: color 0.3s ease-out; }
  .wrapper-header .fontsctn {
    font-size: 16px; }
    .wrapper-header .fontsctn .btn-font {
      display: inline-block;
      vertical-align: bottom;
      margin: 0;
      padding: 3px; }
      .wrapper-header .fontsctn .btn-font.active > span, .wrapper-header .fontsctn .btn-font:hover > span {
        color: #8d8567; }
      .wrapper-header .fontsctn .btn-font.active > span {
        text-decoration: underline; }
      .wrapper-header .fontsctn .btn-font.fs30 > span {
        font-size: 1.4em; }
      .wrapper-header .fontsctn .btn-font.fs40 > span {
        font-size: 1.6em; }
  .wrapper-header .langctn {
    padding: 2px 5px; }
    .wrapper-header .langctn > ul > li {
      float: left;
      margin-bottom: 0; }
      .wrapper-header .langctn > ul > li.active > a, .wrapper-header .langctn > ul > li:hover > a {
        color: #8d8567; }
      .wrapper-header .langctn > ul > li.active > a {
        text-decoration: underline; }
  .wrapper-header .sharectn,
  .wrapper-header .socialctn {
    padding: 5px 0; }
    .wrapper-header .sharectn a,
    .wrapper-header .socialctn a {
      width: 20px;
      height: 20px;
      padding: 0 3px;
      margin: 0;
      transition: background-position 0.3s ease-in; }
      .wrapper-header .sharectn a:hover,
      .wrapper-header .socialctn a:hover {
        background-position: center bottom; }
  .wrapper-header .share-facebk {
    background: url("../img/fb.png") center top no-repeat;
    background-size: 20px; }
  .wrapper-header .share-twitter {
    background: url("../img/twitter.png") center top no-repeat;
    background-size: 20px; }
  .wrapper-header .share-sina {
    background: url("../img/weibo.png") center top no-repeat;
    background-size: 20px; }
  .wrapper-header .share-youtube {
    background: url("../img/youtube.png") center top no-repeat;
    background-size: 20px; }
  .wrapper-header .share-youku {
    background: url("../img/youku.png") center top no-repeat;
    background-size: 20px; }
  .wrapper-header .sharectn .share-baidu {
    background: url("../img/share.png") center top no-repeat;
    background-size: 20px; }
  .wrapper-header .mobile-menu-btn-ctn {
    display: none; }
    .wrapper-header .mobile-menu-btn-ctn > a {
      width: 25px;
      height: 25px;
      background: url("../img/mobile/menu.png") center center no-repeat;
      background-size: 25px;
      margin-right: -2px; }
  .wrapper-header .mobile-view-ctn {
    display: none; }
    .wrapper-header .mobile-view-ctn > a {
      display: block;
      width: 20px;
      height: 20px;
      padding: 0 3px;
      background: url("../img/desktop.png") center top no-repeat;
      background-size: 20px;
      transition: background-position 0.3s ease-in; }
      .wrapper-header .mobile-view-ctn > a:hover {
        background-position: center bottom; }
      .wrapper-header .mobile-view-ctn > a.active {
        background: url("../img/mobile.png") center top no-repeat;
        background-size: 25px;
        height: 25px;
        margin-top: 3px; }
        .wrapper-header .mobile-view-ctn > a.active:hover {
          background-position: center bottom; }
  .wrapper-header .btn-print-ctn {
    padding: 2px 5px; }
    .wrapper-header .btn-print-ctn > a {
      display: block;
      width: 20px;
      height: 20px;
      background: url("../img/print.png") center top no-repeat;
      background-size: 26px;
      transition: background-position 0.3s ease-in; }
      .wrapper-header .btn-print-ctn > a:hover {
        background-position: center bottom; }

.header-right-ctn {
  width: auto;
  padding: 6px 0 15px;
  font-size: 15px;
  line-height: 21px; }
  .header-right-ctn > ul {
    margin-right: -12px; }
    .header-right-ctn > ul > li {
      float: left;
      position: relative;
      padding: 0 5px;
      margin: 0 5px; }
      .header-right-ctn > ul > li:before {
        content: "";
        position: absolute;
        left: -5px;
        top: 0 !important;
        bottom: 0;
        width: 1px !important;
        height: 1em !important;
        margin: auto 0;
        background: #dedede; }
      .header-right-ctn > ul > li:first-child:before {
        display: none; }
      .header-right-ctn > ul > li a {
        padding: 3px 5px;
        margin: 0 2px; }

.main-menu-ctn {
  line-height: 1.4em;
  padding: 6px 0 0; }
  .main-menu-ctn a {
    display: block;
    text-decoration: none; }
    .main-menu-ctn a:hover {
      color: #444444; }
  .main-menu-ctn > ul {
    margin-right: -10px;
    zoom: 1; }
    .main-menu-ctn > ul:after {
      content: "";
      display: block;
      clear: both;
      width: 0;
      height: 0;
      visibility: hidden;
      font-size: 0; }
    .main-menu-ctn > ul > li {
      float: left;
      position: relative;
      margin: 0 8px; }
      .main-menu-ctn > ul > li:last-child {
        margin-right: 0; }
      .main-menu-ctn > ul > li:hover > div {
        max-height: 350px; }
      .main-menu-ctn > ul > li.reversed > div {
        right: 8px;
        left: auto; }
      .main-menu-ctn > ul > li.reversed .triangle-shadow {
        left: 0; }
      .main-menu-ctn > ul > li.sub-opened {
        background-color: #ffffff; }
        .main-menu-ctn > ul > li.sub-opened > a {
          color: #8d8567; }
          .main-menu-ctn > ul > li.sub-opened > a:after {
            background-position: center bottom; }
      .main-menu-ctn > ul > li > a {
        padding: 5px 8px;
        text-transform: uppercase;
        position: relative; }
        .main-menu-ctn > ul > li > a:before {
          position: absolute;
          content: "";
          left: 8px;
          right: 8px;
          top: calc(100% - 5px);
          height: 1px;
          background: #36801c;
          display: none; }
        .main-menu-ctn > ul > li > a.active:before {
          display: block; }
      .main-menu-ctn > ul > li > div {
        position: absolute;
        left: 8px;
        top: 100%;
        width: 265px;
        background: #f9f9f7;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        box-sizing: border-box;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
        .main-menu-ctn > ul > li > div > ul {
          padding: 5px;
          margin: 0; }
          .main-menu-ctn > ul > li > div > ul > li {
            padding-left: 0;
            margin: 0;
            list-style: none; }
            .main-menu-ctn > ul > li > div > ul > li:first-child {
              border-top: 0; }
            .main-menu-ctn > ul > li > div > ul > li:before {
              background: none; }
            .main-menu-ctn > ul > li > div > ul > li > a {
              padding: 5px 20px 5px 35px;
              position: relative;
              transition: color 0.3s ease-in;
              display: inline-block; }
              .main-menu-ctn > ul > li > div > ul > li > a:before {
                position: absolute;
                content: "";
                width: 12px;
                height: 12px;
                left: 14px;
                top: 12px;
                background: url("../img/right-arrow.png") center center no-repeat;
                background-size: 12px; }
              .main-menu-ctn > ul > li > div > ul > li > a:hover {
                color: #36801c; }
                .main-menu-ctn > ul > li > div > ul > li > a:hover:before {
                  background-position: center top; }
      .main-menu-ctn > ul > li .triangle-shadow {
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        width: 20px;
        height: 10px;
        background: transparent;
        z-index: 2;
        box-shadow: 0 2px 2px -5px rgba(0, 0, 0, 0.8); }
        .main-menu-ctn > ul > li .triangle-shadow:after {
          content: "";
          position: absolute;
          width: 14px;
          height: 14px;
          background: #f9f9f7;
          transform: rotate(45deg);
          top: 5px;
          left: 3px;
          box-shadow: -1px -1px 5px -1px rgba(0, 0, 0, 0.5); }

.menu-slider-ctn a {
  text-decoration: none; }
.menu-slider-ctn .mobile-shadow-bar {
  display: none;
  width: 100%;
  position: fixed;
  height: 40px;
  overflow: hidden;
  top: 63px;
  z-index: 1; }
  .menu-slider-ctn .mobile-shadow-bar:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    box-shadow: 0 2px 7px black; }
  .menu-slider-ctn .mobile-shadow-bar:after {
    position: absolute;
    content: "";
    background: #ffffff;
    border-radius: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 80px;
    height: 80px;
    padding: 7px;
    top: -63px;
    left: 30px;
    z-index: 0;
    visibility: visible; }
.menu-slider-ctn .mobile-menu-top-bar {
  display: none;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  position: relative;
  z-index: 1; }
  .menu-slider-ctn .mobile-menu-top-bar .langctn {
    display: block; }
    .menu-slider-ctn .mobile-menu-top-bar .langctn a {
      padding: 12px 15px; }
.menu-slider-ctn .mobile-menu-bottom-bar {
  display: none;
  background: #a49e84; }
  .menu-slider-ctn .mobile-menu-bottom-bar a {
    color: #ffffff;
    padding: 15px 30px; }
    .menu-slider-ctn .mobile-menu-bottom-bar a:before {
      position: relative;
      display: block;
      border-top: 1px solid #b2ae9c;
      content: "";
      width: 100%;
      left: 0;
      right: 0;
      top: -15px; }
  .menu-slider-ctn .mobile-menu-bottom-bar li:first-child a:before {
    display: none; }
.menu-slider-ctn .mobile-menu-social-bar {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  background: #333333; }
  .menu-slider-ctn .mobile-menu-social-bar .socialctn {
    width: 100%;
    padding: 10px 0;
    display: block;
    float: left;
    margin-left: 0; }
    .menu-slider-ctn .mobile-menu-social-bar .socialctn a {
      width: 25%;
      height: 35px;
      background-size: 35px;
      padding: 0;
      margin: 0; }

.desktop-actived .mobile-view-ctn {
  display: block; }

/* ------------- footer ------------- */
#footer {
  position: relative;
  z-index: 2;
  color: #ffffff; }

.wrapper-footer {
  line-height: 1.2em;
  color: #ffffff;
  position: relative;
  font-size: 0.8em; }
  .wrapper-footer a {
    text-decoration: none;
    color: #ffffff;
    display: block; }
  .wrapper-footer .back-to-top-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: -30px;
    margin-top: -40px;
    background: #b3a87c url("../img/top-arow.png") center center no-repeat;
    background-size: 15px;
    cursor: pointer;
    transition: opacity 0.3s ease-in; }
    .wrapper-footer .back-to-top-btn.hided {
      opacity: 0;
      filter: alpha(opacity=0); }
    .wrapper-footer .back-to-top-btn.fixed-position {
      position: fixed;
      right: 30px;
      bottom: 30px;
      top: auto;
      margin-top: 0; }
  .wrapper-footer .footer-top-part {
    background-color: #9b9477;
    padding: 40px 0 30px;
    overflow: hidden; }
    .wrapper-footer .footer-top-part h3 {
      border-bottom: 1px solid #b2ae9c;
      margin-bottom: 0;
      font-size: 1.2em; }
    .wrapper-footer .footer-top-part a {
      padding: 5px 0;
      display: inline-block; }
    .wrapper-footer .footer-top-part .grids-4cols-container {
      margin-top: 0; }
      .wrapper-footer .footer-top-part .grids-4cols-container > .grids-cell {
        margin-bottom: 0; }
    .wrapper-footer .footer-top-part .grids-cell-inner {
      margin-top: 20px; }
      .wrapper-footer .footer-top-part .grids-cell-inner:first-child {
        margin-top: 0; }
      .wrapper-footer .footer-top-part .grids-cell-inner.mobile-grids {
        display: none; }
  .wrapper-footer .footer-bottom-part {
    background-color: #a49e84;
    padding: 20px 0; }
    .wrapper-footer .footer-bottom-part .footer-sitemap {
      margin: 0 -5px; }
      .wrapper-footer .footer-bottom-part .footer-sitemap ul {
        zoom: 1; }
        .wrapper-footer .footer-bottom-part .footer-sitemap ul:after {
          content: "";
          display: block;
          clear: both;
          width: 0;
          height: 0;
          visibility: hidden;
          font-size: 0; }
      .wrapper-footer .footer-bottom-part .footer-sitemap li {
        margin-left: 5px;
        float: left; }
        .wrapper-footer .footer-bottom-part .footer-sitemap li:first-child {
          margin-left: 0; }
          .wrapper-footer .footer-bottom-part .footer-sitemap li:first-child a {
            padding-left: 5px; }
            .wrapper-footer .footer-bottom-part .footer-sitemap li:first-child a:before {
              display: none; }
      .wrapper-footer .footer-bottom-part .footer-sitemap a {
        position: relative;
        padding: 3px 12px; }
        .wrapper-footer .footer-bottom-part .footer-sitemap a:before {
          content: "";
          position: absolute;
          left: -3px;
          top: 0;
          bottom: 0;
          width: 1px;
          height: 1em;
          margin: auto 0;
          background: #b2ae9c; }
    .wrapper-footer .footer-bottom-part .footer-copyright {
      margin-top: 12px; }

/* ------------- content ------------- */
#content {
  position: relative;
  z-index: 1;
  padding-top: 104px;
  min-height: 250px;
  background-color: #ffffff; }

/* ------------- overlay ------------- */
.overlay-black {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6); }

.overlay-black.opened {
  display: block; }

/* ====================== main inner containers  ====================== */
.center-container {
  max-width: 1150px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px; }

.wrapper-content form {
  display: inline-block;
  width: 100%; }

/* ------------- banner ------------- */
.inner-banner-ctn {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .inner-banner-ctn .banner-img {
    position: relative;
    left: 50%;
    width: 1920px; }
    .inner-banner-ctn .banner-img img {
      position: relative;
      left: -50%;
      display: block; }
  .inner-banner-ctn .banner-text-ctn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px; }
    .inner-banner-ctn .banner-text-ctn .center-container {
      width: 100%;
      height: 100%;
      display: table;
      box-sizing: border-box; }
  .inner-banner-ctn .banner-text-inner-ctn {
    display: table-cell;
    vertical-align: middle; }
    .inner-banner-ctn .banner-text-inner-ctn span {
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      text-shadow: 1px 1px #000000;
      font-weight: 300;
      margin-top: 5px; }
      .inner-banner-ctn .banner-text-inner-ctn span:first-child {
        letter-spacing: 0.5px;
        font-size: 18px;
        line-height: 1em;
        margin-top: 0; }
      .inner-banner-ctn .banner-text-inner-ctn span.banner-title {
        letter-spacing: 0;
        font-size: 45px;
        line-height: 1em; }

.inner-head-ctn {
  margin-bottom: 45px; }
  .inner-head-ctn .page-title-ctn {
    font-size: 1.55em;
    line-height: 1.2em;
    color: #36801c; }
    .inner-head-ctn .page-title-ctn:first-child {
      padding-top: 80px; }

/* ------------- main content section ------------- */
.page-main-section {
  padding-bottom: 50px;
  min-height: 300px;
  background: #f2f3ee url("../img/bg.jpg") center top no-repeat; }
  .page-main-section.home-landing {
    padding-bottom: 50px !important;
    background: #f2f3ee url("../img/bg.jpg") center top no-repeat !important; }

.page-main-split {
  margin: 0 -20px -50px;
  padding-bottom: 50px;
  position: relative;
  min-height: 300px; }
  .page-main-split:before {
    position: absolute;
    content: "";
    left: 215px;
    top: -100px;
    width: 34px;
    height: 100%;
    margin-left: -34px;
    padding-top: 100px;
    background: url("../img/submenu-shadow.png") right top repeat-y; }
  .page-main-split h1 {
    color: #8d8567;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 2.3em; }
  .page-main-split > .split-smaller {
    width: 215px; }
    .page-main-split > .split-smaller > .split-inner {
      padding: 0 20px; }
  .page-main-split > .split-bigger {
    width: auto;
    margin-left: 215px;
    overflow: hidden; }
    .page-main-split > .split-bigger > .split-inner {
      padding: 0 20px 0 50px; }
    .page-main-split > .split-bigger form + h2 {
      margin-top: 0; }
  .page-main-split .publication-split {
    display: flex;
    align-items: flex-start; }
    .page-main-split .publication-split .img {
      margin-right: 30px;
      flex-shrink: 0;
      width: 240px;
      text-align: center;
      margin-bottom: 10px; }
    .page-main-split .publication-split .text-container ul {
      margin-top: 0; }

/* ------------- breadcrumb ------------- */
.breadcrumb {
  padding: 15px 0 30px;
  font-size: 14px;
  line-height: 1.4em; }
  .breadcrumb > ul {
    float: right; }
    .breadcrumb > ul > li {
      float: left;
      position: relative;
      padding-left: 16px; }
      .breadcrumb > ul > li:before {
        content: "";
        color: #444444;
        position: absolute;
        left: 0;
        top: 0 !important;
        padding: 0 5px;
        width: 6px !important;
        height: 100% !important;
        background: url("../img/breadcrumb.png") center center no-repeat;
        background-size: 6px; }
      .breadcrumb > ul > li:first-child:before {
        display: none; }
      .breadcrumb > ul > li.active a, .breadcrumb > ul > li:hover a {
        color: #8d8567; }
      .breadcrumb > ul > li.active a {
        text-decoration: underline; }
      .breadcrumb > ul > li a {
        text-decoration: none;
        transition: color 0.3s ease-in;
        color: #444444; }
        .breadcrumb > ul > li a:hover {
          color: #8d8567; }

/* ------------- page: left side ------------- */
.left-side-menu-ctn ul li {
  margin-top: 10px; }
  .left-side-menu-ctn ul li:first-child {
    margin-top: 0; }
  .left-side-menu-ctn ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 5px 5px 25px;
    position: relative;
    transition: color 0.3s ease-in;
    color: #444444; }
    .left-side-menu-ctn ul li a:hover {
      color: #8d8567; }
    .left-side-menu-ctn ul li a:before {
      position: absolute;
      content: "";
      top: 0.5em;
      left: 0;
      width: 15px;
      height: 15px;
      background: url("../img/right-arrow.png") center center no-repeat;
      background-size: 15px; }
  .left-side-menu-ctn ul li.active a, .left-side-menu-ctn ul li:hover a {
    color: #8d8567; }
    .left-side-menu-ctn ul li.active a:before, .left-side-menu-ctn ul li:hover a:before {
      background-position: center bottom; }
  .left-side-menu-ctn ul li.active a {
    text-decoration: underline; }

.left-notice-board {
  font-size: 0.85em;
  margin-top: 45px; }
  .left-notice-board .notice-title {
    background-color: #b3a87c;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 15px; }
  .left-notice-board .notice-text {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 0.9em;
    padding: 12px 15px;
    border: 1px solid #e4e0d0;
    color: #8d8567; }
    .left-notice-board .notice-text a {
      color: inherit; }
      .left-notice-board .notice-text a:hover {
        color: #36801c; }

/* ================= other inner general containers ================= */
/* ------------- buttons------------- */
.general-button-ctn {
  margin-top: 20px; }
  .general-button-ctn:first-child {
    margin-top: 0; }
  .general-button-ctn.center-aligned {
    display: inline-block;
    padding-right: 20px; }
    .general-button-ctn.center-aligned .button {
      display: inline-block;
      padding-left: 25px;
      padding-right: 25px; }
      .general-button-ctn.center-aligned .button:after {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        top: 0.15em;
        right: 0; }
  .general-button-ctn .button {
    display: block;
    border: 1px solid #c2d9ba;
    color: #36801c;
    font-size: 0.85em;
    text-transform: uppercase;
    padding: 6px 35px 6px 15px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s ease-in; }
    .general-button-ctn .button:after {
      position: absolute;
      content: "";
      right: 15px;
      top: 0.7em;
      width: 15px;
      height: 15px;
      background: url("../img/right-arrow.png") center top no-repeat;
      background-size: 15px;
      transition: background 0.3s ease-in; }
    .general-button-ctn .button:hover {
      border-color: #36801c;
      background-color: #36801c;
      color: #ffffff; }
      .general-button-ctn .button:hover:after {
        background: url("../img/white-arrow.png") center top no-repeat;
        background-size: 15px; }
    .general-button-ctn .button.arrow-back {
      padding-left: 35px;
      padding-right: 15px; }
      .general-button-ctn .button.arrow-back:after {
        left: 15px;
        right: auto;
        background: url("../img/left-arrow.png") center top no-repeat;
        background-size: 15px; }
      .general-button-ctn .button.arrow-back:hover:after {
        background: url("../img/white-arrow.png") center top no-repeat;
        background-size: 15px;
        background-position: center bottom; }
    .general-button-ctn .button.arrow-download:after {
      background: url("../img/download.png") center top no-repeat;
      background-size: 15px; }
    .general-button-ctn .button.arrow-download:hover:after {
      background-position: center bottom; }
    .general-button-ctn .button.arrow-gold {
      color: #8d8567; }
      .general-button-ctn .button.arrow-gold:after {
        background-position: center -45px; }
      .general-button-ctn .button.arrow-gold:hover:after {
        background-image: url("../img/right-arrow.png");
        background-position: center -45px; }
    .general-button-ctn .button.arrow-only {
      border: 0;
      display: block;
      padding: 6px 25px 6px 0; }
      .general-button-ctn .button.arrow-only:after {
        position: relative;
        display: inline-block;
        right: 0;
        top: 0;
        margin-left: 5px; }
      .general-button-ctn .button.arrow-only:hover {
        background: transparent; }
    .general-button-ctn .button.green-bg {
      background: #36801c;
      color: #ffffff;
      border-color: #36801c; }
      .general-button-ctn .button.green-bg:after {
        background-image: url("../img/white-arrow.png"); }
    .general-button-ctn .button.gold-bg {
      background: #b3a87c;
      color: #ffffff;
      border-color: #b3a87c; }
      .general-button-ctn .button.gold-bg:after {
        background-image: url("../img/white-arrow.png"); }
      .general-button-ctn .button.gold-bg:hover {
        background: #8d8567;
        border-color: #8d8567; }
    .general-button-ctn .button.font-h4 {
      font-size: 1em;
      line-height: 1.2em; }

/* ------------- paginator ------------- */
.pager-containers ul {
  float: right; }
  .pager-containers ul li {
    float: left;
    text-align: center;
    margin: 0 3px;
    font-size: 0.9em; }
    .pager-containers ul li.active,
    .pager-containers ul li a {
      display: block;
      text-decoration: none;
      min-width: 30px;
      height: 35px;
      line-height: 35px;
      cursor: pointer;
      box-sizing: border-box;
      padding: 0 5px;
      transition: background-color 0.3s, color 0.3s ease-in; }
    .pager-containers ul li.active,
    .pager-containers ul li a:hover {
      background: #b3a87c;
      color: #ffffff; }
    .pager-containers ul li.pagerControl {
      transition: background-position 0.3s ease-in; }
      .pager-containers ul li.pagerControl a {
        position: relative; }
        .pager-containers ul li.pagerControl a:before {
          position: absolute;
          width: 10px;
          height: 15px;
          content: "";
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          background: url("../img/pagination.png") center top no-repeat;
          background-size: 10px;
          transition: background-position 0.3s ease-in; }
        .pager-containers ul li.pagerControl a:hover:before {
          background-position: center top; }
      .pager-containers ul li.pagerControl.prev a:before {
        background-position: center -30px; }
      .pager-containers ul li.pagerControl.prev a:hover:before {
        background-position: center -45px; }
      .pager-containers ul li.pagerControl.next a:before {
        background-position: center top; }
      .pager-containers ul li.pagerControl.next a:hover:before {
        background-position: center -15px; }
      .pager-containers ul li.pagerControl.disabled {
        display: none; }

/* ------------- grids ------------- */
.grids-4cols-container {
  margin: 30px -20px 0; }
  .grids-4cols-container > .grids-cell {
    width: 25%;
    margin-bottom: 30px; }
  .grids-4cols-container .grids-cell-inner {
    padding-left: 20px;
    padding-right: 20px; }

.grids-3cols-container {
  margin: 30px -15px 0; }
  .grids-3cols-container.with-2small-grids > .grids-cell {
    width: 30%;
    margin-left: 5%; }
    .grids-3cols-container.with-2small-grids > .grids-cell:first-child {
      margin-left: 0; }
  .grids-3cols-container.with-2small-grids .grids-cell-inner {
    position: relative; }
  .grids-3cols-container.with-2small-grids .grids-table {
    position: absolute;
    left: -15%;
    top: 0;
    width: 15%;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 100%;
    font-size: 60px;
    line-height: 1em; }
    .grids-3cols-container.with-2small-grids .grids-table > span {
      display: block;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .grids-3cols-container > .grids-cell {
    width: 33.33%;
    margin-bottom: 30px; }
  .grids-3cols-container .grids-cell-inner {
    padding-left: 15px;
    padding-right: 15px; }
  .grids-3cols-container .grids-divider.three-items {
    display: block; }

.grids-2cols-container {
  margin: 30px -15px 0; }
  .grids-2cols-container.grids-division13 > .grids-cell {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .grids-2cols-container.grids-division13 > .grids-cell {
        width: 35%; } }
    @media only screen and (max-width: 650px) {
      .grids-2cols-container.grids-division13 > .grids-cell {
        width: 100%; } }
    .grids-2cols-container.grids-division13 > .grids-cell.grids-bigger {
      width: 75%; }
      @media only screen and (max-width: 767px) {
        .grids-2cols-container.grids-division13 > .grids-cell.grids-bigger {
          width: 65%; } }
      @media only screen and (max-width: 650px) {
        .grids-2cols-container.grids-division13 > .grids-cell.grids-bigger {
          width: 100%; } }
  .grids-2cols-container.grids-division13 .grids-cell-inner {
    padding-left: 0;
    padding-right: 0; }
  .grids-2cols-container > .grids-cell {
    width: 50%;
    margin-bottom: 30px; }
  .grids-2cols-container .grids-cell-inner {
    padding-left: 15px;
    padding-right: 15px; }

.grids-divider {
  display: none;
  width: 100%;
  height: 1px;
  visibility: hidden; }

/* ------------- split ------------- */
.split-three-seven > .split-smaller {
  width: 300px;
  padding-left: 30px;
  margin-bottom: 25px; }
.split-three-seven > .split-bigger {
  margin-right: 330px; }

.split-three-five-two {
  margin: 0 -10px; }
  .split-three-five-two > .split-smallest {
    width: 20%; }
  .split-three-five-two > .split-smaller {
    width: 30%; }
  .split-three-five-two > .split-bigger {
    width: 50%; }
  .split-three-five-two .split-inner {
    margin: 0 10px; }
    .split-three-five-two .split-inner .custom-select .ui-multiselect {
      min-width: 0; }

/* ------------- gallery listing grids------------- */
.gallery-list-grids {
  margin: 30px -15px 15px; }
  .gallery-list-grids > .grids-cell {
    padding-top: 15px;
    margin-bottom: 45px; }
  .gallery-list-grids a {
    text-decoration: none;
    background-color: #b3a87c;
    background-color: rgba(179, 168, 124, 0.2);
    display: block;
    padding: 20px 15px;
    transition: background-color 0.3s, color 0.3s ease-in;
    color: #444444; }
    .gallery-list-grids a > span {
      display: block; }
    .gallery-list-grids a p {
      margin: 12px 0; }
    .gallery-list-grids a:hover {
      background-color: #b3a87c;
      background-color: rgba(179, 168, 124, 0.3);
      color: #36801c; }
      .gallery-list-grids a:hover .button {
        background-color: #36801c;
        color: #ffffff;
        border-color: #36801c; }
        .gallery-list-grids a:hover .button:after {
          background: url("../img/white-arrow.png") center top no-repeat;
          background-size: 15px; }
      .gallery-list-grids a:hover .date-goldbg-box {
        background-color: #9b9477; }
    .gallery-list-grids a .image-ctn img {
      display: block;
      width: 100%; }

/* ------------- news listing rows------------- */
.news-record-ctn:nth-last-child(3) .news-record-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: -10px; }
.news-record-ctn h2 {
  margin: 30px 0 15px; }
  .news-record-ctn h2:first-child {
    margin: 0; }
.news-record-ctn .news-record-row {
  margin: 30px 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #dedede; }
  .news-record-ctn .news-record-row a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.3s ease-in;
    color: #444444; }
    .news-record-ctn .news-record-row a:hover {
      color: #36801c; }
      .news-record-ctn .news-record-row a:hover .button {
        background-color: #36801c;
        color: #ffffff;
        border-color: #36801c; }
        .news-record-ctn .news-record-row a:hover .button:after {
          background: url("../img/white-arrow.png") center top no-repeat;
          background-size: 15px; }
      .news-record-ctn .news-record-row a:hover .date-goldbg-box {
        background-color: #9b9477; }
    .news-record-ctn .news-record-row a > span {
      display: block; }
  .news-record-ctn .news-record-row .news-record-content {
    width: auto;
    margin-left: 3.88em;
    padding-left: 20px; }
    .news-record-ctn .news-record-row .news-record-content.with-news-img > h3,
    .news-record-ctn .news-record-row .news-record-content.with-news-img > .general-button-ctn {
      width: auto;
      margin-right: 220px;
      padding-right: 20px; }
    .news-record-ctn .news-record-row .news-record-content h3 {
      margin: 0; }
    .news-record-ctn .news-record-row .news-record-content > span {
      display: block; }
    .news-record-ctn .news-record-row .news-record-content .image-ctn {
      width: 220px; }
      .news-record-ctn .news-record-row .news-record-content .image-ctn.news-image {
        display: none;
        margin-top: 20px;
        width: auto; }
      .news-record-ctn .news-record-row .news-record-content .image-ctn img {
        display: block; }

/* ------------- event listing rows------------- */
.event h1 {
  color: #8d8567;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.3em; }
.event .event-record-ctn h2 {
  margin: 30px 0 15px; }
  .event .event-record-ctn h2:first-child {
    margin: 0; }
.event .event-record-ctn .event-record-row {
  margin: 30px 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #dedede; }
  .event .event-record-ctn .event-record-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: -10px; }
  .event .event-record-ctn .event-record-row a {
    display: flex;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.3s ease-in;
    color: #444444; }
    .event .event-record-ctn .event-record-row a:hover {
      color: #36801c; }
      .event .event-record-ctn .event-record-row a:hover .button {
        background-color: #36801c;
        color: #ffffff;
        border-color: #36801c; }
        .event .event-record-ctn .event-record-row a:hover .button:after {
          background: url("../img/white-arrow.png") center top no-repeat;
          background-size: 15px; }
      .event .event-record-ctn .event-record-row a:hover .date-goldbg-box {
        background-color: #9b9477; }
    .event .event-record-ctn .event-record-row a > span {
      display: block; }
  .event .event-record-ctn .event-record-row .image-ctn {
    width: 220px;
    flex: 0 0 auto; }
    .event .event-record-ctn .event-record-row .image-ctn img {
      display: block;
      width: 100%; }
  .event .event-record-ctn .event-record-row .event-record-content {
    width: auto;
    padding-left: 20px;
    flex: 0 0 auto; }
    .event .event-record-ctn .event-record-row .event-record-content h3 {
      margin: 0; }
    .event .event-record-ctn .event-record-row .event-record-content p {
      margin-top: 0; }
    .event .event-record-ctn .event-record-row .event-record-content > span {
      display: block; }
.event .event-details {
  display: flex;
  flex-wrap: wrap; }
  .event .event-details .text-container {
    flex: 0 1 auto;
    width: 100%; }
    .event .event-details .text-container table {
      margin-top: 20px;
      color: #8d8567; }
  .event .event-details .img-container {
    flex: 0 0 auto;
    width: 460px;
    margin-left: 20px; }
    .event .event-details .img-container img {
      margin-bottom: 20px; }

/* ------------- form elements ------------- */
.form-row {
  position: relative; }
  .form-row label {
    display: inline-block;
    font-weight: 700;
    margin-top: 0.4em; }
  .form-row input[type="text"] {
    min-width: 350px;
    min-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    border: 1px solid #cccccc; }
  .form-row .form-submit-button {
    position: relative;
    margin-top: 0;
    margin-left: 25px; }
    .form-row .form-submit-button:first-child {
      margin-left: 0; }
    .form-row .form-submit-button:hover .button {
      background: #8d8567;
      border-color: #8d8567; }
    .form-row .form-submit-button.center-aligned {
      display: block;
      padding-right: 40px; }
    .form-row .form-submit-button .absolute-position {
      width: 100%;
      height: 100%; }
      .form-row .form-submit-button .absolute-position > .button {
        display: block;
        text-align: center;
        height: 100%;
        box-sizing: border-box; }
    .form-row .form-submit-button > .submit {
      opacity: 0;
      filter: alpha(opacity=0); }
      .form-row .form-submit-button > .submit input {
        cursor: pointer;
        border: 0;
        padding: 9px 20px 8px;
        font-size: 18px;
        font-family: "Lato", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        width: 100%;
        box-sizing: border-box; }
  .form-row .cuebox {
    min-width: 374px;
    min-height: 40px;
    padding: 9px 10px 6px;
    border: 1px solid #cccccc;
    background: #ffffff;
    box-sizing: border-box;
    line-height: 1em; }

/* ------------- listing page elements ------------- */
.date-goldbg-box {
  display: block;
  background-color: #b3a87c;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 0 10px;
  width: 3.88em;
  min-height: 70px;
  box-sizing: border-box;
  transition: background-color 0.3s ease-in; }
  .date-goldbg-box > span {
    display: block;
    font-size: 1.5em;
    line-height: 1em; }
    .date-goldbg-box > span:first-child {
      font-size: 1.2em; }
  .date-goldbg-box.gallery-date {
    position: relative;
    top: -5px;
    margin-top: -40px;
    margin-left: -15px;
    display: inline-block; }
  .date-goldbg-box.news-date {
    min-height: 90px;
    padding: 22px 0 20px; }

/* ------------- detail page elements ------------- */
.date {
  color: #8d8567;
  font-size: 1.05em;
  text-transform: uppercase;
  margin: 25px 0; }
  .date:first-child {
    margin: 25px 0; }

.detail-title-ctn {
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  padding-bottom: 25px; }

.detail-date-button-bar .general-button-ctn {
  margin-top: 25px; }
.detail-date-button-bar .date {
  margin-bottom: 0; }

.detail-previous-msg-ctn .grids-cell {
  margin-bottom: 0; }
  .detail-previous-msg-ctn .grids-cell.right {
    text-align: right; }
.detail-previous-msg-ctn .general-button-ctn {
  margin-top: 0; }
.detail-previous-msg-ctn p {
  margin: 15px 0 0; }

.img-caption-ctn {
  font-style: italic;
  color: #8d8567;
  margin: 1.8em 0; }
  .img-caption-ctn img {
    display: block; }
  .img-caption-ctn p {
    margin: 10px 0; }
    .img-caption-ctn p:last-child {
      margin-bottom: 0; }

.img-slideshow-text-ctn {
  margin: 1.8em 0; }
  .img-slideshow-text-ctn.img-width-400 .img-slideshow-ctn {
    width: 400px; }
  .img-slideshow-text-ctn.img-width-400 .img-content {
    width: auto;
    margin-right: 425px; }
  .img-slideshow-text-ctn img {
    display: block;
    margin: auto; }
  .img-slideshow-text-ctn .img-slideshow-ctn {
    width: 300px;
    padding-left: 25px; }
  .img-slideshow-text-ctn .img-slideshow .slides {
    width: 100%;
    display: block; }
  .img-slideshow-text-ctn .img-content {
    width: auto;
    margin-right: 325px; }
  .img-slideshow-text-ctn .img-cycle-pager-ctn {
    position: relative;
    z-index: 101;
    text-align: center;
    margin-top: 10px; }
    .img-slideshow-text-ctn .img-cycle-pager-ctn > span {
      width: 25px;
      height: 18px;
      display: inline-block;
      background: url("../img/dot.png") center top no-repeat;
      background-size: 18px;
      text-indent: -9999px;
      margin: 0 5px;
      cursor: pointer; }
      .img-slideshow-text-ctn .img-cycle-pager-ctn > span.cycle-pager-active, .img-slideshow-text-ctn .img-cycle-pager-ctn > span:hover {
        background-position: center bottom; }

.image-ctn > img {
  display: block; }
.image-ctn.border-gold {
  text-align: center; }
  .image-ctn.border-gold > img {
    display: inline-block;
    margin: 0 auto;
    border-bottom: 5px solid #b3a87c; }

/* ------------- sitemap grids ------------- */
.sitemap-3cols-grids {
  margin: 40px -20px; }
  .sitemap-3cols-grids:last-child {
    margin-bottom: 0; }
  .sitemap-3cols-grids a {
    text-decoration: none;
    display: inline-block;
    color: #444444; }
    .sitemap-3cols-grids a:hover {
      color: #36801c; }
  .sitemap-3cols-grids > ul {
    zoom: 1; }
    .sitemap-3cols-grids > ul:after {
      content: "";
      display: block;
      clear: both;
      width: 0;
      height: 0;
      visibility: hidden;
      font-size: 0; }
    .sitemap-3cols-grids > ul > li {
      width: 33.33%;
      float: left;
      padding: 0 20px;
      box-sizing: border-box;
      margin-bottom: 25px; }
      .sitemap-3cols-grids > ul > li > a {
        text-transform: uppercase;
        font-size: 1.55em;
        margin-bottom: 20px;
        color: #444444; }
        .sitemap-3cols-grids > ul > li > a:hover {
          color: #444444; }
      .sitemap-3cols-grids > ul > li > div > ul {
        margin-top: 0;
        padding-left: 0; }
        .sitemap-3cols-grids > ul > li > div > ul > li {
          padding-left: 0;
          margin-top: 0; }
          .sitemap-3cols-grids > ul > li > div > ul > li:before {
            display: none; }
          .sitemap-3cols-grids > ul > li > div > ul > li a {
            position: relative;
            padding: 5px 5px 5px 20px;
            transition: color 0.3s ease-in; }
            .sitemap-3cols-grids > ul > li > div > ul > li a:before {
              position: absolute;
              content: "";
              width: 12px;
              height: 12px;
              left: 0;
              top: 12px;
              background: url("../img/right-arrow.png") center center no-repeat;
              background-size: 12px; }
            .sitemap-3cols-grids > ul > li > div > ul > li a:hover {
              color: #36801c; }
              .sitemap-3cols-grids > ul > li > div > ul > li a:hover:before {
                background-position: center top; }
    .sitemap-3cols-grids > ul .grids-divider {
      width: 100%; }
      .sitemap-3cols-grids > ul .grids-divider.three-items {
        display: block; }

.video-iframe {
  margin-bottom: 1.4em; }

/* ------------- popup ------------- */
.popup-colorbox-container {
  display: none; }

.popup-messagebox .notice-title {
  background: #b3a87c;
  color: #ffffff;
  padding: 18px 50px 18px 25px;
  text-transform: uppercase;
  font-size: 1.25em; }
.popup-messagebox .notice-text {
  background: #ffffff;
  padding: 18px 25px;
  color: #444444; }
  .popup-messagebox .notice-text a {
    color: inherit; }
    .popup-messagebox .notice-text a:hover {
      color: #36801c; }

/* ------------- plugin: multiselect ------------- */
.ui-multiselect-menu {
  padding: 0;
  border-radius: 0;
  z-index: 1; }
  .ui-multiselect-menu .ui-multiselect-checkboxes {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff; }
    .ui-multiselect-menu .ui-multiselect-checkboxes > li {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      border-top: #e5e5e5 1px solid; }
      .ui-multiselect-menu .ui-multiselect-checkboxes > li:first-child {
        border-top: 0; }
      .ui-multiselect-menu .ui-multiselect-checkboxes > li label {
        width: 100% !important;
        box-sizing: border-box;
        border-radius: 0;
        border: 0;
        padding: 7px 18px !important;
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        font-weight: 400;
        color: #444444;
        position: relative;
        display: inline-block;
        vertical-align: top; }
        .ui-multiselect-menu .ui-multiselect-checkboxes > li label.ui-state-active {
          background: #dfecdb; }
        .ui-multiselect-menu .ui-multiselect-checkboxes > li label.ui-state-hover {
          background: #dfecdb; }
        .ui-multiselect-menu .ui-multiselect-checkboxes > li label input {
          vertical-align: top;
          height: 26px;
          width: 26px;
          background: #ffffff;
          border: 1px solid #dedede;
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          margin: -1px 6px 0 0;
          box-sizing: border-box; }
          .ui-multiselect-menu .ui-multiselect-checkboxes > li label input:checked {
            background: #36801c url("../img/tick.png") center center no-repeat;
            background-size: 16px; }
        .ui-multiselect-menu .ui-multiselect-checkboxes > li label span {
          vertical-align: middle; }

.custom-select {
  margin-left: 15px; }
  .custom-select:first-child {
    margin-left: 0; }
  .custom-select .ui-multiselect {
    border: 1px solid #d4d2c5;
    border-radius: 0;
    background: #e1dbca;
    font-size: 1em;
    padding: 8px 35px 8px 18px;
    position: relative;
    transition: background-color 0.3s ease-in;
    width: 100% !important;
    min-width: 11.4em;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444; }
    .custom-select .ui-multiselect:hover {
      background: #a49e84; }
      .custom-select .ui-multiselect:hover > span {
        color: #ffffff; }
        .custom-select .ui-multiselect:hover > span.ui-icon {
          background-position: center bottom; }
    .custom-select .ui-multiselect > span {
      font-size: 0.85em;
      line-height: 1.3em;
      font-weight: 400;
      font-family: "Lato", Arial, Helvetica, sans-serif;
      height: auto;
      color: #444444;
      transition: color 0.3s ease-in; }
      .custom-select .ui-multiselect > span.ui-icon {
        height: 16px;
        background: url("../img/arrow-down.png") center top no-repeat;
        background-size: 15px;
        position: absolute;
        right: 15px;
        top: 0.75em;
        transition: background-position 0.3s ease-in; }

/* ------------- plugin: colorbox ------------- */
.cbox-image,
.cbox-video {
  display: block;
  position: relative; }
  .cbox-image:after,
  .cbox-video:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease-in; }
  .cbox-image:hover:after,
  .cbox-video:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .cbox-image > img,
  .cbox-video > img {
    display: block;
    margin: 0 auto; }

.cbox-image:after {
  width: 62px;
  height: 62px;
  background: url("../img/zoom.png") center center no-repeat;
  background-size: 31px; }

.cbox-video:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 36px;
  height: 35px;
  background: url("../img/play.png") center center no-repeat;
  background-size: 36px; }

.custom-colorbox#cboxOverlay {
  background: #000000; }
.custom-colorbox.video-colorbox #cboxTitle {
  display: none;
  padding: 0; }
.custom-colorbox.video-colorbox #cboxNext,
.custom-colorbox.video-colorbox #cboxPrevious {
  display: none !important; }
.custom-colorbox.inline-colorbox #cboxContent {
  margin: 0; }
.custom-colorbox.inline-colorbox #cboxClose {
  top: 18px;
  right: 25px; }
.custom-colorbox #cboxContent {
  background: transparent;
  margin: 40px; }
  .custom-colorbox #cboxContent:hover #cboxNext,
  .custom-colorbox #cboxContent:hover #cboxPrevious {
    opacity: 1;
    filter: alpha(opacity=100); }
.custom-colorbox #cboxLoadedContent {
  padding: 0; }
  .custom-colorbox #cboxLoadedContent > iframe {
    width: 100%;
    height: 100%; }
.custom-colorbox #cboxTitle {
  position: relative;
  top: auto;
  color: #ffffff;
  padding: 10px 0 0;
  font-style: italic; }
  .custom-colorbox #cboxTitle.disabled {
    display: none;
    padding: 0; }
.custom-colorbox #cboxCurrent {
  display: none !important; }
.custom-colorbox #cboxNext,
.custom-colorbox #cboxPrevious {
  opacity: 0;
  filter: alpha(opacity=0);
  background: url("../img/lightbox-arrow.png") center top no-repeat;
  width: 40px;
  height: 82px;
  transition: opacity 0.3s ease-in; }
.custom-colorbox #cboxPrevious {
  left: 0;
  background-position: center top; }
  .custom-colorbox #cboxPrevious:hover {
    background-position: center -82px; }
.custom-colorbox #cboxNext {
  right: 0;
  background-position: center -164px; }
  .custom-colorbox #cboxNext:hover {
    background-position: center -246px; }
.custom-colorbox #cboxClose {
  top: -40px;
  right: -40px;
  width: 25px;
  height: 25px;
  background: url("../img/lightbox-close.png") center top no-repeat;
  background-size: 25px; }
  .custom-colorbox #cboxClose:hover {
    background-position: center bottom; }

/* ------------- plugin: swiper ------------- */
.custom-swiper-ctn {
  padding: 20px 50px 30px;
  margin: 25px 0;
  position: relative;
  overflow: hidden; }
  .custom-swiper-ctn .custom-swiper-outer {
    overflow: hidden;
    margin: 0 25px; }
  .custom-swiper-ctn .custom-swiper-inner {
    padding: 2px 0;
    margin: 0 -70px; }
  .custom-swiper-ctn .swiper-slide:hover .swiper-slide-inner {
    background: #e1dbca; }
  .custom-swiper-ctn .swiper-slide > a {
    display: block;
    text-decoration: none;
    text-align: center; }
  .custom-swiper-ctn .swiper-slide .image-ctn img {
    display: block; }
  .custom-swiper-ctn .swiper-slide .swiper-slide-inner {
    padding: 25px 22px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    background: #ece8d8;
    height: 100%; }
  .custom-swiper-ctn .swiper-next,
  .custom-swiper-ctn .swiper-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 100%; }
    .custom-swiper-ctn .swiper-next:after,
    .custom-swiper-ctn .swiper-prev:after {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: center -90px no-repeat;
      background-size: 30px; }
  .custom-swiper-ctn .swiper-prev {
    left: 0; }
    .custom-swiper-ctn .swiper-prev:after {
      left: 0;
      background-image: url("../img/left-arrow.png"); }
  .custom-swiper-ctn .swiper-next {
    right: 0; }
    .custom-swiper-ctn .swiper-next:after {
      right: 0;
      background-image: url("../img/right-arrow.png"); }

/* ------------- plugin: baidu share ------------- */
.bdshare_dialog_list li,
.bdshare_popup_list li {
  margin-top: 0; }

.bdshare_dialog_top span {
  position: absolute;
  left: 5px;
  top: 0;
  background-color: #f6f6f6; }

.bdshare_popup_bg,
.bdshare_popup_box {
  left: auto !important;
  right: 10px; }

/* ------------- plugin: accordion ------------- */
.accordion-container {
  margin-bottom: 2.5em; }
  .accordion-container:last-child {
    margin-bottom: 0; }
  .accordion-container .accordion-slides:before {
    display: none; }
  .accordion-container .accordion-slides.ABCAccordionOpen .head:after {
    background-position: center bottom; }
  .accordion-container .head {
    cursor: pointer;
    padding: 12px 50px 12px 15px;
    border-bottom: #d8d1b4 1px solid;
    position: relative;
    color: #8d8567; }
    .accordion-container .head:after {
      position: absolute;
      content: "";
      width: 22px;
      height: 22px;
      background: url("../img/accordion.png") center top no-repeat;
      right: 15px;
      top: 0.7em;
      transition: background-position 0.3s ease-in; }
  .accordion-container .detail {
    padding: 0 15px 10px;
    margin-bottom: 10px;
    background-color: #ece8d8; }
    .accordion-container .detail .detail-ctn {
      padding: 10px 0; }

/* ------------- tablet device without hover effect ------------- */
.tablet-device .custom-colorbox #cboxNext,
.tablet-device .custom-colorbox #cboxPrevious {
  opacity: 1;
  filter: alpha(opacity=100); }
.tablet-device .custom-colorbox #cboxPrevious:hover {
  background-position: center top; }
.tablet-device .custom-colorbox #cboxNext:hover {
  background-position: center -162px; }
.tablet-device .custom-colorbox #cboxClose:hover {
  background-position: center top; }
.tablet-device input[type="text"] {
  webkit-appearance: none;
  border-radius: 0; }

/* ------------- body with different font-size ------------- */
body[fontsize="fs30"] h1, body[fontsize="fs40"] h1 {
  font-size: 1.7em; }
body[fontsize="fs30"] h2, body[fontsize="fs40"] h2 {
  font-size: 1.38em; }
body[fontsize="fs30"] h4, body[fontsize="fs40"] h4 {
  line-height: 1.13em; }
body[fontsize="fs30"] ul > li:before, body[fontsize="fs40"] ul > li:before {
  width: 15px;
  height: 15px;
  top: 0.5em; }
body[fontsize="fs30"] .main-menu-ctn > ul > li > a, body[fontsize="fs40"] .main-menu-ctn > ul > li > a {
  letter-spacing: -1px; }
body[fontsize="fs30"] .main-menu-ctn > ul > li > div > ul > li > a:before, body[fontsize="fs40"] .main-menu-ctn > ul > li > div > ul > li > a:before {
  top: 0.65em; }
body[fontsize="fs30"] .date-goldbg-box, body[fontsize="fs40"] .date-goldbg-box {
  width: 3em; }
body[fontsize="fs30"] .news-record-ctn .news-record-row .news-record-content, body[fontsize="fs40"] .news-record-ctn .news-record-row .news-record-content {
  margin-left: 3em; }
body[fontsize="fs30"] .left-side-menu-ctn, body[fontsize="fs40"] .left-side-menu-ctn {
  font-size: 0.8em;
  line-height: 1.45em; }
  body[fontsize="fs30"] .left-side-menu-ctn ul li a:before, body[fontsize="fs40"] .left-side-menu-ctn ul li a:before {
    top: 0.6em; }
body[fontsize="fs30"] .left-notice-board .notice-text, body[fontsize="fs40"] .left-notice-board .notice-text {
  line-height: 1.4em; }
body[fontsize="fs30"] .custom-select .ui-multiselect, body[fontsize="fs40"] .custom-select .ui-multiselect {
  min-width: 10em; }
body[fontsize="fs30"] .ui-multiselect-checkboxes > li:before, body[fontsize="fs40"] .ui-multiselect-checkboxes > li:before {
  display: none; }
body[fontsize="fs30"] .bdshare_dialog_box li:before,
body[fontsize="fs30"] .bdshare_popup_box li:before, body[fontsize="fs40"] .bdshare_dialog_box li:before,
body[fontsize="fs40"] .bdshare_popup_box li:before {
  display: none; }
body[fontsize="fs30"] .form-row label,
body[fontsize="fs30"] .header-searchbar label, body[fontsize="fs40"] .form-row label,
body[fontsize="fs40"] .header-searchbar label {
  margin-top: 4px; }
body[fontsize="fs30"] .form-row input[type="text"],
body[fontsize="fs30"] .header-searchbar input[type="text"], body[fontsize="fs40"] .form-row input[type="text"],
body[fontsize="fs40"] .header-searchbar input[type="text"] {
  font-size: 1em;
  padding: 5px 10px; }
body[fontsize="fs30"] .form-row input[type="text"], body[fontsize="fs40"] .form-row input[type="text"] {
  padding: 5px 10px; }
body[fontsize="fs30"] .sitemap-3cols-grids ul > li > a, body[fontsize="fs40"] .sitemap-3cols-grids ul > li > a {
  font-size: 1.15em; }
body[fontsize="fs30"] .sitemap-3cols-grids ul > li > div > ul > li a, body[fontsize="fs40"] .sitemap-3cols-grids ul > li > div > ul > li a {
  font-size: 1em; }
  body[fontsize="fs30"] .sitemap-3cols-grids ul > li > div > ul > li a:before, body[fontsize="fs40"] .sitemap-3cols-grids ul > li > div > ul > li a:before {
    top: 0.7em; }
body[fontsize="fs30"] .main-menu-ctn {
  font-size: 0.7em;
  line-height: 1.3em;
  padding-top: 4px; }
body[fontsize="fs30"] .wrapper-footer {
  font-size: 0.6em;
  line-height: 1.25em; }
  body[fontsize="fs30"] .wrapper-footer .footer-top-part h3 {
    font-size: 1.18em; }
body[fontsize="fs30"] .inner-banner-ctn .banner-text-inner-ctn {
  /*span:first-child {
           font-size: 20px;
           line-height: 1em;
      }*/ }
body[fontsize="fs30"] .breadcrumb {
  font-size: 15px; }
body[fontsize="fs30"] .general-button-ctn.center-aligned .button:after {
  top: 1px; }
body[fontsize="fs30"] .general-button-ctn .button {
  font-size: 0.6em;
  line-height: 2em; }
  body[fontsize="fs30"] .general-button-ctn .button:after {
    top: 1em; }
  body[fontsize="fs30"] .general-button-ctn .button.arrow-only:after {
    top: 0; }
  body[fontsize="fs30"] .general-button-ctn .button.font-h4 {
    font-size: 1em;
    line-height: 1.2em; }
    body[fontsize="fs30"] .general-button-ctn .button.font-h4:after {
      top: -3px; }
body[fontsize="fs30"] .custom-select .ui-multiselect {
  font-size: 0.75em; }
body[fontsize="fs30"] .ui-multiselect-menu .ui-multiselect-checkboxes > li label {
  font-size: 0.7em; }
  body[fontsize="fs30"] .ui-multiselect-menu .ui-multiselect-checkboxes > li label input {
    top: 0.3em; }
body[fontsize="fs40"] .main-menu-ctn {
  font-size: 0.56em;
  line-height: 1.3em;
  padding-top: 2px; }
body[fontsize="fs40"] .wrapper-footer {
  font-size: 0.45em;
  line-height: 1.25em; }
  body[fontsize="fs40"] .wrapper-footer .footer-top-part h3 {
    font-size: 1.45em; }
body[fontsize="fs40"] .inner-banner-ctn .banner-text-inner-ctn {
  /*span:first-child {
           font-size: 22px;
           line-height: 1em;
      }*/ }
body[fontsize="fs40"] .breadcrumb {
  font-size: 16px; }
body[fontsize="fs40"] .general-button-ctn.center-aligned .button:after {
  top: 1px; }
body[fontsize="fs40"] .general-button-ctn .button {
  font-size: 0.5em;
  line-height: 2em; }
  body[fontsize="fs40"] .general-button-ctn .button:after {
    top: 1em; }
  body[fontsize="fs40"] .general-button-ctn .button.arrow-only:after {
    top: 0; }
  body[fontsize="fs40"] .general-button-ctn .button.font-h4 {
    font-size: 1em;
    line-height: 1.2em; }
    body[fontsize="fs40"] .general-button-ctn .button.font-h4:after {
      top: -6px; }
body[fontsize="fs40"] .custom-select .ui-multiselect {
  font-size: 0.8em; }
body[fontsize="fs40"] .page-main-split:before {
  left: 235px; }
body[fontsize="fs40"] .ui-multiselect-menu .ui-multiselect-checkboxes > li label {
  font-size: 0.65em; }
  body[fontsize="fs40"] .ui-multiselect-menu .ui-multiselect-checkboxes > li label input {
    top: 0.4em; }

.tablet-device.desktop-actived {
  min-width: 1024px;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }
  .tablet-device.desktop-actived #header {
    position: absolute; }
  .tablet-device.desktop-actived #wrapper {
    height: auto;
    min-height: 1px;
    max-height: 999999px; }
  .tablet-device.desktop-actived .bdshare_popup_box {
    right: 10px !important; }

table {
  border-collapse: collapse; }
  table tr:first-child td {
    border-top: 0; }
  table td {
    border-right: 0;
    border-bottom: 0;
    padding: 5px 4px; }
    table td:first-child {
      border-left: 0; }
    table td a {
      word-break: break-word; }
  @media screen and (max-width: 1160px) {
    table {
      width: auto !important; } }

ul[style*="list-style-type: square"], ul[style*="list-style-type: disc"], ul[style*="list-style-type: circle"] {
  margin-left: 10px;
  padding-left: 10px; }
  ul[style*="list-style-type: square"] > li, ul[style*="list-style-type: disc"] > li, ul[style*="list-style-type: circle"] > li {
    padding-left: 0; }
    ul[style*="list-style-type: square"] > li:before, ul[style*="list-style-type: disc"] > li:before, ul[style*="list-style-type: circle"] > li:before {
      display: none; }
ul[style*="list-style-type: square"] > li {
  list-style-type: square; }
ul[style*="list-style-type: disc"] > li {
  list-style-type: disc; }
ul[style*="list-style-type: circle"] > li {
  list-style-type: circle; }

/* ================ Modules ================ */
/* ------------- people ------------- */
.custom-swiper-ctn.swiper-people .swiper-slide {
  max-width: 300px; }
  .custom-swiper-ctn.swiper-people .swiper-slide > a {
    color: #444444; }
    .custom-swiper-ctn.swiper-people .swiper-slide > a:hover {
      color: #36801c; }
      .custom-swiper-ctn.swiper-people .swiper-slide > a:hover .people-title {
        color: #36801c; }
.custom-swiper-ctn.swiper-people .image-ctn {
  max-width: 255px;
  max-height: 315px; }
.custom-swiper-ctn.swiper-people .people-title {
  color: #8d8567;
  margin-bottom: 0;
  margin-top: 25px; }
.custom-swiper-ctn.swiper-people .people-position {
  font-size: 0.85em;
  line-height: 1.45em;
  margin-top: 8px; }
.custom-swiper-ctn.swiper-people .general-button-ctn .arrow-only {
  padding-right: 0; }
  .custom-swiper-ctn.swiper-people .general-button-ctn .arrow-only:after {
    top: 0.15em; }
  .custom-swiper-ctn.swiper-people .general-button-ctn .arrow-only:hover {
    color: #36801c; }
    .custom-swiper-ctn.swiper-people .general-button-ctn .arrow-only:hover:after {
      background-image: url("../img/right-arrow.png"); }

.people-panels-grids {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0; }
  .people-panels-grids .grids-cell {
    text-align: center;
    color: #ffffff;
    padding: 0; }
    .people-panels-grids .grids-cell.panels1 .grids-cell-inner {
      background: #b4abb7; }
    .people-panels-grids .grids-cell.panels2 .grids-cell-inner {
      background: #c0b889; }
    .people-panels-grids .grids-cell.panels3 .grids-cell-inner {
      background: #c8b0a3; }
  .people-panels-grids .grids-cell-inner {
    box-sizing: border-box;
    height: 100%;
    padding: 20px;
    margin: 0 20px; }

.people-detail-title {
  margin-bottom: 25px; }

.people-detail.full-nonsplit > .split-smaller {
  display: none; }
.people-detail.full-nonsplit > .split-bigger {
  margin-right: 0; }

/* ------------- Sitemap ------------- */
.page-sitemap .sitemap > ul:first-child {
  margin-top: 0; }

/* ------------- Laureates ------------- */
.laureates-people-ctn {
  margin-top: -10px; }
  .laureates-people-ctn a {
    color: #444444;
    text-decoration: none; }
  .laureates-people-ctn.layout-style1 {
    margin-left: -25px;
    margin-right: -25px; }
    .laureates-people-ctn.layout-style1 .grids-cell-inner {
      margin: 0 25px;
      padding: 0; }
    .laureates-people-ctn.layout-style1 .grids-lv2 {
      margin-left: 0;
      margin-right: 0; }
      .laureates-people-ctn.layout-style1 .grids-lv2 > .grids-cell {
        width: 100%;
        float: none; }
        .laureates-people-ctn.layout-style1 .grids-lv2 > .grids-cell .grids-cell-inner {
          margin: 0; }
  .laureates-people-ctn.layout-style2 {
    margin-left: 0;
    margin-right: 0; }
    .laureates-people-ctn.layout-style2 .grids-cell-inner {
      padding: 0; }
    .laureates-people-ctn.layout-style2 > .grids-cell {
      width: 100%; }
      .laureates-people-ctn.layout-style2 > .grids-cell > .grids-cell-inner {
        margin: 0; }
    .laureates-people-ctn.layout-style2 .grids-lv2 {
      margin-left: -25px;
      margin-right: -25px; }
      .laureates-people-ctn.layout-style2 .grids-lv2 .grids-cell-inner {
        margin: 0 25px; }
    .laureates-people-ctn.layout-style2 .laureates-title-ctn > span {
      top: auto;
      transform: translateY(0); }
  .laureates-people-ctn a {
    text-decoration: none; }
  .laureates-people-ctn .grids-lv2 {
    margin-top: 20px; }
    .laureates-people-ctn .grids-lv2:first-child .grids-cell {
      margin-bottom: 0; }
  .laureates-people-ctn .laureates-title-ctn {
    padding: 0;
    background: #b3a87b url("../img/laureates-title.jpg") right top no-repeat;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    min-height: 90px; }
    .laureates-people-ctn .laureates-title-ctn > span {
      display: block;
      padding: 25px 30px;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.1em;
      line-height: 1.2em; }
  .laureates-people-ctn .laureates-people-content {
    background: #ece8d8;
    transition: background-color 0.3s ease-in;
    padding: 25px 25px 0;
    /*.info-detail-link-ctn {
           display: none;
           position: absolute;
           left: 0;
           top: 50%;
           transform: translateY(-50%);
           width: 100%;
           opacity: 0;
           filter: alpha(opacity=0);
           text-align: center;
           transition: opacity 0.3s ease-in 1s;
      }*/ }
    .laureates-people-ctn .laureates-people-content:hover {
      background: #e1dbca;
      color: #36801c; }
      .laureates-people-ctn .laureates-people-content:hover .info-nametag > span:first-child {
        color: #36801c; }
    .laureates-people-ctn .laureates-people-content .image-ctn > img {
      max-height: 378px;
      background-color: #777777;
      margin: 0 auto; }
    .laureates-people-ctn .laureates-people-content .people-info-box {
      padding: 20px 0 25px;
      position: relative; }
    .laureates-people-ctn .laureates-people-content .info-year {
      width: 75px;
      padding: 6px 0;
      position: relative;
      font-size: 28px;
      line-height: 1.2em; }
      .laureates-people-ctn .laureates-people-content .info-year:before {
        position: absolute;
        content: "";
        right: -1px;
        top: 0;
        width: 1px;
        height: 100%;
        background: #d8d1b4; }
    .laureates-people-ctn .laureates-people-content .info-nametag {
      position: relative;
      width: auto;
      margin-left: 75px;
      padding-left: 10px;
      line-height: 10px; }
      .laureates-people-ctn .laureates-people-content .info-nametag:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: #d8d1b4; }
      .laureates-people-ctn .laureates-people-content .info-nametag > span {
        line-height: 1.2em;
        font-size: 0.85em;
        font-style: italic;
        display: block;
        margin-bottom: 4px; }
        .laureates-people-ctn .laureates-people-content .info-nametag > span:first-child {
          font-style: normal;
          color: #8d8567;
          font-size: 1em;
          line-height: 1.2em; }
      .laureates-people-ctn .laureates-people-content .info-nametag .general-button-ctn .arrow-only {
        padding-top: 0; }
        .laureates-people-ctn .laureates-people-content .info-nametag .general-button-ctn .arrow-only:after {
          top: 3px; }
        .laureates-people-ctn .laureates-people-content .info-nametag .general-button-ctn .arrow-only:hover {
          color: #36801c; }
          .laureates-people-ctn .laureates-people-content .info-nametag .general-button-ctn .arrow-only:hover:after {
            background-position: center top;
            background-image: url("../img/right-arrow.png"); }
      .laureates-people-ctn .laureates-people-content .info-nametag .general-button-ctn .button {
        text-transform: none; }

.page-laureate-detail h3 {
  margin-bottom: 1.8em; }
  .page-laureate-detail h3 > span {
    margin-top: 8px;
    display: block; }
.page-laureate-detail.full-nonsplit > .split-smaller {
  display: none; }
.page-laureate-detail.full-nonsplit > .split-bigger {
  margin-right: 0; }
.page-laureate-detail .image-ctn {
  margin-bottom: 30px; }
  .page-laureate-detail .image-ctn:last-child {
    margin-bottom: 0; }
.page-laureate-detail .laureate-video {
  font-style: italic;
  color: #8d8567;
  margin-bottom: 30px; }
  .page-laureate-detail .laureate-video:last-child {
    margin-bottom: 0; }
  .page-laureate-detail .laureate-video p {
    margin-top: 8px; }
    .page-laureate-detail .laureate-video p:last-child {
      margin-bottom: 0; }
.page-laureate-detail .element-cloned {
  display: none;
  margin-top: 25px; }

/* ------------- Home ------------- */
.page-home .page-main-section {
  padding-bottom: 0 !important;
  background: transparent; }
  .page-home .page-main-section.home-landing {
    padding-top: 40px !important;
    padding-bottom: 85px !important; }
.page-home .home-banner-ctn .slides {
  position: relative;
  width: 100%;
  background: #f2f3ee center top no-repeat;
  background-size: auto; }
  .page-home .home-banner-ctn .slides.slide-banner1 {
    background-image: url("../img/banner1-bg.jpg"); }
    .page-home .home-banner-ctn .slides.slide-banner1 .slides-content img {
      /* max-width: 492px; */ }
  .page-home .home-banner-ctn .slides.slide-banner2 {
    background-image: url("../img/banner2-bg.jpg");
    background-position: center bottom; }
  .page-home .home-banner-ctn .slides img {
    display: block; }
  .page-home .home-banner-ctn .slides .slides-inner-ctn {
    position: relative;
    display: block;
    overflow: hidden; }
  .page-home .home-banner-ctn .slides .slides-img-bg {
    min-width: 1920px;
    left: 50%;
    position: relative; }
    .page-home .home-banner-ctn .slides .slides-img-bg img {
      left: -50%;
      position: relative;
      visibility: hidden; }
  .page-home .home-banner-ctn .slides .slides-content-ctn {
    position: absolute;
    max-width: 1160px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 30px 30px 65px;
    box-sizing: border-box; }
  .page-home .home-banner-ctn .slides .slides-content-inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    table-layout: fixed; }
  .page-home .home-banner-ctn .slides .slides-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .page-home .home-banner-ctn .slides .slides-content.left-align {
      text-align: left; }
    .page-home .home-banner-ctn .slides .slides-content img {
      display: inline-block;
      max-width: 100%; }
    .page-home .home-banner-ctn .slides .slides-content .grids-70 {
      width: 70%;
      display: inline-block;
      vertical-align: top;
      padding-right: 140px;
      box-sizing: border-box;
      left: -4%;
      position: relative; }
  .page-home .home-banner-ctn .slides .logo-people {
    position: absolute;
    right: 5%;
    top: 0;
    bottom: -66px;
    margin: auto; }
    .page-home .home-banner-ctn .slides .logo-people img {
      margin-left: auto;
      max-height: 100%; }
.page-home .home-banner-ctn .home-cycle-control-ctn {
  position: absolute;
  max-width: 1160px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 101;
  line-height: 20px; }
.page-home .home-banner-ctn .home-cycle-pager-ctn > span {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: url("../img/dot.png") center top no-repeat;
  text-indent: -9999px;
  margin: 0 12px;
  cursor: pointer; }
  .page-home .home-banner-ctn .home-cycle-pager-ctn > span.cycle-pager-active, .page-home .home-banner-ctn .home-cycle-pager-ctn > span:hover {
    background-position: center bottom; }
.page-home .home-latestnews-section {
  background-color: #ffffff;
  padding: 20px 0; }
  .page-home .home-latestnews-section h2 {
    font-size: 1.4em; }
  .page-home .home-latestnews-section .grids-2cols-container {
    margin-top: 15px;
    position: relative; }
    .page-home .home-latestnews-section .grids-2cols-container:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 50%;
      width: 1px;
      height: calc(100% - 30px);
      background: #d9d3b5; }
    .page-home .home-latestnews-section .grids-2cols-container.noLine:before {
      display: none; }
    .page-home .home-latestnews-section .grids-2cols-container .grids-cell .grids-cell-inner .item-container {
      margin-top: 30px; }
      .page-home .home-latestnews-section .grids-2cols-container .grids-cell .grids-cell-inner .item-container .item {
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;
        text-decoration: none; }
        .page-home .home-latestnews-section .grids-2cols-container .grids-cell .grids-cell-inner .item-container .item .img {
          position: relative;
          margin-right: 30px;
          flex-shrink: 0;
          width: 120px;
          height: 80px;
          background-color: #000;
          overflow: hidden; }
        .page-home .home-latestnews-section .grids-2cols-container .grids-cell .grids-cell-inner .item-container .item .img img {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .page-home .home-latestnews-section .grids-2cols-container .grids-cell .grids-cell-inner .item-container .item .text-container .date {
          margin: 0;
          font-size: 0.9em;
          margin-bottom: 10px;
          line-height: 1em;
          text-transform: none; }

.page-founder-detail .floating-element {
  transform: translate3d(0, 0, 0);
  right: calc((100% - 1150px)/2);
  z-index: 0; }
  .page-founder-detail .floating-element.active {
    position: fixed; }
  .page-founder-detail .floating-element.activeAbsolute {
    position: absolute;
    bottom: 50px;
    right: 20px; }
.page-founder-detail .floatelmt-cloned {
  display: none;
  text-align: center;
  margin-top: 20px; }
  .page-founder-detail .floatelmt-cloned > a {
    margin: 0 auto;
    display: inline-block; }

.page-search .search-result a {
  margin: 35px 0 10px;
  display: inline-block;
  color: #8d8567; }
  .page-search .search-result a:first-child {
    margin-top: 0; }
.page-search .form-submit-button .submit {
  padding-left: 40px;
  padding-right: 40px; }

/* ------------- body with different font-size ------------- */
body[fontsize="fs30"] .custom-swiper-ctn.swiper-people .people-title, body[fontsize="fs40"] .custom-swiper-ctn.swiper-people .people-title {
  line-height: 1.2em; }
body[fontsize="fs30"] .custom-swiper-ctn.swiper-people .people-position, body[fontsize="fs40"] .custom-swiper-ctn.swiper-people .people-position {
  margin-top: 0.4em;
  font-size: 0.75em;
  line-height: 1.35em; }
body[fontsize="fs30"] .laureates-people-ctn .laureates-title-ctn > span, body[fontsize="fs40"] .laureates-people-ctn .laureates-title-ctn > span {
  font-size: 0.8em;
  line-height: 1.2em; }
body[fontsize="fs30"] .laureates-people-ctn .laureates-people-content .info-nametag > span, body[fontsize="fs40"] .laureates-people-ctn .laureates-people-content .info-nametag > span {
  font-size: 0.75em; }
body[fontsize="fs30"] .page-search .form-submit-button .submit input[type="submit"], body[fontsize="fs40"] .page-search .form-submit-button .submit input[type="submit"] {
  font-size: 0.8em;
  box-sizing: border-box; }
body[fontsize="fs30"] .page-home .home-latestnews-section .grids-2cols-container, body[fontsize="fs40"] .page-home .home-latestnews-section .grids-2cols-container {
  font-size: 0.85em;
  line-height: 1.2em; }
body[fontsize="fs30"] .page-home .home-latestnews-section .news-date-bar > span, body[fontsize="fs40"] .page-home .home-latestnews-section .news-date-bar > span {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
