body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #59595b;
  margin: 0px;
  padding: 0px;
  min-height: 360px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #1b1b1b;
  cursor: pointer;
}
p {
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px;
}
.clear {
  clear: both;
}
#container {
  position: relative;
  min-height: 360px;
  height: 100%;
  margin: auto;
}
#loading-container {
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 9999;
  display: none;
}
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
#bg-bxslider-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  z-index: 100;
}
.bx-viewport,
.bx-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.bxslider1,
.bxslider1 li,
.bxslider2,
.bxslider2 li {
  display: block;
  height: 100% !important;
}
.bxslider1 li,
.bxslider2 li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bx-wrapper .bx-viewport {
  border: none !important;
}
#bxslider-large-container {
  position: relative;
  height: 100%;
  display: block;
}
#custom-bx-pager {
  position: absolute;
  top: 20px;
  left: 126px;
  z-index: 1000;
}
#custom-bx-pager>ul {
  list-style: none;
}
#custom-bx-pager>ul>li {
  float: left;
  margin-left: 10px;
}
#custom-bx-pager .custom-bx-pager-item {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(img/common/dot_2.png);
  background-repeat: no-repeat;
}
#custom-bx-pager .active {
  background-image: url(img/common/dot_1.png);
}
#header-top-container {
  position: relative;
  z-index: 1000;
}
#website-logo {
  position: absolute;
  top: 15px;
  left: 23px;
  z-index: 1000;
}
#website-logo>a {
  display: block;
}
#switch-lang {
  position: absolute;
  top: 36px;
  left: 135px;
  color: #fff;
  z-index: 1000;
}
#switch-lang>a {
  display: block;
  float: left;
  color: #fff;
  line-height: 36px;
}
#social-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1000;
}
#social-link .social-item {
  float: left;
  display: block;
  margin-left: 10px;
}
#social-link .social-item img {
  width: 20px;
}
#menu-icon {
  position: relative;
  float: right;
  padding: 20px;
  padding-right: 0px;
  padding-bottom: 6px;
  z-index: 1000;
  display: none;
}
#menu-icon>a {
  display: block;
  font-size: 22px;
  width: 100px;
  height: 40px;
  background-color: #fab915;
  text-align: center;
  line-height: 40px;
}
#menu-container {
  position: relative;
  float: right;
  margin-top: 40px;
  z-index: 700;
}
#main-menu {
  position: relative;
  list-style: none;
  float: right;
  background-image: url(img/page/whitebg75.png);
}
#main-menu .main-item {
  position: relative;
  float: left;
  text-align: center;
}
#main-menu .main-item>a {
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
.sub-menu-container {
  position: absolute;
  width: 129px;
  top: 26px;
  left: 0px;
}
#main-item1 {
  width: 146px;
}
#main-item1 .sub-menu-container {
  width: 146px;
}
#main-item2 {
  width: 165px;
}
#main-item2 .sub-menu-container {
  width: 165px;
}
#main-item3 {
  width: 128px;
}
#main-item4 {
  width: 130px;
}
#main-item4 .sub-menu-container {
  width: 130px;
}
.sub-menu {
  position: absolute;
  list-style: none;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}
.sub-menu .sub-item {
  background-image: url(img/page/whitebg75.png);
  display: block;
}
.sub-menu .sub-item>a {
  display: block;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.sub-menu .sub-item>a:hover {
  background-color: #fcb815;
}
@media only screen and (max-width: 840px) {
  #menu-icon {
    display: block;
    padding-top: 20px;
  }
  #menu-container {
    position: absolute;
    float: none;
    width: 240px;
    top: 90px;
    right: 0px;
    margin-top: 0px;
    display: none;
  }
  #main-menu {
    padding: 0px;
    width: 240px;
  }
  #main-menu .main-item {
    float: none;
    text-align: right;
  }
  #main-menu .main-item>a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    font-size: 32px;
    line-height: 56px;
  }
  .sub-menu {
    position: relative;
  }
  .sub-menu .sub-item {
    background-image: none;
  }
  .sub-menu .sub-item>a {
    text-align: right;
    font-size: 22px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    color: #5a5b5d;
  }
  #news-container {
    margin-right: 0px;
  }
  .sub-menu-container {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  #main-item2 {
    width: auto;
  }
  #main-item1 .sub-menu-container {
    width: auto;
  }
  #main-item2 .sub-menu-container {
    width: auto;
  }
  #main-item3 {
    width: auto;
  }
  #main-item4 {
    width: auto;
  }
  #main-item4 .sub-menu-container {
    width: auto;
  }
  #main-item1 {
    width: auto;
  }
  #main-item1 .sub-menu-container {
    width: auto;
  }
}
@media only screen and (max-width: 680px) {
  #social-link {
    top: 67px;
    right: 0px;
    padding: 0px;
    height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #header-top-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    background-image: url(img/common/headerbg.png);
    z-index: 9999;
  }
  #website-logo {
    top: 3px;
    left: 5px;
  }
  #custom-bx-pager {
    top: 15px;
    display: none;
  }
  #switch-lang {
    top: 15px;
    left: 120px;
  }
  #menu-container {
    display: none;
    width: 100%;
    top: 64px;
  }
  #main-menu {
    width: 100%;
  }
  #menu-icon {
    padding: 12px;
  }
  #main-menu .main-item>a {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
  }
  .sub-menu .sub-item>a {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  #switch-lang>a {
    color: #232323;
  }
}
@media only screen and (max-width: 360px) {
  #website-logo {
    top: 12px;
  }
  #website-logo img {
    width: 80%;
  }
  #switch-lang {
    top: 15px;
    left: 90px;
  }
}
#peoples-container {
  position: relative;
  width: 85%;
  float: right;
  background-image: url(img/page/whitebg75.png);
  margin-top: 24px;
  margin-left: 20px;
  margin-right: 20px;
  -moz-box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  -webkit-box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  z-index: 800;
}
#mobile-peoples-container {
  position: relative;
  background-image: url(img/page/whitebg75.png);
  width: 99%;
  margin: auto;
  margin-top: 90px;
  z-index: 800;
  display: none;
}
#peoples-content-container {
  position: relative;
  padding: 20px;
}
#scrollbar1 .overview {
  width: 100%;
}
.pitem {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.pitem-inner {
  padding: 5px;
}
.pitem-inner-box {
  background-image: url(img/page/whitebg60.png);
}
.pitem-inner-box:hover {
  background: #fff;
  -moz-box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  -webkit-box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
}
.pphoto {
  padding: 10px;
}
.pphoto img {
  max-width: 100%;
  display: block;
}
.ptitle {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.pposition {
  font-size: 14px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.mobile-pitem-inner {
  padding: 10px;
}
.mobile-pitem-box {
  padding: 15px;
  background: #fff;
  -moz-box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  -webkit-box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
}
.mobile-pphoto {
  text-align: center;
}
.mobile-pphoto img {
  max-width: 100%;
}
.mobile-ptitle {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.mobile-pposition {
  float: right;
  font-size: 14px;
  line-height: 20px;
}
.mobile-pcontent {
  padding-top: 10px;
  padding-bottom: 10px;
}
#popup-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
}
#popup-container-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(img/page/whitebg75.png);
}
#popup-container-inner {
  position: relative;
  width: 45%;
  min-width: 470px;
  min-height: 400px;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  margin: auto;
  margin-top: 20px;
  -moz-box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  -webkit-box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
  box-shadow: 4px 4px 12px 4px rgba(51,51,102,0.5);
}
#closepopupbtn {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 28px;
  height: 28px;
}
#popup-photo img {
  width: 100%;
  display: block;
}
#popup-title {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 10px;
}
#popup-position {
  float: right;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
#popup-content {
  padding-top: 10px;
}
@media only screen and (max-width: 860px) {
  .pitem {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #peoples-container {
    display: none;
  }
  #mobile-peoples-container {
    display: block;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 480px) {
  #mobile-peoples-container {
    margin-top: 90px;
  }
}
